forked from qt-creator/qt-creator
Debugger: Re-enable retrieval of register content
Less use of magical object names. Change-Id: I2da17f1cefe1a72f4ea8be4c041e7443265def93 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -77,7 +77,8 @@ void displayDebugger(DebuggerEngine *engine, bool updateEngine);
|
||||
void synchronizeBreakpoints();
|
||||
|
||||
QWidget *mainWindow();
|
||||
bool isDockVisible(const QString &objectName);
|
||||
bool isRegistersWindowVisible();
|
||||
bool isModulesWindowVisible();
|
||||
void showModuleSymbols(const QString &moduleName, const QVector<Internal::Symbol> &symbols);
|
||||
void showModuleSections(const QString &moduleName, const QVector<Internal::Section> §ions);
|
||||
void openMemoryEditor();
|
||||
|
||||
Reference in New Issue
Block a user