Debugger: Progress on LLDB state handling

Change-Id: Iadf9c7026a3da0adeec8340729a303bbbee57c24
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-04-12 14:41:05 +02:00
parent 77abd02787
commit 4269ce4e38
4 changed files with 98 additions and 114 deletions

View File

@@ -85,6 +85,7 @@ private:
bool acceptsBreakpoint(BreakpointModelId id) const;
void attemptBreakpointSynchronization();
bool attemptBreakpointSynchronizationHelper(QByteArray *command);
void assignValueInDebugger(const WatchData *data,
const QString &expr, const QVariant &value);