Searched refs:GetWatchpointList (Results 1 – 11 of 11) sorted by relevance
372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()399 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()479 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()505 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()546 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()572 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
223 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()226 target->GetWatchpointList().GetListMutex(lock); in DoExecute()304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()378 target->GetWatchpointList().GetListMutex(lock); in DoExecute()380 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()492 target->GetWatchpointList().GetListMutex(lock); in DoExecute()494 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()617 target->GetWatchpointList().GetListMutex(lock); in DoExecute()619 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()[all …]
792 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
499 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()679 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()758 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
1275 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()1287 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1300 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()1316 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()1317 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()1378 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()1392 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()1458 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
794 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()886 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
185 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()908 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
157 target_sp->GetWatchpointList().FindByID(wvc->watch_id); in VariableWatchpointDisabler()
763 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
2101 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()