/external/llvm-project/lldb/source/API/ |
D | SBWatchpoint.cpp | 31 SBWatchpoint::SBWatchpoint(const lldb::WatchpointSP &wp_sp) in SBWatchpoint() 33 LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &), wp_sp); in SBWatchpoint() 56 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID() 91 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError() 103 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex() 118 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress() 133 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize() 146 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled() 166 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled() 179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount() [all …]
|
D | SBTarget.cpp | 1408 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID() 1429 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
|
D | SBValue.cpp | 1484 WatchpointSP watchpoint_sp = in Watch()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | WatchpointList.cpp | 21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add() 53 const WatchpointSP WatchpointList::FindByAddress(lldb::addr_t addr) const { in FindByAddress() 54 WatchpointSP wp_sp; in FindByAddress() 71 const WatchpointSP WatchpointList::FindBySpec(std::string spec) const { in FindBySpec() 72 WatchpointSP wp_sp; in FindBySpec() 90 bool operator()(const WatchpointSP &wp) const { in operator ()() 112 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID() 113 WatchpointSP wp_sp; in FindByID() 123 WatchpointSP wp_sp = FindByAddress(addr); in FindIDByAddress() 131 WatchpointSP wp_sp = FindBySpec(spec); in FindIDBySpec() [all …]
|
D | Watchpoint.cpp | 332 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() 347 WatchpointSP &Watchpoint::WatchpointEventData::GetWatchpoint() { in GetWatchpoint() 380 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent() 382 WatchpointSP wp_sp; in GetWatchpointFromEvent()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | WatchpointList.h | 47 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify); 64 const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const; 75 const lldb::WatchpointSP FindBySpec(std::string spec) const; 86 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const; 115 lldb::WatchpointSP GetByIndex(uint32_t i); 126 const lldb::WatchpointSP GetByIndex(uint32_t i) const; 188 typedef std::list<lldb::WatchpointSP> wp_collection;
|
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;
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBWatchpoint.h | 22 SBWatchpoint(const lldb::WatchpointSP &wp_sp); 65 lldb::WatchpointSP GetSP() const; 67 void SetSP(const lldb::WatchpointSP &sp);
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 304 lldb::WatchpointSP wp_sp = in GetStopInfoForHardwareBP() 416 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() 459 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 581 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry() 618 WatchpointSP watchpoint_sp; 653 WatchpointSP wp_sp( in ShouldStopSynchronous() 695 WatchpointSP wp_sp( in PerformAction() 766 WatchpointSP wp_hit_sp = in PerformAction()
|
D | Target.cpp | 786 WatchpointSP Target::CreateWatchpoint(lldb::addr_t addr, size_t size, in CreateWatchpoint() 795 WatchpointSP wp_sp; in CreateWatchpoint() 824 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint() 1154 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints() 1185 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints() 1214 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints() 1232 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts() 1248 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues() 1268 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints() 1285 WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id); in DisableWatchpointByID() [all …]
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonTestSuite.cpp | 90 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp) { in LLDBSwigPythonWatchpointCallbackFunction()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.cpp | 63 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in FreeBSDThread() 500 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpoint.cpp | 73 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs() 780 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() 796 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
|
D | CommandCompletions.cpp | 779 const lldb::WatchpointSP wp_sp = wp_list.GetByIndex(idx); in WatchPointIDs()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 699 lldb::WatchpointSP CreateWatchpoint(lldb::addr_t addr, size_t size, 703 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint() 1395 lldb::WatchpointSP m_last_created_watchpoint;
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-forward.h | 467 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 420 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 97 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp); 2355 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
|
/external/llvm-project/lldb/bindings/python/ |
D | python-wrapper.swig | 97 const lldb::WatchpointSP& wp_sp
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1854 WatchpointSP wp_sp; in SetThreadStopInfo() 2282 WatchpointSP wp_sp = in SetThreadStopInfo()
|