| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 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() 356 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() 368 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() 396 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData() 414 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); in RetrieveReportData() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 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()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_value.py | 57 obj.GetValueForExpressionPath("[0]")
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 308 ) GetValueForExpressionPath; 310 GetValueForExpressionPath(const char* expr_path);
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/context-object/ |
| H A D | TestContextObject.py | 86 value = obj_val.GetValueForExpressionPath("[7]").EvaluateExpression("field")
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 240 ->GetValueForExpressionPath( in Update() 252 ->GetValueForExpressionPath( in Update() 416 ->GetValueForExpressionPath(".__i_.__node_", nullptr, nullptr, in Update()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBValue.h | 208 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/ |
| H A D | TestValueAPI.py | 140 val2 = value.GetValueForExpressionPath('[5]')
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | sbvalue.py | 117 self.sbvalue.GetValueForExpressionPath(
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 91 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestGDBRemoteClient.py | 519 self.assertEqual(siginfo.GetValueForExpressionPath("." + key)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValue.cpp | 844 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue 852 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Variable.cpp | 411 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 412 lldb::ValueObjectSP GetValueForExpressionPath(
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1782 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild() 1988 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
|
| H A D | FormatEntity.cpp | 632 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression() 771 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 345 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | variable.rst | 765 summary strings, you can use the method ``GetValueForExpressionPath()``,
|