Next: GDB Scheme Data Types, Previous: Basic Guile, Up: Guile API [Contents][Index]
GDB provides these Scheme functions to access various configuration parameters.
Return a string containing GDB’s data directory. This directory contains GDB’s ancillary files.
Return a string containing GDB’s Guile data directory. This directory contains the Guile modules provided by GDB.
Return a string containing the GDB version.
Return a string containing the host configuration.
This is the string passed to --host
when GDB was configured.
Return a string containing the target configuration.
This is the string passed to --target
when GDB was configured.