Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h68 void SetTrapExceptions(bool trap_exceptions = true);
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2754 bool trap_exceptions = false); in TraceGetState()
/llvm-project/lldb/source/Target/
H A DProcess.cpp6364 bool trap_exceptions) { in CallVoidArgVoidPtrReturn()
6376 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()
6345 CallVoidArgVoidPtrReturn(const Address * address,addr_t & returned_func,bool trap_exceptions) CallVoidArgVoidPtrReturn() argument