aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/RegisterValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/RegisterValue.h')
-rw-r--r--include/lldb/Core/RegisterValue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lldb/Core/RegisterValue.h b/include/lldb/Core/RegisterValue.h
index cf29cea46d36..1b1a71a11c5a 100644
--- a/include/lldb/Core/RegisterValue.h
+++ b/include/lldb/Core/RegisterValue.h
@@ -374,6 +374,12 @@ namespace lldb_private {
uint32_t
GetByteSize () const;
+ static uint32_t
+ GetMaxByteSize ()
+ {
+ return kMaxRegisterByteSize;
+ }
+
void
Clear();