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