Home
last modified time | relevance | path

Searched refs:m_bp_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1661 m_option_group.Append(&m_bp_id, LLDB_OPT_SET_2 | LLDB_OPT_SET_4, in CommandObjectBreakpointNameConfigure()
1696 if (m_bp_id.m_breakpoint.OptionWasSet()) { in DoExecute()
1698 m_bp_id.m_breakpoint.GetValueAs<uint64_t>().value_or(0); in DoExecute()
1713 if (m_bp_id.m_help_string.OptionWasSet()) in DoExecute()
1714 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
1730 BreakpointNameOptionGroup m_bp_id; // Only using the id part of this. member in CommandObjectBreakpointNameConfigure