Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
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()
DHistoryThread.h33 class HistoryThread : public lldb_private::Thread {
35 HistoryThread(lldb_private::Process &process, lldb::tid_t tid,
39 ~HistoryThread() override;
DCMakeLists.txt5 HistoryThread.cpp
/openbsd/src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp135 HistoryThread *history_thread = in CreateHistoryThreadFromValueObject()
136 new HistoryThread(*process_sp, tid, pcs, pcs_are_call_addresses); in CreateHistoryThreadFromValueObject()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp491 originating_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceThread()
542 std::make_shared<HistoryThread>(*m_process, real_thread->GetIndexID(), in GetExtendedBacktraceThread()
572 return_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceFromItemRef()
594 extended_thread_sp = std::make_shared<HistoryThread>( in GetExtendedBacktraceForQueueItem()
/openbsd/src/gnu/usr.bin/clang/liblldbPluginProcess/
DMakefile42 HistoryThread.cpp \
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp268 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp329 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp598 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp1038 std::make_shared<HistoryThread>(*process_sp, tid, pcs); in AddThreadsForPath()
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4379 lldb/source/Plugins/Process/Utility/HistoryThread.cpp
4380 lldb/source/Plugins/Process/Utility/HistoryThread.h