Lines Matching defs:gdb_thread
1553 ThreadGDBRemote *gdb_thread =
1560 gdb_thread->PrivateSetRegisterValue(pc_regnum, m_thread_pcs[index]);
1638 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get());
1639 RegisterContextSP gdb_reg_ctx_sp(gdb_thread->GetRegisterContext());
1648 gdb_thread->PrivateSetRegisterValue(lldb_regnum, buffer_sp->GetData());
1681 ThreadGDBRemote *gdb_thread = static_cast<ThreadGDBRemote *>(thread_sp.get());
1682 RegisterContextSP reg_ctx_sp(gdb_thread->GetRegisterContext());
1704 gdb_thread->SetThreadDispatchQAddr(thread_dispatch_qaddr);
1708 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial,
1711 gdb_thread->ClearQueueInfo();
1713 gdb_thread->SetAssociatedWithLibdispatchQueue(associated_with_dispatch_queue);
1716 gdb_thread->SetQueueLibdispatchQueueAddress(dispatch_queue_t);