Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DGDBRemoteRegisterContext.h28 class ThreadGDBRemote; variable
47 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
86 friend class ThreadGDBRemote;
H A DThreadGDBRemote.h28 class ThreadGDBRemote : public Thread {
30 ThreadGDBRemote(Process &process, lldb::tid_t tid);
32 ~ThreadGDBRemote() override;
H A DProcessGDBRemote.h49 class ThreadGDBRemote; variable
244 friend class ThreadGDBRemote;
343 bool CalculateThreadStopInfo(ThreadGDBRemote *thread);
362 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
H A DProcessGDBRemote.cpp1520 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in DoUpdateThreadList()
1550 ThreadGDBRemote *gdb_thread = in SetThreadPc()
1551 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc()
1564 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON()
1588 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo()
1636 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get()); in ParseExpeditedRegisters()
1674 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in SetThreadStopInfo()
1679 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
H A DGDBRemoteRegisterContext.cpp13 #include "ThreadGDBRemote.h"
34 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
/freebsd/lib/clang/liblldb/
H A DMakefile547 SRCS+= Plugins/Process/gdb-remote/ThreadGDBRemote.cpp