Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")
[external/binutils.git] / gdb / ChangeLog
1 2018-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2
3         * compile/compile.c (compile_to_object): Convert "triplet_rx"
4         to "std::string".
5
6 2018-01-17  Tom Tromey  <tom@tromey.com>
7
8         * dwarf2read.c (symbolp): Remove typedef.  Don't instantiate VEC.
9
10 2018-01-17  Tom Tromey  <tom@tromey.com>
11
12         * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
13         * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
14         (create_array_type_with_stride): Update.
15         * dwarf2read.c (set_die_type): Update.
16
17 2018-01-17  Tom Tromey  <tom@tromey.com>
18
19         * dwarf2read.c (delayed_method_info): Remove typedef.
20         (dwarf2_cu::method_info): Now a std::vector.
21         (add_to_method_list): Update.
22         (free_delayed_list): Remove.
23         (compute_delayed_physnames): Update.
24         (process_full_comp_unit, process_full_type_unit): Clear the method
25         list.  Remove cleanups.
26         (psymtab_include_file_name): Add name_holder parameter.  Use
27         unique_xmalloc_ptr.
28         (dwarf_decode_lines): Update.
29
30 2018-01-17  Tom Tromey  <tom@tromey.com>
31             Simon Marchi  <simon.marchi@ericsson.com>
32
33         * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
34         (dwarf2_per_objfile::free_cached_comp_units)
35         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
36         (init_cutu_and_read_dies_no_follow): Update.
37         (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
38         (dwarf2_cu::~dwarf2_cu): New.
39         (free_heap_comp_unit, free_stack_comp_unit): Remove.
40         (age_cached_comp_units, free_one_cached_comp_unit): Update.
41
42 2018-01-17  Tom Tromey  <tom@tromey.com>
43             Simon Marchi  <simon.marchi@ericsson.com>
44
45         * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
46         (struct die_reader_specs) <abbrev_table>: New member.
47         (struct abbrev_table): Add constructor.
48         <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
49         <abbrev_obstack>: Now an auto_obstack.
50         (abbrev_table_up): New typedef.
51         (init_cu_die_reader): Add abbrev_table parameter.
52         (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
53         Add result_dwo_abbrev_table.
54         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
55         (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
56         Update.
57         (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
58         parameter.
59         (skip_children): Update.
60         (abbrev_table::alloc_abbrev): Rename from
61         abbrev_table_alloc_abbrev.
62         (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
63         (abbrev_table::lookup_abbrev): Rename from
64         abbrev_table_lookup_abbrev.
65         (abbrev_table_read_table): Return abbrev_table_up.
66         (abbrev_table_free, abbrev_table_free_cleanup)
67         (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
68         (load_partial_dies): Update.
69
70 2018-01-17  Tom Tromey  <tom@tromey.com>
71
72         * dwarf2read.c (dwarf2_compute_name): Update comment.
73         (read_func_scope, read_variable): Update.
74         (new_symbol): Remove.
75         (new_symbol_full): Rename to new_symbol.
76
77 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
78
79         PR gdb/16577
80         * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
81         a warning instead of throwing an error, set section size to 0 and return
82         NULL.
83         * gdb_bfd.h (gdb_bfd_map_section): Update description.
84
85 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
86
87         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
88         std::string.
89         (linux_ptrace_attach_fail_reason_string): Likewise.
90         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
91         Likewise.
92         (linux_ptrace_attach_fail_reason_string): Likewise.
93         * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
94
95 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
96
97         * linux-nat.c (linux_nat_attach): Remove xstrdup.
98
99 2018-01-17  Eldar Abusalimov  <eldar.abusalimov@jetbrains.com>
100
101         PR gdb/21559
102         * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
103         checking for fs_base/gs_base fields in struct user_regs_struct.
104         * configure: Regenerate.
105
106 2018-01-17  Yao Qi  <yao.qi@linaro.org>
107
108         * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
109         function.
110         (aarch64_linux_init_abi): Install it to gdbarch hook
111         gcc_target_options.
112
113 2018-01-15  Pedro Alves  <palves@redhat.com>
114
115         * common/signals-state-save-restore.c
116         (save_original_signals_state): Fix typos.
117
118 2017-01-12  Tom Tromey  <tom@tromey.com>
119             Sergio Durigan Junior  <sergiodj@redhat.com>
120
121         * Makefile.in (install-only): Install gdb-add-index.
122
123 2018-01-12  John Baldwin  <jhb@FreeBSD.org>
124
125         * fbsd-tdep.c (KVE_PROTECTION): Correct value.
126
127 2018-01-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
128
129         * infrun.c (keep_going_pass_signal): Clear step-over info when
130         insert_breakpoints fails.
131
132 2018-01-11  Pedro Alves  <palves@redhat.com>
133
134         PR gdb/22583
135         * infrun.c (resume): Rename to ...
136         (resume_1): ... this.
137         (resume): Reimplement as wrapper around resume_1.
138
139 2018-01-11  Pedro Alves  <palves@redhat.com>
140
141         PR remote/22597
142         * remote.c (remote_parse_stop_reply): Default to the last-set
143         general thread instead of to 'magic_null_ptid'.
144
145 2018-01-10  Pedro Alves  <palves@redhat.com>
146
147         * language.h (language_get_symbol_name_matcher): Rename ...
148         (get_symbol_name_matcher): ... this.
149         * language.c (language_get_symbol_name_matcher): Ditto.
150         * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
151         callers adjusted.
152
153 2018-01-10  Pedro Alves  <palves@redhat.com>
154
155         PR gdb/22670
156         * dwarf2read.c
157         (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
158         Adjust to use language_get_symbol_name_matcher instead of
159         language_defn::la_get_symbol_name_matcher.
160         * language.c (language_get_symbol_name_matcher): If in Ada mode
161         and the lookup name is a verbatim match, return Ada's matcher.
162         * language.h (language_get_symbol_name_matcher): Adjust comment.
163         (ada_lookup_name_info::verbatim_p):: New method.
164
165 2018-01-10  Pedro Alves  <palves@redhat.com>
166
167         PR gdb/22670
168         * ada-lang.c (ada_collect_symbol_completion_matches): If the
169         minsym's language is language_auto or language_cplus, pass down
170         language_ada instead.
171         * symtab.c (compare_symbol_name): Don't frob symbol language here.
172
173 2018-01-10  Pedro Alves  <palves@redhat.com>
174
175         PR gdb/22670
176         * minsyms.c (linkage_name_str): New function.
177         (iterate_over_minimal_symbols): Use it.
178
179 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
180
181         * NEWS: Document that 'info proc' now works on FreeBSD.
182
183 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
184
185         * configure.ac: Check for kinfo_getfile in libutil.
186         * configure: Regenerate.
187         * config.in: Regenerate.
188         * fbsd-nat.c: Include "fbsd-tdep.h".
189         (fbsd_fetch_cmdline): New.
190         (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
191         rather than calling error.
192         (fbsd_info_proc): New.
193         (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
194         (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
195         (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
196
197 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
198
199         * fbsd-nat.c (struct free_deleter): Remove.
200         (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
201
202 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
203
204         * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
205         NULL for an empty pathname.
206
207 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
208
209         * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
210         (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
211         (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
212         (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
213         (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
214         (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
215         (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
216         (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
217         (kinfo_proc_layout_32, kinfo_proc_layout_i386)
218         (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
219         (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
220         (fbsd_core_fetch_timeval, fbsd_print_sigset)
221         (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
222         (fbsd_init_abi):  Install gdbarch "core_info_proc" method.
223         * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
224
225 2018-01-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
226
227         * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
228         (gnu_xfer_auxv): New function.
229         (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
230         TARGET_OBJECT_AUXV.
231
232 2018-01-08  Yao Qi  <yao.qi@linaro.org>
233             Simon Marchi  <simon.marchi@ericsson.com>
234
235         * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
236         common/selftest.c.
237         (COMMON_OBS): Remove selftest.o.
238         * configure.ac: Append selftest-arch.c and common/selftest.c to
239         CONFIG_SRCS.  Append selftest-arch.o and selftest.o to COMMON_OBS.
240         * configure: Re-generated.
241         * maint.c (maintenance_selftest): Wrap selftests::run_tests with
242         GDB_SELF_TEST.
243         (maintenance_info_selftests): Likewise.
244
245 2018-01-08  Xavier Roirand  <roirand@adacore.com>
246
247         * ada-valprint.c (val_print_packed_array_elements): Use
248         proper number of elements when printing an array indexed
249         by an enumeration type.
250
251 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
252
253         * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
254         (dw2_get_file_names_reader): Adjust.
255         (lookup_dwo_signatured_type): Adjust.
256         (lookup_dwp_signatured_type): Adjust.
257         (lookup_signatured_type): Adjust.
258         (create_type_unit_group): Adjust.
259         (get_type_unit_group): Adjust.
260         (process_psymtab_comp_unit_reader): Adjust.
261         (build_type_psymtabs_reader): Adjust.
262         (scan_partial_symbols): Adjust.
263         (add_partial_symbol): Adjust.
264         (add_partial_subprogram): Adjust.
265         (peek_die_abbrev): Adjust.
266         (fixup_go_packaging): Adjust.
267         (process_imported_unit_die): Adjust.
268         (dwarf2_compute_name): Adjust.
269         (dwarf2_physname): Adjust.
270         (read_import_statement): Adjust.
271         (handle_DW_AT_stmt_list): Adjust.
272         (read_file_scope): Adjust.
273         (read_func_scope): Adjust.
274         (read_lexical_block_scope): Adjust.
275         (read_call_site_scope): Adjust.
276         (read_variable): Adjust.
277         (dwarf2_rnglists_process): Adjust.
278         (dwarf2_ranges_process): Adjust.
279         (dwarf2_ranges_read): Adjust.
280         (dwarf2_get_pc_bounds): Adjust.
281         (dwarf2_record_block_ranges): Adjust.
282         (dwarf2_add_field): Adjust.
283         (dwarf2_add_member_fn): Adjust.
284         (read_structure_type): Adjust.
285         (process_structure_scope): Adjust.
286         (read_enumeration_type): Adjust.
287         (read_array_type): Adjust.
288         (mark_common_block_symbol_computed): Adjust.
289         (read_common_block): Adjust.
290         (read_namespace_type): Adjust.
291         (read_namespace): Adjust.
292         (read_module_type): Adjust.
293         (read_tag_pointer_type): Adjust.
294         (read_tag_ptr_to_member_type): Adjust.
295         (read_tag_string_type): Adjust.
296         (read_subroutine_type): Adjust.
297         (read_typedef): Adjust.
298         (read_base_type): Adjust.
299         (attr_to_dynamic_prop): Adjust.
300         (read_subrange_type): Adjust.
301         (read_unspecified_type): Adjust.
302         (dwarf2_read_abbrevs): Adjust.
303         (load_partial_dies): Adjust.
304         (read_partial_die): Adjust.
305         (find_partial_die): Adjust.
306         (guess_partial_die_structure_name): Adjust.
307         (fixup_partial_die): Adjust.
308         (read_attribute_value): Adjust.
309         (read_addr_index): Adjust.
310         (read_addr_index_from_leb128): Adjust.
311         (read_str_index): Adjust.
312         (dwarf2_string_attr): Adjust.
313         (get_debug_line_section): Adjust.
314         (dwarf_decode_line_header): Adjust.
315         (lnp_state_machine::check_line_address): Adjust.
316         (dwarf_decode_lines_1): Adjust.
317         (dwarf_decode_lines): Adjust.
318         (dwarf2_start_symtab): Adjust.
319         (var_decode_location): Adjust.
320         (new_symbol_full): Adjust.
321         (dwarf2_const_value_data): Adjust.
322         (dwarf2_const_value_attr): Adjust.
323         (dwarf2_const_value): Adjust.
324         (die_type): Adjust.
325         (die_containing_type): Adjust.
326         (build_error_marker_type): Adjust.
327         (lookup_die_type): Adjust.
328         (guess_full_die_structure_name): Adjust.
329         (anonymous_struct_prefix): Adjust.
330         (determine_prefix): Adjust.
331         (dwarf2_name): Adjust.
332         (follow_die_ref_or_sig): Adjust.
333         (follow_die_offset): Adjust.
334         (follow_die_ref): Adjust.
335         (follow_die_sig_1): Adjust.
336         (follow_die_sig): Adjust.
337         (get_signatured_type): Adjust.
338         (get_DW_AT_signature_type): Adjust.
339         (decode_locdesc): Adjust.
340         (dwarf_decode_macros): Adjust.
341         (cu_debug_loc_section): Adjust.
342         (fill_in_loclist_baton): Adjust.
343         (dwarf2_symbol_mark_computed): Adjust.
344         (init_one_comp_unit): Don't assign
345         dwarf2_cu::dwarf2_per_objfile.
346         (set_die_type): Adjust.
347
348 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
349
350         * dwarf2read.c (struct mapped_debug_names): Add constructor.
351         <dwarf2_per_objfile>: New field.
352         (dwarf2_per_objfile): Remove global.
353         (get_dwarf2_per_objfile): New function.
354         (set_dwarf2_per_objfile): New function.
355         (dwarf2_build_psymtabs_hard): Change objfile parameter to
356         dwarf2_per_objfile.
357         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
358         (read_abbrev_offset): Likewise.
359         (read_indirect_string): Likewise.
360         (read_indirect_line_string): Likewise.
361         (read_indirect_string_at_offset): Likewise.
362         (read_indirect_string_from_dwz): Likewise.
363         (dwarf2_find_containing_comp_unit): Change objfile parameter to
364         dwarf2_per_objfile.
365         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
366         (create_all_comp_units): Change objfile parameter to
367         dwarf2_per_objfile.
368         (create_all_type_units): Likewise.
369         (process_queue): Add dwarf2_per_objfile parameter.
370         (read_and_check_comp_unit_head): Likewise.
371         (lookup_dwo_unit_in_dwp): Likewise.
372         (get_dwp_file): Likewise.
373         (process_cu_includes): Likewise.
374         (struct free_dwo_file_cleanup_data): New struct.
375         (dwarf2_has_info): Use get_dwarf2_per_objfile and
376         set_dwarf2_per_objfile.
377         (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
378         (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
379         context, adjust calls.
380         (dw2_instantiate_symtab): Likewise.
381         (dw2_get_cutu): Add dwarf2_per_objfile parameter.
382         (dw2_get_cu): Likewise.
383         (create_cu_from_index_list): Change objfile parameter to
384         dwarf2_per_objfile.
385         (create_cus_from_index_list): Get dwarf2_per_objfile from
386         context, adjust calls.
387         (create_cus_from_index): Likewise.
388         (create_signatured_type_table_from_index): Change objfile
389         parameter to dwarf2_per_objfile.
390         (create_signatured_type_table_from_debug_names): Change objfile
391         parameter to dwarf2_per_objfile.
392         (create_addrmap_from_index): Likewise.
393         (create_addrmap_from_aranges): Likewise.
394         (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
395         (dw2_setup): Remove.
396         (dw2_get_file_names_reader): Get dwarf2_per_objfile from
397         context.
398         (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
399         get_dwarf2_per_objfile.
400         (dw2_forget_cached_source_info): Likewise.
401         (dw2_map_symtabs_matching_filename): Likewise.
402         (struct dw2_symtab_iterator) <index>: Remove.
403         <dwarf2_per_objfile>: New field.
404         (dw2_symtab_iter_init): Replace index parameter with
405         dwarf2_per_objfile.
406         (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
407         (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
408         (dw2_print_stats): Likewise.
409         (dw2_dump): Likewise.
410         (dw2_expand_symtabs_for_function): Likewise.
411         (dw2_expand_all_symtabs): Likewise.
412         (dw2_expand_symtabs_with_fullname): Likewise.
413         (dw2_expand_marked_cus): Replace index and objfile parameters
414         with dwarf2_per_objfile.
415         (dw_expand_symtabs_matching_file_matcher): Add
416         dwarf2_per_objfile parameter and adjust calls.
417         (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
418         adjust calls.
419         (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
420         (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
421         adjust calls.
422         (create_cus_from_debug_names_list): Replace objfile parameter
423         with dwarf2_per_objfile and adjust calls.
424         (create_cus_from_debug_names): Likewise.
425         (dwarf2_read_debug_names): Likewise.
426         (mapped_debug_names::namei_to_name): Adjust call.
427         (dw2_debug_names_iterator::next): Likewise.
428         (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
429         (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
430         (dw2_debug_names_dump): Likewise.
431         (dw2_debug_names_expand_symtabs_for_function): Likewise.
432         (dw2_debug_names_expand_symtabs_matching): Likewise.
433         (dwarf2_initialize_objfile): Likewise.
434         (dwarf2_build_psymtabs): Likewise.
435         (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
436         this_cu.
437         (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
438         (read_and_check_comp_unit_head): Likewise.
439         (read_abbrev_offset): Likewise.
440         (create_debug_type_hash_table): Likewise.
441         (create_debug_types_hash_table): Likewise.
442         (create_all_type_units): Replace objfile parameter with
443         dwarf2_per_objfile.
444         (add_type_unit): Add dwarf2_per_objfile parameter.
445         (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
446         with dwarf2_per_objfile.
447         (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
448         (lookup_dwp_signatured_type): Likewise.
449         (lookup_signatured_type): Likewise.
450         (read_cutu_die_from_dwo): Likewise.
451         (init_tu_and_read_dwo_dies): Likewise.
452         (init_cutu_and_read_dies): Likewise.
453         (init_cutu_and_read_dies_no_follow): Likewise.
454         (allocate_type_unit_groups_table): Add objfile parameter.
455         (create_type_unit_group): Use dwarf2_per_objfile from cu.
456         (get_type_unit_group): Likewise.
457         (process_psymtab_comp_unit): Update call.
458         (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
459         (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
460         (print_tu_stats): Likewise.
461         (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
462         in void* parameter.
463         (build_type_psymtabs): Change objfile parameter to
464         dwarf2_per_objfile.
465         (process_skeletonless_type_unit): Use dwarf2_per_objfile
466         passed in void* parameter.
467         (process_skeletonless_type_units): Change objfile parameter to
468         dwarf2_per_objfile.
469         (set_partial_user): Likewise.
470         (dwarf2_build_psymtabs_hard): Likewise.
471         (read_comp_units_from_section): Likewise.
472         (create_all_comp_units): Likewise.
473         (scan_partial_symbols): Update calls.
474         (add_partial_symbol): Likewise.
475         (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
476         (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
477         (process_queue): Add dwarf2_per_objfile parameter.
478         (get_compunit_symtab): Use dwarf2_per_objfile from cu.
479         (compute_compunit_symtab_includes): Likewise.
480         (process_cu_includes): Add dwarf2_per_objfile parameter.
481         (process_full_comp_unit): Use dwarf2_per_objfile from cu.
482         (process_full_type_unit): Likewise.
483         (process_imported_unit_die): Update call.
484         (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
485         (read_file_scope): Likewise.
486         (allocate_dwo_file_hash_table): Add objfile parameter.
487         (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
488         (create_cus_hash_table): Likewise.
489         (create_dwp_hash_table): Likewise.
490         (create_dwo_unit_in_dwp_v1): Likewise.
491         (create_dwp_v2_section): Likewise.
492         (create_dwo_unit_in_dwp_v2): Likewise.
493         (lookup_dwo_unit_in_dwp): Likewise.
494         (try_open_dwop_file): Likewise.
495         (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
496         (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
497         cleanup to include a reference to dwarf2_per_objfile.
498         (open_dwp_file): Add dwarf2_per_objfile parameter.
499         (open_and_init_dwp_file): Likewise.
500         (get_dwp_file): Likewise.
501         (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
502         (queue_and_load_all_dwo_tus): Update call.
503         (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
504         data.
505         (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
506         (dwarf2_ranges_process): Likewise.
507         (dwarf2_get_pc_bounds): Likewise.
508         (mark_common_block_symbol_computed): Likewise.
509         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
510         (dwarf2_read_abbrevs): Update call.
511         (read_partial_die): Use dwarf2_per_objfile from cu.
512         (find_partial_die): Likewise.
513         (fixup_partial_die): Likewise.
514         (read_attribute_value): Likewise.
515         (read_indirect_string_at_offset_from): Add objfile parameter.
516         (read_indirect_string_at_offset): Add dwarf2_per_objfile
517         parameter.
518         (read_indirect_string_from_dwz): Add objfile parameter.
519         (read_indirect_string): Add objfile parameter.
520         (read_addr_index_1): Add dwarf2_per_objfile parameter.
521         (read_addr_index): Use dwarf2_per_objfile from cu.
522         (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
523         call dw2_setup.
524         (read_str_index): Use dwarf2_per_objfile from cu.
525         (get_debug_line_section): Likewise.
526         (read_formatted_entries): Add dwarf2_per_objfile parameter.
527         (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
528         (new_symbol_full): Use dwarf2_per_objfile from cu.
529         (build_error_marker_type): Likewise.
530         (lookup_die_type): Likewise.
531         (determine_prefix): Likewise.
532         (follow_die_offset): Likewise.
533         (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
534         (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
535         (dwarf2_fetch_die_type_sect_off): Likewise.
536         (dwarf2_get_die_type): Likewise.
537         (follow_die_sig_1): Use dwarf2_per_objfile from cu.
538         (get_signatured_type): Likewise.
539         (get_DW_AT_signature_type): Likewise.
540         (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
541         (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
542         (cu_debug_loc_section): Likewise.
543         (fill_in_loclist_baton): Likewise.
544         (dwarf2_symbol_mark_computed): Likewise.
545         (dwarf2_find_containing_comp_unit): Change objfile parameter to
546         dwarf2_per_objfile.
547         (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
548         parameter.
549         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
550         (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
551         (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
552         (set_die_type): Use dwarf2_free_objfile from cu.
553         (get_die_type_at_offset): Likewise.
554         (dwarf2_per_objfile_free): Don't assign global variable.
555         (debug_names) <constructor>: Add dwarf2_per_objfile
556         parameter, update m_debugstrlookup construction.
557         (debug_names::debug_str_lookup): Add dwarf2_per_objfile
558         parameter.
559         <m_dwarf2_per_objfile>: New field.
560         <lookup>: Use m_dwarf2_per_objfile.
561         (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
562         (psyms_seen_size): Likewise.
563         (write_gdbindex): Replace objfile parameter with
564         dwarf2_per_objfile.
565         (write_debug_names): Likewise.
566         (write_psymtabs_to_index): Likewise.
567         (save_gdb_index_command): Use get_dwarf2_per_objfile, update
568         calls.
569
570 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
571
572         * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
573         <dwarf2_per_objfile>: New field.
574         (struct dwarf2_per_cu_data) <objfile>: Remove.
575         <dwarf2_per_objfile>: New field.
576         (create_cu_from_index_list): Assign dwarf2_per_objfile instead
577         of objfile.
578         (create_signatured_type_table_from_index): Likewise.
579         (create_debug_type_hash_table): Likewise.
580         (fill_in_sig_entry_from_dwo_entry): Likewise.
581         (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
582         (create_type_unit_group): Assign dwarf2_per_objfile instead of
583         objfile.
584         (create_partial_symtab): Access objfile through
585         dwarf2_per_objfile.
586         (process_psymtab_comp_unit_reader): Likewise.
587         (read_comp_units_from_section): Likewise.
588         (scan_partial_symbols): Likewise.
589         (add_partial_symbol): Likewise.
590         (add_partial_subprogram): Likewise.
591         (peek_die_abbrev): Likewise.
592         (fixup_go_packaging): Likewise.
593         (process_full_comp_unit): Likewise.
594         (process_full_type_unit): Likewise.
595         (process_imported_unit_die): Likewise.
596         (dwarf2_compute_name): Likewise.
597         (dwarf2_physname): Likewise.
598         (read_import_statement): Likewise.
599         (create_cus_hash_table): Assign dwarf2_physname instead of
600         objfile.
601         (read_func_scope): Access objfile through dwarf2_per_objfile.
602         (read_lexical_block_scope): Likewise.
603         (read_call_site_scope): Likewise.
604         (read_variable): Likewise.
605         (dwarf2_rnglists_process): Likewise.
606         (dwarf2_ranges_process): Likewise.
607         (dwarf2_ranges_read): Likewise.
608         (dwarf2_record_block_ranges): Likewise.
609         (dwarf2_add_field): Likewise.
610         (dwarf2_add_member_fn): Likewise.
611         (read_structure_type): Likewise.
612         (process_structure_scope): Likewise.
613         (read_enumeration_type): Likewise.
614         (read_array_type): Likewise.
615         (read_common_block): Likewise.
616         (read_namespace_type): Likewise.
617         (read_namespace): Likewise.
618         (read_module_type): Likewise.
619         (read_tag_pointer_type): Likewise.
620         (read_tag_ptr_to_member_type): Likewise.
621         (read_tag_string_type): Likewise.
622         (read_subroutine_type): Likewise.
623         (read_typedef): Likewise.
624         (read_base_type): Likewise.
625         (attr_to_dynamic_prop): Likewise.
626         (read_subrange_type): Likewise.
627         (read_unspecified_type): Likewise.
628         (load_partial_dies): Likewise.
629         (read_partial_die): Likewise.
630         (find_partial_die): Likewise.
631         (guess_partial_die_structure_name): Likewise.
632         (fixup_partial_die): Likewise.
633         (read_attribute_value): Likewise.
634         (read_addr_index_from_leb128): Likewise.
635         (dwarf2_read_addr_index): Likewise.
636         (dwarf2_string_attr): Likewise.
637         (lnp_state_machine::check_line_address): Likewise.
638         (dwarf_decode_lines_1): Likewise.
639         (dwarf_decode_lines): Likewise.
640         (dwarf2_start_symtab): Likewise.
641         (var_decode_location): Likewise.
642         (new_symbol_full): Likewise.
643         (dwarf2_const_value_data): Likewise.
644         (dwarf2_const_value_attr): Likewise.
645         (dwarf2_const_value): Likewise.
646         (die_type): Likewise.
647         (die_containing_type): Likewise.
648         (lookup_die_type): Likewise.
649         (guess_full_die_structure_name): Likewise.
650         (anonymous_struct_prefix): Likewise.
651         (dwarf2_name): Likewise.
652         (follow_die_ref_or_sig): Likewise.
653         (follow_die_offset): Likewise.
654         (follow_die_ref): Likewise.
655         (dwarf2_fetch_die_loc_sect_off): Likewise.
656         (dwarf2_fetch_constant_bytes): Likewise.
657         (dwarf2_fetch_die_type_sect_off): Likewise.
658         (dwarf2_get_die_type): Likewise.
659         (follow_die_sig): Likewise.
660         (decode_locdesc): Likewise.
661         (dwarf2_per_cu_objfile): Likewise.
662         (dwarf2_per_cu_text_offset): Likewise.
663         (init_one_comp_unit): Assign dwarf2_per_objfile instead of
664         objfile.
665         (set_die_type): Access objfile through
666         dwarf2_per_objfile.
667
668 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
669
670         * valprint.c (converted_character_d): Remove typedef.
671         (DEF_VEC_O (converted_character_d)): Remove.
672         (count_next_character): Use std::vector.
673         (print_converted_chars_to_obstack): Likewise.
674         (generic_printstr): Likewise.
675
676 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
677
678         * xml-support.h (struct gdb_xml_value): Add constructor.
679         <value>: Change type to unique_xmalloc_ptr.
680         (gdb_xml_value_s): Remove typedef.
681         (DEF_VEC_O (gdb_xml_value_s)): Remove.
682         (gdb_xml_element_start_handler): Change parameter type to
683         std::vector.
684         (xml_find_attribute): Likewise.
685         * xml-support.c (xml_find_attribute): Change parameter type to
686         std::vector and adjust.
687         (gdb_xml_values_cleanup): Remove.
688         (gdb_xml_parser::start_element): Adjust to std::vector.
689         (xinclude_start_include): Change paraeter type to std::vector
690         and adjust.
691         * btrace.c (check_xml_btrace_version): Likewise.
692         (parse_xml_btrace_block): Likewise.
693         (parse_xml_btrace_pt_config_cpu): Likewise.
694         (parse_xml_btrace_pt): Likewise.
695         (parse_xml_btrace_conf_bts): Likewise.
696         (parse_xml_btrace_conf_pt): Likewise.
697         * memory-map.c (memory_map_start_memory): Likewise.
698         (memory_map_start_property): Likewise.
699         * osdata.c (osdata_start_osdata): Likewise.
700         (osdata_start_item): Likewise.
701         (osdata_start_column): Likewise.
702         * remote.c (start_thread): Likewise.
703         * solib-aix.c (library_list_start_library): Likewise.
704         (library_list_start_list): Likewise.
705         * solib-svr4.c (library_list_start_library): Likewise.
706         (svr4_library_list_start_list): Likewise.
707         * solib-target.c (library_list_start_segment): Likewise.
708         (library_list_start_section): Likewise.
709         (library_list_start_library): Likewise.
710         (library_list_start_list): Likewise.
711         * tracepoint.c (traceframe_info_start_memory): Likewise.
712         (traceframe_info_start_tvar): Likewise.
713         * xml-syscall.c (syscall_start_syscall): Likewise.
714         * xml-tdesc.c (tdesc_start_target): Likewise.
715         (tdesc_start_feature): Likewise.
716         (tdesc_start_reg): Likewise.
717         (tdesc_start_union): Likewise.
718         (tdesc_start_struct): Likewise.
719         (tdesc_start_flags): Likewise.
720         (tdesc_start_enum): Likewise.
721         (tdesc_start_field): Likewise.
722         (tdesc_start_enum_value): Likewise.
723         (tdesc_start_vector): Likewise.
724
725 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
726
727         * extension.h (struct xmethod_worker) <clone>: Remove.
728         * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
729         Remove.
730         (python_xmethod_worker::clone): Remove.
731         * valops.c (find_overload_match): Use std::move instead of
732         clone.
733
734 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
735
736         * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
737         (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
738         <free_xmethod_worker_data>: Remove.
739         <get_matching_xmethod_workers>: Chance VEC to std::vector.
740         <get_xmethod_arg_types>: Remove.
741         <get_xmethod_result_type>: Remove.
742         <invoke_xmethod>: Remove.
743         * extension.c (new_xmethod_worker): Remove.
744         (clone_xmethod_worker): Remove.
745         (get_matching_xmethod_workers): Return void, pass std::vector by
746         pointer.
747         (get_xmethod_arg_types): Rename to...
748         (xmethod_worker::get_arg_types): ... this, and adjust.
749         (get_xmethod_result_type): Rename to...
750         (xmethod_worker::get_result_type): ... this, and adjust.
751         (invoke_xmethod): Remove.
752         (free_xmethod_worker): Remove.
753         (free_xmethod_worker_vec): Remove.
754         * extension.h (enum ext_lang_rc): Move here from
755         extension-priv.h.
756         (struct xmethod_worker): Add constructor and destructor.
757         <data>: Remove.
758         <value>: Remove.
759         <invoke, clone, do_get_result_type, do_get_arg_types>: New
760         virtual pure methods.
761         <get_arg_types, get_result_type>: New methods.
762         (xmethod_worker_ptr): Remove typedef.
763         (DEF_VEC_P (xmethod_worker_ptr)): Remove.
764         (xmethod_worker_vec): Remove typedef.
765         (xmethod_worker_up): New typedef.
766         (invoke_xmethod): Remove.
767         (clone_xmethod_worker): Remove.
768         (free_xmethod_worker): Remove.
769         (free_xmethod_worker_vec): Remove.
770         (get_xmethod_arg_types): Remove.
771         (get_xmethod_result_type): Remove.
772         * valops.c (find_method_list): Use std::vector, don't use
773         intermediate vector.
774         (value_find_oload_method_list): Use std::vector.
775         (find_overload_match): Use std::vector.
776         (find_oload_champ): Use std::vector.
777         * value.c (value_free): Use operator delete.
778         (value_of_xmethod): Rename to...
779         (value_from_xmethod): ... this.  Don't assign
780         xmethod_worker::value, take rvalue-reference.
781         (result_type_of_xmethod): Adjust.
782         (call_xmethod): Adjust.
783         * value.h: Include extension.h.
784         (struct xmethod_worker): Don't forward-declare.
785         (value_of_xmethod): Rename to...
786         (value_from_xmethod): ... this, take rvalue-reference.
787         * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
788         (struct python_xmethod_worker): ... this, add constructor and
789         destructor.
790         <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
791         (gdbpy_free_xmethod_worker_data): Rename to...
792         (python_xmethod_worker::~python_xmethod_worker): ... this and
793         adjust.
794         (gdbpy_clone_xmethod_worker_data): Rename to...
795         (python_xmethod_worker::clone): ... this and adjust.
796         (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
797         temporary vector.
798         (gdbpy_get_xmethod_arg_types): Rename to...
799         (python_xmethod_worker::do_get_arg_types): ... this and adjust.
800         (gdbpy_get_xmethod_result_type): Rename to...
801         (python_xmethod_worker::do_get_result_type): ... this and
802         adjust.
803         (gdbpy_invoke_xmethod): Rename to...
804         (python_xmethod_worker::invoke): ... this and adjust.
805         (new_python_xmethod_worker): Rename to...
806         (python_xmethod_worker::python_xmethod_worker): ... this and
807         adjust.
808         * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
809         Remove.
810         (gdbpy_free_xmethod_worker_data): Remove.
811         (gdbpy_get_matching_xmethod_workers): Use std::vector.
812         (gdbpy_get_xmethod_arg_types): Remove.
813         (gdbpy_get_xmethod_result_type): Remove.
814         (gdbpy_invoke_xmethod): Remove.
815         * python/python.c (python_extension_ops): Remove obsolete
816         callbacks.
817
818 2018-01-05  Pedro Alves  <palves@redhat.com>
819
820         PR gdb/18653
821         * common/signals-state-save-restore.c
822         (save_original_signals_state): New parameter 'quiet'.  Warn if we
823         find a custom handler preinstalled, instead of internal erroring.
824         But only warn if !quiet.
825         * common/signals-state-save-restore.h
826         (save_original_signals_state): New parameter 'quiet'.
827         * main.c (captured_main_1): Move save_original_signals_state call
828         after option handling, and pass QUIET.
829
830 2018-01-05  Pedro Alves  <palves@redhat.com>
831
832         * spu-tdep.c (spu_catch_start): Pass
833         symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
834
835 2018-01-05  Pedro Alves  <palves@redhat.com>
836
837         PR gdb/22670
838         * ada-lang.c (literal_symbol_name_matcher): New function.
839         (ada_get_symbol_name_matcher): Use it for
840         symbol_name_match_type::SEARCH_NAME.
841         * block.c (block_lookup_symbol): New parameter 'match_type'.  Pass
842         it down instead of assuming symbol_name_match_type::FULL.
843         * block.h (block_lookup_symbol): New parameter 'match_type'.
844         * c-valprint.c (print_unpacked_pointer): Use
845         lookup_symbol_search_name instead of lookup_symbol.
846         * compile/compile-object-load.c (get_out_value_type): Pass down
847         symbol_name_match_type::SEARCH_NAME.
848         * cp-namespace.c (cp_basic_lookup_symbol): Pass down
849         symbol_name_match_type::FULL.
850         * cp-support.c (cp_get_symbol_name_matcher): Handle
851         symbol_name_match_type::SEARCH_NAME.
852         * infrun.c (insert_exception_resume_breakpoint): Use
853         lookup_symbol_search_name.
854         * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
855         * psymtab.c (maintenance_check_psymtabs): Use
856         symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
857         * stack.c (print_frame_args): Use lookup_symbol_search_name and
858         SYMBOL_SEARCH_NAME.
859         * symtab.c (lookup_local_symbol): Don't demangle the lookup name
860         if symbol_name_match_type::SEARCH_NAME.
861         (lookup_symbol_in_language): Pass down
862         symbol_name_match_type::FULL.
863         (lookup_symbol_search_name): New.
864         (lookup_language_this): Pass down
865         symbol_name_match_type::SEARCH_NAME.
866         (lookup_symbol_aux, lookup_local_symbol): New parameter
867         'match_type'.  Pass it down.
868         * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
869         (lookup_symbol_search_name): New declaration.
870         (lookup_symbol_in_block): New 'match_type' parameter.
871
872 2018-01-05  Pedro Alves  <palves@redhat.com>
873
874         PR gdb/22670
875         * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
876         ada_lookup_symbol.
877         (ada_lookup_symbol): Reimplement in terms of
878         ada_lookup_symbol_list, bits factored out from
879         ada_lookup_encoded_symbol.
880
881 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
882
883         * ada-exp.y (write_object_renaming): When subscripting an array
884         using a symbol as the index, pass the block in call to
885         ada_lookup_encoded_symbol when looking that symbol up.
886
887 2018-01-05  Jerome Guitton  <guitton@adacore.com>
888
889         * ada-lang.c (ada_array_length): Use ada_index_type instead of
890         TYPE_INDEX_TYPE.
891
892 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
893
894         * ada-lang.c (ada_to_fixed_value_create): Add handling of
895         the case where VALUE_LVAL (val0) is not lval_memory.
896
897 2018-01-05  Xavier Roirand  <roirand@adacore.com>
898
899         * ada-valprint.c (print_optional_low_bound): Handle
900         character-indexed array printing like boolean-indexed array
901         printing.
902
903 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
904
905         * NEWS: Create a new section for the next release branch.
906         Rename the section of the current branch, now that it has
907         been cut.
908
909 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
910
911         GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
912         * version.in: Bump version to 8.1.50.DATE-git.
913
914 2018-01-03  Xavier Roirand  <roirand@adacore.com>
915
916         * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
917         Add field.
918         * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
919         Add field.
920         (default_exception_support_info) <catch_handlers_sym>: Add field.
921         (exception_support_info_fallback) <catch_handlers_sym>: Add field.
922         (ada_exception_name_addr_1): Add "catch handlers" handling.
923         (ada_exception_catchpoint_cond_string) <ex>: New parameter.
924         Update all callers.
925         (create_excep_cond_exprs) <ex>: Add parameter.
926         (re_set_exception): Update create_excep_cond_exprs call.
927         (print_it_exception, print_one_exception, print_mention_exception)
928         (print_recreate_exception): Add "catch handler" handling.
929         (allocate_location_catch_handlers, re_set_catch_handlers)
930         (check_status_catch_handlers, print_it_catch_handlers)
931         (print_one_catch_handlers, print_mention_catch_handlers)
932         (print_recreate_catch_handlers): New function.
933         (catch_handlers_breakpoint_ops): New variable.
934         (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
935         Add parameter.  Add "catch handler" handling.
936         (ada_exception_sym_name, ada_exception_breakpoint_ops):
937         Add "catch handler" handling.
938         (ada_exception_catchpoint_cond_string): Add "catch handler"
939         handling.
940         (create_ada_exception_catchpoint): Update create_excep_cond_exprs
941         call.
942         (catch_ada_handlers_command): New function.
943         (initialize_ada_catchpoint_ops): Initialize "catch handlers"
944         operations structure.
945         (_initialize_ada_language): Add "catch handlers" command entry.
946         * NEWS: Document "catch handlers" feature.
947
948 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
949
950         * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
951         account when creating the array type of the slice.
952         (ada_value_slice): Likewise.
953
954 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
955
956         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
957         New enum value.
958         (create_array_type_with_stride): Add byte_stride_prop parameter.
959         * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
960         New parameter.  Update all callers in this file.
961         (array_type_has_dynamic_stride): New function.
962         (is_dynamic_type_internal, resolve_dynamic_array): Add handling
963         of arrays with dynamic byte strides.
964         * dwarf2read.c (read_array_type): Add support for dynamic
965         DW_AT_byte_stride attributes.
966
967 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
968
969         * dwarf2read.c (read_unspecified_type): Treat
970         DW_TAG_enumeration_type DIEs from Ada units as stubs.
971
972 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
973
974         Update copyright year range in all GDB files.
975
976 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
977
978         * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
979         and gdb/testsuite/gdb.base/step-line.c.
980
981 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
982
983         * copyright.py (main): Dump the contents of
984         MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
985         even if BY_HAND is empty.
986
987 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
988
989         * top.c (print_gdb_version): Update Copyright year in version
990         message.
991
992 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
993
994         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
995
996 For older changes see ChangeLog-2017.
997 \f
998 Local Variables:
999 mode: change-log
1000 left-margin: 8
1001 fill-column: 74
1002 version-control: never
1003 coding: utf-8
1004 End: