| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | 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() 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() [all …]
|
| H A D | SBTarget.cpp | 1309 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() 1328 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
|
| H A D | SBValue.cpp | 1450 WatchpointSP watchpoint_sp = in Watch()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() 52 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() 53 WatchpointSP wp_sp; in FindByAddress() 70 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec() 71 WatchpointSP wp_sp; in FindBySpec() 89 bool operator()(const WatchpointSP &wp) const { in operator ()() 111 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() 112 WatchpointSP wp_sp; in FindByID() 122 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() 130 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() [all …]
|
| H A D | Watchpoint.cpp | 335 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() 349 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint() 382 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent() 384 WatchpointSP wp_sp; in GetWatchpointFromEvent()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | SWIGLuaBridge.h | 24 lua_State *L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp);
|
| H A D | Lua.h | 43 lldb::WatchpointSP wp_sp);
|
| H A D | Lua.cpp | 108 lldb::WatchpointSP wp_sp) { in CallWatchpointCallback()
|
| H A D | ScriptInterpreterLua.cpp | 307 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 628 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry() 665 WatchpointSP watchpoint_sp; 697 WatchpointSP watch_sp) in ThreadPlanStepOverWatchpoint() 761 WatchpointSP m_watch_sp; 791 WatchpointSP wp_sp( in ShouldStopSynchronous() 886 WatchpointSP wp_sp( in PerformAction() 912 WatchpointSP wp_hit_sp = in PerformAction()
|
| H A D | Target.cpp | 813 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() 822 WatchpointSP wp_sp; in CreateWatchpoint() 856 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint() 1188 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in RemoveAllWatchpoints() 1217 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in DisableAllWatchpoints() 1244 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in EnableAllWatchpoints() 1260 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHitCounts() 1274 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in ClearAllWatchpointHistoricValues() 1292 for (WatchpointSP wp_sp : m_watchpoint_list.Watchpoints()) { in IgnoreAllWatchpoints() 1309 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 74 PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp); 113 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 495 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() 679 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() 722 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 45 lua_State * L, lldb::StackFrameSP stop_frame_sp, lldb::WatchpointSP wp_sp) {
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 67 PythonObject ToSWIGWrapper(lldb::WatchpointSP watchpoint_sp) {
|
| H A D | python-wrapper.swig | 70 const lldb::StackFrameSP &frame_sp, const lldb::WatchpointSP &wp_sp) {
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 73 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 D | CommandCompletions.cpp | 779 for (lldb::WatchpointSP wp_sp : wp_list.Watchpoints()) { in WatchPointIDs()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 732 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size, 736 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint() 1520 lldb::WatchpointSP m_last_created_watchpoint;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 459 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 408 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1758 WatchpointSP wp_sp; in SetThreadStopInfo() 2198 WatchpointSP wp_sp = in SetThreadStopInfo() 5192 WatchpointSP wp = wps.GetByIndex(i); in DidForkSwitchHardwareTraps()
|