]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
Improve process exit status macros on MinGW
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2020-01-06 Eli Zaretskii <eliz@gnu.org>
2 Pedro Alves <palves@redhat.com>
3
4 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
5 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
6 (windows_gdb_signal_to_target): New function, uses the above
7 enumeration to convert GDB internal signal codes to equivalent
8 Windows codes.
9 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
10 * windows-nat.c: Include "gdb_wait.h".
11 (get_windows_debug_event): Extract the fatal exception from the
12 exit status and convert to the equivalent Posix signal number.
13 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
14 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
15 * gdbsupport/gdb_wait.c: New file, implements
16 windows_status_to_termsig.
17 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
18 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
19
20 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
23 show_layout.
24
25 2020-01-05 Luis Machado <luis.machado@linaro.org>
26
27 * aarch64-linux-nat.c
28 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
29 and bfd_mach_aarch64.
30
31 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
32
33 * ui-file.c (stdio_file::can_emit_style_escape)
34 (tee_file::can_emit_style_escape): Ensure style is used also on
35 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
36 to gdb_stdout.
37 * main.c (set_gdb_data_directory): Use file style to output the
38 warning that the given pathname is not a directory.
39 * top.c (show_history_filename, gdb_safe_append_history)
40 (show_gdb_datadir): Use file style.
41
42 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
43
44 * solib-target.c (struct lm_info_target):
45 Change offsets to be a unique_xmalloc_ptr.
46 (solib_target_relocate_section_addresses): Update.
47
48 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
49
50 * windows-nat.c (windows_clear_solib): Free so_list linked list.
51
52 2020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
53
54 * MAINTAINERS (Write After Approval): Add myself.
55
56 2020-01-02 Luis Machado <luis.machado@linaro.org>
57
58 * proc-service.c (get_ps_regcache): Remove reference to obsolete
59 Cell BE architecture.
60 * target.h (struct target_ops) <thread_architecture>: Likewise.
61
62 2020-01-01 Hannes Domani <ssbssa@yahoo.de>
63
64 * Makefile.in: Use INSTALL_PROGRAM_ENV.
65
66 2020-01-01 Hannes Domani <ssbssa@yahoo.de>
67
68 * MAINTAINERS (Write After Approval): Add myself.
69
70 2020-01-01 Joel Brobecker <brobecker@adacore.com>
71
72 * gdbarch.sh: Update copyright year range of generated files.
73
74 2020-01-01 Joel Brobecker <brobecker@adacore.com>
75
76 Update copyright year range in all GDB files.
77
78 2020-01-01 Joel Brobecker <brobecker@adacore.com>
79
80 * copyright.py: Convert to Python 3.
81
82 2020-01-01 Joel Brobecker <brobecker@adacore.com>
83
84 * copyright.py: Adapt after move of gnulib directory from gdb
85 directory to toplevel directory.
86
87 2020-01-01 Joel Brobecker <brobecker@adacore.com>
88
89 * copyright.py (main): Exit if run from the wrong directory.
90
91 2020-01-01 Joel Brobecker <brobecker@adacore.com>
92
93 * top.c (print_gdb_version): Change copyright year to 2020.
94
95 2020-01-01 Joel Brobecker <brobecker@adacore.com>
96
97 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
98
99 For older changes see ChangeLog-2019.
100 \f
101 Local Variables:
102 mode: change-log
103 left-margin: 8
104 fill-column: 74
105 version-control: never
106 coding: utf-8
107 End: