[PATCH 0/8] winedbg: polish a few rough edges in gdbproxy

Jinoh Kang jinoh.kang.kr at gmail.com
Sun Oct 17 09:10:04 CDT 2021


Jinoh Kang (8):
  winedbg: crash when allocation fails in packet_realloc().
  winedbg: free buffer and return NULL if size==0 in packet_realloc().
  winedbg: generalise packet_realloc(), rename to buffer_realloc().
  winedbg: Use unsigned int for offset/length in GDB qXfer handler.
  winedbg: escape special characters in GDB packet reply.
  winedbg: buffer and escape output of GDB qXfer commands.
  winedbg: cache GDB qXfer command result for chunked fetching and
    define handler table.
  winedbg: Implement GDB qXfer object annex exec-file.

 programs/winedbg/gdbproxy.c | 565 ++++++++++++++++++++++++++++--------
 1 file changed, 452 insertions(+), 113 deletions(-)

-- 
2.31.1




More information about the wine-devel mailing list