forked from qt-creator/qt-creator
debugger: we do not need the output of -stack-select-frame
Change-Id: I4eac412f0505efa356bf6e185e8d45d669b9f511 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2095,7 +2095,7 @@ void GdbEngine::executeStepI()
|
||||
void GdbEngine::executeStepOut()
|
||||
{
|
||||
QTC_ASSERT(state() == InferiorStopOk, qDebug() << state());
|
||||
postCommand("-stack-select-frame 0");
|
||||
postCommand("-stack-select-frame 0", Discardable);
|
||||
setTokenBarrier();
|
||||
notifyInferiorRunRequested();
|
||||
showStatusMessage(tr("Finish function requested..."), 5000);
|
||||
|
||||
Reference in New Issue
Block a user