Home
last modified time | relevance | path

Searched refs:SupportsExceptionBreakpointsOnCatch (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp49 bool SBLanguageRuntime::SupportsExceptionBreakpointsOnCatch( in SupportsExceptionBreakpointsOnCatch() function in SBLanguageRuntime
52 return lang_plugin->SupportsExceptionBreakpointsOnCatch(); in SupportsExceptionBreakpointsOnCatch()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLanguageRuntime.h37 static bool SupportsExceptionBreakpointsOnCatch(lldb::LanguageType language);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h372 virtual bool SupportsExceptionBreakpointsOnCatch() const { return false; } in SupportsExceptionBreakpointsOnCatch() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp321 languagePlugin->SupportsExceptionBreakpointsOnCatch()) { in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34708 result = (bool)lldb::SBLanguageRuntime::SupportsExceptionBreakpointsOnCatch(arg1); in _wrap_SBLanguageRuntime_SupportsExceptionBreakpointsOnCatch()