Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp107 m_language(language), m_catch_bp(catch_bp), m_throw_bp(throw_bp) {} in ExceptionBreakpointResolver()
131 language_plugin->GetExceptionResolverDescription(m_catch_bp, m_throw_bp, in GetDescription()
134 Language::GetDefaultExceptionResolverDescription(m_catch_bp, m_throw_bp, in GetDescription()
157 new ExceptionBreakpointResolver(m_language, m_catch_bp, m_throw_bp)); in CopyForBreakpoint()
182 breakpoint_sp, m_catch_bp, m_throw_bp); in SetActualResolver()
198 bool m_catch_bp; member in ExceptionBreakpointResolver
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp334 m_catch_bp = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue()
485 m_catch_bp = false; in OptionParsingStarting()
517 bool m_catch_bp = false; member in CommandObjectBreakpointSet::CommandOptions
688 m_options.m_exception_language, m_options.m_catch_bp, in DoExecute()