HomeSort by: relevance | last modified time | path
    Searched defs:gdb_smob (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile-internal.h 230 gdb_smob, chained_gdb_smob, or eqable_gdb_smob.
241 All other smobs should have gdb_smob as their first member.
242 FIXME: dje/2014-05-26: gdb_smob was useful during early development as a
246 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
247 gdb_smob as if it is a subclass. To that end we use macro GDB_SMOB_HEAD
253 struct gdb_smob
293 extern void gdbscm_init_gsmob (gdb_smob *base);
251 struct gdb_smob struct
  /src/external/gpl3/gdb/dist/gdb/guile/
guile-internal.h 243 gdb_smob, chained_gdb_smob, or eqable_gdb_smob.
254 All other smobs should have gdb_smob as their first member.
255 FIXME: dje/2014-05-26: gdb_smob was useful during early development as a
259 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
260 gdb_smob as if it is a subclass. To that end we use macro GDB_SMOB_HEAD
266 struct gdb_smob
306 extern void gdbscm_init_gsmob (gdb_smob *base);
264 struct gdb_smob struct

Completed in 50 milliseconds