Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp215 const Address &addr, bool resolve_indirect_symbols, bool *new_location) { in AddLocation() argument
218 if (new_location) in AddLocation()
219 *new_location = false; in AddLocation()
227 if (new_location) in AddLocation()
228 *new_location = true; in AddLocation()
H A DBreakpointResolverName.cpp378 bool new_location; in SearchCallback() local
379 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
381 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
H A DBreakpointResolver.cpp366 bool *new_location) { in AddLocation() argument
368 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpoint.cpp301 bool *new_location) { in AddLocation() argument
303 new_location); in AddLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h181 bool *new_location = nullptr);
H A DBreakpointResolver.h213 bool *new_location = nullptr);
H A DBreakpoint.h250 bool *new_location = nullptr);