]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWS
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3f602821
EZ
12020-01-06 Eli Zaretskii <eliz@gnu.org>
2
3 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
4
a08c904d
JT
52020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
6
7 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
8 export table if no section contains it's RVA.
9
89a65580
EZ
102020-01-06 Eli Zaretskii <eliz@gnu.org>
11
12 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
13
8b7fcda2
HD
142020-01-06 Hannes Domani <ssbssa@yahoo.de>
15
16 * source.c (print_source_lines_base): Set last_line_listed.
17
a61b4f69
SV
182020-01-06 Shahab Vahedi <shahab@synopsys.com>
19
20 * tui/tui-disasm.c: Remove trailing spaces.
21
559e7e50
EZ
222020-01-06 Eli Zaretskii <eliz@gnu.org>
23 Pedro Alves <palves@redhat.com>
24
25 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
26 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
27 (windows_gdb_signal_to_target): New function, uses the above
28 enumeration to convert GDB internal signal codes to equivalent
29 Windows codes.
30 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
31 * windows-nat.c: Include "gdb_wait.h".
32 (get_windows_debug_event): Extract the fatal exception from the
33 exit status and convert to the equivalent Posix signal number.
34 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
35 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
36 * gdbsupport/gdb_wait.c: New file, implements
37 windows_status_to_termsig.
38 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
39 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
40
f2302a34
AB
412020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
44 show_layout.
45
6a5206eb
LM
462020-01-05 Luis Machado <luis.machado@linaro.org>
47
48 * aarch64-linux-nat.c
49 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
50 and bfd_mach_aarch64.
51
6ec1d75e
PW
522020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
53
54 * ui-file.c (stdio_file::can_emit_style_escape)
55 (tee_file::can_emit_style_escape): Ensure style is used also on
56 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
57 to gdb_stdout.
58 * main.c (set_gdb_data_directory): Use file style to output the
59 warning that the given pathname is not a directory.
60 * top.c (show_history_filename, gdb_safe_append_history)
61 (show_gdb_datadir): Use file style.
62
44f81a76
HD
632020-01-03 Hannes Domani <ssbssa@yahoo.de>
64
65 * solib-target.c (struct lm_info_target):
66 Change offsets to be a unique_xmalloc_ptr.
67 (solib_target_relocate_section_addresses): Update.
68
25057eb0
HD
692020-01-03 Hannes Domani <ssbssa@yahoo.de>
70
71 * windows-nat.c (windows_clear_solib): Free so_list linked list.
72
6e2118f5
BE
732020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
74
75 * MAINTAINERS (Write After Approval): Add myself.
76
8133c7dc
LM
772020-01-02 Luis Machado <luis.machado@linaro.org>
78
79 * proc-service.c (get_ps_regcache): Remove reference to obsolete
80 Cell BE architecture.
81 * target.h (struct target_ops) <thread_architecture>: Likewise.
82
48189bec
HD
832020-01-01 Hannes Domani <ssbssa@yahoo.de>
84
85 * Makefile.in: Use INSTALL_PROGRAM_ENV.
86
ead1063b
HD
872020-01-01 Hannes Domani <ssbssa@yahoo.de>
88
89 * MAINTAINERS (Write After Approval): Add myself.
90
e5d78223
JB
912020-01-01 Joel Brobecker <brobecker@adacore.com>
92
93 * gdbarch.sh: Update copyright year range of generated files.
94
b811d2c2
JB
952020-01-01 Joel Brobecker <brobecker@adacore.com>
96
97 Update copyright year range in all GDB files.
98
5f4def5c
JB
992020-01-01 Joel Brobecker <brobecker@adacore.com>
100
101 * copyright.py: Convert to Python 3.
102
51fd4002
JB
1032020-01-01 Joel Brobecker <brobecker@adacore.com>
104
105 * copyright.py: Adapt after move of gnulib directory from gdb
106 directory to toplevel directory.
107
5fb651f2
JB
1082020-01-01 Joel Brobecker <brobecker@adacore.com>
109
110 * copyright.py (main): Exit if run from the wrong directory.
111
5dd8bf88
JB
1122020-01-01 Joel Brobecker <brobecker@adacore.com>
113
114 * top.c (print_gdb_version): Change copyright year to 2020.
115
9f71dacb 1162020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 117
9f71dacb 118 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 119
9f71dacb 120For older changes see ChangeLog-2019.
c906108c
SS
121\f
122Local Variables:
123mode: change-log
124left-margin: 8
125fill-column: 74
126version-control: never
57da7796 127coding: utf-8
c906108c 128End: