Searched refs:GetWatchpointList (Results 1 – 10 of 10) sorted by relevance
361 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()388 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()456 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()482 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()511 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()537 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
218 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()221 target.GetWatchpointList().GetListMutex(lock); in DoExecute()294 target.GetWatchpointList().GetListMutex(lock); in DoExecute()296 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()363 target.GetWatchpointList().GetListMutex(lock); in DoExecute()365 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()472 target.GetWatchpointList().GetListMutex(lock); in DoExecute()474 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()592 target.GetWatchpointList().GetListMutex(lock); in DoExecute()594 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()[all …]
816 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
1250 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()1261 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1273 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()1289 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()1290 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()1352 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()1365 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()1430 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
321 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
161 target_sp->GetWatchpointList().FindByID(wvc->watch_id); in VariableWatchpointDisabler()
815 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()907 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
264 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()999 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
806 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
1962 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()