Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp221 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
224 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
380 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
382 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
497 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
499 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
625 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
627 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
[all …]
H A DCommandObjectWatchpointCommand.cpp402 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
429 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
510 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
536 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
578 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
604 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
H A DCommandCompletions.cpp776 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp305 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
418 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
461 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp691 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in ShouldStopSynchronous()
733 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
804 thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress( in PerformAction()
H A DTarget.cpp181 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
835 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1399 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1412 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1427 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1445 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1446 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1497 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1511 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1582 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp302 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h715 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1881 wp_sp = GetTarget().GetWatchpointList().FindByAddress( in SetThreadStopInfo()
1885 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2300 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2379 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()