This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 2/9] Define and export Guile classes for all GDB object types


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]