Lines Matching defs:gdb_thread
1550 ThreadGDBRemote *gdb_thread =
1557 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]);
1636 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get());
1637 RegisterContextSP gdb_reg_ctx_sp(gdb_thread->GetRegisterContext());
1646 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData());
1679 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get());
1680 RegisterContextSP reg_ctx_sp(gdb_thread->GetRegisterContext());
1702 gdb_thread->SetThreadDispatchQAddr(thread_dispatch_qaddr);
1706 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial,
1709 gdb_thread->ClearQueueInfo();
1711 gdb_thread->SetAssociatedWithLibdispatchQueue(associated_with_dispatch_queue);
1714 gdb_thread->SetQueueLibdispatchQueueAddress(dispatch_queue_t);