Commit History

Author SHA1 Message Date
  Eric Pouech ef3fca0c33 winedbg: Revamp dbg_lvalue structure and add helpers for init. 3 years ago
  Eric Pouech ac3ee768c3 winedbg: Make pid and tid internal variables DWORDs. 3 years ago
  Eric Pouech d65edd04cc winedbg: Use I width modifier for DWORD_PTR printf's args. 3 years ago
  Eric Pouech ce6eeda018 winedbg: Use inline contexts oriented APIs for stack backtrace. 3 years ago
  Eric Pouech 8852004170 winedbg: Use SymSetScopeFromAddr() instead of SymSetContext(). 3 years ago
  Eric Pouech 83f85f5c91 winedbg: Add a pair of helpers for accessing frames' internal info. 3 years ago
  Eric Pouech 3a869c1f9b winedbg: Simplify some printing of addresses. 3 years ago
  Alexandre Julliard 0ea9fe999c winedbg: Build with msvcrt. 3 years ago
  Jacek Caban 136a0ac49b winedbg: Move continue_on_first_exception handling out of dbg_attach_debuggee. 5 years ago
  Alexandre Julliard 2fb792bd7c winedbg: Fix some compiler warnings. 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
  Austin English bc4e1efce3 winedbg: stack_backtrace should not return a value. 12 years ago
  Eric Pouech 1ecef8242d dbghelp: When StackWalk fails to get any frame information, create a default one. 13 years ago
  Francois Gouget f54b168855 winedbg: stack_get_register_current_frame() is not used anymore so remove it. 13 years ago
  Eric Pouech 16e8816505 dbghelp: When doing a stack backtrace on i386 with dwarf or pdb unwinders, get the PC from the right frame. 13 years ago
  Alexandre Julliard 15d30f84a3 winedbg: Use the correct context when fetching the frame state for backtraces. 14 years ago
  Andrew Eikum d3f80c1e9f winedbg: Allow user to specify length of stack info output. 14 years ago
  Eric Pouech 285200b29b winedbg: For stack info command, display information in 'a' format (instead of 'x') to get word size machine (instead of forcing 32bit). 14 years ago
  Eric Pouech d49fe171f7 winedbg: Allow backtraces to properly return address outside functions. 14 years ago
  Eric Pouech ecbf297fbb winedbg: When filling an imagehlp frame information, also do the stack field, it's used on x86-64 platforms. 14 years ago
  Eric Pouech d29c6ead92 winedbg: Store the CONTEXT in each stack frame to enable register access in the non topmost frames. 14 years ago
  Eric Pouech afcd3a6b1a winedbg: Ensure the stack pointer is also passed to StackWalk. 15 years ago
  Eric Pouech a775d41c10 winedbg: Push the correct machine type to StackWalk. 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
  Michael Stefaniuc 2e6ac3a571 winedbg: Remove some superfluous pointer casts. 15 years ago
  Alexandre Julliard 4441065182 winedbg: Fix pointer cast warnings on 64-bit. 16 years ago