Home
last modified time | relevance | path

Searched refs:BreakpointLocationSP (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp65 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
74 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
86 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
95 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
105 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
115 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
125 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
134 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
143 BreakpointLocationSP loc_sp = GetSP(); in GetCondition()
153 BreakpointLocationSP loc_sp = GetSP(); in SetAutoContinue()
[all …]
H A DSystemInitializerFull.cpp174 const lldb::BreakpointLocationSP &sb_bp_loc);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h69 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
110 lldb::BreakpointLocationSP GetByIndex(size_t i);
123 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
212 lldb::BreakpointLocationSP Create(const Address &addr,
219 lldb::BreakpointLocationSP AddLocation(const Address &addr,
223 void SwapLocation(lldb::BreakpointLocationSP to_location_sp,
224 lldb::BreakpointLocationSP from_location_sp);
226 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
234 typedef std::vector<lldb::BreakpointLocationSP> collection;
235 typedef std::map<lldb_private::Address, lldb::BreakpointLocationSP,
[all …]
H A DBreakpointLocationCollection.h37 void Add(const lldb::BreakpointLocationSP &bp_loc_sp);
68 lldb::BreakpointLocationSP FindByIDPair(lldb::break_id_t break_id,
85 const lldb::BreakpointLocationSP
99 lldb::BreakpointLocationSP GetByIndex(size_t i);
112 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
186 typedef std::vector<lldb::BreakpointLocationSP> collection;
199 typedef AdaptedIterable<collection, lldb::BreakpointLocationSP,
H A DBreakpointSite.h141 void AddOwner(const lldb::BreakpointLocationSP &owner);
163 lldb::BreakpointLocationSP GetOwnerAtIndex(size_t idx);
274 const lldb::BreakpointLocationSP &owner, lldb::addr_t m_addr,
H A DBreakpoint.h132 static lldb::BreakpointLocationSP
288 lldb::BreakpointLocationSP AddLocation(const Address &addr,
301 lldb::BreakpointLocationSP FindLocationByAddress(const Address &addr);
325 lldb::BreakpointLocationSP FindLocationByID(lldb::break_id_t bp_loc_id);
338 lldb::BreakpointLocationSP GetLocationAtIndex(size_t index);
H A DBreakpointResolver.h238 lldb::BreakpointLocationSP AddLocation(Address loc_addr,
H A DBreakpointLocation.h360 void SwapLocation(lldb::BreakpointLocationSP swap_from);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp29 BreakpointLocationSP
35 BreakpointLocationSP bp_loc_sp( in Create()
45 BreakpointLocationSP bp = FindByID(break_id); in ShouldStop()
69 BreakpointLocationSP
78 return BreakpointLocationSP(); in FindByID()
88 BreakpointLocationSP break_loc = (*pos); in FindInModule()
97 const BreakpointLocationSP
100 BreakpointLocationSP bp_loc_sp; in FindByAddress()
139 BreakpointLocationSP bp_loc_sp; in GetByIndex()
148 BreakpointLocationSP bp_loc_sp; in GetByIndex()
[all …]
H A DBreakpointLocationCollection.cpp31 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) { in Add()
33 BreakpointLocationSP old_bp_loc = in Add()
56 bool operator()(const BreakpointLocationSP &bp_loc) const { in operator ()()
84 BreakpointLocationSP
87 BreakpointLocationSP stop_sp; in FindByIDPair()
95 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair( in FindByIDPair()
97 BreakpointLocationSP stop_sp; in FindByIDPair()
106 BreakpointLocationSP BreakpointLocationCollection::GetByIndex(size_t i) { in GetByIndex()
108 BreakpointLocationSP stop_sp; in GetByIndex()
115 const BreakpointLocationSP
[all …]
H A DBreakpointSite.cpp23 const BreakpointLocationSP &owner, in BreakpointSite()
36 BreakpointLocationSP bp_loc_sp; in ~BreakpointSite()
118 void BreakpointSite::AddOwner(const BreakpointLocationSP &owner) { in AddOwner()
135 BreakpointLocationSP BreakpointSite::GetOwnerAtIndex(size_t index) { in GetOwnerAtIndex()
147 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in BumpHitCounts()
195 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) { in CopyOwnersList()
H A DBreakpoint.cpp258 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation()
276 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex()
533 for (BreakpointLocationSP break_loc_sp : in ModulesChanged()
716 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced()
717 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced()
788 BreakpointLocationSP old_loc_sp = in ModuleReplaced()
790 BreakpointLocationSP new_loc_sp = in ModuleReplaced()
825 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
838 for (BreakpointLocationSP loc_sp : in ModuleReplaced()
1112 lldb::BreakpointLocationSP
[all …]
H A DBreakpointResolverAddress.cpp149 BreakpointLocationSP bp_loc_sp(AddLocation(m_addr)); in SearchCallback()
159 BreakpointLocationSP loc_sp = m_breakpoint->GetLocationAtIndex(0); in SearchCallback()
H A DBreakpointResolver.cpp331 BreakpointLocationSP bp_loc_sp(AddLocation(line_start)); in AddLocation()
340 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr, in AddLocation()
H A DBreakpointResolverName.cpp379 BreakpointLocationSP bp_loc_sp( in SearchCallback()
H A DBreakpointLocation.cpp657 void BreakpointLocation::SwapLocation(BreakpointLocationSP swap_from) { in SwapLocation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h85 SBBreakpointLocation(const lldb::BreakpointLocationSP &break_loc_sp);
91 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
92 BreakpointLocationSP GetSP() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp412 BreakpointLocationSP bp_loc_sp( in DoExecute()
586 BreakpointLocationSP bp_loc_sp( in DoExecute()
679 BreakpointLocationSP bp_loc_sp; in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp114 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()
355 lldb::BreakpointLocationSP bp_loc_sp = in PerformAction()
387 BreakpointLocationSP loc(site_locations.GetByIndex(j)); in PerformAction()
392 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
H A DThreadPlanStepRange.cpp350 BreakpointLocationSP bp_loc = in SetNextBranchBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp223 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp660 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
1018 BreakpointLocationSP bp_loc = bp->FindLocationByAddress(stop_pc); in IsSoftwareStepBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h53 const lldb::BreakpointLocationSP &bp_loc_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp372 BreakpointLocationSP location = dyld_break->GetLocationAtIndex(0); in SetRendezvousBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h320 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP; typedef

12