Home
last modified time | relevance | path

Searched refs:bp_site_sp (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp122 BreakpointSiteSP bp_site_sp( in DoWillResume() local
124 if (bp_site_sp && bp_site_sp->IsEnabled()) { in DoWillResume()
125 m_process.DisableBreakpointSite(bp_site_sp.get()); in DoWillResume()
162 BreakpointSiteSP bp_site_sp( in ReenableBreakpointSite() local
164 if (bp_site_sp) { in ReenableBreakpointSite()
165 m_process.EnableBreakpointSite(bp_site_sp.get()); in ReenableBreakpointSite()
DStopInfo.cpp107 BreakpointSiteSP bp_site_sp( in StoreBPInfo() local
109 if (bp_site_sp) { in StoreBPInfo()
110 if (bp_site_sp->GetNumberOfOwners() == 1) { in StoreBPInfo()
111 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()
117 m_address = bp_site_sp->GetLoadAddress(); in StoreBPInfo()
125 BreakpointSiteSP bp_site_sp( in IsValidForOperatingSystemThread() local
127 if (bp_site_sp) in IsValidForOperatingSystemThread()
128 return bp_site_sp->ValidForThisThread(&thread); in IsValidForOperatingSystemThread()
140 BreakpointSiteSP bp_site_sp( in ShouldStopSynchronous() local
142 if (bp_site_sp) { in ShouldStopSynchronous()
[all …]
DThreadPlanCallFunction.cpp285 BreakpointSiteSP bp_site_sp; in DoPlanExplainsStop() local
286 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
287 if (bp_site_sp) { in DoPlanExplainsStop()
288 uint32_t num_owners = bp_site_sp->GetNumberOfOwners(); in DoPlanExplainsStop()
291 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
DThreadPlanStepRange.cpp395 BreakpointSiteSP bp_site_sp = in NextRangeBreakpointExplainsStop() local
397 if (!bp_site_sp) in NextRangeBreakpointExplainsStop()
399 else if (!bp_site_sp->IsBreakpointAtThisSite(m_next_branch_bp_sp->GetID())) in NextRangeBreakpointExplainsStop()
403 size_t num_owners = bp_site_sp->GetNumberOfOwners(); in NextRangeBreakpointExplainsStop()
410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
DProcess.cpp1696 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in DisableBreakpointSiteByID() local
1697 if (bp_site_sp) { in DisableBreakpointSiteByID()
1698 if (bp_site_sp->IsEnabled()) in DisableBreakpointSiteByID()
1699 error = DisableBreakpointSite(bp_site_sp.get()); in DisableBreakpointSiteByID()
1710 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID(break_id); in EnableBreakpointSiteByID() local
1711 if (bp_site_sp) { in EnableBreakpointSiteByID()
1712 if (!bp_site_sp->IsEnabled()) in EnableBreakpointSiteByID()
1713 error = EnableBreakpointSite(bp_site_sp.get()); in EnableBreakpointSiteByID()
1775 BreakpointSiteSP bp_site_sp; in CreateBreakpointSite() local
1780 bp_site_sp = m_breakpoint_site_list.FindByAddress(load_addr); in CreateBreakpointSite()
[all …]
DStackFrameList.cpp149 BreakpointSiteSP bp_site_sp( in ResetCurrentInlinedDepth() local
152 if (bp_site_sp) { in ResetCurrentInlinedDepth()
153 uint32_t num_owners = bp_site_sp->GetNumberOfOwners(); in ResetCurrentInlinedDepth()
155 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
DThread.cpp636 BreakpointSiteSP bp_site_sp = in SetupForResume() local
638 if (bp_site_sp) { in SetupForResume()
1892 BreakpointSiteSP bp_site_sp = in IsStillAtLastBreakpointHit() local
1894 if (bp_site_sp && static_cast<break_id_t>(value) == bp_site_sp->GetID()) in IsStillAtLastBreakpointHit()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp493 lldb::BreakpointSiteSP bp_site_sp; in CreateStopReasonWithMachException() local
495 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
496 if (bp_site_sp && bp_site_sp->IsEnabled()) { in CreateStopReasonWithMachException()
512 if (bp_site_sp->ValidForThisThread(&thread) || in CreateStopReasonWithMachException()
515 thread, bp_site_sp->GetID()); in CreateStopReasonWithMachException()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h43 lldb::break_id_t Add(const lldb::BreakpointSiteSP &bp_site_sp);
DBreakpointLocation.h290 bool SetBreakpointSite(lldb::BreakpointSiteSP &bp_site_sp);
/external/llvm-project/lldb/source/API/
DSBThread.cpp180 lldb::BreakpointSiteSP bp_site_sp( in GetStopReasonDataCount() local
183 if (bp_site_sp) in GetStopReasonDataCount()
184 return bp_site_sp->GetNumberOfOwners() * 2; in GetStopReasonDataCount()
231 lldb::BreakpointSiteSP bp_site_sp( in GetStopReasonDataAtIndex() local
234 if (bp_site_sp) { in GetStopReasonDataAtIndex()
237 bp_site_sp->GetOwnerAtIndex(bp_index)); in GetStopReasonDataAtIndex()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1808 lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess() in SetThreadStopInfo() local
1815 if (bp_site_sp && in SetThreadStopInfo()
1816 bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1819 *thread_sp, bp_site_sp->GetID())); in SetThreadStopInfo()
1826 lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess() in SetThreadStopInfo() local
1829 if (bp_site_sp) { in SetThreadStopInfo()
1836 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1839 *thread_sp, bp_site_sp->GetID())); in SetThreadStopInfo()
1890 lldb::BreakpointSiteSP bp_site_sp = in SetThreadStopInfo() local
1899 if (bp_site_sp && bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
[all …]
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp461 bool BreakpointLocation::SetBreakpointSite(BreakpointSiteSP &bp_site_sp) { in SetBreakpointSite() argument
462 m_bp_site_sp = bp_site_sp; in SetBreakpointSite()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp532 BreakpointSiteSP bp_site_sp( in DoExecute() local
534 if (bp_site_sp) { in DoExecute()
535 const size_t num_owners = bp_site_sp->GetNumberOfOwners(); in DoExecute()
538 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2065 lldb::BreakpointSiteSP &bp_site_sp);