Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpointList.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
HDWatchpoint.cpp482 WatchpointSP wp_sp; in GetWatchpointFromEvent() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp379 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
415 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
455 lldb::WatchpointSP wp_sp; in CreateStopReasonWithMachException() local
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp618 WatchpointSP wp_sp; in CreateWatchpoint() local
833 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in RemoveAllWatchpoints() local
868 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in DisableAllWatchpoints() local
901 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in EnableAllWatchpoints() local
923 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHitCounts() local
943 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in ClearAllWatchpointHistoricValues() local
967 WatchpointSP wp_sp = m_watchpoint_list.GetByIndex(i); in IgnoreAllWatchpoints() local
987 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in DisableWatchpointByID() local
1010 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in EnableWatchpointByID() local
1053 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id); in IgnoreWatchpointByID() local
HDStopInfo.cpp665 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous() local
709 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction() local
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBWatchpoint.cpp35 SBWatchpoint::SBWatchpoint (const lldb::WatchpointSP &wp_sp) : in SBWatchpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp859 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute() local
878 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]); in DoExecute() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.cpp528 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1996 … WatchpointSP wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo() local
2446 WatchpointSP wp_sp = GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo() local
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2046 WatchpointSP wp_sp = target->GetWatchpointList().FindByID (watch_id); in WatchpointCallbackFunction() local