Searched refs:HistoryThread (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.cpp | 25 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 D | HistoryThread.h | 37 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 D | MemoryHistoryASan.cpp | 140 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 D | MainThreadCheckerRuntime.cpp | 266 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 D | UBSanRuntime.cpp | 331 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 D | TSanRuntime.cpp | 1036 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 D | AppleObjCRuntime.cpp | 559 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs, 0, false)); in GetBacktraceThreadFromException()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 384 SRCS+= Plugins/Process/Utility/HistoryThread.cpp
|