diff options
author | Doug Evans <dje@google.com> | 2012-05-24 00:23:13 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-05-24 00:23:13 +0000 |
commit | 71cddcc1781397b21470ead8662c6805856192c0 (patch) | |
tree | 8ddfd4b47457b2e2f6c5572f43d4176a2ecd1123 /gdb/ChangeLog | |
parent | f87b241e49c958386f7b0a9b7269234b00c02f7f (diff) | |
download | gdb-71cddcc1781397b21470ead8662c6805856192c0.zip gdb-71cddcc1781397b21470ead8662c6805856192c0.tar.gz gdb-71cddcc1781397b21470ead8662c6805856192c0.tar.bz2 |
* symtab.c (search_symbols): Pass NULL for file_matcher to
expand_symtabs_matching if there are no files to match.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9a82c3..5aa5b11 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2012-05-23 Doug Evans <dje@google.com> + * symtab.c (search_symbols): Pass NULL for file_matcher to + expand_symtabs_matching if there are no files to match. + * gdbtypes.c (lookup_typename): Simplify. 2012-05-23 Pedro Alves <palves@redhat.com> |