Searched refs:GetWatchpointList (Results 1 – 12 of 12) sorted by relevance
372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()399 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()480 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()506 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()548 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()574 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
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()496 target->GetWatchpointList().GetListMutex(lock); in DoExecute()498 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()623 target->GetWatchpointList().GetListMutex(lock); in DoExecute()625 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()[all …]
778 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
496 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()681 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()724 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
1273 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()1285 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1298 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()1314 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()1315 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()1364 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()1378 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()1444 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
792 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()887 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()913 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
183 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()855 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
409 GetTarget().GetWatchpointList().FindByID(id)) in RefreshStateAfterStop()
1765 GetTarget().GetWatchpointList().FindByAddress(wp_hit_addr); in SetThreadStopInfo()1767 wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()2199 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()5189 WatchpointList &wps = GetTarget().GetWatchpointList(); in DidForkSwitchHardwareTraps()
740 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
2167 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()