Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h67 void ClearExceptionBreakpoints() override;
H A DItaniumABILanguageRuntime.cpp582 void ItaniumABILanguageRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints() function in ItaniumABILanguageRuntime
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp426 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()
428 m_objc_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h84 void ClearExceptionBreakpoints() override;
H A DAppleObjCRuntime.cpp432 void AppleObjCRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints() function in AppleObjCRuntime
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h137 virtual void ClearExceptionBreakpoints() {} in ClearExceptionBreakpoints() function