forked from qt-creator/qt-creator
Compile.
This commit is contained in:
@@ -1130,7 +1130,7 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
|
||||
sendCommand("info proc", GdbInfoProc);
|
||||
#endif
|
||||
#if defined(Q_OS_MAC)
|
||||
sendCommand("info pid", GdbInfoProc, QVariant(), true);
|
||||
sendCommand("info pid", GdbInfoProc);
|
||||
#endif
|
||||
reloadSourceFiles();
|
||||
tryLoadCustomDumpers();
|
||||
|
Reference in New Issue
Block a user