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 …]
419 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()451 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()581 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()613 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get(); in DoExecute()673 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()705 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()
1713 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()1726 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1742 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteWatchpoint()1766 target_sp->GetWatchpointList().GetListMutex(locker); in FindWatchpointByID()1767 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()1828 target_sp->GetWatchpointList().GetListMutex(locker); in EnableAllWatchpoints()1843 target_sp->GetWatchpointList().GetListMutex(locker); in DisableAllWatchpoints()1902 target_sp->GetWatchpointList().GetListMutex(locker); in DeleteAllWatchpoints()
60 const WatchpointList &wp_list = target.GetWatchpointList(); in POSIXThread()509 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify()
620 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()664 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
154 this->GetWatchpointList().GetListMutex(locker); in CleanupProcess()548 uint32_t num_current_watchpoints = target->GetWatchpointList().GetSize(); in CheckIfWatchpointsExhausted()593 this->GetWatchpointList().GetListMutex(locker); in CreateWatchpoint()
663 GetWatchpointList() in GetWatchpointList() function
1852 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()