Commit History

Author SHA1 Message Date
  Eric Pouech 4a206a7ecb winedbg: In gdb proxy mode, ignore ctrl-c. 2 years ago
  Eric Pouech 07502a0646 winedbg: Replace wine_dbgstr_longlong with I64 width modifier. 3 years ago
  Eric Pouech d65edd04cc winedbg: Use I width modifier for DWORD_PTR printf's args. 3 years ago
  Jinoh Kang ebc60f64e1 winedbg: Implement GDB qXfer object exec-file. 3 years ago
  Jinoh Kang f18c0db314 winedbg: Cache GDB qXfer command result for chunked fetching. 3 years ago
  Jinoh Kang 595bfdee71 winedbg: Define table for GDB qXfer command handlers. 3 years ago
  Jinoh Kang 4c01e00dbd winedbg: Escape XML special characters in qXfer reply. 3 years ago
  Jinoh Kang 26aee726fb winedbg: Buffer output of GDB qXfer commands for proper slicing. 3 years ago
  Jinoh Kang 16df778627 winedbg: Use exponential growth in gdbproxy reply_buffer_grow. 3 years ago
  Jinoh Kang 9b29182ca7 winedbg: Refactor gdb_context::out_{buf*,len} into reply_buffer. 3 years ago
  Jinoh Kang f3478b4ec9 winedbg: Escape special characters in GDB packet reply. 3 years ago
  Jinoh Kang a4b55c620c winedbg: Use unsigned int for offset/length in GDB qXfer handler. 3 years ago
  Jinoh Kang d8c07c1391 winedbg: Replace packet_realloc() with realloc(). 3 years ago
  Jinoh Kang 820a866f0d winedbg: Set reuseaddr flag for gdb remote socket. 3 years ago
  Jinoh Kang 829c06741b winedbg: Report current thread ID to GDB for all stop replies. 3 years ago
  Alexandre Julliard 97479d3d32 ntdll: Move some exception definitions to winternl.h. 3 years ago
  Alexandre Julliard 0ea9fe999c winedbg: Build with msvcrt. 3 years ago
  Alexandre Julliard b9046a4936 winedbg: Avoid using 'long' types. 3 years ago
  Alexandre Julliard 6a2325609c winedbg: Use winsock for the gdb socket. 3 years ago
  Anton Baskanov 384fc71a48 winedbg: Report library load/unload events to GDB. 3 years ago
  Eric Pouech 40587a620e winedbg: Add helper in gdbproxy mode to get proper address width information. 3 years ago
  Eric Pouech 6c91e61c40 winedbg: Correct mapping read/write/execute information. 3 years ago
  Bernhard Übelacker 61310dd3b8 winedbg: Try to load debug symbols for executable in gdb mode. 3 years ago
  Alexandre Julliard c050df1250 winedbg: Use GetMappedFileNameW() as fallback when fetching module names. 3 years ago
  Alexandre Julliard 39b20a2bd3 winedbg: Use QueryFullProcessImageNameW to retrieve the main image name. 3 years ago
  Rémi Bernon 6eff0342ad winedbg: Don't dereference possibly NULL thread pointer. 3 years ago
  Rémi Bernon 6edf3d3b09 ntdll: Print a warning for thread rename exceptions. 3 years ago
  André Hentschel 4ebba43020 winedbg: Remove support for PPC32. 4 years ago
  Rémi Bernon dafa8b52d0 winedbg: Use debug event code in packet_reply_status. 4 years ago
  Rémi Bernon 86ed5e563d winedbg: Don't wait or load the wine loader module. 4 years ago