Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectBreakpoint.cpp843 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
915 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1029 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1180 target.GetBreakpointList(m_options.m_internal).GetListMutex(lock); in DoExecute()
1308 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1457 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1727 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1820 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1904 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1990 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
DCommandObjectWatchpoint.cpp224 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
304 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
380 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
496 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
623 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
749 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
DCommandCompletions.cpp627 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointList.h148 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
DWatchpointList.h191 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointList.cpp195 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
DWatchpointList.cpp248 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/openbsd/src/gnu/llvm/lldb/source/Target/
DStatistics.cpp133 breakpoints.GetListMutex(lock); in ToJSON()
DTarget.cpp183 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
855 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1060 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1117 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp1298 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1314 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1364 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1378 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1444 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp5493 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()