Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp50 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) in ThreadElfCore() function in ThreadElfCore
54 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
56 void ThreadElfCore::RefreshStateAfterStop() { in RefreshStateAfterStop()
60 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
68 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
229 bool ThreadElfCore::CalculateStopInfo() { in CalculateStopInfo()
H A DThreadElfCore.h135 class ThreadElfCore : public lldb_private::Thread {
137 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);
139 ~ThreadElfCore() override;
H A DProcessElfCore.cpp272 lldb::ThreadSP thread_sp(new ThreadElfCore(*this, td)); in DoUpdateThreadList()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile486 SRCS+= Plugins/Process/elf-core/ThreadElfCore.cpp