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