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.cpp208 const Address &addr, bool resolve_indirect_symbols, bool *new_location) { in AddLocation() argument
211 if (new_location) in AddLocation()
212 *new_location = false; in AddLocation()
219 if (new_location) in AddLocation()
220 *new_location = true; in AddLocation()
H A DBreakpointResolverName.cpp376 bool new_location; in SearchCallback()
377 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
379 if (bp_loc_sp && new_location && !breakpoint.IsInternal()) { in SearchCallback()
378 bool new_location; SearchCallback() local
H A DBreakpointResolver.cpp348 bool *new_location) { in AddLocation() argument
350 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
H A DBreakpoint.cpp252 bool *new_location) { in AddLocation() argument
254 new_location); in AddLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h181 bool *new_location = nullptr);
H A DBreakpointResolver.h214 bool *new_location = nullptr);
H A DBreakpoint.h250 bool *new_location = nullptr);