Lines Matching refs:bp_name
1754 BreakpointName *bp_name = target.FindBreakpointName(name, true, error); in DoExecute() local
1755 if (!bp_name) in DoExecute()
1758 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
1761 target.ConfigureBreakpointName(*bp_name, bp_sp->GetOptions(), in DoExecute()
1764 target.ConfigureBreakpointName(*bp_name, in DoExecute()
1842 const char *bp_name = m_name_options.m_name.GetCurrentValue(); in DoExecute() local
1849 target.AddNameToBreakpoint(bp_sp, bp_name, error); in DoExecute()
1925 ConstString bp_name(m_name_options.m_name.GetCurrentValue()); in DoExecute() local
1931 target.RemoveNameFromBreakpoint(bp_sp, bp_name); in DoExecute()
1980 BreakpointName *bp_name = in DoExecute() local
1982 if (bp_name) { in DoExecute()
1985 if (bp_name->GetDescription(&s, eDescriptionLevelFull)) { in DoExecute()