Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h42 void SetFetchDynamicValue(
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_nsstring.py54 options.SetFetchDynamicValue()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp82 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue() function in SBExpressionOptions
H A DSBFrame.cpp983 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1001 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1025 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()
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py664 expr_options.SetFetchDynamicValue(lldb.eNoDynamicValues)