Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h63 void ClearExceptionBreakpoints() override;
H A DItaniumABILanguageRuntime.cpp495 void ItaniumABILanguageRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints() function in ItaniumABILanguageRuntime
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanCallFunction.cpp426 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()
428 m_objc_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h84 void ClearExceptionBreakpoints() override;
H A DAppleObjCRuntime.cpp425 void AppleObjCRuntime::ClearExceptionBreakpoints() { in ClearExceptionBreakpoints() function in AppleObjCRuntime
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguageRuntime.h103 virtual void ClearExceptionBreakpoints() {} in ClearExceptionBreakpoints() function