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