aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2009-12-28 21:29:53 +0000
committerDaniel Jacobowitz <drow@false.org>2009-12-28 21:29:53 +0000
commit0fe7935b333f7332ffd501dc45ff73ceec09b45f (patch)
tree5dabd7adb87f056b00889e1c60906baa53e650be /gdb/NEWS
parent22e722e1995bffc3b891dbcac05b8c274f14194e (diff)
downloadgdb-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9061dbf..8c0fd92 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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>]