debugger: add an option to load "missing" symbols for current stack

This commit is contained in:
hjk
2010-12-21 13:34:59 +01:00
parent dc921cc540
commit 63eaf1e132
9 changed files with 59 additions and 15 deletions

View File

@@ -377,6 +377,7 @@ private: ////////// View & Data Stuff //////////
//
void loadSymbols(const QString &moduleName);
void loadAllSymbols();
void loadSymbolsForStack();
void requestModuleSymbols(const QString &moduleName);
void reloadModules();
void examineModules();