Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp53 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) in ThreadElfCore() function in ThreadElfCore
58 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
60 void ThreadElfCore::RefreshStateAfterStop() { in RefreshStateAfterStop()
64 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
72 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
245 bool ThreadElfCore::CalculateStopInfo() { in CalculateStopInfo()
H A DThreadElfCore.h136 class ThreadElfCore : public lldb_private::Thread {
138 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);
140 ~ThreadElfCore() override;
H A DProcessElfCore.cpp299 lldb::ThreadSP thread_sp(new ThreadElfCore(*this, td)); in DoUpdateThreadList()
/freebsd/lib/clang/liblldb/
H A DMakefile534 SRCS+= Plugins/Process/elf-core/ThreadElfCore.cpp