Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp372 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
399 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
479 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
505 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
546 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
572 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
H A DCommandObjectWatchpoint.cpp223 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
226 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
306 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
378 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
380 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
492 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
494 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
617 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
619 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
[all …]
H A DCommandCompletions.cpp792 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp499 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
679 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
758 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1275 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1287 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1300 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1316 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1317 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1378 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1392 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1458 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp794 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
886 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
H A DTarget.cpp185 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
908 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp157 target_sp->GetWatchpointList().FindByID(wvc->watch_id); in VariableWatchpointDisabler()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h763 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2101 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()