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