forked from qt-creator/qt-creator
Implement basics for edit value handling in CDB.
- Add routine for formatting edit values. - Optionally store memory in SymbolGroupNode (along with special info) to be able to re-use it for edit values using a simple convenience class MemoryHandle. - Prototypically implement QString and QByteArray / Qt 5. Task-number: QTCREATORBUG-8344 Change-Id: I6d2cac7a1e9ac48e94335142c41dc1bfb984c515 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -83,7 +83,7 @@ enum DebuggerEncoding
|
||||
Hex2EncodedFloat8 = 26
|
||||
};
|
||||
|
||||
// Keep in sync with dumper.py
|
||||
// Keep in sync with dumper.py, symbolgroupvalue.cpp of CDB
|
||||
enum DebuggerDisplay {
|
||||
StopDisplay = 0,
|
||||
DisplayImageData = 1,
|
||||
|
||||
Reference in New Issue
Block a user