[PATCH v2 0/8] winedbg: improve winedbg gdb experience (esp. with esoteric module names)

Jinoh Kang jinoh.kang.kr at gmail.com
Mon Nov 1 00:38:34 CDT 2021


Changelog:

v1 -> v2: address review comments so far

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 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