forked from qt-creator/qt-creator
Debugger: Prepare assigning of values in LLDB interface
Change-Id: I722e78c352066ddd05e96199fd8ead088e3e9f59 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -134,6 +134,7 @@ private:
|
||||
bool supportsThreads() const { return true; }
|
||||
bool isSynchronous() const { return true; }
|
||||
void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags);
|
||||
void requestUpdateWatchers();
|
||||
void setRegisterValue(int regnr, const QString &value);
|
||||
|
||||
void fetchMemory(Internal::MemoryAgent *, QObject *, quint64 addr, quint64 length);
|
||||
@@ -171,7 +172,6 @@ private:
|
||||
|
||||
typedef void (LldbEngine::*LldbCommandContinuation)();
|
||||
|
||||
QByteArray currentOptions() const;
|
||||
void handleStop(const QByteArray &response);
|
||||
void handleListLocals(const QByteArray &response);
|
||||
void handleListModules(const QByteArray &response);
|
||||
|
||||
Reference in New Issue
Block a user