| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBWatchpoint.cpp | 56 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID() 91 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError() 103 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex() 118 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress() 133 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize() 146 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled() 166 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled() 179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount() 192 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount() 204 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount() [all …]
|
| H A D | SBTarget.cpp | 1440 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() 1461 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
|
| H A D | SBValue.cpp | 1484 WatchpointSP watchpoint_sp = in Watch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 53 WatchpointSP wp_sp; in FindByAddress() 71 WatchpointSP wp_sp; in FindBySpec() 89 bool operator()(const WatchpointSP &wp) const { in operator ()() 112 WatchpointSP wp_sp; in FindByID() 122 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() 130 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() 137 WatchpointSP WatchpointList::GetByIndex(uint32_t i) { in GetByIndex() 139 WatchpointSP wp_sp; in GetByIndex() 150 WatchpointSP wp_sp; in GetByIndex() 171 WatchpointSP wp_sp = *pos; in Remove() [all …]
|
| H A D | Watchpoint.cpp | 332 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() 347 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint() 380 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent() 382 WatchpointSP wp_sp; in GetWatchpointFromEvent()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointList.h | 41 typedef std::list<lldb::WatchpointSP> wp_collection; 42 typedef LockingAdaptedIterable<wp_collection, lldb::WatchpointSP, 53 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify); 70 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const; 81 const lldb::WatchpointSP FindBySpec(std::string spec) const; 92 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const; 121 lldb::WatchpointSP GetByIndex(uint32_t i); 132 const lldb::WatchpointSP GetByIndex(uint32_t i) const;
|
| H A D | Watchpoint.h | 30 const lldb::WatchpointSP &new_watchpoint_sp); 40 lldb::WatchpointSP &GetWatchpoint(); 47 static lldb::WatchpointSP 55 lldb::WatchpointSP m_new_watchpoint_sp;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBWatchpoint.h | 22 SBWatchpoint(const lldb::WatchpointSP &wp_sp); 65 lldb::WatchpointSP GetSP() const; 67 void SetSP(const lldb::WatchpointSP &sp);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 304 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() 416 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() 459 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.h | 43 lldb::WatchpointSP wp_sp);
|
| H A D | Lua.cpp | 34 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp); 137 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
|
| H A D | ScriptInterpreterLua.cpp | 302 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 618 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry() 655 WatchpointSP watchpoint_sp; 690 WatchpointSP wp_sp( in ShouldStopSynchronous() 732 WatchpointSP wp_sp( in PerformAction() 803 WatchpointSP wp_hit_sp = in PerformAction()
|
| H A D | Target.cpp | 802 WatchpointSP wp_sp; in CreateWatchpoint() 836 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint() 1164 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() 1193 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() 1220 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() 1236 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() 1250 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() 1268 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() 1285 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() 1304 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 62 lldb::WatchpointSP wp_sp
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 72 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs() 764 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() 779 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
|
| H A D | CommandCompletions.cpp | 777 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 707 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size, 711 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint() 1415 lldb::WatchpointSP m_last_created_watchpoint;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 474 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 101 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp); 2379 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 114 const lldb::WatchpointSP& wp_sp
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1875 WatchpointSP wp_sp; in SetThreadStopInfo() 2299 WatchpointSP wp_sp = in SetThreadStopInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 70463 lldb::WatchpointSP wp_sp in LLDBSwigLuaWatchpointCallbackFunction()
|