diff options
author | Doug Evans <dje@google.com> | 2010-12-15 17:28:00 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-12-15 17:28:00 +0000 |
commit | a86caf66bb66054f86ef6bed3c5fa6d68444734b (patch) | |
tree | dacd30dd4676b811dab258da5a799f596b3ee7c2 /gdb/NEWS | |
parent | 2fbb4320cae80e68bd80064cac06588f33546e6f (diff) | |
download | gdb-a86caf66bb66054f86ef6bed3c5fa6d68444734b.zip gdb-a86caf66bb66054f86ef6bed3c5fa6d68444734b.tar.gz gdb-a86caf66bb66054f86ef6bed3c5fa6d68444734b.tar.bz2 |
Rename "maint set python auto-load" to "set auto-load-scripts".
* NEWS: Mention it.
* python/py-auto-load.c (auto_load_scripts): Renamed from
gdbpy_auto_load.
(load_auto_scripts_for_objfile): Update.
(gdbpy_initialize_auto_load): Rename "maint set python auto-load" to
"set auto-load-scripts".
doc/
* gdb.texinfo (Startup): Document auto-loading of scripts during
startup.
(Auto-loading): Delete "maint set python auto-load on|off".
Add "set auto-load-scripts on|off".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ -data-directory DIR Specify DIR as the "data-directory". This is mostly for testing purposes. +* The "maint set python auto-load on|off" command has been renamed to + "set auto-load-scripts on|off". + * GDB has a new command: "set directories". It is like the "dir" command except that it replaces the source path list instead of augmenting it. |