aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-05-15 04:12:17 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-05-15 04:12:17 +0000
commit9cc815f56d3c2f1fc8f033b869693975bceb9633 (patch)
tree9605150ae938574a6da477e783646edb1480eb52
parent6a609e58cb315cf204d4496e0e7d3edd0bc85fd5 (diff)
downloadfsf-binutils-gdb-9cc815f56d3c2f1fc8f033b869693975bceb9633.zip
fsf-binutils-gdb-9cc815f56d3c2f1fc8f033b869693975bceb9633.tar.gz
fsf-binutils-gdb-9cc815f56d3c2f1fc8f033b869693975bceb9633.tar.bz2
gdb/
* NEWS (show auto-load scripts-directory): Add forgotten command.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd3f2e3..9cd6ddb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * NEWS (show auto-load scripts-directory): Add forgotten command.
+
+2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* spu-tdep.c (spu_catch_start): Update create_breakpoint caller
parameters.
diff --git a/gdb/NEWS b/gdb/NEWS
index 4ddd990..b2e63b3 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.