Bochs/bochs/debug
Gregory Alexander 29ba221c3e Make trace output more meaningful by printing each instruction immediately
BEFORE it is executed.  Print the registers at this time, BEFORE the
instruction, since they are the values BEFORE the instruction is executed.

The important result of this is that in TRACE output, both the instruction
causing an exception and the first instruction of the exception handler
are BOTH printed.

I'm working on getting this behavior in the debugger user-interface.

 Modified Files:
 	cpu/cpu.cc debug/dbg_main.cc
2002-02-15 22:58:06 +00:00
..
Makefile.in - use @CPP_SUFFIX@ substitution to get the dependencies right for nmake too 2001-10-07 20:19:04 +00:00
crc.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
dbg_main.cc Make trace output more meaningful by printing each instruction immediately 2002-02-15 22:58:06 +00:00
debug.h added trace-reg-on and trace-reg-off commands 2001-11-28 18:37:12 +00:00
lexer.c added the trace-reg-on and trace-reg-off commands 2001-11-28 18:40:02 +00:00
lexer.l added the trace-reg-on and trace-reg-off command 2001-11-28 18:39:19 +00:00
linux.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
linux.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
loader_misc.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
make-syscalls-linux.pl - merged BRANCH-smp-bochs into main branch. For details see comments 2001-05-23 08:16:07 +00:00
parser.c added the trace-reg-on and trace-reg-off commands 2001-11-28 18:40:02 +00:00
parser.h added the trace-reg-on and trace-reg-off commands 2001-11-28 18:40:02 +00:00
parser.y added the trace-reg-on and trace-reg-off commands 2001-11-28 18:40:02 +00:00
sim2.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
syscalls-linux.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00