Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp229 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
310 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
388 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
508 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
638 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
767 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
DCommandObjectBreakpoint.cpp853 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
925 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1040 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1195 target.GetBreakpointList(m_options.m_internal).GetListMutex(lock); in DoExecute()
1325 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1478 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1746 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1842 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
1929 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
2018 target.GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
DCommandCompletions.cpp625 target->GetBreakpointList().GetListMutex(lock); in Breakpoints()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointList.h145 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
DWatchpointList.h185 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointList.cpp192 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
DWatchpointList.cpp249 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1395 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1413 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1465 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1479 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1550 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/external/llvm-project/lldb/source/Target/
DTarget.cpp180 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
823 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1024 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1081 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()