debugger: use a new action for "executing a line"

This commit is contained in:
hjk
2009-04-03 15:46:40 +02:00
parent e3aa983000
commit 7f3ac4614b
6 changed files with 23 additions and 38 deletions

View File

@@ -75,6 +75,7 @@ enum DebuggerActionCode
GdbLocation,
GdbEnvironment,
GdbScriptFile,
ExecuteCommand,
// Stack
MaximalStackDepth,