Searched refs:ThreadGDBRemote (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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() 273 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop() 342 bool ThreadGDBRemote::CalculateStopInfo() { in CalculateStopInfo() [all …]
|
| H A D | GDBRemoteRegisterContext.h | 28 class ThreadGDBRemote; variable 46 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx, 83 friend class ThreadGDBRemote;
|
| H A D | ThreadGDBRemote.h | 28 class ThreadGDBRemote : public Thread { 30 ThreadGDBRemote(Process &process, lldb::tid_t tid); 32 ~ThreadGDBRemote() override;
|
| H A D | ProcessGDBRemote.h | 47 class ThreadGDBRemote; variable 238 friend class ThreadGDBRemote; 336 bool CalculateThreadStopInfo(ThreadGDBRemote *thread); 355 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
|
| H A D | CMakeLists.txt | 34 ThreadGDBRemote.cpp
|
| H A D | ProcessGDBRemote.cpp | 1552 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in DoUpdateThreadList() 1582 ThreadGDBRemote *gdb_thread = in SetThreadPc() 1583 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc() 1596 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON() 1620 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo() 1668 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in SetThreadStopInfo() 1674 ThreadGDBRemote *gdb_thread = in SetThreadStopInfo() 1675 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
|
| H A D | GDBRemoteRegisterContext.cpp | 33 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | BUILD.gn | 47 "ThreadGDBRemote.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4320 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp 4321 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
|