Searched refs:GetWatchpointList (Results 1 – 9 of 9) sorted by relevance
277 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()279 target->GetWatchpointList().GetListMutex(locker); in DoExecute()383 target->GetWatchpointList().GetListMutex(locker); in DoExecute()385 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()462 target->GetWatchpointList().GetListMutex(locker); in DoExecute()464 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()545 target->GetWatchpointList().GetListMutex(locker); in DoExecute()547 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()693 target->GetWatchpointList().GetListMutex(locker); in DoExecute()695 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()[all …]
497 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()529 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()663 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()695 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()755 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()787 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()
372 … wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()407 … wp_sp = target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
57 const WatchpointList &wp_list = target.GetWatchpointList(); in POSIXThread()459 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify()
1728 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1757 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteWatchpoint()1781 target_sp->GetWatchpointList().GetListMutex(locker); in FindWatchpointByID()1782 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()1843 target_sp->GetWatchpointList().GetListMutex(locker); in EnableAllWatchpoints()1858 target_sp->GetWatchpointList().GetListMutex(locker); in DisableAllWatchpoints()1873 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteAllWatchpoints()
607 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()651 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
151 this->GetWatchpointList().GetListMutex(locker); in CleanupProcess()543 uint32_t num_current_watchpoints = target->GetWatchpointList().GetSize(); in CheckIfWatchpointsExhausted()588 this->GetWatchpointList().GetListMutex(locker); in CreateWatchpoint()
590 GetWatchpointList() in GetWatchpointList() function
2294 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()