- fixed regression in ctrl-c handling
commit5fe480b4729074109567a6ca29095a6a5480ad52
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 28 Sep 2004 02:13:27 +0000 (28 02:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Sep 2004 02:13:27 +0000 (28 02:13 +0000)
tree206997d6f60e92877c4d9fcfb659e5499f4884f5
parent75e02e93359393a52b86753c0564f9ebd5a7d5c0
- fixed regression in ctrl-c handling
- fixed regression in 'info symbol XXXX' command (and enhanced
  presentation)
- fixed regression in line stepping
- fixed regression in & (address operator) handling
- fixed some bad module reference for local symbols
- enhanced register presentation as local variables
- added warning when launching a debuggee which isn't a Wine app
- removed the 'local' extension of display command (and check when
  setting the display whether the expr has a local binding)
- simplified exception handling, and factorized some code when
  debugger stops
documentation/debugger.sgml
programs/winedbg/break.c
programs/winedbg/dbg.y
programs/winedbg/debugger.h
programs/winedbg/display.c
programs/winedbg/expr.c
programs/winedbg/memory.c
programs/winedbg/source.c
programs/winedbg/symbol.c
programs/winedbg/types.c
programs/winedbg/winedbg.c