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