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