summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index ee44876a0ec..2f71c02dba8 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -505,7 +505,7 @@ ValueObject::GetSummaryAsCString ()
sstr << '"';
data.Dump (&sstr,
0, // Start offset in "data"
- eFormatChar, // Print as characters
+ eFormatCharArray, // Print as characters
1, // Size of item (1 byte for a char!)
bytes_read, // How many bytes to print?
UINT32_MAX, // num per line
@@ -535,7 +535,7 @@ ValueObject::GetSummaryAsCString ()
data.Dump (&sstr,
0, // Start offset in "data"
- eFormatChar, // Print as characters
+ eFormatCharArray, // Print as characters
1, // Size of item (1 byte for a char!)
len, // How many bytes to print?
UINT32_MAX, // num per line
OpenPOWER on IntegriCloud