diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-05-15 04:12:17 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-05-15 04:12:17 +0000 |
commit | 9cc815f56d3c2f1fc8f033b869693975bceb9633 (patch) | |
tree | 9605150ae938574a6da477e783646edb1480eb52 /gdb/NEWS | |
parent | 6a609e58cb315cf204d4496e0e7d3edd0bc85fd5 (diff) | |
download | gdb-9cc815f56d3c2f1fc8f033b869693975bceb9633.zip gdb-9cc815f56d3c2f1fc8f033b869693975bceb9633.tar.gz gdb-9cc815f56d3c2f1fc8f033b869693975bceb9633.tar.bz2 |
gdb/
* NEWS (show auto-load scripts-directory): Add forgotten command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,6 +191,7 @@ show auto-load libthread-db Control auto-loading of inferior specific thread debugging shared library. set auto-load scripts-directory <dir1>[:<dir2>...] +show auto-load scripts-directory Set a list of directories from which to load auto-loaded scripts. Automatically loaded Python scripts and GDB scripts are located in one of the directories listed by this option. |