Home
last modified time | relevance | path

Searched refs:ThreadGDBRemote (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp36 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 …]
DThreadGDBRemote.h26 class ThreadGDBRemote : public Thread {
28 ThreadGDBRemote(Process &process, lldb::tid_t tid);
30 ~ThreadGDBRemote() override;
DGDBRemoteRegisterContext.h28 class ThreadGDBRemote; variable
42 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
77 friend class ThreadGDBRemote;
DProcessGDBRemote.h47 class ThreadGDBRemote; variable
238 friend class ThreadGDBRemote;
338 bool CalculateThreadStopInfo(ThreadGDBRemote *thread);
360 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
DCMakeLists.txt31 ThreadGDBRemote.cpp
DProcessGDBRemote.cpp1627 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()
DGDBRemoteRegisterContext.cpp33 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()