forked from qt-creator/qt-creator
Debugger: Remove unused values from DebuggerStartMode
Change-Id: I84ec3dea504e51bb925c925564aa9b5c84133fbf Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user