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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp1328 lldb::DynamicValueType fetch_dynamic_value = frame->CalculateTarget()->GetPreferDynamicValue(); local
1329 options.SetFetchDynamicValue (fetch_dynamic_value);
1337 SBFrame::EvaluateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value) argument
1340 options.SetFetchDynamicValue (fetch_dynamic_value);
1346 SBFrame::EvaluateExpression (const char *expr, lldb::DynamicValueType fetch_dynamic_value, bool unwind_on_error) argument
1349 options.SetFetchDynamicValue (fetch_dynamic_value);
1395 Host::SetCrashDescriptionWithFormat ("SBFrame::EvaluateExpression (expr = \"%s\", fetch_dynamic_value = %u) %s",

Completed in 33 milliseconds