Home
last modified time | relevance | path

Searched refs:m_throw_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()
199 bool m_throw_bp; member in ExceptionBreakpointResolver
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp452 m_throw_bp = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue()
496 m_throw_bp = true; in OptionParsingStarting()
528 bool m_throw_bp = true; member in CommandObjectBreakpointSet::CommandOptions
699 m_options.m_throw_bp, internal, &m_options.m_exception_extra_args, in DoExecute()