Searched refs:gdb_process (Results 1 – 1 of 1) sorted by relevance
47 auto &gdb_process = static_cast<ProcessGDBRemote &>(process); in ThreadGDBRemote() local48 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() local231 object_sp = gdb_process->GetExtendedInfoForThread(tid); in FetchThreadExtendedInfo()245 ProcessGDBRemote *gdb_process = in WillResume() local257 gdb_process->m_continue_c_tids.push_back(tid); in WillResume()264 gdb_process->m_continue_s_tids.push_back(tid); in WillResume()310 ProcessGDBRemote *gdb_process = in CreateRegisterContextForFrame() local[all …]