Bochs/bochs/debug
Kevin Lawton b742ccec7e Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
of (1 & (val32>>N)), and added a getB_?F() accessor for special
  cases which need a strict binary value (exactly 0 or 1).  Most
  code only needed a value for logical comparison.  I modified the
  special cases which do need a binary number for shifting and
  comparison between flags, to use the special getB_?F() accessor.

Cleaned up memory.cc functions a little, now that all accesses
  are within a single page.

Fixed a (not very likely encountered) bug in fetchdecode.cc (and
  fetchdecode64.cc) where a 2-byte opcode starting with a prefix
  starts at the last offset on a page.  There were no checks
  on the segment overrides for a boundary condition.  I added them.

The eflags enhancements added just a tiny bit of performance.
2002-09-22 18:22:24 +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 Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead 2002-09-22 18:22:24 +00:00
debug.h - add Debug Log dialog, which shows all the text output that is normally 2002-09-15 11:21:35 +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
Makefile.in - removed --enable-loader option from configure, and associated makefile 2002-09-18 03:40:39 +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