Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp253 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
328 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
400 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
474 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
598 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
727 target->GetWatchpointList().GetListMutex(lock); in DoExecute()
H A DCommandObjectBreakpoint.cpp1010 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
1081 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
1196 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
1516 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
1667 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
1937 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
2035 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
2120 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
2220 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
2367 target->GetBreakpointList().GetListMutex(lock); in DoExecute()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h172 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
H A DWatchpointList.h224 void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointList.cpp189 void BreakpointList::GetListMutex( in GetListMutex() function in BreakpointList
H A DWatchpointList.cpp250 void WatchpointList::GetListMutex( in GetListMutex() function in WatchpointList
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1330 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteWatchpoint()
1351 target_sp->GetWatchpointList().GetListMutex(lock); in FindWatchpointByID()
1412 target_sp->GetWatchpointList().GetListMutex(lock); in EnableAllWatchpoints()
1424 target_sp->GetWatchpointList().GetListMutex(lock); in DisableAllWatchpoints()
1512 target_sp->GetWatchpointList().GetListMutex(lock); in DeleteAllWatchpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp174 this->GetWatchpointList().GetListMutex(lock); in CleanupProcess()
832 this->GetWatchpointList().GetListMutex(lock); in CreateWatchpoint()
1045 GetBreakpointList().GetListMutex(lock); in SerializeBreakpointsToFile()
1102 GetBreakpointList().GetListMutex(lock); in CreateBreakpointsFromFile()