[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy,	updated. wine-1.4-7-302-gb61b690
    Alexandre Julliard 
    julliard at winehq.org
       
    Sun Jun 17 20:03:34 UTC 2012
    
    
  
The following commit has been merged in the wheezy branch:
commit 7983f4a23b5c17b373d19051469ee26e60436a7f
Author: Eric Pouech <eric.pouech at orange.fr>
Date:   Tue May 22 21:52:03 2012 +0200
    winedbg: In the gdb remote protocol implementation, correctly manage the size of registers on the wire (esp. for 64bit ones).
    (cherry picked from commit e9eab7bbfc1457ec6bf90a92977aa9484bf6c741)
diff --git a/programs/winedbg/gdbproxy.c b/programs/winedbg/gdbproxy.c
index 8e9ebf0..40aa87f 100644
--- a/programs/winedbg/gdbproxy.c
+++ b/programs/winedbg/gdbproxy.c
@@ -1531,6 +1531,7 @@ static enum packet_return packet_read_register(struct gdb_context* gdbctx)
     if (gdbctx->trace & GDBPXY_TRC_COMMAND)
         fprintf(stderr, "Read register %x => %08x%08x\n", reg,
                 (unsigned)(cpu_register(pctx, reg) >> 32), (unsigned)cpu_register(pctx, reg));
+    packet_reply_open(gdbctx);
     packet_reply_register_hex_to(gdbctx, reg);
     packet_reply_close(gdbctx);
     return packet_done;
-- 
Debian Wine packaging
    
    
More information about the pkg-wine-party
mailing list