Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBWatchpoint.cpp35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint()
73 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetID()
98 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetError()
111 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHardwareIndex()
126 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchAddress()
141 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetWatchSize()
154 lldb::WatchpointSP watchpoint_sp(GetSP()); in SetEnabled()
165 lldb::WatchpointSP watchpoint_sp(GetSP()); in IsEnabled()
179 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetHitCount()
196 lldb::WatchpointSP watchpoint_sp(GetSP()); in GetIgnoreCount()
[all …]
DSBTarget.cpp1775 lldb::WatchpointSP watchpoint_sp; in FindWatchpointByID()
1801 lldb::WatchpointSP watchpoint_sp; in WatchAddress()
DSBValue.cpp1665WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); in Watch()
/external/lldb/source/Breakpoint/
DWatchpointList.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 …]
DWatchpoint.cpp414 const WatchpointSP &new_watchpoint_sp) : in WatchpointEventData()
439 WatchpointSP &
479 WatchpointSP
482 WatchpointSP wp_sp; in GetWatchpointFromEvent()
/external/lldb/include/lldb/Breakpoint/
DWatchpointList.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;
DWatchpoint.h48 const lldb::WatchpointSP &new_watchpoint_sp);
56 lldb::WatchpointSP &
65 static lldb::WatchpointSP
74 lldb::WatchpointSP m_new_watchpoint_sp;
/external/lldb/include/lldb/API/
DSBWatchpoint.h25 SBWatchpoint (const lldb::WatchpointSP &wp_sp);
78 lldb::WatchpointSP
82 SetSP (const lldb::WatchpointSP &sp);
98 lldb::WatchpointSP m_opaque_sp;
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp370 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
405 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException()
/external/lldb/source/Target/
DTarget.cpp553 WatchpointSP
561 WatchpointSP wp_sp; in CreateWatchpoint()
589 WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr); in CreateWatchpoint()
776 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints()
811 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints()
844 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints()
866 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts()
890 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints()
910 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in DisableWatchpointByID()
933 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in EnableWatchpointByID()
[all …]
DStopInfo.cpp607WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
651WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction()
/external/lldb/include/lldb/Target/
DTarget.h576 lldb::WatchpointSP
583 lldb::WatchpointSP
1189 lldb::WatchpointSP m_last_created_watchpoint;
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
460 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp98 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
865 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
884 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute()
/external/lldb/include/lldb/Interpreter/
DScriptInterpreter.h95 const lldb::WatchpointSP &wp_sp);
/external/lldb/include/lldb/
Dlldb-forward.h372 typedef std::shared_ptr<lldb_private::Watchpoint> WatchpointSP; typedef
/external/lldb/scripts/Python/
Dpython-wrapper.swig255 const lldb::WatchpointSP& wp_sp
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp80 const lldb::WatchpointSP& sb_wp);
2294 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction()