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