Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1542 ThreadGDBRemote *gdb_thread = in SetThreadPc() local
1549 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
1635 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo() local
1636 RegisterContextSP gdb_reg_ctx_sp(gdb_thread->GetRegisterContext()); in SetThreadStopInfo()
1651 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in SetThreadStopInfo()
1661 gdb_thread->GetRegisterContext().get()); in SetThreadStopInfo()
1669 gdb_thread->SetThreadDispatchQAddr(thread_dispatch_qaddr); in SetThreadStopInfo()
1673 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, in SetThreadStopInfo()
1676 gdb_thread->ClearQueueInfo(); in SetThreadStopInfo()
1678 gdb_thread->SetAssociatedWithLibdispatchQueue(associated_with_dispatch_queue); in SetThreadStopInfo()
[all …]