- 11 Feb, 2012 1 commit
-
-
Eric Pouech authored
-
- 23 Jan, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 18 May, 2011 1 commit
-
-
Andrew Nguyen authored
-
- 28 Feb, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 06 Dec, 2010 1 commit
-
-
Peter Schlaile authored
-
- 23 Nov, 2010 1 commit
-
-
Eric Pouech authored
-
- 15 Dec, 2009 1 commit
-
-
Eric Pouech authored
-
- 10 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 24 Aug, 2009 1 commit
-
-
Dylan Smith authored
The list command allows more than just a pathname, but since a pathname allows such a wide range of characters, it will prevent other parameters from getting parsed properly (e.g. a start line number). This even interfered with the usage of pathname for the list command, since the command typically includes a line number within the file.
-
- 20 Jan, 2009 1 commit
-
-
Francois Gouget authored
-
- 27 Oct, 2008 1 commit
-
-
Eric Pouech authored
-
- 07 Jul, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 19 Feb, 2008 2 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
-
- 26 Apr, 2007 1 commit
-
-
Alexandre Julliard 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
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 09 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 06 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
This reverts 92deacbe commit.
-
- 05 Jun, 2006 2 commits
- 03 Jun, 2006 1 commit
-
-
Juan Lang authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 27 Mar, 2006 1 commit
-
-
Eric Pouech authored
- fixed lexical rules for a path name - fixed identifier rules so that we get the right precedence between ! and :: - modules (in mod!name forms) are now handled as tIDENTIFIER (tPATH was buggy anyhow)
-
- 21 Mar, 2006 1 commit
-
-
Jeff Latimer authored
Added code to examine and display floating point unit status into be_i386.c as info all-regs command.
-
- 28 Feb, 2006 1 commit
-
-
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
-
- 14 Feb, 2006 1 commit
-
-
Eric Pouech authored
-
- 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
-
- 05 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
Moved options from the Makefile into the source.
-
- 17 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 12 Nov, 2005 1 commit
-
-
Eric Pouech authored
-
- 28 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
same base name as the .y file, so that we can generate correct dependencies in all cases.
-
- 23 May, 2005 2 commits
-
-
Eric Pouech authored
- added minidump function in winedbg (write only)
-
Eric Pouech authored
- misc clean-ups - activate symbol demangling by default
-
- 14 Mar, 2005 1 commit
-
-
C. Scott Ananian authored
are lexed as paths (in the appropriate contexts) instead of as operator or number tokens. Add '-' to the set of characters legal in a pathname.
-
- 31 Jan, 2005 1 commit
-
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
- 23 Jun, 2004 1 commit
-
-
Mike Hearn authored
backtrace command.
-
- 04 Jun, 2004 1 commit
-
-
Eric Pouech authored
unload a module (and it's debugging information), and a process without pain - portabiblity to another CPU should be easier now (CPU dependent backend) - speed up memory allocation - stabs related fixes: + now correctly handling symbol's size + blocks {} in functions are now correctly recognized and stored (also applies to local variables scoping) + better basic types management (less wild guesses in the code) + full support of inline functions (source stepping now shows the code in .h files for example) - removal of external debugger (attaching with gdb is just fine to debug winedbg) - fixed a couple of issues for symbol address handling (address lookup, incorrect type binding) - winedbg now has a man page
-