Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp676 size_t num_new_locations = new_break_locs.GetSize(); in ModuleReplaced() local
678 if (num_new_locations > 0) { in ModuleReplaced()
682 if (num_new_locations == 1 && num_old_locations == 1) { in ModuleReplaced()
716 for (size_t idx = 0; idx < num_new_locations; idx++) { in ModuleReplaced()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1727 uint32_t num_new_locations = in HandleBreakpointEvent() local
1730 if (num_new_locations > 0) { in HandleBreakpointEvent()
1736 num_new_locations, num_new_locations == 1 ? "" : "s", in HandleBreakpointEvent()