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:
Marcus Tillmanns
2023-06-23 09:14:05 +02:00
committed by hjk
parent fd83aa0bf7
commit 77edffe3cf
3 changed files with 56 additions and 12 deletions

View File

@@ -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));