Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp221 target.GetWatchpointList().GetListMutex(lock); in DoExecute()
294 target.GetWatchpointList().GetListMutex(lock); in DoExecute()
363 target.GetWatchpointList().GetListMutex(lock); in DoExecute()
472 target.GetWatchpointList().GetListMutex(lock); in DoExecute()
592 target.GetWatchpointList().GetListMutex(lock); in DoExecute()
711 target.GetWatchpointList().GetListMutex(lock); in DoExecute()
H A DCommandObjectBreakpoint.cpp872 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
936 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1045 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1188 target.GetBreakpointList(m_options.m_internal).GetListMutex(lock); in DoExecute()
1314 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1455 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1722 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1810 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1884 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1968 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
H A DCommandCompletions.cpp661 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h148 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
H A DWatchpointList.h190 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp156 breakpoints.GetListMutex(lock); in ToJSON()
184 breakpoints.GetListMutex(lock); in ToJSON()
224 breakpoints.GetListMutex(lock); in Reset()
H A DTarget.cpp264 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
999 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1200 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1257 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp198 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
H A DWatchpointList.cpp249 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1273 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1289 target_sp->GetWatchpointList().GetListMutex(lock); 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/Core/
H A DIOHandlerCursesGUI.cpp5516 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()