Searched refs:FreeBSDThread (Results 1 – 6 of 6) sorted by relevance
51 FreeBSDThread::FreeBSDThread(Process &process, lldb::tid_t tid) in FreeBSDThread() function in FreeBSDThread79 FreeBSDThread::~FreeBSDThread() { DestroyThread(); } in ~FreeBSDThread()81 ProcessMonitor &FreeBSDThread::GetMonitor() { in GetMonitor()87 void FreeBSDThread::RefreshStateAfterStop() { in RefreshStateAfterStop()102 const char *FreeBSDThread::GetInfo() { return nullptr; } in GetInfo()104 void FreeBSDThread::SetName(const char *name) { in SetName()112 const char *FreeBSDThread::GetName() { in GetName()157 lldb::RegisterContextSP FreeBSDThread::GetRegisterContext() { in GetRegisterContext()241 FreeBSDThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) { in CreateRegisterContextForFrame()260 lldb::addr_t FreeBSDThread::GetThreadPointer() { in GetThreadPointer()[all …]
24 class FreeBSDThread : public lldb_private::Thread {27 FreeBSDThread(lldb_private::Process &process, lldb::tid_t tid);29 virtual ~FreeBSDThread();
185 thread_sp.reset(new FreeBSDThread(*this, tid)); in UpdateThreadList()531 FreeBSDThread *534 return new FreeBSDThread(process, tid); in CreateNewFreeBSDThread()556 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in RefreshStateAfterStop()715 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in EnableWatchpoint()728 thread = static_cast<FreeBSDThread *>( in EnableWatchpoint()773 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in DisableWatchpoint()795 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in GetWatchpointSupportInfo()867 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in IsAThreadRunning()1035 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in SetupSoftwareSingleStepping()
33 POSIXLimboStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXLimboStopInfo()53 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo()
21 class FreeBSDThread; variable156 virtual FreeBSDThread *CreateNewFreeBSDThread(lldb_private::Process &process,211 friend class FreeBSDThread; variable
3 FreeBSDThread.cpp