diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp
index 1d3adef77e7f6900c24a600330f0aa0c1b49323f..395b8a4bf7a2fe01446ae805b63bc2a562d477eb 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();