reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBExpressionOptions.cpp
  170   m_opaque_up->SetTrapExceptions(trap_exceptions);
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  612   expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so
  944   options.SetTrapExceptions(false); // dlopen can't throw exceptions, so
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
   64       options.SetTrapExceptions(false);
  158       options.SetTrapExceptions(false);
tools/lldb/source/Target/Process.cpp
 5994   options.SetTrapExceptions(trap_exceptions);