Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp25 HistoryThread::HistoryThread(lldb_private::Process &process, lldb::tid_t tid, in HistoryThread() function in HistoryThread
41 HistoryThread::~HistoryThread() { in ~HistoryThread()
49 lldb::RegisterContextSP HistoryThread::GetRegisterContext() { in GetRegisterContext()
59 HistoryThread::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
63 lldb::StackFrameListSP HistoryThread::GetStackFrameList() { in GetStackFrameList()
74 uint32_t HistoryThread::GetExtendedBacktraceOriginatingIndexID() { in GetExtendedBacktraceOriginatingIndexID()
H A DHistoryThread.h37 class HistoryThread : public lldb_private::Thread {
39 HistoryThread(lldb_private::Process &process, lldb::tid_t tid,
43 ~HistoryThread() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp140 HistoryThread *history_thread = in CreateHistoryThreadFromValueObject()
141 new HistoryThread(*process_sp, tid, pcs, 0, false); in CreateHistoryThreadFromValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp266 HistoryThread *history_thread = in GetBacktracesFromExtendedStopInfo()
267 new HistoryThread(*process_sp, tid, PCs, stop_id, stop_id_is_valid); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp331 HistoryThread *history_thread = in GetBacktracesFromExtendedStopInfo()
332 new HistoryThread(*process_sp, tid, PCs, stop_id, stop_id_is_valid); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp1036 HistoryThread *history_thread = in AddThreadsForPath()
1037 new HistoryThread(*process_sp, tid, pcs, stop_id, stop_id_is_valid); in AddThreadsForPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp559 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs, 0, false)); in GetBacktraceThreadFromException()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile384 SRCS+= Plugins/Process/Utility/HistoryThread.cpp