Debugger: Extend threads model to display frame.

Acked-by: hjk <qtc-commiter@nokia.com>
This commit is contained in:
Friedemann Kleint
2009-10-05 17:19:28 +02:00
parent bdd0169c3c
commit 67155e3d7f
3 changed files with 85 additions and 18 deletions

View File

@@ -1654,6 +1654,8 @@ void DebuggerManager::setState(DebuggerState state)
|| state == InferiorUnrunnable;
const bool running = state == InferiorRunning;
if (running)
threadsHandler()->notifyRunning();
const bool stopped = state == InferiorStopped;
if (stopped)