Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp38 const lldb::BreakpointLocationSP &break_loc_sp) in SBBreakpointLocation()
58 BreakpointLocationSP SBBreakpointLocation::GetSP() const { in GetSP()
75 BreakpointLocationSP loc_sp = GetSP(); in GetAddress()
87 BreakpointLocationSP loc_sp = GetSP(); in GetLoadAddress()
101 BreakpointLocationSP loc_sp = GetSP(); in SetEnabled()
112 BreakpointLocationSP loc_sp = GetSP(); in IsEnabled()
124 BreakpointLocationSP loc_sp = GetSP(); in GetHitCount()
136 BreakpointLocationSP loc_sp = GetSP(); in GetIgnoreCount()
148 BreakpointLocationSP loc_sp = GetSP(); in SetIgnoreCount()
159 BreakpointLocationSP loc_sp = GetSP(); in SetCondition()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h49 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;
172 lldb::BreakpointLocationSP Create(const Address &addr,
179 lldb::BreakpointLocationSP AddLocation(const Address &addr,
183 void SwapLocation(lldb::BreakpointLocationSP to_location_sp,
184 lldb::BreakpointLocationSP from_location_sp);
186 bool RemoveLocation(const lldb::BreakpointLocationSP &bp_loc_sp);
194 typedef std::vector<lldb::BreakpointLocationSP> collection;
[all …]
H A DBreakpointLocationCollection.h33 void Add(const lldb::BreakpointLocationSP &bp_loc_sp);
60 lldb::BreakpointLocationSP FindByIDPair(lldb::break_id_t break_id,
75 const lldb::BreakpointLocationSP
87 lldb::BreakpointLocationSP GetByIndex(size_t i);
98 const lldb::BreakpointLocationSP GetByIndex(size_t i) const;
155 typedef std::vector<lldb::BreakpointLocationSP> collection;
H A DBreakpointSite.h113 void AddConstituent(const lldb::BreakpointLocationSP &constituent);
133 lldb::BreakpointLocationSP GetConstituentAtIndex(size_t idx);
241 BreakpointSite(const lldb::BreakpointLocationSP &constituent,
H A DBreakpoint.h130 static lldb::BreakpointLocationSP
249 lldb::BreakpointLocationSP AddLocation(const Address &addr,
260 lldb::BreakpointLocationSP FindLocationByAddress(const Address &addr);
280 lldb::BreakpointLocationSP FindLocationByID(lldb::break_id_t bp_loc_id);
291 lldb::BreakpointLocationSP GetLocationAtIndex(size_t index);
H A DBreakpointResolver.h212 lldb::BreakpointLocationSP AddLocation(Address loc_addr,
H A DBreakpointLocation.h329 void SwapLocation(lldb::BreakpointLocationSP swap_from);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp29 BreakpointLocationSP
35 BreakpointLocationSP bp_loc_sp( in Create()
45 BreakpointLocationSP bp = FindByID(break_id); in ShouldStop()
58 BreakpointLocationSP bp_loc_sp = FindByAddress(addr); in FindIDByAddress()
65 static bool Compare(BreakpointLocationSP lhs, lldb::break_id_t val) { in Compare()
69 BreakpointLocationSP
77 return BreakpointLocationSP(); in FindByID()
87 BreakpointLocationSP break_loc = (*pos); in FindInModule()
96 const BreakpointLocationSP
99 BreakpointLocationSP bp_loc_sp; in FindByAddress()
[all …]
H A DBreakpointLocationCollection.cpp25 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) { in Add()
27 BreakpointLocationSP old_bp_loc = in Add()
50 bool operator()(const BreakpointLocationSP &bp_loc) const { in operator ()()
76 BreakpointLocationSP
79 BreakpointLocationSP stop_sp; in FindByIDPair()
87 const BreakpointLocationSP BreakpointLocationCollection::FindByIDPair( in FindByIDPair()
89 BreakpointLocationSP stop_sp; in FindByIDPair()
98 BreakpointLocationSP BreakpointLocationCollection::GetByIndex(size_t i) { in GetByIndex()
100 BreakpointLocationSP stop_sp; in GetByIndex()
107 const BreakpointLocationSP
[all …]
H A DBreakpointSite.cpp21 BreakpointSite::BreakpointSite(const BreakpointLocationSP &constituent, in BreakpointSite()
34 BreakpointLocationSP bp_loc_sp; in ~BreakpointSite()
94 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in GetSuggestedStackFrameIndex()
140 void BreakpointSite::AddConstituent(const BreakpointLocationSP &constituent) { in AddConstituent()
157 BreakpointLocationSP BreakpointSite::GetConstituentAtIndex(size_t index) { in GetConstituentAtIndex()
171 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in BumpHitCounts()
221 for (BreakpointLocationSP loc_sp : m_constituents.BreakpointLocations()) { in CopyConstituentsList()
H A DBreakpoint.cpp261 std::vector<BreakpointLocationSP> locations; in SetIsHardware()
262 for (BreakpointLocationSP location_sp : m_locations.BreakpointLocations()) { in SetIsHardware()
283 for (BreakpointLocationSP location_sp : locations) { in SetIsHardware()
300 BreakpointLocationSP Breakpoint::AddLocation(const Address &addr, in AddLocation()
306 BreakpointLocationSP Breakpoint::FindLocationByAddress(const Address &addr) { in FindLocationByAddress()
314 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID()
318 BreakpointLocationSP Breakpoint::GetLocationAtIndex(size_t index) { in GetLocationAtIndex()
555 for (BreakpointLocationSP break_loc_sp : in ModulesChanged()
617 BreakpointLocationSP break_loc_sp(m_locations.GetByIndex(loc_idx)); in ModulesChanged()
693 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) { in ModuleReplaced()
[all …]
H A DBreakpointResolverAddress.cpp140 BreakpointLocationSP bp_loc_sp(AddLocation(m_addr)); in SearchCallback()
147 BreakpointLocationSP loc_sp = breakpoint.GetLocationAtIndex(0); in SearchCallback()
H A DBreakpointResolver.cpp341 BreakpointLocationSP bp_loc_sp(AddLocation(line_start)); in AddLocation()
365 BreakpointLocationSP BreakpointResolver::AddLocation(Address loc_addr, in AddLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h105 SBBreakpointLocation(const lldb::BreakpointLocationSP &break_loc_sp);
111 void SetLocation(const lldb::BreakpointLocationSP &break_loc_sp);
112 BreakpointLocationSP GetSP() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h24 lldb::BreakpointLocationSP bp_loc_sp,
H A DLua.h38 lldb::BreakpointLocationSP bp_loc_sp,
H A DLua.cpp80 lldb::BreakpointLocationSP bp_loc_sp, in CallBreakpointCallback()
H A DScriptInterpreterLua.cpp293 BreakpointLocationSP bp_loc_sp(breakpoint_sp->FindLocationByID(break_loc_id)); in BreakpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp364 BreakpointLocationSP bp_loc_sp( in DoExecute()
514 BreakpointLocationSP bp_loc_sp( in DoExecute()
582 BreakpointLocationSP bp_loc_sp; in DoExecute()
H A DCommandObjectProcess.cpp579 BreakpointLocationSP loc_sp in DoExecute()
588 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id); in DoExecute()
643 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx); in DoExecute()
704 BreakpointLocationSP loc_sp in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h98 static PythonObject ToSWIGWrapper(lldb::BreakpointLocationSP bp_loc_sp);
127 const lldb::BreakpointLocationSP &sb_bp_loc,
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig9 lldb::BreakpointLocationSP bp_loc_sp,
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig77 PythonObject SWIGBridge::ToSWIGWrapper(lldb::BreakpointLocationSP bp_loc_sp) {
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp116 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetConstituentAtIndex(0); in StoreBPInfo()
419 BreakpointLocationSP loc(site_locations.GetByIndex(j)); in PerformAction()
425 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
H A DThreadPlanStepRange.cpp386 BreakpointLocationSP bp_loc = in SetNextBranchBreakpoint()

12