mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
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:
@@ -148,3 +148,9 @@ SBFunction::get ()
|
||||
return m_opaque_ptr;
|
||||
}
|
||||
|
||||
void
|
||||
SBFunction::reset (lldb_private::Function *lldb_object_ptr)
|
||||
{
|
||||
m_opaque_ptr = lldb_object_ptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user