Searched refs:ThreadGDBRemote (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/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() 77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo() 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() 183 addr_t ThreadGDBRemote::GetQueueLibdispatchQueueAddress() { in GetQueueLibdispatchQueueAddress() [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 46 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx, 83 friend class ThreadGDBRemote;
|
H A D | ProcessGDBRemote.h | 48 class ThreadGDBRemote; variable 239 friend class ThreadGDBRemote; 337 bool CalculateThreadStopInfo(ThreadGDBRemote *thread); 356 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
|
H A D | CMakeLists.txt | 34 ThreadGDBRemote.cpp
|
H A D | ProcessGDBRemote.cpp | 1512 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in DoUpdateThreadList() 1542 ThreadGDBRemote *gdb_thread = in SetThreadPc() 1543 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc() 1556 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON() 1580 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo() 1630 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in SetThreadStopInfo() 1635 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
|
H A D | GDBRemoteRegisterContext.cpp | 33 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/ |
H A D | BUILD.gn | 48 "ThreadGDBRemote.cpp",
|
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/ |
H A D | Makefile | 36 ThreadGDBRemote.cpp
|
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 4317 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp 4318 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
|