gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 11 May 2012 18:20:26 +0000 (18:20 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 11 May 2012 18:20:26 +0000 (18:20 +0000)
commit7349ff92c20df6a9f4ea3e53383d99622960d74d
tree8dcb7146e055552867a6caaf37a9f62ae24cbaa0
parent4723351a020971562868ce3d500be1824e820a51
gdb/
Implement multi-component --with-auto-load-dir.
* NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
entries.
(--with-auto-load-safe-path): Update the default value description.
* auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
New.
(auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
(_initialize_auto_load): Initialize also auto_load_dir.  Install new
"set auto-load scripts-directory".
* config.in: Regenerate.
* configure: Regenerate.
* configure.ac (--with-auto-load-dir): New configure option.
(--auto-load-safe-path): Change the default to --with-auto-load-dir.

gdb/doc/
Implement multi-component --with-auto-load-dir.
* gdb.texinfo (Auto-loading): New references
for 'set auto-load scripts-directory'
and 'show auto-load scripts-directory'.
(Auto-loading safe path): Describe the new default.  Move $ddir
substituation reference to 'objfile-gdb.py file'.
(objfile-gdb.py file): Describe script-name alias.  Change real-name to
script-name.  Describe new 'set auto-load scripts-directory'
and 'show auto-load scripts-directory'.
gdb/ChangeLog
gdb/NEWS
gdb/auto-load.c
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
This page took 0.027352 seconds and 4 git commands to generate.