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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.h12 #include "FreeBSDThread.h"
33 POSIXLimboStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {}
53 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {}
H A DFreeBSDThread.cpp1 //===-- FreeBSDThread.cpp -------------------------------------------------===//
17 #include "FreeBSDThread.h"
51 FreeBSDThread::FreeBSDThread(Process &process, lldb::tid_t tid) function in class:FreeBSDThread
79 FreeBSDThread::~FreeBSDThread() { DestroyThread(); }
81 ProcessMonitor &FreeBSDThread::GetMonitor() {
87 void FreeBSDThread::RefreshStateAfterStop() {
102 const char *FreeBSDThread::GetInfo() { return nullptr; }
104 void FreeBSDThread
[all...]
H A DFreeBSDThread.h1 //===-- FreeBSDThread.h -----------------------------------------*- C++ -*-===//
22 // @class FreeBSDThread
24 class FreeBSDThread : public lldb_private::Thread { class in inherits:lldb_private::Thread
27 FreeBSDThread(lldb_private::Process &process, lldb::tid_t tid);
29 virtual ~FreeBSDThread();
105 // FreeBSDThread internal API.
H A DProcessFreeBSD.cpp30 #include "FreeBSDThread.h"
184 thread_sp.reset(new FreeBSDThread(*this, tid));
531 FreeBSDThread *
534 return new FreeBSDThread(process, tid);
556 FreeBSDThread *thread = static_cast<FreeBSDThread *>(
712 FreeBSDThread *thread = static_cast<FreeBSDThread *>(
725 thread = static_cast<FreeBSDThread *>(
770 FreeBSDThread *threa
[all...]
H A DProcessFreeBSD.h21 class FreeBSDThread;
155 virtual FreeBSDThread *CreateNewFreeBSDThread(lldb_private::Process &process,
210 friend class FreeBSDThread;
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile406 SRCS+= Plugins/Process/FreeBSD/FreeBSDThread.cpp

Completed in 95 milliseconds