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