Home
last modified time | relevance | path

Searched refs:fetch_dynamic_value (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1022 lldb::DynamicValueType fetch_dynamic_value = in EvaluateExpression() local
1024 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1044 lldb::DynamicValueType fetch_dynamic_value) { in EvaluateExpression() argument
1045 LLDB_INSTRUMENT_VA(this, expr, fetch_dynamic_value); in EvaluateExpression()
1048 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
1064 lldb::DynamicValueType fetch_dynamic_value, in EvaluateExpression() argument
1066 LLDB_INSTRUMENT_VA(this, expr, fetch_dynamic_value, unwind_on_error); in EvaluateExpression()
1072 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()
H A DSBTarget.cpp2249 lldb::DynamicValueType fetch_dynamic_value = in EvaluateExpression() local
2251 options.SetFetchDynamicValue(fetch_dynamic_value); in EvaluateExpression()