Home
last modified time | relevance | path

Searched refs:trap_exceptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp165 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() argument
167 trap_exceptions); in SetTrapExceptions()
169 m_opaque_up->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h67 void SetTrapExceptions(bool trap_exceptions = true);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i92 SetTrapExceptions (bool trap_exceptions = true);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2588 bool trap_exceptions = false);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6034 bool trap_exceptions) { in CallVoidArgVoidPtrReturn() argument
6046 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()