Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h67 void SetTrapExceptions(bool trap_exceptions = true);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i92 SetTrapExceptions (bool trap_exceptions = true);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2604 bool trap_exceptions = false);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6058 bool trap_exceptions) { in CallVoidArgVoidPtrReturn() argument
6070 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()