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/doc/gdb.texinfo | |
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/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 40bbe07..308834f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12924,7 +12924,7 @@ that conflict with the regular expression language (e.g.@: @kindex info variables @item info variables -Print the names and data types of all variables that are declared +Print the names and data types of all variables that are defined outside of functions (i.e.@: excluding local variables). @item info variables @var{regexp} |