Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
129 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
191 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h67 lldb::ThreadSP GetExpressionExecutionThread();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp162 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp119 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp903 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
1062 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp58 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread() function in ThreadList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1277 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMapDynamic()
1531 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMapSharedCache()