From c69cad48f9982e2b609a984317e6e22b20a07864 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@nokia.com>
Date: Mon, 12 Jul 2010 18:29:53 +0200
Subject: [PATCH] debugger: Compile fixes

---
 src/plugins/debugger/cdb/cdbengine.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/debugger/cdb/cdbengine.cpp b/src/plugins/debugger/cdb/cdbengine.cpp
index ff02b34d180..01651f0bbb1 100644
--- a/src/plugins/debugger/cdb/cdbengine.cpp
+++ b/src/plugins/debugger/cdb/cdbengine.cpp
@@ -482,10 +482,10 @@ void CdbEngine::runEngine()
     if (rc) {
         if (needWatchTimer)
             m_d->startWatchTimer();
-        notifyInferiorSetupOk();
+        notifyEngineRunAndInferiorRunOk(); // FIXME AAA: correct?
     } else {
         warning(errorMessage);
-        notifyInferiorSetupFailed();
+        notifyEngineRunAndInferiorStopOk(); // FIXME AAA: correct?
     }
 }
 
-- 
GitLab