Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
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/
DSBExpressionOptions.h42 void SetFetchDynamicValue(
/openbsd/src/gnu/llvm/lldb/examples/python/
Ddiagnose_nsstring.py54 options.SetFetchDynamicValue()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBExpressionOptions.cpp82 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { in SetFetchDynamicValue() function in SBExpressionOptions
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()
DSBValue.cpp1156 options.SetFetchDynamicValue(target_sp->GetPreferDynamicValue()); in EvaluateExpression()
DSBTarget.cpp2200 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
/openbsd/src/gnu/llvm/lldb/examples/darwin/heap_find/
Dheap.py664 expr_options.SetFetchDynamicValue(lldb.eNoDynamicValues)