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