diff options
author | Doug Evans <dje@google.com> | 2012-10-15 21:45:04 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-10-15 21:45:04 +0000 |
commit | 07540c156d053380cda0aca5b137a7f5ef0e0e24 (patch) | |
tree | f634bfea9180c211e4ece0fec40da95a08aab8ca /gdb/NEWS | |
parent | eab09350a37d669c13aaccf621c9e22b7776a3be (diff) | |
download | gdb-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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |