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