| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 38 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 D | 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; 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 D | BreakpointLocationCollection.h | 33 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 D | BreakpointSite.h | 113 void AddConstituent(const lldb::BreakpointLocationSP &constituent); 133 lldb::BreakpointLocationSP GetConstituentAtIndex(size_t idx); 241 BreakpointSite(const lldb::BreakpointLocationSP &constituent,
|
| H A D | Breakpoint.h | 130 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 D | BreakpointResolver.h | 212 lldb::BreakpointLocationSP AddLocation(Address loc_addr,
|
| H A D | BreakpointLocation.h | 329 void SwapLocation(lldb::BreakpointLocationSP swap_from);
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocationList.cpp | 29 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 D | BreakpointLocationCollection.cpp | 25 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 D | BreakpointSite.cpp | 21 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 D | Breakpoint.cpp | 261 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 D | BreakpointResolverAddress.cpp | 140 BreakpointLocationSP bp_loc_sp(AddLocation(m_addr)); in SearchCallback() 147 BreakpointLocationSP loc_sp = breakpoint.GetLocationAtIndex(0); in SearchCallback()
|
| H A D | BreakpointResolver.cpp | 341 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 D | SBBreakpointLocation.h | 105 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 D | SWIGLuaBridge.h | 24 lldb::BreakpointLocationSP bp_loc_sp,
|
| H A D | Lua.h | 38 lldb::BreakpointLocationSP bp_loc_sp,
|
| H A D | Lua.cpp | 80 lldb::BreakpointLocationSP bp_loc_sp, in CallBreakpointCallback()
|
| H A D | ScriptInterpreterLua.cpp | 293 BreakpointLocationSP bp_loc_sp(breakpoint_sp->FindLocationByID(break_loc_id)); in BreakpointCallbackFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpointCommand.cpp | 364 BreakpointLocationSP bp_loc_sp( in DoExecute() 514 BreakpointLocationSP bp_loc_sp( in DoExecute() 582 BreakpointLocationSP bp_loc_sp; in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 579 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 D | SWIGPythonBridge.h | 98 static PythonObject ToSWIGWrapper(lldb::BreakpointLocationSP bp_loc_sp); 127 const lldb::BreakpointLocationSP &sb_bp_loc,
|
| /freebsd/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 9 lldb::BreakpointLocationSP bp_loc_sp,
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 77 PythonObject SWIGBridge::ToSWIGWrapper(lldb::BreakpointLocationSP bp_loc_sp) {
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 116 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 D | ThreadPlanStepRange.cpp | 386 BreakpointLocationSP bp_loc = in SetNextBranchBreakpoint()
|