Fixes: simplify "Attach to Running Process" code

Details: also sorts by process name by default
This commit is contained in:
hjk
2009-01-05 14:38:51 +01:00
parent 02fec25be1
commit 6705bc7e60
4 changed files with 6 additions and 10 deletions

View File

@@ -2401,7 +2401,7 @@ void GdbEngine::handleStackListFrames(const GdbResultRecord &record)
if (usable)
q->gotoLocation(frame.file, frame.line, true);
else
qDebug() << "FULL NAME NOT USABLE 0: " << frame.file;
qDebug() << "FULL NAME NOT USABLE 0: " << frame.file << topFrame;
}
#endif
}