Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
136 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp473 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceThread()
515 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceFromItemRef()
688 m_process->GetThreadList().GetExpressionExecutionThread()); in PopulateQueueList()
753 m_process->GetThreadList().GetExpressionExecutionThread()); in GetPendingItemRefsForQueue()
848 m_process->GetThreadList().GetExpressionExecutionThread()); in CompleteQueueItem()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadList.h66 lldb::ThreadSP GetExpressionExecutionThread();
/llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp155 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp115 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp172 ThreadSP thread = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
750 ThreadSP thread = process->GetThreadList().GetExpressionExecutionThread(); in EvaluateLoaderExpression()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp508 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
680 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp60 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread() function in ThreadList
H A DProcess.cpp6036 Thread *thread = GetThreadList().GetExpressionExecutionThread().get(); in CallVoidArgVoidPtrReturn()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1873 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()
2135 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMap()