| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointLocationList.h | 62 const lldb::BreakpointLocationSP 76 lldb::BreakpointLocationSP 122 lldb::BreakpointLocationSP 136 const lldb::BreakpointLocationSP 239 lldb::BreakpointLocationSP 248 lldb::BreakpointLocationSP 254 …SwapLocation (lldb::BreakpointLocationSP to_location_sp, lldb::BreakpointLocationSP from_location_… 257 RemoveLocation (const lldb::BreakpointLocationSP &bp_loc_sp); 265 typedef std::vector<lldb::BreakpointLocationSP> collection; 267 lldb::BreakpointLocationSP, [all …]
|
| HD | BreakpointLocationCollection.h | 41 Add (const lldb::BreakpointLocationSP& bp_loc_sp); 73 lldb::BreakpointLocationSP 90 const lldb::BreakpointLocationSP 104 lldb::BreakpointLocationSP 118 const lldb::BreakpointLocationSP 196 typedef std::vector<lldb::BreakpointLocationSP> collection; 207 …typedef AdaptedIterable<collection, lldb::BreakpointLocationSP, vector_adapter> BreakpointLocation…
|
| HD | Breakpoint.h | 139 static lldb::BreakpointLocationSP 296 lldb::BreakpointLocationSP 309 lldb::BreakpointLocationSP 333 lldb::BreakpointLocationSP 347 lldb::BreakpointLocationSP
|
| HD | BreakpointSite.h | 163 AddOwner (const lldb::BreakpointLocationSP &owner); 186 lldb::BreakpointLocationSP 295 const lldb::BreakpointLocationSP& owner,
|
| HD | BreakpointLocation.h | 413 SwapLocation (lldb::BreakpointLocationSP swap_from);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointLocationList.cpp | 43 BreakpointLocationSP 49 …BreakpointLocationSP bp_loc_sp (new BreakpointLocation (bp_loc_id, m_owner, addr, LLDB_INVALID_THR… in Create() 58 BreakpointLocationSP bp = FindByID (break_id); in ShouldStop() 74 BreakpointLocationSP bp_loc_sp = FindByAddress (addr); in FindIDByAddress() 83 Compare (BreakpointLocationSP lhs, lldb::break_id_t val) in Compare() 88 BreakpointLocationSP 97 return BreakpointLocationSP(); in FindByID() 110 BreakpointLocationSP break_loc = (*pos); in FindInModule() 120 const BreakpointLocationSP 124 BreakpointLocationSP bp_loc_sp; in FindByAddress() [all …]
|
| HD | BreakpointLocationCollection.cpp | 41 BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) in Add() 43 … BreakpointLocationSP old_bp_loc = FindByIDPair (bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add() 70 bool operator() (const BreakpointLocationSP &bp_loc) const in operator ()() 95 BreakpointLocationSP 98 BreakpointLocationSP stop_sp; in FindByIDPair() 106 const BreakpointLocationSP 109 BreakpointLocationSP stop_sp; in FindByIDPair() 117 BreakpointLocationSP 120 BreakpointLocationSP stop_sp; in GetByIndex() 127 const BreakpointLocationSP [all …]
|
| HD | Breakpoint.cpp | 102 BreakpointLocationSP 108 BreakpointLocationSP 120 BreakpointLocationSP 126 BreakpointLocationSP 438 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) in ModulesChanged() 490 BreakpointLocationSP break_loc_sp (m_locations.GetByIndex(loc_idx)); in ModulesChanged() 583 for (BreakpointLocationSP break_loc_sp : m_locations.BreakpointLocations()) in ModuleReplaced() 629 BreakpointLocationSP old_loc_sp = old_break_locs.GetByIndex(0); in ModuleReplaced() 630 BreakpointLocationSP new_loc_sp = new_break_locs.GetByIndex(0); in ModuleReplaced() 658 BreakpointLocationSP bp_loc_sp = old_break_locs.GetByIndex(idx); in ModuleReplaced() [all …]
|
| HD | BreakpointSite.cpp | 29 const BreakpointLocationSP& owner, in BreakpointSite() 46 BreakpointLocationSP bp_loc_sp; in ~BreakpointSite() 170 BreakpointSite::AddOwner (const BreakpointLocationSP &owner) in AddOwner() 191 BreakpointLocationSP 208 for (BreakpointLocationSP loc_sp : m_owners.BreakpointLocations()) in BumpHitCounts()
|
| HD | BreakpointResolverAddress.cpp | 81 BreakpointLocationSP bp_loc_sp(m_breakpoint->AddLocation(m_addr)); in SearchCallback()
|
| HD | BreakpointResolver.cpp | 179 BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(line_start)); in SetSCMatchesByLine()
|
| HD | BreakpointResolverName.cpp | 331 … BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(break_addr, &new_location)); in SearchCallback()
|
| HD | BreakpointLocation.cpp | 743 BreakpointLocation::SwapLocation (BreakpointLocationSP swap_from) in SwapLocation()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBBreakpointLocation.h | 100 SBBreakpointLocation (const lldb::BreakpointLocationSP &break_loc_sp); 106 SetLocation (const lldb::BreakpointLocationSP &break_loc_sp); 108 lldb::BreakpointLocationSP m_opaque_sp;
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBBreakpointLocation.cpp | 39 SBBreakpointLocation::SBBreakpointLocation (const lldb::BreakpointLocationSP &break_loc_sp) : in SBBreakpointLocation() 309 SBBreakpointLocation::SetLocation (const lldb::BreakpointLocationSP &break_loc_sp) in SetLocation()
|
| HD | SystemInitializerFull.cpp | 81 const lldb::BreakpointLocationSP& sb_bp_loc);
|
| HD | SBThread.cpp | 270 BreakpointLocationSP bp_loc_sp (bp_site_sp->GetOwnerAtIndex (bp_index)); in GetStopReasonDataAtIndex()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectBreakpointCommand.cpp | 467 … BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute() 705 … BreakpointLocationSP bp_loc_sp (bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute() 819 … BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | StopInfo.cpp | 147 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo() 397 … lldb::BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(j); in PerformAction() 431 BreakpointLocationSP loc(bp_site_sp->GetOwnerAtIndex(j)); in PerformAction() 439 lldb::BreakpointLocationSP bp_loc_sp = site_locations.GetByIndex(j); in PerformAction()
|
| HD | ThreadPlanStepRange.cpp | 405 BreakpointLocationSP bp_loc = m_next_branch_bp_sp->GetLocationAtIndex(0); in SetNextBranchBreakpoint()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| HD | PlatformFreeBSD.cpp | 639 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | ScriptInterpreterPython.h | 41 const lldb::BreakpointLocationSP &bp_loc_sp);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-forward.h | 298 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP; typedef
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessPOSIX.cpp | 629 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Process.h | 2711 CreateBreakpointSite (const lldb::BreakpointLocationSP &owner,
|