Home
last modified time | relevance | path

Searched refs:FreeBSDThread (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp54 FreeBSDThread::FreeBSDThread(Process &process, lldb::tid_t tid) in FreeBSDThread() function in FreeBSDThread
82 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 …]
H A DProcessFreeBSD.cpp188 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()
H A DFreeBSDThread.h26 class FreeBSDThread : public lldb_private::Thread {
31 FreeBSDThread(lldb_private::Process &process, lldb::tid_t tid);
33 virtual ~FreeBSDThread();
H A DPOSIXStopInfo.h34 POSIXLimboStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXLimboStopInfo()
54 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo()
H A DProcessFreeBSD.h22 class FreeBSDThread; variable
165 virtual FreeBSDThread *CreateNewFreeBSDThread(lldb_private::Process &process,
220 friend class FreeBSDThread; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile369 SRCS+= Plugins/Process/FreeBSD/FreeBSDThread.cpp