Searched refs:GetValueForExpressionPath (Results 1 – 14 of 14) sorted by relevance
218 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()238 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()241 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()257 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()273 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()358 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()370 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()398 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()416 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); in RetrieveReportData()431 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()
109 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()111 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()123 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
308 ) GetValueForExpressionPath;310 GetValueForExpressionPath(const char* expr_path);
208 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
237 ->GetValueForExpressionPath( in Update()249 ->GetValueForExpressionPath( in Update()
95 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
872 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue873 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, GetValueForExpressionPath, in GetValueForExpressionPath()881 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()1617 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetValueForExpressionPath, in RegisterMethods()
419 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
412 lldb::ValueObjectSP GetValueForExpressionPath(
633 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()772 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
1779 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()1985 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
345 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
67522 result = (arg1)->GetValueForExpressionPath((char const *)arg2); in _wrap_SBValue_GetValueForExpressionPath()