Home
last modified time | relevance | path

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

/freebsd-13.1/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()
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()
201 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress()
273 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop()
[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
47 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
84 friend class ThreadGDBRemote;
H A DProcessGDBRemote.h47 class ThreadGDBRemote; variable
234 friend class ThreadGDBRemote;
336 bool CalculateThreadStopInfo(ThreadGDBRemote *thread);
358 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
H A DProcessGDBRemote.cpp1631 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in DoUpdateThreadList()
1661 ThreadGDBRemote *gdb_thread = in SetThreadPc()
1662 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc()
1675 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON()
1699 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo()
1747 thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid); in SetThreadStopInfo()
1753 ThreadGDBRemote *gdb_thread = in SetThreadStopInfo()
1754 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
H A DGDBRemoteRegisterContext.cpp33 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile499 SRCS+= Plugins/Process/gdb-remote/ThreadGDBRemote.cpp