Searched refs:HistoryThread (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryThread.cpp | 28 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 D | HistoryThread.h | 33 class HistoryThread : public lldb_private::Thread { 35 HistoryThread(lldb_private::Process &process, lldb::tid_t tid, 39 ~HistoryThread() override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
H A D | MemoryHistoryASan.cpp | 133 HistoryThread *history_thread = in CreateHistoryThreadFromValueObject() 134 new HistoryThread(*process_sp, tid, pcs, pcs_are_call_addresses); in CreateHistoryThreadFromValueObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 269 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 11 #include "Plugins/Process/Utility/HistoryThread.h" 326 // We gather symbolication addresses above, so no need for HistoryThread to in GetBacktracesFromExtendedStopInfo() 329 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 602 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 1041 std::make_shared<HistoryThread>(*process_sp, tid, pcs); in AddThreadsForPath()
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 482 SRCS+= Plugins/Process/Utility/HistoryThread.cpp
|