forked from qt-creator/qt-creator
RemoteLinux/Debugger: Pass right platform string to LLDB
Needed for setting up device connection later. Change-Id: Ib794a8bf093714935b9a3ed3f290d46550763d68 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -49,6 +49,7 @@ LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
|
||||
setStartMode(AttachToRemoteServer);
|
||||
setCloseMode(KillAndExitMonitorAtClose);
|
||||
setUseExtendedRemote(true);
|
||||
setLldbPlatform("remote-linux");
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user