Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp361 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
388 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
456 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
482 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
511 const WatchpointList &watchpoints = target.GetWatchpointList(); in DoExecute()
537 Watchpoint *wp = target.GetWatchpointList().FindByID(cur_wp_id).get(); in DoExecute()
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 DCommandCompletions.cpp816 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1250 return target_sp->GetWatchpointList().GetSize(); in GetNumWatchpoints()
1261 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1273 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1289 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1290 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
1352 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1365 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1430 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp321 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()
/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/source/Target/
H A DStopInfo.cpp815 thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous()
907 thread_sp->CalculateTarget()->GetWatchpointList().FindByID( in PerformAction()
H A DTarget.cpp264 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
999 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h806 WatchpointList &GetWatchpointList() { return m_watchpoint_list; } in GetWatchpointList() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1962 WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id); in WatchpointCallbackFunction()