[PATCH] [guile] Run finalizers from GDB thread

Doug Evans xdje42@gmail.com
Sat Apr 26 20:26:00 GMT 2014


Andy Wingo <wingo@igalia.com> writes:

> gdb/ChangeLog:
> 	* guile/guile.c (_initialize_guile): Disable automatic
> 	finalization, if Guile offers us that possibility.
>
> 	* guile/guile.c (call_initialize_gdb_module):
> 	* guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
> 	finalizers in appropriate places.
>
> 	* configure.ac: Add a check for
> 	scm_set_automatic_finalization_enabled.

Hi.  Ok with a few nits.

1) Since all of these changes are related, don't separate them with
blank lines in the changelog entry.

2) Write the configure.ac entry as:
	* configure.ac (AC_TRY_LIBGUILE): Add a check for
	scm_set_automatic_finalization_enabled.

3) Include the changelog entry for configure being regenerated, even
though it's not included in the patch:
	* configure: Regenerate.

Thanks!



More information about the Gdb-patches mailing list