forked from qt-creator/qt-creator
Debugger: Invert LLDB/Python startup order
Instead of starting LLDB through a Python script this now starts LLDB directly. This did not work a while ago but seems fine nowaday. Change-Id: I20e915070cd6addf260817c311f4160d010aa861 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -161,7 +161,6 @@ private:
|
||||
Q_SLOT void readLldbStandardOutput();
|
||||
Q_SLOT void readLldbStandardError();
|
||||
Q_SLOT void handleResponse(const QByteArray &data);
|
||||
Q_SLOT void runEngine2();
|
||||
Q_SLOT void updateAll();
|
||||
Q_SLOT void updateStack();
|
||||
Q_SLOT void updateLocals();
|
||||
@@ -184,7 +183,6 @@ private:
|
||||
void refreshAddedBreakpoint(const GdbMi &bkpts);
|
||||
void refreshChangedBreakpoint(const GdbMi &bkpts);
|
||||
void refreshRemovedBreakpoint(const GdbMi &bkpts);
|
||||
void runContinuation(const GdbMi &data);
|
||||
void showFullBacktrace(const GdbMi &data);
|
||||
|
||||
typedef void (LldbEngine::*LldbCommandContinuation)();
|
||||
|
||||
Reference in New Issue
Block a user