Lines Matching refs:gdb_thread
1550 ThreadGDBRemote *gdb_thread = in SetThreadPc() local
1557 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]); in SetThreadPc()
1616 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get()); in ParseExpeditedRegisters() local
1617 RegisterContextSP gdb_reg_ctx_sp(gdb_thread->GetRegisterContext()); in ParseExpeditedRegisters()
1626 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData()); in ParseExpeditedRegisters()
1659 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get()); in SetThreadStopInfo() local
1660 RegisterContextSP reg_ctx_sp(gdb_thread->GetRegisterContext()); in SetThreadStopInfo()
1682 gdb_thread->SetThreadDispatchQAddr(thread_dispatch_qaddr); in SetThreadStopInfo()
1686 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, in SetThreadStopInfo()
1689 gdb_thread->ClearQueueInfo(); in SetThreadStopInfo()
1691 gdb_thread->SetAssociatedWithLibdispatchQueue(associated_with_dispatch_queue); in SetThreadStopInfo()
1694 gdb_thread->SetQueueLibdispatchQueueAddress(dispatch_queue_t); in SetThreadStopInfo()