Bochs/bochs/debug
Bryce Denney e363f402ca - This implements a solution that lets any GUI take over handling of any
signal.  First, selection of the GUI should cause BX_GUI_SIGHANDLER to
  be defined in config.h.in.  Then, the GUI should define member functions
    Bit32u get_sighandler_mask ();
    void sighandler (int sig);
  The mask function returns a bitfield where one bit corresponds to each
  signal.  For any signal whose bit is set to 1 in the return value of
  get_sighandler_mask, the gui will control that signal.  When the signal
  arrives, bx_gui.sighandler(sig) will be called by bx_signal_handler,
  instead of the default behavior of that signal.
2001-05-08 20:18:04 +00:00
..
crc.cc - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
dbg_main.cc - This implements a solution that lets any GUI take over handling of any 2001-05-08 20:18:04 +00:00
debug.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
lexer.c - change strtoull back to normal name 2001-04-10 01:57:02 +00:00
lexer.l - change strtoull back to normal name 2001-04-10 01:57:02 +00:00
loader_misc.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
Makefile.in - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
parser.c - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
parser.h - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
parser.y - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
sim2.cc - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00