forked from qt-creator/qt-creator
Debugger: Export DebuggerManager and DebuggerStartParameters.
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
This commit is contained in:
@@ -55,10 +55,11 @@ class BaseTextMark;
|
||||
}
|
||||
|
||||
namespace Debugger {
|
||||
class DebuggerManager;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class BreakpointData;
|
||||
class DebuggerManager;
|
||||
class DebuggerRunControlFactory;
|
||||
class DebugMode;
|
||||
class DisassemblerViewAgent;
|
||||
@@ -96,7 +97,7 @@ private slots:
|
||||
int lineNumber, QMenu *menu);
|
||||
|
||||
void resetLocation();
|
||||
void gotoLocation(const StackFrame &frame, bool setMarker);
|
||||
void gotoLocation(const Debugger::Internal::StackFrame &frame, bool setMarker);
|
||||
|
||||
void breakpointSetRemoveMarginActionTriggered();
|
||||
void breakpointEnableDisableMarginActionTriggered();
|
||||
|
||||
Reference in New Issue
Block a user