Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBWatchpoint.cpp31 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 …]
HDSBTarget.cpp1318 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1349 lldb::WatchpointSP watchpoint_sp; in WatchpointCreateByAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointList.cpp20 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 …]
HDWatchpointResource.cpp52 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()
HDWatchpoint.cpp160 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/
HDWatchpointList.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;
HDWatchpointResource.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);
HDWatchpoint.h30 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/
HDSBWatchpoint.h94 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/
HDCommandObjectWatchpoint.cpp75 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()
HDCommandCompletions.cpp808 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDSWIGLuaBridge.h28 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp);
HDLua.h43 lldb::WatchpointSP wp_sp);
HDLua.cpp108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
HDScriptInterpreterLua.cpp308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.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()
HDTarget.cpp855 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/
HDSWIGPythonBridge.h94 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/
HDlua-wrapper.swig47 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp680 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/
HDProcessGDBRemote.h161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-swigsafecast.swig63 PythonObject SWIGBridge::ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h766 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
770 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint()
1564 lldb::WatchpointSP m_last_created_watchpoint;
HDProcess.h2195 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/
HDlldb-forward.h484 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef

12