Searched refs:WatchpointSP (Results 1 – 19 of 19) sorted by relevance
35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint()75 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()102 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()115 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()130 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()145 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()158 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()169 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()201 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()[all …]
87 const lldb::WatchpointSP& sb_wp);
1302 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()1328 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
1827 … WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify) in Add()69 const WatchpointSP72 WatchpointSP wp_sp; in FindByAddress()87 const WatchpointSP90 WatchpointSP wp_sp; in FindBySpec()113 bool operator() (const WatchpointSP &wp) const in operator ()()136 WatchpointSP139 WatchpointSP wp_sp; in FindByID()151 WatchpointSP wp_sp = FindByAddress (addr); in FindIDByAddress()162 WatchpointSP wp_sp = FindBySpec (spec); in FindIDBySpec()[all …]
414 const WatchpointSP &new_watchpoint_sp) : in WatchpointEventData()439 WatchpointSP &479 WatchpointSP482 WatchpointSP wp_sp; in GetWatchpointFromEvent()
61 Add (const lldb::WatchpointSP& wp_sp, bool notify);87 const lldb::WatchpointSP102 const lldb::WatchpointSP117 lldb::WatchpointSP156 lldb::WatchpointSP170 const lldb::WatchpointSP256 typedef std::list<lldb::WatchpointSP> wp_collection;
49 const lldb::WatchpointSP &new_watchpoint_sp);57 lldb::WatchpointSP &66 static lldb::WatchpointSP75 lldb::WatchpointSP m_new_watchpoint_sp;
25 SBWatchpoint (const lldb::WatchpointSP &wp_sp);78 lldb::WatchpointSP82 SetSP (const lldb::WatchpointSP &sp);98 lldb::WatchpointSP m_opaque_sp;
379 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()415 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()455 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
610 WatchpointSP618 WatchpointSP wp_sp; in CreateWatchpoint()646 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()833 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()868 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()901 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()923 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()943 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues()967 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()987 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in DisableWatchpointByID()[all …]
665 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()709 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()759 …WatchpointSP wp_hit_sp = thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress(m_watch_h… in PerformAction()
818 lldb::WatchpointSP825 lldb::WatchpointSP1466 lldb::WatchpointSP m_last_created_watchpoint;
69 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()528 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
92 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()859 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()878 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
46 const lldb::WatchpointSP &wp_sp);
436 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
1996 … WatchpointSP wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()2446 WatchpointSP wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2046 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()