Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp652 size_t num_old_locations = old_break_locs.GetSize(); in ModuleReplaced() local
654 if (num_old_locations == 0) { in ModuleReplaced()
682 if (num_new_locations == 1 && num_old_locations == 1) { in ModuleReplaced()
708 for (size_t idx = 0; idx < num_old_locations; idx++) { in ModuleReplaced()