forked from qt-creator/qt-creator
Debugger: Cosmetics
Qt 5 connects, unused declaration, QLatin1Strings, ... Change-Id: If09929993d750907ee3f4e2fa9f18acfcc28d9c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -262,8 +262,8 @@ void GdbCoreEngine::handleRoundTrip(const DebuggerResponse &response)
|
||||
CHECK_STATE(InferiorUnrunnable);
|
||||
Q_UNUSED(response);
|
||||
loadSymbolsForStack();
|
||||
handleStop2();
|
||||
QTimer::singleShot(1000, this, SLOT(loadAllSymbols()));
|
||||
handleStop3();
|
||||
QTimer::singleShot(1000, this, &GdbEngine::loadAllSymbols);
|
||||
}
|
||||
|
||||
void GdbCoreEngine::interruptInferior()
|
||||
|
||||
Reference in New Issue
Block a user