Commit History

Author SHA1 Message Date
  Eric Pouech fd886c726d winedbg: Use Unicode APIs for process/thread enumeration. 2 years ago
  Brendan Shanks b2d9fbd578 winedbg: Print thread names in 'info thread' listing. 2 years ago
  Eric Pouech b0319099d0 winedbg: Enable compilation with long types. 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
  Eric Pouech 01ddc2f8e4 winedbg: Use proper width when printing addresses with leading 0. 3 years ago
  Eric Pouech 3a869c1f9b winedbg: Simplify some printing of addresses. 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 0646e15665 winedbg: Show dwarf version(s) used for a module. 3 years ago
  Eric Pouech 6c91e61c40 winedbg: Correct mapping read/write/execute information. 3 years ago
  Rémi Bernon da3be6b0b6 ntdll: Print a warning or an error for other exceptions. 3 years ago
  Nikolay Sivov 51fbcc0c23 winedbg: Double dll name buffer size for unimplemented function exception. 4 years ago
  Damjan Jovanovic 8c52c17a08 winedbg: Allow changing the current thread. 5 years ago
  Alistair Leslie-Hughes 101820d01a dbghelp: Use internal flag for loading native files. 5 years ago
  Alexandre Julliard 2a64e751e3 winedbg: Fix incorrect pointer casts. 6 years ago
  Zebediah Figura 42bbeedbe4 winedbg: Make be_cpu process-specific. 6 years ago
  Alexandre Julliard 39b1384e78 winedbg: Remove support for vm86 exceptions. 6 years ago
  Nikolay Sivov 1afb6d3f99 winedbg: Use longer module names when printing module list. 6 years ago
  Nikolay Sivov 840ebb9833 winedbg: Remove some unnecessary pointer casts. 6 years ago
  Daniel Lehman 26b37c40e7 winedbg: Handle the 4th parameter for 64-bit C++ exceptions. 14 years ago
  Frédéric Delanoy 903562e104 winedbg: Use consistently wpid in documentation. 11 years ago
  Marcus Meissner 45eeeb00f3 winedbg: Free snapshot handle in error path (Coverity). 12 years ago
  Eric Pouech 00b6d8ebb1 winedbg: In 'info proc' command, list hierarchy of processus, and get rid of printing parent pid. 12 years ago
  André Hentschel 3ea13c9c49 winedbg: Increase buffer for function names. 13 years ago
  Peter Schlaile 95a3cd8e30 winedbg: Adds an rwatch command to winedbg. 14 years ago
  Eric Pouech 78cf0961e9 winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command. 14 years ago
  Eric Pouech 9261ef2d0a winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does). 14 years ago
  Andrew Eikum d3f80c1e9f winedbg: Allow user to specify length of stack info output. 14 years ago
  Eric Pouech 280259aaca winedbg: In "info threads" commands, also show the name of the processes even if not debugged. 15 years ago