Commit History

Author SHA1 Message Date
  Eric Pouech ef3fca0c33 winedbg: Revamp dbg_lvalue structure and add helpers for init. 3 years ago
  Eric Pouech d81e757075 winedbg: Use %ls to print wide character strings. 3 years ago
  Eric Pouech 0c474b9fc2 winedbg: When enumerating symbols, only search for locals when name doesn't refer to a module. 3 years ago
  Eric Pouech 5b54dac338 winedbg: Use macros when manipulating variants. 3 years ago
  Eric Pouech d65edd04cc winedbg: Use I width modifier for DWORD_PTR printf's args. 3 years ago
  Eric Pouech 8852004170 winedbg: Use SymSetScopeFromAddr() instead of SymSetContext(). 3 years ago
  Eric Pouech 01ddc2f8e4 winedbg: Use proper width when printing addresses with leading 0. 3 years ago
  Alexandre Julliard 0ea9fe999c winedbg: Build with msvcrt. 3 years ago
  Alexandre Julliard b9046a4936 winedbg: Avoid using 'long' types. 3 years ago
  Zebediah Figura ea753c384e include: Rename the other In*OrderModuleList fields to In*OrderLinks for consistency. 4 years ago
  Zebediah Figura 09db718d99 include: Rename BaseAddress to DllBase. 4 years ago
  Zebediah Figura feeb1c7c24 include: Rename LDR_MODULE to LDR_DATA_TABLE_ENTRY. 4 years ago
  Alistair Leslie-Hughes 101820d01a dbghelp: Use internal flag for loading native files. 5 years ago
  Zebediah Figura 42bbeedbe4 winedbg: Make be_cpu process-specific. 6 years ago
  Thomas Faber e91c06b068 dbghelp: Use documented member name in SYMBOL_INFO structure. 8 years ago
  Francois Gouget c4f7918801 winedbg: Remove unneeded NONAMELESSXXX directives. 9 years ago
  Frédéric Delanoy fe580c083d winedbg: Use BOOL type where appropriate. 11 years ago
  Frédéric Delanoy 9e5367dbe3 winedbg: Use BOOL type where appropriate. 11 years ago
  Eric Pouech 244099689c winedbg: In 'info locals' command, show the full register/stack layout for parameters & locals. 12 years ago
  Frédéric Delanoy a2e8d61453 winedbg: Remove dead assignment (Clang). 13 years ago
  Eric Pouech f9e1943de8 winedbg: Added support for variables with thread storage. 14 years ago
  Eric Pouech c22eaccd15 winedbg: Try to detect jump (potentially thunk code) while getting the status. 14 years ago
  Eric Pouech eef72ad2ff winedbg: Add some missing symbol flags to pick up local/parameters variables in symbol pickers. 14 years ago
  Eric Pouech 4c661dc822 winedbg: Fix for stack symbols on 64bit platform. 15 years ago
  Eric Pouech 4ce6c90c36 winedbg: Fix some types for homogenous support on 64bit platform. 15 years ago
  Eric Pouech 12c3a012cb winedbg: Force 64bit line number information throughout the code to ease 64bit portability. 15 years ago
  Alexandre Julliard ec73f0b71a winedbg: Fix a number of 64-bit pointer truncation issues. 15 years ago
  Eric Pouech 700d9df414 winedbg: Properly manage Wine's dbghelp extensions for constant symbols which value is passed by ref. 15 years ago
  Dylan Smith 6f0655242c winedbg: Fixed listing source of function in file. 15 years ago
  Michael Stefaniuc 2e6ac3a571 winedbg: Remove some superfluous pointer casts. 15 years ago