Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp682 size_t num_old_locations = old_break_locs.GetSize(); in ModuleReplaced() local
684 if (num_old_locations == 0) { in ModuleReplaced()
712 if (num_new_locations == 1 && num_old_locations == 1) { in ModuleReplaced()
738 for (size_t idx = 0; idx < num_old_locations; idx++) { in ModuleReplaced()