diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-13 20:49:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-13 20:49:26 +0000 |
commit | 58b6ab1339836b1684461bec9eb72682bc2972df (patch) | |
tree | 91438643eba1a6f44b3249c36e0b12565b36a9b8 /gdb/ChangeLog | |
parent | f5011d116d48751c5f60071625b3f85738083691 (diff) | |
download | gdb-58b6ab1339836b1684461bec9eb72682bc2972df.zip gdb-58b6ab1339836b1684461bec9eb72682bc2972df.tar.gz gdb-58b6ab1339836b1684461bec9eb72682bc2972df.tar.bz2 |
* symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
(basic_lookup_transparent_type): Likewise.
* symfile.h (struct quick_symbol_functions)
<pre_expand_symtabs_matching>: New field.
* psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
(psym_functions): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4937d94..fdfaaa2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2010-07-13 Tom Tromey <tromey@redhat.com> + * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook. + (basic_lookup_transparent_type): Likewise. + * symfile.h (struct quick_symbol_functions) + <pre_expand_symtabs_matching>: New field. + * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function. + (psym_functions): Update. + +2010-07-13 Tom Tromey <tromey@redhat.com> + PR breakpoints/8357: * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment. * linespec.c (decode_line_1): Update comment. Call decode_label. |