Searched refs:WatchpointSP (Results 1 – 18 of 18) sorted by relevance
35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint()73 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()98 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()111 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()126 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()141 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()154 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()165 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()196 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()[all …]
1775 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()1801 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
1665 … 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;
48 const lldb::WatchpointSP &new_watchpoint_sp);56 lldb::WatchpointSP &65 static lldb::WatchpointSP74 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;
370 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()405 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
553 WatchpointSP561 WatchpointSP wp_sp; in CreateWatchpoint()589 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()776 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()811 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()844 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()866 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()890 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()910 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in DisableWatchpointByID()933 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in EnableWatchpointByID()[all …]
607 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()651 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
576 lldb::WatchpointSP583 lldb::WatchpointSP1189 lldb::WatchpointSP m_last_created_watchpoint;
62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()460 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
98 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()865 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()884 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
95 const lldb::WatchpointSP &wp_sp);
372 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
255 const lldb::WatchpointSP& wp_sp
80 const lldb::WatchpointSP& sb_wp);2294 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()