Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp36 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 DThreadGDBRemote.h28 class ThreadGDBRemote : public Thread {
30 ThreadGDBRemote(Process &process, lldb::tid_t tid);
32 ~ThreadGDBRemote() override;
H A DGDBRemoteRegisterContext.h28 class ThreadGDBRemote; variable
46 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
83 friend class ThreadGDBRemote;
H A DProcessGDBRemote.h48 class ThreadGDBRemote; variable
239 friend class ThreadGDBRemote;
337 bool CalculateThreadStopInfo(ThreadGDBRemote *thread);
356 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
H A DCMakeLists.txt34 ThreadGDBRemote.cpp
H A DProcessGDBRemote.cpp1512 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 DGDBRemoteRegisterContext.cpp33 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 DBUILD.gn48 "ThreadGDBRemote.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile36 ThreadGDBRemote.cpp
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4317 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
4318 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h