(Ada) problem printing renaming which references a subprogram parameter
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-exp.y (write_object_renaming): When subscripting an array
4 using a symbol as the index, pass the block in call to
5 ada_lookup_encoded_symbol when looking that symbol up.
6
7 2018-01-05 Jerome Guitton <guitton@adacore.com>
8
9 * ada-lang.c (ada_array_length): Use ada_index_type instead of
10 TYPE_INDEX_TYPE.
11
12 2018-01-05 Joel Brobecker <brobecker@adacore.com>
13
14 * ada-lang.c (ada_to_fixed_value_create): Add handling of
15 the case where VALUE_LVAL (val0) is not lval_memory.
16
17 2018-01-05 Xavier Roirand <roirand@adacore.com>
18
19 * ada-valprint.c (print_optional_low_bound): Handle
20 character-indexed array printing like boolean-indexed array
21 printing.
22
23 2018-01-05 Joel Brobecker <brobecker@adacore.com>
24
25 * NEWS: Create a new section for the next release branch.
26 Rename the section of the current branch, now that it has
27 been cut.
28
29 2018-01-05 Joel Brobecker <brobecker@adacore.com>
30
31 GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
32 * version.in: Bump version to 8.1.50.DATE-git.
33
34 2018-01-03 Xavier Roirand <roirand@adacore.com>
35
36 * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
37 Add field.
38 * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
39 Add field.
40 (default_exception_support_info) <catch_handlers_sym>: Add field.
41 (exception_support_info_fallback) <catch_handlers_sym>: Add field.
42 (ada_exception_name_addr_1): Add "catch handlers" handling.
43 (ada_exception_catchpoint_cond_string) <ex>: New parameter.
44 Update all callers.
45 (create_excep_cond_exprs) <ex>: Add parameter.
46 (re_set_exception): Update create_excep_cond_exprs call.
47 (print_it_exception, print_one_exception, print_mention_exception)
48 (print_recreate_exception): Add "catch handler" handling.
49 (allocate_location_catch_handlers, re_set_catch_handlers)
50 (check_status_catch_handlers, print_it_catch_handlers)
51 (print_one_catch_handlers, print_mention_catch_handlers)
52 (print_recreate_catch_handlers): New function.
53 (catch_handlers_breakpoint_ops): New variable.
54 (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
55 Add parameter. Add "catch handler" handling.
56 (ada_exception_sym_name, ada_exception_breakpoint_ops):
57 Add "catch handler" handling.
58 (ada_exception_catchpoint_cond_string): Add "catch handler"
59 handling.
60 (create_ada_exception_catchpoint): Update create_excep_cond_exprs
61 call.
62 (catch_ada_handlers_command): New function.
63 (initialize_ada_catchpoint_ops): Initialize "catch handlers"
64 operations structure.
65 (_initialize_ada_language): Add "catch handlers" command entry.
66 * NEWS: Document "catch handlers" feature.
67
68 2018-01-02 Joel Brobecker <brobecker@adacore.com>
69
70 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
71 account when creating the array type of the slice.
72 (ada_value_slice): Likewise.
73
74 2018-01-02 Joel Brobecker <brobecker@adacore.com>
75
76 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
77 New enum value.
78 (create_array_type_with_stride): Add byte_stride_prop parameter.
79 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
80 New parameter. Update all callers in this file.
81 (array_type_has_dynamic_stride): New function.
82 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
83 of arrays with dynamic byte strides.
84 * dwarf2read.c (read_array_type): Add support for dynamic
85 DW_AT_byte_stride attributes.
86
87 2018-01-02 Joel Brobecker <brobecker@adacore.com>
88
89 * dwarf2read.c (read_unspecified_type): Treat
90 DW_TAG_enumeration_type DIEs from Ada units as stubs.
91
92 2018-01-01 Joel Brobecker <brobecker@adacore.com>
93
94 Update copyright year range in all GDB files.
95
96 2018-01-01 Joel Brobecker <brobecker@adacore.com>
97
98 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
99 and gdb/testsuite/gdb.base/step-line.c.
100
101 2018-01-01 Joel Brobecker <brobecker@adacore.com>
102
103 * copyright.py (main): Dump the contents of
104 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
105 even if BY_HAND is empty.
106
107 2018-01-01 Joel Brobecker <brobecker@adacore.com>
108
109 * top.c (print_gdb_version): Update Copyright year in version
110 message.
111
112 2018-01-01 Joel Brobecker <brobecker@adacore.com>
113
114 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
115
116 For older changes see ChangeLog-2017.
117 \f
118 Local Variables:
119 mode: change-log
120 left-margin: 8
121 fill-column: 74
122 version-control: never
123 coding: utf-8
124 End:
This page took 0.033613 seconds and 5 git commands to generate.