diff options
author | Daniel Jacobowitz <drow@false.org> | 2009-12-28 21:29:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2009-12-28 21:29:53 +0000 |
commit | 0fe7935b333f7332ffd501dc45ff73ceec09b45f (patch) | |
tree | 5dabd7adb87f056b00889e1c60906baa53e650be /gdb/NEWS | |
parent | 22e722e1995bffc3b891dbcac05b8c274f14194e (diff) | |
download | gdb-0fe7935b333f7332ffd501dc45ff73ceec09b45f.zip gdb-0fe7935b333f7332ffd501dc45ff73ceec09b45f.tar.gz gdb-0fe7935b333f7332ffd501dc45ff73ceec09b45f.tar.bz2 |
* NEWS: Document "info variables" change.
* dwarf2read.c (new_symbol): Add file-scope external unresolved
symbols to global_symbols.
* symtab.c (search_symbols): Skip LOC_UNRESOLVED symbols.
doc/
* gdb.texinfo (Symbols): "info variables" prints definitions, not
declarations.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ disassemble The disassemble command, when invoked with two arguments, now requires the arguments to be comma-separated. +info variables + The info variables command now displays variable definitions. Files + which only declare a variable are not shown. + * New commands (for set/show, see "New options" below) record save [<FILENAME>] |