Next: Guile Exception Handling, Previous: Guile Configuration, Up: Guile API [Contents][Index]
The values exposed by GDB to Guile are known as GDB objects. There are several kinds of GDB object, and each is disjoint from all other types known to Guile.
Return the kind of the GDB object, e.g., <gdb:breakpoint>
,
as a symbol.
GDB defines the following object types:
<gdb:arch>
<gdb:block>
See Blocks In Guile.
<gdb:block-symbols-iterator>
See Blocks In Guile.
<gdb:breakpoint>
See Breakpoints In Guile.
<gdb:command>
See Commands In Guile.
<gdb:exception>
<gdb:frame>
See Frames In Guile.
<gdb:iterator>
See Iterators In Guile.
<gdb:lazy-string>
<gdb:objfile>
See Objfiles In Guile.
<gdb:parameter>
See Parameters In Guile.
<gdb:pretty-printer>
<gdb:pretty-printer-worker>
<gdb:progspace>
See Progspaces In Guile.
<gdb:symbol>
See Symbols In Guile.
<gdb:symtab>
<gdb:sal>
<gdb:type>
See Types In Guile.
<gdb:field>
See Types In Guile.
<gdb:value>
The following GDB objects are managed internally so that the
Scheme function eq?
may be applied to them.
<gdb:arch>
<gdb:block>
<gdb:breakpoint>
<gdb:frame>
<gdb:objfile>
<gdb:progspace>
<gdb:symbol>
<gdb:symtab>
<gdb:type>
Next: Guile Exception Handling, Previous: Guile Configuration, Up: Guile API [Contents][Index]