[PATCH 0/3] Properly implement remote_bfd_iovec_stat

Gary Benson gbenson@redhat.com
Mon Mar 9 11:58:00 GMT 2015


Hi all,

While poking around in the remote protocol I noticed that
remote_fileio_to_fio_stat is "implemented" like this:

  static int
  remote_bfd_iovec_stat (struct bfd *abfd, void *stream, struct stat *sb)
  {
    /* FIXME: We should probably implement remote_hostio_stat.  */
    sb->st_size = INT_MAX;
    return 0;
  }

This series implements this call properly.

Built and regtested on RHEL 6.6 x86_64.

Ok to commit?

Cheers,
Gary

--
http://gbenson.net/



More information about the Gdb-patches mailing list