Searched refs:m_throw_bp (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | LanguageRuntime.cpp | 108 m_throw_bp(throw_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() 200 bool m_throw_bp; member in ExceptionBreakpointResolver
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 249 m_throw_bp(true), m_hardware(false), in CommandOptions() 437 m_throw_bp = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() 482 m_throw_bp = true; in OptionParsingStarting() 514 bool m_throw_bp; member in CommandObjectBreakpointSet::CommandOptions 691 m_options.m_throw_bp, internal, &m_options.m_exception_extra_args, in DoExecute()
|