2005-12-06 |
Eric Pouech | winedbg: Fixed broken code about type management for... |
tree | commitdiff |
2005-12-05 |
Eric Pouech | dbghelp,winedbg: SYMBOL_INFO fix. |
tree | commitdiff |
2005-12-03 |
Eric Pouech | winedbg: simplify some code. |
tree | commitdiff |
2005-12-03 |
Eric Pouech | winedbg: fixed regression (and simplified code!) for... |
tree | commitdiff |
2005-12-03 |
Eric Pouech | winedbg: fixed regression in 'info local' command. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Replaced stack_get_frame with a pure symbol (and no... |
tree | commitdiff |
2005-11-28 |
Ge van Geldorp | Match PSDK STATUS_* definitions. |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Ignore symlink files too (needed for git). |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-11-18 |
Eric Pouech | Native dbghelp doesn't provide names for basic type... |
tree | commitdiff |
2005-11-18 |
Eric Pouech | Centralized calls for SymSetContext, we only do it... |
tree | commitdiff |
2005-11-18 |
Eric Pouech | Move print_func_and_args to stack.c, where it belongs. |
tree | commitdiff |
2005-11-18 |
Eric Pouech | - now storing frames information in thread structure |
tree | commitdiff |
2005-11-18 |
Eric Pouech | Now returning correct symbol flags (as native does... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | Dbghelp describes the types of function arguments with... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | When a symbol name already contains a module name,... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | Simplification of lex's input reading. |
tree | commitdiff |
2005-11-16 |
Eric Pouech | Added ability to execute commands from a file passed... |
tree | commitdiff |
2005-11-12 |
Eric Pouech | Removed a couple of shift/reduce warnings in grammar. |
tree | commitdiff |
2005-11-03 |
Eric Pouech | Fixed 'break NN' command (using dbghelp.SymEnumLines). |
tree | commitdiff |
2005-10-10 |
Eric Pouech | Handle error conditions for print. |
tree | commitdiff |
2005-10-06 |
Alexandre Julliard | Put Wine version information in all the man pages. |
tree | commitdiff |
2005-10-03 |
Eric Pouech | Now printing information when changing function while... |
tree | commitdiff |
2005-10-03 |
Eric Pouech | Fixed bitfield extraction. |
tree | commitdiff |
2005-10-03 |
Eric Pouech | Fixed array dereferencing. |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-28 |
Alexandre Julliard | Now that we are requiring bison anyway, make the .tab... |
tree | commitdiff |
2005-09-28 |
Alexandre Julliard | New scheme for keeping track of debug channels that... |
tree | commitdiff |
2005-09-27 |
Alexandre Julliard | Fixed disassembling functions to handle 16-bit code... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use Get/SetWindowLongPtr instead of Get/SetWindowLong... |
tree | commitdiff |
2005-08-23 |
Glenn Wurster | Don't pass on EH_STACK_INVALID exceptions. |
tree | commitdiff |
2005-08-19 |
Alexandre Julliard | Make sure the string is null-terminated in memory_get_s... |
tree | commitdiff |
2005-08-19 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-07-14 |
Robert Shearman | Remove additional current process tracking in backtrace... |
tree | commitdiff |
2005-07-11 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-07-07 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-06-30 |
Francois Gouget | Improve the winedbg usage. |
tree | commitdiff |
2005-06-13 |
Alexandre Julliard | Added magic comments to all Wine-specific registry... |
tree | commitdiff |
2005-06-04 |
Mike McCormack | Fixes for -Wmissing-declarations and -Wwrite-strings... |
tree | commitdiff |
2005-05-29 |
Eric Pouech | Reindented parts to be conform to the rest of the code. |
tree | commitdiff |
2005-05-29 |
Eric Pouech | Rewrote all stack backtrace code (more code sharing... |
tree | commitdiff |
2005-05-24 |
Hans Leidekker | Fix uninitialized warnings. |
tree | commitdiff |
2005-05-24 |
Eric Pouech | - started infrastructure for proper multi-target suppor... |
tree | commitdiff |
2005-05-24 |
David Welch | Added the ability to break into the program when using... |
tree | commitdiff |
2005-05-24 |
David Welch | Fix decoding of thread IDs in the gdbproxy. |
tree | commitdiff |
2005-05-23 |
Eric Pouech | - now storing exception info (if any) in thread structure |
tree | commitdiff |
2005-05-23 |
Eric Pouech | Removed the macros for verbose memory read/write operat... |
tree | commitdiff |
2005-05-23 |
Eric Pouech | - no longer store internally the " for strings |
tree | commitdiff |
2005-05-16 |
Alexandre Julliard | Avoid referencing stackframe.h from outside kernel32. |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-14 |
C. Scott Ananian | Add tSTRING to the pathname production, so that you... |
tree | commitdiff |
2005-03-14 |
C. Scott Ananian | Move definition of 'tPATH' token up, so that '/', ... |
tree | commitdiff |
2005-03-07 |
Alexandre Julliard | Make output line-buffered to avoid messing up log files. |
tree | commitdiff |
2005-03-04 |
Alexandre Julliard | Avoid a compiler warning. |
tree | commitdiff |
2005-03-03 |
Alexandre Julliard | Fixed a few regressions in the handling of segmented... |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-02-22 |
Jon Griffiths | Use config.h & HAVE_ where needed, -W fixes. |
tree | commitdiff |
2005-02-14 |
Oliver Stieber | Mention bt [all | <tid>]. |
tree | commitdiff |
2005-02-10 |
Oliver Stieber | Added vCont support. |
tree | commitdiff |
2005-01-31 |
Mike Hearn | Show window owner thread in winedbg. |
tree | commitdiff |
2005-01-31 |
Eric Pouech | Cleanup of dbghelp.h (and a couple of definition fixes... |
tree | commitdiff |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-03 |
Jon Griffiths | Typos/grammar fixes. |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-22 |
Eric Pouech | ReadFile and WriteFile must be passed a parameter for... |
tree | commitdiff |
2004-12-14 |
Alexandre Julliard | Generate stub entries on the fly for missing entry... |
tree | commitdiff |
2004-12-06 |
Jeremy White | Properly respect a disassemble x,y command (prior behav... |
tree | commitdiff |
2004-11-22 |
Eric Pouech | Fixed regressions introduced when moving addresses... |
tree | commitdiff |
2004-11-08 |
Eric Pouech | - fixed regression in watchpoint setting (by addr) |
tree | commitdiff |
2004-11-06 |
Robert Shearman | Limit StackWalk iterations to prevent infinite loop. |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Add some more Alpha asm code and Alpha-specific parts. |
tree | commitdiff |
2004-10-11 |
Robert Shearman | Fix function and structure field types so we are compat... |
tree | commitdiff |
2004-09-28 |
Eric Pouech | - fixed regression in ctrl-c handling |
tree | commitdiff |
2004-09-23 |
Robert Shearman | Fix debugger for flat PC and non-flat frame. |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-22 |
Eric Pouech | - fixed breakpoint enabled/disabled state management |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
tree | commitdiff |
2004-08-02 |
Marcus Meissner | Replaced undefined C expression. |
tree | commitdiff |
2004-07-16 |
Pierre d'Herbemont | Define the backend_cpu regarding the host processor. |
tree | commitdiff |
2004-07-12 |
Eric Pouech | Fixed regression on 'bt <tid>' command. |
tree | commitdiff |
2004-07-04 |
Eric Pouech | - enhanced 'info share' output |
tree | commitdiff |
2004-06-23 |
Mike Hearn | Add a --command option to winedbg, add an "all" option... |
tree | commitdiff |
2004-06-22 |
Eric Pouech | Fix compile error on non-i386. |
tree | commitdiff |
2004-06-04 |
Eric Pouech | - all symbol information storage is now module relative... |
tree | commitdiff |
2004-04-15 |
Francois Gouget | Have winedbg send its output to stderr when invoked... |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Take advantage of the new winegcc -B support. |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | Build all the programs with winegcc. |
tree | commitdiff |
2004-02-25 |
Matt Chapman | Fix dumping of Unicode strings. |
tree | commitdiff |
2004-02-24 |
Yorick Hardy | Use SHN_UNDEF instead of STN_UNDEF to specify undefined... |
tree | commitdiff |
2004-02-24 |
Eric Pouech | - fixed ELF modules' size information |
tree | commitdiff |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-02-06 |
Eric Pouech | Fixed typo. |
tree | commitdiff |
2004-02-05 |
Eric Pouech | - Fixed broken winedbg compilation on BSD. |
tree | commitdiff |
2004-02-03 |
Eric Pouech | - now detecting Dwarf debug information in ELF modules... |
tree | commitdiff |
2004-01-28 |
Eric Pouech | - now reporting message on bogus line number in 'bp... |
tree | commitdiff |
2004-01-27 |
Sami Aario | Fix a debug message. |
tree | commitdiff |
next |