This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Properly implement remote_bfd_iovec_stat


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]