Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp52 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) in ThreadElfCore() function in ThreadElfCore
57 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
59 void ThreadElfCore::RefreshStateAfterStop() { in RefreshStateAfterStop()
63 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
71 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
239 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.cpp289 lldb::ThreadSP thread_sp(new ThreadElfCore(*this, td)); in DoUpdateThreadList()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile522 SRCS+= Plugins/Process/elf-core/ThreadElfCore.cpp