Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
66182876
EZ
12020-01-06 Eli Zaretskii <eliz@gnu.org>
2
3 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
4 gdb/signals.h, as we are now using native signal symbols.
5
cbfa8581
SV
62020-01-06 Shahab Vahedi <shahab@synopsys.com>
7
8 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
9 overflow by an early check of content vs threshold.
10 * tui/tui-source.c (tui_source_window::line_is_displayed):
11 Likewise.
12
3f602821
EZ
132020-01-06 Eli Zaretskii <eliz@gnu.org>
14
15 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
16
a08c904d
JT
172020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
18
19 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
20 export table if no section contains it's RVA.
21
89a65580
EZ
222020-01-06 Eli Zaretskii <eliz@gnu.org>
23
24 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
25
8b7fcda2
HD
262020-01-06 Hannes Domani <ssbssa@yahoo.de>
27
28 * source.c (print_source_lines_base): Set last_line_listed.
29
a61b4f69
SV
302020-01-06 Shahab Vahedi <shahab@synopsys.com>
31
32 * tui/tui-disasm.c: Remove trailing spaces.
33
559e7e50
EZ
342020-01-06 Eli Zaretskii <eliz@gnu.org>
35 Pedro Alves <palves@redhat.com>
36
37 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
38 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
39 (windows_gdb_signal_to_target): New function, uses the above
40 enumeration to convert GDB internal signal codes to equivalent
41 Windows codes.
42 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
43 * windows-nat.c: Include "gdb_wait.h".
44 (get_windows_debug_event): Extract the fatal exception from the
45 exit status and convert to the equivalent Posix signal number.
46 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
47 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
48 * gdbsupport/gdb_wait.c: New file, implements
49 windows_status_to_termsig.
50 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
51 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
52
f2302a34
AB
532020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
56 show_layout.
57
6a5206eb
LM
582020-01-05 Luis Machado <luis.machado@linaro.org>
59
60 * aarch64-linux-nat.c
61 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
62 and bfd_mach_aarch64.
63
6ec1d75e
PW
642020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
65
66 * ui-file.c (stdio_file::can_emit_style_escape)
67 (tee_file::can_emit_style_escape): Ensure style is used also on
68 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
69 to gdb_stdout.
70 * main.c (set_gdb_data_directory): Use file style to output the
71 warning that the given pathname is not a directory.
72 * top.c (show_history_filename, gdb_safe_append_history)
73 (show_gdb_datadir): Use file style.
74
44f81a76
HD
752020-01-03 Hannes Domani <ssbssa@yahoo.de>
76
77 * solib-target.c (struct lm_info_target):
78 Change offsets to be a unique_xmalloc_ptr.
79 (solib_target_relocate_section_addresses): Update.
80
25057eb0
HD
812020-01-03 Hannes Domani <ssbssa@yahoo.de>
82
83 * windows-nat.c (windows_clear_solib): Free so_list linked list.
84
6e2118f5
BE
852020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
86
87 * MAINTAINERS (Write After Approval): Add myself.
88
8133c7dc
LM
892020-01-02 Luis Machado <luis.machado@linaro.org>
90
91 * proc-service.c (get_ps_regcache): Remove reference to obsolete
92 Cell BE architecture.
93 * target.h (struct target_ops) <thread_architecture>: Likewise.
94
48189bec
HD
952020-01-01 Hannes Domani <ssbssa@yahoo.de>
96
97 * Makefile.in: Use INSTALL_PROGRAM_ENV.
98
ead1063b
HD
992020-01-01 Hannes Domani <ssbssa@yahoo.de>
100
101 * MAINTAINERS (Write After Approval): Add myself.
102
e5d78223
JB
1032020-01-01 Joel Brobecker <brobecker@adacore.com>
104
105 * gdbarch.sh: Update copyright year range of generated files.
106
b811d2c2
JB
1072020-01-01 Joel Brobecker <brobecker@adacore.com>
108
109 Update copyright year range in all GDB files.
110
5f4def5c
JB
1112020-01-01 Joel Brobecker <brobecker@adacore.com>
112
113 * copyright.py: Convert to Python 3.
114
51fd4002
JB
1152020-01-01 Joel Brobecker <brobecker@adacore.com>
116
117 * copyright.py: Adapt after move of gnulib directory from gdb
118 directory to toplevel directory.
119
5fb651f2
JB
1202020-01-01 Joel Brobecker <brobecker@adacore.com>
121
122 * copyright.py (main): Exit if run from the wrong directory.
123
5dd8bf88
JB
1242020-01-01 Joel Brobecker <brobecker@adacore.com>
125
126 * top.c (print_gdb_version): Change copyright year to 2020.
127
9f71dacb 1282020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 129
9f71dacb 130 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 131
9f71dacb 132For older changes see ChangeLog-2019.
c906108c
SS
133\f
134Local Variables:
135mode: change-log
136left-margin: 8
137fill-column: 74
138version-control: never
57da7796 139coding: utf-8
c906108c 140End:
This page took 2.252004 seconds and 4 git commands to generate.