Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1661 ThreadGDBRemote *gdb_thread = in SetThreadPc() local
1668 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
1753 ThreadGDBRemote *gdb_thread = in SetThreadStopInfo() local
1755 RegisterContextSP gdb_reg_ctx_sp(gdb_thread->GetRegisterContext()); in SetThreadStopInfo()
1772 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()
1782 gdb_thread->GetRegisterContext().get()); in SetThreadStopInfo()
1790 gdb_thread->SetThreadDispatchQAddr(thread_dispatch_qaddr); in SetThreadStopInfo()
1794 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, in SetThreadStopInfo()
1798 gdb_thread->ClearQueueInfo(); in SetThreadStopInfo()
1800 gdb_thread->SetAssociatedWithLibdispatchQueue( in SetThreadStopInfo()
[all …]