lldb: introduce dialog to start engine remotely

This commit is contained in:
Arvid Ephraim Picciani
2010-12-01 15:41:08 +01:00
parent 1d5fadb12e
commit 0ab67db58e
9 changed files with 267 additions and 28 deletions

View File

@@ -140,7 +140,8 @@ enum DebuggerStartMode
AttachTcf, // Attach to a running Target Communication Framework agent
AttachCore, // Attach to a core file
AttachToRemote, // Start and attach to a remote process
StartRemoteGdb // Start gdb itself remotely
StartRemoteGdb, // Start gdb itself remotely
StartRemoteEngine // Start ipc guest engine on other machine
};
enum DebuggerCapabilities