9#ifndef LLDB_SOURCE_PLUGINS_PROCESS_FREEBSDKERNEL_THREADFREEBSDKERNEL_H
10#define LLDB_SOURCE_PLUGINS_PROCESS_FREEBSDKERNEL_THREADFREEBSDKERNEL_H
lldb::RegisterContextSP m_thread_reg_ctx_sp
lldb::RegisterContextSP CreateRegisterContextForFrame(lldb_private::StackFrame *frame) override
void SetName(const char *name) override
void RefreshStateAfterStop() override
lldb::RegisterContextSP GetRegisterContext() override
~ThreadFreeBSDKernel() override
bool CalculateStopInfo() override
Ask the thread subclass to set its stop info.
const char * GetName() override
std::string m_thread_name
A plug-in interface definition class for debugging a process.
This base class provides an interface to stack frames.
std::shared_ptr< lldb_private::RegisterContext > RegisterContextSP