Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object
before trying to use it. llvm-svn: 121748
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user