Searched refs:FreeBSDThread (Results 1 – 6 of 6) sorted by relevance
54 FreeBSDThread::FreeBSDThread(Process &process, lldb::tid_t tid) in FreeBSDThread() function in FreeBSDThread82 FreeBSDThread::~FreeBSDThread() { DestroyThread(); } in ~FreeBSDThread()84 ProcessMonitor &FreeBSDThread::GetMonitor() { in GetMonitor()90 void FreeBSDThread::RefreshStateAfterStop() { in RefreshStateAfterStop()107 void FreeBSDThread::SetName(const char *name) { in SetName()115 const char *FreeBSDThread::GetName() { in GetName()264 lldb::addr_t FreeBSDThread::GetThreadPointer() { in GetThreadPointer()273 bool FreeBSDThread::CalculateStopInfo() { in CalculateStopInfo()278 Unwind *FreeBSDThread::GetUnwinder() { in GetUnwinder()285 void FreeBSDThread::DidStop() { in DidStop()[all …]
188 thread_sp.reset(new FreeBSDThread(*this, tid)); in UpdateThreadList()538 FreeBSDThread *541 return new FreeBSDThread(process, tid); in CreateNewFreeBSDThread()563 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in RefreshStateAfterStop()720 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in EnableWatchpoint()733 thread = static_cast<FreeBSDThread *>( in EnableWatchpoint()779 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in DisableWatchpoint()801 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in GetWatchpointSupportInfo()874 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in IsAThreadRunning()1046 FreeBSDThread *thread = static_cast<FreeBSDThread *>( in SetupSoftwareSingleStepping()
26 class FreeBSDThread : public lldb_private::Thread {31 FreeBSDThread(lldb_private::Process &process, lldb::tid_t tid);33 virtual ~FreeBSDThread();
34 POSIXLimboStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXLimboStopInfo()54 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo()
22 class FreeBSDThread; variable165 virtual FreeBSDThread *CreateNewFreeBSDThread(lldb_private::Process &process,220 friend class FreeBSDThread; variable
369 SRCS+= Plugins/Process/FreeBSD/FreeBSDThread.cpp