Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:bytes_copied

133     const size_t bytes_copied = response.GetHexBytes (const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_byte_size)), reg_byte_size, '\xcc');
134 bool success = bytes_copied == reg_byte_size;
139 else if (bytes_copied > 0)