Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h69 bool ExceptionBreakpointsAreSet() override;
H A DItaniumABILanguageRuntime.cpp603 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in ItaniumABILanguageRuntime
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h86 bool ExceptionBreakpointsAreSet() override;
H A DAppleObjCRuntime.cpp435 bool AppleObjCRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in AppleObjCRuntime
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h138 virtual bool ExceptionBreakpointsAreSet() { return false; } in ExceptionBreakpointsAreSet() function