Max Horn 919092e5fc Overhaul of the debugger code
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker
  restrictions)
* Change the base Debugger class to *not* be a template class anymore;
  instead, a thin (template based) wrapper class is used to hook up
  debugger commands
* Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single
  version of each in GUI::Debugger
* New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries
  the console to determine when to wrap
* Debugger::preEnter and postEnter aren't pure virtual anymore

svn-id: r23890
2006-09-16 16:58:27 +00:00
..
2006-06-16 19:34:16 +00:00
2006-07-14 13:33:58 +00:00
2006-09-16 16:58:27 +00:00
2006-09-16 16:58:27 +00:00
2006-07-14 13:33:58 +00:00
2006-07-14 13:33:58 +00:00
2006-07-14 13:33:58 +00:00
2006-06-24 08:48:11 +00:00
2006-07-14 13:33:58 +00:00
2006-07-14 13:33:58 +00:00
2006-09-16 15:01:14 +00:00
2006-09-16 15:01:14 +00:00
2006-05-13 10:39:35 +00:00