Home
last modified time | relevance | path

Searched refs:GetValueAsCString (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Breakpoint/
DWatchpoint.cpp224 s->Printf("\n%sold value: %s", prefix, m_old_value_sp->GetValueAsCString()); in DumpSnapshots()
228 s->Printf("\n%snew value: %s", prefix, m_new_value_sp->GetValueAsCString()); in DumpSnapshots()
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp582 valobj.GetValueAsCString(lldb::eFormatUnicode16, value); in Char16SummaryProvider()
596 valobj.GetValueAsCString(lldb::eFormatUnicode32, value); in Char32SummaryProvider()
622 valobj.GetValueAsCString(lldb::eFormatChar, value); in WCharSummaryProvider()
633 valobj.GetValueAsCString(lldb::eFormatUnicode16, value); in WCharSummaryProvider()
644 valobj.GetValueAsCString(lldb::eFormatUnicode32, value); in WCharSummaryProvider()
/external/lldb/source/Core/
DValueObject.cpp484 GetValueAsCString (); in GetValueDidChange()
1304 ValueObject::GetValueAsCString (lldb::Format format, in GetValueAsCString() function in ValueObject
1388 ValueObject::GetValueAsCString () in GetValueAsCString() function in ValueObject
1419 if (GetValueAsCString(my_format, m_value_str)) in GetValueAsCString()
1648 cstr = GetValueAsCString(); in DumpPrintableRepresentation()
1694 cstr = GetValueAsCString(); in DumpPrintableRepresentation()
3439 valobj->GetValueAsCString(options.m_format, in DumpValueObject_Impl()
3444 val_cstr = valobj->GetValueAsCString(); in DumpValueObject_Impl()
DDebugger.cpp2277 … const char *var_value = var_value_sp->GetValueAsCString(); in FormatPromptRecurse()
/external/lldb/include/lldb/Core/
DValueObject.h719 GetValueAsCString ();
722 GetValueAsCString (lldb::Format format,
/external/lldb/source/Expression/
DClangUserExpression.cpp1074 …:Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCString()); in EvaluateWithError()
/external/lldb/source/API/
DSBThread.cpp423 … ? return_valobj_sp->GetValueAsCString() in GetStopReturnValue()
DSBValue.cpp405 cstr = value_sp->GetValueAsCString (); in GetValue()