Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp52 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) in ThreadElfCore() function in ThreadElfCore
56 ThreadElfCore::~ThreadElfCore() { DestroyThread(); } in ~ThreadElfCore()
58 void ThreadElfCore::RefreshStateAfterStop() { in RefreshStateAfterStop()
62 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
70 ThreadElfCore::CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
246 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.cpp271 lldb::ThreadSP thread_sp(new ThreadElfCore(*this, td)); in UpdateThreadList()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile430 SRCS+= Plugins/Process/elf-core/ThreadElfCore.cpp