Bochs/bochs/bx_debug
Volker Ruppert 3063397fd4 - first attempt to implement a debugger gui dialog for win32
- new display library option "windebug" enables the new feature
  - simple dialog box with a command line and a multiline text viever
  - TODO: implement modeless dialog with cpu registers and it should be possible
    to interrupt "continue" and "step N" commands
- win32dialog: fixed function GetBochsWindow()
- textconfig: removed unused save/restore prompt
2006-11-12 10:07:18 +00:00
..
dbg_main.cc - first attempt to implement a debugger gui dialog for win32 2006-11-12 10:07:18 +00:00
debug.h - fixed broken debugger "rc file" command line option. Now it is possible to 2006-10-24 17:53:47 +00:00
lexer.c Fixed lb/pb methods for platforms with BX_HAVE_STRTOULL=0 2006-10-19 17:51:58 +00:00
lexer.l Fixed lb/pb methods for platforms with BX_HAVE_STRTOULL=0 2006-10-19 17:51:58 +00:00
linux.cc Reveer back changes for debug.h removal from bochs.h 2006-09-26 19:16:10 +00:00
make-syscalls-linux.pl Fixed incompatibility with gcc3.3, I think. 2003-11-28 15:07:29 +00:00
Makefile.in Totally remove the cosimulation code from Bochs. 2006-01-25 22:20:00 +00:00
parser.c Small optimization for debugger parser - avoid using of non-safe "numeric range" param 2006-10-21 21:28:20 +00:00
parser.h Small optimization for debugger parser - avoid using of non-safe "numeric range" param 2006-10-21 21:28:20 +00:00
parser.y Small optimization for debugger parser - avoid using of non-safe "numeric range" param 2006-10-21 21:28:20 +00:00
symbols.cc Fixed compillation error under Windows when BX_DEBUGGER is 0 2006-10-11 14:54:40 +00:00
syscalls-linux.h Fixed incompatibility with gcc3.3, I think. 2003-11-28 15:07:29 +00:00