* main.c (main): Read the $HOME/.gdbinit file before processing
authorJohn Gilmore <gnu@cygnus>
Sat, 4 Jul 1992 12:21:01 +0000 (12:21 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 4 Jul 1992 12:21:01 +0000 (12:21 +0000)
commit3a16d640660712183f9b130a38fdba768076cce2
tree7f65387906a4f1699a74799ced122cc93742df82
parentbc718e874a91d852bfd49e9d31bb35b4fecd93d1
* main.c (main):  Read the $HOME/.gdbinit file before processing
the argv arguments (e.g. reading symbol files or core
files).  This allows global parameters to be set, which will apply
during the symbol reading.  The ./.gdbinit is still read after
argv processing.
* symtab.c (list_symbols):  `i variables' shouldn't show enum values.
gdb/main.c
gdb/symtab.c