Home
last modified time | relevance | path

Searched refs:ExceptionBreakpointsAreSet (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h59 bool ExceptionBreakpointsAreSet() override;
H A DItaniumABILanguageRuntime.cpp538 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in ItaniumABILanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp442 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
447 !m_objc_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h84 bool ExceptionBreakpointsAreSet() override;
H A DAppleObjCRuntime.cpp420 bool AppleObjCRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in AppleObjCRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h108 virtual bool ExceptionBreakpointsAreSet() { return false; } in ExceptionBreakpointsAreSet() function