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.h764 SBBreakpointList &new_bps);
783 SBBreakpointList &new_bps);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1202 SBBreakpointList &new_bps) { in BreakpointsCreateFromFile() argument
1203 LLDB_INSTRUMENT_VA(this, source_file, new_bps); in BreakpointsCreateFromFile()
1206 return BreakpointsCreateFromFile(source_file, empty_name_list, new_bps); in BreakpointsCreateFromFile()
1211 SBBreakpointList &new_bps) { in BreakpointsCreateFromFile() argument
1212 LLDB_INSTRUMENT_VA(this, source_file, matching_names, new_bps); in BreakpointsCreateFromFile()
1238 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2219 BreakpointIDList new_bps; in DoExecute() local
2221 m_options.m_names, new_bps); in DoExecute()
2230 size_t num_breakpoints = new_bps.GetSize(); in DoExecute()
2237 BreakpointID bp_id = new_bps.GetBreakpointIDAtIndex(i); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h850 BreakpointIDList &new_bps);
854 BreakpointIDList &new_bps);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1158 BreakpointIDList &new_bps) { in CreateBreakpointsFromFile() argument
1160 return CreateBreakpointsFromFile(file, no_names, new_bps); in CreateBreakpointsFromFile()
1165 BreakpointIDList &new_bps) { in CreateBreakpointsFromFile() argument
1214 new_bps.AddBreakpointID(BreakpointID(bkpt_sp->GetID())); in CreateBreakpointsFromFile()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c3178 livelist_new_arg_t new_bps = { in spa_livelist_condense_sync() local
3185 livelist_track_new_cb, &new_bps, lca->first_size)); in spa_livelist_condense_sync()
3189 livelist_track_new_cb, &new_bps, lca->next_size)); in spa_livelist_condense_sync()