Home
last modified time | relevance | path

Searched refs:GetWatchpointList (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp250 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
253 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
328 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
330 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
400 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
402 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
474 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
476 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
598 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
600 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
[all …]
H A DCommandObjectWatchpointCommand.cpp402 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
432 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
520 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
549 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
601 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
630 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp465 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
503 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
545 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1307 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1317 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1330 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1351 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1352 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1412 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1424 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1512 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp62 const WatchpointList &wp_list = target.GetWatchpointList(); in FreeBSDThread()
515 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp662 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in ShouldStopSynchronous()
705 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
776 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp174 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
832 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h675 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1941 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1945 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2364 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2319 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()