Fix a typo in gdb/windows-tdep.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
89a65580
EZ
12020-01-06 Eli Zaretskii <eliz@gnu.org>
2
3 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
4
8b7fcda2
HD
52020-01-06 Hannes Domani <ssbssa@yahoo.de>
6
7 * source.c (print_source_lines_base): Set last_line_listed.
8
a61b4f69
SV
92020-01-06 Shahab Vahedi <shahab@synopsys.com>
10
11 * tui/tui-disasm.c: Remove trailing spaces.
12
559e7e50
EZ
132020-01-06 Eli Zaretskii <eliz@gnu.org>
14 Pedro Alves <palves@redhat.com>
15
16 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
17 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
18 (windows_gdb_signal_to_target): New function, uses the above
19 enumeration to convert GDB internal signal codes to equivalent
20 Windows codes.
21 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
22 * windows-nat.c: Include "gdb_wait.h".
23 (get_windows_debug_event): Extract the fatal exception from the
24 exit status and convert to the equivalent Posix signal number.
25 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
26 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
27 * gdbsupport/gdb_wait.c: New file, implements
28 windows_status_to_termsig.
29 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
30 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
31
f2302a34
AB
322020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
35 show_layout.
36
6a5206eb
LM
372020-01-05 Luis Machado <luis.machado@linaro.org>
38
39 * aarch64-linux-nat.c
40 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
41 and bfd_mach_aarch64.
42
6ec1d75e
PW
432020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
44
45 * ui-file.c (stdio_file::can_emit_style_escape)
46 (tee_file::can_emit_style_escape): Ensure style is used also on
47 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
48 to gdb_stdout.
49 * main.c (set_gdb_data_directory): Use file style to output the
50 warning that the given pathname is not a directory.
51 * top.c (show_history_filename, gdb_safe_append_history)
52 (show_gdb_datadir): Use file style.
53
44f81a76
HD
542020-01-03 Hannes Domani <ssbssa@yahoo.de>
55
56 * solib-target.c (struct lm_info_target):
57 Change offsets to be a unique_xmalloc_ptr.
58 (solib_target_relocate_section_addresses): Update.
59
25057eb0
HD
602020-01-03 Hannes Domani <ssbssa@yahoo.de>
61
62 * windows-nat.c (windows_clear_solib): Free so_list linked list.
63
6e2118f5
BE
642020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
65
66 * MAINTAINERS (Write After Approval): Add myself.
67
8133c7dc
LM
682020-01-02 Luis Machado <luis.machado@linaro.org>
69
70 * proc-service.c (get_ps_regcache): Remove reference to obsolete
71 Cell BE architecture.
72 * target.h (struct target_ops) <thread_architecture>: Likewise.
73
48189bec
HD
742020-01-01 Hannes Domani <ssbssa@yahoo.de>
75
76 * Makefile.in: Use INSTALL_PROGRAM_ENV.
77
ead1063b
HD
782020-01-01 Hannes Domani <ssbssa@yahoo.de>
79
80 * MAINTAINERS (Write After Approval): Add myself.
81
e5d78223
JB
822020-01-01 Joel Brobecker <brobecker@adacore.com>
83
84 * gdbarch.sh: Update copyright year range of generated files.
85
b811d2c2
JB
862020-01-01 Joel Brobecker <brobecker@adacore.com>
87
88 Update copyright year range in all GDB files.
89
5f4def5c
JB
902020-01-01 Joel Brobecker <brobecker@adacore.com>
91
92 * copyright.py: Convert to Python 3.
93
51fd4002
JB
942020-01-01 Joel Brobecker <brobecker@adacore.com>
95
96 * copyright.py: Adapt after move of gnulib directory from gdb
97 directory to toplevel directory.
98
5fb651f2
JB
992020-01-01 Joel Brobecker <brobecker@adacore.com>
100
101 * copyright.py (main): Exit if run from the wrong directory.
102
5dd8bf88
JB
1032020-01-01 Joel Brobecker <brobecker@adacore.com>
104
105 * top.c (print_gdb_version): Change copyright year to 2020.
106
9f71dacb 1072020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 108
9f71dacb 109 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 110
9f71dacb 111For older changes see ChangeLog-2019.
c906108c
SS
112\f
113Local Variables:
114mode: change-log
115left-margin: 8
116fill-column: 74
117version-control: never
57da7796 118coding: utf-8
c906108c 119End:
This page took 2.39313 seconds and 4 git commands to generate.