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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h35 bool trap_exceptions = false);
H A DInferiorCallPOSIX.cpp220 bool trap_exceptions)
233 options.SetTrapExceptions(trap_exceptions);
217 InferiorCall(Process *process, const Address *address, addr_t &returned_func, bool trap_exceptions) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp147 SBExpressionOptions::SetTrapExceptions (bool trap_exceptions) argument
149 m_opaque_ap->SetTrapExceptions (trap_exceptions);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h88 SetTrapExceptions (bool trap_exceptions = true);

Completed in 116 milliseconds