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() local254 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()[all …]