Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp833 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
905 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1019 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1300 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1450 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1722 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1816 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1901 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1988 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
2185 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()
497 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
625 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
752 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
H A DCommandCompletions.cpp625 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp192 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
H A DWatchpointList.cpp248 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1427 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1445 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1497 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1511 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1582 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp181 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
835 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1036 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1093 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()