]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
binutils testsuite: replace unresolved with unsupported
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
05f68f52
TV
12021-02-11 Tom de Vries <tdevries@suse.de>
2
3 PR symtab/27353
4 * dwarf2/attribute.c (attribute::form_requires_reprocessing):
5 Return true for DW_FORM_strx.
6
b260f8d6
TT
72021-02-11 Tom Tromey <tromey@adacore.com>
8
9 PR gdb/27383:
10 * parse.c (write_exp_symbol_reference): Write sym.block.
11
bf3386f0
AB
122021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * NEWS: Mention changes to 'maint info sections'.
15 * maint.c (match_substring): Return a bool, fix whitespace issue.
16 (struct single_bfd_flag_info): New struct.
17 (bfd_flag_info): New static global.
18 (match_bfd_flags): Return a bool, use bfd_flag_info.
19 (print_bfd_flags): Use bfd_flag_info.
20 (maint_print_section_info): Delete trailing whitespace.
21 (struct maint_info_sections_opts): New struct.
22 (maint_info_sections_option_defs): New static global.
23 (maint_info_sections_completer): New function.
24 (maintenance_info_sections): Use option parsing mechanism.
25 (_initialize_maint_cmds): Update command help text for 'maint info
26 sections' and register a command completer.
27
4790db14
AB
282021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * maint.c (print_bfd_section_info_maybe_relocated): Delete,
31 functionality merged into...
32 (maint_print_all_sections): ...this new function.
33 (maintenance_info_sections): Make use of maint_print_all_sections,
34 allow all objects to be printed even where there's no executable.
35
1db66e34
AB
362021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * breakpoint.c (resolve_sal_pc): Make use of
39 bound_minimal_symbol::obj_section.
40 * maint.c (maintenance_translate_address): Likewise.
41 * minsyms.c (minimal_symbol_upper_bound): Likewise.
42 * minsyms.h (struct bound_minimal_symbol) <obj_section>: New
43 member function.
44 * printcmd.c (info_address_command): Make use of
45 bound_minimal_symbol::obj_section.
46
18b8df43
AM
472021-02-11 Alan Modra <amodra@gmail.com>
48
49 * arm-symbian-tdep.c: Delete.
50 * NEWS: Mention arm-symbian removal.
51 * Makefile.in: Remove arm-symbian-tdep entries.
52 * configure.tgt: Remove arm*-*-symbianelf*.
53 * doc/gdb.texinfo: Remove mention of SymbianOS.
54 * osabi.c (gdb_osabi_names): Remove "Symbian".
55 * osabi.h (enum gdb_osabi): Remove GDB_OSABI_SYMBIAN.
56 * testsuite/gdb.base/ending-run.exp: Remove E32Main handling.
57 * testsuite/gdb.ada/catch_ex_std.exp: Remove arm*-*-symbianelf*
58 handling.
59 * testsuite/gdb.base/dup-sect.exp: Likewise.
60 * testsuite/gdb.base/long_long.exp: Likewise.
61 * testsuite/gdb.base/solib-weak.exp: Likewise.
62 * testsuite/gdb.guile/scm-section-script.exp: Likewise.
63 * testsuite/gdb.python/py-section-script.exp: Likewise.
64 * testsuite/lib/dwarf.exp: Likewise.
65 * testsuite/lib/gdb.exp: Likewise.
66
e92c8eb8
AB
672021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * f-exp.y (UNOP_OR_BINOP_INTRINSIC): New token.
70 (exp): New pattern using UNOP_OR_BINOP_INTRINSIC.
71 (one_or_two_args): New pattern.
72 (f77_keywords): Add lbound and ubound.
73 * f-lang.c (fortran_bounds_all_dims): New function.
74 (fortran_bounds_for_dimension): New function.
75 (evaluate_subexp_f): Handle FORTRAN_LBOUND and FORTRAN_UBOUND.
76 (operator_length_f): Likewise.
77 (print_subexp_f): Likewise.
78 (dump_subexp_body_f): Likewise.
79 (operator_check_f): Likewise.
80 * std-operator.def (FORTRAN_LBOUND): Define.
81 (FORTRAN_UBOUND): Define.
82
a52d653e
AB
832021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * coff-pe-read.c (add_pe_forwarded_sym): Make use of section_index
86 and set_section_index member functions where appropriate.
87 * coffread.c (coff_symtab_read): Likewise.
88 (process_coff_symbol): Likewise.
89 * ctfread.c (set_symbol_address): Likewise.
90 * dwarf2/read.c (add_partial_symbol): Likewise.
91 (var_decode_location): Likewise.
92 * language.c: Likewise.
93 * minsyms.c (minimal_symbol_reader::record_full): Likewise.
94 (compact_minimal_symbols): Likewise.
95 (minimal_symbol_upper_bound): Likewise.
96 * objfiles.c (relocate_one_symbol): Likewise.
97 * psympriv.h (partial_symbol::obj_section): Likewise.
98 (partial_symbol::address): Likewise.
99 * psymtab.c (partial_symtab::add_psymbol): Likewise.
100 * stabsread.c (scan_file_globals): Likewise.
101 * symmisc.c (dump_msymbols): Likewise.
102 * symtab.c (general_symbol_info::obj_section): Likewise.
103 (fixup_section): Likewise.
104 (get_msymbol_address): Likewise.
105 * symtab.h (general_symbol_info::section): Rename to...
106 (general_symbol_info::m_section): ...this.
107 (general_symbol_info::set_section_index): New member function.
108 (general_symbol_info::section_index): Likewise.
109 (SYMBOL_SECTION): Delete.
110 (MSYMBOL_VALUE_ADDRESS): Make use of section_index and
111 set_section_index member functions where appropriate.
112 (MSYMBOL_SECTION): Delete.
113 (symbol::symbol): Update to initialize 'm_section'.
114 * xcoffread.c (read_xcoff_symtab): Make use of set_section_index.
115 (process_xcoff_symbol): Likewise.
116
ebbc3a7d
AB
1172021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * breakpoint.c (resolve_sal_pc): Replace SYMBOL_OBJ_SECTION and
120 MSYMBOL_OBJ_SECTION.
121 * findvar.c (language_defn::read_var_value): Likewise.
122 * infcmd.c (jump_command): Likewise.
123 * linespec.c (minsym_found): Likewise.
124 * maint.c (maintenance_translate_address): Likewise.
125 * minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
126 (minimal_symbol_upper_bound): Likewise.
127 * parse.c (find_minsym_type_and_address): Likewise.
128 (operator_check_standard): Likewise.
129 * printcmd.c (info_address_command): Likewise.
130 * symmisc.c (dump_msymbols): Likewise.
131 (print_symbol): Likewise.
132 * symtab.c (general_symbol_info::obj_section): Define new
133 function.
134 (fixup_symbol_section): Replace SYMBOL_OBJ_SECTION.
135 (find_pc_sect_compunit_symtab): Likewise.
136 (find_function_start_sal): Likewise.
137 (skip_prologue_sal): Replace SYMBOL_OBJ_SECTION and
138 MSYMBOL_OBJ_SECTION.
139 * symtab.h (struct general_symbol_info) <obj_section>: Declare new
140 function.
141 (SYMBOL_OBJ_SECTION): Delete.
142 (MSYMBOL_OBJ_SECTION): Delete.
143
9bb305b3
TT
1442021-02-09 Tom Tromey <tom@tromey.com>
145
146 * stap-probe.c (stap_parse_argument_conditionally): Fix typo.
147
cf2b2075
TV
1482021-02-09 Tom de Vries <tdevries@suse.de>
149
150 PR symtab/27341
151 * dwarf2/read.c (read_array_type): Return NULL when not being able to
152 construct an array type. Add assert to ensure that element_type is
153 not being modified.
154
03642b71
AB
1552021-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gcore.c (struct gcore_collect_regset_section_cb_data): Delete.
158 (gcore_collect_regset_section_cb): Delete.
159 (gcore_collect_thread_registers): Delete.
160 (gcore_build_thread_register_notes): Delete.
161 (gcore_find_signalled_thread): Delete.
162 * gcore.h: Remove 'gdbsupport/gdb_signals.h' include and delete
163 'gdbarch' and 'thread_info' declarations.
164 (gcore_build_thread_register_notes): Delete declaration.
165 (gcore_find_signalled_thread): Likewise.
166 * fbsd-tdep.c: Remove 'gcore.h' include.
167 (struct fbsd_collect_regset_section_cb_data): New struct.
168 (fbsd_collect_regset_section_cb): New function.
169 (fbsd_collect_thread_registers): New function.
170 (struct fbsd_corefile_thread_data): New struct.
171 (fbsd_corefile_thread): New function.
172 (fbsd_make_corefile_notes): Call FreeBSD specific code.
173 * linux-tdep.c: Remove 'gcore.h' include.
174 (struct linux_collect_regset_section_cb_data): New struct.
175 (linux_collect_regset_section_cb): New function.
176 (linux_collect_thread_registers): New function.
177 (linux_corefile_thread): Call Linux specific code.
178 (find_signalled_thread): New function.
179 (linux_make_corefile_notes): Call find_signalled_thread.
180
f73e424f
TT
1812021-02-09 Tom Tromey <tromey@adacore.com>
182
183 * ada-lang.c (coerce_unspec_val_to_type): Avoid making lazy
184 not_lval value.
185 * value.c (value_contents_copy_raw): Now static.
186 * value.h (value_contents_copy_raw): Don't declare.
187
a4f0544b
TT
1882021-02-09 Tom Tromey <tromey@adacore.com>
189
190 * gdbtypes.c (resolve_dynamic_struct): Handle structure with no
191 fields.
192
9b3e4b5d
SV
1932021-02-08 Shahab Vahedi <shahab@synopsys.com>
194
195 PR tdep/27369
196 * arc-linux-tdep.c (handle_atomic_sequence): New.
197 (arc_linux_software_single_step): Call handle_atomic_sequence().
198
29db1eb3
AB
1992021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * python/py-tui.c (gdbpy_tui_window) <is_valid>: New member
202 function.
203 (REQUIRE_WINDOW): Call is_valid member function.
204 (REQUIRE_WINDOW_FOR_SETTER): New define.
205 (gdbpy_tui_is_valid): Call is_valid member function.
206 (gdbpy_tui_set_title): Call REQUIRE_WINDOW_FOR_SETTER instead.
207 * tui/tui-data.h (struct tui_win_info) <is_visible>: Check
208 tui_active too.
209 * tui/tui-layout.c (tui_apply_current_layout): Add an assert.
210 * tui/tui.c (tui_enable): Move setting of tui_active earlier in
211 the function.
212
e0c23e11
AB
2132021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * python/py-tui.c (gdbpy_tui_set_title): Check that the new value
216 for the title is not nullptr.
217
1cf23996
AB
2182021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * tui-layout.c (saved_tui_windows): Delete.
221 (tui_apply_current_layout): Don't make use of saved_tui_windows,
222 call new get_windows member function instead.
223 (tui_get_window_by_name): Check in tui_windows.
224 (tui_layout_window::apply): Don't add to tui_windows.
225 * tui-layout.h (tui_layout_base::get_windows): New member function.
226 (tui_layout_window::get_windows): Likewise.
227 (tui_layout_split::get_windows): Likewise.
228
a53a2657
AB
2292021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * tui/tui-layout.c (tui_apply_current_layout): Restore the delete
232 of the window objects.
233
2708dbbd
AB
2342021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * python/python.c (gdbpy_print_stack): Reformat an error message.
237
cd074e04
AB
2382021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * tui/tui-interp.c (tui_command_line_handler): New function.
241 (tui_interp::resume): Register tui_command_line_handler as the
242 input_handler.
243 * tui/tui-io.c (tui_inject_newline_into_command_window): New
244 function.
245 (tui_getc_1): Delete handling of '\n' and '\r'.
246 * tui-io.h (tui_inject_newline_into_command_window): Declare.
247
4cf28e91
HD
2482021-02-07 Hannes Domani <ssbssa@yahoo.de>
249
250 * tui/tui-regs.c (tui_data_window::display_registers_from):
251 Mark invisible register sub windows.
252 (tui_data_window::check_register_values): Ignore invisible
253 register sub windows.
254
3537bc23
HD
2552021-02-07 Hannes Domani <ssbssa@yahoo.de>
256
257 * tui/tui-regs.c (tui_data_item_window::rerender): Don't call
258 n_spaces with a negative value.
259
5fc2d6aa
HD
2602021-02-07 Hannes Domani <ssbssa@yahoo.de>
261
262 * tui/tui-regs.c (tui_data_window::display_registers_from):
263 Add refresh_window call.
264
83962f83
HD
2652021-02-07 Hannes Domani <ssbssa@yahoo.de>
266
267 * python/py-frame.c (frapy_richcompare): Compare frame_id_is_next.
268
0110ec82
SM
2692021-02-05 Simon Marchi <simon.marchi@polymtl.ca>
270
271 * symmisc.c (std_in, std_out, std_err): Remove.
272 (_initialize_symmisc): Don't set std_in, std_out and std_err.
273
7c6944ab
TV
2742021-02-05 Tom de Vries <tdevries@suse.de>
275
276 PR breakpoints/27330
277 * breakpoint.c (create_exception_master_breakpoint): Handle case that
278 glibc object file has debug info.
279
e77b0004
TV
2802021-02-05 Tom de Vries <tdevries@suse.de>
281
282 PR symtab/27333
283 * dwarf2/read.c (process_psymtab_comp_unit): Handle DW_TAG_type_unit.
284
0e857c82
TV
2852021-02-05 Tom de Vries <tdevries@suse.de>
286
287 PR breakpoints/27313
288 * break-catch-syscall.c (catch_syscall_split_args): Reject negative
289 syscall numbers.
290
bdfea17e
TT
2912021-02-05 Tom Tromey <tom@tromey.com>
292
293 * compile/compile-c-support.c (get_compile_context)
294 (c_get_compile_context, cplus_get_compile_context): Change return
295 type.
296 * language.c (language_defn::get_compile_instance): New method.
297 * language.h (language_defn::get_compile_instance): Change return
298 type. No longer inline.
299 * c-lang.c (c_language::get_compile_instance): Change return type.
300 (cplus_language::get_compile_instance): Change return type.
301 * c-lang.h (c_get_compile_context, cplus_get_compile_context):
302 Change return type.
303 * compile/compile.c (compile_to_object): Update.
304
1b30f421
TT
3052021-02-05 Tom Tromey <tom@tromey.com>
306
307 * parser-defs.h (write_exp_symbol_reference): Declare.
308 * parse.c (write_exp_symbol_reference): New function.
309 * p-exp.y (variable): Use write_exp_symbol_reference.
310 * m2-exp.y (variable): Use write_exp_symbol_reference.
311 * f-exp.y (variable): Use write_exp_symbol_reference.
312 * d-exp.y (PrimaryExpression): Use write_exp_symbol_reference.
313 * c-exp.y (variable): Use write_exp_symbol_reference.
314
ae710496
TV
3152021-02-05 Tom de Vries <tdevries@suse.de>
316
317 PR exp/27265
318 * valarith.c (complex_binop): Throw an error if complex type can't
319 be created.
320
d3b54e63
TV
3212021-02-05 Tom de Vries <tdevries@suse.de>
322
323 PR symtab/27307
324 * dwarf2/read.c (create_cus_from_debug_names_list): Add missing
325 return.
326
fc9a13fb
TV
3272021-02-05 Tom de Vries <tdevries@suse.de>
328
329 * dwarf2/read.c (create_cus_from_debug_names_list): Fix indentation.
330
04b4939b
MF
3312021-02-04 Mike Frysinger <vapier@gentoo.org>
332
333 * configure.tgt (riscv*-*-*): Set gdb_sim.
334
6ff267e1
SM
3352021-02-04 Simon Marchi <simon.marchi@polymtl.ca>
336
337 * target.c (target_is_non_stop_p): Return bool.
338 * target.h (target_is_non_stop_p): Return bool.
339
fdbc5215
SM
3402021-02-04 Simon Marchi <simon.marchi@efficios.com>
341
342 * record-full.c (record_full_async_inferior_event_handler):
343 Don't clear async event handler.
344 (record_full_base_target::wait): Clear async event handler at
345 beginning.
346
85d3ad8e
SM
3472021-02-04 Simon Marchi <simon.marchi@efficios.com>
348
349 * record-btrace.c (record_btrace_handle_async_inferior_event):
350 Don't clear async event handler.
351 (record_btrace_target::wait): Clear async event handler at
352 beginning.
353
baa8575b
SM
3542021-02-04 Simon Marchi <simon.marchi@efficios.com>
355
356 * remote.c (remote_target::wait): Clear async event handler at
357 beginning, mark if needed at the end.
358 (remote_async_inferior_event_handler): Don't set or clear async
359 event handler.
360
6b36ddeb
SM
3612021-02-04 Simon Marchi <simon.marchi@efficios.com>
362
363 * async-event.h (async_event_handler_func): Add documentation.
364 * async-event.c (check_async_event_handlers): Don't clear
365 async_event_handler ready flag.
366 * infrun.c (infrun_async_inferior_event_handler): Clear ready
367 flag.
368 * record-btrace.c (record_btrace_handle_async_inferior_event):
369 Likewise.
370 * record-full.c (record_full_async_inferior_event_handler):
371 Likewise.
372 * remote-notif.c (remote_async_get_pending_events_handler):
373 Likewise.
374 * remote.c (remote_async_inferior_event_handler): Likewise.
375
72d383bb
SM
3762021-02-03 Simon Marchi <simon.marchi@polymtl.ca>
377
378 * infrun.c (handle_inferior_event): Move stop_soon variable to
379 inner scope.
380
408f6686
PA
3812021-02-03 Pedro Alves <pedro@palves.net>
382
383 * infcmd.c (detach_command): Hold strong reference to target, and
384 if all-stop on entry, restart threads on exit.
385 * infrun.c (switch_back_to_stepped_thread): Factor out bits to ...
386 (restart_stepped_thread): ... this new function. Also handle
387 trap_expected.
388 (restart_after_all_stop_detach): New function.
389 * infrun.h (restart_after_all_stop_detach): Declare.
390
ac7d717c
PA
3912021-02-03 Pedro Alves <pedro@palves.net>
392
393 * infrun.c (struct step_over_info): Initialize fields.
394 (prepare_for_detach): Handle ongoing in-line step over.
395
e87f0fe8
PA
3962021-02-03 Pedro Alves <pedro@palves.net>
397
398 * linux-nat.c (linux_nat_target::detach): Remove breakpoints
399 here...
400 * remote.c (remote_target::remote_detach_1): ... and here ...
401 * target.c (target_detach): ... instead of here.
402 * target.h (target_ops::detach): Add comment.
403
8ff53139
PA
4042021-02-03 Pedro Alves <pedro@palves.net>
405
406 * infrun.c (struct wait_one_event): Move higher up.
407 (prepare_for_detach): Abort in-progress displaced steps instead of
408 letting them complete.
409 (handle_one): If the inferior is detaching, don't add the thread
410 back to the global step-over chain.
411 (restart_threads): Don't restart threads if detaching.
412 (handle_signal_stop): Remove inferior::detaching reference.
413
91475068
PA
4142021-02-03 Pedro Alves <pedro@palves.net>
415
416 * infrun.c (prepare_for_detach): Don't release scoped_restore
417 before returning.
418
d758e62c
PA
4192021-02-03 Pedro Alves <pedro@palves.net>
420
421 * infrun.c (handle_one): New function, factored out from ...
422 (stop_all_threads): ... here.
423
b0083dd7
PA
4242021-02-03 Pedro Alves <pedro@palves.net>
425
426 * remote.c (remote_notif_stop_ack): Don't error out on
427 TARGET_WAITKIND_IGNORE; instead, just ignore the notification.
428 (remote_target::discard_pending_stop_replies): Don't delete
429 in-flight notification; instead, clear its contents.
430
621cc310
PA
4312021-02-03 Pedro Alves <pedro@palves.net>
432
433 * remote.c (extended_remote_target::attach): Set target async in
434 the target-non-stop path too.
435
2ab76a18
PA
4362021-02-03 Pedro Alves <pedro@palves.net>
437
438 PR gdb/27055
439 * infrun.c (handle_signal_stop): Move main context_switch call
440 earlier, before STOP_QUIETLY_NO_SIGSTOP.
441
2e3773ff
LS
4422021-02-02 Lancelot SIX <lsix@lancelotsix.com>
443
444 * NEWS (Changed commands): Add entry for the behavior change of
445 the inferior command.
446 * inferior.c (inferior_command): When no argument is given to the
447 inferior command, display info about the currently selected
448 inferior.
449
e57933dc
SM
4502021-02-02 Simon Marchi <simon.marchi@efficios.com>
451
452 * dwarf2/read.c (read_loclist_index, read_rnglist_index): Return
453 a sect_offset.
454 (read_attribute_reprocess): Adjust.
455
2b0c7f41
SM
4562021-02-02 Simon Marchi <simon.marchi@efficios.com>
457
458 * dwarf2/die.h (struct die_info) <ranges_base>: Split in...
459 <gnu_ranges_base>: ... this...
460 <rnglists_base>: ... and this.
461 * dwarf2/read.c (struct dwarf2_cu) <ranges_base>: Split in...
462 <gnu_ranges_base>: ... this...
463 <rnglists_base>: ... and this.
464 (read_cutu_die_from_dwo): Adjust
465 (dwarf2_get_pc_bounds): Adjust
466 (dwarf2_record_block_ranges): Adjust.
467 (read_full_die_1): Adjust
468 (partial_die_info::read): Adjust.
469 (read_rnglist_index): Adjust.
470
a1c40103
SM
4712021-02-02 Simon Marchi <simon.marchi@efficios.com>
472
473 PR gdb/26813
474 * dwarf2/read.c (read_loclists_rnglists_header): Add
475 header_offset parameter and use it.
476 (read_loclist_index): Read header of the current contribution,
477 not the one at the beginning of the section.
478 (read_rnglist_index): Likewise.
479
b1829e1b
SM
4802021-02-02 Simon Marchi <simon.marchi@efficios.com>
481
482 PR gdb/26813
483 * dwarf2/attribute.h (struct attribute) <set_unsigned>: Clear
484 requires_reprocessing flag.
485 * dwarf2/attribute.c (attribute::form_is_unsigned): Handle
486 DW_FORM_loclistx.
487 (attribute::form_requires_reprocessing): Handle DW_FORM_rnglistx
488 and DW_FORM_loclistx.
489 * dwarf2/read.c (read_attribute_reprocess): Use set_unsigned
490 instead of set_address for DW_FORM_loclistx and
491 DW_FORM_rnglistx.
492
0c800c6e
SM
4932021-02-02 Simon Marchi <simon.marchi@efficios.com>
494
495 * dwarf2/read.c (read_loclist_index): Remove bound check for
496 start of offset.
497 (read_rnglist_index): Likewise.
498
05787bad
SM
4992021-02-02 Simon Marchi <simon.marchi@efficios.com>
500
501 * dwarf2/read.c (read_loclist_index): Add bound check for the end
502 of the offset.
503
5e4d9bbc
SM
5042021-02-02 Simon Marchi <simon.marchi@efficios.com>
505
506 * dwarf2/read.c (read_rnglist_index): Fix bound check.
507
a0c1eeba
SM
5082021-02-02 Simon Marchi <simon.marchi@efficios.com>
509
510 * dwarf2/read.c (read_loclist_index): Change complaints into
511 errors.
512
2bd3e4b8
TV
5132021-02-02 Tom de Vries <tdevries@suse.de>
514
515 PR symtab/24620
516 * dwarf2/index-write.c (write_one_signatured_type): Skip if
517 psymtab == nullptr.
518
82a1fd3a
AB
5192021-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * Makefile.in (HFILES_NO_SRCDIR): Add corefile.h.
522 * gcore.c (struct gcore_collect_regset_section_cb_data): Moved
523 here from linux-tdep.c and given a new name. Minor cleanups.
524 (gcore_collect_regset_section_cb): Likewise.
525 (gcore_collect_thread_registers): Likewise.
526 (gcore_build_thread_register_notes): Likewise.
527 (gcore_find_signalled_thread): Likewise.
528 * gcore.h (gcore_build_thread_register_notes): Declare.
529 (gcore_find_signalled_thread): Declare.
530 * fbsd-tdep.c: Add 'gcore.h' include.
531 (struct fbsd_collect_regset_section_cb_data): Delete.
532 (fbsd_collect_regset_section_cb): Delete.
533 (fbsd_collect_thread_registers): Delete.
534 (struct fbsd_corefile_thread_data): Delete.
535 (fbsd_corefile_thread): Delete.
536 (fbsd_make_corefile_notes): Call
537 gcore_build_thread_register_notes instead of the now deleted
538 FreeBSD code.
539 * linux-tdep.c: Add 'gcore.h' include.
540 (struct linux_collect_regset_section_cb_data): Delete.
541 (linux_collect_regset_section_cb): Delete.
542 (linux_collect_thread_registers): Delete.
543 (linux_corefile_thread): Call
544 gcore_build_thread_register_notes.
545 (find_signalled_thread): Delete.
546 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
547
ebde6f2d
TV
5482021-01-29 Tom de Vries <tdevries@suse.de>
549
550 PR breakpoints/26063
551 * infrun.c (process_event_stop_test): Reset
552 ecs->event_thread->current_line to 0 if is-stmt=n and frame has
553 changed.
554
0f93c3a2
AB
5552021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * thread.c (thr_try_catch_cmd): Replace swith_to_thread with an
558 assert. Extend the header comment.
559
f237f998
AB
5602021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * Makefile.in (SUBDIR_TUI_SRCS): Add tui/tui-location.c.
563 (HFILES_NO_SRCDIR): Add tui/tui-location.h.
564 * tui/tui-data.h (TUI_STATUS_WIN): Define.
565 (tui_locator_win_info_ptr): Delete declaration.
566 * tui/tui-disasm.c: Add 'tui/tui-location.h' include.
567 (tui_disasm_window::set_contents): Fetch state from tui_location
568 global.
569 (tui_get_begin_asm_address): Likewise.
570 * tui/tui-layout.c (tui_apply_current_layout): Remove special case
571 for locator window.
572 (get_locator_window): Delete.
573 (initialize_known_windows): Treat locator window just like all the
574 rest.
575 * tui/tui-source.c: Add 'tui/tui-location.h' include.
576 (tui_source_window::set_contents): Fetch state from tui_location
577 global.
578 (tui_source_window::showing_source_p): Likewise.
579 * tui/tui-stack.c: Add 'tui/tui-location.h' include.
580 (_locator): Delete.
581 (tui_locator_win_info_ptr): Delete.
582 (tui_locator_window::make_status_line): Fetch state from
583 tui_location global.
584 (tui_locator_window::rerender): Remove check of 'handle',
585 reindent function body.
586 (tui_locator_window::set_locator_fullname): Delete.
587 (tui_locator_window::set_locator_info): Delete.
588 (tui_update_locator_fullname): Delete.
589 (tui_show_frame_info): Likewise.
590 (tui_show_locator_content): Access window through TUI_STATUS_WIN.
591 * tui/tui-stack.h (tui_locator_window::set_locator_info): Moved to
592 tui/tui-location.h and renamed to
593 tui_location_tracker::set_location.
594 (tui_locator_window::set_locator_fullname): Moved to
595 tui/tui-location.h and renamed to
596 tui_location_tracker::set_fullname.
597 (tui_locator_window::full_name): Delete.
598 (tui_locator_window::proc_name): Delete.
599 (tui_locator_window::line_no): Delete.
600 (tui_locator_window::addr): Delete.
601 (tui_locator_window::gdbarch): Delete.
602 (tui_update_locator_fullname): Delete declaration.
603 * tui/tui-wingeneral.c (tui_refresh_all): Removed special handling
604 for locator window.
605 * tui/tui-winsource.c: Add 'tui/tui-location.h' include.
606 (tui_display_main): Call function on tui_location directly.
607 * tui/tui.h (enum tui_win_type): Add STATUS_WIN.
608 * tui/tui-location.c: New file.
609 * tui/tui-location.h: New file.
610
8ee511af
SM
6112021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
612
613 * gdbtypes.h (get_type_arch): Rename to...
614 (struct type) <arch>: ... this, update all users.
615
6ac37371
SM
6162021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
617
618 * gdbtypes.h (struct type) <arch>: Rename to...
619 <arch_owner>: ... this, update all users.
620 <objfile>: Rename to...
621 <objfile_owner>: ... this, update all users.
622
24cf6389
AB
6232021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdbcmd.h (execute_command_to_string): Update comment.
626 * top.c (execute_command_to_string): Update header comment.
627
2a7f6487
TV
6282021-01-28 Tom de Vries <tdevries@suse.de>
629
630 PR breakpoints/27205
631 * breakpoint.c (create_longjmp_master_breakpoint_probe)
632 (create_longjmp_master_breakpoint_names): New function, factored out
633 of ...
634 (create_longjmp_master_breakpoint): ... here. Only try to install
635 longjmp_names breakpoints in libc.so/libc.so.debug if installing probe
636 breakpoint in libc.so failed.
637
59b59f08
LS
6382021-01-27 Lancelot SIX <lsix@lancelotsix.com>
639
640 PR gdb/27133
641 * cli/cli-interp.c (cli_interp_base::set_logging): Ensure the
642 unique_ptr is released when the wrapped pointer is kept for later
643 use.
644
807f647c
MM
6452021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
646
647 * aarch64-tdep.c (aarch64_displaced_step_others): Account for
648 BLR and BR instructions.
649 * arch/aarch64-insn.h (enum aarch64_opcodes): Add BR opcode.
650 (enum aarch64_masks): New.
651
4ef367bf
TT
6522021-01-26 Tom Tromey <tromey@adacore.com>
653
654 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
655 (DEBUG_EXCEPT): Use debug_prefixed_printf_cond.
656 (windows_init_thread_list, windows_nat::handle_load_dll)
657 (windows_nat::handle_unload_dll, windows_nat_target::resume)
658 (windows_nat_target::resume)
659 (windows_nat_target::get_windows_debug_event)
660 (windows_nat_target::interrupt, windows_xfer_memory)
661 (windows_nat_target::close): Update.
662 * nat/windows-nat.c (DEBUG_EVENTS): Use
663 debug_prefixed_printf_cond.
664 (matching_pending_stop, fetch_pending_stop)
665 (continue_last_debug_event): Update.
666
4cb1265b
MS
6672020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
668
669 * linux-tdep.c (linux_make_mappings_corefile_notes): Start using
670 elfcore_write_file_note.
671
d0cc52bd
SV
6722021-01-26 Shahab Vahedi <shahab@synopsys.com>
673
674 * arc-tdep.c (arc_add_reggroups): New function.
675 (arc_gdbarch_init): Call arc_add_reggroups.
676
ac3571d9 6772021-01-26 Anton Kolesov <anton.kolesov@synopsys.com>
d56834cb
AK
678
679 * arc-tdep.c (arc_skip_prologue): Log "pc" address.
680
9f6c202e
TV
6812021-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
682 Simon Marchi <simon.marchi@polymtl.ca>
683 Tom de Vries <tdevries@suse.de>
684
685 * dwarf2/read.c (partial_die_info::read): Use as_unsigned () for
686 DW_AT_ranges.
687
a625a8c9
TT
6882021-01-25 Tom Tromey <tromey@adacore.com>
689
690 * dwarf2/read.c (get_mpz): New function.
691 (get_dwarf2_rational_constant): Use it.
692
19184910
TT
6932021-01-25 Tom Tromey <tromey@adacore.com>
694
695 * ada-lang.c (resolve_subexp): Handle array context.
696
b10bae18
TT
6972021-01-23 Tom Tromey <tom@tromey.com>
698
699 PR compile/25575
700 * compile/compile-loc2c.c (note_register): New function.
701 (pushf_register_address, pushf_register): Use it.
702
3637a558
TT
7032021-01-23 Tom Tromey <tom@tromey.com>
704
705 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
706 Change type of "registers_used".
707 * dwarf2/loc.h (dwarf2_compile_property_to_c): Update.
708 * dwarf2/loc.c (dwarf2_compile_property_to_c)
709 (locexpr_generate_c_location, loclist_generate_c_location): Change
710 type of "registers_used".
711 * compile/compile.h (compile_dwarf_expr_to_c)
712 (compile_dwarf_bounds_to_c): Update.
713 * compile/compile-loc2c.c (pushf_register_address)
714 (pushf_register, do_compile_dwarf_expr_to_c)
715 (compile_dwarf_expr_to_c, compile_dwarf_bounds_to_c): Change type
716 of "registers_used".
717 * compile/compile-c.h (generate_c_for_variable_locations):
718 Update.
719 * compile/compile-c-symbols.c (generate_vla_size)
720 (generate_c_for_for_one_variable): Change type of
721 "registers_used".
722 (generate_c_for_variable_locations): Return std::vector.
723 * compile/compile-c-support.c (generate_register_struct): Change
724 type of "registers_used".
725 (compute): Update.
726
9f7f6cb8
TT
7272021-01-23 Tom Tromey <tom@tromey.com>
728
729 * compile/compile-internal.h (class compile_instance)
730 <set_arguments>: Change return type.
731 * compile/compile.c (compile_to_object): Remove call to reset.
732 (compile_instance::set_arguments): Change return type.
733
dd5ca05f
SM
7342021-01-23 Simon Marchi <simon.marchi@polymtl.ca>
735
736 * gdbtypes.c (copy_type_recursive): Use get_type_arch.
737 * gdbtypes.h (struct type) <set_owner>: Add asserts.
738
d3ee35db
LS
7392021-01-23 Lancelot SIX <lsix@lancelotsix.com>
740
741 * Makefile.in (SELFTESTS_SRCS): Add
742 unittests/gdb_tilde_expand-selftests.c.
743 * unittests/gdb_tilde_expand-selftests.c: New file.
744
9d2d8a16
AB
7452021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 PR cli/25956
748 * NEWS: Mention new command.
749 * cli/cli-style.c: Add 'cli/cli-setshow.h' include.
750 (version_style): Define.
751 (cli_style_option::cli_style_option): Add intensity parameter, and
752 use as appropriate.
753 (_initialize_cli_style): Register version style set/show commands.
754 * cli/cli-style.h (cli_style_option): Add intensity parameter.
755 (version_style): Declare.
756 * top.c (print_gdb_version): Use version_stype, and styled_string
757 to print the GDB version string.
758
e7b43072
AB
7592021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * utils.c (emit_style_escape): Only emit an escape sequence if the
762 requested style is different than the current applied style.
763 (fputs_maybe_filtered): Adjust the juggling of the wrap_style, and
764 current applied_style.
765 (fputs_styled): Remove is_default check.
766 (fputs_styled_unfiltered): Likewise.
767 (vfprintf_styled_no_gdbfmt): Likewise.
768
2189c312
SM
7692021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
770
771 * remote.h (remote_debug_printf): New.
772 (remote_debug_printf_nofunc): New.
773 (REMOTE_SCOPED_DEBUG_ENTER_EXIT): New.
774 * remote.c: Use above macros throughout file.
775
02349803
SM
7762021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
777
778 * remote.h (remote_debug): Change to bool.
779 * remote.c (remote_debug): Change to bool.
780 (_initialize_remote): Adjust.
781
cda09ec9
SM
7822021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
783
784 * target.h (remote_debug): Move to...
785 * remote.h (remote_debug): ... here.
786 * top.c (remote_debug): Move to...
787 * remote.c (remote_debug): ... here.
788 * remote-sim.c: Include remote.h.
789
baf2b57f
SM
7902021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
791
792 * cli/cli-cmds.c (show_remote_debug): Remove.
793 (show_remote_timeout): Remove.
794 (_initialize_cli_cmds): Don't register commands.
795 * remote.c (show_remote_debug): Move here.
796 (show_remote_timeout): Move here.
797 (_initialize_remote): Register commands.
798
344e9841
SM
7992021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
800
801 * gdbtypes.h (TYPE_OBJFILE): Remove, change all users to use the
802 type::objfile method instead.
803
30625020
SM
8042021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
805
806 * gdbtypes.h (TYPE_OBJFILE_OWNED): Remove, update all users to
807 use the type::is_objfile_owned method.
808
5b7d941b
SM
8092021-01-22 Simon Marchi <simon.marchi@efficios.com>
810
811 * gdbtypes.h (TYPE_OBJFILE_OWNED): Adjust.
812 (TYPE_OWNER): Remove.
813 (TYPE_OBJFILE): Adjust.
814 (struct main_type) <flag_objfile_owned>: Rename to...
815 <m_flag_objfile_owned>: ... this.
816 <owner>: Rename to...
817 <m_owner>: ... this.
818 (struct type) <is_objfile_owned, set_owner, objfile, arch>: New
819 methods.
820 (TYPE_ALLOC): Adjust.
821 * gdbtypes.c (alloc_type): Adjust.
822 (alloc_type_arch): Adjust.
823 (alloc_type_copy): Adjust.
824 (get_type_arch): Adjust.
825 (smash_type): Adjust.
826 (lookup_array_range_type): Adjust.
827 (recursive_dump_type): Adjust.
828 (copy_type_recursive): Adjust.
829 * compile/compile-c-types.c (convert_func): Adjust.
830 (convert_type_basic): Adjust.
831 * compile/compile-cplus-types.c (compile_cplus_convert_func):
832 Adjust.
833 * language.c
834 (language_arch_info::type_and_symbol::alloc_type_symbol):
835 Adjust.
836
d5d24e12
LM
8372021-01-21 Luis Machado <luis.machado@linaro.org>
838
839 * coffread.c (enter_linenos): Passing string to complaint.
840 * valops.c (value_assign): Make array view.
841
a59902a7
SM
8422021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
843
844 * auto-load.h (debug_auto_load): Move here.
845 (auto_load_debug_printf): New.
846 * auto-load.c: Use auto_load_debug_printf.
847 (debug_auto_load): Move to header.
848 * linux-thread-db.c (try_thread_db_load): Use
849 auto_load_debug_printf.
850 * main.c (captured_main_1): Likewise.
851
d3abc0ce
SM
8522021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
853
854 * f-valprint.c (f77_array_offset_tbl): Remove.
855
1e15fcac
SM
8562021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
857
858 * gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
859
439706e6
SM
8602021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
861
862 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
863 of gdb_select.
864
325d39e4
HD
8652021-01-21 Hannes Domani <ssbssa@yahoo.de>
866
867 PR python/19151
868 * python/py-breakpoint.c (bppy_get_location): Handle
869 bp_hardware_breakpoint.
870 (bppy_init): Likewise.
871 (gdbpy_breakpoint_created): Likewise.
872
7cb6d92a
SM
8732021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
874
875 * arm-tdep.c (arm_debug_printf): Add and use throughout file.
876
d4dd4fca
SM
8772021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
878
879 * gdb_bfd.c (debug_bfd_cache): Change type to bool.
880 (_initialize_gdb_bfd): Adjust.
881
de53369b
SM
8822021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
883
884 PR gdb/26828
885 * dwarf2/read.c (maybe_queue_comp_unit): Add assertion.
886
17e593e9
SM
8872021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
888
889 * dwarf2/read.c (follow_die_offset): Add logging.
890 (dwarf2_per_objfile::age_comp_units): Add logging.
891
6bd434d6
SM
8922021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
893
894 * aarch64-linux-tdep.c (aarch64_linux_record_tdep): Make static.
895 * aarch64-tdep.c (tdesc_aarch64_list, aarch64_prologue_unwind,
896 aarch64_stub_unwind, aarch64_normal_base, ): Make static.
897 * arm-linux-tdep.c (arm_prologue_unwind): Make static.
898 * arm-tdep.c (struct frame_unwind): Make static.
899 * auto-load.c (auto_load_safe_path_vec): Make static.
900 * csky-tdep.c (csky_stub_unwind): Make static.
901 * gdbarch.c (gdbarch_data_registry): Make static.
902 * gnu-v2-abi.c (gnu_v2_abi_ops): Make static.
903 * i386-netbsd-tdep.c (i386nbsd_mc_reg_offset): Make static.
904 * i386-tdep.c (i386_frame_setup_skip_insns,
905 i386_tramp_chain_in_reg_insns, i386_tramp_chain_on_stack_insns):
906 Make static.
907 * infrun.c (observer_mode): Make static.
908 * linux-nat.c (sigchld_action): Make static.
909 * linux-thread-db.c (thread_db_list): Make static.
910 * maint-test-options.c (maintenance_test_options_list):
911 * mep-tdep.c (mep_csr_registers): Make static.
912 * mi/mi-cmds.c (struct mi_cmd_stats): Remove struct type name.
913 (stats): Make static.
914 * nat/linux-osdata.c (struct osdata_type): Make static.
915 * ppc-netbsd-tdep.c (ppcnbsd_reg_offsets): Make static.
916 * progspace.c (last_program_space_num): Make static.
917 * python/py-param.c (struct parm_constant): Remove struct type
918 name.
919 (parm_constants): Make static.
920 * python/py-record-btrace.c (btpy_list_methods): Make static.
921 * python/py-record.c (recpy_gap_type): Make static.
922 * record.c (record_goto_cmdlist): Make static.
923 * regcache.c (regcache_descr_handle): Make static.
924 * registry.h (DEFINE_REGISTRY): Make definition static.
925 * symmisc.c (std_in, std_out, std_err): Make static.
926 * top.c (previous_saved_command_line): Make static.
927 * tracepoint.c (trace_user, trace_notes, trace_stop_notes): Make
928 static.
929 * unittests/command-def-selftests.c (nr_duplicates,
930 nr_invalid_prefixcmd, lists): Make static.
931 * unittests/observable-selftests.c (test_notification): Make
932 static.
933 * unittests/optional/assignment/1.cc (counter): Make static.
934 * unittests/optional/assignment/2.cc (counter): Make static.
935 * unittests/optional/assignment/3.cc (counter): Make static.
936 * unittests/optional/assignment/4.cc (counter): Make static.
937 * unittests/optional/assignment/5.cc (counter): Make static.
938 * unittests/optional/assignment/6.cc (counter): Make static.
939
a6c11cbb
JS
9402021-01-20 Joel Sherrill <joel@rtems.org>
941
942 PR gdb/27219
943 * remote.c (struct remote_thread_info) <resume_state>: Rename
944 to...
945 <get_resume_state>: ... this.
946 (remote_target::resume): Adjust.
947 (remote_target::commit_resume): Adjust.
948 (remote_target::select_thread_for_ambiguous_stop_reply): Adjust.
949
6f52fdf4
SDJ
9502021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
951 Tom Tromey <tom@tromey.com>
952
953 * stap-probe.c (stap_parse_single_operand): Handle '!'
954 operator.
955 (stap_parse_argument_conditionally): Likewise.
956 Skip spaces after processing open-parenthesis sub-expression.
957 (stap_parse_argument_1): Skip spaces after call to
958 stap_parse_argument_conditionally.
959 Handle case when right-side expression is a parenthesized
960 sub-expression.
961 Skip spaces after call to stap_parse_argument_1.
962
1c3b85ad
LS
9632021-01-19 Lancelot SIX <lsix@lancelotsix.com>
964
965 * top.h (switch_thru_all_uis): Use DISABLE_COPY_AND_ASSIGN.
966
a9a87d35
LM
9672021-01-19 Luis Machado <luis.machado@linaro.org>
968
969 * trad-frame.h (trad_frame_saved_reg) <set_value_bytes>: Allocate
970 memory and save data.
971 (trad_frame_set_value, trad_frame_set_realreg, trad_frame_set_addr)
972 (trad_frame_set_unknown, trad_frame_set_value_bytes)
973 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
974 (trad_frame_value_bytes_p): Remove.
975 (trad_frame_reset_saved_regs): Adjust documentation.
976 * trad-frame.c (trad_frame_alloc_saved_regs): Initialize via a
977 constructor and reset the state of the registers.
978 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
979 (trad_frame_value_bytes_p, trad_frame_set_value)
980 (trad_frame_set_realreg, trad_frame_set_addr)
981 (trad_frame_set_unknown, trad_frame_set_value_bytes): Remove.
982 (trad_frame_set_reg_realreg): Update to call member function.
983 (trad_frame_set_reg_addr, trad_frame_set_reg_value_bytes): Likewise.
984 (trad_frame_get_prev_register): Likewise.
985
986 * aarch64-tdep.c (aarch64_analyze_prologue)
987 (aarch64_analyze_prologue_test, aarch64_make_prologue_cache_1)
988 (aarch64_prologue_prev_register): Update to use member functions.
989 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
990 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Likewise.
991 * arc-tdep.c (arc_print_frame_cache, arc_make_frame_cache): Likewise.
992 * arm-tdep.c (arm_make_prologue_cache, arm_exidx_fill_cache)
993 (arm_make_epilogue_frame_cache): Likewise.
994 * avr-tdep.c (avr_frame_unwind_cache)
995 (avr_frame_prev_register): Likewise.
996 * cris-tdep.c (cris_scan_prologue): Likewise.
997 * csky-tdep.c (csky_frame_unwind_cache): Likewise.
998 * frv-tdep.c (frv_analyze_prologue): Likewise.
999 * hppa-tdep.c (hppa_frame_cache, hppa_fallback_frame_cache): Likewise.
1000 * lm32-tdep.c (lm32_frame_cache): Likewise.
1001 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1002 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1003 * mips-tdep.c (set_reg_offset, mips_insn16_frame_cache)
1004 (mips_micro_frame_cache, mips_insn32_frame_cache): Likewise.
1005 (reset_saved_regs): Adjust to set realreg.
1006 * riscv-tdep.c (riscv_scan_prologue, riscv_frame_cache): Adjust to
1007 call member functions.
1008 * rs6000-tdep.c (rs6000_frame_cache, rs6000_epilogue_frame_cache)
1009 * s390-tdep.c (s390_prologue_frame_unwind_cache)
1010 (s390_backchain_frame_unwind_cache): Likewise.
1011 * score-tdep.c (score7_analyze_prologue)
1012 (score3_analyze_prologue, score_make_prologue_cache): Likewise.
1013 * sparc-netbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
1014 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1015 * sparc64-netbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
1016 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1017 * tilegx-tdep.c (tilegx_analyze_prologue)
1018 (tilegx_frame_cache): Likewise.
1019 * v850-tdep.c (v850_frame_cache): Likewise.
1020 * vax-tdep.c (vax_frame_cache): Likewise.
1021
bdec2917
LM
10222021-01-19 Luis Machado <luis.machado@linaro.org>
1023
1024 * frame.h (get_frame_register_bytes): Pass a gdb::array_view instead
1025 of buffer + length.
1026 (put_frame_register_bytes): Likewise.
1027 Adjust documentation.
1028 (get_frame_memory): Pass a gdb::array_view instead of buffer + length.
1029 (safe_frame_unwind_memory): Likewise.
1030 * frame.c (get_frame_register_bytes, put_frame_register_bytes)
1031 (get_frame_memory, safe_frame_unwind_memory): Adjust to use
1032 gdb::array_view.
1033 * amd64-fbsd-tdep.c (amd64fbsd_sigtramp_p): Likewise.
1034 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Likewise.
1035 * amd64-obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1036 * arc-linux-tdep.c (arc_linux_is_sigtramp): Likewise.
1037 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start): Likewise.
1038 * dwarf2/loc.c (rw_pieced_value): Likewise.
1039 * hppa-tdep.c (hppa_frame_cache): Likewise.
1040 * i386-fbsd-tdep.c (i386fbsd_sigtramp_p): Likewise.
1041 * i386-gnu-tdep.c (i386_gnu_sigtramp_start): Likewise.
1042 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1043 (i386_linux_rt_sigtramp_start): Likewise.
1044 * i386-obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
1045 * i386-tdep.c (i386_register_to_value): Likewise.
1046 * i387-tdep.c (i387_register_to_value): Likewise.
1047 * ia64-tdep.c (ia64_register_to_value): Likewise.
1048 * m32r-linux-tdep.c (m32r_linux_sigtramp_start)
1049 (m32r_linux_rt_sigtramp_start): Likewise.
1050 * m68k-linux-tdep.c (m68k_linux_pc_in_sigtramp): Likewise.
1051 * m68k-tdep.c (m68k_register_to_value): Likewise.
1052 * mips-tdep.c (mips_register_to_value)
1053 (mips_value_to_register): Likewise.
1054 * ppc-fbsd-tdep.c (ppcfbsd_sigtramp_frame_sniffer)
1055 (ppcfbsd_sigtramp_frame_cache): Likewise.
1056 * ppc-obsd-tdep.c (ppcobsd_sigtramp_frame_sniffer)
1057 (ppcobsd_sigtramp_frame_cache): Likewise.
1058 * rs6000-tdep.c (rs6000_in_function_epilogue_frame_p)
1059 (rs6000_register_to_value): Likewise.
1060 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
1061 * tramp-frame.c (tramp_frame_start): Likewise.
1062 * valops.c (value_assign): Likewise.
1063
ccbe4c82
LM
10642021-01-19 Luis Machado <luis.machado@linaro.org>
1065
1066 * aarch64-linux-tdep.c (aarch64_linux_restore_vreg): Pass in an
1067 array_view.
1068 * trad-frame.c (trad_frame_set_value_bytes): Use gdb::array_view
1069 instead of buffer and size.
1070 (trad_frame_set_reg_value_bytes): Likewise.
1071 * trad-frame.h (trad_frame_set_reg_value_bytes): Likewise.
1072 (trad_frame_set_value_bytes): Likewise.
1073
0e7620dc
MF
10742021-01-18 Mike Frysinger <vapier@gentoo.org>
1075
1076 * copyright.py (NOT_FSF_LIST): Delete sim/testsuite/sim/bfin/s21.s.
1077
6a9ad81c
AB
10782021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * riscv-fbsd-tdep.c (riscv_fbsd_supply_gregset): Delete.
1081 (riscv_fbsd_gregset): Use riscv_supply_regset.
1082 (riscv_fbsd_fpregset): Likewise.
1083 * riscv-linux-tdep.c (riscv_linux_gregset): Likewise.
1084 (riscv_linux_fregset): Likewise.
1085 * riscv-tdep.c (riscv_supply_regset): Define new function.
1086 * riscv-tdep.h (riscv_supply_regset): Declare new function.
1087
d3d7d1ba
TV
10882021-01-18 Tom de Vries <tdevries@suse.de>
1089
1090 PR tdep/27172
1091 * nat/amd64-linux-siginfo.c (cpt_si_lower, cpt_si_upper, SEGV_BNDERR):
1092 New macro.
1093 (compat_siginfo_from_siginfo): Copy cpt_si_lower and cpt_si_upper
1094 for SEGV_BNDERR.
1095
aa2838cc
SM
10962021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
1097
1098 * remote.c (class remote_target) <remote_hostio_send_command,
1099 remote_hostio_parse_result>: Constify parameter.
1100 (remote_hostio_parse_result): Likewise.
1101 (remote_target::remote_hostio_send_command): Adjust.
1102 (remote_target::remote_hostio_pread_vFile): Adjust.
1103 (remote_target::fileio_readlink): Adjust.
1104 (remote_target::fileio_fstat): Adjust.
1105
b5c8f22d
SM
11062021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
1107
1108 * remote.c (remote_target::start_remote): Move wait_status to
1109 narrower scope.
1110
e3b2741b
SM
11112021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
1112
1113 * remote.c (class remote_target):
1114 <add_current_inferior_and_thread>: Constify parameter.
1115 (stop_reply_extract_thread): Likewise.
1116 (remote_target::get_current_thread): Likewise.
1117 (remote_target::add_current_inferior_and_thread): Likewise.
1118
cecb1912
SM
11192021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
1120
1121 * remote.c (class remote_target)
1122 <remote_unpack_thread_info_response,
1123 parse_threadlist_response>: Constify parameter and/or return
1124 value and or local variable.
1125 (stub_unpack_int): Likewise.
1126 (unpack_nibble): Likewise.
1127 (unpack_byte): Likewise.
1128 (unpack_int): Likewise.
1129 (unpack_string): Likewise.
1130 (unpack_threadid): Likewise.
1131 (remote_target::remote_unpack_thread_info_response): Likewise.
1132 (remote_target::parse_threadlist_response): Likewise.
1133
5a11fff0
AB
11342021-01-15 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * tui/tui.c (tui_is_window_visible): Compare to nullptr, not 0.
1137
17e89137
LS
11382021-01-14 Lancelot Six <lsix@lancelotsix.com>
1139
1140 * MAINTAINERS (Write After Approval): Add myself.
1141
58eadc4b
BE
11422021-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1143
1144 * trad-frame.c (trad_frame_alloc_saved_regs): Avoid compile-error
1145 because is_trivially_default_constructible was first implemented with
1146 gcc-5.
1147
5fae2a2c
TV
11482021-01-14 Tom de Vries <tdevries@suse.de>
1149
1150 PR breakpoints/27151
1151 * objfiles.h (in_plt_section): Handle .plt.sec.
1152
8f66807b
AB
11532021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 PR gdb/26819
1156 * remote.c
1157 (remote_target::select_thread_for_ambiguous_stop_reply): New
1158 member function.
1159 (remote_target::process_stop_reply): Call
1160 select_thread_for_ambiguous_stop_reply.
1161
bd497355
SM
11622021-01-13 Simon Marchi <simon.marchi@efficios.com>
1163
1164 * record-btrace.c (class record_btrace_target): Remove.
1165 (record_btrace_target::commit_resume): Remove.
1166 * record-full.c (class record_full_target): Remove.
1167 (record_full_target::commit_resume): Remove.
1168
c9d22089
SM
11692021-01-13 Simon Marchi <simon.marchi@efficios.com>
1170
1171 * remote.c (enum class resume_state): New.
1172 (struct resumed_pending_vcont_info): New.
1173 (struct remote_thread_info) <resume_state, set_not_resumed,
1174 set_resumed_pending_vcont, resumed_pending_vcont_info,
1175 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
1176 New.
1177 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
1178 (remote_target::remote_add_thread): Adjust.
1179 (remote_target::process_initial_stop_replies): Adjust.
1180 (remote_target::resume): Adjust.
1181 (remote_target::commit_resume): Rely on state in
1182 remote_thread_info and not on tp->executing.
1183 (remote_target::process_stop_reply): Adjust.
1184
d8d1feb4
SM
11852021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1186
1187 * arc-tdep.h (arc_debug_printf): New.
1188 * arc-tdep.c: Use arc_debug_printf.
1189 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
1190 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
1191 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
1192
fb0f5031
SM
11932021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1194
1195 * arc-tdep.h (arc_debug): Change type to bool.
1196 * arc-tdep.c (arc_debug): Change type to bool.
1197 (arc_analyze_prologue): Adjust.
1198 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
1199 * arc-linux-nat.c (ps_get_thread_area): Adjust.
1200
5bf7e91b
SM
12012021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1202
1203 * auto-load.c (auto_load_objfile_script_1): Use bool.
1204 (execute_script_contents): Use bool.
1205
db972fce
SM
12062021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1207
1208 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
1209 comment here.
1210 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
1211 comment to header.
1212 * extension-priv.h (struct extension_language_script_ops)
1213 <auto_load_enabled>: Return bool.
1214 * extension.h (ext_lang_auto_load_enabled): Return bool, move
1215 comment here.
1216 * extension.c (ext_lang_auto_load_enabled): Return bool, move
1217 comment to header.
1218 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
1219 move comment here.
1220 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
1221 move comment to header.
1222 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
1223 move comment here.
1224 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
1225 move comment to header.
1226
5e12f48f
SM
12272021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1228
1229 * auto-load.h (file_is_auto_load_safe): Change return type to
1230 bool, move comment here.
1231 * auto-load.c (file_is_auto_load_safe): Change return type and
1232 advice_printed to bool. Move comment to header.
1233
54ca9002
SM
12342021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1235
1236 * jit.c (jit_debug_printf): New, use throughout file.
1237
24a7f1b5
SM
12382021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
1239
1240 * infrun.c (normal_stop): Fix indentation.
1241
fe7a351a
SM
12422021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
1243
1244 * top.h (readnow_symbol_files, readnever_symbol_files): Move
1245 declarations to ...
1246 * symfile.h: ... here.
1247 * symfile.c: Update doc.
1248
16e9019e
SM
12492021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
1250
1251 * target.h (baud_rate, serial_parity): Move declarations...
1252 * serial.h: ... here.
1253 * main.c: Include serial.h.
1254 * serial.c (baud_rate, serial_parity): Update doc.
1255
b2f2ae0d
SM
12562021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
1257
1258 * top.c (pre_init_ui_hook): Remove.
1259
5291fe3c
SP
12602021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1261
1262 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
1263 (aarch64_vnv_type): Add "bf" type in h field of v registers.
1264 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
1265 * features/aarch64-fpu.xml: Add bfloat16 type.
1266
ce38f5ed
AB
12672021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
1270
7c654b71
AB
12712021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 * f-exp.y (dot_ops): Rename to...
1274 (fortran_operators): ...this. Add a header comment. Add symbol
1275 based operators.
1276 (yylex): Update to use fortran_operators not dot_ops. Remove
1277 special handling for '**', this is now included in
1278 fortran_operators.
1279
c6185dce
SM
12802021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
1281
1282 * arch/aarch64-insn.h (aarch64_debug_printf): New.
1283 * arch/aarch64-insn.c: Use aarch64_debug_printf.
1284 * aarch64-tdep.c: Use aarch64_debug_printf.
1285
eef401dc
SM
12862021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
1287
1288 * solib-aix.c (solib_aix_debug_printf): New, use throughout
1289 file.
1290
062eaacb
SM
12912021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
1292
1293 * jit.c (jit_debug): Change type to bool.
1294 (_initialize_jit): Adjust.
1295
54585eee
TT
12962021-01-09 Tom Tromey <tom@tromey.com>
1297
1298 PR compile/23672
1299 * compile/compile.c (compile_to_object): Avoid crash when
1300 osabi_triplet_regexp returns NULL.
1301
bc167b6b
TT
13022021-01-09 Tom Tromey <tom@tromey.com>
1303
1304 * tracepoint.h (class collection_list) <append_exp>: Take a
1305 std::string.
1306 * tracepoint.c (collection_list::append_exp): Take a std::string.
1307 (encode_actions_1): Update.
1308
8fc48b79
TT
13092021-01-08 Tom Tromey <tromey@adacore.com>
1310
1311 * parse.c (parse_expression): Add void_context_p parameter. Use
1312 parse_exp_in_context.
1313 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
1314 parse_expression.
1315 (print_command, call_command): Update.
1316 * expression.h (parse_expression): Add void_context_p parameter.
1317
3c8c6de2
AB
13182021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1319
1320 * value.c (set_value_component_location): Adjust the VALUE_LVAL
1321 for internalvar components that have a dynamic location.
1322
1940319c
TV
13232021-01-08 Tom de Vries <tdevries@suse.de>
1324
1325 PR gdb/26881
1326 * breakpoint.c (create_exception_master_breakpoint_probe)
1327 (create_exception_master_breakpoint_hook): Factor out
1328 of ...
1329 (create_exception_master_breakpoint): ... here. Only try to install
1330 the master exception breakpoint in objfile.debug using the
1331 _Unwind_DebugHook method, if the install using probes in objfile
1332 failed.
1333
e3436813
AB
13342021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1335
1336 * f-lang.c (fortran_value_subarray): Call value_from_component.
1337
e904f56d
MF
13382021-01-07 Mike Frysinger <vapier@gentoo.org>
1339
1340 * remote-sim.c: Include memory-map.h.
1341 (gdbsim_target): Define memory_map override.
1342 (gdbsim_target::memory_map): Define.
1343
959d6a67
TT
13442021-01-07 Tom Tromey <tromey@adacore.com>
1345
1346 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
1347
d4813f10
TT
13482021-01-07 Tom Tromey <tromey@adacore.com>
1349
1350 * ada-lang.c (add_component_interval): Start loop using vector's
1351 updated size.
1352
b49180ac
TT
13532021-01-06 Tom Tromey <tromey@adacore.com>
1354
1355 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
1356 Do not cast result.
1357 * valarith.c (fixed_point_binop): Handle multiplication
1358 and division specially.
1359 * valops.c (value_to_gdb_mpq): New function.
1360 (value_cast_to_fixed_point): Use it.
1361
55195361
HD
13622021-01-05 Hannes Domani <ssbssa@yahoo.de>
1363
1364 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
1365 Call wnoutrefresh instead of tui_win_info::refresh_window.
1366
1b6d4bb2
HD
13672021-01-05 Hannes Domani <ssbssa@yahoo.de>
1368
1369 * tui/tui-source.c (tui_source_window::show_line_number):
1370 Redraw second space after line number.
1371
b5ff370e
HD
13722021-01-05 Hannes Domani <ssbssa@yahoo.de>
1373
1374 PR tui/26927
1375 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
1376 Fix source pad size in prefresh.
1377 (tui_source_window_base::show_source_content): Grow source pad
1378 if necessary.
1379
c68ea49f
MF
13802021-01-04 Mike Frysinger <vapier@gentoo.org>
1381
1382 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
1383 (bfin_frame_align): Use align_down.
1384
e4ad960a
TV
13852021-01-04 Tom de Vries <tdevries@suse.de>
1386
1387 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
1388 terminators that do not terminate anything.
1389
3ec3145c
SM
13902021-01-04 Simon Marchi <simon.marchi@efficios.com>
1391
1392 * debug.c (debug_print_depth): New.
1393 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
1394 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
1395 * infrun.c (start_step_over): Use
1396 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
1397 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
1398 INFRUN_SCOPED_DEBUG_START_END.
1399 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
1400
e71daf80
SM
14012021-01-04 Simon Marchi <simon.marchi@efficios.com>
1402
1403 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
1404
335709bc
SM
14052021-01-04 Simon Marchi <simon.marchi@efficios.com>
1406
1407 * utils.c (vfprintf_unfiltered): Print timestamp only when
1408 previous debug output ended with a newline.
1409
098caef4
LM
14102021-01-04 Luis Machado <luis.machado@linaro.org>
1411
1412 Update all users of trad_frame_saved_reg to use the new member
1413 functions.
1414
1415 Remote all struct keywords from declarations of trad_frame_saved_reg
1416 types, except on forward declarations.
1417
1418 * aarch64-tdep.c: Update.
1419 * alpha-mdebug-tdep.c: Update.
1420 * alpha-tdep.c: Update.
1421 * arc-tdep.c: Update.
1422 * arm-tdep.c: Update.
1423 * avr-tdep.c: Update.
1424 * cris-tdep.c: Update.
1425 * csky-tdep.c: Update.
1426 * frv-tdep.c: Update.
1427 * hppa-linux-tdep.c: Update.
1428 * hppa-tdep.c: Update.
1429 * hppa-tdep.h: Update.
1430 * lm32-tdep.c: Update.
1431 * m32r-linux-tdep.c: Update.
1432 * m32r-tdep.c: Update.
1433 * m68hc11-tdep.c: Update.
1434 * mips-tdep.c: Update.
1435 * moxie-tdep.c: Update.
1436 * riscv-tdep.c: Update.
1437 * rs6000-tdep.c: Update.
1438 * s390-linux-tdep.c: Update.
1439 * s390-tdep.c: Update.
1440 * score-tdep.c: Update.
1441 * sparc-netbsd-tdep.c: Update.
1442 * sparc-sol2-tdep.c: Update.
1443 * sparc64-fbsd-tdep.c: Update.
1444 * sparc64-netbsd-tdep.c: Update.
1445 * sparc64-obsd-tdep.c: Update.
1446 * sparc64-sol2-tdep.c: Update.
1447 * tilegx-tdep.c: Update.
1448 * v850-tdep.c: Update.
1449 * vax-tdep.c: Update.
1450
1451 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
1452 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
1453
1454 * trad-frame.c: Update.
1455 Remove TF_REG_* enum.
1456 (trad_frame_alloc_saved_regs): Add a static assertion to check for
1457 a trivially-constructible struct.
1458 (trad_frame_reset_saved_regs): Adjust to use member function.
1459 (trad_frame_value_p): Likewise.
1460 (trad_frame_addr_p): Likewise.
1461 (trad_frame_realreg_p): Likewise.
1462 (trad_frame_value_bytes_p): Likewise.
1463 (trad_frame_set_value): Likewise.
1464 (trad_frame_set_realreg): Likewise.
1465 (trad_frame_set_addr): Likewise.
1466 (trad_frame_set_unknown): Likewise.
1467 (trad_frame_set_value_bytes): Likewise.
1468 (trad_frame_get_prev_register): Likewise.
1469 * trad-frame.h: Update.
1470 (trad_frame_saved_reg_kind): New enum.
1471 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
1472 <m_kind, m_reg>: New member fields.
1473 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
1474 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
1475 <is_addr, is_unknown, is_value_bytes>: New member functions.
1476
9898e882
SM
14772021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
1478
1479 * target-float.c: Fix typos.
1480
b66b4e65
HD
14812021-01-02 Hannes Domani <ssbssa@yahoo.de>
1482
1483 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
1484
b5b5650a
JB
14852021-01-01 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdbarch.sh: Update copyright year range.
1488
3666a048
JB
14892021-01-01 Joel Brobecker <brobecker@adacore.com>
1490
1491 Update copyright year range in copyright header of all GDB files.
1492
ff7e39b6
JB
14932021-01-01 Joel Brobecker <brobecker@adacore.com>
1494
1495 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
1496 to the list of directories to update.
1497
2b47c078
JB
14982021-01-01 Joel Brobecker <brobecker@adacore.com>
1499
1500 * top.c (print_gdb_version): Update copyright year.
1501
476923f1 15022021-01-01 Joel Brobecker <brobecker@adacore.com>
c8f02daa 1503
476923f1 1504 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
c8f02daa 1505
476923f1 1506For older changes see ChangeLog-2020.
c906108c
SS
1507\f
1508Local Variables:
1509mode: change-log
1510left-margin: 8
1511fill-column: 74
1512version-control: never
57da7796 1513coding: utf-8
c906108c 1514End: