Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp99 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in DoWillResume() local
100 if (bp_site_sp && bp_site_sp->IsEnabled()) in DoWillResume()
101 m_thread.GetProcess()->DisableBreakpointSite (bp_site_sp.get()); in DoWillResume()
142 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in ReenableBreakpointSite() local
143 if (bp_site_sp) in ReenableBreakpointSite()
145 m_thread.GetProcess()->EnableBreakpointSite (bp_site_sp.get()); in ReenableBreakpointSite()
DStopInfo.cpp144 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in StoreBPInfo() local
145 if (bp_site_sp) in StoreBPInfo()
147 if (bp_site_sp->GetNumberOfOwners() == 1) in StoreBPInfo()
149 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()
156 m_address = bp_site_sp->GetLoadAddress(); in StoreBPInfo()
180 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in ShouldStopSynchronous() local
181 if (bp_site_sp) in ShouldStopSynchronous()
185 m_should_stop = bp_site_sp->ShouldStop (&context); in ShouldStopSynchronous()
209 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in DoShouldNotify() local
210 if (bp_site_sp) in DoShouldNotify()
[all …]
DThreadPlanStepRange.cpp403 … BreakpointSiteSP bp_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop() local
404 if (!bp_site_sp) in NextRangeBreakpointExplainsStop()
406 else if (!bp_site_sp->IsBreakpointAtThisSite (m_next_branch_bp_sp->GetID())) in NextRangeBreakpointExplainsStop()
411 size_t num_owners = bp_site_sp->GetNumberOfOwners(); in NextRangeBreakpointExplainsStop()
418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in NextRangeBreakpointExplainsStop()
DThreadPlanCallFunction.cpp400 BreakpointSiteSP bp_site_sp; in DoPlanExplainsStop() local
402 bp_site_sp = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
403 if (bp_site_sp) in DoPlanExplainsStop()
405 uint32_t num_owners = bp_site_sp->GetNumberOfOwners(); in DoPlanExplainsStop()
409 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
DProcess.cpp2020 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID (break_id); in DisableBreakpointSiteByID() local
2021 if (bp_site_sp) in DisableBreakpointSiteByID()
2023 if (bp_site_sp->IsEnabled()) in DisableBreakpointSiteByID()
2024 error = DisableBreakpointSite (bp_site_sp.get()); in DisableBreakpointSiteByID()
2038 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID (break_id); in EnableBreakpointSiteByID() local
2039 if (bp_site_sp) in EnableBreakpointSiteByID()
2041 if (!bp_site_sp->IsEnabled()) in EnableBreakpointSiteByID()
2042 error = EnableBreakpointSite (bp_site_sp.get()); in EnableBreakpointSiteByID()
2057 BreakpointSiteSP bp_site_sp; in CreateBreakpointSite() local
2062 bp_site_sp = m_breakpoint_site_list.FindByAddress (load_addr); in CreateBreakpointSite()
[all …]
DStackFrameList.cpp169 … BreakpointSiteSP bp_site_sp(m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id)); in ResetCurrentInlinedDepth() local
171 if (bp_site_sp) in ResetCurrentInlinedDepth()
173 uint32_t num_owners = bp_site_sp->GetNumberOfOwners(); in ResetCurrentInlinedDepth()
176 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
DThread.cpp569 …BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(reg_ctx_sp->GetP… in SetupForResume() local
570 if (bp_site_sp) in SetupForResume()
1981 … BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(pc); in IsStillAtLastBreakpointHit() local
1982 if (bp_site_sp && value == bp_site_sp->GetID()) in IsStillAtLastBreakpointHit()
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp443 lldb::BreakpointSiteSP bp_site_sp; in CreateStopReasonWithMachException() local
445 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc); in CreateStopReasonWithMachException()
446 if (bp_site_sp && bp_site_sp->IsEnabled()) in CreateStopReasonWithMachException()
457 if (bp_site_sp->ValidForThisThread (&thread)) in CreateStopReasonWithMachException()
458 … return StopInfo::CreateStopReasonWithBreakpointSiteID (thread, bp_site_sp->GetID()); in CreateStopReasonWithMachException()
/external/lldb/source/API/
DSBThread.cpp162 …lldb::BreakpointSiteSP bp_site_sp (exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID (site… in GetStopReasonDataCount() local
163 if (bp_site_sp) in GetStopReasonDataCount()
164 return bp_site_sp->GetNumberOfOwners () * 2; in GetStopReasonDataCount()
221 …lldb::BreakpointSiteSP bp_site_sp (exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID (site… in GetStopReasonDataAtIndex() local
222 if (bp_site_sp) in GetStopReasonDataAtIndex()
225 BreakpointLocationSP bp_loc_sp (bp_site_sp->GetOwnerAtIndex (bp_index)); in GetStopReasonDataAtIndex()
/external/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h55 Add (const lldb::BreakpointSiteSP& bp_site_sp);
DBreakpointLocation.h341 SetBreakpointSite (lldb::BreakpointSiteSP& bp_site_sp);
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp502 BreakpointLocation::SetBreakpointSite (BreakpointSiteSP& bp_site_sp) in SetBreakpointSite() argument
504 m_bp_site_sp = bp_site_sp; in SetBreakpointSite()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1607 …lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress… in SetThreadStopInfo() local
1608 if (bp_site_sp) in SetThreadStopInfo()
1614 if (bp_site_sp->ValidForThisThread (thread_sp.get())) in SetThreadStopInfo()
1616 …sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID())); in SetThreadStopInfo()
1658 …lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress… in SetThreadStopInfo() local
1660 if (bp_site_sp) in SetThreadStopInfo()
1665 if (bp_site_sp->ValidForThisThread (thread_sp.get())) in SetThreadStopInfo()
1667 …sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID())); in SetThreadStopInfo()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp821 … BreakpointSiteSP bp_site_sp(process->GetBreakpointSiteList().FindByID(bp_site_id)); in DoExecute() local
822 if (bp_site_sp) in DoExecute()
824 const size_t num_owners = bp_site_sp->GetNumberOfOwners(); in DoExecute()
827 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
/external/lldb/include/lldb/Target/
DProcess.h3264 lldb::BreakpointSiteSP &bp_site_sp);