Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp107 m_language(language), m_language_runtime(nullptr), m_catch_bp(catch_bp), in ExceptionBreakpointResolver()
132 language_plugin->GetExceptionResolverDescription(m_catch_bp, m_throw_bp, in GetDescription()
135 Language::GetDefaultExceptionResolverDescription(m_catch_bp, m_throw_bp, in GetDescription()
158 new ExceptionBreakpointResolver(m_language, m_catch_bp, m_throw_bp)); in CopyForBreakpoint()
183 breakpoint_sp, m_catch_bp, m_throw_bp); in SetActualResolver()
199 bool m_catch_bp; member in ExceptionBreakpointResolver
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp323 m_catch_bp = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue()
474 m_catch_bp = false; in OptionParsingStarting()
506 bool m_catch_bp = false; member in CommandObjectBreakpointSet::CommandOptions
677 m_options.m_exception_language, m_options.m_catch_bp, in DoExecute()