aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/ValueObjectRegister.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/ValueObjectRegister.h')
-rw-r--r--include/lldb/Core/ValueObjectRegister.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Core/ValueObjectRegister.h b/include/lldb/Core/ValueObjectRegister.h
index 6820629f08e1..f7c7683d60bc 100644
--- a/include/lldb/Core/ValueObjectRegister.h
+++ b/include/lldb/Core/ValueObjectRegister.h
@@ -45,6 +45,9 @@ public:
virtual ConstString
GetQualifiedTypeName();
+
+ virtual ConstString
+ GetDisplayTypeName();
virtual size_t
CalculateNumChildren();