Home
last modified time | relevance | path

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

/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.cpp856 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
920 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1026 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1167 target.GetBreakpointList(m_options.m_internal).GetListMutex(lock); in DoExecute()
1293 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1434 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1698 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1786 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1860 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1944 target.GetBreakpointList().GetListMutex(loc in DoExecute()
[all...]
H A DCommandCompletions.cpp652 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/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);
/llvm-project/lldb/source/Target/
H A DStatistics.cpp144 breakpoints.GetListMutex(lock); in ToJSON()
172 breakpoints.GetListMutex(lock); in ToJSON()
212 breakpoints.GetListMutex(lock); in SetFirstPublicStopTime()
H A DTarget.cpp262 this->GetWatchpointList().GetListMutex(lock); in GetREPL()
997 this->GetWatchpointList().GetListMutex(lock); in EnableAllowedBreakpoints()
1198 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()
1255 GetBreakpointList().GetListMutex(lock); in DisableAllWatchpoints()
/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
/llvm-project/lldb/source/API/
H A DSBTarget.cpp1314 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1330 target_sp->GetWatchpointList().GetListMutex(lock);
1392 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1406 target_sp->GetWatchpointList().GetListMutex(lock); in CreateValueFromAddress()
1472 target_sp->GetWatchpointList().GetListMutex(lock); in AppendImageSearchPath()
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5514 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()