debugger: take advantage of the fact that the trkadapter has often up-to-date

register data
This commit is contained in:
hjk
2010-02-04 11:36:49 +01:00
parent 520bb3662d
commit e539f5bda3
5 changed files with 31 additions and 7 deletions

View File

@@ -96,6 +96,7 @@ class CdbExceptionLoggerEventCallback;
class GdbEngine;
class CdbDebugEngine;
class CdbDebugEnginePrivate;
class TrkGdbAdapter;
} // namespace Internal
class DEBUGGER_EXPORT DebuggerStartParameters
@@ -171,6 +172,7 @@ public:
friend class Internal::ScriptEngine;
friend class Internal::CdbDebugEngine;
friend class Internal::CdbDebugEnginePrivate;
friend class Internal::TrkGdbAdapter;
DebuggerState state() const;
QList<Core::IOptionsPage*> initializeEngines(unsigned enabledTypeFlags);