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

@@ -112,6 +112,7 @@ enum DebuggerActionCode
// Running
SkipKnownFrames,
EnableReverseDebugging,
// Breakpoints
SynchronizeBreakpoints,