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