Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/API/
H A DSBWatchpoint.cpp54 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
87 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
99 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
114 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
129 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
142 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
162 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
175 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
188 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
200 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetIgnoreCount()
[all …]
H A DSBTarget.cpp1309 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1328 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
H A DSBValue.cpp1450 WatchpointSP watchpoint_sp = in Watch()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpointList.cpp53 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 DWatchpoint.cpp331 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData()
345 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint()
378 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent()
380 WatchpointSP wp_sp; in GetWatchpointFromEvent()
/llvm-project-15.0.7/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 DWatchpoint.h30 const lldb::WatchpointSP &new_watchpoint_sp);
40 lldb::WatchpointSP &GetWatchpoint();
47 static lldb::WatchpointSP
55 lldb::WatchpointSP m_new_watchpoint_sp;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBWatchpoint.h22 SBWatchpoint(const lldb::WatchpointSP &wp_sp);
65 lldb::WatchpointSP GetSP() const;
67 void SetSP(const lldb::WatchpointSP &sp);
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DSWIGLuaBridge.h24 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.cpp307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DLuaTests.cpp25 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) { in LLDBSwigLuaWatchpointCallbackFunction()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp491 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP()
603 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
646 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp635 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry()
672 WatchpointSP watchpoint_sp;
706 WatchpointSP wp_sp( in ShouldStopSynchronous()
748 WatchpointSP wp_sp( in PerformAction()
819 WatchpointSP wp_hit_sp = in PerformAction()
H A DTarget.cpp816 WatchpointSP wp_sp; in CreateWatchpoint()
850 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
1178 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints()
1207 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints()
1234 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints()
1250 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts()
1264 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues()
1282 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints()
1299 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID()
1318 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in EnableWatchpointByID()
[all …]
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-wrapper.swig45 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) {
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h76 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig85 PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp) {
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp66 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp) { in LLDBSwigPythonWatchpointCallbackFunction()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp73 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
761 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
776 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
H A DCommandCompletions.cpp779 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h729 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size,
733 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint()
1508 lldb::WatchpointSP m_last_created_watchpoint;
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h449 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp408 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop()

12