9733a106222f48b8e41c7ff3516fcb7a8f68a733
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2020-01-08 Tom Tromey <tromey@adacore.com>
2
3 * dwarf2read.c (parse_macro_definition): Use std::string.
4 (parse_macro_definition): Likewise.
5
6 2020-01-08 Tom Tromey <tromey@adacore.com>
7
8 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
9 (ATTR_ALLOC_CHUNK): Remove.
10
11 2020-01-08 Tom Tromey <tromey@adacore.com>
12
13 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
14
15 2020-01-08 Tom Tromey <tromey@adacore.com>
16
17 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
18 (dwarf2_compute_name, open_dwo_file): Likewise.
19 (process_enumeration_scope): Use std::vector.
20 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
21 (partial_die_info::fixup, dwarf2_start_subfile)
22 (guess_full_die_structure_name, dwarf2_name): Likewise.
23 (determine_prefix): Update.
24 (guess_full_die_structure_name): Make return type const.
25 (partial_die_full_name): Return unique_xmalloc_ptr.
26 (DW_FIELD_ALLOC_CHUNK): Remove.
27
28 2020-01-07 Tom Tromey <tromey@adacore.com>
29
30 PR build/24937:
31 * stap-probe.c (class stap_static_probe_ops): Add constructor.
32
33 2020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
34
35 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
36
37 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * stack.c (print_frame_info): Move disassemble_next_line code
40 inside source_print block.
41
42 2020-01-06 Eli Zaretskii <eliz@gnu.org>
43
44 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
45 gdb/signals.h, as we are now using native signal symbols.
46
47 2020-01-06 Shahab Vahedi <shahab@synopsys.com>
48
49 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
50 overflow by an early check of content vs threshold.
51 * tui/tui-source.c (tui_source_window::line_is_displayed):
52 Likewise.
53
54 2020-01-06 Eli Zaretskii <eliz@gnu.org>
55
56 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
57
58 2020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
59
60 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
61 export table if no section contains it's RVA.
62
63 2020-01-06 Eli Zaretskii <eliz@gnu.org>
64
65 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
66
67 2020-01-06 Hannes Domani <ssbssa@yahoo.de>
68
69 * source.c (print_source_lines_base): Set last_line_listed.
70
71 2020-01-06 Shahab Vahedi <shahab@synopsys.com>
72
73 * tui/tui-disasm.c: Remove trailing spaces.
74
75 2020-01-06 Eli Zaretskii <eliz@gnu.org>
76 Pedro Alves <palves@redhat.com>
77
78 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
79 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
80 (windows_gdb_signal_to_target): New function, uses the above
81 enumeration to convert GDB internal signal codes to equivalent
82 Windows codes.
83 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
84 * windows-nat.c: Include "gdb_wait.h".
85 (get_windows_debug_event): Extract the fatal exception from the
86 exit status and convert to the equivalent Posix signal number.
87 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
88 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
89 * gdbsupport/gdb_wait.c: New file, implements
90 windows_status_to_termsig.
91 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
92 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
93
94 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
97 show_layout.
98
99 2020-01-05 Luis Machado <luis.machado@linaro.org>
100
101 * aarch64-linux-nat.c
102 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
103 and bfd_mach_aarch64.
104
105 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
106
107 * ui-file.c (stdio_file::can_emit_style_escape)
108 (tee_file::can_emit_style_escape): Ensure style is used also on
109 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
110 to gdb_stdout.
111 * main.c (set_gdb_data_directory): Use file style to output the
112 warning that the given pathname is not a directory.
113 * top.c (show_history_filename, gdb_safe_append_history)
114 (show_gdb_datadir): Use file style.
115
116 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
117
118 * solib-target.c (struct lm_info_target):
119 Change offsets to be a unique_xmalloc_ptr.
120 (solib_target_relocate_section_addresses): Update.
121
122 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
123
124 * windows-nat.c (windows_clear_solib): Free so_list linked list.
125
126 2020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
127
128 * MAINTAINERS (Write After Approval): Add myself.
129
130 2020-01-02 Luis Machado <luis.machado@linaro.org>
131
132 * proc-service.c (get_ps_regcache): Remove reference to obsolete
133 Cell BE architecture.
134 * target.h (struct target_ops) <thread_architecture>: Likewise.
135
136 2020-01-01 Hannes Domani <ssbssa@yahoo.de>
137
138 * Makefile.in: Use INSTALL_PROGRAM_ENV.
139
140 2020-01-01 Hannes Domani <ssbssa@yahoo.de>
141
142 * MAINTAINERS (Write After Approval): Add myself.
143
144 2020-01-01 Joel Brobecker <brobecker@adacore.com>
145
146 * gdbarch.sh: Update copyright year range of generated files.
147
148 2020-01-01 Joel Brobecker <brobecker@adacore.com>
149
150 Update copyright year range in all GDB files.
151
152 2020-01-01 Joel Brobecker <brobecker@adacore.com>
153
154 * copyright.py: Convert to Python 3.
155
156 2020-01-01 Joel Brobecker <brobecker@adacore.com>
157
158 * copyright.py: Adapt after move of gnulib directory from gdb
159 directory to toplevel directory.
160
161 2020-01-01 Joel Brobecker <brobecker@adacore.com>
162
163 * copyright.py (main): Exit if run from the wrong directory.
164
165 2020-01-01 Joel Brobecker <brobecker@adacore.com>
166
167 * top.c (print_gdb_version): Change copyright year to 2020.
168
169 2020-01-01 Joel Brobecker <brobecker@adacore.com>
170
171 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
172
173 For older changes see ChangeLog-2019.
174 \f
175 Local Variables:
176 mode: change-log
177 left-margin: 8
178 fill-column: 74
179 version-control: never
180 coding: utf-8
181 End:
This page took 0.032359 seconds and 3 git commands to generate.