debugger: grey out Locals&Expressions when not accessible

Change-Id: I61489b9a5bf117be154ed6899beb3f8294247c9e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-17 18:44:02 +01:00
committed by hjk
parent ad5c0edd33
commit 183769e7ef
4 changed files with 37 additions and 2 deletions

View File

@@ -239,6 +239,7 @@ public slots:
void scheduleResetLocation()
{
m_stackHandler.scheduleResetLocation();
m_watchHandler.scheduleResetLocation();
m_threadsHandler.scheduleResetLocation();
m_disassemblerAgent.scheduleResetLocation();
m_locationTimer.setSingleShot(true);
@@ -250,6 +251,7 @@ public slots:
m_locationTimer.stop();
m_locationMark.reset();
m_stackHandler.resetLocation();
m_watchHandler.resetLocation();
m_threadsHandler.resetLocation();
m_disassemblerAgent.resetLocation();
}