reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
  191   bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);

References

tools/lldb/source/Breakpoint/Breakpoint.cpp
  564         m_locations.RemoveLocation(locations_with_no_section.GetByIndex(i));
  612             m_locations.RemoveLocation(locations_to_remove.GetByIndex(loc_idx));
  820       m_locations.RemoveLocation(loc_sp);
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  232   RemoveLocation(from_location_sp);