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
+1 -4
View File
@@ -53,11 +53,8 @@ AttachCrashedExternal, \
AttachCore, \
AttachToRemoteServer, \
AttachToRemoteProcess, \
LoadRemoteCore, \
StartRemoteProcess, \
StartRemoteGdb, \
StartRemoteEngine \
= range(0, 12)
= range(0, 9)
# Known special formats. Keep in sync with DisplayFormat in watchhandler.h