[PATCH v2 0/2] Add support for Guile 3.0 and 2.2

Ludovic Courtès ludo@gnu.org
Mon Jun 15 15:14:51 GMT 2020


Hi,

Here’s v2 of these patches.  Changes since v1:

  • Add natural buffer size function as implemented by Doug
    in <https://sourceware.org/legacy-ml/gdb-patches/2018-01/msg00438.html>.
    That, in turn, means we no longer need to open ‘zero-mem-port’
    in ‘gdb.guile/scm-ports.exp’ as explicitly unbuffered like I
    did in v1.  (I added Doug as co-author in the ChangeLog entry.)

  • Add NEWS entry, documenting procedure deprecation.

  • Separate ChangeLog entry for gdb/doc, and claim PR gdb/21104.

Doug, I feel stupid for redoing the work you had done two years ago—I’ll do
my homework better next time!—but hopefully we’ll soon be done with it.

Thanks,
Ludo’.

Ludovic Courtès (2):
  guile: Add support for Guile 2.2.
  guile: Add support for Guile 3.0.

 gdb/NEWS                                 |  10 +
 gdb/configure                            |   2 +-
 gdb/configure.ac                         |   2 +-
 gdb/doc/guile.texi                       |  23 +-
 gdb/guile/scm-math.c                     |   4 +-
 gdb/guile/scm-ports.c                    | 619 ++++++++++++++++-------
 gdb/testsuite/gdb.guile/scm-error.exp    |   2 +-
 gdb/testsuite/gdb.guile/source2.scm      |   2 +-
 gdb/testsuite/gdb.guile/types-module.exp |   6 +-
 9 files changed, 469 insertions(+), 201 deletions(-)

-- 
2.26.2



More information about the Gdb-patches mailing list