debugger: implement basic support for gdb's 'return' command

Returning a value is not yet supported.
This commit is contained in:
hjk
2010-02-15 16:02:41 +01:00
parent feb181ce5e
commit c6e88eec0e
8 changed files with 52 additions and 7 deletions

View File

@@ -235,6 +235,7 @@ public slots:
void stepOutExec();
void nextExec();
void continueExec();
void returnExec();
void detachDebugger();
void makeSnapshot();