Searched refs:ThreadGDBRemote (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ThreadGDBRemote.cpp | 36 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid) in ThreadGDBRemote() function in ThreadGDBRemote 47 ThreadGDBRemote::~ThreadGDBRemote() { in ~ThreadGDBRemote() 55 const char *ThreadGDBRemote::GetName() { in GetName() 61 void ThreadGDBRemote::ClearQueueInfo() { in ClearQueueInfo() 69 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo() 80 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName() 114 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind() 139 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID() 163 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue() 175 addr_t ThreadGDBRemote::GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress() [all …]
|
D | ThreadGDBRemote.h | 26 class ThreadGDBRemote : public Thread { 28 ThreadGDBRemote(Process &process, lldb::tid_t tid); 30 ~ThreadGDBRemote() override;
|
D | GDBRemoteRegisterContext.h | 28 class ThreadGDBRemote; variable 42 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx, 77 friend class ThreadGDBRemote;
|
D | ProcessGDBRemote.h | 47 class ThreadGDBRemote; variable 238 friend class ThreadGDBRemote; 338 bool CalculateThreadStopInfo(ThreadGDBRemote *thread); 360 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
|
D | CMakeLists.txt | 31 ThreadGDBRemote.cpp
|
D | ProcessGDBRemote.cpp | 1627 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in UpdateThreadList() 1657 ThreadGDBRemote *gdb_thread = in SetThreadPc() 1658 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc() 1671 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON() 1695 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo() 1743 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in SetThreadStopInfo() 1749 ThreadGDBRemote *gdb_thread = in SetThreadStopInfo() 1750 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
|
D | GDBRemoteRegisterContext.cpp | 33 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
|