Lines Matching refs:cstr
400 const char *cstr = NULL; in GetValue() local
405 cstr = value_sp->GetValueAsCString (); in GetValue()
409 if (cstr) in GetValue()
410 log->Printf ("SBValue(%p)::GetValue() => \"%s\"", value_sp.get(), cstr); in GetValue()
415 return cstr; in GetValue()
449 const char *cstr = NULL; in GetObjectDescription() local
454 cstr = value_sp->GetObjectDescription (); in GetObjectDescription()
458 if (cstr) in GetObjectDescription()
459 log->Printf ("SBValue(%p)::GetObjectDescription() => \"%s\"", value_sp.get(), cstr); in GetObjectDescription()
463 return cstr; in GetObjectDescription()
511 const char *cstr = NULL; in GetSummary() local
516 cstr = value_sp->GetSummaryAsCString(); in GetSummary()
520 if (cstr) in GetSummary()
521 log->Printf ("SBValue(%p)::GetSummary() => \"%s\"", value_sp.get(), cstr); in GetSummary()
525 return cstr; in GetSummary()
533 const char *cstr = NULL; in GetLocation() local
538 cstr = value_sp->GetLocationAsCString(); in GetLocation()
542 if (cstr) in GetLocation()
543 log->Printf ("SBValue(%p)::GetLocation() => \"%s\"", value_sp.get(), cstr); in GetLocation()
547 return cstr; in GetLocation()