Home
last modified time | relevance | path

Searched defs:SupportsExceptionBreakpointsOnCatch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp49 bool SBLanguageRuntime::SupportsExceptionBreakpointsOnCatch( in SupportsExceptionBreakpointsOnCatch() function in SBLanguageRuntime
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h372 virtual bool SupportsExceptionBreakpointsOnCatch() const { return false; } in SupportsExceptionBreakpointsOnCatch() function