Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h55 void SetExceptionBreakpoints() override;
H A DItaniumABILanguageRuntime.cpp507 void ItaniumABILanguageRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints() function in ItaniumABILanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp443 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()
448 m_objc_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h80 void SetExceptionBreakpoints() override;
H A DAppleObjCRuntime.cpp396 void AppleObjCRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints() function in AppleObjCRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h104 virtual void SetExceptionBreakpoints() {} in SetExceptionBreakpoints() function