diff options
author | Doug Evans <dje@google.com> | 2010-08-26 23:36:53 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-08-26 23:36:53 +0000 |
commit | e254ef6a5f979ff845ad6e6b986418fcbd070d13 (patch) | |
tree | 29fabd78bdabe800f9b66d62d884f1d28fa96145 /gdb/ChangeLog | |
parent | 90d74c301f749fc06e859ab4424fd4cabc019bc2 (diff) | |
download | gdb-e254ef6a5f979ff845ad6e6b986418fcbd070d13.zip gdb-e254ef6a5f979ff845ad6e6b986418fcbd070d13.tar.gz gdb-e254ef6a5f979ff845ad6e6b986418fcbd070d13.tar.bz2 |
* dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
(dw2_forget_cached_source_info): Rename local cu to per_cu.
(dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
(dw2_print_stats, dw2_expand_all_symtabs): Ditto.
(dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
(dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
(dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
(dwarf2_free_objfile, write_one_signatured_type): Ditto.
(write_psymtabs_to_index): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7404327..d1f1320 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2010-08-26 Doug Evans <dje@google.com> + + * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu. + (dw2_forget_cached_source_info): Rename local cu to per_cu. + (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto. + (dw2_print_stats, dw2_expand_all_symtabs): Ditto. + (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto. + (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto. + (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto. + (dwarf2_free_objfile, write_one_signatured_type): Ditto. + (write_psymtabs_to_index): Ditto. + 2010-08-26 Pedro Alves <pedro@codesourcery.com> * NEWS: Mention libthread_db debugging with core files. |