Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp147 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() argument
148 LLDB_INSTRUMENT_VA(this, trap_exceptions); in SetTrapExceptions()
150 m_opaque_up->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h68 void SetTrapExceptions(bool trap_exceptions = true);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2774 bool trap_exceptions = false);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6362 bool trap_exceptions) { in CallVoidArgVoidPtrReturn() argument
6374 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()