Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp218 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
221 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
294 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
296 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
363 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
365 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
472 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
474 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
592 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
594 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
[all …]
H A DCommandObjectWatchpointCommand.cpp360 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
387 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
455 const WatchpointList &watchpoints = target->GetWatchpointList(); in DoExecute()
481 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()
H A DCommandCompletions.cpp807 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1282 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1294 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1307 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1323 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1324 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1385 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1399 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1465 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp682 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
739 wp_sp = target->GetWatchpointList().FindByAddress( in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp308 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/freebsd/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.cpp186 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
909 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp161 target_sp->GetWatchpointList().FindByID(wvc->watch_id); in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h774 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1995 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()