Home
last modified time | relevance | path

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

/external/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.cpp384 bool new_location; in SearchCallback() local
385 BreakpointLocationSP bp_loc_sp(AddLocation(break_addr, &new_location)); in SearchCallback()
387 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.cpp262 bool *new_location) { in AddLocation() argument
264 new_location); in AddLocation()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h178 bool *new_location = nullptr);
DBreakpointResolver.h212 bool *new_location = nullptr);
DBreakpoint.h246 bool *new_location = nullptr);