forked from qt-creator/qt-creator
Debugger: Move showModule{Sections,Symbols} to DebuggerEngine
A bit closer to where the functions are used. No real change. Change-Id: Icbad68bd31d85caa59980316537ee532faf2d7ef Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -50,9 +50,6 @@ class SavedAction;
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
class Console;
|
||||
class Symbol;
|
||||
class Section;
|
||||
class GlobalDebuggerOptions;
|
||||
|
||||
enum TestCases
|
||||
@@ -64,15 +61,11 @@ enum TestCases
|
||||
// Some convenience.
|
||||
void openTextEditor(const QString &titlePattern, const QString &contents);
|
||||
|
||||
void showModuleSymbols(const QString &moduleName, const QVector<Internal::Symbol> &symbols);
|
||||
void showModuleSections(const QString &moduleName, const QVector<Internal::Section> §ions);
|
||||
|
||||
QSharedPointer<Internal::GlobalDebuggerOptions> globalDebuggerOptions();
|
||||
|
||||
bool isTestRun();
|
||||
|
||||
Utils::SavedAction *action(int code);
|
||||
Console *console();
|
||||
|
||||
bool boolSetting(int code);
|
||||
QString stringSetting(int code);
|
||||
|
||||
Reference in New Issue
Block a user