Lines Matching refs:gdb_process
47 auto &gdb_process = static_cast<ProcessGDBRemote &>(process); in ThreadGDBRemote() local
48 if (!gdb_process.m_register_info_sp->IsReconfigurable()) in ThreadGDBRemote()
49 m_reg_info_sp = gdb_process.m_register_info_sp; in ThreadGDBRemote()
52 *gdb_process.m_register_info_sp); in ThreadGDBRemote()
229 ProcessGDBRemote *gdb_process = in FetchThreadExtendedInfo() local
231 object_sp = gdb_process->GetExtendedInfoForThread(tid); in FetchThreadExtendedInfo()
245 ProcessGDBRemote *gdb_process = in WillResume() local
254 if (gdb_process->GetUnixSignals()->SignalIsValid(signo)) in WillResume()
255 gdb_process->m_continue_C_tids.push_back(std::make_pair(tid, signo)); in WillResume()
257 gdb_process->m_continue_c_tids.push_back(tid); in WillResume()
261 if (gdb_process->GetUnixSignals()->SignalIsValid(signo)) in WillResume()
262 gdb_process->m_continue_S_tids.push_back(std::make_pair(tid, signo)); in WillResume()
264 gdb_process->m_continue_s_tids.push_back(tid); in WillResume()
310 ProcessGDBRemote *gdb_process = in CreateRegisterContextForFrame() local
313 gdb_process->GetGDBRemote().GetpPacketSupported(GetID()); in CreateRegisterContextForFrame()
315 !pSupported || gdb_process->m_use_g_packet_for_reading; in CreateRegisterContextForFrame()
356 ProcessGDBRemote *gdb_process = in GetSiginfo() local
358 if (!gdb_process->m_gdb_comm.GetQXferSigInfoReadSupported()) in GetSiginfo()
363 gdb_process->m_gdb_comm.ReadExtFeature("siginfo", ""); in GetSiginfo()