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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/API/SBBlock.cpp b/lldb/source/API/SBBlock.cpp
index b57936d9fe0..6898a77496f 100644
--- a/lldb/source/API/SBBlock.cpp
+++ b/lldb/source/API/SBBlock.cpp
@@ -133,6 +133,12 @@ SBBlock::GetFirstChild ()
return sb_block;
}
+const lldb_private::Block *
+SBBlock::get () const
+{
+ return m_opaque_ptr;
+}
+
bool
SBBlock::GetDescription (SBStream &description)
OpenPOWER on IntegriCloud