Home
last modified time | relevance | path

Searched refs:HistoryThread (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp28 HistoryThread::HistoryThread(lldb_private::Process &process, lldb::tid_t tid, in HistoryThread() function in HistoryThread
43 HistoryThread::~HistoryThread() { in ~HistoryThread()
50 lldb::RegisterContextSP HistoryThread::GetRegisterContext() { in GetRegisterContext()
60 HistoryThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
64 lldb::StackFrameListSP HistoryThread::GetStackFrameList() { in GetStackFrameList()
76 uint32_t HistoryThread::GetExtendedBacktraceOriginatingIndexID() { in GetExtendedBacktraceOriginatingIndexID()
H A DHistoryThread.h33 class HistoryThread : public lldb_private::Thread {
35 HistoryThread(lldb_private::Process &process, lldb::tid_t tid,
39 ~HistoryThread() override;
H A DCMakeLists.txt5 HistoryThread.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp135 HistoryThread *history_thread = in CreateHistoryThreadFromValueObject()
136 new HistoryThread(*process_sp, tid, pcs, pcs_are_call_addresses); in CreateHistoryThreadFromValueObject()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/
H A DBUILD.gn24 "HistoryThread.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp491 originating_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceThread()
542 std::make_shared<HistoryThread>(*m_process, real_thread->GetIndexID(), in GetExtendedBacktraceThread()
572 return_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceFromItemRef()
594 extended_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceForQueueItem()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile42 HistoryThread.cpp \
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp268 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp329 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp598 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1038 std::make_shared<HistoryThread>(*process_sp, tid, pcs); in AddThreadsForPath()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4379 lldb/source/Plugins/Process/Utility/HistoryThread.cpp
4380 lldb/source/Plugins/Process/Utility/HistoryThread.h