| /freebsd-13-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBWatchpoint.cpp | 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() 54 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID() 87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError() 109 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress() 124 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize() 137 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled() 157 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled() 170 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount() 183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount() 195 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount() [all …]
|
| HD | SBTarget.cpp | 1318 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() 1349 lldb::WatchpointSP watchpoint_sp; in WatchpointCreateByAddress()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| HD | WatchpointList.cpp | 20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() 54 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() 55 WatchpointSP wp_sp; in FindByAddress() 72 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec() 73 WatchpointSP wp_sp; in FindBySpec() 91 bool operator()(const WatchpointSP &wp) const { in operator ()() 113 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() 114 WatchpointSP wp_sp; in FindByID() 124 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() 132 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() [all …]
|
| HD | WatchpointResource.cpp | 52 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent() 57 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent() 70 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains() 78 [&wp](const WatchpointSP &x) { return x.get() == wp; }); in ConstituentsContains() 82 WatchpointSP WatchpointResource::GetConstituentAtIndex(size_t idx) { in GetConstituentAtIndex()
|
| HD | Watchpoint.cpp | 160 WatchpointSP watch_sp = in VariableWatchpointDisabler() 495 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() 508 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint() 541 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent() 543 WatchpointSP wp_sp; in GetWatchpointFromEvent()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| HD | 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;
|
| HD | WatchpointResource.h | 41 typedef std::vector<lldb::WatchpointSP> WatchpointCollection; 42 typedef LockingAdaptedIterable<WatchpointCollection, lldb::WatchpointSP, 73 void AddConstituent(const lldb::WatchpointSP &constituent); 77 void RemoveConstituent(lldb::WatchpointSP &constituent); 97 lldb::WatchpointSP GetConstituentAtIndex(size_t idx); 106 bool ConstituentsContains(const lldb::WatchpointSP &wp_sp);
|
| HD | 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-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBWatchpoint.h | 94 SBWatchpoint(const lldb::WatchpointSP &wp_sp); 96 lldb::WatchpointSP GetSP() const; 98 void SetSP(const lldb::WatchpointSP &sp);
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectWatchpoint.cpp | 75 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs() 237 WatchpointSP watch_sp = watchpoints.GetByIndex(i); in DoExecute() 252 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() 723 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in DoExecute() 738 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() 906 WatchpointSP watch_sp = in DoExecute() 1097 WatchpointSP watch_sp = in DoExecute()
|
| HD | CommandCompletions.cpp | 808 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| HD | SWIGLuaBridge.h | 28 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp);
|
| HD | Lua.h | 43 lldb::WatchpointSP wp_sp);
|
| HD | Lua.cpp | 108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
|
| HD | ScriptInterpreterLua.cpp | 308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | StopInfo.cpp | 634 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry() 671 WatchpointSP watchpoint_sp; 702 WatchpointSP watch_sp) in ThreadPlanStepOverWatchpoint() 764 WatchpointSP m_watch_sp; 793 WatchpointSP wp_sp( in ShouldStopSynchronous() 885 WatchpointSP wp_sp( in PerformAction()
|
| HD | Target.cpp | 855 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() 864 WatchpointSP wp_sp; in CreateWatchpoint() 910 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint() 1238 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() 1267 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() 1294 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() 1310 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() 1324 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() 1342 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() 1359 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| HD | SWIGPythonBridge.h | 94 static PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp); 129 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
|
| /freebsd-13-stable/contrib/llvm-project/lldb/bindings/lua/ |
| HD | lua-wrapper.swig | 47 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) {
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | StopInfoMachException.cpp | 680 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() 737 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.h | 161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp, 164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
|
| /freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/ |
| HD | python-swigsafecast.swig | 63 PythonObject SWIGBridge::ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp) {
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | Target.h | 766 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size, 770 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint() 1564 lldb::WatchpointSP m_last_created_watchpoint;
|
| HD | Process.h | 2195 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true); 2197 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/ |
| HD | lldb-forward.h | 484 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
|