eff7720ae7
- The Bochs debugger uses BX_WITH_WX to decide to change to wxWindows debugger behavior: sending a synchronous message to the config interface to get a new command, sending all dbg_printf output to the config interface, deciding whether to trap control-C, etc. But now that it's possible to compile with BX_WITH_WX and BX_WITH_other_things, this isn't quite right anymore. With this change, we now use calls to a new method SIM->is_wx_selected() to decide which behavior to use. This method is equivalent to checking if the display library variable is set to "wx", but it's implemented in such a way that it only has to check a boolean for each call to SIM->is_wx_selected(). - in siminterface.cc, init some local variables to 0 to avoid compile warnings. Modified Files: debug/dbg_main.cc gui/siminterface.cc gui/siminterface.h |
||
---|---|---|
bochs | ||
bochs-performance | ||
bochs-testing | ||
CVSROOT | ||
sfsite |