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