forked from qt-creator/qt-creator
Debugger: Debugger protocol maintenance
- Move DisplayFormat from watchhandler.h to debuggerprotocol.h - Add/update a few comments about the use of the protocol enums - Make decodeData take a DebuggerEncoding instead of an int Change-Id: I50bed70a5da2e94da46e894bf9136bc14c9a1b23 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -59,7 +59,7 @@ StartRemoteProcess, \
|
||||
= range(0, 9)
|
||||
|
||||
|
||||
# Known special formats. Keep in sync with DisplayFormat in watchhandler.h
|
||||
# Known special formats. Keep in sync with DisplayFormat in debuggerprotocol.h
|
||||
AutomaticFormat, \
|
||||
RawFormat, \
|
||||
SimpleFormat, \
|
||||
@@ -142,7 +142,7 @@ SpecialOptimizedOutValue, \
|
||||
SpecialEmptyStructureValue, \
|
||||
= range(40)
|
||||
|
||||
# Display modes. Keep that synchronized with DebuggerDisplay in watchutils.h
|
||||
# Display modes. Keep that synchronized with DebuggerDisplay in debuggerprotocol.h
|
||||
StopDisplay, \
|
||||
DisplayImageData, \
|
||||
DisplayUtf16String, \
|
||||
|
||||
Reference in New Issue
Block a user