diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2017-12-08 22:44:11 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-12-08 23:37:30 +0000 |
commit | 4b514bc80885fa91e57b9d80f74ea267df343c46 (patch) | |
tree | 93658de5b70b7e847d0cadcd9a2aaddbc60e2bfe /gdb/ChangeLog | |
parent | abccd1e7b7a37385159610ca4e0bc2632a547e9a (diff) | |
download | gdb-4b514bc80885fa91e57b9d80f74ea267df343c46.zip gdb-4b514bc80885fa91e57b9d80f74ea267df343c46.tar.gz gdb-4b514bc80885fa91e57b9d80f74ea267df343c46.tar.bz2 |
Refactor: Move some generic code out of .gdb_index code
Preparation for the next patch.
gdb/ChangeLog
2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
* dwarf2read.c (create_cu_from_index_list): New from ...
(create_cus_from_index_list): ... this function, use it.
(dw_expand_symtabs_matching_file_matcher)
(dw2_expand_symtabs_matching_one): New from ...
(dw2_expand_symtabs_matching): ... this function, use them.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6f3714..5d596f0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com> + * dwarf2read.c (create_cu_from_index_list): New from ... + (create_cus_from_index_list): ... this function, use it. + (dw_expand_symtabs_matching_file_matcher) + (dw2_expand_symtabs_matching_one): New from ... + (dw2_expand_symtabs_matching): ... this function, use them. + +2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com> + * defs.h (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move here declarations from elfread.c. (dwarf2_initialize_objfile): Change return value. |