forked from qt-creator/qt-creator
Fixes: compile on Mac
RevBy: ossi
This commit is contained in:
@@ -1122,7 +1122,7 @@ void GdbEngine::handleAqcuiredInferior()
|
||||
sendCommand("info proc", GdbInfoProc);
|
||||
#endif
|
||||
#if defined(Q_OS_MAC)
|
||||
sendCommand("info pid", GdbInfoProc, QVariant(), true);
|
||||
sendCommand("info pid", GdbInfoProc, QVariant(), NeedsStop);
|
||||
#endif
|
||||
reloadSourceFiles();
|
||||
tryLoadCustomDumpers();
|
||||
|
Reference in New Issue
Block a user