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 …]
108 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()114 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()116 return_value_sp->GetValueForExpressionPath(".bp")->GetValueAsUnsigned(0); in RetrieveReportData()118 return_value_sp->GetValueForExpressionPath(".sp")->GetValueAsUnsigned(0); in RetrieveReportData()119 addr_t address = return_value_sp->GetValueForExpressionPath(".address") in RetrieveReportData()122 return_value_sp->GetValueForExpressionPath(".access_type") in RetrieveReportData()125 return_value_sp->GetValueForExpressionPath(".access_size") in RetrieveReportData()128 return_value_sp->GetValueForExpressionPath(".description") in RetrieveReportData()
104 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()106 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()118 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
136 ) lldb::SBValue::GetValueForExpressionPath;
216 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
90 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
870 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue878 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
414 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
412 lldb::ValueObjectSP GetValueForExpressionPath(
680 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()846 ->GetValueForExpressionPath(subpath, &reason_to_stop, in DumpValue()
352 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
1983 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()2228 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
78919 result = (arg1)->GetValueForExpressionPath((char const *)arg2); in _wrap_SBValue_GetValueForExpressionPath()