Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp840 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
909 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1020 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1295 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1441 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1710 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1805 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1886 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1970 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
2255 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
H A DCommandObjectWatchpoint.cpp226 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
378 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
492 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
617 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
741 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
H A DCommandCompletions.cpp637 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h148 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
H A DWatchpointList.h191 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp198 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
H A DWatchpointList.cpp251 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp133 breakpoints.GetListMutex(lock); in ToJSON()
H A DTarget.cpp185 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
908 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1109 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1166 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1300 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1316 target_sp->GetWatchpointList().GetListMutex(lock); 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/Core/
H A DIOHandlerCursesGUI.cpp5514 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()