diff options
author | Jerome Guitton <guitton@adacore.com> | 2009-01-28 15:01:00 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2009-01-28 15:01:00 +0000 |
commit | 16e7150e45f1220e9aafb85a80b967b43f93d75b (patch) | |
tree | d32a16cdfb91a052da606685f6191eff3a49b924 /gdb/config.in | |
parent | 159073e6aa7586b0bc132f4e5f1c578c137b158b (diff) | |
download | gdb-16e7150e45f1220e9aafb85a80b967b43f93d75b.zip gdb-16e7150e45f1220e9aafb85a80b967b43f93d75b.tar.gz gdb-16e7150e45f1220e9aafb85a80b967b43f93d75b.tar.bz2 |
2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
Jerome Guitton <guitton@adacore.com>
* configure, config.in: Regenerated.
* configure.ac: Add --with-system-gdbinit.
* main.c (get_init_files): New.
(captured_main): Use get_init_files. Load system gdbinit before
$HOME/.gdbinit.
(print_gdb_help): Print location of init files.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index bceba76..6aaf77a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -655,6 +655,13 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* System-wide gdbinit file. */ +#undef SYSTEM_GDBINIT + +/* Define if the system-wide gdbinit file should be relocated when GDB is + moved. */ +#undef SYSTEM_GDBINIT_RELOCATABLE + /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ #undef THREAD_DB_HAS_TD_NOTALLOC |