From 7ec18e3d10aeded985ab2fcb0781d17a80ad0df5 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 9 Aug 2012 19:33:34 +0000 Subject: Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. llvm-svn: 161606 --- lldb/source/Core/ValueObject.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Core/ValueObject.cpp') diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index 127152e3bb4..8016bab3d2e 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -1426,6 +1426,7 @@ ValueObject::DumpPrintableRepresentation(Stream& s, (custom_format == eFormatComplexFloat) || (custom_format == eFormatDecimal) || (custom_format == eFormatHex) || + (custom_format == eFormatHexUppercase) || (custom_format == eFormatFloat) || (custom_format == eFormatOctal) || (custom_format == eFormatOSType) || -- cgit v1.2.3