aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-10-15 21:45:04 +0000
committerDoug Evans <dje@google.com>2012-10-15 21:45:04 +0000
commit07540c156d053380cda0aca5b137a7f5ef0e0e24 (patch)
treef634bfea9180c211e4ece0fec40da95a08aab8ca /gdb/doc/ChangeLog
parenteab09350a37d669c13aaccf621c9e22b7776a3be (diff)
downloadgdb-07540c156d053380cda0aca5b137a7f5ef0e0e24.zip
gdb-07540c156d053380cda0aca5b137a7f5ef0e0e24.tar.gz
gdb-07540c156d053380cda0aca5b137a7f5ef0e0e24.tar.bz2
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/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 05ac406..c33445a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-15 Doug Evans <dje@google.com>
+
+ * gdb.texinfo (Mode Options): Document -nh.
+ Elaborate on docs for -nx.
+
2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
* observer.texi (memory_changed): Expand parameter LEN to ssize_t.