forked from qt-creator/qt-creator
debugger: implement basic support for gdb's 'return' command
Returning a value is not yet supported.
This commit is contained in:
@@ -235,6 +235,7 @@ public slots:
|
||||
void stepOutExec();
|
||||
void nextExec();
|
||||
void continueExec();
|
||||
void returnExec();
|
||||
void detachDebugger();
|
||||
void makeSnapshot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user