Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp40 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
137 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h67 lldb::ThreadSP GetExpressionExecutionThread();
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp153 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp64 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp511 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
683 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp59 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread() function in ThreadList
H A DProcess.cpp6363 Thread *thread = GetThreadList().GetExpressionExecutionThread().get(); in CallVoidArgVoidPtrReturn()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2001 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()
2266 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()