Searched refs:ThreadGDBRemote (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 36 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid) in ThreadGDBRemote() function in ThreadGDBRemote 55 ThreadGDBRemote::~ThreadGDBRemote() { in ~ThreadGDBRemote() 63 const char *ThreadGDBRemote::GetName() { in GetName() 69 void ThreadGDBRemote::ClearQueueInfo() { in ClearQueueInfo() 88 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() 122 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind() 147 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID() 171 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() 201 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress() 273 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop() [all …]
|
| H A D | ThreadGDBRemote.h | 28 class ThreadGDBRemote : public Thread { 30 ThreadGDBRemote(Process &process, lldb::tid_t tid); 32 ~ThreadGDBRemote() override;
|
| H A D | GDBRemoteRegisterContext.h | 28 class ThreadGDBRemote; variable 47 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx, 84 friend class ThreadGDBRemote;
|
| H A D | ProcessGDBRemote.h | 47 class ThreadGDBRemote; variable 234 friend class ThreadGDBRemote; 336 bool CalculateThreadStopInfo(ThreadGDBRemote *thread); 358 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
|
| H A D | ProcessGDBRemote.cpp | 1631 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in DoUpdateThreadList() 1661 ThreadGDBRemote *gdb_thread = in SetThreadPc() 1662 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc() 1675 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON() 1699 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo() 1747 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in SetThreadStopInfo() 1753 ThreadGDBRemote *gdb_thread = in SetThreadStopInfo() 1754 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
|
| H A D | GDBRemoteRegisterContext.cpp | 33 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 499 SRCS+= Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
|