- 26 Feb, 2016 1 commit
-
-
Daniel Lehman authored
Signed-off-by: Daniel Lehman <dlehman@esri.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 02 Sep, 2013 1 commit
-
-
Frédéric Delanoy authored
-
- 07 Jan, 2013 1 commit
-
-
Marcus Meissner authored
-
- 02 Jan, 2013 1 commit
-
-
Eric Pouech authored
-
- 01 Jun, 2011 1 commit
-
-
André Hentschel authored
-
- 06 Dec, 2010 1 commit
-
-
Peter Schlaile authored
-
- 23 Nov, 2010 2 commits
-
-
Eric Pouech authored
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.
-
Eric Pouech authored
-
- 25 May, 2010 1 commit
-
-
Andrew Eikum authored
-
- 30 Dec, 2009 1 commit
-
-
Eric Pouech authored
-
- 14 Dec, 2009 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 10 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 09 Dec, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 17 Aug, 2009 1 commit
-
-
Dylan Smith authored
The virtual memory mapping info retrieved by the command "info maps" has the end address in the second column, even though the title for the column says "Size".
-
- 21 Apr, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 20 Oct, 2008 1 commit
-
-
Eric Pouech authored
-
- 14 Jan, 2008 1 commit
-
-
Eric Pouech authored
-
- 29 Nov, 2007 1 commit
-
-
Gerald Pfeifer authored
-
- 03 Aug, 2007 1 commit
-
-
Francois Gouget authored
Also add a number of missing prototypes, especially 64bit or Unicode versions of existing prototypes, and the related structures. Update win32.api to fix the winapi_check warnings.
-
- 09 Apr, 2007 1 commit
-
-
Chris Robinson authored
-
- 20 Dec, 2006 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 03 Oct, 2006 1 commit
-
-
Eric Pouech authored
-
- 27 Jun, 2006 2 commits
-
-
Eric Pouech authored
when requesting info on a module by address, always print the module ELF/PE pair (if this applies) (and not only the embedded PE), which can be confusing.
-
Eric Pouech authored
This allows reimplementing the module list command and do less black magic to guess the ELF debug format.
-
- 05 Jun, 2006 1 commit
-
-
Juan Lang authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 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 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
maintaining a list of all loaded dlls.
-
- 09 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
appropriate.
-
- 19 Aug, 2005 1 commit
-
-
Mike McCormack authored
-
- 14 Feb, 2005 1 commit
-
-
Oliver Stieber authored
-
- 31 Jan, 2005 1 commit
-
-
Mike Hearn authored
-
- 04 Jul, 2004 1 commit
-
-
Eric Pouech authored
- made use of new dbghelp pure ELF symbol lookup
-
- 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
-
- 27 Jan, 2004 1 commit
-
-
Sami Aario authored
-
- 15 Dec, 2003 1 commit
-
-
Eric Pouech authored
- move all standard (old MESG channel) output to stdout - move all other outputs (TRACE, WARN...) to a new wine debugging channel (winedbg) - replaced quite a few #ifdef:ed out output to new channels (mainly in symbol management area...) - added a new maintenance commands to ease up debugging - updated documentation accordingly
-
- 05 Nov, 2003 1 commit
-
-
Rein Klazes authored
-
- 14 Oct, 2003 1 commit
-
-
Michal Janusz Miroslaw authored
function; displays now can be enabled/disabled like in gdb.
-