HomeSort by relevance Sort by last modified time
    Searched defs:bp_site_sp (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
StopInfoMachException.cpp 443 lldb::BreakpointSiteSP bp_site_sp; local
445 bp_site_sp = process_sp->GetBreakpointSiteList().FindByAddress(pc);
446 if (bp_site_sp && bp_site_sp->IsEnabled())
457 if (bp_site_sp->ValidForThisThread (&thread))
458 return StopInfo::CreateStopReasonWithBreakpointSiteID (thread, bp_site_sp->GetID());
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 400 BreakpointSiteSP bp_site_sp; local
402 bp_site_sp = process_sp->GetBreakpointSiteList().FindByID(break_site_id);
403 if (bp_site_sp)
405 uint32_t num_owners = bp_site_sp->GetNumberOfOwners();
409 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint();
ThreadPlanStepRange.cpp 403 BreakpointSiteSP bp_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id); local
404 if (!bp_site_sp)
406 else if (!bp_site_sp->IsBreakpointAtThisSite (m_next_branch_bp_sp->GetID()))
411 size_t num_owners = bp_site_sp->GetNumberOfOwners();
418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal())
Process.cpp 2020 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID (break_id); local
2038 BreakpointSiteSP bp_site_sp = m_breakpoint_site_list.FindByID (break_id); local
2057 BreakpointSiteSP bp_site_sp; local
    [all...]
Thread.cpp 569 BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(reg_ctx_sp->GetPC()); local
570 if (bp_site_sp)
1981 BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(pc); local
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 1607 lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); local
1658 lldb::BreakpointSiteSP bp_site_sp = thread_sp->GetProcess()->GetBreakpointSiteList().FindByAddress(pc); local
    [all...]

Completed in 66 milliseconds