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