Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp54 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()
206 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetCondition()
[all …]
/freebsd-14.2/contrib/llvm-project/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 DWatchpointResource.cpp53 void WatchpointResource::AddConstituent(const WatchpointSP &wp_sp) { in AddConstituent()
58 void WatchpointResource::RemoveConstituent(WatchpointSP &wp_sp) { in RemoveConstituent()
71 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains()
79 [&wp](const WatchpointSP &x) { return x.get() == wp; }); in ConstituentsContains()
83 WatchpointSP WatchpointResource::GetConstituentAtIndex(size_t idx) { in GetConstituentAtIndex()
H A DWatchpoint.cpp156 WatchpointSP watch_sp = in VariableWatchpointDisabler()
474 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData()
487 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint()
520 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent()
522 WatchpointSP wp_sp; in GetWatchpointFromEvent()
H A DWatchpointResourceList.cpp74 WatchpointResourceList::FindByWatchpointSP(WatchpointSP &wp_sp) { in FindByWatchpointSP()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h41 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 DWatchpointResource.h41 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);
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;
H A DWatchpointResourceList.h75 lldb::WatchpointResourceSP FindByWatchpointSP(lldb::WatchpointSP &wp_sp);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h94 SBWatchpoint(const lldb::WatchpointSP &wp_sp);
96 lldb::WatchpointSP GetSP() const;
98 void SetSP(const lldb::WatchpointSP &sp);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h28 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp);
H A DLua.h43 lldb::WatchpointSP wp_sp);
H A DLua.cpp108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
H A DScriptInterpreterLua.cpp308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp75 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
242 WatchpointSP watch_sp = watchpoints.GetByIndex(i); in DoExecute()
257 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
753 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
768 WatchpointSP watch_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
957 WatchpointSP watch_sp = in DoExecute()
1146 WatchpointSP watch_sp = in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp634 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()
H A DTarget.cpp863 WatchpointSP wp_sp; in CreateWatchpoint()
909 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
1237 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1266 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1293 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1309 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1323 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues()
1341 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints()
1358 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID()
1377 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h93 static PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp);
127 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp498 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP()
677 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
756 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig47 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig67 PythonObject SWIGBridge::ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp) {
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h755 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
759 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint()
1551 lldb::WatchpointSP m_last_created_watchpoint;
H A DProcess.h2170 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);
2172 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h476 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef

12