Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocationList.h175 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
HDBreakpoint.h209 BreakpointLocationCollection &new_locations);
/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocationList.cpp297 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations() argument
300 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
HDBreakpoint.cpp445 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules() argument
447 m_locations.StartRecordingNewLocations(new_locations); in ResolveBreakpointInModules()