Debugger: Remove unused values from DebuggerStartMode

Change-Id: I84ec3dea504e51bb925c925564aa9b5c84133fbf
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-10-14 19:08:58 +03:00
committed by hjk
parent bb497cece2
commit 1ff1b8dbfd
5 changed files with 3 additions and 44 deletions

View File

@@ -123,10 +123,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
StartRemoteProcess // Start and attach to a remote process
};
enum DebuggerCloseMode