Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp203 const Address &addr, bool resolve_indirect_symbols, bool *new_location) { in AddLocation() argument
206 if (new_location) in AddLocation()
207 *new_location = false; in AddLocation()
214 if (new_location) in AddLocation()
215 *new_location = true; in AddLocation()
DBreakpointResolverName.cpp388 bool new_location; in SearchCallback() local
389 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
391 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
DBreakpointResolver.cpp339 bool *new_location) { in AddLocation() argument
341 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
DBreakpoint.cpp261 bool *new_location) { in AddLocation() argument
263 new_location); in AddLocation()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h178 bool *new_location = nullptr);
DBreakpointResolver.h213 bool *new_location = nullptr);
DBreakpoint.h246 bool *new_location = nullptr);