forked from OSchip/llvm-project
parent
20829ac4da
commit
4a871f989e
|
@ -473,9 +473,9 @@ SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, const SB
|
|||
{
|
||||
if (result.IsValid())
|
||||
log->Printf ("SBValue(%p)::GetChildFromAddress => \"%s\"", m_opaque_sp.get(), result.m_opaque_sp.get());
|
||||
else
|
||||
log->Printf ("SBValue(%p)::GetChildFromAddress => NULL", m_opaque_sp.get());
|
||||
}
|
||||
else
|
||||
log->Printf ("SBValue(%p)::GetChildFromAddress => NULL", m_opaque_sp.get());
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -988,4 +988,4 @@ SBValue::AddressOf()
|
|||
log->Printf ("SBValue(%p)::GetPointerToObject () => SBValue(%p)", m_opaque_sp.get(), sb_value.get());
|
||||
|
||||
return sb_value;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue