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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp63 SBExpressionOptions::SetUnwindOnError (bool unwind) function in class:SBExpressionOptions
65 m_opaque_ap->SetUnwindOnError (unwind);
H A DSBFrame.cpp1391 options.SetUnwindOnError (true);
1406 options.SetUnwindOnError (true);
1423 options.SetUnwindOnError (unwind_on_error);
H A DSBTarget.cpp2351 options.SetUnwindOnError (true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h42 SetUnwindOnError (bool unwind = true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp174 options.SetUnwindOnError(true);
212 options.SetUnwindOnError(true);
254 options.SetUnwindOnError(true);
295 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp70 options.SetUnwindOnError(true);
171 options.SetUnwindOnError(true);
228 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp88 options.SetUnwindOnError(true);
H A DAppleObjCRuntime.cpp188 options.SetUnwindOnError(true);
H A DAppleObjCRuntimeV2.cpp1359 options.SetUnwindOnError(true);
1605 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp165 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/
H A DAddressSanitizerRuntime.cpp177 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp79 m_options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp338 real_options.SetUnwindOnError(true);
H A DREPL.cpp335 expr_options.SetUnwindOnError(m_command_options.unwind_on_error);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp329 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp299 options.SetUnwindOnError(m_command_options.unwind_on_error);
H A DCommandObjectWatchpoint.cpp1250 options.SetUnwindOnError(true);
H A DCommandObjectThread.cpp1733 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h330 SetUnwindOnError (bool unwind = false) function in class:lldb_private::EvaluateExpressionOptions
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DArgs.cpp687 options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp883 expr_options.SetUnwindOnError(true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp778 expr_options.SetUnwindOnError(true);

Completed in 403 milliseconds