Use std::vector in abbrev_table_read_table
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
6dfa2fc2
TT
12020-01-08 Tom Tromey <tromey@adacore.com>
2
3 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
4 (ATTR_ALLOC_CHUNK): Remove.
5
421d1616
TT
62020-01-08 Tom Tromey <tromey@adacore.com>
7
8 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
9
43816ebc
TT
102020-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
4212d509
TT
232020-01-07 Tom Tromey <tromey@adacore.com>
24
25 PR build/24937:
26 * stap-probe.c (class stap_static_probe_ops): Add constructor.
27
06a6207a
JT
282020-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
153d79c4
AB
322020-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
66182876
EZ
372020-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
cbfa8581
SV
422020-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
3f602821
EZ
492020-01-06 Eli Zaretskii <eliz@gnu.org>
50
51 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
52
a08c904d
JT
532020-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
89a65580
EZ
582020-01-06 Eli Zaretskii <eliz@gnu.org>
59
60 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
61
8b7fcda2
HD
622020-01-06 Hannes Domani <ssbssa@yahoo.de>
63
64 * source.c (print_source_lines_base): Set last_line_listed.
65
a61b4f69
SV
662020-01-06 Shahab Vahedi <shahab@synopsys.com>
67
68 * tui/tui-disasm.c: Remove trailing spaces.
69
559e7e50
EZ
702020-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
f2302a34
AB
892020-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
6a5206eb
LM
942020-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
6ec1d75e
PW
1002020-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
44f81a76
HD
1112020-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
25057eb0
HD
1172020-01-03 Hannes Domani <ssbssa@yahoo.de>
118
119 * windows-nat.c (windows_clear_solib): Free so_list linked list.
120
6e2118f5
BE
1212020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
122
123 * MAINTAINERS (Write After Approval): Add myself.
124
8133c7dc
LM
1252020-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
48189bec
HD
1312020-01-01 Hannes Domani <ssbssa@yahoo.de>
132
133 * Makefile.in: Use INSTALL_PROGRAM_ENV.
134
ead1063b
HD
1352020-01-01 Hannes Domani <ssbssa@yahoo.de>
136
137 * MAINTAINERS (Write After Approval): Add myself.
138
e5d78223
JB
1392020-01-01 Joel Brobecker <brobecker@adacore.com>
140
141 * gdbarch.sh: Update copyright year range of generated files.
142
b811d2c2
JB
1432020-01-01 Joel Brobecker <brobecker@adacore.com>
144
145 Update copyright year range in all GDB files.
146
5f4def5c
JB
1472020-01-01 Joel Brobecker <brobecker@adacore.com>
148
149 * copyright.py: Convert to Python 3.
150
51fd4002
JB
1512020-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
5fb651f2
JB
1562020-01-01 Joel Brobecker <brobecker@adacore.com>
157
158 * copyright.py (main): Exit if run from the wrong directory.
159
5dd8bf88
JB
1602020-01-01 Joel Brobecker <brobecker@adacore.com>
161
162 * top.c (print_gdb_version): Change copyright year to 2020.
163
9f71dacb 1642020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 165
9f71dacb 166 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 167
9f71dacb 168For older changes see ChangeLog-2019.
c906108c
SS
169\f
170Local Variables:
171mode: change-log
172left-margin: 8
173fill-column: 74
174version-control: never
57da7796 175coding: utf-8
c906108c 176End:
This page took 2.366454 seconds and 4 git commands to generate.