Bochs/bochs/cpu
Kevin Lawton d7a16521c4 Replaced "return;" statements associated with bx_guard.special_unwind_stack
hack with longjmp() back to cpu.cc main decode loop, and added a
  check in there to return control when bx_guard.special_unwind_stack
  is set (compiling with debugger enabled only).

If in the debugger you try to execute further instructions
  (which you shouldn't), other fields need to be reset I would
  think, such as EXT and errorno, and have to make sure ESP/EIP
  are corrected properly.  Basically, this hack is only good
  for examining the current situation of a nasty fault.
2002-10-06 22:08:18 +00:00
..
access.cc
apic.cc Fixed elusive APIC interrupt problems when bochs compiled for P6 or later. 2002-10-05 10:25:31 +00:00
arith8.cc
arith16.cc
arith32.cc
arith64.cc
bcd.cc
bit.cc
cpu.cc Replaced "return;" statements associated with bx_guard.special_unwind_stack 2002-10-06 22:08:18 +00:00
cpu.h Replaced "return;" statements associated with bx_guard.special_unwind_stack 2002-10-06 22:08:18 +00:00
ctrl_xfer8.cc
ctrl_xfer16.cc
ctrl_xfer32.cc Added a couple macros which expand on GCC to __attribute__ directives 2002-10-06 14:16:23 +00:00
ctrl_xfer64.cc
ctrl_xfer_pro.cc
data_xfer8.cc
data_xfer16.cc
data_xfer32.cc
data_xfer64.cc
debugstuff.cc
exception.cc Replaced "return;" statements associated with bx_guard.special_unwind_stack 2002-10-06 22:08:18 +00:00
extdb.cc
extdb.h
fetchdecode64.cc
fetchdecode.cc
flag_ctrl_pro.cc Added a new function writeEFlags() which takes a 32-bit eflags 2002-10-05 06:33:10 +00:00
flag_ctrl.cc Added a new function writeEFlags() which takes a 32-bit eflags 2002-10-05 06:33:10 +00:00
i387.h
init.cc
io_pro.cc
io.cc
lazy_flags.cc
lazy_flags.h
logical8.cc
logical16.cc
logical32.cc
logical64.cc
Makefile.in
mmx.cc
mult8.cc
mult16.cc
mult32.cc
mult64.cc
paging.cc
proc_ctrl.cc
protect_ctrl_pro.cc
protect_ctrl.cc
resolve16.cc
resolve32.cc
resolve64.cc
segment_ctrl_pro.cc
segment_ctrl.cc
shift8.cc
shift16.cc
shift32.cc
shift64.cc
soft_int.cc
stack16.cc
stack32.cc
stack64.cc Removed several "#if BX_CPU_LEVEL < 2" clauses, since stack64.cc 2002-10-06 21:38:02 +00:00
stack_pro.cc
string.cc
tasking.cc
vm8086.cc