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