Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp40 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
134 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMunmap()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp472 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceThread()
514 m_process->GetThreadList().GetExpressionExecutionThread()); in GetExtendedBacktraceFromItemRef()
687 m_process->GetThreadList().GetExpressionExecutionThread()); in PopulateQueueList()
752 m_process->GetThreadList().GetExpressionExecutionThread()); in GetPendingItemRefsForQueue()
847 m_process->GetThreadList().GetExpressionExecutionThread()); in CompleteQueueItem()
/external/llvm-project/lldb/include/lldb/Target/
DThreadList.h66 lldb::ThreadSP GetExpressionExecutionThread();
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp165 process_sp->GetThreadList().GetExpressionExecutionThread(); in GetHistoryThreads()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp119 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp546 ThreadSP thread_sp(process->GetThreadList().GetExpressionExecutionThread()); in EvaluateLibdlExpression()
703 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in DoLoadImage()
/external/llvm-project/lldb/source/Target/
DThreadList.cpp59 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread() function in ThreadList
DProcess.cpp6144 Thread *thread = GetThreadList().GetExpressionExecutionThread().get(); in CallVoidArgVoidPtrReturn()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1301 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMapDynamic()
1545 ThreadSP thread_sp = process->GetThreadList().GetExpressionExecutionThread(); in UpdateISAToDescriptorMapSharedCache()