From 738c50726deab938d9504df17d5fbd771c316b38 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 17 Feb 2009 11:25:44 +0100 Subject: [PATCH] Compile. --- src/plugins/debugger/gdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp index a9df09e5e93..f6df98327f2 100644 --- a/src/plugins/debugger/gdbengine.cpp +++ b/src/plugins/debugger/gdbengine.cpp @@ -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();