Searched refs:GetWatchpointList (Results 1 – 11 of 11) sorted by relevance
221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()224 target->GetWatchpointList().GetListMutex(lock); in DoExecute()304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()380 target->GetWatchpointList().GetListMutex(lock); in DoExecute()382 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()497 target->GetWatchpointList().GetListMutex(lock); in DoExecute()499 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()625 target->GetWatchpointList().GetListMutex(lock); in DoExecute()627 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()[all …]
402 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()429 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()510 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()536 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()578 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()604 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
776 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
305 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()418 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()461 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
691 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in ShouldStopSynchronous()733 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()804 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
181 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()835 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1399 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()1412 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1427 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()1445 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()1446 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()1497 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()1511 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()1582 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
302 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
715 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
1881 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()1885 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()2300 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2379 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()