Lines Matching refs:Printf

130                 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get());  in GetSP()
326 log->Printf ("SBValue(%p)::GetName () => \"%s\"", value_sp.get(), name); in GetName()
328 log->Printf ("SBValue(%p)::GetName () => NULL", value_sp.get()); in GetName()
349 log->Printf ("SBValue(%p)::GetTypeName () => \"%s\"", value_sp.get(), name); in GetTypeName()
351 log->Printf ("SBValue(%p)::GetTypeName () => NULL", value_sp.get()); in GetTypeName()
371 log->Printf ("SBValue(%p)::GetByteSize () => %" PRIu64, value_sp.get(), (uint64_t)result); in GetByteSize()
390 log->Printf ("SBValue(%p)::IsInScope () => %i", value_sp.get(), result); in IsInScope()
410 log->Printf ("SBValue(%p)::GetValue() => \"%s\"", value_sp.get(), cstr); in GetValue()
412 log->Printf ("SBValue(%p)::GetValue() => NULL", value_sp.get()); in GetValue()
432 …case eValueTypeInvalid: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeInvalid", … in GetValueType()
433 …case eValueTypeVariableGlobal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableGl… in GetValueType()
434 …case eValueTypeVariableStatic: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableSt… in GetValueType()
435 …case eValueTypeVariableArgument:log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableAr… in GetValueType()
436 …case eValueTypeVariableLocal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableLo… in GetValueType()
437 …case eValueTypeRegister: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeRegister",… in GetValueType()
438 …case eValueTypeRegisterSet: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeRegisterSe… in GetValueType()
439 …case eValueTypeConstResult: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeConstResul… in GetValueType()
459 log->Printf ("SBValue(%p)::GetObjectDescription() => \"%s\"", value_sp.get(), cstr); in GetObjectDescription()
461 log->Printf ("SBValue(%p)::GetObjectDescription() => NULL", value_sp.get()); in GetObjectDescription()
482 log->Printf ("SBValue(%p)::GetType => SBType(%p)", value_sp.get(), type_sp.get()); in GetType()
484 log->Printf ("SBValue(%p)::GetType => NULL", value_sp.get()); in GetType()
501 log->Printf ("SBValue(%p)::GetValueDidChange() => %i", value_sp.get(), result); in GetValueDidChange()
521 log->Printf ("SBValue(%p)::GetSummary() => \"%s\"", value_sp.get(), cstr); in GetSummary()
523 log->Printf ("SBValue(%p)::GetSummary() => NULL", value_sp.get()); in GetSummary()
543 log->Printf ("SBValue(%p)::GetLocation() => \"%s\"", value_sp.get(), cstr); in GetLocation()
545 log->Printf ("SBValue(%p)::GetLocation() => NULL", value_sp.get()); in GetLocation()
573 …log->Printf ("SBValue(%p)::SetValueFromCString(\"%s\") => %i", value_sp.get(), value_str, success); in SetValueFromCString()
681 log->Printf ("SBValue(%p)::CreateChildAtOffset => \"%s\"", in CreateChildAtOffset()
685 log->Printf ("SBValue(%p)::CreateChildAtOffset => NULL", in CreateChildAtOffset()
740 …log->Printf ("SBValue(%p)::CreateValueFromExpression(name=\"%s\", expression=\"%s\") => SBValue (%… in CreateValueFromExpression()
746 … log->Printf ("SBValue(%p)::CreateValueFromExpression(name=\"%s\", expression=\"%s\") => NULL", in CreateValueFromExpression()
792 …log->Printf ("SBValue(%p)::CreateValueFromAddress => \"%s\"", value_sp.get(), new_value_sp->GetNam… in CreateValueFromAddress()
794 log->Printf ("SBValue(%p)::CreateValueFromAddress => NULL", value_sp.get()); in CreateValueFromAddress()
822 …log->Printf ("SBValue(%p)::CreateValueFromData => \"%s\"", value_sp.get(), new_value_sp->GetName()… in CreateValueFromData()
824 log->Printf ("SBValue(%p)::CreateValueFromData => NULL", value_sp.get()); in CreateValueFromData()
872 …log->Printf ("SBValue(%p)::GetChildAtIndex (%u) => SBValue(%p)", value_sp.get(), idx, value_sp.get… in GetChildAtIndex()
891 …log->Printf ("SBValue(%p)::GetIndexOfChildWithName (name=\"%s\") => NOT FOUND", value_sp.get(), na… in GetIndexOfChildWithName()
893 …log->Printf ("SBValue(%p)::GetIndexOfChildWithName (name=\"%s\") => %u", value_sp.get(), name, idx… in GetIndexOfChildWithName()
930 …log->Printf ("SBValue(%p)::GetChildMemberWithName (name=\"%s\") => SBValue(%p)", value_sp.get(), n… in GetChildMemberWithName()
1038 …log->Printf ("SBValue(%p)::GetValueForExpressionPath (expr_path=\"%s\") => SBValue(%p)", value_sp.… in GetValueForExpressionPath()
1122 log->Printf ("SBValue(%p)::MightHaveChildren() => %i", value_sp.get(), has_children); in MightHaveChildren()
1138 log->Printf ("SBValue(%p)::GetNumChildren () => %u", value_sp.get(), num_children); in GetNumChildren()
1157 log->Printf ("SBValue(%p)::Dereference () => SBValue(%p)", value_sp.get(), value_sp.get()); in Dereference()
1174 log->Printf ("SBValue(%p)::TypeIsPointerType () => %i", value_sp.get(), is_ptr_type); in TypeIsPointerType()
1204 log->Printf ("SBValue(%p)::GetTarget () => NULL", m_opaque_sp.get()); in GetTarget()
1206 log->Printf ("SBValue(%p)::GetTarget () => %p", m_opaque_sp.get(), target_sp.get()); in GetTarget()
1225 log->Printf ("SBValue(%p)::GetProcess () => NULL", m_opaque_sp.get()); in GetProcess()
1227 log->Printf ("SBValue(%p)::GetProcess () => %p", m_opaque_sp.get(), process_sp.get()); in GetProcess()
1246 log->Printf ("SBValue(%p)::GetThread () => NULL", m_opaque_sp.get()); in GetThread()
1248 log->Printf ("SBValue(%p)::GetThread () => %p", m_opaque_sp.get(), thread_sp.get()); in GetThread()
1267 log->Printf ("SBValue(%p)::GetFrame () => NULL", m_opaque_sp.get()); in GetFrame()
1269 log->Printf ("SBValue(%p)::GetFrame () => %p", m_opaque_sp.get(), frame_sp.get()); in GetFrame()
1438 log->Printf ("SBValue(%p)::AddressOf () => SBValue(%p)", value_sp.get(), value_sp.get()); in AddressOf()
1475 log->Printf ("SBValue(%p)::GetLoadAddress () => (%" PRIu64 ")", value_sp.get(), value); in GetLoadAddress()
1512 log->Printf ("SBValue(%p)::GetAddress () => (%s,%" PRIu64 ")", value_sp.get(), in GetAddress()
1538 log->Printf ("SBValue(%p)::GetPointeeData (%d, %d) => SBData(%p)", in GetPointeeData()
1562 log->Printf ("SBValue(%p)::GetData () => SBData(%p)", in GetData()
1584 log->Printf ("SBValue(%p)::SetData() => error: no data to set", value_sp.get()); in SetData()
1609 log->Printf ("SBValue(%p)::SetData (%p) => %s", in SetData()
1688 …log->Printf ("SBValue(%p)::Watch() => error getting SBValue: %s", value_sp.get(), locker.GetError(… in Watch()
1696 … log->Printf ("SBValue(%p)::Watch() => error getting SBValue: no target", value_sp.get()); in Watch()