forked from qt-creator/qt-creator
debugger: add Load Remote Core
Change-Id: I3ea5ddd608ff9e6764a995dc042466d436ca8474 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -130,6 +130,7 @@ enum DebuggerStartMode
|
||||
AttachCore, // Attach to a core file
|
||||
AttachToRemoteServer, // Attach to a running gdbserver
|
||||
AttachToRemoteProcess, // Attach to a running remote process
|
||||
LoadRemoteCore, // Load a remote core file
|
||||
StartRemoteProcess, // Start and attach to a remote process
|
||||
StartRemoteGdb, // Start gdb itself remotely
|
||||
StartRemoteEngine // Start ipc guest engine on other machine
|
||||
|
||||
Reference in New Issue
Block a user