Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp133 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 DInstrumentationRuntimeMainThreadChecker.cpp269 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp11 #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 DAppleObjCRuntime.cpp602 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1041 std::make_shared<HistoryThread>(*process_sp, tid, pcs); in AddThreadsForPath()
/freebsd/lib/clang/liblldb/
H A DMakefile482 SRCS+= Plugins/Process/Utility/HistoryThread.cpp