Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/
H A DBUILD.gn23 "HistoryThread.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp491 originating_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceThread()
532 return_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceFromItemRef()
554 extended_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceForQueueItem()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp267 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp328 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1033 HistoryThread *history_thread = in AddThreadsForPath()
1034 new HistoryThread(*process_sp, tid, pcs); in AddThreadsForPath()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp598 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4382 lldb/source/Plugins/Process/Utility/HistoryThread.cpp
4383 lldb/source/Plugins/Process/Utility/HistoryThread.h