Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
138 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp473 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceThread()
555 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceFromItemRef()
729 m_process->GetThreadList().GetExpressionExecutionThread()); in PopulateQueueList()
794 m_process->GetThreadList().GetExpressionExecutionThread()); in GetPendingItemRefsForQueue()
889 m_process->GetThreadList().GetExpressionExecutionThread()); in CompleteQueueItem()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h66 lldb::ThreadSP GetExpressionExecutionThread();
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp155 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp115 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp173 ThreadSP thread = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
756 ThreadSP thread = process->GetThreadList().GetExpressionExecutionThread(); in EvaluateLoaderExpression()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp509 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
681 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp60 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread() function in ThreadList
H A DProcess.cpp6059 Thread *thread = GetThreadList().GetExpressionExecutionThread().get(); in CallVoidArgVoidPtrReturn()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1873 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()
2138 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()