Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
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()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h67 void SetTrapExceptions(bool trap_exceptions = true);
/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i92 SetTrapExceptions (bool trap_exceptions = true);
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2570 bool trap_exceptions = false);
/external/llvm-project/lldb/source/Target/
DProcess.cpp6143 bool trap_exceptions) { in CallVoidArgVoidPtrReturn() argument
6155 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()