Searched refs:m_bp_opts (Results 1 – 1 of 1) sorted by relevance
52 BreakpointOptionGroup() : OptionGroup(), m_bp_opts(false) {} in BreakpointOptionGroup()70 m_bp_opts.SetCondition(option_arg.str().c_str()); in SetOptionValue()71 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition); in SetOptionValue()77 m_bp_opts.SetEnabled(false); in SetOptionValue()80 m_bp_opts.SetEnabled(true); in SetOptionValue()86 m_bp_opts.SetAutoContinue(value); in SetOptionValue()98 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()104 m_bp_opts.SetOneShot(value); in SetOptionValue()117 m_bp_opts.SetThreadID(thread_id); in SetOptionValue()120 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()[all …]