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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
79555     const lldb::BreakpointLocationSP& bp_loc_sp,
tools/lldb/include/lldb/API/SBBreakpointLocation.h
   89   SBBreakpointLocation(const lldb::BreakpointLocationSP &break_loc_sp);
   95   void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
   96   BreakpointLocationSP GetSP() const;
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  125     static lldb::BreakpointLocationSP
  242   lldb::BreakpointLocationSP AddLocation(const Address &addr,
  253   lldb::BreakpointLocationSP FindLocationByAddress(const Address &addr);
  273   lldb::BreakpointLocationSP FindLocationByID(lldb::break_id_t bp_loc_id);
  284   lldb::BreakpointLocationSP GetLocationAtIndex(size_t index);
tools/lldb/include/lldb/Breakpoint/BreakpointLocation.h
  295   void SwapLocation(lldb::BreakpointLocationSP swap_from);
tools/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
   36   void Add(const lldb::BreakpointLocationSP &bp_loc_sp);
   63   lldb::BreakpointLocationSP FindByIDPair(lldb::break_id_t break_id,
   78   const lldb::BreakpointLocationSP
   90   lldb::BreakpointLocationSP GetByIndex(size_t i);
  101   const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
  161   typedef std::vector<lldb::BreakpointLocationSP> collection;
  174   typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
tools/lldb/include/lldb/Breakpoint/BreakpointLocationList.h
   49   const lldb::BreakpointLocationSP FindByAddress(const Address &addr) const;
   60   lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
   95   lldb::BreakpointLocationSP GetByIndex(size_t i);
  106   const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
  177   lldb::BreakpointLocationSP Create(const Address &addr,
  184   lldb::BreakpointLocationSP AddLocation(const Address &addr,
  188   void SwapLocation(lldb::BreakpointLocationSP to_location_sp,
  189                     lldb::BreakpointLocationSP from_location_sp);
  191   bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
  199   typedef std::vector<lldb::BreakpointLocationSP> collection;
  200   typedef std::map<lldb_private::Address, lldb::BreakpointLocationSP,
  212   typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
tools/lldb/include/lldb/Breakpoint/BreakpointResolver.h
  211   lldb::BreakpointLocationSP AddLocation(Address loc_addr,
tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  112   void AddOwner(const lldb::BreakpointLocationSP &owner);
  130   lldb::BreakpointLocationSP GetOwnerAtIndex(size_t idx);
  229                  const lldb::BreakpointLocationSP &owner, lldb::addr_t m_addr,
tools/lldb/include/lldb/Target/Process.h
 2034   lldb::break_id_t CreateBreakpointSite(const lldb::BreakpointLocationSP &owner,
tools/lldb/source/API/SBBreakpointLocation.cpp
   39     const lldb::BreakpointLocationSP &break_loc_sp)
   64 BreakpointLocationSP SBBreakpointLocation::GetSP() const {
   81   BreakpointLocationSP loc_sp = GetSP();
   94   BreakpointLocationSP loc_sp = GetSP();
  108   BreakpointLocationSP loc_sp = GetSP();
  119   BreakpointLocationSP loc_sp = GetSP();
  131   BreakpointLocationSP loc_sp = GetSP();
  143   BreakpointLocationSP loc_sp = GetSP();
  155   BreakpointLocationSP loc_sp = GetSP();
  167   BreakpointLocationSP loc_sp = GetSP();
  178   BreakpointLocationSP loc_sp = GetSP();
  191   BreakpointLocationSP loc_sp = GetSP();
  202   BreakpointLocationSP loc_sp = GetSP();
  224   BreakpointLocationSP loc_sp = GetSP();
  251   BreakpointLocationSP loc_sp = GetSP();
  275   BreakpointLocationSP loc_sp = GetSP();
  293   BreakpointLocationSP loc_sp = GetSP();
  308   BreakpointLocationSP loc_sp = GetSP();
  320   BreakpointLocationSP loc_sp = GetSP();
  333   BreakpointLocationSP loc_sp = GetSP();
  346   BreakpointLocationSP loc_sp = GetSP();
  359   BreakpointLocationSP loc_sp = GetSP();
  371   BreakpointLocationSP loc_sp = GetSP();
  384   BreakpointLocationSP loc_sp = GetSP();
  396   BreakpointLocationSP loc_sp = GetSP();
  408   BreakpointLocationSP loc_sp = GetSP();
  418     const lldb::BreakpointLocationSP &break_loc_sp) {
  430   BreakpointLocationSP loc_sp = GetSP();
  446   BreakpointLocationSP loc_sp = GetSP();
  459   BreakpointLocationSP loc_sp = GetSP();
tools/lldb/source/API/SBThread.cpp
  237             BreakpointLocationSP bp_loc_sp(
tools/lldb/source/Breakpoint/Breakpoint.cpp
  254 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr,
  260 BreakpointLocationSP Breakpoint::FindLocationByAddress(const Address &addr) {
  268 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) {
  272 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) {
  527       for (BreakpointLocationSP break_loc_sp :
  593           BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx));
  667   for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) {
  709         BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0);
  710         BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0);
  732           BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx);
  740           BreakpointLocationSP bp_loc_sp = new_break_locs.GetByIndex(idx);
  781               BreakpointLocationSP old_loc_sp =
  783               BreakpointLocationSP new_loc_sp =
  818     for (BreakpointLocationSP loc_sp :
  831       for (BreakpointLocationSP loc_sp :
 1090 lldb::BreakpointLocationSP
 1093   lldb::BreakpointLocationSP bp_loc_sp;
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  652 void BreakpointLocation::SwapLocation(BreakpointLocationSP swap_from) {
tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
   26 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) {
   28   BreakpointLocationSP old_bp_loc =
   51   bool operator()(const BreakpointLocationSP &bp_loc) const {
   79 BreakpointLocationSP
   82   BreakpointLocationSP stop_sp;
   90 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair(
   92   BreakpointLocationSP stop_sp;
  101 BreakpointLocationSP BreakpointLocationCollection::GetByIndex(size_t i) {
  103   BreakpointLocationSP stop_sp;
  110 const BreakpointLocationSP
  113   BreakpointLocationSP stop_sp;
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
   28 BreakpointLocationSP
   34   BreakpointLocationSP bp_loc_sp(
   44   BreakpointLocationSP bp = FindByID(break_id);
   57   BreakpointLocationSP bp_loc_sp = FindByAddress(addr);
   64 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) {
   68 BreakpointLocationSP
   87     BreakpointLocationSP break_loc = (*pos);
   96 const BreakpointLocationSP
   99   BreakpointLocationSP bp_loc_sp;
  136 BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) {
  138   BreakpointLocationSP bp_loc_sp;
  145 const BreakpointLocationSP BreakpointLocationList::GetByIndex(size_t i) const {
  147   BreakpointLocationSP bp_loc_sp;
  202 BreakpointLocationSP BreakpointLocationList::AddLocation(
  208   BreakpointLocationSP bp_loc_sp(FindByAddress(addr));
  225     BreakpointLocationSP to_location_sp,
  226     BreakpointLocationSP from_location_sp) {
  238     const lldb::BreakpointLocationSP &bp_loc_sp) {
  306   for (BreakpointLocationSP loc_sp : m_locations) {
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  329   BreakpointLocationSP bp_loc_sp(AddLocation(line_start));
  338 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr,
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  144       BreakpointLocationSP bp_loc_sp(AddLocation(m_addr));
  153       BreakpointLocationSP loc_sp = m_breakpoint->GetLocationAtIndex(0);
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  382             BreakpointLocationSP bp_loc_sp(
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   22                                const BreakpointLocationSP &owner,
   35   BreakpointLocationSP bp_loc_sp;
  125 void BreakpointSite::AddOwner(const BreakpointLocationSP &owner) {
  142 BreakpointLocationSP BreakpointSite::GetOwnerAtIndex(size_t index) {
  154   for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) {
  202   for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) {
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  399             BreakpointLocationSP bp_loc_sp(
  565             BreakpointLocationSP bp_loc_sp(
  649             BreakpointLocationSP bp_loc_sp;
tools/lldb/source/Core/IOHandler.cpp
 3987             BreakpointLocationSP bp_loc_sp =
 4084               BreakpointLocationSP bp_loc_sp =
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  368   BreakpointLocationSP location = dyld_break->GetLocationAtIndex(0);
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  219     lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0));
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  438       lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0));
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
   78     const lldb::BreakpointLocationSP &sb_bp_loc,
 2261       const BreakpointLocationSP bp_loc_sp(
tools/lldb/source/Target/Platform.cpp
 1839     lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0));
tools/lldb/source/Target/Process.cpp
 1616 Process::CreateBreakpointSite(const BreakpointLocationSP &owner,
tools/lldb/source/Target/StopInfo.cpp
  111           BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0);
  351                 lldb::BreakpointLocationSP bp_loc_sp =
  383             BreakpointLocationSP loc(site_locations.GetByIndex(j));
  388             lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j);
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  353           BreakpointLocationSP bp_loc =
tools/lldb/tools/lldb-test/lldb-test.cpp
  324       BreakpointLocationSP Loc = BP->GetLocationAtIndex(l);
tools/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
   65     const lldb::BreakpointLocationSP &sb_bp_loc,