[gdb/Ada] slices of arrays with dynamic strides
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
4 account when creating the array type of the slice.
5 (ada_value_slice): Likewise.
6
7 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8
9 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
10 New enum value.
11 (create_array_type_with_stride): Add byte_stride_prop parameter.
12 * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
13 New parameter. Update all callers in this file.
14 (array_type_has_dynamic_stride): New function.
15 (is_dynamic_type_internal, resolve_dynamic_array): Add handling
16 of arrays with dynamic byte strides.
17 * dwarf2read.c (read_array_type): Add support for dynamic
18 DW_AT_byte_stride attributes.
19
20 2018-01-02 Joel Brobecker <brobecker@adacore.com>
21
22 * dwarf2read.c (read_unspecified_type): Treat
23 DW_TAG_enumeration_type DIEs from Ada units as stubs.
24
25 2018-01-01 Joel Brobecker <brobecker@adacore.com>
26
27 Update copyright year range in all GDB files.
28
29 2018-01-01 Joel Brobecker <brobecker@adacore.com>
30
31 * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
32 and gdb/testsuite/gdb.base/step-line.c.
33
34 2018-01-01 Joel Brobecker <brobecker@adacore.com>
35
36 * copyright.py (main): Dump the contents of
37 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
38 even if BY_HAND is empty.
39
40 2018-01-01 Joel Brobecker <brobecker@adacore.com>
41
42 * top.c (print_gdb_version): Update Copyright year in version
43 message.
44
45 2018-01-01 Joel Brobecker <brobecker@adacore.com>
46
47 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
48
49 For older changes see ChangeLog-2017.
50 \f
51 Local Variables:
52 mode: change-log
53 left-margin: 8
54 fill-column: 74
55 version-control: never
56 coding: utf-8
57 End:
This page took 0.030956 seconds and 4 git commands to generate.