forked from qt-creator/qt-creator
debugger: give access to the section names in a shared object
Via context menu in the modules view, gdb-only for now. Change-Id: I1163540cd9894c52243bb1bf0c2afc881e793863 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -476,11 +476,13 @@ private: ////////// View & Data Stuff //////////
|
||||
Q_SLOT void loadAllSymbols();
|
||||
void loadSymbolsForStack();
|
||||
void requestModuleSymbols(const QString &moduleName);
|
||||
void requestModuleSections(const QString &moduleName);
|
||||
void reloadModules();
|
||||
void examineModules();
|
||||
void reloadModulesInternal();
|
||||
void handleModulesList(const GdbResponse &response);
|
||||
void handleShowModuleSymbols(const GdbResponse &response);
|
||||
void handleShowModuleSections(const GdbResponse &response);
|
||||
|
||||
//
|
||||
// Snapshot specific stuff
|
||||
|
||||
Reference in New Issue
Block a user