RemoteLinux: Support terminal aspect

This is possible now that the remote process is started via a local
tool.

[ChangeLog] Remote Linux applications can be run in a terminal now.

Change-Id: I9f7df87563a18880d85c6d16ad18fb10a4d9f0e0
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2019-01-10 09:21:26 +01:00
parent bad0d193e5
commit 8a2327068e
9 changed files with 68 additions and 19 deletions

View File

@@ -34,7 +34,7 @@ namespace RemoteLinux {
namespace Internal {
LinuxDeviceDebugSupport::LinuxDeviceDebugSupport(RunControl *runControl)
: DebuggerRunTool(runControl)
: DebuggerRunTool(runControl, nullptr, false)
{
setId("LinuxDeviceDebugSupport");