Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp842 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
914 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1028 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1307 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1456 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1726 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1819 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1903 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1989 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
2276 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
H A 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()
H A DCommandCompletions.cpp627 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h145 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
H A DWatchpointList.h191 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointList.cpp189 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
H A DWatchpointList.cpp248 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp118 breakpoints.GetListMutex(lock); in ToJSON()
H A DTarget.cpp182 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
849 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1050 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1107 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()
/llvm-project-15.0.7/lldb/source/API/
H A 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()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5491 breakpoints.GetListMutex(lock); in TreeDelegateGenerateChildren()