Commit History

Author SHA1 Message Date
  Eric Pouech ac3ee768c3 winedbg: Make pid and tid internal variables DWORDs. 3 years ago
  Eric Pouech 4448ef5031 winedbg: Support 'run' command with arguments to restart current debuggee. 3 years ago
  Eric Pouech 94ca4be2a6 winedbg: Properly escape debuggee arguments. 3 years ago
  Eric Pouech 5a94f20065 winedbg: Display line number of syntax errors when reading a command file. 3 years ago
  Eric Pouech d65edd04cc winedbg: Use I width modifier for DWORD_PTR printf's args. 3 years ago
  Eric Pouech 14781c7183 winedbg: Use wide-char string literals. 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
  Eric Pouech 8600ba2934 winedbg: Accept hex values in command line. 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 6edf3d3b09 ntdll: Print a warning for thread rename exceptions. 3 years ago
  André Hentschel 4ebba43020 winedbg: Remove support for PPC32. 4 years ago
  Brendan Shanks c181526303 winedbg: Use RtlGetVersion to fix displayed Windows version on Win8.1 or 10 prefix. 4 years ago
  Damjan Jovanovic 8c52c17a08 winedbg: Allow changing the current thread. 5 years ago
  Jacek Caban 1bb98982d6 winedbg: Set auto attach event after processing the first exception. 5 years ago
  Jacek Caban 136a0ac49b winedbg: Move continue_on_first_exception handling out of dbg_attach_debuggee. 5 years ago
  Alexandre Julliard 2a64e751e3 winedbg: Fix incorrect pointer casts. 6 years ago
  Zebediah Figura 05e54ac6e6 winedbg: Ignore EXCEPTION_INVALID_HANDLE. 6 years ago
  Michael Stefaniuc 0c8e555e4c winedbg: Use the available ARRAY_SIZE() macro. 6 years ago
  Zebediah Figura cf349cea69 winedbg: Add a backend-specific vector for setting a thread's context. 6 years ago
  Zebediah Figura 2326179312 winedbg: Add a backend-specific vector for retrieving a thread's context. 6 years ago
  Zebediah Figura 45e0654591 winedbg: Use WOW64_CONTEXT instead of CONTEXT for i386 backend. 6 years ago
  Zebediah Figura 42bbeedbe4 winedbg: Make be_cpu process-specific. 6 years ago
  Michael Müller a78efe16f7 winedbg: Print windows version in system info. 9 years ago
  Sebastian Lackner 7661549755 winedbg: Also output system information to the terminal, not only to dialog. 9 years ago
  Frédéric Delanoy 5730f6cf98 winedbg: Constify some character strings. 11 years ago
  Frédéric Delanoy 57d7f74d34 Assorted spelling fixes. 11 years ago
  Frédéric Delanoy fe580c083d winedbg: Use BOOL type where appropriate. 11 years ago
  Bernhard Übelacker b62b740de2 winedbg: Call DebugActiveProcessStop when detaching. 11 years ago