Home
last modified time | relevance | path

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

/src/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.cpp845 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
909 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1015 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1156 target.GetBreakpointList(m_options.m_internal).GetListMutex(lock); in DoExecute()
1282 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1423 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1682 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1770 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1844 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1928 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
H A DCommandCompletions.cpp652 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/src/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);
/src/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp144 breakpoints.GetListMutex(lock); in ToJSON()
172 breakpoints.GetListMutex(lock); in ToJSON()
H A DTarget.cpp186 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
909 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1110 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1167 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()
/src/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
/src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1307 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1323 target_sp->GetWatchpointList().GetListMutex(lock); 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()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5514 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()