This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] [patch+7.8] Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' (PR 17642)
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 13 Dec 2014 15:39:02 +0100
- Subject: [commit] [patch+7.8] Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' (PR 17642)
- Authentication-results: sourceware.org; auth=none
- References: <20141125195444 dot GA3400 at host2 dot jankratochvil dot net> <20141213142351 dot GG5457 at adacore dot com>
On Sat, 13 Dec 2014 15:23:51 +0100, Joel Brobecker wrote:
> Ok for 7.8 as well, although the chances of a 7.8.2 are getting slimmer, and
> you'll need also to create a PR.
The PR already exists, I was aware 7.8.2 won't happen but I had some
downstream 7.8 branches maintenance reasons for it but... I just haven't
checked it into the 7.8 branch as you are right it really does not make sense.
> /* Before trying to resolve TYPE, make sure it is not a stub. */
Yes, I am fine with this comment, used it.
Checked in:
5537b577695dd5cd72395590d7ebd7aa92ee856a
Thanks,
Jan