Searched refs:HistoryThread (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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;
|
| H A D | CMakeLists.txt | 5 HistoryThread.cpp
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 135 HistoryThread *history_thread = in CreateHistoryThreadFromValueObject() 136 new HistoryThread(*process_sp, tid, pcs, pcs_are_call_addresses); in CreateHistoryThreadFromValueObject()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/ |
| H A D | BUILD.gn | 24 "HistoryThread.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 491 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/ |
| H A D | Makefile | 42 HistoryThread.cpp \
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 268 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 329 ThreadSP new_thread_sp = std::make_shared<HistoryThread>( in GetBacktracesFromExtendedStopInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 598 ThreadSP new_thread_sp(new HistoryThread(*m_process, 0, pcs)); in GetBacktraceThreadFromException()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 1038 std::make_shared<HistoryThread>(*process_sp, tid, pcs); in AddThreadsForPath()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4379 lldb/source/Plugins/Process/Utility/HistoryThread.cpp 4380 lldb/source/Plugins/Process/Utility/HistoryThread.h
|