Debugger: Don't hard code LLDB path on Linux

Change-Id: I7454f710d6ba57e9f6929cbdcfcbf269cf1f43c0
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-16 15:09:24 +02:00
parent dbae389029
commit 1fb090e426
3 changed files with 14 additions and 9 deletions

View File

@@ -181,7 +181,7 @@ private:
QByteArray m_inbuffer;
QString m_scriptFileName;
QProcess m_lldbProc;
QString m_lldbBridge;
QString m_lldbCmd;
// FIXME: Make generic.
int m_lastAgentId;