Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp31 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 …]
DSBTarget.cpp1408 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1429 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
DSBValue.cpp1484 WatchpointSP watchpoint_sp = in Watch()
/external/llvm-project/lldb/source/Breakpoint/
DWatchpointList.cpp21 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 …]
DWatchpoint.cpp332 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/
DWatchpointList.h47 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;
DWatchpoint.h30 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/
DSBWatchpoint.h22 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/
DStopInfoMachException.cpp304 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/
DStopInfo.cpp581 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()
DTarget.cpp786 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/
DPythonTestSuite.cpp90 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp) { in LLDBSwigPythonWatchpointCallbackFunction()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp63 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/
DCommandObjectWatchpoint.cpp73 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()
DCommandCompletions.cpp779 const lldb::WatchpointSP wp_sp = wp_list.GetByIndex(idx); in WatchPointIDs()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h699 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/
Dlldb-forward.h467 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp420 if (lldb::WatchpointSP wp_sp = in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp97 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/
Dpython-wrapper.swig97 const lldb::WatchpointSP& wp_sp
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1854 WatchpointSP wp_sp; in SetThreadStopInfo()
2282 WatchpointSP wp_sp = in SetThreadStopInfo()