Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp37 ThreadGDBRemote::ThreadGDBRemote(Process &process, lldb::tid_t tid) in ThreadGDBRemote() function in ThreadGDBRemote
48 ThreadGDBRemote::~ThreadGDBRemote() { in ~ThreadGDBRemote()
56 const char *ThreadGDBRemote::GetName() { in GetName()
62 void ThreadGDBRemote::ClearQueueInfo() { in ClearQueueInfo()
81 const char *ThreadGDBRemote::GetQueueName() { in GetQueueName()
115 QueueKind ThreadGDBRemote::GetQueueKind() { in GetQueueKind()
140 queue_id_t ThreadGDBRemote::GetQueueID() { in GetQueueID()
164 QueueSP ThreadGDBRemote::GetQueue() { in GetQueue()
194 void ThreadGDBRemote::SetQueueLibdispatchQueueAddress( in SetQueueLibdispatchQueueAddress()
268 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop()
[all …]
H A DThreadGDBRemote.h26 class ThreadGDBRemote : public Thread {
28 ThreadGDBRemote(Process &process, lldb::tid_t tid);
30 ~ThreadGDBRemote() override;
H A DGDBRemoteRegisterContext.h29 class ThreadGDBRemote; variable
43 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
78 friend class ThreadGDBRemote;
H A DProcessGDBRemote.h48 class ThreadGDBRemote; variable
255 friend class ThreadGDBRemote;
358 bool CalculateThreadStopInfo(ThreadGDBRemote *thread);
380 GetThreadStopInfoFromJSON(ThreadGDBRemote *thread,
H A DProcessGDBRemote.cpp1707 thread_sp.reset(new ThreadGDBRemote(*this, tid)); in UpdateThreadList()
1737 ThreadGDBRemote *gdb_thread = in SetThreadPc()
1738 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadPc()
1751 ThreadGDBRemote *thread, const StructuredData::ObjectSP &thread_infos_sp) { in GetThreadStopInfoFromJSON()
1775 bool ProcessGDBRemote::CalculateThreadStopInfo(ThreadGDBRemote *thread) { in CalculateThreadStopInfo()
1823 thread_sp.reset(new ThreadGDBRemote(*this, tid)); in SetThreadStopInfo()
1829 ThreadGDBRemote *gdb_thread = in SetThreadStopInfo()
1830 static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo()
H A DGDBRemoteRegisterContext.cpp34 ThreadGDBRemote &thread, uint32_t concrete_frame_idx, in GDBRemoteRegisterContext()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile443 SRCS+= Plugins/Process/gdb-remote/ThreadGDBRemote.cpp