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:
@@ -64,6 +64,7 @@ namespace Internal {
|
||||
class BreakHandler;
|
||||
class SnapshotHandler;
|
||||
class Symbol;
|
||||
class Section;
|
||||
class DebuggerToolTipManager;
|
||||
class GlobalDebuggerOptions;
|
||||
|
||||
@@ -113,6 +114,8 @@ public:
|
||||
// DebuggerEngineType et = NoEngineType) const = 0;
|
||||
virtual void showModuleSymbols(const QString &moduleName,
|
||||
const QVector<Symbol> &symbols) = 0;
|
||||
virtual void showModuleSections(const QString &moduleName,
|
||||
const QVector<Section> §ions) = 0;
|
||||
virtual void openMemoryEditor() = 0;
|
||||
virtual void languagesChanged() = 0;
|
||||
virtual void executeDebuggerCommand(const QString &command, DebuggerLanguages languages) = 0;
|
||||
|
||||
Reference in New Issue
Block a user