GDB 10 branching - 2020-06-27 Update

Simon Marchi simark@simark.ca
Fri Jul 3 15:15:02 GMT 2020


On 2020-07-03 11:06 a.m., Joel Brobecker wrote:
> I'll follow the group on that one. It's a risk vs reward situation:
> How risky is it for us to put the patch in just before the branch,
> versus how much do we expect to gain by having it now rather than
> in 6 months?  Given that this should only affect Guile support,
> I suppose the risk we are taking is limited to that part. If the risk
> is low and acceptable to everyone, then we can decide to have it
> in GDB 10. I'll put it on the list for now...

The patch is mostly adding new code guarded by #ifdefs based on the
Guile version.  So I think we can check and be reasonably confident
that the code effectively used when building against guile 2.0 won't
have changed much.  All the new code will be compiled out when
building against guile 2.0.  There may be bugs in the support for
guile 2.2/3.0 code, but that's a new feature, so it's better than
no support at all.

Simon


More information about the Gdb-patches mailing list