This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 04/17] x86_64 support
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: tromey at redhat dot com
- Cc: sergiodj at redhat dot com, gdb-patches at sourceware dot org
- Date: Wed, 17 Jul 2013 21:00:31 +0200 (CEST)
- Subject: Re: [PATCH 04/17] x86_64 support
- References: <1372664545-3947-1-git-send-email-sergiodj at redhat dot com> <1372664545-3947-5-git-send-email-sergiodj at redhat dot com> <87ehaxgl9e dot fsf at fleche dot redhat dot com>
> From: Tom Tromey <tromey@redhat.com>
> Date: Wed, 17 Jul 2013 11:16:13 -0600
>
> >>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
>
> Sergio> 2013-07-01 Sergio Durigan Junior <sergiodj@redhat.com>
> Sergio> * amd64-linux-tdep.c (amd64_linux_init_abi_common): Set
> Sergio> gdbarch_gdb_signal_to_target as linux_gdb_signal_to_target.
>
> Why not set this in linux_init_abi?
> Then most of the *-linux-tdep.c files won't need to be changed at all --
> just the ones that need to override this method.
That would make a lot of sense.