Searched refs:m_catch_bp (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 107 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
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 334 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()
|