summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/API/SBBlock.cpp')
-rw-r--r--lldb/source/API/SBBlock.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/API/SBBlock.cpp b/lldb/source/API/SBBlock.cpp
index 32f102181f2..860f9b9f74f 100644
--- a/lldb/source/API/SBBlock.cpp
+++ b/lldb/source/API/SBBlock.cpp
@@ -151,6 +151,11 @@ SBBlock::get () const
return m_opaque_ptr;
}
+void
+SBBlock::reset (lldb_private::Block *block)
+{
+ m_opaque_ptr = block;
+}
bool
SBBlock::GetDescription (SBStream &description)
OpenPOWER on IntegriCloud