Factor out after-stop event handling code from stop_all_threads
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2021-02-03 Pedro Alves <pedro@palves.net>
2
3 * infrun.c (handle_one): New function, factored out from ...
4 (stop_all_threads): ... here.
5
6 2021-02-03 Pedro Alves <pedro@palves.net>
7
8 * remote.c (remote_notif_stop_ack): Don't error out on
9 TARGET_WAITKIND_IGNORE; instead, just ignore the notification.
10 (remote_target::discard_pending_stop_replies): Don't delete
11 in-flight notification; instead, clear its contents.
12
13 2021-02-03 Pedro Alves <pedro@palves.net>
14
15 * remote.c (extended_remote_target::attach): Set target async in
16 the target-non-stop path too.
17
18 2021-02-03 Pedro Alves <pedro@palves.net>
19
20 PR gdb/27055
21 * infrun.c (handle_signal_stop): Move main context_switch call
22 earlier, before STOP_QUIETLY_NO_SIGSTOP.
23
24 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
25
26 * NEWS (Changed commands): Add entry for the behavior change of
27 the inferior command.
28 * inferior.c (inferior_command): When no argument is given to the
29 inferior command, display info about the currently selected
30 inferior.
31
32 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
33
34 * dwarf2/read.c (read_loclist_index, read_rnglist_index): Return
35 a sect_offset.
36 (read_attribute_reprocess): Adjust.
37
38 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
39
40 * dwarf2/die.h (struct die_info) <ranges_base>: Split in...
41 <gnu_ranges_base>: ... this...
42 <rnglists_base>: ... and this.
43 * dwarf2/read.c (struct dwarf2_cu) <ranges_base>: Split in...
44 <gnu_ranges_base>: ... this...
45 <rnglists_base>: ... and this.
46 (read_cutu_die_from_dwo): Adjust
47 (dwarf2_get_pc_bounds): Adjust
48 (dwarf2_record_block_ranges): Adjust.
49 (read_full_die_1): Adjust
50 (partial_die_info::read): Adjust.
51 (read_rnglist_index): Adjust.
52
53 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
54
55 PR gdb/26813
56 * dwarf2/read.c (read_loclists_rnglists_header): Add
57 header_offset parameter and use it.
58 (read_loclist_index): Read header of the current contribution,
59 not the one at the beginning of the section.
60 (read_rnglist_index): Likewise.
61
62 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
63
64 PR gdb/26813
65 * dwarf2/attribute.h (struct attribute) <set_unsigned>: Clear
66 requires_reprocessing flag.
67 * dwarf2/attribute.c (attribute::form_is_unsigned): Handle
68 DW_FORM_loclistx.
69 (attribute::form_requires_reprocessing): Handle DW_FORM_rnglistx
70 and DW_FORM_loclistx.
71 * dwarf2/read.c (read_attribute_reprocess): Use set_unsigned
72 instead of set_address for DW_FORM_loclistx and
73 DW_FORM_rnglistx.
74
75 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
76
77 * dwarf2/read.c (read_loclist_index): Remove bound check for
78 start of offset.
79 (read_rnglist_index): Likewise.
80
81 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
82
83 * dwarf2/read.c (read_loclist_index): Add bound check for the end
84 of the offset.
85
86 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
87
88 * dwarf2/read.c (read_rnglist_index): Fix bound check.
89
90 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
91
92 * dwarf2/read.c (read_loclist_index): Change complaints into
93 errors.
94
95 2021-02-02 Tom de Vries <tdevries@suse.de>
96
97 PR symtab/24620
98 * dwarf2/index-write.c (write_one_signatured_type): Skip if
99 psymtab == nullptr.
100
101 2021-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * Makefile.in (HFILES_NO_SRCDIR): Add corefile.h.
104 * gcore.c (struct gcore_collect_regset_section_cb_data): Moved
105 here from linux-tdep.c and given a new name. Minor cleanups.
106 (gcore_collect_regset_section_cb): Likewise.
107 (gcore_collect_thread_registers): Likewise.
108 (gcore_build_thread_register_notes): Likewise.
109 (gcore_find_signalled_thread): Likewise.
110 * gcore.h (gcore_build_thread_register_notes): Declare.
111 (gcore_find_signalled_thread): Declare.
112 * fbsd-tdep.c: Add 'gcore.h' include.
113 (struct fbsd_collect_regset_section_cb_data): Delete.
114 (fbsd_collect_regset_section_cb): Delete.
115 (fbsd_collect_thread_registers): Delete.
116 (struct fbsd_corefile_thread_data): Delete.
117 (fbsd_corefile_thread): Delete.
118 (fbsd_make_corefile_notes): Call
119 gcore_build_thread_register_notes instead of the now deleted
120 FreeBSD code.
121 * linux-tdep.c: Add 'gcore.h' include.
122 (struct linux_collect_regset_section_cb_data): Delete.
123 (linux_collect_regset_section_cb): Delete.
124 (linux_collect_thread_registers): Delete.
125 (linux_corefile_thread): Call
126 gcore_build_thread_register_notes.
127 (find_signalled_thread): Delete.
128 (linux_make_corefile_notes): Call gcore_find_signalled_thread.
129
130 2021-01-29 Tom de Vries <tdevries@suse.de>
131
132 PR breakpoints/26063
133 * infrun.c (process_event_stop_test): Reset
134 ecs->event_thread->current_line to 0 if is-stmt=n and frame has
135 changed.
136
137 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * thread.c (thr_try_catch_cmd): Replace swith_to_thread with an
140 assert. Extend the header comment.
141
142 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * Makefile.in (SUBDIR_TUI_SRCS): Add tui/tui-location.c.
145 (HFILES_NO_SRCDIR): Add tui/tui-location.h.
146 * tui/tui-data.h (TUI_STATUS_WIN): Define.
147 (tui_locator_win_info_ptr): Delete declaration.
148 * tui/tui-disasm.c: Add 'tui/tui-location.h' include.
149 (tui_disasm_window::set_contents): Fetch state from tui_location
150 global.
151 (tui_get_begin_asm_address): Likewise.
152 * tui/tui-layout.c (tui_apply_current_layout): Remove special case
153 for locator window.
154 (get_locator_window): Delete.
155 (initialize_known_windows): Treat locator window just like all the
156 rest.
157 * tui/tui-source.c: Add 'tui/tui-location.h' include.
158 (tui_source_window::set_contents): Fetch state from tui_location
159 global.
160 (tui_source_window::showing_source_p): Likewise.
161 * tui/tui-stack.c: Add 'tui/tui-location.h' include.
162 (_locator): Delete.
163 (tui_locator_win_info_ptr): Delete.
164 (tui_locator_window::make_status_line): Fetch state from
165 tui_location global.
166 (tui_locator_window::rerender): Remove check of 'handle',
167 reindent function body.
168 (tui_locator_window::set_locator_fullname): Delete.
169 (tui_locator_window::set_locator_info): Delete.
170 (tui_update_locator_fullname): Delete.
171 (tui_show_frame_info): Likewise.
172 (tui_show_locator_content): Access window through TUI_STATUS_WIN.
173 * tui/tui-stack.h (tui_locator_window::set_locator_info): Moved to
174 tui/tui-location.h and renamed to
175 tui_location_tracker::set_location.
176 (tui_locator_window::set_locator_fullname): Moved to
177 tui/tui-location.h and renamed to
178 tui_location_tracker::set_fullname.
179 (tui_locator_window::full_name): Delete.
180 (tui_locator_window::proc_name): Delete.
181 (tui_locator_window::line_no): Delete.
182 (tui_locator_window::addr): Delete.
183 (tui_locator_window::gdbarch): Delete.
184 (tui_update_locator_fullname): Delete declaration.
185 * tui/tui-wingeneral.c (tui_refresh_all): Removed special handling
186 for locator window.
187 * tui/tui-winsource.c: Add 'tui/tui-location.h' include.
188 (tui_display_main): Call function on tui_location directly.
189 * tui/tui.h (enum tui_win_type): Add STATUS_WIN.
190 * tui/tui-location.c: New file.
191 * tui/tui-location.h: New file.
192
193 2021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
194
195 * gdbtypes.h (get_type_arch): Rename to...
196 (struct type) <arch>: ... this, update all users.
197
198 2021-01-28 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * gdbtypes.h (struct type) <arch>: Rename to...
201 <arch_owner>: ... this, update all users.
202 <objfile>: Rename to...
203 <objfile_owner>: ... this, update all users.
204
205 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdbcmd.h (execute_command_to_string): Update comment.
208 * top.c (execute_command_to_string): Update header comment.
209
210 2021-01-28 Tom de Vries <tdevries@suse.de>
211
212 PR breakpoints/27205
213 * breakpoint.c (create_longjmp_master_breakpoint_probe)
214 (create_longjmp_master_breakpoint_names): New function, factored out
215 of ...
216 (create_longjmp_master_breakpoint): ... here. Only try to install
217 longjmp_names breakpoints in libc.so/libc.so.debug if installing probe
218 breakpoint in libc.so failed.
219
220 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
221
222 PR gdb/27133
223 * cli/cli-interp.c (cli_interp_base::set_logging): Ensure the
224 unique_ptr is released when the wrapped pointer is kept for later
225 use.
226
227 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
228
229 * aarch64-tdep.c (aarch64_displaced_step_others): Account for
230 BLR and BR instructions.
231 * arch/aarch64-insn.h (enum aarch64_opcodes): Add BR opcode.
232 (enum aarch64_masks): New.
233
234 2021-01-26 Tom Tromey <tromey@adacore.com>
235
236 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
237 (DEBUG_EXCEPT): Use debug_prefixed_printf_cond.
238 (windows_init_thread_list, windows_nat::handle_load_dll)
239 (windows_nat::handle_unload_dll, windows_nat_target::resume)
240 (windows_nat_target::resume)
241 (windows_nat_target::get_windows_debug_event)
242 (windows_nat_target::interrupt, windows_xfer_memory)
243 (windows_nat_target::close): Update.
244 * nat/windows-nat.c (DEBUG_EVENTS): Use
245 debug_prefixed_printf_cond.
246 (matching_pending_stop, fetch_pending_stop)
247 (continue_last_debug_event): Update.
248
249 2020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
250
251 * linux-tdep.c (linux_make_mappings_corefile_notes): Start using
252 elfcore_write_file_note.
253
254 2021-01-26 Shahab Vahedi <shahab@synopsys.com>
255
256 * arc-tdep.c (arc_add_reggroups): New function.
257 (arc_gdbarch_init): Call arc_add_reggroups.
258
259 2021-01-26 Anton Kolesov <anton.kolesov@synopsys.com>
260
261 * arc-tdep.c (arc_skip_prologue): Log "pc" address.
262
263 2021-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
264 Simon Marchi <simon.marchi@polymtl.ca>
265 Tom de Vries <tdevries@suse.de>
266
267 * dwarf2/read.c (partial_die_info::read): Use as_unsigned () for
268 DW_AT_ranges.
269
270 2021-01-25 Tom Tromey <tromey@adacore.com>
271
272 * dwarf2/read.c (get_mpz): New function.
273 (get_dwarf2_rational_constant): Use it.
274
275 2021-01-25 Tom Tromey <tromey@adacore.com>
276
277 * ada-lang.c (resolve_subexp): Handle array context.
278
279 2021-01-23 Tom Tromey <tom@tromey.com>
280
281 PR compile/25575
282 * compile/compile-loc2c.c (note_register): New function.
283 (pushf_register_address, pushf_register): Use it.
284
285 2021-01-23 Tom Tromey <tom@tromey.com>
286
287 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
288 Change type of "registers_used".
289 * dwarf2/loc.h (dwarf2_compile_property_to_c): Update.
290 * dwarf2/loc.c (dwarf2_compile_property_to_c)
291 (locexpr_generate_c_location, loclist_generate_c_location): Change
292 type of "registers_used".
293 * compile/compile.h (compile_dwarf_expr_to_c)
294 (compile_dwarf_bounds_to_c): Update.
295 * compile/compile-loc2c.c (pushf_register_address)
296 (pushf_register, do_compile_dwarf_expr_to_c)
297 (compile_dwarf_expr_to_c, compile_dwarf_bounds_to_c): Change type
298 of "registers_used".
299 * compile/compile-c.h (generate_c_for_variable_locations):
300 Update.
301 * compile/compile-c-symbols.c (generate_vla_size)
302 (generate_c_for_for_one_variable): Change type of
303 "registers_used".
304 (generate_c_for_variable_locations): Return std::vector.
305 * compile/compile-c-support.c (generate_register_struct): Change
306 type of "registers_used".
307 (compute): Update.
308
309 2021-01-23 Tom Tromey <tom@tromey.com>
310
311 * compile/compile-internal.h (class compile_instance)
312 <set_arguments>: Change return type.
313 * compile/compile.c (compile_to_object): Remove call to reset.
314 (compile_instance::set_arguments): Change return type.
315
316 2021-01-23 Simon Marchi <simon.marchi@polymtl.ca>
317
318 * gdbtypes.c (copy_type_recursive): Use get_type_arch.
319 * gdbtypes.h (struct type) <set_owner>: Add asserts.
320
321 2021-01-23 Lancelot SIX <lsix@lancelotsix.com>
322
323 * Makefile.in (SELFTESTS_SRCS): Add
324 unittests/gdb_tilde_expand-selftests.c.
325 * unittests/gdb_tilde_expand-selftests.c: New file.
326
327 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 PR cli/25956
330 * NEWS: Mention new command.
331 * cli/cli-style.c: Add 'cli/cli-setshow.h' include.
332 (version_style): Define.
333 (cli_style_option::cli_style_option): Add intensity parameter, and
334 use as appropriate.
335 (_initialize_cli_style): Register version style set/show commands.
336 * cli/cli-style.h (cli_style_option): Add intensity parameter.
337 (version_style): Declare.
338 * top.c (print_gdb_version): Use version_stype, and styled_string
339 to print the GDB version string.
340
341 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * utils.c (emit_style_escape): Only emit an escape sequence if the
344 requested style is different than the current applied style.
345 (fputs_maybe_filtered): Adjust the juggling of the wrap_style, and
346 current applied_style.
347 (fputs_styled): Remove is_default check.
348 (fputs_styled_unfiltered): Likewise.
349 (vfprintf_styled_no_gdbfmt): Likewise.
350
351 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
352
353 * remote.h (remote_debug_printf): New.
354 (remote_debug_printf_nofunc): New.
355 (REMOTE_SCOPED_DEBUG_ENTER_EXIT): New.
356 * remote.c: Use above macros throughout file.
357
358 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
359
360 * remote.h (remote_debug): Change to bool.
361 * remote.c (remote_debug): Change to bool.
362 (_initialize_remote): Adjust.
363
364 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
365
366 * target.h (remote_debug): Move to...
367 * remote.h (remote_debug): ... here.
368 * top.c (remote_debug): Move to...
369 * remote.c (remote_debug): ... here.
370 * remote-sim.c: Include remote.h.
371
372 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
373
374 * cli/cli-cmds.c (show_remote_debug): Remove.
375 (show_remote_timeout): Remove.
376 (_initialize_cli_cmds): Don't register commands.
377 * remote.c (show_remote_debug): Move here.
378 (show_remote_timeout): Move here.
379 (_initialize_remote): Register commands.
380
381 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
382
383 * gdbtypes.h (TYPE_OBJFILE): Remove, change all users to use the
384 type::objfile method instead.
385
386 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
387
388 * gdbtypes.h (TYPE_OBJFILE_OWNED): Remove, update all users to
389 use the type::is_objfile_owned method.
390
391 2021-01-22 Simon Marchi <simon.marchi@efficios.com>
392
393 * gdbtypes.h (TYPE_OBJFILE_OWNED): Adjust.
394 (TYPE_OWNER): Remove.
395 (TYPE_OBJFILE): Adjust.
396 (struct main_type) <flag_objfile_owned>: Rename to...
397 <m_flag_objfile_owned>: ... this.
398 <owner>: Rename to...
399 <m_owner>: ... this.
400 (struct type) <is_objfile_owned, set_owner, objfile, arch>: New
401 methods.
402 (TYPE_ALLOC): Adjust.
403 * gdbtypes.c (alloc_type): Adjust.
404 (alloc_type_arch): Adjust.
405 (alloc_type_copy): Adjust.
406 (get_type_arch): Adjust.
407 (smash_type): Adjust.
408 (lookup_array_range_type): Adjust.
409 (recursive_dump_type): Adjust.
410 (copy_type_recursive): Adjust.
411 * compile/compile-c-types.c (convert_func): Adjust.
412 (convert_type_basic): Adjust.
413 * compile/compile-cplus-types.c (compile_cplus_convert_func):
414 Adjust.
415 * language.c
416 (language_arch_info::type_and_symbol::alloc_type_symbol):
417 Adjust.
418
419 2021-01-21 Luis Machado <luis.machado@linaro.org>
420
421 * coffread.c (enter_linenos): Passing string to complaint.
422 * valops.c (value_assign): Make array view.
423
424 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
425
426 * auto-load.h (debug_auto_load): Move here.
427 (auto_load_debug_printf): New.
428 * auto-load.c: Use auto_load_debug_printf.
429 (debug_auto_load): Move to header.
430 * linux-thread-db.c (try_thread_db_load): Use
431 auto_load_debug_printf.
432 * main.c (captured_main_1): Likewise.
433
434 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
435
436 * f-valprint.c (f77_array_offset_tbl): Remove.
437
438 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
439
440 * gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
441
442 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
443
444 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
445 of gdb_select.
446
447 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
448
449 PR python/19151
450 * python/py-breakpoint.c (bppy_get_location): Handle
451 bp_hardware_breakpoint.
452 (bppy_init): Likewise.
453 (gdbpy_breakpoint_created): Likewise.
454
455 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * arm-tdep.c (arm_debug_printf): Add and use throughout file.
458
459 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
460
461 * gdb_bfd.c (debug_bfd_cache): Change type to bool.
462 (_initialize_gdb_bfd): Adjust.
463
464 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
465
466 PR gdb/26828
467 * dwarf2/read.c (maybe_queue_comp_unit): Add assertion.
468
469 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
470
471 * dwarf2/read.c (follow_die_offset): Add logging.
472 (dwarf2_per_objfile::age_comp_units): Add logging.
473
474 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
475
476 * aarch64-linux-tdep.c (aarch64_linux_record_tdep): Make static.
477 * aarch64-tdep.c (tdesc_aarch64_list, aarch64_prologue_unwind,
478 aarch64_stub_unwind, aarch64_normal_base, ): Make static.
479 * arm-linux-tdep.c (arm_prologue_unwind): Make static.
480 * arm-tdep.c (struct frame_unwind): Make static.
481 * auto-load.c (auto_load_safe_path_vec): Make static.
482 * csky-tdep.c (csky_stub_unwind): Make static.
483 * gdbarch.c (gdbarch_data_registry): Make static.
484 * gnu-v2-abi.c (gnu_v2_abi_ops): Make static.
485 * i386-netbsd-tdep.c (i386nbsd_mc_reg_offset): Make static.
486 * i386-tdep.c (i386_frame_setup_skip_insns,
487 i386_tramp_chain_in_reg_insns, i386_tramp_chain_on_stack_insns):
488 Make static.
489 * infrun.c (observer_mode): Make static.
490 * linux-nat.c (sigchld_action): Make static.
491 * linux-thread-db.c (thread_db_list): Make static.
492 * maint-test-options.c (maintenance_test_options_list):
493 * mep-tdep.c (mep_csr_registers): Make static.
494 * mi/mi-cmds.c (struct mi_cmd_stats): Remove struct type name.
495 (stats): Make static.
496 * nat/linux-osdata.c (struct osdata_type): Make static.
497 * ppc-netbsd-tdep.c (ppcnbsd_reg_offsets): Make static.
498 * progspace.c (last_program_space_num): Make static.
499 * python/py-param.c (struct parm_constant): Remove struct type
500 name.
501 (parm_constants): Make static.
502 * python/py-record-btrace.c (btpy_list_methods): Make static.
503 * python/py-record.c (recpy_gap_type): Make static.
504 * record.c (record_goto_cmdlist): Make static.
505 * regcache.c (regcache_descr_handle): Make static.
506 * registry.h (DEFINE_REGISTRY): Make definition static.
507 * symmisc.c (std_in, std_out, std_err): Make static.
508 * top.c (previous_saved_command_line): Make static.
509 * tracepoint.c (trace_user, trace_notes, trace_stop_notes): Make
510 static.
511 * unittests/command-def-selftests.c (nr_duplicates,
512 nr_invalid_prefixcmd, lists): Make static.
513 * unittests/observable-selftests.c (test_notification): Make
514 static.
515 * unittests/optional/assignment/1.cc (counter): Make static.
516 * unittests/optional/assignment/2.cc (counter): Make static.
517 * unittests/optional/assignment/3.cc (counter): Make static.
518 * unittests/optional/assignment/4.cc (counter): Make static.
519 * unittests/optional/assignment/5.cc (counter): Make static.
520 * unittests/optional/assignment/6.cc (counter): Make static.
521
522 2021-01-20 Joel Sherrill <joel@rtems.org>
523
524 PR gdb/27219
525 * remote.c (struct remote_thread_info) <resume_state>: Rename
526 to...
527 <get_resume_state>: ... this.
528 (remote_target::resume): Adjust.
529 (remote_target::commit_resume): Adjust.
530 (remote_target::select_thread_for_ambiguous_stop_reply): Adjust.
531
532 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
533 Tom Tromey <tom@tromey.com>
534
535 * stap-probe.c (stap_parse_single_operand): Handle '!'
536 operator.
537 (stap_parse_argument_conditionally): Likewise.
538 Skip spaces after processing open-parenthesis sub-expression.
539 (stap_parse_argument_1): Skip spaces after call to
540 stap_parse_argument_conditionally.
541 Handle case when right-side expression is a parenthesized
542 sub-expression.
543 Skip spaces after call to stap_parse_argument_1.
544
545 2021-01-19 Lancelot SIX <lsix@lancelotsix.com>
546
547 * top.h (switch_thru_all_uis): Use DISABLE_COPY_AND_ASSIGN.
548
549 2021-01-19 Luis Machado <luis.machado@linaro.org>
550
551 * trad-frame.h (trad_frame_saved_reg) <set_value_bytes>: Allocate
552 memory and save data.
553 (trad_frame_set_value, trad_frame_set_realreg, trad_frame_set_addr)
554 (trad_frame_set_unknown, trad_frame_set_value_bytes)
555 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
556 (trad_frame_value_bytes_p): Remove.
557 (trad_frame_reset_saved_regs): Adjust documentation.
558 * trad-frame.c (trad_frame_alloc_saved_regs): Initialize via a
559 constructor and reset the state of the registers.
560 (trad_frame_value_p, trad_frame_addr_p, trad_frame_realreg_p)
561 (trad_frame_value_bytes_p, trad_frame_set_value)
562 (trad_frame_set_realreg, trad_frame_set_addr)
563 (trad_frame_set_unknown, trad_frame_set_value_bytes): Remove.
564 (trad_frame_set_reg_realreg): Update to call member function.
565 (trad_frame_set_reg_addr, trad_frame_set_reg_value_bytes): Likewise.
566 (trad_frame_get_prev_register): Likewise.
567
568 * aarch64-tdep.c (aarch64_analyze_prologue)
569 (aarch64_analyze_prologue_test, aarch64_make_prologue_cache_1)
570 (aarch64_prologue_prev_register): Update to use member functions.
571 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
572 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Likewise.
573 * arc-tdep.c (arc_print_frame_cache, arc_make_frame_cache): Likewise.
574 * arm-tdep.c (arm_make_prologue_cache, arm_exidx_fill_cache)
575 (arm_make_epilogue_frame_cache): Likewise.
576 * avr-tdep.c (avr_frame_unwind_cache)
577 (avr_frame_prev_register): Likewise.
578 * cris-tdep.c (cris_scan_prologue): Likewise.
579 * csky-tdep.c (csky_frame_unwind_cache): Likewise.
580 * frv-tdep.c (frv_analyze_prologue): Likewise.
581 * hppa-tdep.c (hppa_frame_cache, hppa_fallback_frame_cache): Likewise.
582 * lm32-tdep.c (lm32_frame_cache): Likewise.
583 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
584 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
585 * mips-tdep.c (set_reg_offset, mips_insn16_frame_cache)
586 (mips_micro_frame_cache, mips_insn32_frame_cache): Likewise.
587 (reset_saved_regs): Adjust to set realreg.
588 * riscv-tdep.c (riscv_scan_prologue, riscv_frame_cache): Adjust to
589 call member functions.
590 * rs6000-tdep.c (rs6000_frame_cache, rs6000_epilogue_frame_cache)
591 * s390-tdep.c (s390_prologue_frame_unwind_cache)
592 (s390_backchain_frame_unwind_cache): Likewise.
593 * score-tdep.c (score7_analyze_prologue)
594 (score3_analyze_prologue, score_make_prologue_cache): Likewise.
595 * sparc-netbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
596 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
597 * sparc64-netbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
598 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
599 * tilegx-tdep.c (tilegx_analyze_prologue)
600 (tilegx_frame_cache): Likewise.
601 * v850-tdep.c (v850_frame_cache): Likewise.
602 * vax-tdep.c (vax_frame_cache): Likewise.
603
604 2021-01-19 Luis Machado <luis.machado@linaro.org>
605
606 * frame.h (get_frame_register_bytes): Pass a gdb::array_view instead
607 of buffer + length.
608 (put_frame_register_bytes): Likewise.
609 Adjust documentation.
610 (get_frame_memory): Pass a gdb::array_view instead of buffer + length.
611 (safe_frame_unwind_memory): Likewise.
612 * frame.c (get_frame_register_bytes, put_frame_register_bytes)
613 (get_frame_memory, safe_frame_unwind_memory): Adjust to use
614 gdb::array_view.
615 * amd64-fbsd-tdep.c (amd64fbsd_sigtramp_p): Likewise.
616 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Likewise.
617 * amd64-obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
618 * arc-linux-tdep.c (arc_linux_is_sigtramp): Likewise.
619 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start): Likewise.
620 * dwarf2/loc.c (rw_pieced_value): Likewise.
621 * hppa-tdep.c (hppa_frame_cache): Likewise.
622 * i386-fbsd-tdep.c (i386fbsd_sigtramp_p): Likewise.
623 * i386-gnu-tdep.c (i386_gnu_sigtramp_start): Likewise.
624 * i386-linux-tdep.c (i386_linux_sigtramp_start)
625 (i386_linux_rt_sigtramp_start): Likewise.
626 * i386-obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
627 * i386-tdep.c (i386_register_to_value): Likewise.
628 * i387-tdep.c (i387_register_to_value): Likewise.
629 * ia64-tdep.c (ia64_register_to_value): Likewise.
630 * m32r-linux-tdep.c (m32r_linux_sigtramp_start)
631 (m32r_linux_rt_sigtramp_start): Likewise.
632 * m68k-linux-tdep.c (m68k_linux_pc_in_sigtramp): Likewise.
633 * m68k-tdep.c (m68k_register_to_value): Likewise.
634 * mips-tdep.c (mips_register_to_value)
635 (mips_value_to_register): Likewise.
636 * ppc-fbsd-tdep.c (ppcfbsd_sigtramp_frame_sniffer)
637 (ppcfbsd_sigtramp_frame_cache): Likewise.
638 * ppc-obsd-tdep.c (ppcobsd_sigtramp_frame_sniffer)
639 (ppcobsd_sigtramp_frame_cache): Likewise.
640 * rs6000-tdep.c (rs6000_in_function_epilogue_frame_p)
641 (rs6000_register_to_value): Likewise.
642 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
643 * tramp-frame.c (tramp_frame_start): Likewise.
644 * valops.c (value_assign): Likewise.
645
646 2021-01-19 Luis Machado <luis.machado@linaro.org>
647
648 * aarch64-linux-tdep.c (aarch64_linux_restore_vreg): Pass in an
649 array_view.
650 * trad-frame.c (trad_frame_set_value_bytes): Use gdb::array_view
651 instead of buffer and size.
652 (trad_frame_set_reg_value_bytes): Likewise.
653 * trad-frame.h (trad_frame_set_reg_value_bytes): Likewise.
654 (trad_frame_set_value_bytes): Likewise.
655
656 2021-01-18 Mike Frysinger <vapier@gentoo.org>
657
658 * copyright.py (NOT_FSF_LIST): Delete sim/testsuite/sim/bfin/s21.s.
659
660 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * riscv-fbsd-tdep.c (riscv_fbsd_supply_gregset): Delete.
663 (riscv_fbsd_gregset): Use riscv_supply_regset.
664 (riscv_fbsd_fpregset): Likewise.
665 * riscv-linux-tdep.c (riscv_linux_gregset): Likewise.
666 (riscv_linux_fregset): Likewise.
667 * riscv-tdep.c (riscv_supply_regset): Define new function.
668 * riscv-tdep.h (riscv_supply_regset): Declare new function.
669
670 2021-01-18 Tom de Vries <tdevries@suse.de>
671
672 PR tdep/27172
673 * nat/amd64-linux-siginfo.c (cpt_si_lower, cpt_si_upper, SEGV_BNDERR):
674 New macro.
675 (compat_siginfo_from_siginfo): Copy cpt_si_lower and cpt_si_upper
676 for SEGV_BNDERR.
677
678 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
679
680 * remote.c (class remote_target) <remote_hostio_send_command,
681 remote_hostio_parse_result>: Constify parameter.
682 (remote_hostio_parse_result): Likewise.
683 (remote_target::remote_hostio_send_command): Adjust.
684 (remote_target::remote_hostio_pread_vFile): Adjust.
685 (remote_target::fileio_readlink): Adjust.
686 (remote_target::fileio_fstat): Adjust.
687
688 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
689
690 * remote.c (remote_target::start_remote): Move wait_status to
691 narrower scope.
692
693 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
694
695 * remote.c (class remote_target):
696 <add_current_inferior_and_thread>: Constify parameter.
697 (stop_reply_extract_thread): Likewise.
698 (remote_target::get_current_thread): Likewise.
699 (remote_target::add_current_inferior_and_thread): Likewise.
700
701 2021-01-18 Simon Marchi <simon.marchi@polymtl.ca>
702
703 * remote.c (class remote_target)
704 <remote_unpack_thread_info_response,
705 parse_threadlist_response>: Constify parameter and/or return
706 value and or local variable.
707 (stub_unpack_int): Likewise.
708 (unpack_nibble): Likewise.
709 (unpack_byte): Likewise.
710 (unpack_int): Likewise.
711 (unpack_string): Likewise.
712 (unpack_threadid): Likewise.
713 (remote_target::remote_unpack_thread_info_response): Likewise.
714 (remote_target::parse_threadlist_response): Likewise.
715
716 2021-01-15 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * tui/tui.c (tui_is_window_visible): Compare to nullptr, not 0.
719
720 2021-01-14 Lancelot Six <lsix@lancelotsix.com>
721
722 * MAINTAINERS (Write After Approval): Add myself.
723
724 2021-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
725
726 * trad-frame.c (trad_frame_alloc_saved_regs): Avoid compile-error
727 because is_trivially_default_constructible was first implemented with
728 gcc-5.
729
730 2021-01-14 Tom de Vries <tdevries@suse.de>
731
732 PR breakpoints/27151
733 * objfiles.h (in_plt_section): Handle .plt.sec.
734
735 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 PR gdb/26819
738 * remote.c
739 (remote_target::select_thread_for_ambiguous_stop_reply): New
740 member function.
741 (remote_target::process_stop_reply): Call
742 select_thread_for_ambiguous_stop_reply.
743
744 2021-01-13 Simon Marchi <simon.marchi@efficios.com>
745
746 * record-btrace.c (class record_btrace_target): Remove.
747 (record_btrace_target::commit_resume): Remove.
748 * record-full.c (class record_full_target): Remove.
749 (record_full_target::commit_resume): Remove.
750
751 2021-01-13 Simon Marchi <simon.marchi@efficios.com>
752
753 * remote.c (enum class resume_state): New.
754 (struct resumed_pending_vcont_info): New.
755 (struct remote_thread_info) <resume_state, set_not_resumed,
756 set_resumed_pending_vcont, resumed_pending_vcont_info,
757 set_resumed, m_resume_state, m_resumed_pending_vcont_info>:
758 New.
759 <last_resume_step, last_resume_sig, vcont_resumed>: Remove.
760 (remote_target::remote_add_thread): Adjust.
761 (remote_target::process_initial_stop_replies): Adjust.
762 (remote_target::resume): Adjust.
763 (remote_target::commit_resume): Rely on state in
764 remote_thread_info and not on tp->executing.
765 (remote_target::process_stop_reply): Adjust.
766
767 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
768
769 * arc-tdep.h (arc_debug_printf): New.
770 * arc-tdep.c: Use arc_debug_printf.
771 * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
772 * arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
773 * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
774
775 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
776
777 * arc-tdep.h (arc_debug): Change type to bool.
778 * arc-tdep.c (arc_debug): Change type to bool.
779 (arc_analyze_prologue): Adjust.
780 (_initialize_arc_tdep): Use add_setshow_boolean_cmd.
781 * arc-linux-nat.c (ps_get_thread_area): Adjust.
782
783 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
784
785 * auto-load.c (auto_load_objfile_script_1): Use bool.
786 (execute_script_contents): Use bool.
787
788 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
789
790 * auto-load.h (auto_load_gdb_scripts_enabled): Return bool, move
791 comment here.
792 * auto-load.c (auto_load_gdb_scripts_enabled): Return bool, move
793 comment to header.
794 * extension-priv.h (struct extension_language_script_ops)
795 <auto_load_enabled>: Return bool.
796 * extension.h (ext_lang_auto_load_enabled): Return bool, move
797 comment here.
798 * extension.c (ext_lang_auto_load_enabled): Return bool, move
799 comment to header.
800 * guile/guile-header.h (gdbscm_auto_load_enabled): Return bool,
801 move comment here.
802 * guile/scm-auto-load.c (gdbscm_auto_load_enabled): Return bool,
803 move comment to header.
804 * python/python-header.h (gdbpy_auto_load_enabled): Return bool,
805 move comment here.
806 * python/py-auto-load.c (gdbpy_auto_load_enabled): Return bool,
807 move comment to header.
808
809 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
810
811 * auto-load.h (file_is_auto_load_safe): Change return type to
812 bool, move comment here.
813 * auto-load.c (file_is_auto_load_safe): Change return type and
814 advice_printed to bool. Move comment to header.
815
816 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca>
817
818 * jit.c (jit_debug_printf): New, use throughout file.
819
820 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
821
822 * infrun.c (normal_stop): Fix indentation.
823
824 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
825
826 * top.h (readnow_symbol_files, readnever_symbol_files): Move
827 declarations to ...
828 * symfile.h: ... here.
829 * symfile.c: Update doc.
830
831 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
832
833 * target.h (baud_rate, serial_parity): Move declarations...
834 * serial.h: ... here.
835 * main.c: Include serial.h.
836 * serial.c (baud_rate, serial_parity): Update doc.
837
838 2021-01-12 Simon Marchi <simon.marchi@polymtl.ca>
839
840 * top.c (pre_init_ui_hook): Remove.
841
842 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
843
844 * aarch64-tdep.c (aarch64_vnh_type): Add "bf" field in h registers.
845 (aarch64_vnv_type): Add "bf" type in h field of v registers.
846 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerated.
847 * features/aarch64-fpu.xml: Add bfloat16 type.
848
849 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * expprint.c (dump_subexp_body_standard): Handle OP_BOOL.
852
853 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * f-exp.y (dot_ops): Rename to...
856 (fortran_operators): ...this. Add a header comment. Add symbol
857 based operators.
858 (yylex): Update to use fortran_operators not dot_ops. Remove
859 special handling for '**', this is now included in
860 fortran_operators.
861
862 2021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
863
864 * arch/aarch64-insn.h (aarch64_debug_printf): New.
865 * arch/aarch64-insn.c: Use aarch64_debug_printf.
866 * aarch64-tdep.c: Use aarch64_debug_printf.
867
868 2021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
869
870 * solib-aix.c (solib_aix_debug_printf): New, use throughout
871 file.
872
873 2021-01-11 Simon Marchi <simon.marchi@polymtl.ca>
874
875 * jit.c (jit_debug): Change type to bool.
876 (_initialize_jit): Adjust.
877
878 2021-01-09 Tom Tromey <tom@tromey.com>
879
880 PR compile/23672
881 * compile/compile.c (compile_to_object): Avoid crash when
882 osabi_triplet_regexp returns NULL.
883
884 2021-01-09 Tom Tromey <tom@tromey.com>
885
886 * tracepoint.h (class collection_list) <append_exp>: Take a
887 std::string.
888 * tracepoint.c (collection_list::append_exp): Take a std::string.
889 (encode_actions_1): Update.
890
891 2021-01-08 Tom Tromey <tromey@adacore.com>
892
893 * parse.c (parse_expression): Add void_context_p parameter. Use
894 parse_exp_in_context.
895 * printcmd.c (print_command_1): Change voidprint to bool. Pass to
896 parse_expression.
897 (print_command, call_command): Update.
898 * expression.h (parse_expression): Add void_context_p parameter.
899
900 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * value.c (set_value_component_location): Adjust the VALUE_LVAL
903 for internalvar components that have a dynamic location.
904
905 2021-01-08 Tom de Vries <tdevries@suse.de>
906
907 PR gdb/26881
908 * breakpoint.c (create_exception_master_breakpoint_probe)
909 (create_exception_master_breakpoint_hook): Factor out
910 of ...
911 (create_exception_master_breakpoint): ... here. Only try to install
912 the master exception breakpoint in objfile.debug using the
913 _Unwind_DebugHook method, if the install using probes in objfile
914 failed.
915
916 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * f-lang.c (fortran_value_subarray): Call value_from_component.
919
920 2021-01-07 Mike Frysinger <vapier@gentoo.org>
921
922 * remote-sim.c: Include memory-map.h.
923 (gdbsim_target): Define memory_map override.
924 (gdbsim_target::memory_map): Define.
925
926 2021-01-07 Tom Tromey <tromey@adacore.com>
927
928 * ada-lang.c (do_full_match): Conditionally skip "_ada_" prefix.
929
930 2021-01-07 Tom Tromey <tromey@adacore.com>
931
932 * ada-lang.c (add_component_interval): Start loop using vector's
933 updated size.
934
935 2021-01-06 Tom Tromey <tromey@adacore.com>
936
937 * ada-lang.c (ada_evaluate_subexp) <BINOP_ADD, BINOP_SUB>:
938 Do not cast result.
939 * valarith.c (fixed_point_binop): Handle multiplication
940 and division specially.
941 * valops.c (value_to_gdb_mpq): New function.
942 (value_cast_to_fixed_point): Use it.
943
944 2021-01-05 Hannes Domani <ssbssa@yahoo.de>
945
946 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
947 Call wnoutrefresh instead of tui_win_info::refresh_window.
948
949 2021-01-05 Hannes Domani <ssbssa@yahoo.de>
950
951 * tui/tui-source.c (tui_source_window::show_line_number):
952 Redraw second space after line number.
953
954 2021-01-05 Hannes Domani <ssbssa@yahoo.de>
955
956 PR tui/26927
957 * tui/tui-winsource.c (tui_source_window_base::refresh_window):
958 Fix source pad size in prefresh.
959 (tui_source_window_base::show_source_content): Grow source pad
960 if necessary.
961
962 2021-01-04 Mike Frysinger <vapier@gentoo.org>
963
964 * bfin-tdep.c (bfin_push_dummy_call): Use align_up.
965 (bfin_frame_align): Use align_down.
966
967 2021-01-04 Tom de Vries <tdevries@suse.de>
968
969 * buildsym.c (buildsym_compunit::record_line): Filter out end-of-seq
970 terminators that do not terminate anything.
971
972 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
973
974 * debug.c (debug_print_depth): New.
975 * infrun.h (INFRUN_SCOPED_DEBUG_START_END): New.
976 (INFRUN_SCOPED_DEBUG_ENTER_EXIT): New.
977 * infrun.c (start_step_over): Use
978 INFRUN_SCOPED_DEBUG_ENTER_EXIT.
979 (proceed): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT and
980 INFRUN_SCOPED_DEBUG_START_END.
981 (fetch_inferior_event): Use INFRUN_SCOPED_DEBUG_ENTER_EXIT.
982
983 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
984
985 * infrun.c (print_target_wait_results): Use infrun_debug_printf.
986
987 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
988
989 * utils.c (vfprintf_unfiltered): Print timestamp only when
990 previous debug output ended with a newline.
991
992 2021-01-04 Luis Machado <luis.machado@linaro.org>
993
994 Update all users of trad_frame_saved_reg to use the new member
995 functions.
996
997 Remote all struct keywords from declarations of trad_frame_saved_reg
998 types, except on forward declarations.
999
1000 * aarch64-tdep.c: Update.
1001 * alpha-mdebug-tdep.c: Update.
1002 * alpha-tdep.c: Update.
1003 * arc-tdep.c: Update.
1004 * arm-tdep.c: Update.
1005 * avr-tdep.c: Update.
1006 * cris-tdep.c: Update.
1007 * csky-tdep.c: Update.
1008 * frv-tdep.c: Update.
1009 * hppa-linux-tdep.c: Update.
1010 * hppa-tdep.c: Update.
1011 * hppa-tdep.h: Update.
1012 * lm32-tdep.c: Update.
1013 * m32r-linux-tdep.c: Update.
1014 * m32r-tdep.c: Update.
1015 * m68hc11-tdep.c: Update.
1016 * mips-tdep.c: Update.
1017 * moxie-tdep.c: Update.
1018 * riscv-tdep.c: Update.
1019 * rs6000-tdep.c: Update.
1020 * s390-linux-tdep.c: Update.
1021 * s390-tdep.c: Update.
1022 * score-tdep.c: Update.
1023 * sparc-netbsd-tdep.c: Update.
1024 * sparc-sol2-tdep.c: Update.
1025 * sparc64-fbsd-tdep.c: Update.
1026 * sparc64-netbsd-tdep.c: Update.
1027 * sparc64-obsd-tdep.c: Update.
1028 * sparc64-sol2-tdep.c: Update.
1029 * tilegx-tdep.c: Update.
1030 * v850-tdep.c: Update.
1031 * vax-tdep.c: Update.
1032
1033 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
1034 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
1035
1036 * trad-frame.c: Update.
1037 Remove TF_REG_* enum.
1038 (trad_frame_alloc_saved_regs): Add a static assertion to check for
1039 a trivially-constructible struct.
1040 (trad_frame_reset_saved_regs): Adjust to use member function.
1041 (trad_frame_value_p): Likewise.
1042 (trad_frame_addr_p): Likewise.
1043 (trad_frame_realreg_p): Likewise.
1044 (trad_frame_value_bytes_p): Likewise.
1045 (trad_frame_set_value): Likewise.
1046 (trad_frame_set_realreg): Likewise.
1047 (trad_frame_set_addr): Likewise.
1048 (trad_frame_set_unknown): Likewise.
1049 (trad_frame_set_value_bytes): Likewise.
1050 (trad_frame_get_prev_register): Likewise.
1051 * trad-frame.h: Update.
1052 (trad_frame_saved_reg_kind): New enum.
1053 (struct trad_frame_saved_reg) <addr, realreg, data>: Remove.
1054 <m_kind, m_reg>: New member fields.
1055 <set_value, set_realreg, set_addr, set_unknown, set_value_bytes>
1056 <kind, value, realreg, addr, value_bytes, is_value, is_realreg>
1057 <is_addr, is_unknown, is_value_bytes>: New member functions.
1058
1059 2021-01-02 Simon Marchi <simon.marchi@polymtl.ca>
1060
1061 * target-float.c: Fix typos.
1062
1063 2021-01-02 Hannes Domani <ssbssa@yahoo.de>
1064
1065 * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
1066
1067 2021-01-01 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdbarch.sh: Update copyright year range.
1070
1071 2021-01-01 Joel Brobecker <brobecker@adacore.com>
1072
1073 Update copyright year range in copyright header of all GDB files.
1074
1075 2021-01-01 Joel Brobecker <brobecker@adacore.com>
1076
1077 * copyright.py (get_update_list): Add "gdbserver" and "gdbsupport"
1078 to the list of directories to update.
1079
1080 2021-01-01 Joel Brobecker <brobecker@adacore.com>
1081
1082 * top.c (print_gdb_version): Update copyright year.
1083
1084 2021-01-01 Joel Brobecker <brobecker@adacore.com>
1085
1086 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020.
1087
1088 For older changes see ChangeLog-2020.
1089 \f
1090 Local Variables:
1091 mode: change-log
1092 left-margin: 8
1093 fill-column: 74
1094 version-control: never
1095 coding: utf-8
1096 End:
This page took 0.059461 seconds and 5 git commands to generate.