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] Make all native targets inherit inf-child.c.


This series makes the remaining native targets that don't inherit
inf-child.c do that.

This is so that all native targets inherit a single "superclass".
With that, it's easier to install new default target methods that
should only apply to the native target.

For convenience if you'd like to test, I've also put this at:

git@github.com:palves/gdb.git inf_child_everywhere

Pedro Alves (3):
  Make the go32-nat.c target inherit inf-child.c.
  Make the windows-nat.c target inherit inf-child.c.
  Make the nto-procfs.c target inherit inf-child.c.

 gdb/go32-nat.c    | 146 +++++++++++++++++++++---------------------------------
 gdb/nto-procfs.c  | 119 +++++++++++++++++---------------------------
 gdb/windows-nat.c | 124 +++++++++++++++++-----------------------------
 3 files changed, 149 insertions(+), 240 deletions(-)

-- 
1.7.11.7


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