Searched refs:GetValueForExpressionPath (Results 1 – 15 of 15) sorted by relevance
214 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()234 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()237 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()253 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()269 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()271 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()346 main_value->GetValueForExpressionPath(".report_count") in RetrieveReportData()357 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()370 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()374 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), in RetrieveReportData()[all …]
147 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()153 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()160 addr_t address = return_value_sp->GetValueForExpressionPath(".address") in RetrieveReportData()163 return_value_sp->GetValueForExpressionPath(".access_type") in RetrieveReportData()166 return_value_sp->GetValueForExpressionPath(".access_size") in RetrieveReportData()169 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()
308 ) GetValueForExpressionPath;310 GetValueForExpressionPath(const char* expr_path);
252 ->GetValueForExpressionPath( in Update()264 ->GetValueForExpressionPath( in Update()428 ->GetValueForExpressionPath(".__i_.__node_", nullptr, nullptr, in Update()
208 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
117 self.sbvalue.GetValueForExpressionPath(
91 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
844 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue852 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
411 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
412 lldb::ValueObjectSP GetValueForExpressionPath(
1791 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()1997 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
629 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()764 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
345 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
765 summary strings, you can use the method ``GetValueForExpressionPath()``,