| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 57 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 D | SystemInitializerFull.cpp | 178 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
|
| H A D | SBTarget.cpp | 1346 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() 1371 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
|
| H A D | SBValue.cpp | 1536 WatchpointSP watchpoint_sp = in Watch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 55 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 D | Watchpoint.cpp | 322 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 D | WatchpointList.h | 56 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 D | Watchpoint.h | 31 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 D | SBWatchpoint.h | 23 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 D | StopInfoMachException.cpp | 463 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 D | StopInfo.cpp | 589 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 D | Target.cpp | 804 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 D | FreeBSDThread.cpp | 66 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 D | CommandObjectWatchpoint.cpp | 81 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 D | Target.h | 667 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 D | ScriptInterpreterPython.h | 57 const lldb::StackFrameSP &frame_sp, const lldb::WatchpointSP &wp_sp);
|
| H A D | ScriptInterpreterPython.cpp | 2319 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 497 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1935 WatchpointSP wp_sp; in SetThreadStopInfo() 2363 WatchpointSP wp_sp = in SetThreadStopInfo()
|