commit | a66ba46379fe41036d870975c56ccc2319cb6618 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Sat Oct 30 04:51:46 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Sat Oct 30 04:51:46 2010 +0000 |
tree | 9d0b990834b9ea388e3feff60e6dfa338809d757 | |
parent | 4ee40ac5bf435bea35e912b157884d0efd598338 [diff] [blame] |
Improved API logging. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@117772 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBBlock.cpp b/source/API/SBBlock.cpp index b57936d..6898a77 100644 --- a/source/API/SBBlock.cpp +++ b/source/API/SBBlock.cpp
@@ -133,6 +133,12 @@ return sb_block; } +const lldb_private::Block * +SBBlock::get () const +{ + return m_opaque_ptr; +} + bool SBBlock::GetDescription (SBStream &description)