Home
last modified time | relevance | path

Searched refs:WatchpointSP (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBWatchpoint.cpp57 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
77 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
100 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
113 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
124 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
153 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
169 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
[all …]
H A DSystemInitializerFull.cpp178 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
H A DSBTarget.cpp1346 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1371 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
H A DSBValue.cpp1536 WatchpointSP watchpoint_sp = in Watch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointList.cpp55 WatchpointSP wp_sp; in FindByAddress()
73 WatchpointSP wp_sp; in FindBySpec()
91 bool operator()(const WatchpointSP &wp) const { in operator ()()
114 WatchpointSP wp_sp; in FindByID()
124 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress()
132 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec()
139 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex()
141 WatchpointSP wp_sp; in GetByIndex()
152 WatchpointSP wp_sp; in GetByIndex()
173 WatchpointSP wp_sp = *pos; in Remove()
[all …]
H A DWatchpoint.cpp322 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData()
337 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint()
370 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent()
372 WatchpointSP wp_sp; in GetWatchpointFromEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h56 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
79 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
92 const lldb::WatchpointSP FindBySpec(std::string spec) const;
105 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
140 lldb::WatchpointSP GetByIndex(uint32_t i);
153 const lldb::WatchpointSP GetByIndex(uint32_t i) const;
227 typedef std::list<lldb::WatchpointSP> wp_collection;
H A DWatchpoint.h31 const lldb::WatchpointSP &new_watchpoint_sp);
41 lldb::WatchpointSP &GetWatchpoint();
48 static lldb::WatchpointSP
56 lldb::WatchpointSP m_new_watchpoint_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBWatchpoint.h23 SBWatchpoint(const lldb::WatchpointSP &wp_sp);
60 lldb::WatchpointSP GetSP() const;
62 void SetSP(const lldb::WatchpointSP &sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp463 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
501 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
543 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp589 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry()
626 WatchpointSP watchpoint_sp;
661 WatchpointSP wp_sp( in ShouldStopSynchronous()
704 WatchpointSP wp_sp( in PerformAction()
775 WatchpointSP wp_hit_sp = in PerformAction()
H A DTarget.cpp804 WatchpointSP wp_sp; in CreateWatchpoint()
833 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
1176 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()
1208 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()
1238 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()
1257 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()
1274 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues()
1295 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()
1313 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID()
1333 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp66 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in FreeBSDThread()
516 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp81 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
740 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
756 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h667 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
671 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint()
1286 lldb::WatchpointSP m_last_created_watchpoint;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h57 const lldb::StackFrameSP &frame_sp, const lldb::WatchpointSP &wp_sp);
H A DScriptInterpreterPython.cpp2319 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h497 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1935 WatchpointSP wp_sp; in SetThreadStopInfo()
2363 WatchpointSP wp_sp = in SetThreadStopInfo()