Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDBreakpointLocationList.h62 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 …]
HDBreakpointLocationCollection.h41 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…
HDBreakpoint.h139 static lldb::BreakpointLocationSP
296 lldb::BreakpointLocationSP
309 lldb::BreakpointLocationSP
333 lldb::BreakpointLocationSP
347 lldb::BreakpointLocationSP
HDBreakpointSite.h163 AddOwner (const lldb::BreakpointLocationSP &owner);
186 lldb::BreakpointLocationSP
295 const lldb::BreakpointLocationSP& owner,
HDBreakpointLocation.h413 SwapLocation (lldb::BreakpointLocationSP swap_from);
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocationList.cpp43 BreakpointLocationSP
49BreakpointLocationSP 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 …]
HDBreakpointLocationCollection.cpp41 BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) in Add()
43BreakpointLocationSP 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 …]
HDBreakpoint.cpp102 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 …]
HDBreakpointSite.cpp29 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()
HDBreakpointResolverAddress.cpp81 BreakpointLocationSP bp_loc_sp(m_breakpoint->AddLocation(m_addr)); in SearchCallback()
HDBreakpointResolver.cpp179 BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(line_start)); in SetSCMatchesByLine()
HDBreakpointResolverName.cpp331BreakpointLocationSP bp_loc_sp (m_breakpoint->AddLocation(break_addr, &new_location)); in SearchCallback()
HDBreakpointLocation.cpp743 BreakpointLocation::SwapLocation (BreakpointLocationSP swap_from) in SwapLocation()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBBreakpointLocation.h100 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/
HDSBBreakpointLocation.cpp39 SBBreakpointLocation::SBBreakpointLocation (const lldb::BreakpointLocationSP &break_loc_sp) : in SBBreakpointLocation()
309 SBBreakpointLocation::SetLocation (const lldb::BreakpointLocationSP &break_loc_sp) in SetLocation()
HDSystemInitializerFull.cpp81 const lldb::BreakpointLocationSP& sb_bp_loc);
HDSBThread.cpp270 BreakpointLocationSP bp_loc_sp (bp_site_sp->GetOwnerAtIndex (bp_index)); in GetStopReasonDataAtIndex()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpointCommand.cpp467BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
705BreakpointLocationSP bp_loc_sp (bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
819BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp147 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()
HDThreadPlanStepRange.cpp405 BreakpointLocationSP bp_loc = m_next_branch_bp_sp->GetLocationAtIndex(0); in SetNextBranchBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp639 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h41 const lldb::BreakpointLocationSP &bp_loc_sp);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h298 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP; typedef
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.cpp629 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h2711 CreateBreakpointSite (const lldb::BreakpointLocationSP &owner,

12