Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBWatchpoint.cpp35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint()
75 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
102 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
115 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
130 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
145 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
158 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
169 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
183 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
201 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
[all …]
HDSystemInitializerFull.cpp87 const lldb::WatchpointSP& sb_wp);
HDSBTarget.cpp1302 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1328 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
HDSBValue.cpp1827WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpointList.cpp34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify) in Add()
69 const WatchpointSP
72 WatchpointSP wp_sp; in FindByAddress()
87 const WatchpointSP
90 WatchpointSP wp_sp; in FindBySpec()
113 bool operator() (const WatchpointSP &wp) const in operator ()()
136 WatchpointSP
139 WatchpointSP wp_sp; in FindByID()
151 WatchpointSP wp_sp = FindByAddress (addr); in FindIDByAddress()
162 WatchpointSP wp_sp = FindBySpec (spec); in FindIDBySpec()
[all …]
HDWatchpoint.cpp414 const WatchpointSP &new_watchpoint_sp) : in WatchpointEventData()
439 WatchpointSP &
479 WatchpointSP
482 WatchpointSP wp_sp; in GetWatchpointFromEvent()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDWatchpointList.h61 Add (const lldb::WatchpointSP& wp_sp, bool notify);
87 const lldb::WatchpointSP
102 const lldb::WatchpointSP
117 lldb::WatchpointSP
156 lldb::WatchpointSP
170 const lldb::WatchpointSP
256 typedef std::list<lldb::WatchpointSP> wp_collection;
HDWatchpoint.h49 const lldb::WatchpointSP &new_watchpoint_sp);
57 lldb::WatchpointSP &
66 static lldb::WatchpointSP
75 lldb::WatchpointSP m_new_watchpoint_sp;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBWatchpoint.h25 SBWatchpoint (const lldb::WatchpointSP &wp_sp);
78 lldb::WatchpointSP
82 SetSP (const lldb::WatchpointSP &sp);
98 lldb::WatchpointSP m_opaque_sp;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp379 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
415 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
455 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp610 WatchpointSP
618 WatchpointSP wp_sp; in CreateWatchpoint()
646 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
833 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()
868 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()
901 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()
923 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()
943 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues()
967 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()
987 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in DisableWatchpointByID()
[all …]
HDStopInfo.cpp665WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
709WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
759WatchpointSP wp_hit_sp = thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress(m_watch_h… in PerformAction()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h818 lldb::WatchpointSP
825 lldb::WatchpointSP
1466 lldb::WatchpointSP m_last_created_watchpoint;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.cpp69 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
528 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp92 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
859 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
878 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h46 const lldb::WatchpointSP &wp_sp);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h436 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1996WatchpointSP wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2446 WatchpointSP wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2046 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()