Searched refs:GetValueForExpressionPath (Results 1 – 14 of 14) sorted by relevance
215 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()235 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()238 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()254 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()270 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()272 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()348 main_value->GetValueForExpressionPath(".report_count") in RetrieveReportData()359 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()372 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()376 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), in RetrieveReportData()[all …]
101 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()107 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()109 return_value_sp->GetValueForExpressionPath(".bp")->GetValueAsUnsigned(0); in RetrieveReportData()111 return_value_sp->GetValueForExpressionPath(".sp")->GetValueAsUnsigned(0); in RetrieveReportData()112 addr_t address = return_value_sp->GetValueForExpressionPath(".address") in RetrieveReportData()115 return_value_sp->GetValueForExpressionPath(".access_type") in RetrieveReportData()118 return_value_sp->GetValueForExpressionPath(".access_size") in RetrieveReportData()121 return_value_sp->GetValueForExpressionPath(".description") in RetrieveReportData()
102 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()104 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()116 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
136 ) lldb::SBValue::GetValueForExpressionPath;
219 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
90 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
851 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue859 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
413 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
412 lldb::ValueObjectSP GetValueForExpressionPath(
623 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()789 ->GetValueForExpressionPath(subpath, &reason_to_stop, in DumpValue()
1948 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()2154 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
352 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
77526 result = (arg1)->GetValueForExpressionPath((char const *)arg2); in _wrap_SBValue_GetValueForExpressionPath()