This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 2/9] Define and export Guile classes for all GDB object types
- From: Doug Evans <xdje42 at gmail dot com>
- To: Andy Wingo <wingo at igalia dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 26 Apr 2014 16:43:18 -0700
- Subject: Re: [PATCH v2 2/9] Define and export Guile classes for all GDB object types
- Authentication-results: sourceware.org; auth=none
- References: <1397731588-23750-1-git-send-email-wingo at igalia dot com> <1397731588-23750-3-git-send-email-wingo at igalia dot com>
Andy Wingo <wingo@igalia.com> writes:
> gdb/ChangeLog:
> * guile/scm-gsmob.c (gdbscm_make_smob_type): Define a binding
> for a GOOPS class corresponding to the SMOB type.
> (gdbscm_initialize_smobs): Load GOOPS.
>
> * guile/lib/gdb.scm: Export the GOOPS classes.
No blank line between related changelog entries.
Question: Is it possible to define the goops classes at some
random future point [e.g., long after gdb has initialized]?
Some might prefer not bringing goops into the picture unless
explicitly requested.