Searched refs:GetValueForExpressionPath (Results 1 – 11 of 11) sorted by relevance
217 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()237 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()240 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()256 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()272 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()357 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()369 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()397 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()415 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); in RetrieveReportData()430 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()[all …]
149 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()155 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()162 addr_t address = return_value_sp->GetValueForExpressionPath(".address") in RetrieveReportData()165 return_value_sp->GetValueForExpressionPath(".access_type") in RetrieveReportData()168 return_value_sp->GetValueForExpressionPath(".access_size") in RetrieveReportData()171 return_value_sp->GetValueForExpressionPath(".description") in RetrieveReportData()
113 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()115 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()127 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
201 ->GetValueForExpressionPath( in Update()213 ->GetValueForExpressionPath( in Update()
213 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
98 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
980 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue987 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
426 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
432 lldb::ValueObjectSP GetValueForExpressionPath(
655 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()795 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
1909 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()2148 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject