Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h753 SBBreakpointList &new_bps);
772 SBBreakpointList &new_bps);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1195 SBBreakpointList &new_bps) { in BreakpointsCreateFromFile() argument
1196 LLDB_INSTRUMENT_VA(this, source_file, new_bps); in BreakpointsCreateFromFile()
1199 return BreakpointsCreateFromFile(source_file, empty_name_list, new_bps); in BreakpointsCreateFromFile()
1204 SBBreakpointList &new_bps) { in BreakpointsCreateFromFile() argument
1205 LLDB_INSTRUMENT_VA(this, source_file, matching_names, new_bps); in BreakpointsCreateFromFile()
1231 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2259 BreakpointIDList new_bps; in DoExecute() local
2261 m_options.m_names, new_bps); in DoExecute()
2270 size_t num_breakpoints = new_bps.GetSize(); in DoExecute()
2277 BreakpointID bp_id = new_bps.GetBreakpointIDAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h839 BreakpointIDList &new_bps);
843 BreakpointIDList &new_bps);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1157 BreakpointIDList &new_bps) { in CreateBreakpointsFromFile() argument
1159 return CreateBreakpointsFromFile(file, no_names, new_bps); in CreateBreakpointsFromFile()
1164 BreakpointIDList &new_bps) { in CreateBreakpointsFromFile() argument
1213 new_bps.AddBreakpointID(BreakpointID(bkpt_sp->GetID())); in CreateBreakpointsFromFile()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c3115 livelist_new_arg_t new_bps = { in spa_livelist_condense_sync() local
3122 livelist_track_new_cb, &new_bps, lca->first_size)); in spa_livelist_condense_sync()
3126 livelist_track_new_cb, &new_bps, lca->next_size)); in spa_livelist_condense_sync()