forked from qt-creator/qt-creator
debugger: add an option to load "missing" symbols for current stack
This commit is contained in:
@@ -90,8 +90,8 @@ public:
|
||||
QString modulePath;
|
||||
SymbolReadState symbolsRead;
|
||||
SymbolType symbolsType;
|
||||
QString startAddress;
|
||||
QString endAddress;
|
||||
quint64 startAddress;
|
||||
quint64 endAddress;
|
||||
};
|
||||
|
||||
typedef QVector<Module> Modules;
|
||||
|
||||
Reference in New Issue
Block a user