Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h172 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
DBreakpoint.h205 BreakpointLocationCollection &new_locations);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp292 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations() argument
295 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
DBreakpoint.cpp447 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules() argument
448 m_locations.StartRecordingNewLocations(new_locations); in ResolveBreakpointInModules()