Searched refs:m_catch_bp (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | LanguageRuntime.cpp | 107 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
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 248 m_source_text_regexp(), m_modules(), m_load_addr(), m_catch_bp(false), in CommandOptions() 330 m_catch_bp = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() 481 m_catch_bp = false; in OptionParsingStarting() 513 bool m_catch_bp; member in CommandObjectBreakpointSet::CommandOptions 690 m_options.m_exception_language, m_options.m_catch_bp, in DoExecute()
|