Searched refs:m_catch_bp (Results 1 – 2 of 2) sorted by relevance
117 m_catch_bp (catch_bp), in ExceptionBreakpointResolver()153 m_catch_bp ? "on" : "off", in GetDescription()204 …l_resolver_sp = m_language_runtime->CreateExceptionResolver (m_breakpoint, m_catch_bp, m_throw_bp); in SetActualResolver()223 bool m_catch_bp; member in ExceptionBreakpointResolver
107 m_catch_bp (false), in CommandOptions()188 m_catch_bp = Args::StringToBoolean (option_arg, true, &success); in SetOptionValue()312 m_catch_bp = false; in OptionParsingStarting()346 bool m_catch_bp; member in CommandObjectBreakpointSet::CommandOptions504 …p = target->CreateExceptionBreakpoint (m_options.m_language, m_options.m_catch_bp, m_options.m_thr… in DoExecute()