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/
DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
138 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
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/
DThreadList.h66 lldb::ThreadSP GetExpressionExecutionThread();
/openbsd/src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp155 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp115 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
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/
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/
DThreadList.cpp60 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread() function in ThreadList
DProcess.cpp6059 Thread *thread = GetThreadList().GetExpressionExecutionThread().get(); in CallVoidArgVoidPtrReturn()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1873 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()
2138 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()