Searched refs:WatchpointSP (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h47 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
64 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;
75 const lldb::WatchpointSP FindBySpec(std::string spec) const;
86 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
115 lldb::WatchpointSP GetByIndex(uint32_t i);
126 const lldb::WatchpointSP GetByIndex(uint32_t i) const;
188 typedef std::list<lldb::WatchpointSP> wp_collection;
H A DWatchpoint.h30 const lldb::WatchpointSP &new_watchpoint_sp);
40 lldb::WatchpointSP &GetWatchpoint();
47 static lldb::WatchpointSP
55 lldb::WatchpointSP m_new_watchpoint_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp)
33 LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &), wp_sp);
56 lldb::WatchpointSP watchpoint_sp(GetSP());
91 lldb::WatchpointSP watchpoint_sp(GetSP());
103 lldb::WatchpointSP watchpoint_sp(GetSP());
118 lldb::WatchpointSP watchpoint_sp(GetSP());
133 lldb::WatchpointSP watchpoint_sp(GetSP());
146 lldb::WatchpointSP watchpoint_sp(GetSP());
166 lldb::WatchpointSP watchpoint_sp(GetSP());
179 lldb::WatchpointSP watchpoint_s
[all...]
H A DSBValue.cpp1484 WatchpointSP watchpoint_sp =
H A DSBTarget.cpp1389 lldb::WatchpointSP watchpoint_sp;
1410 lldb::WatchpointSP watchpoint_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) {
53 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const {
54 WatchpointSP wp_sp;
71 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const {
72 WatchpointSP wp_sp;
90 bool operator()(const WatchpointSP &wp) const {
112 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const {
113 WatchpointSP wp_sp;
123 WatchpointSP wp_sp = FindByAddress(addr);
131 WatchpointSP wp_s
[all...]
H A DWatchpoint.cpp331 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp)
346 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() {
379 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent(
381 WatchpointSP wp_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h22 SBWatchpoint(const lldb::WatchpointSP &wp_sp);
65 lldb::WatchpointSP GetSP() const;
67 void SetSP(const lldb::WatchpointSP &sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp356 lldb::WatchpointSP wp_sp;
389 lldb::WatchpointSP wp_sp;
432 lldb::WatchpointSP wp_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp581 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp),
618 WatchpointSP watchpoint_sp;
653 WatchpointSP wp_sp(
695 WatchpointSP wp_sp(
766 WatchpointSP wp_hit_sp =
H A DTarget.cpp778 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size,
787 WatchpointSP wp_sp;
816 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr);
1146 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
1177 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
1206 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
1224 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
1240 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
1260 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i);
1277 WatchpointSP wp_s
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp65 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx);
510 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp73 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint();
740 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint();
756 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h669 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
673 lldb::WatchpointSP GetLastCreatedWatchpoint() {
1293 lldb::WatchpointSP m_last_created_watchpoint;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h476 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef in namespace:lldb
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp99 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
2356 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1865 WatchpointSP wp_sp;
2292 WatchpointSP wp_sp =

Completed in 418 milliseconds