Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h61 void SetExceptionBreakpoints() override;
H A DItaniumABILanguageRuntime.cpp475 void ItaniumABILanguageRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints() function in ItaniumABILanguageRuntime
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp413 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()
418 m_objc_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h82 void SetExceptionBreakpoints() override;
H A DAppleObjCRuntime.cpp411 void AppleObjCRuntime::SetExceptionBreakpoints() { in SetExceptionBreakpoints() function in AppleObjCRuntime
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h102 virtual void SetExceptionBreakpoints() {} in SetExceptionBreakpoints() function