- 22 Apr, 2009 1 commit
-
-
Mikołaj Zalewski authored
-
- 20 Jan, 2009 2 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
-
- 11 Nov, 2008 3 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 20 Oct, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 04 Sep, 2008 1 commit
-
-
Eric Pouech authored
-
- 27 May, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 01 May, 2008 1 commit
-
-
Eric Pouech authored
-
- 14 Jan, 2008 1 commit
-
-
Eric Pouech authored
-
- 23 May, 2007 2 commits
-
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
- 12 Feb, 2007 1 commit
-
-
Eric Pouech authored
Added internal flag (AlsoDebugProcChild) to let winedbg debug both parent and child (in the same WineDbg session).
-
- 04 Jan, 2007 1 commit
-
-
Eric Pouech authored
-
- 20 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 04 Dec, 2006 2 commits
-
-
Eric Pouech authored
pointer value, be sure to have the relevant insn ptr value when fetching the stack frames (spotted by Peter Oberndorfer).
-
Eric Pouech authored
current frame for some of the registers we know of (frame pointer, stack pointer).
-
- 27 Nov, 2006 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
- in backtraces, (void) functions should be listed with '()' as arguments instead of '' - factorized code for diplaying information about a local/parameter - fixed a couple of bugs here - rewrote format specifiers for print commands (do no waste space for padding data) - added support for new wine's dbghelp extension for local/parameter variables being out of scope
-
- 26 Sep, 2006 1 commit
-
-
Eric Pouech authored
-
- 26 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
-
- 11 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
-
- 03 Jul, 2006 1 commit
-
-
Ge van Geldorp authored
match those of ReadProcessMemory/WriteProcessMemory, since those are the ones actually used.
-
- 20 Jun, 2006 1 commit
-
-
Eric Pouech authored
Added types_get_real_type() to get rid of typedef information, and access the real underlying type.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 02 Mar, 2006 3 commits
-
-
Eric Pouech authored
- now recognize winedbg foo.mdmp on command line - fleshed out tgt_minidump to reload information from minidump
-
Eric Pouech authored
- added ability to specify process_io at process creation/attachment time - created a process_io structure for gdbproxy
-
Eric Pouech authored
- split dbg_main_loop in two parts (one for finishing the debuggee attachment, the second one really for handling the main loop) - removed now longer needed dbg_main_loop
-
- 28 Feb, 2006 2 commits
-
-
Eric Pouech authored
- added a close_process method to process_io - made use of it to get rid of dbg_detach
-
Eric Pouech authored
- rewrote auto mode as a specific set of commands to be run in regular parser, instead of hard coding those commands - added a new function to store a set of commands to be executed in a file - added 'echo' command to the parser functions - got rid of dbg_action_mode - added support of '--' on command line
-
- 27 Feb, 2006 5 commits
-
-
Eric Pouech authored
- rewrite auto mode startup - move part of auto handling to tgt_active.c
-
Eric Pouech authored
- moves gdb command line handling to gdbproxy.c - using manifest constants to make code more readable
-
Eric Pouech authored
- move process attachment and process creation (related to command line handling) from winedbg.c to tgt_active.c - tidy up argument parsing
-
Eric Pouech authored
- made be_process_io references 'const' - make use of it for dbg_read_memory and dbg_write_memory
-
Eric Pouech authored
Move all code related to an 'active' target (ie a running process) from winedbg.c to tgt_active.c.
-
- 06 Feb, 2006 1 commit
-
-
Eric Pouech authored
Added correct stabs parsing for function parameters in registers. Added a couple of helper functions to make code smaller and more readable.
-
- 27 Jan, 2006 1 commit
-
-
Eric Pouech authored
- implemented hardware assisted breakpoints (new 'hbreak' command which behaves just as 'break' command) - small improvements to break handling (saving hit xpoint across exception handling) - fixed 'cont N' command for watchpoints
-