debugger: make gdb-6.8-symbianelf work

This commit is contained in:
hjk
2009-12-18 16:25:59 +01:00
parent 3023495c71
commit 9ad447b8a4
5 changed files with 137 additions and 45 deletions

View File

@@ -253,6 +253,7 @@ private: ////////// Gdb Command Management //////////
CommandsDoneCallback m_commandsDoneCallback;
QList<GdbCommand> m_commandsToRunOnTemporaryBreak;
int gdbVersion() const { return m_gdbVersion; }
private: ////////// Gdb Output, State & Capability Handling //////////