- fixed breakpoint enabled/disabled state management
commit926f66186f86cd3137e59b57328427a21939f3f3
authorEric Pouech <pouech-eric@wanadoo.fr>
Sun, 22 Aug 2004 22:35:36 +0000 (22 22:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 22 Aug 2004 22:35:36 +0000 (22 22:35 +0000)
tree1f1594328ba26e1a3827ae2b0e9a0b2b8cc4f0a5
parent07a805127a0f0089bfecc313435932b3b8400423
- fixed breakpoint enabled/disabled state management
- fixed recursion in type printing
- now all type-id are stored with the base address of the module which
  defines the type (struct dbg_type takes care of this pairing)
- fixed a couple of bugs in display handling
- fixed strings print and examination
12 files changed:
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/gdbproxy.c
programs/winedbg/memory.c
programs/winedbg/stack.c
programs/winedbg/symbol.c
programs/winedbg/types.c
programs/winedbg/winedbg.c