This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/7] more constification
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: Tom Tromey <tromey at redhat dot com>, <gdb-patches at sourceware dot org>
- Date: Mon, 30 Jun 2014 09:54:54 +0100
- Subject: Re: [PATCH 0/7] more constification
- Authentication-results: sourceware.org; auth=none
- References: <1402512797-6082-1-git-send-email-tromey at redhat dot com> <20140612084534 dot GC4730 at adacore dot com> <alpine dot DEB dot 1 dot 10 dot 1406131935050 dot 3047 at tp dot orcam dot me dot uk> <20140623132512 dot GD5281 at adacore dot com>
On Mon, 23 Jun 2014, Joel Brobecker wrote:
> > PDR (Procedure Descriptor Record) data is produced for all the usual MIPS
> > Linux and bare-iron ELF targets (and probably IRIX too as it is where this
> > stuff originates from) and both GAS and GCC continue supporting it even
> > though plain ECOFF support has been removed. I know of no plans to
> > deprecate it. In fact I have a patch outstanding to restitute some of
> > this stuff that got deleted a while ago from GDB (apparently, by accident,
> > it was not enabled for any target) and extend it somewhat, although this
> > being rather dated still requires some polishing.
>
> Thanks, Maciej. Do you think it'd be possible to move that code
> elsewhere? I'd go with mips-unwind or mips-tdep. I like modularization,
> so I vote for mips-unwind.
How about mips-mdebug-tdep, which is how this was originally called?
Maciej