Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExpressionOptions.i54 …ocstring", "Sets whether to cast the expression result to its dynamic type.") SetFetchDynamicValue;
57 SetFetchDynamicValue (lldb::DynamicValueType dynamic = lldb::eDynamicCanRunTarget);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h42 void SetFetchDynamicValue(
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py133 opts.SetFetchDynamicValue(True)
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp82 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp979 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
997 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1021 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
H A DSBValue.cpp1156 options.SetFetchDynamicValue(target_sp->GetPreferDynamicValue()); in EvaluateExpression()
H A DSBTarget.cpp2200 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_nsstring.py56 options.SetFetchDynamicValue()
/llvm-project-15.0.7/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py186 options.SetFetchDynamicValue(False)
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py665 expr_options.SetFetchDynamicValue(lldb.eNoDynamicValues)