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);
|
sendCommand("info proc", GdbInfoProc);
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_MAC)
|
#if defined(Q_OS_MAC)
|
||||||
sendCommand("info pid", GdbInfoProc, QVariant(), true);
|
sendCommand("info pid", GdbInfoProc, QVariant(), NeedsStop);
|
||||||
#endif
|
#endif
|
||||||
reloadSourceFiles();
|
reloadSourceFiles();
|
||||||
tryLoadCustomDumpers();
|
tryLoadCustomDumpers();
|
||||||
|
Reference in New Issue
Block a user