Searched refs:GetValueAsCString (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/Breakpoint/ |
D | Watchpoint.cpp | 224 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/ |
D | CXXFormatterFunctions.cpp | 582 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/ |
D | ValueObject.cpp | 484 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()
|
D | Debugger.cpp | 2277 … const char *var_value = var_value_sp->GetValueAsCString(); in FormatPromptRecurse()
|
/external/lldb/include/lldb/Core/ |
D | ValueObject.h | 719 GetValueAsCString (); 722 GetValueAsCString (lldb::Format format,
|
/external/lldb/source/Expression/ |
D | ClangUserExpression.cpp | 1074 …:Evaluate] Execution completed normally with result %s ==", result_valobj_sp->GetValueAsCString()); in EvaluateWithError()
|
/external/lldb/source/API/ |
D | SBThread.cpp | 423 … ? return_valobj_sp->GetValueAsCString() in GetStopReturnValue()
|
D | SBValue.cpp | 405 cstr = value_sp->GetValueAsCString (); in GetValue()
|