Home
last modified time | relevance | path

Searched refs:GetValueForExpressionPath (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp214 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 …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp147 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp104 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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i308 ) GetValueForExpressionPath;
310 GetValueForExpressionPath(const char* expr_path);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp252 ->GetValueForExpressionPath( in Update()
264 ->GetValueForExpressionPath( in Update()
428 ->GetValueForExpressionPath(".__i_.__node_", nullptr, nullptr, in Update()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h208 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsbvalue.py117 self.sbvalue.GetValueForExpressionPath(
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp91 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp844 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue
852 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp411 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h412 lldb::ValueObjectSP GetValueForExpressionPath(
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1791 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()
1997 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
H A DFormatEntity.cpp629 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()
764 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig345 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dvariable.rst765 summary strings, you can use the method ``GetValueForExpressionPath()``,