This commit is contained in:
Roberto Raggi
2009-02-17 11:25:44 +01:00
parent 3cd4e39872
commit 738c50726d

View File

@@ -1126,7 +1126,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
sendCommand("-file-list-exec-source-files", GdbQuerySources);
tryLoadCustomDumpers();