Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp105 Process::StopLocker stop_locker; in operator bool()
126 Process::StopLocker stop_locker; in GetSymbolContext()
149 Process::StopLocker stop_locker; in GetModule()
174 Process::StopLocker stop_locker; in GetCompileUnit()
198 Process::StopLocker stop_locker; in GetFunction()
222 Process::StopLocker stop_locker; in GetSymbol()
245 Process::StopLocker stop_locker; in GetBlock()
266 Process::StopLocker stop_locker; in GetFrameBlock()
287 Process::StopLocker stop_locker; in GetLineEntry()
337 Process::StopLocker stop_locker; in GetPC()
[all …]
H A DSBThread.cpp99 Process::StopLocker stop_locker; in GetQueue()
124 Process::StopLocker stop_locker; in operator bool()
146 Process::StopLocker stop_locker; in GetStopReason()
162 Process::StopLocker stop_locker; in GetStopReasonDataCount()
220 Process::StopLocker stop_locker; in GetStopReasonDataAtIndex()
343 Process::StopLocker stop_locker; in GetStopDescription()
367 Process::StopLocker stop_locker; in GetStopReturnValue()
409 Process::StopLocker stop_locker; in GetName()
426 Process::StopLocker stop_locker; in GetQueueName()
443 Process::StopLocker stop_locker; in GetQueueID()
[all …]
H A DSBProcess.cpp198 Process::StopLocker stop_locker; in GetNumThreads()
416 Process::StopLocker stop_locker; in GetThreadAtIndex()
433 Process::StopLocker stop_locker; in GetNumQueues()
452 Process::StopLocker stop_locker; in GetQueueAtIndex()
712 Process::StopLocker stop_locker; in GetThreadByID()
731 Process::StopLocker stop_locker; in GetThreadByIndexID()
858 Process::StopLocker stop_locker; in ReadMemory()
882 Process::StopLocker stop_locker; in ReadCStringFromMemory()
906 Process::StopLocker stop_locker; in ReadUnsignedFromMemory()
929 Process::StopLocker stop_locker; in ReadPointerFromMemory()
[all …]
H A DSBQueue.cpp96 Process::StopLocker stop_locker; in FetchThreads()
116 Process::StopLocker stop_locker; in FetchItems()
H A DSBQueueItem.cpp103 Process::StopLocker stop_locker; in GetExtendedBacktraceThread()
H A DSBValue.cpp108 lldb::ValueObjectSP GetSP(Process::StopLocker &stop_locker, in GetSP()
213 Process::StopLocker m_stop_locker;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp515 Process::StopLocker stop_locker; in SetTargetPtr()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h381 typedef ProcessRunLock::ProcessRunLocker StopLocker; typedef