Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h69 bool ExceptionBreakpointsAreSet() override;
H A DItaniumABILanguageRuntime.cpp591 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in ItaniumABILanguageRuntime
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp412 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
417 !m_objc_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h86 bool ExceptionBreakpointsAreSet() override;
H A DAppleObjCRuntime.cpp441 bool AppleObjCRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in AppleObjCRuntime
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h139 virtual bool ExceptionBreakpointsAreSet() { return false; } in ExceptionBreakpointsAreSet() function