This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patchv3] Fix crash on optimized-out entry data values
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: Pedro Alves <palves at redhat dot com>, gdb-patches at sourceware dot org
- Date: Mon, 14 Jul 2014 09:01:54 +0200
- Subject: Re: [patchv3] Fix crash on optimized-out entry data values
- Authentication-results: sourceware.org; auth=none
- References: <20140709103312 dot GA27884 at host2 dot jankratochvil dot net> <53BD2CE0 dot 1000308 at redhat dot com> <20140709153121 dot GA7989 at host2 dot jankratochvil dot net> <20140711153757 dot GA452 at host2 dot jankratochvil dot net> <53C32415 dot 90801 at codesourcery dot com>
On Mon, 14 Jul 2014 02:28:05 +0200, Yao Qi wrote:
> On 07/11/2014 11:37 PM, Jan Kratochvil wrote:
> > gdb/testsuite/
> > 2014-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
> >
> > * gdb.arch/amd64-entry-value-paramref.S: New file.
> > * gdb.arch/amd64-entry-value-paramref.cc: New file.
> > * gdb.arch/amd64-entry-value-paramref.exp: New file.
> > * gdb.arch/amd64-optimout-repeat.S: New file.
> > * gdb.arch/amd64-optimout-repeat.c: New file.
> > * gdb.arch/amd64-optimout-repeat.exp: New file.
>
> IWBN to generate .S files by dwarf assembler
> (gdb.trace/entry-values.exp, for example).
I am aware of it but I find it a lot of work while the gcc generated files are
IMO good enough. So only if it is a patch acceptance requirement.
Jan