Searched refs:m_bp_id (Results 1 – 1 of 1) sorted by relevance
1724 m_option_group.Append(&m_bp_id, LLDB_OPT_SET_2 | LLDB_OPT_SET_4, in CommandObjectBreakpointNameConfigure()1761 if (m_bp_id.m_breakpoint.OptionWasSet()) { in DoExecute()1762 lldb::break_id_t bp_id = m_bp_id.m_breakpoint.GetUInt64Value(); in DoExecute()1778 if (m_bp_id.m_help_string.OptionWasSet()) in DoExecute()1779 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()1793 BreakpointNameOptionGroup m_bp_id; // Only using the id part of this. member in CommandObjectBreakpointNameConfigure