forked from qt-creator/qt-creator
Debugger: Re-use base infrastructure for LLDB breakpoint handling
Change-Id: If32b1f421e45dc4ee446e193e03c959d7c700948 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -95,9 +95,13 @@ private:
|
||||
void activateFrame(int index);
|
||||
void selectThread(ThreadId threadId);
|
||||
|
||||
// This should be always the last call in a function.
|
||||
bool stateAcceptsBreakpointChanges() const;
|
||||
bool acceptsBreakpoint(Breakpoint bp) const;
|
||||
void attemptBreakpointSynchronization();
|
||||
bool attemptBreakpointSynchronizationHelper(DebuggerCommand *command);
|
||||
void insertBreakpoint(Breakpoint bp);
|
||||
void insertBreakpointHelper(DebuggerCommand *cmd, Breakpoint bp) const;
|
||||
void removeBreakpoint(Breakpoint bp);
|
||||
void changeBreakpoint(Breakpoint bp);
|
||||
|
||||
void assignValueInDebugger(const WatchData *data,
|
||||
const QString &expr, const QVariant &value);
|
||||
|
||||
Reference in New Issue
Block a user