Home
last modified time | relevance | path

Searched defs:wp_sp (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Breakpoint/
DWatchpointList.cpp34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify) in Add()
72 WatchpointSP wp_sp; in FindByAddress() local
90 WatchpointSP wp_sp; in FindBySpec() local
139 WatchpointSP wp_sp; in FindByID() local
151 WatchpointSP wp_sp = FindByAddress (addr); in FindIDByAddress() local
162 WatchpointSP wp_sp = FindBySpec (spec); in FindIDBySpec() local
174 WatchpointSP wp_sp; in GetByIndex() local
188 WatchpointSP wp_sp; in GetByIndex() local
215 WatchpointSP wp_sp = *pos; in Remove() local
243 WatchpointSP wp_sp = FindByID (watch_id); in ShouldStop() local
DWatchpoint.cpp482 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp370 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
405 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
/external/lldb/source/Target/
DTarget.cpp561 WatchpointSP wp_sp; in CreateWatchpoint() local
776 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints() local
811 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints() local
844 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints() local
866 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts() local
890 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints() local
910 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in DisableWatchpointByID() local
933 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in EnableWatchpointByID() local
976 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in IgnoreWatchpointByID() local
DStopInfo.cpp607 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous() local
651 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction() local
/external/lldb/source/API/
DSBWatchpoint.cpp35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp460 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify() local
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp865 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() local
884 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() local
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2294 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction() local