Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h65 bool ExceptionBreakpointsAreSet() override;
DItaniumABILanguageRuntime.cpp516 bool ItaniumABILanguageRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in ItaniumABILanguageRuntime
/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp406 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
411 !m_objc_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h86 bool ExceptionBreakpointsAreSet() override;
DAppleObjCRuntime.cpp438 bool AppleObjCRuntime::ExceptionBreakpointsAreSet() { in ExceptionBreakpointsAreSet() function in AppleObjCRuntime
/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h105 virtual bool ExceptionBreakpointsAreSet() { return false; } in ExceptionBreakpointsAreSet() function