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