debugger: keep track of current gdb thread

This commit is contained in:
hjk
2010-12-20 16:28:26 +01:00
parent 30d0628968
commit d4fcdccad2
2 changed files with 8 additions and 2 deletions

View File

@@ -548,6 +548,7 @@ private: ////////// View & Data Stuff //////////
// HACK:
StackFrame m_targetFrame;
QByteArray m_currentThread;
};
} // namespace Internal