From 4168a5da9dbd23c5974bbb8e92b4d0e13fde2df4 Mon Sep 17 00:00:00 2001 From: Marius Bugge Monsen <mmonsen@trolltech.com> Date: Wed, 18 Feb 2009 16:16:58 +0100 Subject: [PATCH] Fixes: compile on Mac RevBy: ossi --- 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 1d3adef77e7..395b8a4bf7a 100644 --- a/src/plugins/debugger/gdbengine.cpp +++ b/src/plugins/debugger/gdbengine.cpp @@ -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(); -- GitLab