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

  /src/external/gpl3/gdb/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.old/dist/gdb/guile/
guile-internal.h 223 gdb_smob, chained_gdb_smob, or eqable_gdb_smob.
234 All other smobs should have gdb_smob as their first member.
235 FIXME: dje/2014-05-26: gdb_smob was useful during early development as a
239 gdb_smob. The layout of chained_gdb_smob,eqable_gdb_smob must match
240 gdb_smob as if it is a subclass. To that end we use macro GDB_SMOB_HEAD
246 struct gdb_smob
286 extern void gdbscm_init_gsmob (gdb_smob *base);
244 struct gdb_smob struct

Completed in 25 milliseconds