Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp107 Process::StopLocker stop_locker; in operator bool()
126 Process::StopLocker stop_locker; in GetSymbolContext()
148 Process::StopLocker stop_locker; in GetModule()
172 Process::StopLocker stop_locker; in GetCompileUnit()
196 Process::StopLocker stop_locker; in GetFunction()
220 Process::StopLocker stop_locker; in GetSymbol()
243 Process::StopLocker stop_locker; in GetBlock()
264 Process::StopLocker stop_locker; in GetFrameBlock()
285 Process::StopLocker stop_locker; in GetLineEntry()
335 Process::StopLocker stop_locker; in GetPC()
[all …]
H A DSBThread.cpp97 Process::StopLocker stop_locker; in GetQueue()
122 Process::StopLocker stop_locker; in operator bool()
144 Process::StopLocker stop_locker; in GetStopReason()
160 Process::StopLocker stop_locker; in GetStopReasonDataCount()
221 Process::StopLocker stop_locker; in GetStopReasonDataAtIndex()
344 Process::StopLocker stop_locker; in GetStopDescription()
368 Process::StopLocker stop_locker; in GetStopReturnValue()
411 Process::StopLocker stop_locker; in GetName()
427 Process::StopLocker stop_locker; in GetQueueName()
442 Process::StopLocker stop_locker; in GetQueueID()
[all …]
H A DSBProcess.cpp194 Process::StopLocker stop_locker; in GetNumThreads()
396 Process::StopLocker stop_locker; in GetThreadAtIndex()
414 Process::StopLocker stop_locker; in GetNumQueues()
432 Process::StopLocker stop_locker; in GetQueueAtIndex()
708 Process::StopLocker stop_locker; in GetThreadByID()
726 Process::StopLocker stop_locker; in GetThreadByIndexID()
840 Process::StopLocker stop_locker; in FindRangesInMemory()
865 Process::StopLocker stop_locker; in FindInMemory()
892 Process::StopLocker stop_locker; in ReadMemory()
914 Process::StopLocker stop_locker; in ReadCStringFromMemory()
[all …]
H A DSBQueue.cpp90 Process::StopLocker stop_locker; in FetchThreads()
110 Process::StopLocker stop_locker; in FetchItems()
H A DSBQueueItem.cpp98 Process::StopLocker stop_locker; in GetExtendedBacktraceThread()
H A DSBValue.cpp106 lldb::ValueObjectSP GetSP(Process::StopLocker &stop_locker, in GetSP()
215 Process::StopLocker m_stop_locker;
H A DSBTarget.cpp2286 Process::StopLocker stop_locker; in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp147 Process::StopLocker stop_locker; in Redraw()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp510 Process::StopLocker stop_locker; in SetTargetPtr()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h395 typedef ProcessRunLock::ProcessRunLocker StopLocker; typedef