This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] testsuite: New test gdb.dwarf2/dw2-aranges.exp
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 23 Jul 2010 16:04:41 -0600
- Subject: Re: [patch] testsuite: New test gdb.dwarf2/dw2-aranges.exp
- References: <20100723210833.GA12568@host1.dyn.jankratochvil.net>
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> this patch was written for a former bug in
Jan> [archer-tromey-delayed-symfile]. This branch is probably going to
Jan> be dropped but I thought that patch could go for FSF GDB. OTOH FSF
Jan> GDB had never this bug.
Jan> OK to check-in?
I don't think we need this, because CVS gdb doesn't read .debug_aranges,
and I don't think we're going to add that.
If we do end up needing that feature in the future, I think we can
easily extract the necessary code from the branch. So, I would
recommend committing this there.
Tom