debugger: make local 8 bit available for displaying char *

Change-Id: I4608f3f861b8f06889199e0401e3b7569587be11
Reviewed-on: http://codereview.qt.nokia.com/1232
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-07-04 18:31:31 +02:00
committed by hjk
parent 98c116491f
commit eb1b3fb0c3
5 changed files with 84 additions and 39 deletions

View File

@@ -68,7 +68,8 @@ enum DebuggerEncoding
Hex2EncodedUtf8 = 9,
Hex8EncodedBigEndian = 10,
Hex4EncodedBigEndian = 11,
Hex4EncodedLittleEndianWithoutQuotes = 12
Hex4EncodedLittleEndianWithoutQuotes = 12,
Hex2EncodedLocal8Bit = 13
};
bool isEditorDebuggable(Core::IEditor *editor);