summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index abd0932640c..81d5f76d174 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
*** Changes since GDB 7.5
+* New command line options:
+
+-nh Disables auto-loading of ~/.gdbinit, but still executes all the
+ other initialization files, unlike -nx which disables all of them.
+
* Python scripting
** Vectors can be created with gdb.Type.vector.