summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-10-15 21:45:01 +0000
committerDoug Evans <dje@google.com>2012-10-15 21:45:01 +0000
commit06fb2b96b8803806319224b9709af774dfeb734a (patch)
tree0e471ff2925ab670a9aa47e932f16da4e663c0fe /gdb/NEWS
parent5164ec17af2b8a66674aaf0ee013ed9d71fa383e (diff)
downloadgdb-06fb2b96b8803806319224b9709af774dfeb734a.tar.gz
New option -nh: inhibit loading of ~/.gdbinit.
* NEWS: Mention -nh. * main.c (captured_main): Recognize and process -nh. (print_gdb_help): Mention -nh. * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior. doc/ * gdb.texinfo (Mode Options): Document -nh. Elaborate on docs for -nx.
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.