debugger: add Load Remote Core

Change-Id: I3ea5ddd608ff9e6764a995dc042466d436ca8474
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-06-05 10:25:48 +02:00
committed by hjk
parent c520001d78
commit cc6c3eab1a
8 changed files with 391 additions and 7 deletions

View File

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