Home
last modified time | relevance | path

Searched refs:SetFetchDynamicValue (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i15 ) lldb::SBExpressionOptions::SetFetchDynamicValue;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h43 void SetFetchDynamicValue(
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py135 opts.SetFetchDynamicValue(True)
/llvm-project/lldb/examples/python/
H A Ddiagnose_nsstring.py54 options.SetFetchDynamicValue()
/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp82 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp1025 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1050 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1076 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
H A DSBValue.cpp1205 options.SetFetchDynamicValue(target_sp->GetPreferDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2302 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
/llvm-project/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py202 options.SetFetchDynamicValue(False)
/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py724 expr_options.SetFetchDynamicValue(lldb.eNoDynamicValues)