forked from qt-creator/qt-creator
Debugger: Support linux remote debugging with LLDB
Adds support for Linux remote debugging with lldb-server Change-Id: I3ee08704a3116030111df75273a46a2e4888f98e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -295,7 +295,6 @@ void LldbEngine::handleLldbStarted()
|
||||
cmd2.arg("remotechannel", ((rp.startMode == AttachToRemoteProcess
|
||||
|| rp.startMode == AttachToRemoteServer)
|
||||
? rp.remoteChannel : QString()));
|
||||
cmd2.arg("platform", rp.platform);
|
||||
QTC_CHECK(!rp.continueAfterAttach || (rp.startMode == AttachToRemoteProcess
|
||||
|| rp.startMode == AttachToLocalProcess
|
||||
|| rp.startMode == AttachToRemoteServer));
|
||||
|
||||
Reference in New Issue
Block a user