Lines Matching defs:m_bp_opts
54 BreakpointOptionGroup() : m_bp_opts(false) {}
74 m_bp_opts.SetCondition(option_arg.str().c_str());
75 m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition);
81 m_bp_opts.SetEnabled(false);
84 m_bp_opts.SetEnabled(true);
90 m_bp_opts.SetAutoContinue(value);
101 m_bp_opts.SetIgnoreCount(ignore_count);
107 m_bp_opts.SetOneShot(value);
134 m_bp_opts.SetThreadID(thread_id);
137 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str());
140 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str());
148 m_bp_opts.GetThreadSpec()->SetIndex(thread_index);
159 m_bp_opts.Clear();
171 m_bp_opts.SetCommandDataCallback(cmd_data);
176 const BreakpointOptions &GetBreakpointOptions() { return m_bp_opts; }
179 BreakpointOptions m_bp_opts;
246 m_all_options.Append(&m_bp_opts,
729 bp_sp->GetOptions().CopyOverSetOptions(m_bp_opts.GetBreakpointOptions());
799 BreakpointOptionGroup m_bp_opts;
822 m_options.Append(&m_bp_opts,
866 m_bp_opts.GetBreakpointOptions());
869 m_bp_opts.GetBreakpointOptions());
877 BreakpointOptionGroup m_bp_opts;
1658 m_option_group.Append(&m_bp_opts, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1);
1724 m_bp_opts.GetBreakpointOptions(),
1731 BreakpointOptionGroup m_bp_opts;