Update my email address (long overdue!)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
58eadc4b
BE
12021-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
3 * trad-frame.c (trad_frame_alloc_saved_regs): Avoid compile-error
4 because is_trivially_default_constructible was first implemented with
5 gcc-5.
6
5fae2a2c
TV
72021-01-14 Tom de Vries <tdevries@suse.de>
8
9 PR breakpoints/27151
10 * objfiles.h (in_plt_section): Handle .plt.sec.
11
8f66807b
AB
122021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 PR gdb/26819
15 * remote.c
16 (remote_target::select_thread_for_ambiguous_stop_reply): New
17 member function.
18 (remote_target::process_stop_reply): Call
19 select_thread_for_ambiguous_stop_reply.
20
bd497355
SM
212021-01-13 Simon Marchi <simon.marchi@efficios.com>
22
23 * record-btrace.c (class record_btrace_target): Remove.
24 (record_btrace_target::commit_resume): Remove.
25 * record-full.c (class record_full_target): Remove.
26 (record_full_target::commit_resume): Remove.
27
c9d22089
SM
282021-01-13 Simon Marchi <simon.marchi@efficios.com>
29
30 * remote.c (enum class resume_state): New.
31 (struct resumed_pending_vcont_info): New.
32 (struct remote_thread_info) <resume_state, set_not_resumed,
33 set_resumed_pending_vcont, resumed_pending_vcont_info,
34 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
35 New.
36 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
37 (remote_target::remote_add_thread): Adjust.
38 (remote_target::process_initial_stop_replies): Adjust.
39 (remote_target::resume): Adjust.
40 (remote_target::commit_resume): Rely on state in
41 remote_thread_info and not on tp->executing.
42 (remote_target::process_stop_reply): Adjust.
43
d8d1feb4
SM
442021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
45
46 * arc-tdep.h (arc_debug_printf): New.
47 * arc-tdep.c: Use arc_debug_printf.
48 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
49 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
50 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
51
fb0f5031
SM
522021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
53
54 * arc-tdep.h (arc_debug): Change type to bool.
55 * arc-tdep.c (arc_debug): Change type to bool.
56 (arc_analyze_prologue): Adjust.
57 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
58 * arc-linux-nat.c (ps_get_thread_area): Adjust.
59
5bf7e91b
SM
602021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
61
62 * auto-load.c (auto_load_objfile_script_1): Use bool.
63 (execute_script_contents): Use bool.
64
db972fce
SM
652021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
66
67 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
68 comment here.
69 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
70 comment to header.
71 * extension-priv.h (struct extension_language_script_ops)
72 <auto_load_enabled>: Return bool.
73 * extension.h (ext_lang_auto_load_enabled): Return bool, move
74 comment here.
75 * extension.c (ext_lang_auto_load_enabled): Return bool, move
76 comment to header.
77 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
78 move comment here.
79 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
80 move comment to header.
81 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
82 move comment here.
83 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
84 move comment to header.
85
5e12f48f
SM
862021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
87
88 * auto-load.h (file_is_auto_load_safe): Change return type to
89 bool, move comment here.
90 * auto-load.c (file_is_auto_load_safe): Change return type and
91 advice_printed to bool. Move comment to header.
92
54ca9002
SM
932021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
94
95 * jit.c (jit_debug_printf): New, use throughout file.
96
24a7f1b5
SM
972021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
98
99 * infrun.c (normal_stop): Fix indentation.
100
fe7a351a
SM
1012021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
102
103 * top.h (readnow_symbol_files, readnever_symbol_files): Move
104 declarations to ...
105 * symfile.h: ... here.
106 * symfile.c: Update doc.
107
16e9019e
SM
1082021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
109
110 * target.h (baud_rate, serial_parity): Move declarations...
111 * serial.h: ... here.
112 * main.c: Include serial.h.
113 * serial.c (baud_rate, serial_parity): Update doc.
114
b2f2ae0d
SM
1152021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
116
117 * top.c (pre_init_ui_hook): Remove.
118
5291fe3c
SP
1192021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
120
121 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
122 (aarch64_vnv_type): Add "bf" type in h field of v registers.
123 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
124 * features/aarch64-fpu.xml: Add bfloat16 type.
125
ce38f5ed
AB
1262021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
129
7c654b71
AB
1302021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * f-exp.y (dot_ops): Rename to...
133 (fortran_operators): ...this. Add a header comment. Add symbol
134 based operators.
135 (yylex): Update to use fortran_operators not dot_ops. Remove
136 special handling for '**', this is now included in
137 fortran_operators.
138
c6185dce
SM
1392021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
140
141 * arch/aarch64-insn.h (aarch64_debug_printf): New.
142 * arch/aarch64-insn.c: Use aarch64_debug_printf.
143 * aarch64-tdep.c: Use aarch64_debug_printf.
144
eef401dc
SM
1452021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
146
147 * solib-aix.c (solib_aix_debug_printf): New, use throughout
148 file.
149
062eaacb
SM
1502021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
151
152 * jit.c (jit_debug): Change type to bool.
153 (_initialize_jit): Adjust.
154
54585eee
TT
1552021-01-09 Tom Tromey <tom@tromey.com>
156
157 PR compile/23672
158 * compile/compile.c (compile_to_object): Avoid crash when
159 osabi_triplet_regexp returns NULL.
160
bc167b6b
TT
1612021-01-09 Tom Tromey <tom@tromey.com>
162
163 * tracepoint.h (class collection_list) <append_exp>: Take a
164 std::string.
165 * tracepoint.c (collection_list::append_exp): Take a std::string.
166 (encode_actions_1): Update.
167
8fc48b79
TT
1682021-01-08 Tom Tromey <tromey@adacore.com>
169
170 * parse.c (parse_expression): Add void_context_p parameter. Use
171 parse_exp_in_context.
172 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
173 parse_expression.
174 (print_command, call_command): Update.
175 * expression.h (parse_expression): Add void_context_p parameter.
176
3c8c6de2
AB
1772021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * value.c (set_value_component_location): Adjust the VALUE_LVAL
180 for internalvar components that have a dynamic location.
181
1940319c
TV
1822021-01-08 Tom de Vries <tdevries@suse.de>
183
184 PR gdb/26881
185 * breakpoint.c (create_exception_master_breakpoint_probe)
186 (create_exception_master_breakpoint_hook): Factor out
187 of ...
188 (create_exception_master_breakpoint): ... here. Only try to install
189 the master exception breakpoint in objfile.debug using the
190 _Unwind_DebugHook method, if the install using probes in objfile
191 failed.
192
e3436813
AB
1932021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * f-lang.c (fortran_value_subarray): Call value_from_component.
196
e904f56d
MF
1972021-01-07 Mike Frysinger <vapier@gentoo.org>
198
199 * remote-sim.c: Include memory-map.h.
200 (gdbsim_target): Define memory_map override.
201 (gdbsim_target::memory_map): Define.
202
959d6a67
TT
2032021-01-07 Tom Tromey <tromey@adacore.com>
204
205 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
206
d4813f10
TT
2072021-01-07 Tom Tromey <tromey@adacore.com>
208
209 * ada-lang.c (add_component_interval): Start loop using vector's
210 updated size.
211
b49180ac
TT
2122021-01-06 Tom Tromey <tromey@adacore.com>
213
214 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
215 Do not cast result.
216 * valarith.c (fixed_point_binop): Handle multiplication
217 and division specially.
218 * valops.c (value_to_gdb_mpq): New function.
219 (value_cast_to_fixed_point): Use it.
220
55195361
HD
2212021-01-05 Hannes Domani <ssbssa@yahoo.de>
222
223 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
224 Call wnoutrefresh instead of tui_win_info::refresh_window.
225
1b6d4bb2
HD
2262021-01-05 Hannes Domani <ssbssa@yahoo.de>
227
228 * tui/tui-source.c (tui_source_window::show_line_number):
229 Redraw second space after line number.
230
b5ff370e
HD
2312021-01-05 Hannes Domani <ssbssa@yahoo.de>
232
233 PR tui/26927
234 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
235 Fix source pad size in prefresh.
236 (tui_source_window_base::show_source_content): Grow source pad
237 if necessary.
238
c68ea49f
MF
2392021-01-04 Mike Frysinger <vapier@gentoo.org>
240
241 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
242 (bfin_frame_align): Use align_down.
243
e4ad960a
TV
2442021-01-04 Tom de Vries <tdevries@suse.de>
245
246 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
247 terminators that do not terminate anything.
248
3ec3145c
SM
2492021-01-04 Simon Marchi <simon.marchi@efficios.com>
250
251 * debug.c (debug_print_depth): New.
252 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
253 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
254 * infrun.c (start_step_over): Use
255 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
256 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
257 INFRUN_SCOPED_DEBUG_START_END.
258 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
259
e71daf80
SM
2602021-01-04 Simon Marchi <simon.marchi@efficios.com>
261
262 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
263
335709bc
SM
2642021-01-04 Simon Marchi <simon.marchi@efficios.com>
265
266 * utils.c (vfprintf_unfiltered): Print timestamp only when
267 previous debug output ended with a newline.
268
098caef4
LM
2692021-01-04 Luis Machado <luis.machado@linaro.org>
270
271 Update all users of trad_frame_saved_reg to use the new member
272 functions.
273
274 Remote all struct keywords from declarations of trad_frame_saved_reg
275 types, except on forward declarations.
276
277 * aarch64-tdep.c: Update.
278 * alpha-mdebug-tdep.c: Update.
279 * alpha-tdep.c: Update.
280 * arc-tdep.c: Update.
281 * arm-tdep.c: Update.
282 * avr-tdep.c: Update.
283 * cris-tdep.c: Update.
284 * csky-tdep.c: Update.
285 * frv-tdep.c: Update.
286 * hppa-linux-tdep.c: Update.
287 * hppa-tdep.c: Update.
288 * hppa-tdep.h: Update.
289 * lm32-tdep.c: Update.
290 * m32r-linux-tdep.c: Update.
291 * m32r-tdep.c: Update.
292 * m68hc11-tdep.c: Update.
293 * mips-tdep.c: Update.
294 * moxie-tdep.c: Update.
295 * riscv-tdep.c: Update.
296 * rs6000-tdep.c: Update.
297 * s390-linux-tdep.c: Update.
298 * s390-tdep.c: Update.
299 * score-tdep.c: Update.
300 * sparc-netbsd-tdep.c: Update.
301 * sparc-sol2-tdep.c: Update.
302 * sparc64-fbsd-tdep.c: Update.
303 * sparc64-netbsd-tdep.c: Update.
304 * sparc64-obsd-tdep.c: Update.
305 * sparc64-sol2-tdep.c: Update.
306 * tilegx-tdep.c: Update.
307 * v850-tdep.c: Update.
308 * vax-tdep.c: Update.
309
310 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
311 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
312
313 * trad-frame.c: Update.
314 Remove TF_REG_* enum.
315 (trad_frame_alloc_saved_regs): Add a static assertion to check for
316 a trivially-constructible struct.
317 (trad_frame_reset_saved_regs): Adjust to use member function.
318 (trad_frame_value_p): Likewise.
319 (trad_frame_addr_p): Likewise.
320 (trad_frame_realreg_p): Likewise.
321 (trad_frame_value_bytes_p): Likewise.
322 (trad_frame_set_value): Likewise.
323 (trad_frame_set_realreg): Likewise.
324 (trad_frame_set_addr): Likewise.
325 (trad_frame_set_unknown): Likewise.
326 (trad_frame_set_value_bytes): Likewise.
327 (trad_frame_get_prev_register): Likewise.
328 * trad-frame.h: Update.
329 (trad_frame_saved_reg_kind): New enum.
330 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
331 <m_kind, m_reg>: New member fields.
332 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
333 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
334 <is_addr, is_unknown, is_value_bytes>: New member functions.
335
9898e882
SM
3362021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
337
338 * target-float.c: Fix typos.
339
b66b4e65
HD
3402021-01-02 Hannes Domani <ssbssa@yahoo.de>
341
342 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
343
b5b5650a
JB
3442021-01-01 Joel Brobecker <brobecker@adacore.com>
345
346 * gdbarch.sh: Update copyright year range.
347
3666a048
JB
3482021-01-01 Joel Brobecker <brobecker@adacore.com>
349
350 Update copyright year range in copyright header of all GDB files.
351
ff7e39b6
JB
3522021-01-01 Joel Brobecker <brobecker@adacore.com>
353
354 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
355 to the list of directories to update.
356
2b47c078
JB
3572021-01-01 Joel Brobecker <brobecker@adacore.com>
358
359 * top.c (print_gdb_version): Update copyright year.
360
476923f1 3612021-01-01 Joel Brobecker <brobecker@adacore.com>
c8f02daa 362
476923f1 363 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
c8f02daa 364
476923f1 365For older changes see ChangeLog-2020.
c906108c
SS
366\f
367Local Variables:
368mode: change-log
369left-margin: 8
370fill-column: 74
371version-control: never
57da7796 372coding: utf-8
c906108c 373End:
This page took 2.643216 seconds and 4 git commands to generate.