summaryrefslogtreecommitdiff
path: root/include/lldb/Core/ValueObjectMemory.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-25 21:00:58 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-25 21:00:58 +0000
commit0cac4ca3916ac24ab6139d03cbfd18db9e715bfe (patch)
treec94307da318be46e5aeea1a325c1e91749506e4f /include/lldb/Core/ValueObjectMemory.h
parent03b99097822ca3ac69252d9afae716a584ed56c4 (diff)
Diffstat (limited to 'include/lldb/Core/ValueObjectMemory.h')
-rw-r--r--include/lldb/Core/ValueObjectMemory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Core/ValueObjectMemory.h b/include/lldb/Core/ValueObjectMemory.h
index 627d73eb4b27..41b43188a46a 100644
--- a/include/lldb/Core/ValueObjectMemory.h
+++ b/include/lldb/Core/ValueObjectMemory.h
@@ -47,6 +47,9 @@ public:
virtual ConstString
GetTypeName();
+ virtual ConstString
+ GetDisplayTypeName();
+
virtual size_t
CalculateNumChildren();