debugger: basic support for reverse debugging

works only with gbd 7.0 so far.
This commit is contained in:
hjk
2009-05-25 17:19:42 +02:00
parent a31ce64b9c
commit 5ff00c84ae
9 changed files with 74 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ const char * const STEPOUT = "Debugger.StepOut";
const char * const NEXT = "Debugger.NextLine";
const char * const STEPI = "Debugger.StepInstruction";
const char * const NEXTI = "Debugger.NextInstruction";
const char * const REVERSE = "Debugger.ReverseDirection";
const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";