This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Regression for i686 gdb.dwarf2/pieces-optimized-out.exp [Re: [PATCH v2] Handle partially optimized out values similarly to unavailable values]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sun, 24 Aug 2014 21:56:39 +0200
- Subject: Re: Regression for i686 gdb.dwarf2/pieces-optimized-out.exp [Re: [PATCH v2] Handle partially optimized out values similarly to unavailable 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> <53C41D5D dot 9030109 at redhat dot com> <20140716215838 dot GA29855 at host2 dot jankratochvil dot net> <53D0F72D dot 9010701 at redhat dot com> <20140815201332 dot GA2806 at host2 dot jankratochvil dot net> <53F3DF83 dot 3020006 at redhat dot com> <20140821195728 dot GA22340 at host2 dot jankratochvil dot net> <53F76DD6 dot 2090406 at redhat dot com>
On Fri, 22 Aug 2014 18:20:38 +0200, Pedro Alves wrote:
> So it didn't take that long to get back to handling partially
> optimized out bitfields after all... I think I found an easy way.
> We don't currently print partially optimized out scalars, though
> we could print the valid/invalid bits with p/t, for example,
> and I think the code ends up clearer anyway.
If you waited for my reply you can check it in as I do not think I can
reliably review this code.
Thanks,
Jan