debugger: start attempt to handle dwarf index data

This commit is contained in:
hjk
2010-07-22 16:53:01 +02:00
parent 45f15f0eed
commit 3ce543458c
7 changed files with 98 additions and 34 deletions

View File

@@ -136,6 +136,7 @@ public:
virtual void activateFrame(int index) { Q_UNUSED(index); }
virtual void reloadModules() {}
virtual void examineModules() {}
virtual void loadSymbols(const QString &moduleName)
{ Q_UNUSED(moduleName); }
virtual void loadAllSymbols() {}