Searched refs:ThreadElfCore (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h1 //===-- ThreadElfCore.h -----------------------------------------*- C++ -*-===//
135 class ThreadElfCore : public lldb_private::Thread { class in inherits:lldb_private::Thread
137 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);
139 ~ThreadElfCore() override;
H A DThreadElfCore.cpp1 //===-- ThreadElfCore.cpp --------------------------------------*- C++ -*-===//
43 #include "ThreadElfCore.h"
51 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) function in class:ThreadElfCore
55 ThreadElfCore::~ThreadElfCore() { DestroyThread(); }
57 void ThreadElfCore::RefreshStateAfterStop() {
61 RegisterContextSP ThreadElfCore::GetRegisterContext() {
69 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) {
247 bool ThreadElfCore
[all...]
H A DProcessElfCore.cpp33 #include "ThreadElfCore.h"
269 lldb::ThreadSP thread_sp(new ThreadElfCore(*this, td));
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile451 SRCS+= Plugins/Process/elf-core/ThreadElfCore.cpp

Completed in 68 milliseconds