Home
last modified time | relevance | path

Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBQueueItem.cpp106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
H A DSBThread.cpp1263 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp273 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp336 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp599 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2101 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function