Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] eliminate deprecated_xfer_memory
@ 2014-02-19 20:29 Pedro Alves
  2014-02-19 20:29 ` [PATCH 3/7] procfs.c: Don't install a deprecated_xfer_memory method Pedro Alves
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Pedro Alves @ 2014-02-19 20:29 UTC (permalink / raw)
  To: gdb-patches

This series converts the remaining targets that are still implementing
deprecated_xfer_memory hooks to use to_xfer_partial instead, and then
eliminates deprecated_xfer_memory completely.  The last patch of the
series is a follow up cleanup that could go in anytime actually.

An --enable-targets=all build includes remote-mips.c,
remote-m32r-sdi.c and bsd-uthread.c, so those got built tested.  I
have a djgpp cross compiler handy so I build tested go32-nat.c too.

I have no way to test nto-procfs.c (nto/qnx) nor procfs.c (Solaris).

I put this at:

  https://github.com/palves/gdb.git deprecated_xfer_memory

for convenience if anyone wants to test.

I plan to put this in after a while.

Pedro Alves (7):
  remote-mips.c: Don't install a deprecated_xfer_memory method
  remote-m32r-sdi.c: Don't install a deprecated_xfer_memory method
  procfs.c: Don't install a deprecated_xfer_memory method
  nto-procfs.c: Don't install a deprecated_xfer_memory method
  go32-nat.c: Don't install a deprecated_xfer_memory method
  eliminate target_ops->deprecated_xfer_memory
  bsd-uthread.c: Don't install a to_xfer_partial method

 gdb/bsd-uthread.c     |  16 -------
 gdb/go32-nat.c        |  76 ++++++++++++++++++++++---------
 gdb/nto-procfs.c      |  58 ++++++++++++++----------
 gdb/procfs.c          |  72 +++++++++++------------------
 gdb/remote-m32r-sdi.c |  60 +++++++++++++++++--------
 gdb/remote-mips.c     |  65 +++++++++++++++++----------
 gdb/target.c          | 122 --------------------------------------------------
 gdb/target.h          |  26 -----------
 8 files changed, 199 insertions(+), 296 deletions(-)

-- 
1.7.11.7


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-02-26 14:50 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 20:29 [PATCH 0/7] eliminate deprecated_xfer_memory Pedro Alves
2014-02-19 20:29 ` [PATCH 3/7] procfs.c: Don't install a deprecated_xfer_memory method Pedro Alves
2014-02-20 15:48   ` Joel Brobecker
2014-02-20 15:56     ` Joel Brobecker
2014-02-20 16:38       ` Pedro Alves
2014-02-24 17:53         ` Joel Brobecker
2014-02-24 18:21           ` Pedro Alves
2014-02-24 18:37             ` Joel Brobecker
2014-02-19 20:29 ` [PATCH 4/7] nto-procfs.c: " Pedro Alves
2014-02-19 20:29 ` [PATCH 5/7] go32-nat.c: " Pedro Alves
     [not found]   ` <00c801cf2e59$acae60f0$060b22d0$@muller@ics-cnrs.unistra.fr>
2014-02-20 16:37     ` Pedro Alves
2014-02-19 20:29 ` [PATCH 2/7] remote-m32r-sdi.c: " Pedro Alves
2014-02-19 20:29 ` [PATCH 7/7] bsd-uthread.c: Don't install a to_xfer_partial method Pedro Alves
2014-02-20 13:26   ` Mark Kettenis
2014-02-20 16:42     ` Pedro Alves
2014-02-19 20:29 ` [PATCH 6/7] eliminate target_ops->deprecated_xfer_memory Pedro Alves
2014-02-19 20:29 ` [PATCH 1/7] remote-mips.c: Don't install a deprecated_xfer_memory method Pedro Alves
2014-02-20 18:27 ` [PATCH 0/7] eliminate deprecated_xfer_memory Tom Tromey
2014-02-26 14:50   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox