Home
last modified time | relevance | path

Searched refs:catch_on (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp520 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument
522 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()
525 void Language::GetDefaultExceptionResolverDescription(bool catch_on, in GetDefaultExceptionResolverDescription() argument
529 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h288 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
291 static void GetDefaultExceptionResolverDescription(bool catch_on,