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