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

@@ -90,8 +90,8 @@ public:
QString modulePath;
SymbolReadState symbolsRead;
SymbolType symbolsType;
QString startAddress;
QString endAddress;
quint64 startAddress;
quint64 endAddress;
};
typedef QVector<Module> Modules;