]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.c
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
59f7bd8d
SM
12020-05-16 Simon Marchi <simon.marchi@efficios.com>
2
3 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Fix condition.
4
9bf058f0
PA
52020-05-16 Pedro Alves <palves@redhat.com>
6
7 * ia64-linux-nat.c
8 (ia64_linux_nat_target) <enable_watchpoints_in_psr(ptid_t)>:
9 Declare method.
10 (enable_watchpoints_in_psr): Now a method of ia64_linux_nat_target.
11
8f86ae1a
SM
122020-05-15 Simon Marchi <simon.marchi@efficios.com>
13
14 * sparc64-tdep.c (adi_stat_t): Remove typedef (leaving struct).
15 (sparc64_adi_info): Likewise.
16
d6bc0792
TT
172020-05-15 Tom Tromey <tom@tromey.com>
18
19 * symtab.c (lookup_language_this, lookup_symbol_aux): Use
20 block_objfile.
21 (lookup_objfile_from_block): Remove.
22 (lookup_symbol_in_block, lookup_symbol_in_static_block)
23 (lookup_global_symbol): Use block_objfile.
24 * symtab.h (lookup_objfile_from_block): Don't declare.
25 * printcmd.c (clear_dangling_display_expressions): Use
26 block_objfile.
27 * parse.c (operator_check_standard): Use block_objfile.
28
8c14c3a3
TT
292020-05-15 Tom Tromey <tom@tromey.com>
30
31 * language.c (language_alloc_type_symbol): Set
32 SYMBOL_SECTION.
33 * symtab.c (initialize_objfile_symbol): Remove.
34 (allocate_symbol): Remove.
35 (allocate_template_symbol): Remove.
36 * dwarf2/read.c (fixup_go_packaging): Use "new".
37 (new_symbol): Use "new".
38 (read_variable): Don't call initialize_objfile_symbol. Use
39 "new".
40 (read_func_scope): Use "new".
41 * xcoffread.c (process_xcoff_symbol): Don't call
42 initialize_objfile_symbol.
43 (SYMBOL_DUP): Remove.
44 * coffread.c (process_coff_symbol, coff_read_enum_type): Use
45 "new".
46 * symtab.h (allocate_symbol, initialize_objfile_symbol)
47 (allocate_template_symbol): Don't declare.
48 (struct symbol): Add copy constructor. Change defaults.
49 * jit.c (finalize_symtab): Use "new".
50 * ctfread.c (ctf_add_enum_member_cb, new_symbol, ctf_add_var_cb):
51 Use "new".
52 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
53 (common_block_end): Use "new".
54 * mdebugread.c (parse_symbol): Use "new".
55 (new_symbol): Likewise.
56
5b4a1a8d
PW
572020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
58
59 * NEWS: Mention changes to help and apropos.
60
57b4f16e
PW
612020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
62
63 * command.h (enum command_class): Improve comments, document
64 that class_alias is for user-defined aliases, give the class
65 name for each class, remove unused class_xdb.
66 * cli/cli-decode.c (add_com_alias): Document THECLASS intended usage.
67 * breakpoint.c (_initialize_breakpoint): Replace class_alias
68 by a precise class.
69 * infcmd.c (_initialize_infcmd): Likewise.
70 * reverse.c (_initialize_reverse): Likewise.
71 * stack.c (_initialize_stack): Likewise.
72 * symfile.c (_initialize_symfile): Likewise.
73 * tracepoint.c (_initialize_tracepoint): Likewise.
74
7c05caf7
PW
752020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
76
77 * cli/cli-decode.c (apropos_cmd): Produce output for aliases
78 when their aliased command is traversed.
79 (help_cmd): Add fput_command_names_styled call to
80 output command name and aliases when command has an alias.
81
3b3aaacb
PW
822020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
83
84 * cli/cli-decode.h (help_cmd_list): Remove declaration.
85 * cli/cli-decode.c (help_cmd_list): Declare as static,
86 remove prefix argument, use bool for recurse arg, rework to show the aliases of
87 a command together with the command.
88 (fput_command_name_styled, fput_command_names_styled): New functions.
89 (print_help_for_command): Remove prefix arg, use bool for recurse arg, use
90 fput_command_name_styled.
91 (help_list, help_all): Update callers to remove prefix arg and use bool recurse.
92 * cli/cli-cmds.c (_initialize_cli_cmds): Update alias_command doc.
93
7aa1b46f
PW
942020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
95
96 * cli/cli-setshow.h (cmd_show_list): Remove prefix argument.
97 * cli/cli-decode.c (do_show_prefix_cmd): Likewise.
98 * command.h (cmd_show_list): Likewise.
99 * dwarf2/index-cache.c (show_index_cache_command): Likewise.
100 * cli/cli-setshow.c (cmd_show_list): Use the prefix to produce the output. Skip aliases.
101
89bcba74
PW
1022020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
103
104 * unittests/command-def-selftests.c (traverse_command_structure):
105 Verify all commands of a list have the same prefix command and
106 that only the top cmdlist commands have a null prefix.
107
3f4d92eb
PW
1082020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
109
110 * cli/cli-decode.c (lookup_cmd_for_prefix): Return the aliased command
111 as prefix, not one of its aliases.
112 (set_cmd_prefix): Remove.
113 (do_add_cmd): Centralize the setting of the prefix of a command, when
114 command is defined after its full chain of prefix commands.
115 (add_alias_cmd): Remove call to set_cmd_prefix, as do_add_cmd does it.
116 (add_setshow_cmd_full): Likewise.
117 (update_prefix_field_of_prefixed_commands): New function.
118 (add_prefix_cmd): Replace non working call to set_cmd_prefix by
119 update_prefix_field_of_prefixed_commands.
120 * gdb/remote-fileio.c (initialize_remote_fileio): Use the real
121 addresses of remote_set_cmdlist and remote_show_cmdlist given
122 as argument, not the address of an argument.
123 * gdb/remote-fileio.h (initialize_remote_fileio): Likewise.
124 * gdb/remote.c (_initialize_remote): Likewise.
125
0605465f
PW
1262020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127
128 * cli/cli-cmds.c (alias_command): Check for an existing alias
129 using lookup_cmd_composition, as valid_command_p is too strict
130 and forbids aliases that are the prefix of an existing alias
131 or command.
132 * cli/cli-decode.c (lookup_cmd_composition): Ensure a prefix
133 command is properly recognised as a valid command.
134
58e6ac70
PW
1352020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
136
137 * unittests/help-doc-selftests.c: Rename to
138 unittests/command-def-selftests.c
139 * unittests/command-def-selftests.c (help_doc_tests): Update some
140 comments.
141 (command_structure_tests, traverse_command_structure): New namespace
142 and function.
143 (command_structure_invariants_tests): New function.
144 (_initialize_command_def_selftests) Renamed from
145 _initialize_help_doc_selftests, register command_structure_invariants
146 selftest.
147
a7b9ceb8
PW
1482020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
149
150 * cli/cli-cmds.c (_initialize_cli_cmds): Define 'info set' as
151 an alias of 'show'.
152
b2188a06
JB
1532020-05-15 Joel Brobecker <brobecker@adacore.com>
154
155 * ada-lang.h: (ada_is_gnat_encoded_fixed_point_type): Renames
156 ada_is_fixed_point_type. Update all callers.
157 (gnat_encoded_fixed_point_delta): Renames ada_delta. Update
158 all callers.
159 * ada-lang.c (gnat_encoded_fixed_type_info): Renames fixed_type_info.
160 Update all callers.
161 * ada-typeprint.c (print_gnat_encoded_fixed_point_type): Renames
162 print_fixed_point_type. Update all callers.
163 * ada-valprint.c (ada_value_print_num): Replace call to
164 ada_is_fixed_point_type by ada_is_gnat_encoded_fixed_point_type.
165
a51951c2
KB
1662020-05-14 Kevin Buettner <kevinb@redhat.com>
167
168 * nat/linux-btrace.c (btrace_this_cpu): Add check for AMD
169 processors.
170 (cpu_supports_bts): Add CV_AMD case.
171
29d6859f
LM
1722020-05-14 Laurent Morichetti <Laurent.Morichetti@amd.com>
173 Simon Marchi <simon.marchi@efficios.com>
174
175 * infrun.c (stop_all_threads): Collect multiple wait events at
176 each pass.
177
78134374
SM
1782020-05-14 Simon Marchi <simon.marchi@efficios.com>
179
180 * gdbtypes.h (TYPE_CODE): Remove. Change all call sites to use
181 type::code instead.
182
67607e24
SM
1832020-05-14 Simon Marchi <simon.marchi@efficios.com>
184
185 * gdbtypes.h (struct type) <code, set_code>: New methods.
186 (TYPE_CODE): Use type::code. Change all call sites used to set
187 the code to use type::set_code instead.
188
a05575d3
TBA
1892020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
190 Tom de Vries <tdevries@suse.de>
191 Pedro Alves <palves@redhat.com>
192
193 PR threads/25478
194 * infrun.c (stop_all_threads): Do NOT ignore
195 TARGET_WAITKIND_NO_RESUMED, TARGET_WAITKIND_THREAD_EXITED,
196 TARGET_WAITKIND_EXITED, TARGET_WAITKIND_SIGNALLED wait statuses
197 received.
198 (handle_no_resumed): Remove code handling a live inferior with no
199 threads.
200 * remote.c (has_single_non_exited_thread): New.
201 (remote_target::update_thread_list): Do not delete a thread if is
202 the last thread of the process.
203 * thread.c (thread_select): Call delete_exited_threads instead of
204 prune_threads.
205
6ad82919
TBA
2062020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
207
208 * infrun.c (stop_all_threads): Enable/disable thread events of all
209 targets. Move a debug message denoting the end of the function
210 into the SCOPED_EXIT block.
211
d890404b
TBA
2122020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
213
214 * process-stratum-target.h: Include <set>.
215 (all_non_exited_process_targets, switch_to_target_no_thread): New
216 function declarations.
217 * process-stratum-target.c (all_non_exited_process_targets)
218 (switch_to_target_no_thread): New function implementations.
219
293b3ebc
TBA
2202020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
221
222 * infrun.c (handle_inferior_event): Extract out a piece of code
223 into...
224 (mark_non_executing_threads): ...this new function.
225
7ca9b62a
TBA
2262020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
227
228 * infrun.c (resume_1): Move a 'regcache_read_pc' call down to first
229 use.
230
fc75c28b
TBA
2312020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
232
233 * regcache.c (regcache_read_pc_protected): New function
234 implementation that returns 0 if the PC cannot read via
235 'regcache_read_pc'.
236 * infrun.c (proceed): Call 'regcache_read_pc_protected'
237 instead of 'regcache_read_pc'.
238 (keep_going_pass_signal): Ditto.
239
a89febbd
TT
2402020-05-13 Tom Tromey <tromey@adacore.com>
241
242 * ada-lang.c (align_value): Remove.
243 (ada_template_to_fixed_record_type_1): Use align_up.
244
f7e23710
TBA
2452020-05-13 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
246
247 * async-event.c: Update the copyright year.
248 * async-event.h: Update the copyright year.
249
02ff80c2
SM
2502020-05-12 Simon Marchi <simon.marchi@efficios.com>
251
252 * objfiles.h (is_addr_in_objfile,
253 shared_objfile_contains_address_p): Return bool.
254 * objfile.c (is_addr_in_objfile,
255 shared_objfile_contains_address_p): Return bool.
256
4fd6c7e8
TT
2572020-05-11 Tom Tromey <tromey@adacore.com>
258
259 * cli/cli-cmds.c (info_command): Restore.
260 (_initialize_cli_cmds): Use add_prefix_command for "info".
261 * gdb-gdb.gdb.in: Restore breakpoint on info_command.
262
5eb68a39
TT
2632020-05-11 Tom Tromey <tromey@adacore.com>
264
265 * ada-lang.c (ada_value_primitive_field): Now public.
266 * ada-lang.h (ada_value_primitive_field): Declare.
267 * ada-valprint.c (print_field_values): Use
268 ada_value_primitive_field for wrapper fields.
269
7666722f
TV
2702020-05-11 Tom de Vries <tdevries@suse.de>
271
272 * dwarf2/index-write.c (debug_names::psymbol_tag): Handle
273 MODULE_DOMAIN.
274
3ee6bb11
TV
2752020-05-11 Tom de Vries <tdevries@suse.de>
276
277 PR symtab/25941
278 * dwarf2/read.c (create_cus_from_debug_names_list): Initialize CUs
279 with length 0, if not gdb-produced.
280 (cutu_reader::cutu_reader): Set CU length to actual length if 0.
281
43434996
TV
2822020-05-09 Tom de Vries <tdevries@suse.de>
283
284 PR gdb/25955
285 * break-catch-throw.c (check_status_exception_catchpoint): Fix name
286 calculation.
287
2f78cffc
TT
2882020-05-09 Tom Tromey <tom@tromey.com>
289
290 * top.c (server_command): Now bool.
291 * top.h (server_command): Now bool.
292
4f7bc5ed
TT
2932020-05-08 Tom Tromey <tromey@adacore.com>
294
295 * dwarf2/read.c (read_lexical_block_scope): Don't process a DIE
296 already being processed.
297
8be4b118
TT
2982020-05-08 Tom Tromey <tom@tromey.com>
299
300 * printcmd.c (struct display) <next>: Remove.
301 <display>: New constructor.
302 <exp_string>: Now a std::string.
303 <enabled_p>: Now a bool.
304 (display_number): Move definition earlier.
305 (displays): Rename from display_chain. Now a std::vector.
306 (ALL_DISPLAYS, ALL_DISPLAYS_SAFE): Remove.
307 (display_command): Update.
308 (do_one_display, disable_display)
309 (enable_disable_display_command, do_enable_disable_display):
310 Update.
311 (free_display): Remove.
312 (clear_displays): Rewrite.
313 (delete_display): Update.
314 (map_display_numbers): Use function_view. Remove "data"
315 parameter. Update.
316 (do_delete_display): Remove.
317 (undisplay_command): Update.
318 (do_one_display, do_displays, disable_display)
319 (info_display_command): Update.
320 (do_enable_disable_display): Remove.
321 (enable_disable_display_command)
322 (clear_dangling_display_expressions): Update.
323
94c93c35
TT
3242020-05-08 Tom Tromey <tom@tromey.com>
325
326 * symtab.c (set_symbol_cache_size)
327 (maintenance_print_symbol_cache, maintenance_flush_symbol_cache)
328 (maintenance_print_symbol_cache_statistics): Update.
329 * symmisc.c (print_symbol_bcache_statistics)
330 (print_objfile_statistics, maintenance_print_objfiles)
331 (maintenance_info_symtabs, maintenance_check_symtabs)
332 (maintenance_expand_symtabs, maintenance_info_line_tables):
333 Update.
334 * symfile-debug.c (set_debug_symfile): Update.
335 * source.c (forget_cached_source_info): Update.
336 * python/python.c (gdbpy_progspaces): Update.
337 * psymtab.c (maintenance_info_psymtabs): Update.
338 * probe.c (parse_probes): Update.
339 * linespec.c (iterate_over_all_matching_symtabs)
340 (collect_symtabs_from_filename, search_minsyms_for_name): Update.
341 * guile/scm-progspace.c (gdbscm_progspaces): Update.
342 * exec.c (exec_target::close): Update.
343 * ada-tasks.c (ada_tasks_new_objfile_observer): Update.
344 * breakpoint.c (print_one_breakpoint_location)
345 (create_longjmp_master_breakpoint)
346 (create_std_terminate_master_breakpoint): Update.
347 * progspace.c (program_spaces): Now a std::vector.
348 (maybe_new_address_space): Update.
349 (add_program_space): Remove.
350 (program_space::program_space): Update.
351 (remove_program_space): Update.
352 (number_of_program_spaces): Remove.
353 (print_program_space, update_address_spaces): Update.
354 * progspace.h (program_spaces): Change type.
355 (ALL_PSPACES): Remove.
356 (number_of_program_spaces): Don't declare.
357 (struct program_space) <next>: Remove.
358
a1fd1ac9
TT
3592020-05-08 Tom Tromey <tom@tromey.com>
360
361 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Update.
362 * solib-svr4.c (svr4_fetch_objfile_link_map): Update.
363 (enable_break): Update.
364 * solib-frv.c (frv_fdpic_find_global_pointer): Update.
365 (frv_fdpic_find_canonical_descriptor): Update.
366 (frv_fetch_objfile_link_map): Update.
367 * progspace.c (program_space::free_all_objfiles): Update.
368 (program_space::solibs): New method.
369 * progspace.h (struct program_space) <solibs>: New method.
370 * solist.h (master_so_list): Don't declare.
371 (ALL_SO_LIBS): Remove.
372 * solib.h (so_list_head): Remove.
373 (update_solib_list): Update comment.
374 * solib.c (master_so_list): Remove.
375 (solib_used, update_solib_list, solib_add)
376 (info_sharedlibrary_command, clear_solib)
377 (reload_shared_libraries_1, remove_user_added_objfile): Update.
378
38eae084
TT
3792020-05-08 Tom Tromey <tom@tromey.com>
380
381 * extension.c (extension_languages): Now a std::array.
382 (ALL_EXTENSION_LANGUAGES): Remove.
383 (get_ext_lang_defn, get_ext_lang_of_file)
384 (eval_ext_lang_from_control_command): Update.
385 (finish_ext_lang_initialization)
386 (auto_load_ext_lang_scripts_for_objfile)
387 (ext_lang_type_printers::ext_lang_type_printers)
388 (apply_ext_lang_type_printers)
389 (ext_lang_type_printers::~ext_lang_type_printers)
390 (apply_ext_lang_val_pretty_printer, apply_ext_lang_frame_filter)
391 (preserve_ext_lang_values, get_breakpoint_cond_ext_lang)
392 (breakpoint_ext_lang_cond_says_stop, check_quit_flag)
393 (get_matching_xmethod_workers, ext_lang_colorize)
394 (ext_lang_before_prompt): Update.
395 (ALL_ENABLED_EXTENSION_LANGUAGES): Remove.
396
596dc4ad
TT
3972020-05-08 Tom Tromey <tom@tromey.com>
398
399 * symtab.h (class demangle_result_storage) <set_malloc_ptr>: New
400 overload.
401 <swap_string, m_string>: Remove.
402 * symtab.c (demangle_for_lookup, completion_list_add_symbol):
403 Update.
404 * stabsread.c (define_symbol, read_type): Update.
405 * linespec.c (find_linespec_symbols): Update.
406 * gnu-v3-abi.c (gnuv3_get_typeid): Update.
407 * dwarf2/read.c (dwarf2_canonicalize_name): Update.
408 * dbxread.c (read_dbx_symtab): Update.
409 * cp-support.h (cp_canonicalize_string_full)
410 (cp_canonicalize_string, cp_canonicalize_string_no_typedefs):
411 Return unique_xmalloc_ptr.
412 * cp-support.c (inspect_type): Update.
413 (cp_canonicalize_string_full): Return unique_xmalloc_ptr.
414 (cp_canonicalize_string_no_typedefs, cp_canonicalize_string):
415 Likewise.
416 * c-typeprint.c (print_name_maybe_canonical): Update.
417 * break-catch-throw.c (check_status_exception_catchpoint):
418 Update.
419
bf4cb9be
TV
4202020-05-08 Tom de Vries <tdevries@suse.de>
421
422 * infrun.c (follow_fork): Copy current_line and current_symtab to
423 child thread.
424
a1b68f28
SM
4252020-05-07 Simon Marchi <simon.marchi@efficios.com>
426
427 * async-event.c (struct async_signal_handler, struct
428 async_event_handler): Reformat, remove typedef.
429
98d48915
SM
4302020-05-07 Simon Marchi <simon.marchi@efficios.com>
431
432 * gdbtypes.h (TYPE_DYN_PROP_LIST): Remove. Update all users
433 access thistype->main_type->dyn_prop_list directly.
434
7aa91313
SM
4352020-05-07 Simon Marchi <simon.marchi@efficios.com>
436
437 * gdbtypes.h (struct type) <remove_dyn_prop>: New method.
438 (remove_dyn_prop): Remove. Update all users to use
439 type::remove_dyn_prop.
440 * gdbtypes.c (remove_dyn_prop): Rename to...
441 (type::remove_dyn_prop): ... this.
442
5c54719c
SM
4432020-05-07 Simon Marchi via Gdb-patches <gdb-patches@sourceware.org>
444
445 * gdbtypes.h (struct type) <add_dyn_prop>: New method.
446 (add_dyn_prop): Remove. Update all users to use
447 type::add_dyn_prop.
448 * gdbtypes.c (add_dyn_prop): Rename to...
449 (type::add_dyn_prop): ... this.
450
24e99c6c
SM
4512020-05-07 Simon Marchi <simon.marchi@efficios.com>
452
453 * gdbtypes.h (struct type) <get_dyn_prop>: New method.
454 (get_dyn_prop): Remove. Update all users to use
455 type::dyn_prop.
456 * gdbtypes.c (get_dyn_prop): Rename to...
457 (type::dyn_prop): ... this.
458
0d4bf016
SM
4592020-05-06 Simon Marchi <simon.marchi@efficios.com>
460
461 * gdbtypes.h (struct main_type) <flag_static>: Remove.
462
ac4a4f1c
SM
4632020-05-06 Simon Marchi <simon.marchi@efficios.com>
464
465 * amd64-tdep.c (amd64_analyze_prologue): Check for `endbr64`
466 instruction, skip it if it's there.
467
a3bbacc1
SM
4682020-05-05 Simon Marchi <simon.marchi@efficios.com>
469
470 * gdbtypes.h (struct main_type) <flag_incomplete>: Remove.
471
c3236f84
SM
4722020-05-04 Simon Marchi <simon.marchi@efficios.com>
473
474 * gdbtypes.h (TYPE_INCOMPLETE): Remove.
475 * gdbtypes.c (recursive_dump_type): Remove use of
476 TYPE_INCOMPLETE.
477
3b6acaee
TT
4782020-05-03 Tom Tromey <tom@tromey.com>
479
480 * breakpoint.c (catch_command, tcatch_command): Remove.
481 (_initialize_breakpoint): Use add_basic_prefix_cmd,
482 add_show_prefix_cmd.
483 (set_breakpoint_cmd, show_breakpoint_cmd): Remove
484 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
485 Remove.
486 (add_internal_problem_command): Use add_basic_prefix_cmd,
487 add_show_prefix_cmd.
488 * mips-tdep.c (set_mipsfpu_command): Remove.
489 (_initialize_mips_tdep): Use add_basic_prefix_cmd.
490 * dwarf2/index-cache.c (set_index_cache_command): Remove.
491 (_initialize_index_cache): Use add_basic_prefix_cmd.
492 * memattr.c (dummy_cmd): Remove.
493 (_initialize_mem): Use add_basic_prefix_cmd, add_show_prefix_cmd.
494 * tui/tui-win.c (set_tui_cmd, show_tui_cmd): Remove.
495 (_initialize_tui_win): Use add_basic_prefix_cmd,
496 add_show_prefix_cmd.
497 * cli/cli-logging.c (set_logging_command): Remove.
498 (_initialize_cli_logging): Use add_basic_prefix_cmd,
499 add_show_prefix_cmd.
500 (show_logging_command): Remove.
501 * target.c (target_command): Remove.
502 (add_target): Use add_basic_prefix_cmd.
503
a51119cd
HD
5042020-05-02 Hannes Domani <ssbssa@yahoo.de>
505
506 * gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
507
652fc23a 5082020-05-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6a6ea76a 509
652fc23a
PW
510 * gdb-gdb.gdb-in: Remove breakpoint on disappeared function
511 info_command.
512
117539e6
KR
5132020-04-30 Kamil Rytarowski <n54@gmx.com>
514
515 * nbsd-nat.c (nbsd_enable_proc_events)
516 (nbsd_nat_target::post_startup_inferior): Add.
517 (nbsd_nat_target::post_attach): Call `nbsd_enable_proc_events'.
518 (nbsd_nat_target::update_thread_list): Rewrite.
519 (nbsd_nat_target::wait): Handle "PTRACE_LWP_EXIT" and
520 "PTRACE_LWP_CREATE".
521 * nbsd-nat.h (nbsd_nat_target::post_startup_inferior): Add.
522
102e38eb 5232020-04-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6a6ea76a 524
102e38eb
PW
525 * stack.c (_initialize_stack): Remove duplicated creation
526 of "frame" command and "f" alias.
527
ee9d1e5f
HD
5282020-04-30 Hannes Domani <ssbssa@yahoo.de>
529
530 PR gdb/18706
531 * gdbtypes.c (check_typedef): Calculate size of array of
532 stubbed type.
533
627c7fb8
HD
5342020-04-30 Hannes Domani <ssbssa@yahoo.de>
535
536 PR gdb/15559
537 * i386-tdep.c (i386_push_dummy_call): Call
538 i386_thiscall_push_dummy_call.
539 (i386_thiscall_push_dummy_call): New function.
540 * i386-tdep.h (i386_thiscall_push_dummy_call): Declare.
541 * i386-windows-tdep.c (i386_windows_push_dummy_call): New function.
542 (i386_windows_init_abi): Call set_gdbarch_push_dummy_call.
543
ffc2844e
SM
5442020-04-29 Simon Marchi <simon.marchi@efficios.com>
545
546 * gdbarch.sh (do_read): Add shellcheck disable directive for
547 warning SC2162.
548
1207375d
SM
5492020-04-29 Simon Marchi <simon.marchi@efficios.com>
550
551 * gdbarch.sh: Use ${foo:-} where shellcheck would report a
552 "referenced but not assigned" warning.
553
9fdb2916
SM
5542020-04-29 Simon Marchi <simon.marchi@efficios.com>
555
556 * gdbarch.sh: Remove code that sets fallbackdefault.
557
759cea5e
SM
5582020-04-29 Simon Marchi <simon.marchi@efficios.com>
559
560 * gdbarch.sh: Use shell operators && and || instead of
561 -a and -o.
562
cb02ab24
SM
5632020-04-29 Simon Marchi <simon.marchi@efficios.com>
564
565 * gdbarch.sh: Use $(...) instead of `...`.
566
a6fc5ffc
SM
5672020-04-29 Simon Marchi <simon.marchi@efficios.com>
568
569 * gdbarch.sh: Use double quotes around variables.
570
8d113d13
SM
5712020-04-29 Simon Marchi <simon.marchi@efficios.com>
572
573 * gdbarch.sh: Use %s with printf, instead of variables in the
574 format string.
575
ed6acedd
TT
5762020-04-29 Tom Tromey <tromey@adacore.com>
577
578 PR ada/25875:
579 * dwarf2/read.c (update_enumeration_type_from_children): Compute
580 type fields here.
581 (read_enumeration_type): Call
582 update_enumeration_type_from_children later. Update comments.
583 (process_enumeration_scope): Don't create type fields.
584
b68b1b58
KR
5852020-04-29 Kamil Rytarowski <n54@gmx.com>
586
587 * nbsd-tdep.c: Include "xml-syscall.h".
588 (nbsd_init_abi): Call `set_xml_syscall_file_name'.
589
f94b2e03
KR
5902020-04-29 Kamil Rytarowski <n54@gmx.com>
591
592 * nbsd-nat.c: Include "sys/wait.h".
593 (nbsd_resume, nbsd_nat_target::resume, nbsd_wait)
594 (nbsd_nat_target::wait, nbsd_nat_target::insert_exec_catchpoint)
595 (nbsd_nat_target::remove_exec_catchpoint)
596 (nbsd_nat_target::set_syscall_catchpoint): Add.
597 * nbsd-nat.h (nbsd_nat_target::resume, nbsd_nat_target::wait)
598 (nbsd_nat_target::insert_exec_catchpoint)
599 (nbsd_nat_target::remove_exec_catchpoint)
600 (nbsd_nat_target::set_syscall_catchpoint): Add.
601 * nbsd-tdep.c (nbsd_get_syscall_number): Add.
602 (nbsd_init_abi): Call `set_gdbarch_get_syscall_number' and pass
603 `nbsd_get_syscall_number'.
604
fc49bc72
TT
6052020-04-29 Tom Tromey <tom@tromey.com>
606
607 * stack.c (print_block_frame_labels): Remove.
608
d642b692
HD
6092020-04-29 Hannes Domani <ssbssa@yahoo.de>
610
611 PR gdb/17320
612 * ada-valprint.c (val_print_packed_array_elements): Move array
613 end bracket to new line.
614 (ada_val_print_string): Remove extra spaces before first array
615 element.
616 * c-valprint.c (c_value_print_array): Likewise.
617 * m2-valprint.c (m2_print_array_contents): Likewise.
618 (m2_value_print_inner): Likewise.
619 * p-valprint.c (pascal_value_print_inner): Likewise.
620 * valprint.c (generic_val_print_array): Likewise.
621 (value_print_array_elements): Move first array element and array
622 end bracket to new line.
623
ea90f227
TV
6242020-04-29 Tom de Vries <tdevries@suse.de>
625
626 PR symtab/25889
627 * linespec.c (find_method): Fix ix calculation.
628
4498ef4f
KR
6292020-04-28 Kamil Rytarowski <n54@gmx.com>
630
631 * syscalls/update-netbsd.sh: New file.
632 * syscalls/netbsd.xml: Regenerate.
633 * data-directory/Makefile.in: Register `netbsd.xml' in
634 `SYSCALLS_FILES'.
635
a55e30b5
SM
6362020-04-28 Simon Marchi <simon.marchi@efficios.com>
637
638 * syscalls/update-freebsd.sh: Add double quotes.
639
2b2fbab8
TT
6402020-04-28 Tom Tromey <tom@tromey.com>
641
642 * NEWS: Update.
643 * python/py-cmd.c (gdbpy_initialize_commands): Add COMMAND_TUI.
644 (cmdpy_init): Allow class_tui.
645
a65189c9
TV
6462020-04-28 Mark Williams <mark@myosotissp.com>
647
648 PR gdb/24480
649 * dwarf2read.c: Add missing assingments to list_in_scope when
650 start_symtab was already called.
651
1b95cdb7
SM
6522020-04-28 Simon Marchi <simon.marchi@efficios.com>
653
654 PR gdb/25881
655 * dwarf2/read.c (offset_map_type): Use
656 gdb:hash_enum<sect_offset> as hash function.
657
15cd93d0
TV
6582020-04-28 Tom de Vries <tdevries@suse.de>
659
660 * dwarf2/read.c (process_structure_scope): Add symbol for struct decl
661 with DW_AT_signature.
662
1eb39914
SM
6632020-04-27 Simon Marchi <simon.marchi@efficios.com>
664
665 * configure.ac: Remove check for fs_base/gs_base in
666 user_regs_struct.
667 * configure: Re-generate.
668 * config.in: Re-generate.
669 * amd64-nat.c (amd64_native_gregset_reg_offset): Adjust.
670 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers,
671 amd64_linux_nat_target::store_registers, ps_get_thread_area, ): Adjust.
672
991a3e2e
LM
6732020-04-27 Luis Machado <luis.machado@linaro.org>
674
675 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Handle
676 problematic inline frame unwinding situation.
677 * frame.c (frame_id_computed_p): New function.
678 * frame.h (frame_id_computed_p): New prototype.
679
361ba0e8
TT
6802020-04-26 Tom Tromey <tom@tromey.com>
681
682 * command.h (enum command_class) <class_pseudo>: Remove.
683
bc3609fd
PW
6842020-04-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
685
686 * cli/cli-decode.c (lookup_cmd_composition): Fix comments
687 and whitespace.
688
b9771db7
KR
6892020-04-25 Kamil Rytarowski <n54@gmx.com>
690
691 * inf-ptrace.c (inf_ptrace_target::wait): Remove
692 `PT_GET_PROCESS_STATE' block.
693
7151c1af
TT
6942020-04-24 Tom Tromey <tom@tromey.com>
695
696 * symtab.h (symbol_get_demangled_name): Don't declare.
697 * symtab.c (symbol_get_demangled_name): Remove.
698 (general_symbol_info::natural_name)
699 (general_symbol_info::demangled_name): Update.
700
906bb4c5
TT
7012020-04-24 Tom Tromey <tom@tromey.com>
702
703 PR rust/25025:
704 * dwarf2/read.c (dwarf2_physname): Do not demangle for Rust.
705
bcfe6157
TT
7062020-04-24 Tom Tromey <tom@tromey.com>
707
708 PR symtab/12707:
709 * dwarf2/read.c (add_partial_symbol): Use the linkage name if it
710 exists.
711 (new_symbol): Likewise.
712 * compile/compile-object-load.c (get_out_value_type): Use
713 symbol_matches_search_name.
714
f049a313
TT
7152020-04-24 Tom Tromey <tom@tromey.com>
716
717 * dwarf2/read.c (add_partial_symbol): Do not call
718 compute_and_set_names.
719
76e288d1
TT
7202020-04-24 Tom Tromey <tom@tromey.com>
721
722 * dwarf2/read.c (add_partial_symbol): Use new add_psymbol_to_list
723 overload.
724
2467f4f6
TT
7252020-04-24 Tom Tromey <tom@tromey.com>
726
727 * psymtab.c (add_psymbol_to_bcache): Simplify calling convention.
728 (add_psymbol_to_list): New overload. Make old overload call new
729 one.
730 * psympriv.h (add_psymbol_to_list): New overload.
731
e61108c9
TT
7322020-04-24 Tom Tromey <tom@tromey.com>
733
734 * dwarf2/read.c (partial_die_info::read) <case
735 DW_AT_linkage_name>: Use value_as_string.
736 (dwarf2_string_attr): Use value_as_string.
737 * dwarf2/attribute.h (struct attribute) <value_as_string>: Declare
738 method.
739 * dwarf2/attribute.c (attribute::value_as_string): New method.
740
8c87a452
TT
7412020-04-24 Tom Tromey <tom@tromey.com>
742
743 * symtab.c (general_symbol_info::natural_name)
744 (general_symbol_info::demangled_name): Check for language_rust.
745
787de330
TT
7462020-04-24 Tom Tromey <tom@tromey.com>
747
748 * dwarf2/read.c (dw2_linkage_name): Move Rust "{" hack here...
749 (dwarf2_physname): ... from here.
750 (partial_die_info::read): Add Rust "{" hack.
751
ff985671
TT
7522020-04-24 Tom Tromey <tom@tromey.com>
753
754 * symtab.h (struct general_symbol_info) <set_demangled_name>: New
755 method.
756 (symbol_set_demangled_name): Don't declare.
757 * symtab.c (general_symbol_info::set_demangled_name): Rename from
758 symbol_set_demangled_name.
759 (general_symbol_info::set_language)
760 (general_symbol_info::compute_and_set_names): Update.
761 * minsyms.c (minimal_symbol_reader::install): Update.
762 * dwarf2/read.c (new_symbol): Update.
763
1acda803
TT
7642020-04-24 Tom Tromey <tromey@adacore.com>
765
766 PR python/23662:
767 * python/py-type.c (convert_field): Handle
768 FIELD_LOC_KIND_DWARF_BLOCK.
769 (typy_get_sizeof): Handle TYPE_HAS_DYNAMIC_LENGTH.
770 (typy_get_dynamic): Nw function.
771 (type_object_getset): Add "dynamic".
772 * NEWS: Add entry.
773
d656f129
TT
7742020-04-24 Tom Tromey <tromey@adacore.com>
775
776 * ada-typeprint.c (print_choices, print_variant_part)
777 (print_record_field_types_dynamic): New functions.
778 (print_record_field_types): Use print_record_field_types_dynamic.
779
7d79de9a
TT
7802020-04-24 Tom Tromey <tromey@adacore.com>
781
782 * dwarf2/read.c (handle_data_member_location): New overload.
783 (dwarf2_add_field): Use it.
784 (decode_locdesc): Add "computed" parameter. Update comment.
785 * gdbtypes.c (is_dynamic_type_internal): Also look for
786 FIELD_LOC_KIND_DWARF_BLOCK.
787 (resolve_dynamic_struct): Handle FIELD_LOC_KIND_DWARF_BLOCK.
788 * gdbtypes.c (is_dynamic_type_internal): Add special case for C++
789 virtual base classes.
790 * gnu-v3-abi.c (gnuv3_baseclass_offset): Handle
791 FIELD_LOC_KIND_DWARF_BLOCK.
792
f8e89861
TT
7932020-04-24 Tom Tromey <tromey@adacore.com>
794
795 * dwarf2/read.c (read_structure_type): Handle dynamic length.
796 * gdbtypes.c (is_dynamic_type_internal): Check
797 TYPE_HAS_DYNAMIC_LENGTH.
798 (resolve_dynamic_type_internal): Use TYPE_DYNAMIC_LENGTH.
799 * gdbtypes.h (TYPE_HAS_DYNAMIC_LENGTH, TYPE_DYNAMIC_LENGTH):
800 New macros.
801 (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_SIZE>: New
802 constant.
803
9c6a1327
TT
8042020-04-24 Tom Tromey <tromey@adacore.com>
805
806 * dwarf2/read.c (struct variant_field): Rewrite.
807 (struct variant_part_builder): New.
808 (struct nextfield): Remove "variant" field. Add "offset".
809 (struct field_info): Add "current_variant_part" and
810 "variant_parts".
811 (alloc_discriminant_info): Remove.
812 (alloc_rust_variant): New function.
813 (quirk_rust_enum): Update.
814 (dwarf2_add_field): Set "offset" member. Don't handle
815 DW_TAG_variant_part.
816 (offset_map_type): New typedef.
817 (convert_variant_range, create_one_variant)
818 (create_one_variant_part, create_variant_parts)
819 (add_variant_property): New functions.
820 (dwarf2_attach_fields_to_type): Call add_variant_property.
821 (read_structure_type): Don't handle DW_TAG_variant_part.
822 (handle_variant_part, handle_variant): New functions.
823 (handle_struct_member_die): Use them.
824 (process_structure_scope): Don't handle variant parts.
825 * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): Remove.
826 (struct discriminant_info): Remove.
827 (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: Remove.
828 (struct main_type) <flag_discriminated_union>: Remove.
829 * rust-lang.c (rust_enum_p, rust_empty_enum_p): Rewrite.
830 (rust_enum_variant): Return int. Remove "contents". Rewrite.
831 (rust_print_enum, rust_print_struct_def, rust_evaluate_subexp):
832 Update.
833 * valops.c (value_union_variant): Remove.
834 * value.h (value_union_variant): Don't declare.
835
b249d2c2
TT
8362020-04-24 Tom Tromey <tromey@adacore.com>
837
838 * ada-lang.c (ada_discrete_type_high_bound, ada_discrete_type_low)
839 (ada_value_primitive_packed_val): Update.
840 * ada-valprint.c (ada_value_print_1): Update.
841 * dwarf2/loc.c (evaluate_for_locexpr_baton): New struct.
842 (dwarf2_locexpr_baton_eval): Take a property_addr_info rather than
843 just an address. Use evaluate_for_locexpr_baton.
844 (dwarf2_evaluate_property): Update.
845 * dwarf2/loc.h (struct property_addr_info) <valaddr>: Now an
846 array_view.
847 * findvar.c (default_read_var_value): Update.
848 * gdbtypes.c (compute_variant_fields_inner)
849 (resolve_dynamic_type_internal): Update.
850 (resolve_dynamic_type): Change type of valaddr parameter.
851 * gdbtypes.h (resolve_dynamic_type): Update.
852 * valarith.c (value_subscripted_rvalue): Update.
853 * value.c (value_from_contents_and_address): Update.
854
61122aa9
TT
8552020-04-24 Tom Tromey <tromey@adacore.com>
856
857 * dwarf2/loc.c (dwarf2_locexpr_baton_eval): Add
858 "push_initial_value" parameter.
859 (dwarf2_evaluate_property): Likewise.
860 * dwarf2/loc.h (dwarf2_evaluate_property): Update.
861
ef83a141
TT
8622020-04-24 Tom Tromey <tromey@adacore.com>
863
864 * gdbtypes.c (is_dynamic_type_internal): Check for variant parts.
865 (variant::matches, compute_variant_fields_recurse)
866 (compute_variant_fields_inner, compute_variant_fields): New
867 functions.
868 (resolve_dynamic_struct): Check for DYN_PROP_VARIANT_PARTS.
869 Use resolved_type after type is made.
870 (operator==): Add new cases.
871 * gdbtypes.h (TYPE_HAS_VARIANT_PARTS): New macro.
872 (struct discriminant_range, struct variant, struct variant_part):
873 New.
874 (union dynamic_prop_data) <variant_parts, original_type>: New
875 members.
876 (enum dynamic_prop_node_kind) <DYN_PROP_VARIANT_PARTS>: New constant.
877 (enum dynamic_prop_kind) <PROP_TYPE, PROP_VARIANT_PARTS>: New
878 constants.
879 * value.c (unpack_bits_as_long): Now public.
880 * value.h (unpack_bits_as_long): Declare.
881
675127ec
TT
8822020-04-24 Tom Tromey <tromey@adacore.com>
883
884 * rs6000-tdep.c (struct ppc_variant): Rename from "variant".
885 (variants, find_variant_by_arch, rs6000_gdbarch_init): Update.
886
9852ceef
HD
8872020-04-24 Hannes Domani <ssbssa@yahoo.de>
888
889 * windows-tdep.c (exception_values): Add WOW64 exception numbers.
890
7632c6ce
KR
8912020-04-24 Kamil Rytarowski <n54@gmx.com>
892
893 * inf-ptrace.h (follow_fork, insert_fork_catchpoint)
894 (remove_fork_catchpoint, post_startup_inferior)
895 (post_attach): Move...
896 * obsd-nat.h (follow_fork, insert_fork_catchpoint)
897 (remove_fork_catchpoint, post_startup_inferior)
898 (post_attach): ...here.
899 * inf-ptrace.c (follow_fork, insert_fork_catchpoint)
900 (remove_fork_catchpoint, post_startup_inferior)
901 (post_attach): Move...
902 * obsd-nat.c (follow_fork, insert_fork_catchpoint)
903 (remove_fork_catchpoint, post_startup_inferior)
904 (post_attach): ...here.
905
7be2bb4f
TT
9062020-04-24 Tom Tromey <tromey@adacore.com>
907
908 * nat/windows-nat.h (struct windows_thread_info)
909 <pc_adjusted>: New member.
910 * windows-nat.c (windows_fetch_one_register): Check
911 pc_adjusted.
912 (windows_nat_target::get_windows_debug_event)
913 (windows_nat_target::wait): Set pc_adjusted.
914
f80cb3b4
TV
9152020-04-24 Tom de Vries <tdevries@suse.de>
916
917 * contrib/cc-with-tweaks.sh: Remove <exec>.gdb-index file handling.
918 Run gdb-add-index inside temp dir.
919
29514b87
TT
9202020-04-23 Tom Tromey <tromey@adacore.com>
921
922 * windows-tdep.c (is_linked_with_cygwin_dll): Always update "iter"
923 in loop.
924
5939967b
LM
9252020-04-23 Luis Machado <luis.machado@linaro.org>
926
927 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
928 get_frame_register instead of gdbarch_unwind_pc.
929
70bc38f5
TV
9302020-04-23 Tom de Vries <tdevries@suse.de>
931
932 * symtab.c (lookup_global_symbol): Prefer def over decl.
933
de82891c
TV
9342020-04-23 Tom de Vries <tdevries@suse.de>
935
936 PR symtab/25807
937 * block.c (best_symbol, better_symbol): Promote to external.
938 * block.h (best_symbol, better_symbol): Declare.
939 * symtab.c (lookup_symbol_in_objfile_symtabs): Prefer def over
940 decl.
941
ecc6c606
TT
9422020-04-23 Tom Tromey <tromey@adacore.com>
943
944 PR ada/25837:
945 * dwarf2/read.c (dw2_expand_symtabs_matching_symbol): Store a
946 "const char *", not a "const std::string &".
947 <name_and_matcher::operator==>: Update.
948 * unittests/lookup_name_info-selftests.c: Change type of
949 "result".
950
740480b8
TT
9512020-04-23 Tom Tromey <tom@tromey.com>
952
953 * inferior.h (iterate_over_inferiors): Don't declare.
954 * inferior.c (iterate_over_inferiors): Remove.
955 * darwin-nat.c (find_inferior_task_it, find_inferior_pid_it):
956 Remove.
957 (darwin_find_inferior_by_task, darwin_find_inferior_by_pid): Don't
958 use iterate_over_inferiors.
959 (darwin_resume_inferior_it)
960 (struct resume_inferior_threads_param)
961 (darwin_resume_inferior_threads_it): Remove.
962 (darwin_nat_target::resume): Don't use iterate_over_inferiors.
963
ae3ab1f0
TV
9642020-04-23 Tom de Vries <tdevries@suse.de>
965
966 * blockframe.c (find_pc_partial_function): Use
967 find_pc_sect_compunit_symtab rather than
968 objfile->sf->qf->find_pc_sect_compunit_symtab.
969
317d2668
TV
9702020-04-22 Tom de Vries <tdevries@suse.de>
971
972 PR symtab/25764
973 * dwarf2/read.c (scan_partial_symbols): Allow external variable decls
974 in psymtabs.
975
eea9e357
TV
9762020-04-22 Tom de Vries <tdevries@suse.de>
977
978 PR symtab/25801
979 * psymtab.c (psym_map_symtabs_matching_filename): Don't skip shared
980 symtabs.
981
3d5afab3
TV
9822020-04-22 Tom de Vries <tdevries@suse.de>
983
984 PR symtab/25700
985 * dwarf2/read.c (dwarf2_build_psymtabs_hard): Don't create psymtab for
986 CU if already created.
987
d43b7a2d
TBA
9882020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
989
990 * infrun.c (displaced_step_fixup): Switch to the event_thread
991 before calling displaced_step_restore, not after.
992
d89edf9b
MM
9932020-04-21 Markus Metzger <markus.t.metzger@intel.com>
994
995 * record-btrace.c (record_btrace_enable_warn): Ignore thread if
996 its inferior is not recorded by us.
997 (record_btrace_target_open): Replace call to
998 all_non_exited_threads () with call to current_inferior
999 ()->non_exited_threads ().
1000 (record_btrace_target::stop_recording): Likewise.
1001 (record_btrace_target::close): Likewise.
1002 (record_btrace_target::wait): Likewise.
1003 (record_btrace_target::record_stop_replaying): Likewise.
1004
5897fd49
MM
10052020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1006
1007 * btrace.c (btrace_enable): Throw an error on double enables and
1008 when enabling recording fails.
1009 (btrace_disable): Throw an error if the thread is not recorded.
1010
1a476b6d
MM
10112020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1012
1013 * record-btrace.c (record_btrace_target::fetch_registers): Forward
1014 request if we do not have a thread_info.
1015
4778a5f8
TV
10162020-04-21 Tom de Vries <tdevries@suse.de>
1017
1018 PR gdb/25471
1019 * thread.c
1020 (scoped_restore_current_thread::scoped_restore_current_thread): Catch
1021 exception in get_frame_id.
1022
0fa7617d
TT
10232020-04-20 Tom Tromey <tromey@adacore.com>
1024
1025 * python/python.c (struct gdbpy_event): Mark move constructor as
1026 noexcept.
1027 * python/py-tui.c (class gdbpy_tui_window_maker): Mark move
1028 constructor as noexcept.
1029 * completer.h (struct completion_result): Mark move constructor as
1030 noexcept.
1031 * completer.c (completion_result::completion_result): Use
1032 initialization style. Don't call reset_match_list.
1033
ad23bda0
MS
10342020-04-20 Mihails Strasuns <mihails.strasuns@intel.com>
1035
1036 * MAINTAINERS (Write After Approval): Add myself.
1037
45e1f031
TT
10382020-04-18 Tom Tromey <tom@tromey.com>
1039
1040 * windows-tdep.c (init_w32_command_list)
1041 (w32_prefix_command_valid): Restore.
1042 (_initialize_windows_tdep): Call init_w32_command_list.
1043
08feed99
TT
10442020-04-18 Tom Tromey <tom@tromey.com>
1045
1046 * xcoffread.c (enter_line_range, scan_xcoff_symtab): Update.
1047 * value.c (value_fn_field): Update.
1048 * valops.c (find_function_in_inferior)
1049 (value_allocate_space_in_inferior): Update.
1050 * tui/tui-winsource.c (tui_update_source_windows_with_line):
1051 Update.
1052 * tui/tui-source.c (tui_source_window::set_contents): Update.
1053 * symtab.c (lookup_global_or_static_symbol)
1054 (find_function_start_sal_1, skip_prologue_sal)
1055 (print_msymbol_info, find_gnu_ifunc, symbol_arch): Update.
1056 * symmisc.c (dump_msymbols, dump_symtab_1)
1057 (maintenance_print_one_line_table): Update.
1058 * symfile.c (init_entry_point_info, section_is_mapped)
1059 (list_overlays_command, simple_read_overlay_table)
1060 (simple_overlay_update_1): Update.
1061 * stap-probe.c (handle_stap_probe): Update.
1062 * stabsread.c (dbx_init_float_type, define_symbol)
1063 (read_one_struct_field, read_enum_type, read_range_type): Update.
1064 * source.c (info_line_command): Update.
1065 * python/python.c (gdbpy_source_objfile_script)
1066 (gdbpy_execute_objfile_script): Update.
1067 * python/py-type.c (save_objfile_types): Update.
1068 * python/py-objfile.c (py_free_objfile): Update.
1069 * python/py-inferior.c (python_new_objfile): Update.
1070 * psymtab.c (psym_find_pc_sect_compunit_symtab, dump_psymtab)
1071 (dump_psymtab_addrmap_1, maintenance_info_psymtabs)
1072 (maintenance_check_psymtabs): Update.
1073 * printcmd.c (info_address_command): Update.
1074 * objfiles.h (struct objfile) <arch>: New method, from
1075 get_objfile_arch.
1076 (get_objfile_arch): Don't declare.
1077 * objfiles.c (get_objfile_arch): Remove.
1078 (filter_overlapping_sections): Update.
1079 * minsyms.c (msymbol_is_function): Update.
1080 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines)
1081 (output_nondebug_symbol): Update.
1082 * mdebugread.c (parse_symbol, basic_type, parse_partial_symbols)
1083 (mdebug_expand_psymtab): Update.
1084 * machoread.c (macho_add_oso_symfile): Update.
1085 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap):
1086 Update.
1087 * linux-fork.c (checkpoint_command): Update.
1088 * linespec.c (convert_linespec_to_sals): Update.
1089 * jit.c (finalize_symtab): Update.
1090 * infrun.c (insert_exception_resume_from_probe): Update.
1091 * ia64-tdep.c (ia64_find_unwind_table): Update.
1092 * hppa-tdep.c (internalize_unwinds): Update.
1093 * gdbtypes.c (get_type_arch, init_float_type, objfile_type):
1094 Update.
1095 * gcore.c (call_target_sbrk): Update.
1096 * elfread.c (record_minimal_symbol, elf_symtab_read)
1097 (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
1098 (elf_gnu_ifunc_resolve_by_got): Update.
1099 * dwarf2/read.c (create_addrmap_from_index)
1100 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
1101 (read_debug_names_from_section)
1102 (process_psymtab_comp_unit_reader, add_partial_symbol)
1103 (add_partial_subprogram, process_full_comp_unit)
1104 (read_file_scope, read_func_scope, read_lexical_block_scope)
1105 (read_call_site_scope, dwarf2_ranges_read)
1106 (dwarf2_record_block_ranges, dwarf2_add_field)
1107 (mark_common_block_symbol_computed, read_tag_pointer_type)
1108 (read_tag_string_type, dwarf2_init_float_type)
1109 (dwarf2_init_complex_target_type, read_base_type)
1110 (partial_die_info::read, partial_die_info::read)
1111 (read_attribute_value, dwarf_decode_lines_1, new_symbol)
1112 (dwarf2_fetch_die_loc_sect_off): Update.
1113 * dwarf2/loc.c (dwarf2_find_location_expression)
1114 (class dwarf_evaluate_loc_desc, rw_pieced_value)
1115 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval)
1116 (dwarf2_loc_desc_get_symbol_read_needs)
1117 (locexpr_describe_location_piece, locexpr_describe_location_1)
1118 (loclist_describe_location): Update.
1119 * dwarf2/index-write.c (write_debug_names): Update.
1120 * dwarf2/frame.c (dwarf2_build_frame_info): Update.
1121 * dtrace-probe.c (dtrace_process_dof): Update.
1122 * dbxread.c (read_dbx_symtab, dbx_end_psymtab)
1123 (process_one_symbol): Update.
1124 * ctfread.c (ctf_init_float_type, read_base_type): Update.
1125 * coffread.c (coff_symtab_read, enter_linenos, decode_base_type)
1126 (coff_read_enum_type): Update.
1127 * cli/cli-cmds.c (edit_command, list_command): Update.
1128 * buildsym.c (buildsym_compunit::finish_block_internal): Update.
1129 * breakpoint.c (create_overlay_event_breakpoint)
1130 (create_longjmp_master_breakpoint)
1131 (create_std_terminate_master_breakpoint)
1132 (create_exception_master_breakpoint, get_sal_arch): Update.
1133 * block.c (block_gdbarch): Update.
1134 * annotate.c (annotate_source_line): Update.
1135
0743fc83
TT
11362020-04-17 Tom Tromey <tromey@adacore.com>
1137
1138 * auto-load.c (show_auto_load_cmd): Remove.
1139 (auto_load_show_cmdlist_get): Use add_show_prefix_cmd.
1140 * arc-tdep.c (_initialize_arc_tdep): Use add_show_prefix_cmd.
1141 (maintenance_print_arc_command): Remove.
1142 * tui/tui-win.c (tui_command): Remove.
1143 (tui_get_cmd_list): Use add_basic_prefix_cmd.
1144 * tui/tui-layout.c (tui_layout_command): Remove.
1145 (_initialize_tui_layout): Use add_basic_prefix_cmd.
1146 * python/python.c (user_set_python, user_show_python): Remove.
1147 (_initialize_python): Use add_basic_prefix_cmd,
1148 add_show_prefix_cmd.
1149 * guile/guile.c (set_guile_command, show_guile_command): Remove.
1150 (install_gdb_commands): Use add_basic_prefix_cmd,
1151 add_show_prefix_cmd.
1152 (info_guile_command): Remove.
1153 * dwarf2/read.c (set_dwarf_cmd, show_dwarf_cmd): Remove.
1154 (_initialize_dwarf2_read): Use add_basic_prefix_cmd,
1155 add_show_prefix_cmd.
1156 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
1157 Remove do_set and do_show parameters.
1158 * cli/cli-style.c (set_style, show_style): Remove.
1159 (_initialize_cli_style): Use add_basic_prefix_cmd,
1160 add_show_prefix_cmd.
1161 (cli_style_option::add_setshow_commands): Remove do_set and
1162 do_show parameters.
1163 (cli_style_option::add_setshow_commands): Use
1164 add_basic_prefix_cmd, add_show_prefix_cmd.
1165 (STYLE_ADD_SETSHOW_COMMANDS): Remove macro.
1166 (set_style_name): Remove.
1167 * cli/cli-dump.c (dump_command, append_command): Remove.
1168 (srec_dump_command, ihex_dump_command, verilog_dump_command)
1169 (tekhex_dump_command, binary_dump_command)
1170 (binary_append_command): Remove.
1171 (_initialize_cli_dump): Use add_basic_prefix_cmd.
1172 * windows-tdep.c (w32_prefix_command_valid): Remove global.
1173 (init_w32_command_list): Remove; move into ...
1174 (_initialize_windows_tdep): ... here. Use add_basic_prefix_cmd.
1175 * valprint.c (set_print, show_print, set_print_raw)
1176 (show_print_raw): Remove.
1177 (_initialize_valprint): Use add_basic_prefix_cmd,
1178 add_show_prefix_cmd.
1179 * typeprint.c (set_print_type, show_print_type): Remove.
1180 (_initialize_typeprint): Use add_basic_prefix_cmd,
1181 add_show_prefix_cmd.
1182 * record.c (set_record_command, show_record_command): Remove.
1183 (_initialize_record): Use add_basic_prefix_cmd,
1184 add_show_prefix_cmd.
1185 * cli/cli-cmds.c (_initialize_cli_cmds): Use add_basic_prefix_cmd,
1186 add_show_prefix_cmd.
1187 (info_command, show_command, set_debug, show_debug): Remove.
1188 * top.h (set_history, show_history): Don't declare.
1189 * top.c (set_history, show_history): Remove.
1190 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
1191 (unset_tdesc_cmd): Remove.
1192 (_initialize_target_descriptions): Use add_basic_prefix_cmd,
1193 add_show_prefix_cmd.
1194 * symtab.c (info_module_command): Remove.
1195 (_initialize_symtab): Use add_basic_prefix_cmd.
1196 * symfile.c (overlay_command): Remove.
1197 (_initialize_symfile): Use add_basic_prefix_cmd.
1198 * sparc64-tdep.c (info_adi_command): Remove.
1199 (_initialize_sparc64_adi_tdep): Use add_basic_prefix_cmd.
1200 * sh-tdep.c (show_sh_command, set_sh_command): Remove.
1201 (_initialize_sh_tdep): Use add_basic_prefix_cmd,
1202 add_show_prefix_cmd.
1203 * serial.c (serial_set_cmd, serial_show_cmd): Remove.
1204 (_initialize_serial): Use add_basic_prefix_cmd,
1205 add_show_prefix_cmd.
1206 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Remove.
1207 (_initialize_ser_tcp): Use add_basic_prefix_cmd,
1208 add_show_prefix_cmd.
1209 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command)
1210 (_initialize_rs6000_tdep): Use add_basic_prefix_cmd,
1211 add_show_prefix_cmd.
1212 * riscv-tdep.c (show_riscv_command, set_riscv_command)
1213 (show_debug_riscv_command, set_debug_riscv_command): Remove.
1214 (_initialize_riscv_tdep): Use add_basic_prefix_cmd,
1215 add_show_prefix_cmd.
1216 * remote.c (remote_command, set_remote_cmd): Remove.
1217 (_initialize_remote): Use add_basic_prefix_cmd.
1218 * record-full.c (set_record_full_command)
1219 (show_record_full_command): Remove.
1220 (_initialize_record_full): Use add_basic_prefix_cmd,
1221 add_show_prefix_cmd.
1222 * record-btrace.c (cmd_set_record_btrace)
1223 (cmd_show_record_btrace, cmd_set_record_btrace_bts)
1224 (cmd_show_record_btrace_bts, cmd_set_record_btrace_pt)
1225 (cmd_show_record_btrace_pt): Remove.
1226 (_initialize_record_btrace): Use add_basic_prefix_cmd,
1227 add_show_prefix_cmd.
1228 * ravenscar-thread.c (set_ravenscar_command)
1229 (show_ravenscar_command): Remove.
1230 (_initialize_ravenscar): Use add_basic_prefix_cmd,
1231 add_show_prefix_cmd.
1232 * mips-tdep.c (show_mips_command, set_mips_command)
1233 (_initialize_mips_tdep): Use add_basic_prefix_cmd,
1234 add_show_prefix_cmd.
1235 * maint.c (maintenance_command, maintenance_info_command)
1236 (maintenance_check_command, maintenance_print_command)
1237 (maintenance_set_cmd, maintenance_show_cmd): Remove.
1238 (_initialize_maint_cmds): Use add_basic_prefix_cmd,
1239 add_show_prefix_cmd.
1240 (show_per_command_cmd): Remove.
1241 * maint-test-settings.c (maintenance_set_test_settings_cmd):
1242 Remove.
1243 (maintenance_show_test_settings_cmd): Remove.
1244 (_initialize_maint_test_settings): Use add_basic_prefix_cmd,
1245 add_show_prefix_cmd.
1246 * maint-test-options.c (maintenance_test_options_command):
1247 Remove.
1248 (_initialize_maint_test_options): Use add_basic_prefix_cmd.
1249 * macrocmd.c (macro_command): Remove
1250 (_initialize_macrocmd): Use add_basic_prefix_cmd.
1251 * language.c (set_check, show_check): Remove.
1252 (_initialize_language): Use add_basic_prefix_cmd,
1253 add_show_prefix_cmd.
1254 * infcmd.c (unset_command): Remove.
1255 (_initialize_infcmd): Use add_basic_prefix_cmd.
1256 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Remove.
1257 (_initialize_i386_tdep): Use add_basic_prefix_cmd,
1258 add_show_prefix_cmd.
1259 * go32-nat.c (go32_info_dos_command): Remove.
1260 (_initialize_go32_nat): Use add_basic_prefix_cmd.
1261 * cli/cli-decode.c (do_prefix_cmd, add_basic_prefix_cmd)
1262 (do_show_prefix_cmd, add_show_prefix_cmd): New functions.
1263 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Remove.
1264 (_initialize_frame): Use add_basic_prefix_cmd,
1265 add_show_prefix_cmd.
1266 * dcache.c (set_dcache_command, show_dcache_command): Remove.
1267 (_initialize_dcache): Use add_basic_prefix_cmd,
1268 add_show_prefix_cmd.
1269 * cp-support.c (maint_cplus_command): Remove.
1270 (_initialize_cp_support): Use add_basic_prefix_cmd.
1271 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
1272 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
1273 (maint_btrace_pt_show_cmd, _initialize_btrace): Use
1274 add_basic_prefix_cmd, add_show_prefix_cmd.
1275 * breakpoint.c (save_command): Remove.
1276 (_initialize_breakpoint): Use add_basic_prefix_cmd.
1277 * arm-tdep.c (set_arm_command, show_arm_command): Remove.
1278 (_initialize_arm_tdep): Use add_basic_prefix_cmd,
1279 add_show_prefix_cmd.
1280 * ada-lang.c (maint_set_ada_cmd, maint_show_ada_cmd)
1281 (set_ada_command, show_ada_command): Remove.
1282 (_initialize_ada_language): Use add_basic_prefix_cmd,
1283 add_show_prefix_cmd.
1284 * command.h (add_basic_prefix_cmd, add_show_prefix_cmd): Declare.
1285
3557f442
KR
12862020-04-16 Kamil Rytarowski <n54@gmx.com>
1287
1288 * nbsd-nat.c (inf_ptrace_target::auxv_parse): Remove.
1289 * nbsd-nat.h (inf_ptrace_target::auxv_parse): Likewise.
1290
16197208
SM
12912020-04-16 Simon Marchi <simon.marchi@polymtl.ca>
1292
1293 * windows-tdep.c (is_linked_with_cygwin_dll): Add filename to
1294 warning messages.
1295
00ac85d3
SM
12962020-04-16 Simon Marchi <simon.marchi@polymtl.ca>
1297
1298 * windows-tdep.c (is_linked_with_cygwin_dll): Consider case where
1299 import table is not at beginning of .idata section.
1300
381ce63f
PA
13012020-04-16 Pedro Alves <palves@redhat.com>
1302
1303 * inferior.c (delete_inferior): Use delete operator directly
1304 instead of delete_program_space.
1305 * progspace.c (add_program_space): New, factored out from
1306 program_space::program_space.
1307 (remove_program_space): New, factored out from
1308 delete_program_space.
1309 (program_space::program_space): Remove intro comment. Rewrite.
1310 (program_space::~program_space): Remove intro comment. Call
1311 remove_program_space.
1312 (delete_program_space): Delete.
1313 * progspace.h (program_space::program_space): Make explicit. Move
1314 intro comment here, adjusted.
1315 (program_space::~program_space): Move intro comment here,
1316 adjusted.
1317 (delete_program_space): Remove.
1318
a010605f
TT
13192020-04-16 Tom Tromey <tromey@adacore.com>
1320
1321 * windows-nat.c (windows_nat::handle_access_violation): New
1322 function.
1323 * nat/windows-nat.h (handle_access_violation): Declare.
1324 * nat/windows-nat.c (handle_exception): Move Cygwin code to
1325 windows-nat.c. Call handle_access_violation.
1326
efba5c23
TV
13272020-04-16 Tom de Vries <tdevries@suse.de>
1328
1329 PR symtab/25791
1330 * dwarf2/index-write.c (write_gdbindex): Generate CU table entries for
1331 CUs without psymtab.
1332
97ed802d
KB
13332020-04-16 Kevin Buettner <kevinb@redhat.com>
1334
1335 * python/python.c (do_start_initialization): Don't call
1336 PyEval_InitThreads for Python 3.9 and beyond.
1337
c7d64809
KR
13382020-04-15 Kamil Rytarowski <n54@gmx.com>
1339
1340 * obsd-nat.c (obsd_nat_target::update_thread_list): Pass "this" to
1341 thread functions.
1342 (obsd_nat_target::wait): Likewise.
1343
ce127a96
TT
13442020-04-15 Tom Tromey <tromey@adacore.com>
1345
1346 * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
1347 (DEBUG_EXCEPT): Use debug_printf.
1348
99f1bc6a
AB
13492020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * completer.c (class completion_tracker::completion_hash_entry)
1352 <hash_name>: New member function.
1353 (completion_tracker::discard_completions): New callback to hash a
1354 completion_hash_entry, pass this to htab_create_alloc.
1355
a0e9b532
JT
13562016-01-20 Jon Turney <jon.turney@dronecode.org.uk>
1357
1358 * windows-nat.c (windows_make_so): Warn rather than stopping with
1359 an error if realpath() fails.
1360
06ca5dd4
KR
13612020-04-14 Kamil Rytarowski <n54@gmx.com>
1362
1363 * nbsd-nat.c (nbsd_pid_to_kinfo_proc2): New.
1364 (nbsd_nat_target::info_proc): Add do_status.
1365
194d088f
TV
13662020-04-14 Simon Marchi <simon.marchi@polymtl.ca>
1367 Tom de Vries <tdevries@suse.de>
1368
1369 PR symtab/25718
1370 * psympriv.h (struct partial_symtab::read_symtab)
1371 (struct partial_symtab::expand_psymtab)
1372 (struct partial_symtab::read_dependencies): Update comments.
1373 * dwarf2/read.c (struct dwarf2_include_psymtab::read_symtab): Call
1374 read_symtab for includer.
1375 (struct dwarf2_include_psymtab::expand_psymtab): Assert false.
1376 (struct dwarf2_include_psymtab::readin_p): Call readin_p () for includer.
1377 (struct dwarf2_include_psymtab::m_readin): Remove.
1378 (struct dwarf2_include_psymtab::includer): New member function.
1379 (dwarf2_psymtab::expand_psymtab): Assert !readin.
1380
c1a66c06
TV
13812020-04-14 Tom de Vries <tdevries@suse.de>
1382
1383 PR symtab/25720
1384 * symmisc.c (maintenance_expand_symtabs): Call expand_symtabs_matching
1385 with NULL symbol_matcher and lookup_name.
1386 * psymtab.c (psym_expand_symtabs_matching): Handle NULL symbol_matcher
1387 and lookup_name.
1388 * dwarf2/read.c (dw2_expand_symtabs_matching)
1389 (dw2_debug_names_expand_symtabs_matching): Same.
1390 * symfile.h (struct quick_symbol_functions::expand_symtabs_matching):
1391 Make lookup_name a pointer. Update comment.
1392 * symtab.c (global_symbol_searcher::expand_symtabs): Handle
1393 lookup_name being a pointer.
1394 * symfile.c (expand_symtabs_matching): Same.
1395 * symfile-debug.c (debug_qf_expand_symtabs_matching): Same.
1396 * linespec.c (iterate_over_all_matching_symtabs): Same.
1397
400b5eca
TT
13982020-04-13 Tom Tromey <tom@tromey.com>
1399
1400 * run-on-main-thread.c: Update include.
1401 * unittests/main-thread-selftests.c: Update include.
1402 * tui/tui-win.c: Update include.
1403 * tui/tui-io.c: Update include.
1404 * tui/tui-interp.c: Update include.
1405 * tui/tui-hooks.c: Update include.
1406 * top.h: Update include.
1407 * top.c: Update include.
1408 * ser-base.c: Update include.
1409 * remote.c: Update include.
1410 * remote-notif.c: Update include.
1411 * remote-fileio.c: Update include.
1412 * record-full.c: Update include.
1413 * record-btrace.c: Update include.
1414 * python/python.c: Update include.
1415 * posix-hdep.c: Update include.
1416 * mingw-hdep.c: Update include.
1417 * mi/mi-main.c: Update include.
1418 * mi/mi-interp.c: Update include.
1419 * main.c: Update include.
1420 * linux-nat.c: Update include.
1421 * interps.c: Update include.
1422 * infrun.c: Update include.
1423 * inf-loop.c: Update include.
1424 * event-top.c: Update include.
1425 * event-loop.c: Move to ../gdbsupport/.
1426 * event-loop.h: Move to ../gdbsupport/.
1427 * async-event.h: Update include.
1428 * Makefile.in (COMMON_SFILES, HFILES_NO_SRCDIR): Update.
1429
93b54c8e
TT
14302020-04-13 Tom Tromey <tom@tromey.com>
1431
1432 * tui/tui-win.c: Include async-event.h.
1433 * remote.c: Include async-event.h.
1434 * remote-notif.c: Include async-event.h.
1435 * record-full.c: Include async-event.h.
1436 * record-btrace.c: Include async-event.h.
1437 * infrun.c: Include async-event.h.
1438 * event-top.c: Include async-event.h.
1439 * event-loop.h: Move some declarations to async-event.h.
1440 * event-loop.c: Don't include ser-event.h or top.h. Move some
1441 code to async-event.c.
1442 * async-event.h: New file.
1443 * async-event.c: New file.
1444 * Makefile.in (COMMON_SFILES): Add async-event.c.
1445 (HFILES_NO_SRCDIR): Add async-event.h.
1446
c1cd3163
TT
14472020-04-13 Tom Tromey <tom@tromey.com>
1448
1449 * utils.c (flush_streams): New function.
1450 * event-loop.c (gdb_wait_for_event): Call flush_streams.
1451
29f2bf4f
TT
14522020-04-13 Tom Tromey <tom@tromey.com>
1453
1454 * event-loop.c (handle_file_event): Use warning, not
1455 printf_unfiltered.
1456
98029d02
TT
14572020-04-13 Tom Tromey <tom@tromey.com>
1458
1459 * event-loop.c: Include <chrono>.
1460
06cc9596
TT
14612020-04-13 Tom Tromey <tom@tromey.com>
1462
1463 * gdb_select.h: Move to ../gdbsupport/.
1464 * event-loop.c: Update include path.
1465 * top.c: Update include path.
1466 * ser-base.c: Update include path.
1467 * ui-file.c: Update include path.
1468 * ser-tcp.c: Update include path.
1469 * guile/scm-ports.c: Update include path.
1470 * posix-hdep.c: Update include path.
1471 * ser-unix.c: Update include path.
1472 * gdb_usleep.c: Update include path.
1473 * mingw-hdep.c: Update include path.
1474 * inflow.c: Update include path.
1475 * infrun.c: Update include path.
1476 * event-top.c: Update include path.
1477
8ae8e197
TT
14782020-04-13 Tom Tromey <tom@tromey.com>
1479
1480 * configure: Rebuild.
1481 * configure.ac: Remove checks that are now in GDB_AC_COMMON.
1482
58cf28e8
TT
14832020-04-13 Tom Tromey <tom@tromey.com>
1484
1485 * event-loop.h (start_event_loop): Don't declare.
1486 * event-loop.c (start_event_loop): Move...
1487 * main.c (start_event_loop): ...here. Now static.
1488
b7f999ae
SDJ
14892020-04-13 Sergio Durigan Junior <sergiodj@sergiodj.net>
1490
1491 * MAINTAINERS: Update my email address.
1492
1085dfd4
KR
14932020-04-12 Kamil Rytarowski <n54@gmx.com>
1494
1495 * nbsd-nat.c (nbsd_nat_target::info_proc): Add IP_MINIMAL and
1496 IP_ALL.
1497
49d1d1f5
KR
14982020-04-12 Kamil Rytarowski <n54@gmx.com>
1499
1500 * nbsd-nat.c (nbsd_pid_to_cmdline): Add.
aac66a4c 1501 (nbsd_nat_target::info_proc): Add do_cmdline.
49d1d1f5 1502
b4848d2a
KR
15032020-04-12 Kamil Rytarowski <n54@gmx.com>
1504
1505 * nbsd-nat.c (nbsd_pid_to_cwd): Add.
aac66a4c 1506 (nbsd_nat_target::info_proc): Add do_cwd.
b4848d2a 1507
51c133d5
KR
15082020-04-12 Kamil Rytarowski <n54@gmx.com>
1509
1510 * nbsd-nat.c (nbsd_nat_target::info_proc): Add do_exe.
1511
54b8cbd0
KR
15122020-04-11 Kamil Rytarowski <n54@gmx.com>
1513
1514 * nbsd-nat.c; Include "nbsd-tdep.h" and "gdbarch.h".
1515 * nbsd-nat.c (nbsd_nat_target::find_memory_regions)
1516 (nbsd_nat_target::info_proc): New functions.
1517 * nbsd-nat.c (kinfo_get_vmmap): New function.
1518 * nbsd-nat.c (nbsd_nat_target::info_proc) Use
1519 nbsd_info_proc_mappings_header and nbsd_info_proc_mappings_entry.
1520 * nbsd-tdep.c (nbsd_info_proc_mappings_header)
1521 (nbsd_info_proc_mappings_entry, nbsd_vm_map_entry_flags): New
1522 functions.
1523 * nbsd-tdep.c (KINFO_VME_PROT_READ, KINFO_VME_PROT_WRITE)
1524 (KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
1525 (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
1526 (KINFO_VME_FLAG_PAGEABLE, KINFO_VME_FLAG_GROWS_UP)
1527 (KINFO_VME_FLAG_GROWS_DOWN): New.
1528
cf83625d
AS
15292020-04-10 Artur Shepilko <nomadbyte@gmail.com>
1530
1531 * utils.c (copy_bitwise): Use unsigned 0 constant as operand of
1532 bit shift.
1533
0c4311ab
TT
15342020-04-10 Tom Tromey <tromey@adacore.com>
1535
1536 * symfile.c (symbol_file_add_separate): Preserve OBJF_MAINLINE.
1537
3e65b3e9
TT
15382020-04-10 Tom Tromey <tromey@adacore.com>
1539
1540 * symtab.c (get_symbol_address, get_msymbol_address): Skip
1541 separate debug files.
1542
13302e95
HD
15432020-04-10 Hannes Domani <ssbssa@yahoo.de>
1544
1545 * nat/windows-nat.c (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP):
1546 Move to...
1547 * nat/windows-nat.h (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP):
1548 ... here.
1549 * windows-nat.c (windows_nat_target::get_windows_debug_event):
1550 Check for STATUS_WX86_BREAKPOINT.
1551 (windows_nat_target::wait): Same.
1552
bdfc1e8a
TV
15532020-04-10 Tom de Vries <tdevries@suse.de>
1554
1555 PR cli/25808
1556 * python/lib/gdb/__init__.py: Initialize lexer with stripnl=False.
1557
f4460aec
SM
15582020-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1559
1560 * MAINTAINERS (Global Maintainers): Add Tom de Vries.
1561 (Write After Approval): Remove Tom de Vries.
1562
a25198bb
BE
15632020-04-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
1564
1565 revert partially:
1566 2020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
1567
aac66a4c
SM
1568 * buildsym.c (record_line): Fix undefined behavior and preserve
1569 lines at eof.
a25198bb 1570
206c98a6
KR
15712020-04-09 Kamil Rytarowski <n54@gmx.com>
1572
1573 * auxv.h (svr4_auxv_parse): New.
1574 * auxv.c (default_auxv_parse): Split into default_auxv_parse
1575 and generic_auxv_parse.
1576 (svr4_auxv_parse): Add.
1577 * obsd-tdep.c: Include "auxv.h".
1578 (obsd_auxv_parse): Remove.
1579 (obsd_init_abi): Remove comment.
1580 (obsd_init_abi): Change set_gdbarch_auxv_parse passed argument
1581 from `obsd_auxv_parse' to `svr4_auxv_parse'.
1582 * nbsd-tdep.c: Include "auxv.h".
1583 (nbsd_init_abi): Call set_gdbarch_auxv_parse.
1584
71fbdbaf
TT
15852020-04-08 Tom Tromey <tromey@adacore.com>
1586
1587 * nat/windows-nat.h (last_wait_event): Don't declare.
1588 (wait_for_debug_event): Update comment.
1589 * nat/windows-nat.c (last_wait_event): Now static.
1590
2c1d95e8
TT
15912020-04-08 Tom Tromey <tromey@adacore.com>
1592
1593 * windows-nat.c (wait_for_debug_event): Move to
1594 nat/windows-nat.c.
1595 * nat/windows-nat.h (wait_for_debug_event): Declare.
1596 * nat/windows-nat.c (wait_for_debug_event): Move from
1597 windows-nat.c. No longer static.
1598
d2977bc4
TT
15992020-04-08 Tom Tromey <tromey@adacore.com>
1600
1601 * windows-nat.c (get_windows_debug_event): Use
1602 fetch_pending_stop.
1603 * nat/windows-nat.h (fetch_pending_stop): Declare.
1604 * nat/windows-nat.c (fetch_pending_stop): New function.
1605
e758e19c
TT
16062020-04-08 Tom Tromey <tromey@adacore.com>
1607
1608 * windows-nat.c (windows_continue): Use matching_pending_stop and
1609 continue_last_debug_event.
1610 * nat/windows-nat.h (matching_pending_stop)
1611 (continue_last_debug_event): Declare.
1612 * nat/windows-nat.c (DEBUG_EVENTS): New define.
1613 (matching_pending_stop, continue_last_debug_event): New
1614 functions.
1615
8d30e395
TT
16162020-04-08 Tom Tromey <tromey@adacore.com>
1617
1618 * windows-nat.c (MS_VC_EXCEPTION): Move to nat/windows-nat.c.
1619 (handle_exception_result): Move to nat/windows-nat.h.
1620 (DEBUG_EXCEPTION_SIMPLE): Remove.
1621 (windows_nat::handle_ms_vc_exception): New function.
1622 (handle_exception): Move to nat/windows-nat.c.
1623 (get_windows_debug_event): Update.
1624 (STATUS_WX86_BREAKPOINT, STATUS_WX86_SINGLE_STEP): Move to
1625 nat/windows-nat.c.
1626 * nat/windows-nat.h (handle_ms_vc_exception): Declare.
1627 (handle_exception_result): Move from windows-nat.c.
1628 (handle_exception): Declare.
1629 * nat/windows-nat.c (MS_VC_EXCEPTION, handle_exception)
1630 (STATUS_WX86_SINGLE_STEP, STATUS_WX86_BREAKPOINT): Move from
1631 windows-nat.c.
1632
29de418d
TT
16332020-04-08 Tom Tromey <tromey@adacore.com>
1634
1635 * windows-nat.c (exception_count, event_count): Remove.
1636 (handle_exception, get_windows_debug_event)
1637 (do_initial_windows_stuff): Update.
1638
a816ba18
TT
16392020-04-08 Tom Tromey <tromey@adacore.com>
1640
1641 * windows-nat.c (windows_nat::handle_load_dll)
1642 (windows_nat::handle_unload_dll): Rename. No longer static.
1643 * nat/windows-nat.h (handle_load_dll, handle_unload_dll):
1644 Declare.
1645
a00caa12
TT
16462020-04-08 Tom Tromey <tromey@adacore.com>
1647
1648 * complaints.h (stop_whining): Declare at top-level.
1649 (complaint): Don't declare stop_whining.
1650
d41b524f
TT
16512020-04-08 Tom Tromey <tromey@adacore.com>
1652
1653 * windows-nat.c (windows_nat::handle_output_debug_string):
1654 Rename. No longer static.
1655 * nat/windows-nat.h (handle_output_debug_string): Declare.
1656
3c76026d
TT
16572020-04-08 Tom Tromey <tromey@adacore.com>
1658
1659 * windows-nat.c (current_process_handle, current_process_id)
1660 (main_thread_id, last_sig, current_event, last_wait_event)
1661 (current_windows_thread, desired_stop_thread_id, pending_stops)
1662 (struct pending_stop, siginfo_er): Move to nat/windows-nat.c.
1663 (display_selectors, fake_create_process)
1664 (get_windows_debug_event): Update.
1665 * nat/windows-nat.h (current_process_handle, current_process_id)
1666 (main_thread_id, last_sig, current_event, last_wait_event)
1667 (current_windows_thread, desired_stop_thread_id, pending_stops)
1668 (struct pending_stop, siginfo_er): Move from windows-nat.c.
1669 * nat/windows-nat.c (current_process_handle, current_process_id)
1670 (main_thread_id, last_sig, current_event, last_wait_event)
1671 (current_windows_thread, desired_stop_thread_id, pending_stops)
1672 (siginfo_er): New globals. Move from windows-nat.c.
1673
9d8679cc
TT
16742020-04-08 Tom Tromey <tromey@adacore.com>
1675
1676 * windows-nat.c (get_image_name): Move to nat/windows-nat.c.
1677 (handle_load_dll): Update.
1678 * nat/windows-nat.c (get_image_name): Move from windows-nat.c.
1679
28688adf
TT
16802020-04-08 Tom Tromey <tromey@adacore.com>
1681
1682 * windows-nat.c (enum thread_disposition_type): Move to
1683 nat/windows-nat.h.
1684 (windows_nat::thread_rec): Rename from thread_rec. No longer
1685 static.
1686 (windows_add_thread, windows_nat_target::fetch_registers)
1687 (windows_nat_target::store_registers, handle_exception)
1688 (windows_nat_target::resume, get_windows_debug_event)
1689 (windows_nat_target::get_tib_address)
1690 (windows_nat_target::thread_name)
1691 (windows_nat_target::thread_alive): Update.
1692 * nat/windows-nat.h (enum thread_disposition_type): Move from
1693 windows-nat.c.
1694 (thread_rec): Declare.
1695
4834dad0
TT
16962020-04-08 Tom Tromey <tromey@adacore.com>
1697
1698 * windows-nat.c: Add "using namespace".
1699 * nat/windows-nat.h: Wrap contents in windows_nat namespace.
1700 * nat/windows-nat.c: Wrap contents in windows_nat namespace.
1701
65bafd5b
TT
17022020-04-08 Tom Tromey <tromey@adacore.com>
1703
1704 * nat/windows-nat.h (struct windows_thread_info): Declare
1705 destructor.
1706 * nat/windows-nat.c (~windows_thread_info): New.
1707
0a4afda3
TT
17082020-04-08 Tom Tromey <tromey@adacore.com>
1709
1710 PR gdb/22992
1711 * windows-nat.c (current_event): Update comment.
1712 (last_wait_event, desired_stop_thread_id): New globals.
1713 (struct pending_stop): New.
1714 (pending_stops): New global.
1715 (windows_nat_target) <stopped_by_sw_breakpoint>
1716 <supports_stopped_by_sw_breakpoint>: New methods.
1717 (windows_fetch_one_register): Add assertions. Adjust PC.
1718 (windows_continue): Handle pending stops. Suspend other threads
1719 when stepping. Use last_wait_event
1720 (wait_for_debug_event): New function.
1721 (get_windows_debug_event): Use wait_for_debug_event. Handle
1722 pending stops. Queue spurious stops.
1723 (windows_nat_target::wait): Set stopped_at_software_breakpoint.
1724 (windows_nat_target::kill): Use wait_for_debug_event.
1725 * nat/windows-nat.h (struct windows_thread_info)
1726 <stopped_at_software_breakpoint>: New field.
1727 * nat/windows-nat.c (windows_thread_info::resume): Clear
1728 stopped_at_software_breakpoint.
1729
8e61ebec
TT
17302020-04-08 Tom Tromey <tromey@adacore.com>
1731
1732 * windows-nat.c (enum thread_disposition_type): New.
1733 (thread_rec): Replace "get_context" parameter with "disposition";
1734 change type.
1735 (windows_add_thread, windows_nat_target::fetch_registers)
1736 (windows_nat_target::store_registers, handle_exception)
1737 (windows_nat_target::resume, get_windows_debug_event)
1738 (windows_nat_target::get_tib_address)
1739 (windows_nat_target::thread_name)
1740 (windows_nat_target::thread_alive): Update.
1741
98a03287
TT
17422020-04-08 Tom Tromey <tromey@adacore.com>
1743
1744 * windows-nat.c (thread_rec): Use windows_thread_info::suspend.
1745 (windows_continue): Use windows_continue::resume.
1746 * nat/windows-nat.h (struct windows_thread_info) <suspend,
1747 resume>: Declare new methods.
1748 * nat/windows-nat.c: New file.
1749 * configure.nat (NATDEPFILES): Add nat/windows-nat.o when needed.
1750
7c7411bc
TT
17512020-04-08 Tom Tromey <tromey@adacore.com>
1752
1753 * windows-nat.c (windows_add_thread, windows_delete_thread)
1754 (windows_nat_target::fetch_registers)
1755 (windows_nat_target::store_registers, fake_create_process)
1756 (windows_nat_target::resume, windows_nat_target::resume)
1757 (get_windows_debug_event, windows_nat_target::wait)
1758 (windows_nat_target::pid_to_str)
1759 (windows_nat_target::get_tib_address)
1760 (windows_nat_target::get_ada_task_ptid)
1761 (windows_nat_target::thread_name)
1762 (windows_nat_target::thread_alive): Use lwp, not tid.
1763
2950fdf7
TT
17642020-04-08 Tom Tromey <tromey@adacore.com>
1765
1766 * windows-nat.c (handle_exception)
1767 (windows_nat_target::thread_name): Update.
1768 * nat/windows-nat.h (windows_thread_info): Remove destructor.
1769 <name>: Now unique_xmalloc_ptr.
1770
62fe396b
TT
17712020-04-08 Tom Tromey <tromey@adacore.com>
1772
1773 * windows-nat.c (thread_rec)
1774 (windows_nat_target::fetch_registers): Update.
1775 * nat/windows-nat.h (struct windows_thread_info) <suspended>:
1776 Update comment.
1777 <debug_registers_changed, reload_context>: Now bool.
1778
e9534bd2
TT
17792020-04-08 Tom Tromey <tromey@adacore.com>
1780
1781 * windows-nat.c (windows_add_thread): Use new.
1782 (windows_init_thread_list, windows_delete_thread): Use delete.
1783 (get_windows_debug_event): Update.
1784 * nat/windows-nat.h (struct windows_thread_info): Add constructor,
1785 destructor, and initializers.
1786
ae1f8880
TT
17872020-04-08 Tom Tromey <tromey@adacore.com>
1788
1789 * windows-nat.c (struct windows_thread_info): Remove.
1790 * nat/windows-nat.h: New file.
1791
55a1e039
TT
17922020-04-08 Tom Tromey <tromey@adacore.com>
1793
1794 * windows-nat.c (struct windows_thread_info) <tid>: Rename from "id".
1795 (thread_rec, windows_add_thread, windows_delete_thread)
1796 (windows_continue): Update.
1797
93366324
TT
17982020-04-08 Tom Tromey <tromey@adacore.com>
1799
1800 * windows-nat.c (struct windows_thread_info): Remove typedef.
1801 (thread_head): Remove.
1802 (thread_list): New global.
1803 (thread_rec, windows_add_thread, windows_init_thread_list)
1804 (windows_delete_thread, windows_continue): Update.
1805
0f2265e2
SM
18062020-04-08 Simon Marchi <simon.marchi@polymtl.ca>
1807
1808 * windows-tdep.h (windows_init_abi): Add comment.
1809 (cygwin_init_abi): New declaration.
1810 * windows-tdep.c: Split signal enumeration in two, one for
1811 Windows and one for Cygwin.
1812 (windows_gdb_signal_to_target): Only deal with signal of the
1813 Windows OS ABI.
1814 (cygwin_gdb_signal_to_target): New function.
1815 (windows_init_abi): Rename to windows_init_abi_common, don't set
1816 gdb_signal_to_target gdbarch method. Add new new function with
1817 this name.
1818 (cygwin_init_abi): New function.
1819 * amd64-windows-tdep.c (amd64_windows_init_abi_common): Add
1820 comment. Don't call windows_init_abi.
1821 (amd64_windows_init_abi): Add comment, call windows_init_abi.
1822 (amd64_cygwin_init_abi): Add comment, call cygwin_init_abi.
1823 * i386-windows-tdep.c (i386_windows_init_abi): Rename to
1824 i386_windows_init_abi_common, don't call windows_init_abi. Add
1825 a new function of this name.
1826 (i386_cygwin_init_abi): New function.
1827 (_initialize_i386_windows_tdep): Bind i386_cygwin_init_abi to
1828 OS ABI Cygwin.
1829
3810f182
SM
18302020-04-08 Simon Marchi <simon.marchi@polymtl.ca>
1831
1832 * dwarf2/read.c (read_gdb_index_from_buffer): Remove objfile
1833 parameter.c.
1834 (dwarf2_read_gdb_index): Update.
1835
063f8e80
KR
18362020-04-07 Kamil Rytarowski <n54@gmx.com>
1837
1838 * nbsd-tdep.c: Include "objfiles.h".
1839 (nbsd_skip_solib_resolver): New.
1840 (nbsd_init_abi): Call set_gdbarch_skip_solib_resolver().
1841
85a9510c 18422020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1843
1844 * dwarf2/loc.c (loclist_describe_location): Call the function decode_debug_loclists_
1845 addresses if DWARF version is 5 or more because DW_LLE_start* or DW_LLE_offset_pair
1846 with DW_LLE_base_addressx are being emitted in DWARFv5.
1847 Add the newly added kind DW_LOC_OFFSET_PAIR also.
1848 The length of location description is an unsigned ULEB integer in DWARFv5 instead of
1849 unsigned integer.
1850
9fc3eaae 18512020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1852
1853 * dwarf2/loc.c (enum debug_loc_kind): Add a new kind DEBUG_LOC_OFFSET_PAIR.
1854 (dwarf2_find_location_expression): Call the function decode_debug_loclists_
1855 addresses if DWARF version is 5 or more. DW_LLE_start* or DW_LLE_offset_pair
1856 with DW_LLE_base_addressx are being emitted in DWARFv5 instead of DW_LLE_GNU*.
1857 Add applicable base address if the entry is DW_LLE_offset_pair from DWO.
1858 (decode_debug_loclists_addresses): Return DEBUG_LOC_OFFSET_PAIR instead of
1859 DEBUG_LOC_START_END in case of DW_LLE_offset_pair.
1860
1861
41144253 18622020-04-07 Nitika Achra <Nitika.Achra@amd.com>
1863
1864 * dwarf2/read.c (cu_debug_loc_section): Added the declaration for the function.
1865 (read_loclist_index): New function definition.
1866 (lookup_loclist_base): New function definition.
1867 (read_loclist_header): New function definition.
1868 (dwarf2_cu): Add loclist_base and loclist_header field.
1869 (dwarf2_locate_dwo_sections): Handle .debug_loclists.dwo section.
1870 (read_full_die_1): Read the value of DW_AT_loclists_base.
1871 (read_attribute_reprocess): Handle DW_FORM_loclistx.
1872 (read_attribute_value): Handle DW_FORM_loclistx.
1873 (skip_one_die): Handle DW_FORM_loclistx.
1874 (loclist_header): New structure declaration.
1875 * dwarf2/attribute.c (form_is_section_offset): Handle DW_FORM_loclistx.
1876
9f4e76a4
SM
18772020-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1878
1879 * dwarf2/read.h (struct dwarf2_psymtab): Remove two-parameters
1880 constructor. Remove `addr` parameter from other constructor and
1881 add `per_cu` parameter.
1882 * dwarf2/read.c (create_partial_symtab): Update.
1883
25c11aca
TV
18842020-04-07 Tom de Vries <tdevries@suse.de>
1885
1886 PR symtab/25796
1887 * dwarf2/read.c (can_have_DW_AT_const_value_p): New function.
1888 (partial_die_info::fixup): Inherit has_const_value.
1889
5707e24b
TV
18902020-04-07 Tom de Vries <tdevries@suse.de>
1891
1892 * psymtab.c (maintenance_check_psymtabs): Skip static LOC_BLOCK
1893 symbols without address.
1894
05f00e22
KR
18952020-04-06 Kamil Rytarowski <n54@gmx.com>
1896
1897 * nbsd-nat.h (struct thread_info): Add forward declaration.
1898 (nbsd_nat_target::thread_alive): Add.
1899 (nbsd_nat_target::thread_name): Likewise.
1900 (nbsd_nat_target::update_thread_list): Likewise.
1901 (update_thread_list::post_attach): Likewise.
1902 (post_attach::pid_to_str): Likewise.
1903 * nbsd-nat.c: Include "gdbthread.h" and "inferior.h".
1904 (nbsd_thread_lister): Add.
1905 (nbsd_nat_target::thread_alive): Likewise.
1906 (nbsd_nat_target::thread_name): Likewise.
1907 (nbsd_add_threads): Likewise.
1908 (update_thread_list::post_attach): Likewise.
1909 (nbsd_nat_target::update_thread_list): Likewise.
1910 (post_attach::pid_to_str): Likewise.
1911
6ee448cc
TT
19122020-04-06 Tom Tromey <tromey@adacore.com>
1913
1914 * ada-valprint.c (print_variant_part): Extract the variant field.
1915 (print_field_values): Use the field as the outer value when
1916 recursing.
1917
dea34e8c
TT
19182020-04-06 Tom Tromey <tromey@adacore.com>
1919
1920 * sh-nbsd-tdep.c: Include nbsd-tdep.h.
1921 * ppc-nbsd-tdep.c: Include nbsd-tdep.h.
1922 * mips-nbsd-tdep.c (mipsnbsd_init_abi): Add missing ";".
1923 * arm-nbsd-tdep.c: Include nbsd-tdep.h.
1924 * hppa-nbsd-tdep.c: Include nbsd-tdep.h.
1925
93689ce9
TT
19262020-04-06 Tom Tromey <tromey@adacore.com>
1927
1928 * dwarf2/read.c (read_base_type) <DW_ATE_complex_float>: Handle
1929 TYPE_CODE_ERROR.
1930
79743962
KR
19312020-04-06 Kamil Rytarowski <n54@gmx.com>
1932
1933 * nbsd-tdep.c: Include "gdbarch.h".
1934 Define enum with NetBSD signal numbers.
1935 (nbsd_gdb_signal_from_target, nbsd_gdb_signal_to_target): New.
1936 * alpha-nbsd-tdep.c (alphanbsd_init_abi): Call nbsd_init_abi().
1937 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
1938 * arm-nbsd-tdep.c (arm_netbsd_elf_init_abi): Likewise.
1939 * hppa-nbsd-tdep.c (hppanbsd_init_abi): Likewise.
1940 * i386-nbsd-tdep.c (i386nbsd_init_abi): Likewise.
1941 * mips-nbsd-tdep.c (nbsd_init_abi): Likewise.
1942 * ppc-nbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1943 * sh-nbsd-tdep.c (shnbsd_init_abi): Likewise.
1944 * sparc-nbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
1945 * sparc64-nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
1946 * vax-nbsd-tdep.c (vaxnbsd_elf_init_abi): Likewise.
1947
9e7c9a03
HD
19482020-04-03 Hannes Domani <ssbssa@yahoo.de>
1949
1950 PR gdb/25325
1951 * dwarf2/read.c (read_enumeration_type): Fix typed enum attributes.
1952
d9e49b61
TT
19532020-04-03 Tom Tromey <tromey@adacore.com>
1954
1955 * dwarf2/loc.c (disassemble_dwarf_expression) <DW_OP_const_type>:
1956 Read constant block.
1957
e0fc5c3f
SM
19582020-04-02 Simon Marchi <simon.marchi@polymtl.ca>
1959
1960 * gdb_bfd.h: Include gdbsupport/byte-vector.h.
1961 (gdb_bfd_get_full_section_contents): New declaration.
1962 * gdb_bfd.c (gdb_bfd_get_full_section_contents): New function.
1963 * windows-tdep.c (is_linked_with_cygwin_dll): Use
1964 gdb_bfd_get_full_section_contents.
1965
e2ff18a0
SM
19662020-04-02 Simon Marchi <simon.marchi@polymtl.ca>
1967
1968 * exec.c (build_section_table): Replace internal_error with
1969 gdb_assert.
1970 (section_table_xfer_memory_partial): Likewise.
1971 * mdebugread.c (parse_partial_symbols): Likewise.
1972 * psymtab.c (lookup_partial_symbol): Likewise.
1973 * utils.c (wrap_here): Likewise.
1974
0830d301
TT
19752020-04-02 Tom Tromey <tromey@adacore.com>
1976
1977 * f-lang.c (build_fortran_types): Use arch_type to initialize
1978 builtin_complex_s32 in the TYPE_CODE_ERROR case.
1979
e7da7f8f
TT
19802020-04-02 Tom Tromey <tromey@adacore.com>
1981
1982 * dwarf2/read.c (partial_die_info::read): Do not create a vector
1983 of attributes.
1984
c90d28ac
AB
19852020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1986 Bernd Edlinger <bernd.edlinger@hotmail.de>
1987 Tom Tromey <tromey@adacore.com>
1988
1989 * buildsym.c (buildsym_compunit::record_line): Remove
1990 deduplication code.
1991
1aa98955
TV
19922020-04-02 Tom de Vries <tdevries@suse.de>
1993
1994 PR ada/24671
1995 * dwarf2/read.c (dw2_map_matching_symbols): Handle -readnow.
1996
d3214198
TV
19972020-04-02 Tom de Vries <tdevries@suse.de>
1998
1999 * dwarf2/read.c (dwarf2_gdb_index_functions,
2000 dwarf2_debug_names_functions): Init lookup_global_symbol_language with
2001 NULL.
2002 * psymtab.c (psym_lookup_global_symbol_language): New function.
2003 (psym_functions): Init psym_lookup_global_symbol_language with
2004 psym_lookup_global_symbol_language.
2005 * symfile-debug.c (debug_sym_quick_functions): Init
2006 lookup_global_symbol_language with NULL.
2007 * symfile.c (set_initial_language): Remove fixme comment.
2008 * symfile.h (struct quick_symbol_functions): Add
2009 lookup_global_symbol_language.
2010 * symtab.c (find_quick_global_symbol_language): New function.
2011 (find_main_name): Use find_quick_global_symbol_language.
2012
2836752f
SM
20132020-04-01 Simon Marchi <simon.marchi@polymtl.ca>
2014
2015 * windows-tdep.c (is_linked_with_cygwin_dll): Fix style.
2016
64dc2d4b
BE
20172020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2018
2019 * buildsym.c (record_line): Fix undefined behavior and preserve
2020 lines at eof.
2021
bbe3dc41
BE
20222020-04-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2023
2024 * buildsym.c (record_line): Fix the resizing condition.
2025
6b4a335b
TT
20262020-04-01 Tom Tromey <tom@tromey.com>
2027
2028 * value.h (value_literal_complex): Add comment.
2029 * valops.c (value_literal_complex): Refer to value.h.
2030
3638a098
TT
20312020-04-01 Tom Tromey <tom@tromey.com>
2032
2033 * c-exp.y (FLOAT_KEYWORD, COMPLEX): New tokens.
2034 (scalar_type): New rule, from typebase.
2035 (typebase): Use scalar_type. Recognize complex types.
2036 (field_name): Handle FLOAT_KEYWORD.
2037 (ident_tokens): Add _Complex and __complex__.
2038
c34e8714
TT
20392020-04-01 Tom Tromey <tom@tromey.com>
2040
2041 PR exp/25299:
2042 * valarith.c (promotion_type, complex_binop): New functions.
2043 (scalar_binop): Handle complex numbers. Use promotion_type.
2044 (value_pos, value_neg, value_complement): Handle complex numbers.
2045
fa649bb7
TT
20462020-04-01 Tom Tromey <tom@tromey.com>
2047
2048 * c-exp.y (COMPLEX_INT, COMPLEX_FLOAT): New tokens.
2049 (exp) <COMPLEX_INT, COMPLEX_FLOAT>: New rules.
2050 (parse_number): Handle complex numbers.
2051
981c08ce
TT
20522020-04-01 Tom Tromey <tom@tromey.com>
2053
2054 * c-valprint.c (c_decorations): Change complex suffix to "i".
2055
4c99290d
TT
20562020-04-01 Tom Tromey <tom@tromey.com>
2057
2058 * valprint.c (generic_value_print_complex): Use accessors.
2059 * value.h (value_real_part, value_imaginary_part): Declare.
2060 * valops.c (value_real_part, value_imaginary_part): New
2061 functions.
2062 * value.c (creal_internal_fn, cimag_internal_fn): Use accessors.
2063
5b930b45
TT
20642020-04-01 Tom Tromey <tom@tromey.com>
2065
2066 * stabsread.c (rs6000_builtin_type, read_sun_floating_type)
2067 (read_range_type): Update.
2068 * mdebugread.c (basic_type): Update.
2069 * go-lang.c (build_go_types): Use init_complex_type.
2070 * gdbtypes.h (struct main_type) <complex_type>: New member.
2071 (init_complex_type): Update.
2072 (arch_complex_type): Don't declare.
2073 * gdbtypes.c (init_complex_type): Remove "objfile" parameter.
2074 Make name if none given. Use alloc_type_copy. Look for cached
2075 complex type.
2076 (arch_complex_type): Remove.
2077 (gdbtypes_post_init): Use init_complex_type.
2078 * f-lang.c (build_fortran_types): Use init_complex_type.
2079 * dwarf2/read.c (read_base_type): Update.
2080 * d-lang.c (build_d_types): Use init_complex_type.
2081 * ctfread.c (read_base_type): Update.
2082
53cccef1
TBA
20832020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2084
2085 * infrun.c (stop_all_threads): Update assertion, plus when
2086 stopping threads, take into account that we might be trying
2087 to stop an all-stop target.
2088 (stop_waiting): Call 'stop_all_threads' if there exists a
2089 non-stop target.
2090
a0714d30
TBA
20912020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2092
2093 * target.h (exists_non_stop_target): New function declaration.
2094 * target.c (exists_non_stop_target): New function.
2095
60e22c1e
HD
20962020-04-01 Hannes Domani <ssbssa@yahoo.de>
2097
2098 PR gdb/24789
2099 * eval.c (is_integral_or_integral_reference): New function.
2100 (evaluate_subexp_standard): Allow integer references in
2101 pointer arithmetic.
2102
e139a727
TBA
21032020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2104
2105 * remote.c (remote_target::remote_parse_stop_reply): Remove the
2106 check for no ptid in the stop reply when the target is non-stop.
2107
e0802d59
TT
21082020-04-01 Tom Tromey <tromey@adacore.com>
2109
2110 * symtab.h (class lookup_name_info) <lookup_name_info>: Change
2111 "name" parameter to rvalue reference. Initialize m_name_holder.
2112 <lookup_name_info>: New overloads.
2113 <name>: Return gdb::string_view.
2114 <c_str>: New method.
2115 <make_ignore_params>: Update.
2116 <search_name_hash>: Update.
2117 <language_lookup_name>: Return const char *.
2118 <m_name>: Change type.
2119 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info)
2120 (demangle_for_lookup_info::demangle_for_lookup_info): Update.
2121 (lookup_name_info::match_any): Update.
2122 * psymtab.c (match_partial_symbol, lookup_partial_symbol):
2123 Update.
2124 * minsyms.c (linkage_name_str): Update.
2125 * language.c (default_symbol_name_matcher): Update.
2126 * dwarf2/read.c (mapped_index_base::find_name_components_bounds):
2127 Update.
2128 * ada-lang.c (ada_fold_name): Change parameter to string_view.
2129 (ada_lookup_name_info::ada_lookup_name_info): Update.
2130 (literal_symbol_name_matcher): Update.
2131
8c072cb6
TT
21322020-04-01 Tom Tromey <tromey@adacore.com>
2133
2134 * psymtab.c (psymtab_search_name): Remove function.
2135 (psym_lookup_symbol): Create search name and lookup name here.
2136 (lookup_partial_symbol): Remove "name" parameter; add
2137 lookup_name.
2138 (psym_expand_symtabs_for_function): Update.
2139
6f29a534
TT
21402020-03-31 Joel Jones <joelkevinjones@gmail.com>
2141
2142 PR tui/25597:
2143 * python/py-tui.c: Include gdb_curses.h inside of #ifdef TUI.
2144
af62665e
TT
21452020-03-31 Tom Tromey <tromey@adacore.com>
2146
2147 * dwarf2/abbrev.c (abbrev_table::read): Conditionally call
2148 memcpy.
2149
d1a89da5
NC
21502020-03-30 Nelson Chu <nelson.chu@sifive.com>
2151
2152 * features/riscv/32bit-csr.xml: Regenerated.
2153 * features/riscv/64bit-csr.xml: Regenerated.
2154
d8af9068
TT
21552020-03-30 Tom Tromey <tromey@adacore.com>
2156
2157 * ada-valprint.c (print_variant_part): Update.
2158 * ada-lang.h (ada_which_variant_applies): Update.
2159 * ada-lang.c (ada_which_variant_applies): Remove outer_type and
2160 outer_valaddr parameters; replace with "outer" value parameter.
2161 (to_fixed_variant_branch_type): Update.
2162
227c0bf4
PFC
21632020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2164
2165 * ppc-linux-nat.c: Include <algorithm>, <unordered_map>, and
2166 <list>. Remove inclusion of observable.h.
2167 (PPC_DEBUG_CURRENT_VERSION): Move up define.
2168 (struct arch_lwp_info): New struct.
2169 (class ppc_linux_dreg_interface): New class.
2170 (struct ppc_linux_process_info): New struct.
2171 (struct ppc_linux_nat_target) <low_delete_thread, low_new_fork>
2172 <low_new_clone, low_forget_process, low_prepare_to_resume>
2173 <copy_thread_dreg_state, mark_thread_stale>
2174 <mark_debug_registers_changed, register_hw_breakpoint>
2175 <clear_hw_breakpoint, register_wp, clear_wp>
2176 <can_use_watchpoint_cond_accel, calculate_dvc, check_condition>
2177 <num_memory_accesses, get_trigger_type>
2178 <create_watchpoint_request, hwdebug_point_cmp>
2179 <init_arch_lwp_info, get_arch_lwp_info>
2180 <low_stopped_by_watchpoint, low_stopped_data_address>: Declare as
2181 methods.
2182 <struct ptid_hash>: New inner struct.
2183 <m_dreg_interface, m_process_info, m_installed_hw_bps>: Declare
2184 members.
2185 (saved_dabr_value, hwdebug_info, max_slots_number)
2186 (struct hw_break_tuple, struct thread_points, ppc_threads)
2187 (have_ptrace_hwdebug_interface)
2188 (hwdebug_find_thread_points_by_tid)
2189 (hwdebug_insert_point, hwdebug_remove_point): Remove.
2190 (ppc_linux_nat_target::can_use_hw_breakpoint): Use
2191 m_dreg_interface, remove call to PTRACE_SET_DEBUGREG.
2192 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Add comment,
2193 use m_dreg_interface.
2194 (hwdebug_point_cmp): Change to...
2195 (ppc_linux_nat_target::hwdebug_point_cmp): ...this method. Use
2196 reference arguments instead of pointers.
2197 (ppc_linux_nat_target::ranged_break_num_registers): Use
2198 m_dreg_interface.
2199 (ppc_linux_nat_target::insert_hw_breakpoint): Add comment, use
2200 m_dreg_interface. Call register_hw_breakpoint.
2201 (ppc_linux_nat_target::remove_hw_breakpoint): Add comment, use
2202 m_dreg_interface. Call clear_hw_breakpoint.
2203 (get_trigger_type): Change to...
2204 (ppc_linux_nat_target::get_trigger_type): ...this method. Add
2205 comment.
2206 (ppc_linux_nat_target::insert_mask_watchpoint): Update comment,
2207 use m_dreg_interface. Call register_hw_breakpoint.
2208 (ppc_linux_nat_target::remove_mask_watchpoint): Update comment,
2209 use m_dreg_interface. Call clear_hw_breakpoint.
2210 (can_use_watchpoint_cond_accel): Change to...
2211 (ppc_linux_nat_target::can_use_watchpoint_cond_accel): ...this
2212 method. Update comment, use m_dreg_interface and
2213 m_process_info.
2214 (calculate_dvc): Change to...
2215 (ppc_linux_nat_target::calculate_dvc): ...this method. Use
2216 m_dreg_interface.
2217 (num_memory_accesses): Change to...
2218 (ppc_linux_nat_target::num_memory_accesses): ...this method.
2219 (check_condition): Change to...
2220 (ppc_linux_nat_target::check_condition): ...this method.
2221 (ppc_linux_nat_target::can_accel_watchpoint_condition): Update
2222 comment, use m_dreg_interface.
2223 (create_watchpoint_request): Change to...
2224 (ppc_linux_nat_target::create_watchpoint_request): ...this
2225 method. Use m_dreg_interface.
2226 (ppc_linux_nat_target::insert_watchpoint): Add comment, use
2227 m_dreg_interface. Call register_hw_breakpoint or register_wp.
2228 (ppc_linux_nat_target::remove_watchpoint): Add comment, use
2229 m_dreg_interface. Call clear_hw_breakpoint or clear_wp.
2230 (ppc_linux_nat_target::low_forget_process)
2231 (ppc_linux_nat_target::low_new_fork)
2232 (ppc_linux_nat_target::low_new_clone)
2233 (ppc_linux_nat_target::low_delete_thread)
2234 (ppc_linux_nat_target::low_prepare_to_resume): New methods.
2235 (ppc_linux_nat_target::low_new_thread): Remove previous logic,
2236 only call mark_thread_stale.
2237 (ppc_linux_thread_exit): Remove.
2238 (ppc_linux_nat_target::stopped_data_address): Change to...
2239 (ppc_linux_nat_target::low_stopped_data_address): This. Add
2240 comment, use m_dreg_interface and m_thread_hw_breakpoints.
2241 (ppc_linux_nat_target::stopped_by_watchpoint): Change to...
2242 (ppc_linux_nat_target::stopped_by_watchpoint): This. Add
2243 comment. Call low_stopped_data_address.
2244 (ppc_linux_nat_target::watchpoint_addr_within_range): Use
2245 m_dreg_interface.
2246 (ppc_linux_nat_target::masked_watch_num_registers): Use
2247 m_dreg_interface.
2248 (ppc_linux_nat_target::copy_thread_dreg_state)
2249 (ppc_linux_nat_target::mark_thread_stale)
2250 (ppc_linux_nat_target::mark_debug_registers_changed)
2251 (ppc_linux_nat_target::register_hw_breakpoint)
2252 (ppc_linux_nat_target::clear_hw_breakpoint)
2253 (ppc_linux_nat_target::register_wp)
2254 (ppc_linux_nat_target::clear_wp)
2255 (ppc_linux_nat_target::init_arch_lwp_info)
2256 (ppc_linux_nat_target::get_arch_lwp_info): New methods.
2257 (_initialize_ppc_linux_nat): Remove observer callback.
2258
4db10d8f
PFC
22592020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2260
2261 * ppc-linux-nat.c (ppc_linux_nat_target::store_registers)
2262 (ppc_linux_nat_target::auxv_parse)
2263 (ppc_linux_nat_target::read_description)
2264 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2265 Move up.
2266
1310c1b0
PFC
22672020-03-30 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2268
2269 * linux-nat.h (low_new_clone): New method.
2270 * linux-nat.c (linux_handle_extended_wait): Call low_new_clone.
2271
69b037c3
SM
22722020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2273
2274 * dbxread.c (dbx_psymtab_to_symtab_1): Rename to...
2275 (dbx_expand_psymtab): ... this.
2276 (start_psymtab): Update.
2277 * mdebugread.c (psymtab_to_symtab_1): Rename to...
2278 (mdebug_expand_psymtab): ... this.
2279 (parse_partial_symbols): Update.
2280 (new_psymtab): Update.
2281 * xcoffread.c (xcoff_psymtab_to_symtab_1): Rename to...
2282 (xcoff_expand_psymtab): ... this.
2283 (xcoff_start_psymtab): Update.
2284
48993951
SM
22852020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2286
2287 * psympriv.h (partial_symtab) <read_dependencies>: Rename to...
2288 <expand_dependencies>: ... this.
2289 * psymtab.c (partial_symtab::read_dependencies): Rename to...
2290 (partial_symtab::expand_dependencies): ... this.
2291 * dwarf2/read.c (dwarf2_include_psymtab) <expand_psymtab>:
2292 Update.
2293 (dwarf2_psymtab::expand_psymtab): Update.
2294 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
2295 * mdebugread.c (psymtab_to_symtab_1): Update.
2296 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
2297
3ad83046
SM
22982020-03-29 Simon Marchi <simon.marchi@polymtl.ca>
2299
2300 * psympriv.h (discard_psymtab): Remove.
2301 * dbxread.c (dbx_end_psymtab): Update.
2302 * xcoffread.c (xcoff_end_psymtab): Update.
2303
4d1b9ab6
TT
23042020-03-28 Tom Tromey <tom@tromey.com>
2305
2306 * dwarf2/attribute.h (struct attribute) <form_is_constant>: Update
2307 comment.
2308
f1749218
TT
23092020-03-28 Tom Tromey <tom@tromey.com>
2310
2311 * dwarf2/read.c (read_attribute_reprocess): Fix formatting.
2312
ebea7626
HD
23132020-03-27 Hannes Domani <ssbssa@yahoo.de>
2314
2315 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
2316
a879b4d5
JB
23172020-03-26 John Baldwin <jhb@FreeBSD.org>
2318
2319 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_BSDFLAGS.
2320
0826b30a
TT
23212020-03-26 Tom Tromey <tom@tromey.com>
2322
2323 * dwarf2/read.c (handle_data_member_location, dwarf2_add_field)
2324 (mark_common_block_symbol_computed, read_tag_string_type)
2325 (attr_to_dynamic_prop, read_subrange_type): Update.
2326 (dwarf2_get_ref_die_offset, dwarf2_get_attr_constant_value): Move
2327 to be methods on struct attribute.
2328 (skip_one_die, process_imported_unit_die, read_namespace_alias)
2329 (read_call_site_scope, partial_die_info::read)
2330 (partial_die_info::read, lookup_die_type, follow_die_ref):
2331 Update.
2332 * dwarf2/attribute.c (attribute::get_ref_die_offset): New method,
2333 from dwarf2_get_ref_die_offset.
2334 (attribute::constant_value): New method, from
2335 dwarf2_get_attr_constant_value.
2336 * dwarf2/attribute.h (struct attribute) <get_ref_die_offset>:
2337 Declare method.
2338 <constant_value>: New method.
2339
2b2558bf
TT
23402020-03-26 Tom Tromey <tom@tromey.com>
2341
2342 * dwarf2/read.c (dwarf_unit_type_name, dwarf_tag_name)
2343 (dwarf_attr_name, dwarf_form_name, dwarf_bool_name)
2344 (dwarf_type_encoding_name): Move to stringify.c.
2345 * Makefile.in (COMMON_SFILES): Add dwarf2/stringify.c.
2346 * dwarf2/stringify.c: New file.
2347 * dwarf2/stringify.h: New file.
2348
eeb64781
TT
23492020-03-26 Tom Tromey <tom@tromey.com>
2350
2351 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>:
2352 Rewrite.
2353
a39fdb41
TT
23542020-03-26 Tom Tromey <tom@tromey.com>
2355
2356 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>: New
2357 methods.
2358 * dwarf2/read.c (lookup_addr_base): Move to die.h.
2359 (lookup_ranges_base): Likewise.
2360 (read_cutu_die_from_dwo, read_full_die_1): Update.
2361
436c571c
TT
23622020-03-26 Tom Tromey <tom@tromey.com>
2363
2364 * dwarf2/read.c (read_import_statement, read_file_scope)
2365 (read_type_unit_scope, inherit_abstract_dies, read_func_scope)
2366 (read_lexical_block_scope, read_call_site_scope)
2367 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds)
2368 (handle_struct_member_die, process_structure_scope)
2369 (update_enumeration_type_from_children)
2370 (process_enumeration_scope, read_array_type, read_common_block)
2371 (read_namespace, read_module, read_subroutine_type): Update.
2372 (sibling_die): Remove.
2373
052c8bb8
TT
23742020-03-26 Tom Tromey <tom@tromey.com>
2375
2376 * dwarf2/read.c (lookup_addr_base, lookup_ranges_base)
2377 (build_type_psymtabs_reader, read_structure_type)
2378 (read_enumeration_type, read_full_die_1): Update.
2379 (dwarf2_attr_no_follow): Move to die.h.
2380 * dwarf2/die.h (struct die_info) <attr>: New method.
2381
2b24b6e4
TT
23822020-03-26 Tom Tromey <tom@tromey.com>
2383
2384 * dwarf2/read.c (struct dwarf2_cu) <base_known>: Remove.
2385 <base_address>: Now an optional.
2386 (dwarf2_find_base_address, dwarf2_rnglists_process)
2387 (dwarf2_ranges_process, fill_in_loclist_baton)
2388 (dwarf2_symbol_mark_computed): Update.
2389
c2d50fd0
TT
23902020-03-26 Tom Tromey <tom@tromey.com>
2391
2392 * dwarf2/read.c (struct die_info): Move to die.h.
2393 * dwarf2/die.h: New file.
2394
0df7ad3a
TT
23952020-03-26 Tom Tromey <tom@tromey.com>
2396
2397 * dwarf2/line-header.h (dwarf_decode_line_header): Declare.
2398 * dwarf2/read.c
2399 (dwarf2_statement_list_fits_in_line_number_section_complaint):
2400 Move to line-header.c.
2401 (read_checked_initial_length_and_offset, read_formatted_entries):
2402 Likewise.
2403 (dwarf_decode_line_header): Split into two.
2404 * dwarf2/line-header.c
2405 (dwarf2_statement_list_fits_in_line_number_section_complaint):
2406 Move from read.c.
2407 (read_checked_initial_length_and_offset, read_formatted_entries):
2408 Likewise.
2409 (dwarf_decode_line_header): New function, split from read.c.
2410
86c0bb4c
TT
24112020-03-26 Tom Tromey <tom@tromey.com>
2412
2413 * dwarf2/read.h (struct dwarf2_per_objfile) <read_line_string>:
2414 Declare method.
2415 * dwarf2/read.c (read_attribute_value): Update.
2416 (dwarf2_per_objfile::read_line_string): Rename from
2417 read_indirect_line_string.
2418 (read_formatted_entries): Update.
2419
2ef46c2f
TT
24202020-03-26 Tom Tromey <tom@tromey.com>
2421
2422 * dwarf2/macro.c (dwarf_decode_macro_bytes): Use objfile local
2423 variable.
2424
4f9c1eda
TT
24252020-03-26 Tom Tromey <tom@tromey.com>
2426
2427 * dwarf2/macro.h (dwarf_decode_macros): Make section parameter
2428 const.
2429 * dwarf2/macro.c (skip_form_bytes, skip_unknown_opcode)
2430 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make section
2431 parameter const.
2432
5a0e026f
TT
24332020-03-26 Tom Tromey <tom@tromey.com>
2434
2435 * dwarf2/read.c (dwarf_decode_macros): Make "lh" const.
2436 * dwarf2/macro.h (dwarf_decode_macros): Constify "lh" parameter.
2437 * dwarf2/macro.c (macro_start_file): Constify "lh" parameter.
2438 (dwarf_decode_macro_bytes, dwarf_decode_macros): Likewise.
2439
8844c11b
TT
24402020-03-26 Tom Tromey <tom@tromey.com>
2441
2442 * dwarf2/line-header.h (struct line_header) <is_valid_file_index,
2443 file_names_size, file_full_name, file_file_name>: Use const.
2444 <file_name_at, file_names>: Add const overload.
2445 * dwarf2/line-header.c (line_header::file_file_name)
2446 (line_header::file_full_name): Update.
2447
c90ec28a
TT
24482020-03-26 Tom Tromey <tom@tromey.com>
2449
2450 * dwarf2/read.c (dwarf2_macro_malformed_definition_complaint)
2451 (macro_start_file, consume_improper_spaces)
2452 (parse_macro_definition, skip_form_bytes, skip_unknown_opcode)
2453 (dwarf_parse_macro_header, dwarf_decode_macro_bytes)
2454 (dwarf_decode_macros): Move to macro.c.
2455 * dwarf2/macro.c: New file.
2456 * dwarf2/macro.h: New file.
2457 * Makefile.in (COMMON_SFILES): Add dwarf2/macro.c.
2458
4f44ae6c
TT
24592020-03-26 Tom Tromey <tom@tromey.com>
2460
2461 * dwarf2/section.h (struct dwarf2_section_info) <read_string>: New
2462 method.
2463 * dwarf2/section.c: New method. From
2464 read_indirect_string_at_offset_from.
2465 * dwarf2/read.c (mapped_debug_names::namei_to_name): Update.
2466 (read_indirect_string_at_offset_from): Move to section.c.
2467 (read_indirect_string_at_offset): Rewrite.
2468 (read_indirect_line_string_at_offset): Remove.
2469 (read_indirect_string, read_indirect_line_string)
2470 (dwarf_decode_macro_bytes): Update.
2471
a0194fa8
TT
24722020-03-26 Tom Tromey <tom@tromey.com>
2473
2474 * dwarf2/section.h (struct dwarf2_section_info)
2475 <overload_complaint>: Declare.
2476 (dwarf2_section_buffer_overflow_complaint): Don't declare.
2477 * dwarf2/section.c (dwarf2_section_info::overflow_complaint):
2478 Rename from dwarf2_section_buffer_overflow_complaint.
2479 * dwarf2/read.c (skip_one_die, partial_die_info::read)
2480 (skip_form_bytes, dwarf_decode_macro_bytes): Update.
2481
3d27bbdb
TT
24822020-03-26 Tom Tromey <tom@tromey.com>
2483
2484 * dwarf2/section.h (dwarf2_section_buffer_overflow_complaint):
2485 Declare.
2486 * dwarf2/section.c (dwarf2_section_buffer_overflow_complaint):
2487 Move from read.c.
2488 * dwarf2/read.c (dwarf2_section_buffer_overflow_complaint): Move
2489 to section.c.
2490
9eac9650
TT
24912020-03-26 Tom Tromey <tom@tromey.com>
2492
2493 * dwarf2/read.c (dwarf_decode_macros): Split into two overloads.
2494
bf80d710
TT
24952020-03-26 Tom Tromey <tom@tromey.com>
2496
2497 * dwarf2/read.c (macro_start_file): Change "cu" parameter to
2498 "builder".
2499 (dwarf_decode_macro_bytes): Likewise. Add dwarf2_per_objfile
2500 parameter.
2501 (dwarf_decode_macros): Update.
2502
0314b390
TT
25032020-03-26 Tom Tromey <tom@tromey.com>
2504
2505 * dwarf2/read.c (read_attribute_value): Update.
2506 (read_indirect_string_from_dwz): Move to dwz.c; change into
2507 method.
2508 (dwarf_decode_macro_bytes): Update.
2509 * dwarf2/dwz.h (struct dwz_file) <read_string>: Declare method.
2510 * dwarf2/dwz.c: New file.
2511 * Makefile.in (COMMON_SFILES): Add dwz.c.
2512
9fda78b6
TT
25132020-03-26 Tom Tromey <tom@tromey.com>
2514
2515 * dwarf2/read.h (struct dwz_file): Move to dwz.h.
2516 * dwarf2/read.c: Add include.
2517 * dwarf2/index-write.c: Add include.
2518 * dwarf2/index-cache.c: Add include.
2519 * dwarf2/dwz.h: New file.
2520
33aa3c10
TT
25212020-03-25 Tom Tromey <tom@tromey.com>
2522
2523 * compile/compile-object-load.c (get_out_value_type): Mention
2524 correct symbol name in error message.
2525
d503b685
HD
25262020-03-25 Hannes Domani <ssbssa@yahoo.de>
2527
2528 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
2529
7b1eff95
TV
25302020-03-25 Tom de Vries <tdevries@suse.de>
2531
2532 * symtab.h (is_main_symtab_of_compunit_symtab): New function.
2533 * symmisc.c (dump_symtab_1): Print user and includes fields.
2534 (maintenance_info_symtabs): Same.
2535
dd895392
AB
25362020-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
2537
2538 PR gdb/25534
2539 * riscv-tdep.c (riscv_arg_info::c_offset): Update comment.
2540 (riscv_regcache_cooked_write): New function.
2541 (riscv_push_dummy_call): Use new function.
2542 (riscv_return_value): Likewise.
2543
5ab2fbf1
SM
25442020-03-24 Simon Marchi <simon.marchi@polymtl.ca>
2545
2546 * fbsd-nat.c (fbsd_nat_target::follow_fork): Change bool to int.
2547 * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Likewise.
2548 * inf-ptrace.c (inf_ptrace_target::follow_fork): Likewise.
2549 * inf-ptrace.h (struct inf_ptrace_target) <follow_fork>: Likewise.
2550 * infrun.c (follow_fork): Likewise.
2551 (follow_fork_inferior): Likewise.
2552 * linux-nat.c (linux_nat_target::follow_fork): Likewise.
2553 * linux-nat.h (class linux_nat_target): Likewise.
2554 * remote.c (class remote_target) <follow_fork>: Likewise.
2555 (remote_target::follow_fork): Likewise.
2556 * target-delegates.c: Re-generate.
2557 * target.c (default_follow_fork): Likewise.
2558 (target_follow_fork): Likewise.
2559 * target.h (struct target_ops) <follow_fork>: Likewise.
2560 (target_follow_fork): Likewise.
2561
a64fafb5
TV
25622020-03-24 Tom de Vries <tdevries@suse.de>
2563
2564 * psymtab.c (maintenance_info_psymtabs): Print user field.
2565
fe26d3a3
TT
25662020-03-20 Tom Tromey <tromey@adacore.com>
2567
2568 * dwarf2/loc.h (dwarf2_evaluate_property): Make "addr_stack"
2569 const.
2570 * dwarf2/loc.c (dwarf2_evaluate_property): Make "addr_stack"
2571 const.
2572
c884cc46
SM
25732020-03-20 Simon Marchi <simon.marchi@efficios.com>
2574
2575 * ptrace.m4: Don't check for ptrace declaration.
2576 * config.in: Re-generate.
2577 * configure: Re-generate.
2578 * nat/gdb_ptrace.h: Don't declare ptrace if HAVE_DECL_PTRACE is
2579 not defined.
2580
1ff700c2
KR
25812020-03-20 Kamil Rytarowski <n54@gmx.com>
2582
2583 * amd64-bsd-nat.c (gdb_ptrace): Change return type from `int' to
2584 `PTRACE_TYPE_RET'.
2585 * i386-bsd-nat.c (gdb_ptrace): Likewise.
2586 * sparc-nat.c (gdb_ptrace): Likewise.
2587 * x86-bsd-nat.c (gdb_ptrace): Likewise.
2588
f7d4f0b1
TT
25892020-03-20 Tom Tromey <tromey@adacore.com>
2590
2591 * c-exp.y (lex_one_token): Fix assert.
2592
f67210ff
TT
25932020-03-20 Tom Tromey <tromey@adacore.com>
2594
2595 * ada-tasks.c (read_atcb): Use smaller length in strncpy call.
2596 * linux-tdep.c (linux_fill_prpsinfo): Use smaller length in
2597 strncpy call.
2598
1773be9e
TT
25992020-03-20 Tom Tromey <tromey@adacore.com>
2600
2601 * symmisc.c (maintenance_print_one_line_table): Use ui_out.
2602
70304be9
TT
26032020-03-20 Tom Tromey <tromey@adacore.com>
2604
2605 * ada-valprint.c (print_variant_part): Remove parameters; switch
2606 to value-based API.
2607 (print_field_values): Likewise.
2608 (ada_val_print_struct_union): Likewise.
2609 (ada_value_print_1): Update.
2610
9faa006d
KR
26112020-03-20 Kamil Rytarowski <n54@gmx.com>
2612
2613 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
2614 nbsd_nat_target instead of inf_ptrace_target.
2615 * ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2616 nbsd_nat_target.
2617
4a90f062
KR
26182020-03-20 Kamil Rytarowski <n54@gmx.com>
2619
2620 * hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
2621 it to the ptrace call.
2622 * (store_registers): Likewise.
2623
26242020-03-20 Kamil Rytarowski <n54@gmx.com>
c7da12c7
KR
2625
2626 * ppc-nbsd-nat.c (fetch_registers): New variable lwp and pass
2627 it to the ptrace call.
2628 * (store_registers): Likewise.
2629
2d07da27
LM
26302020-03-19 Luis Machado <luis.machado@linaro.org>
2631
2632 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): If vg is not
2633 valid, fetch vg value from ptrace.
2634
f09db380
KR
26352020-03-19 Kamil Rytarowski <n54@gmx.com>
2636 * inf-ptrace.h: Disable get_ptrace_pid on NetBSD.
2637 * inf-ptrace.c: Likewise.
2638 * (gdb_ptrace): Add.
2639 * (inf_ptrace_target::resume): Update.
2640 * (inf_ptrace_target::xfer_partial): Likewise.
2641 * (inf_ptrace_peek_poke): Change argument `pid' to `ptid'.
2642 * (inf_ptrace_peek_poke): Update.
2643
fcc7376e
KR
26442020-03-19 Kamil Rytarowski <n54@gmx.com>
2645
2646 * x86-bsd-nat.c (gdb_ptrace): New.
2647 * (x86bsd_dr_set): Add new argument `ptid'.
2648 * (x86bsd_dr_get, x86bsd_dr_set, x86bsd_dr_set_control,
2649 x86bsd_dr_set_addr): Update.
2650
cada5fc9
AB
26512020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2652
2653 * remote.c (remote_target::process_stop_reply): Handle events for
2654 all threads differently.
2655
19a2740f
AB
26562020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * completer.c (completion_tracker::remove_completion): Define new
2659 function.
2660 * completer.h (completion_tracker::remove_completion): Declare new
2661 function.
2662 * symtab.c (completion_list_add_symbol): Remove aliasing msymbols
2663 when adding a C++ function symbol.
2664
724fd9ba
AB
26652020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * completer.c (completion_tracker::completion_hash_entry): Define
2668 new class.
2669 (advance_to_filename_complete_word_point): Call
2670 recompute_lowest_common_denominator.
2671 (completion_tracker::completion_tracker): Call discard_completions
2672 to setup the hash table.
2673 (completion_tracker::discard_completions): Allow for being called
2674 from the constructor, pass new equal function, and element deleter
2675 when constructing the hash table. Initialise new class member
2676 variables.
2677 (completion_tracker::maybe_add_completion): Remove use of
2678 m_entries_vec, and store more information into m_entries_hash.
2679 (completion_tracker::recompute_lcd_visitor): New function, most
2680 content taken from...
2681 (completion_tracker::recompute_lowest_common_denominator):
2682 ...here, this now just visits each item in the hash calling the
2683 above visitor.
2684 (completion_tracker::build_completion_result): Remove use of
2685 m_entries_vec, call recompute_lowest_common_denominator.
2686 * completer.h (completion_tracker::have_completions): Remove use
2687 of m_entries_vec.
2688 (completion_tracker::completion_hash_entry): Declare new class.
2689 (completion_tracker::recompute_lowest_common_denominator): Change
2690 function signature.
2691 (completion_tracker::recompute_lcd_visitor): Declare new function.
2692 (completion_tracker::m_entries_vec): Delete.
2693 (completion_tracker::m_entries_hash): Initialize to NULL.
2694 (completion_tracker::m_lowest_common_denominator_valid): New
2695 member variable.
2696 (completion_tracker::m_lowest_common_denominator_max_length): New
2697 member variable.
2698
5a82b8a1
KR
26992020-03-17 Kamil Rytarowski <n54@gmx.com>
2700
2701 * regformats/regdef.h: Put reg in gdb namespace.
2702
fb516a69
KR
27032020-03-17 Kamil Rytarowski <n54@gmx.com>
2704
2705 * i386-bsd-nat.c (gdb_ptrace): New.
2706 * (i386bsd_fetch_inferior_registers,
2707 i386bsd_store_inferior_registers) Switch from pid_t to ptid_t.
2708 * (i386bsd_fetch_inferior_registers,
2709 i386bsd_store_inferior_registers) Use gdb_ptrace.
2710
1c0aa1fb
KR
27112020-03-17 Kamil Rytarowski <n54@gmx.com>
2712
2713 * amd64-bsd-nat.c (gdb_ptrace): New.
2714 * (amd64bsd_fetch_inferior_registers,
2715 amd64bsd_store_inferior_registers) Switch from pid_t to ptid_t.
2716 * (amd64bsd_fetch_inferior_registers,
2717 amd64bsd_store_inferior_registers) Use gdb_ptrace.
2718
5ccd2fb7
KR
27192020-03-17 Kamil Rytarowski <n54@gmx.com>
2720
2721 * user-regs.c (user_reg::read): Rename to...
2722 (user_reg::xread): ...this.
2723 * (append_user_reg): Rename argument `read' to `xread'.
2724 * (user_reg_add_builtin): Likewise.
2725 * (user_reg_add): Likewise.
2726 * (value_of_user_reg): Likewise.
2727
2108a63a
KR
27282020-03-17 Kamil Rytarowski <n54@gmx.com>
2729
2730 * sparc-nat.c (gdb_ptrace): New.
2731 * sparc-nat.c (sparc_fetch_inferior_registers)
2732 (sparc_store_inferior_registers) Remove obsolete comment.
2733 * sparc-nat.c (sparc_fetch_inferior_registers)
2734 (sparc_store_inferior_registers) Switch from pid_t to ptid_t.
2735 * sparc-nat.c (sparc_fetch_inferior_registers)
2736 (sparc_store_inferior_registers) Use gdb_ptrace.
2737
a225c9a8
KR
27382020-03-17 Kamil Rytarowski <n54@gmx.com>
2739
2740 * sh-nbsd-nat.c (fetch_registers): New variable lwp and pass
2741 it to the ptrace call.
2742 * sh-nbsd-nat.c (store_registers): Likewise.
2743
98097623
KR
27442020-03-17 Kamil Rytarowski <n54@gmx.com>
2745
2746 * sh-nbsd-nat.c (sh_nbsd_nat_target): Inherit from
2747 nbsd_nat_target instead of inf_ptrace_target.
2748 * sh-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2749 nbsd_nat_target.
2750
9e38d619
KR
27512020-03-17 Kamil Rytarowski <n54@gmx.com>
2752
2753 * amd64-bsd-nat.c: Include amd64-bsd-nat.h".
2754
a2ecbe9f
KR
27552020-03-17 Kamil Rytarowski <n54@gmx.com>
2756
2757 * nbsd-nat.c: Include <sys/types.h>, <sys/ptrace.h> and
2758 <sys/sysctl.h>.
2759 * nbsd-nat.c (nbsd_nat_target::pid_to_exec_file): Rewrite.
2760
58990295
TV
27612020-03-17 Tom de Vries <tdevries@suse.de>
2762
2763 PR gdb/23710
2764 * dwarf2/read.h (struct dwarf2_per_cu_data): Add unit_type and lang
2765 fields.
2766 * dwarf2/read.c (process_psymtab_comp_unit): Initialize unit_type and lang
2767 fields.
2768 (process_imported_unit_die): Skip import of c++ CUs.
2769
771dd3a8
TT
27702020-03-16 Tom Tromey <tom@tromey.com>
2771
2772 * p-valprint.c (pascal_object_print_value): Initialize
2773 base_value.
2774
817a7585
AK
27752020-03-16 Anton Kolesov <anton.kolesov@synopsys.com>
2776 Shahab Vahedi <shahab@synopsys.com>
2777
2778 * Makefile.in: Add arch/arc.o
2779 * configure.tgt: Likewise.
2780 * arc-tdep.c (arc_tdesc_init): Use arc_read_description.
2781 (_initialize_arc_tdep): Don't initialize old target descriptions.
aac66a4c 2782 (arc_read_description): New function to cache target descriptions.
817a7585
AK
2783 * arc-tdep.h (arc_read_description): Add proto type.
2784 * arch/arc.c: New file.
2785 * arch/arc.h: Likewise.
2786 * features/Makefile: Replace old target descriptions with new.
2787 * features/arc-arcompact.c: Remove.
2788 * features/arc-arcompact.xml: Likewise.
2789 * features/arc-v2.c: Likewise
2790 * features/arc-v2.xml: Likewise
2791 * features/arc/aux-arcompact.xml: New file.
2792 * features/arc/aux-v2.xml: Likewise.
2793 * features/arc/core-arcompact.xml: Likewise.
2794 * features/arc/core-v2.xml: Likewise.
2795 * features/arc/aux-arcompact.c: Generate.
2796 * features/arc/aux-v2.c: Likewise.
2797 * features/arc/core-arcompact.c: Likewise.
2798 * features/arc/core-v2.c: Likewise.
2799 * target-descriptions (maint_print_c_tdesc_cmd): Support ARC features.
2800
67430cd0
TT
28012020-03-16 Tom Tromey <tromey@adacore.com>
2802
2803 PR gdb/25663:
2804 * dwarf2/read.c (dwarf2_name): Strip leading namespaces after
2805 putting value into bcache.
2806
30efb6c7
SM
28072020-03-16 Simon Marchi <simon.marchi@efficios.com>
2808
2809 PR gdb/21500
2810 * amd64-windows-tdep.c (amd64_windows_init_abi): Rename
2811 to...
2812 (amd64_windows_init_abi_common): ... this. Don't set size of
2813 long type.
2814 (amd64_windows_init_abi): New function.
2815 (amd64_cygwin_init_abi): New function.
2816 (_initialize_amd64_windows_tdep): Use amd64_cygwin_init_abi for
2817 the Cygwin OS ABI.
2818 * i386-windows-tdep.c (_initialize_i386_windows_tdep): Clarify
2819 comment.
2820
8db52437
SM
28212020-03-16 Simon Marchi <simon.marchi@efficios.com>
2822
2823 * windows-tdep.h (is_linked_with_cygwin_dll): New declaration.
2824 * windows-tdep.c (CYGWIN_DLL_NAME): New.
2825 (pe_import_directory_entry): New struct type.
2826 (is_linked_with_cygwin_dll): New function.
2827 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Select
2828 GDB_OSABI_CYGWIN if the BFD is linked with the Cygwin DLL.
2829 * i386-windows-tdep.c (i386_windows_osabi_sniffer): Likewise.
2830
5982a56a
SM
28312020-03-16 Simon Marchi <simon.marchi@efficios.com>
2832
2833 * i386-windows-tdep.c: Mass-rename "cygwin" to "windows", except
2834 i386_cygwin_core_osabi_sniffer.
2835
7a1998df
SM
28362020-03-16 Simon Marchi <simon.marchi@efficios.com>
2837
2838 * i386-cygwin-tdep.c: Rename to...
2839 * i386-windows-tdep.c: ... this.
2840 * Makefile.in (ALL_TARGET_OBS): Rename i386-cygwin-tdep.c to
2841 i386-windows-tdep.c.
2842 * configure.tgt: Likewise.
2843
053205cc
SM
28442020-03-16 Simon Marchi <simon.marchi@efficios.com>
2845
2846 * osabi.h (enum gdb_osabi): Add GDB_OSABI_WINDOWS.
2847 * osabi.c (gdb_osabi_names): Add "Windows".
2848 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Return
2849 GDB_OSABI_WINDOWS when the binary's target is "pei-i386".
2850 (i386_cygwin_core_osabi_sniffer): New function, extracted from
2851 i386_cygwin_osabi_sniffer.
2852 (_initialize_i386_cygwin_tdep): Register OS ABI
2853 GDB_OSABI_WINDOWS for i386.
2854 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Return
2855 GDB_OSABI_WINDOWS when the binary's target is "pei-x86-64".
2856 (_initialize_amd64_windows_tdep): Register OS ABI GDB_OSABI_WINDOWS
2857 for x86-64.
2858 * configure.tgt: Use GDB_OSABI_WINDOWS as the default OS ABI
2859 when the target matches '*-*-mingw*'.
2860
fe4b2ee6
SM
28612020-03-16 Simon Marchi <simon.marchi@efficios.com>
2862
2863 * defs.h (enum gdb_osabi): Move to...
2864 * osabi.h (enum gdb_osabi): ... here.
2865 * gdbarch.sh: Include osabi.h in gdbarch.h.
2866 * gdbarch.h: Re-generate.
2867
cb9b645d
SM
28682020-03-16 Simon Marchi <simon.marchi@efficios.com>
2869
2870 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): New
2871 function.
2872 (_initialize_amd64_windows_tdep): Register osabi sniffer.
2873
3293bbaf
TT
28742020-03-14 Tom Tromey <tom@tromey.com>
2875
2876 * c-typeprint.c (cp_type_print_method_args): Print "__restrict__"
2877 for C++.
2878 (c_type_print_modifier): Likewise. Add "language" parameter.
2879 (c_type_print_varspec_prefix, c_type_print_base_struct_union)
2880 (c_type_print_base_1): Update.
2881 * type-stack.h (enum type_pieces) <tp_atomic, tp_restrict>: New
2882 constants.
2883 * type-stack.c (type_stack::insert): Handle tp_atomic and
2884 tp_restrict.
2885 (type_stack::follow_type_instance_flags): Likewise.
2886 (type_stack::follow_types): Likewise. Merge type-following code.
2887 * c-exp.y (RESTRICT, ATOMIC): New tokens.
2888 (space_identifier, cv_with_space_id)
2889 (const_or_volatile_or_space_identifier_noopt)
2890 (const_or_volatile_or_space_identifier): Remove.
2891 (single_qualifier, qualifier_seq_noopt, qualifier_seq): New
2892 rules.
2893 (ptr_operator, typebase): Update.
2894 (enum token_flag) <FLAG_C>: New constant.
2895 (ident_tokens): Add "restrict", "__restrict__", "__restrict", and
2896 "_Atomic".
2897 (lex_one_token): Handle FLAG_C.
2898
154151a6
KR
28992020-03-14 Kamil Rytarowski <n54@gmx.com>
2900
2901 * m68k-bsd-nat.c (fetch_registers): New variable lwp and pass
2902 it to the ptrace call.
2903 * m68k-bsd-nat.c (store_registers): Likewise.
2904
bc107784
KR
29052020-03-14 Kamil Rytarowski <n54@gmx.com>
2906
2907 * m68k-bsd-nat.c (m68kbsd_supply_gregset): Change type of regs to
2908 gdb_byte *.
2909 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
2910 * m68k-bsd-nat.c (m68kbsd_collect_gregset): Likewise.
2911 * m68k-bsd-nat.c (m68kbsd_supply_pcb): Cast &tmp to gdb_byte *.
2912
01a80117
KR
29132020-03-14 Kamil Rytarowski <n54@gmx.com>
2914
2915 * m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
2916 nbsd_nat_target instead of inf_ptrace_target.
2917 * m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
2918 nbsd_nat_target.
2919
f90280ca
KR
29202020-03-14 Kamil Rytarowski <n54@gmx.com>
2921
2922 * m68k-bsd-nat.c: Define _KERNTYPES to get the declaration of
2923 register_t.
2924
6def66f1
KR
29252020-03-14 Kamil Rytarowski <n54@gmx.com>
2926
2927 * alpha-bsd-nat.c (fetch_registers): New variable lwp and pass
2928 it to the ptrace call.
2929 * alpha-bsd-nat.c (store_registers): Likewise.
2930
66eaca97
KR
29312020-03-14 Kamil Rytarowski <n54@gmx.com>
2932
2933 * alpha-bsd-nat.c: Remove <sys/procfs.h> and "gregset.h" from
2934 includes.
2935 * alpha-bsd-nat.c (gregset_t, fpregset_t): Remove.
2936 * alpha-bsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
2937 fill_fpregset): Likewise.
2938
4fed520b
KR
29392020-03-14 Kamil Rytarowski <n54@gmx.com>
2940
2941 * alpha-bsd-nat.c (alpha_netbsd_nat_target): Inherit from
2942 nbsd_nat_target instead of inf_ptrace_target.
2943 * alpha-bsd-nat.c: Include "nbsd-nat.h", as we are now using
2944 nbsd_nat_target.
2945
2190cf06
KR
29462020-03-14 Kamil Rytarowski <n54@gmx.com>
2947
2948 * alpha-bsd-nat.c: Define _KERNTYPES to get the declaration of
2949 register_t.
2950
75c56d3d
KR
29512020-03-14 Kamil Rytarowski <n54@gmx.com>
2952
2953 * arm-nbsd-nat.c (fetch_register): New variable lwp and pass
2954 it to the ptrace call.
2955 * arm-nbsd-nat.c (fetch_fp_register): Likewise.
2956 * arm-nbsd-nat.c (fetch_fp_regs): Likewise.
2957 * arm-nbsd-nat.c (store_register): Likewise.
2958 * arm-nbsd-nat.c (store_regs): Likewise.
2959 * arm-nbsd-nat.c (store_fp_register): Likewise.
2960 * arm-nbsd-nat.c (store_fp_regs): Likewise.
2961
6018d381
KR
29622020-03-14 Kamil Rytarowski <n54@gmx.com>
2963
2964 * arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
2965 nbsd_nat_target instead of inf_ptrace_target.
2966 * arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
2967 nbsd_nat_target.
2968
013f99f0
KR
29692020-03-14 Kamil Rytarowski <n54@gmx.com>
2970
2971 * x86-bsd-nat.c (x86bsd_dr_get): New variable lwp and pass
2972 it to the ptrace call.
2973 * x86-bsd-nat.c (x86bsd_dr_set): Likewise.
2974
12753073
KR
29752020-03-14 Kamil Rytarowski <n54@gmx.com>
2976
6227b330
KR
2977 * vax-bsd-nat.c (vaxbsd_supply_gregset): New variable lwp and pass
2978 it to the ptrace call.
2979 * vax-bsd-nat.c (vaxbsd_collect_gregset): Likewise.
2980
29812020-03-14 Kamil Rytarowski <n54@gmx.com>
2982
2983 * vax-bsd-nat.c (vaxbsd_supply_gregset): Cast gregs to const
2984 gdb_byte *.
12753073
KR
2985 * vax-bsd-nat.c (vaxbsd_collect_gregset): Cast gregs to void *.
2986
d5be5fa4
KR
29872020-03-14 Kamil Rytarowski <n54@gmx.com>
2988
2989 * vax-bsd-nat.c (vax_bsd_nat_target): Inherit from nbsd_nat_target
2990 instead of inf_ptrace_target.
2991 * vax-bsd-nat.c: Include "nbsd-nat.h", as we are now using
2992 nbsd_nat_target.
2993
8110f842
KR
29942020-03-14 Kamil Rytarowski <n54@gmx.com>
2995
2996 * mips-nbsd-nat.c: Define _KERNTYPES to get the declaration of
2997 register_t.
2998
52feded7
KR
29992020-03-14 Kamil Rytarowski <n54@gmx.com>
3000
3001 * ppc-nbsd-nat.c: Define _KERNTYPES to get the declaration of
3002 register_t.
3003
25567eee
KR
30042020-03-14 Kamil Rytarowski <n54@gmx.com>
3005
3006 * vax-bsd-nat.c: Define _KERNTYPES to get the declaration of
3007 register_t.
3008
426a9c18
TT
30092020-03-13 Tom Tromey <tom@tromey.com>
3010
3011 * value.h (val_print): Don't declare.
3012 * valprint.h (val_print_array_elements)
3013 (val_print_scalar_formatted, generic_val_print): Don't declare.
3014 * valprint.c (generic_val_print_array): Take a struct value.
3015 (generic_val_print_ptr, generic_val_print_memberptr)
3016 (generic_val_print_bool, generic_val_print_int)
3017 (generic_val_print_char, generic_val_print_complex)
3018 (generic_val_print): Remove.
3019 (generic_value_print): Update.
3020 (do_val_print): Remove unused parameters. Don't call
3021 la_val_print.
3022 (val_print): Remove.
3023 (common_val_print): Update. Don't call value_check_printable.
3024 (val_print_scalar_formatted, val_print_array_elements): Remove.
3025 * rust-lang.c (rust_val_print): Remove.
3026 (rust_language_defn): Update.
3027 * p-valprint.c (pascal_val_print): Remove.
3028 (pascal_value_print_inner): Update.
3029 (pascal_object_print_val_fields, pascal_object_print_val):
3030 Remove.
3031 (pascal_object_print_static_field): Update.
3032 * p-lang.h (pascal_val_print): Don't declare.
3033 * p-lang.c (pascal_language_defn): Update.
3034 * opencl-lang.c (opencl_language_defn): Update.
3035 * objc-lang.c (objc_language_defn): Update.
3036 * m2-valprint.c (m2_print_unbounded_array, m2_val_print): Remove.
3037 * m2-lang.h (m2_val_print): Don't declare.
3038 * m2-lang.c (m2_language_defn): Update.
3039 * language.h (struct language_defn) <la_val_print>: Remove.
3040 * language.c (unk_lang_value_print_inner): Rename. Change
3041 argument types.
3042 (unknown_language_defn, auto_language_defn): Update.
3043 * go-valprint.c (go_val_print): Remove.
3044 * go-lang.h (go_val_print): Don't declare.
3045 * go-lang.c (go_language_defn): Update.
3046 * f-valprint.c (f_val_print): Remove.
3047 * f-lang.h (f_value_print): Don't declare.
3048 * f-lang.c (f_language_defn): Update.
3049 * d-valprint.c (d_val_print): Remove.
3050 * d-lang.h (d_value_print): Don't declare.
3051 * d-lang.c (d_language_defn): Update.
3052 * cp-valprint.c (cp_print_value_fields)
3053 (cp_print_value_fields_rtti, cp_print_value): Remove.
3054 (cp_print_static_field): Update.
3055 * c-valprint.c (c_val_print_array, c_val_print_ptr)
3056 (c_val_print_struct, c_val_print_union, c_val_print_int)
3057 (c_val_print_memberptr, c_val_print): Remove.
3058 * c-lang.h (c_val_print_array, cp_print_value_fields)
3059 (cp_print_value_fields_rtti): Don't declare.
3060 * c-lang.c (c_language_defn, cplus_language_defn)
3061 (asm_language_defn, minimal_language_defn): Update.
3062 * ada-valprint.c (ada_val_print_ptr, ada_val_print_num): Remove.
3063 (ada_val_print_enum): Take a struct value.
3064 (ada_val_print_flt, ada_val_print_array, ada_val_print_1)
3065 (ada_val_print): Remove.
3066 (ada_value_print_1): Update.
3067 (printable_val_type): Remove.
3068 * ada-lang.h (ada_val_print): Don't declare.
3069 * ada-lang.c (ada_language_defn): Update.
3070
42331a1e
TT
30712020-03-13 Tom Tromey <tom@tromey.com>
3072
3073 * valprint.c (do_val_print): Update.
3074 * python/python-internal.h (gdbpy_apply_val_pretty_printer): Take
3075 a struct value.
3076 (value_to_value_object_no_release): Declare.
3077 * python/py-value.c (value_to_value_object_no_release): New
3078 function.
3079 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Take a
3080 struct value.
3081 * guile/scm-value.c (vlscm_scm_from_value_no_release): New
3082 function.
3083 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Take
3084 a struct value.
3085 * guile/guile-internal.h (vlscm_scm_from_value_no_release):
3086 Declare.
3087 (gdbscm_apply_val_pretty_printer): Take a struct value.
3088 * extension.h (apply_ext_lang_val_pretty_printer): Take a struct
3089 value.
3090 * extension.c (apply_ext_lang_val_pretty_printer): Take a struct
3091 value.
3092 * extension-priv.h (struct extension_language_ops)
3093 <apply_val_pretty_printer>: Take a struct value.
3094 * cp-valprint.c (cp_print_value): Create a struct value.
3095 (cp_print_value): Update.
3096
3a916a97
TT
30972020-03-13 Tom Tromey <tom@tromey.com>
3098
3099 * ada-valprint.c (print_field_values): Call common_val_print.
3100
b59eac37
TT
31012020-03-13 Tom Tromey <tom@tromey.com>
3102
3103 * ada-valprint.c (val_print_packed_array_elements): Remove
3104 bitoffset and val parameters. Call common_val_print.
3105 (ada_val_print_string): Remove offset, address, and original_value
3106 parameters.
3107 (ada_val_print_array): Update.
3108 (ada_value_print_array): New function.
3109 (ada_value_print_1): Call it.
3110
03371129
TT
31112020-03-13 Tom Tromey <tom@tromey.com>
3112
3113 * ada-valprint.c (ada_value_print): Use common_val_print.
3114
2e088f8b
TT
31152020-03-13 Tom Tromey <tom@tromey.com>
3116
3117 * ada-valprint.c (ada_val_print_ref): Use common_val_print.
3118
39ef85a8
TT
31192020-03-13 Tom Tromey <tom@tromey.com>
3120
3121 * ada-valprint.c (ada_value_print_num): New function.
3122 (ada_value_print_1): Use it.
3123
b9fa6e07
TT
31242020-03-13 Tom Tromey <tom@tromey.com>
3125
3126 * ada-valprint.c (ada_value_print_1) <TYPE_CODE_FLT>: Rewrite.
3127
416595d6
TT
31282020-03-13 Tom Tromey <tom@tromey.com>
3129
3130 * ada-valprint.c (ada_value_print_ptr): New function.
3131 (ada_value_print_1): Use it.
3132
5b5e15ec
TT
31332020-03-13 Tom Tromey <tom@tromey.com>
3134
3135 * ada-valprint.c (ada_val_print_gnat_array): Take a struct value;
3136 call common_val_print.
3137 (ada_val_print_1): Update.
3138 (ada_value_print_1): New function.
3139 (ada_value_print_inner): Rewrite.
3140
fbf54e75
TT
31412020-03-13 Tom Tromey <tom@tromey.com>
3142
3143 * cp-valprint.c (cp_print_value_fields): Update.
3144 (cp_print_value): New function.
3145
64b653ca
TT
31462020-03-13 Tom Tromey <tom@tromey.com>
3147
3148 * m2-valprint.c (m2_value_print_inner): Use
3149 cp_print_value_fields.
3150 * cp-valprint.c (cp_print_value_fields): New function.
3151 * c-valprint.c (c_value_print_struct): New function.
3152 (c_value_print_inner): Use c_value_print_struct.
3153 * c-lang.h (cp_print_value_fields): Declare.
3154
6999f067
TT
31552020-03-13 Tom Tromey <tom@tromey.com>
3156
3157 * c-valprint.c (c_value_print_array): New function.
3158 (c_value_print_inner): Use it.
3159
ce80b8bd
TT
31602020-03-13 Tom Tromey <tom@tromey.com>
3161
3162 * c-valprint.c (c_value_print_memberptr): New function.
3163 (c_value_print_inner): Use it.
3164
2faac269
TT
31652020-03-13 Tom Tromey <tom@tromey.com>
3166
3167 * c-valprint.c (c_value_print_int): New function.
3168 (c_value_print_inner): Use it.
3169
da3e2c29
TT
31702020-03-13 Tom Tromey <tom@tromey.com>
3171
3172 * c-valprint.c (c_value_print_ptr): New function.
3173 (c_value_print_inner): Use it.
3174
50836231
TT
31752020-03-13 Tom Tromey <tom@tromey.com>
3176
3177 * c-valprint.c (c_value_print_inner): Rewrite.
3178
4f412b6e
TT
31792020-03-13 Tom Tromey <tom@tromey.com>
3180
3181 * valprint.c (generic_value_print_complex): New function.
3182 (generic_value_print): Use it.
3183
f5354008
TT
31842020-03-13 Tom Tromey <tom@tromey.com>
3185
3186 * valprint.c (generic_val_print_float): Don't call
3187 val_print_scalar_formatted.
3188 (generic_val_print, generic_value_print): Update.
3189
3eec3b05
TT
31902020-03-13 Tom Tromey <tom@tromey.com>
3191
3192 * valprint.c (generic_value_print_char): New function
3193 (generic_value_print): Use it.
3194
fdddfccb
TT
31952020-03-13 Tom Tromey <tom@tromey.com>
3196
3197 * valprint.c (generic_value_print_int): New function.
3198 (generic_value_print): Use it.
3199
6dde7521
TT
32002020-03-13 Tom Tromey <tom@tromey.com>
3201
3202 * valprint.c (generic_value_print_bool): New function.
3203 (generic_value_print): Use it.
3204
4112d2e6
TT
32052020-03-13 Tom Tromey <tom@tromey.com>
3206
3207 * valprint.c (generic_val_print_func): Simplify.
3208 (generic_val_print, generic_value_print): Update.
3209
65786af6
TT
32102020-03-13 Tom Tromey <tom@tromey.com>
3211
3212 * valprint.c (generic_val_print_flags): Remove.
3213 (generic_val_print, generic_value_print): Update.
3214 (val_print_type_code_flags): Add original_value parameter.
3215
40f3ce18
TT
32162020-03-13 Tom Tromey <tom@tromey.com>
3217
3218 * valprint.c (generic_val_print): Update.
3219 (generic_value_print): Update.
3220 * valprint.c (generic_val_print_enum): Don't call
3221 val_print_scalar_formatted.
3222
2a5b130b
TT
32232020-03-13 Tom Tromey <tom@tromey.com>
3224
3225 * valprint.c (generic_value_print): Call generic_value_print_ptr.
3226 * valprint.c (generic_value_print_ptr): New function.
3227
abc66ce9
TT
32282020-03-13 Tom Tromey <tom@tromey.com>
3229
3230 * valprint.c (generic_value_print): Rewrite.
3231
07a32858
TT
32322020-03-13 Tom Tromey <tom@tromey.com>
3233
3234 * p-valprint.c (pascal_object_print_value_fields)
3235 (pascal_object_print_value): New functions.
3236
64d64d3a
TT
32372020-03-13 Tom Tromey <tom@tromey.com>
3238
3239 * p-valprint.c (pascal_value_print_inner): Rewrite.
3240
6a95a1f5
TT
32412020-03-13 Tom Tromey <tom@tromey.com>
3242
3243 * f-valprint.c (f_value_print_innner): Rewrite.
3244
59fcdac6
TT
32452020-03-13 Tom Tromey <tom@tromey.com>
3246
3247 * m2-valprint.c (m2_print_unbounded_array): New overload.
3248 (m2_print_unbounded_array): Update.
3249 (m2_print_array_contents): Take a struct value.
3250 (m2_value_print_inner): Rewrite.
3251
d133c3e1
TT
32522020-03-13 Tom Tromey <tom@tromey.com>
3253
3254 * d-valprint.c (dynamic_array_type): Call d_value_print_inner.
3255 (d_value_print_inner): New function.
3256 * d-lang.h (d_value_print_inner): Declare.
3257 * d-lang.c (d_language_defn): Use d_value_print_inner.
3258
23b0f06b
TT
32592020-03-13 Tom Tromey <tom@tromey.com>
3260
3261 * go-valprint.c (go_value_print_inner): New function.
3262 * go-lang.h (go_value_print_inner): Declare.
3263 * go-lang.c (go_language_defn): Use go_value_print_inner.
3264
5f56f7cb
TT
32652020-03-13 Tom Tromey <tom@tromey.com>
3266
3267 * rust-lang.c (val_print_struct, rust_print_enum): Use the value
3268 API.
3269 (rust_val_print): Rewrite.
3270 (rust_value_print_inner): New function, from rust_val_print.
3271 (rust_language_defn): Use rust_value_print_inner.
3272
26792ee0
TT
32732020-03-13 Tom Tromey <tom@tromey.com>
3274
3275 * ada-valprint.c (ada_value_print_inner): New function.
3276 * ada-lang.h (ada_value_print_inner): Declare.
3277 * ada-lang.c (ada_language_defn): Use ada_value_print_inner.
3278
24051bbe
TT
32792020-03-13 Tom Tromey <tom@tromey.com>
3280
3281 * f-valprint.c (f_value_print_innner): New function.
3282 * f-lang.h (f_value_print_innner): Declare.
3283 * f-lang.c (f_language_defn): Use f_value_print_innner.
3284
c0941be6
TT
32852020-03-13 Tom Tromey <tom@tromey.com>
3286
3287 * p-valprint.c (pascal_value_print_inner): New function.
3288 * p-lang.h (pascal_value_print_inner): Declare.
3289 * p-lang.c (pascal_language_defn): Use pascal_value_print_inner.
3290
62c4663d
TT
32912020-03-13 Tom Tromey <tom@tromey.com>
3292
3293 * m2-valprint.c (m2_value_print_inner): New function.
3294 * m2-lang.h (m2_value_print_inner): Declare.
3295 * m2-lang.c (m2_language_defn): Use m2_value_print_inner.
3296
62182190
TT
32972020-03-13 Tom Tromey <tom@tromey.com>
3298
3299 * opencl-lang.c (opencl_language_defn): Use c_value_print_inner.
3300 * objc-lang.c (objc_language_defn): Use c_value_print_inner.
3301 * c-valprint.c (c_value_print_inner): New function.
3302 * c-lang.h (c_value_print_inner): Declare.
3303 * c-lang.c (c_language_defn, cplus_language_defn)
3304 (asm_language_defn, minimal_language_defn): Use
3305 c_value_print_inner.
3306
1e592a8a
TT
33072020-03-13 Tom Tromey <tom@tromey.com>
3308
3309 * p-valprint.c (pascal_object_print_value_fields): Now static.
3310 * p-lang.h (pascal_object_print_value_fields): Don't declare.
3311
7fe471e9
TT
33122020-03-13 Tom Tromey <tom@tromey.com>
3313
3314 * c-valprint.c (c_val_print_array): Simplify.
3315
d121c6ce
TT
33162020-03-13 Tom Tromey <tom@tromey.com>
3317
3318 * valprint.c (value_print_array_elements): New function.
3319 * valprint.h (value_print_array_elements): Declare.
3320
4dba70ee
TT
33212020-03-13 Tom Tromey <tom@tromey.com>
3322
3323 * printcmd.c (print_formatted): Use value_print_scalar_formatted.
3324 * mips-tdep.c (mips_print_register): Use
3325 value_print_scalar_formatted.
3326
4f9ae810
TT
33272020-03-13 Tom Tromey <tom@tromey.com>
3328
3329 * valprint.h (value_print_scalar_formatted): Declare.
3330 * valprint.c (value_print_scalar_formatted): New function.
3331
156bfec9
TT
33322020-03-13 Tom Tromey <tom@tromey.com>
3333
3334 * valprint.h (generic_value_print): Declare.
3335 * valprint.c (generic_value_print): New function.
3336
2b4e573d
TT
33372020-03-13 Tom Tromey <tom@tromey.com>
3338
3339 * valprint.c (do_val_print): Call la_value_print_inner, if
3340 available.
3341 * rust-lang.c (rust_language_defn): Update.
3342 * p-lang.c (pascal_language_defn): Update.
3343 * opencl-lang.c (opencl_language_defn): Update.
3344 * objc-lang.c (objc_language_defn): Update.
3345 * m2-lang.c (m2_language_defn): Update.
3346 * language.h (struct language_defn) <la_value_print_inner>: New
3347 member.
3348 * language.c (unknown_language_defn, auto_language_defn): Update.
3349 * go-lang.c (go_language_defn): Update.
3350 * f-lang.c (f_language_defn): Update.
3351 * d-lang.c (d_language_defn): Update.
3352 * c-lang.c (c_language_defn, cplus_language_defn)
3353 (asm_language_defn, minimal_language_defn): Update.
3354 * ada-lang.c (ada_language_defn): Update.
3355
a1f6a07c
TT
33562020-03-13 Tom Tromey <tom@tromey.com>
3357
3358 * c-valprint.c (c_value_print): Use common_val_print.
3359
410cf315
TT
33602020-03-13 Tom Tromey <tom@tromey.com>
3361
3362 * cp-valprint.c (cp_print_static_field): Use common_val_print.
3363
72a45c93
TT
33642020-03-13 Tom Tromey <tom@tromey.com>
3365
3366 * f-valprint.c (f77_print_array_1, f_val_print): Use
3367 common_val_print.
3368
040f66bd
TT
33692020-03-13 Tom Tromey <tom@tromey.com>
3370
3371 * riscv-tdep.c (riscv_print_one_register_info): Use
3372 common_val_print.
3373
a6e05a6c
TT
33742020-03-13 Tom Tromey <tom@tromey.com>
3375
3376 * mi/mi-main.c (output_register): Use common_val_print.
3377
3444c526
TT
33782020-03-13 Tom Tromey <tom@tromey.com>
3379
3380 * infcmd.c (default_print_one_register_info): Use
3381 common_val_print.
3382
c2a44efe
TT
33832020-03-13 Tom Tromey <tom@tromey.com>
3384
3385 * valprint.h (common_val_print_checked): Declare.
3386 * valprint.c (common_val_print_checked): New function.
3387 * stack.c (print_frame_arg): Use common_val_print_checked.
3388
b0c26e99
TT
33892020-03-13 Tom Tromey <tom@tromey.com>
3390
3391 * valprint.c (do_val_print): New function, from val_print.
3392 (val_print): Use do_val_print.
3393 (common_val_print): Use do_val_print.
3394
ce3acbe9
TT
33952020-03-13 Tom Tromey <tom@tromey.com>
3396
3397 * valprint.c (value_print): Use scoped_value_mark.
3398
96c7f873
TV
33992020-03-13 Tom de Vries <tdevries@suse.de>
3400
3401 PR symtab/25646
3402 * psymtab.c (partial_symtab::partial_symtab): Don't set
3403 globals_offset and statics_offset. Push element onto
3404 current_global_psymbols and current_static_psymbols stacks.
3405 (concat): New function.
3406 (end_psymtab_common): Set globals_offset and statics_offset. Pop
3407 element from current_global_psymbols and current_static_psymbols
3408 stacks. Concat popped elements to global_psymbols and
3409 static_symbols.
3410 (add_psymbol_to_list): Use current_global_psymbols and
3411 current_static_psymbols stacks.
3412 * psymtab.h (class psymtab_storage): Add current_global_psymbols and
3413 current_static_psymbols fields.
3414
6ba0a321
CB
34152020-03-12 Christian Biesinger <cbiesinger@google.com>
3416
3417 * corelow.c (sniff_core_bfd): Remove.
3418 (class core_target) <m_core_vec>: Remove.
3419 (core_target::core_target): Update.
3420 (core_file_fns): Remove.
3421 (deprecated_add_core_fns): Remove.
3422 (default_core_sniffer): Remove.
3423 (sniff_core_bfd): Remove.
3424 (default_check_format): Remove.
3425 (gdb_check_format): Remove.
3426 (core_target_open): Update.
3427 (core_target::get_core_register_section): Update.
3428 (get_core_registers_cb): Update.
3429 (core_target::fetch_registers): Update.
3430 * gdbcore.h (struct core_fns): Remove.
3431 (deprecated_add_core_fns): Remove.
3432 (default_core_sniffer): Remove.
3433 (default_check_format): Remove.
3434
227031b2
TT
34352020-03-12 Tom Tromey <tom@tromey.com>
3436
3437 * arm-tdep.c (struct arm_mapping_symbol) <value>: Now a
3438 CORE_ADDR.
3439 (struct arm_exidx_entry) <addr>: Now a CORE_ADDR.
3440
53807e9f
TT
34412020-03-12 Tom Tromey <tom@tromey.com>
3442
3443 * remote.c (remote_target::download_tracepoint)
3444 (remote_target::enable_tracepoint)
3445 (remote_target::disable_tracepoint): Use phex, not sprintf_vma.
3446 * breakpoint.c (print_recreate_masked_watchpoint): Use phex, not
3447 sprintf_vma.
3448
64f25102
TT
34492020-03-12 Tom Tromey <tom@tromey.com>
3450
3451 * symfile-mem.c: Update CORE_ADDR size assert.
3452
272cd5a3
SM
34532020-03-12 Simon Marchi <simon.marchi@efficios.com>
3454
3455 * selftest.m4: Move to gdbsupport/.
3456 * acinclude.m4: Update path to selftest.m4.
3457
74cd3f9d
SM
34582020-03-12 Simon Marchi <simon.marchi@efficios.com>
3459
3460 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Rename to...
3461 (SELFTESTS_SRCS): ... this. Add disasm-selftests.c,
3462 gdbarch-selfselftests.c and selftest-arch.c.
3463 (SUBDIR_UNITTESTS_OBS): Rename to...
3464 (SELFTESTS_OBS): ... this.
3465 (COMMON_SFILES): Remove disasm-selftests.c and
3466 gdbarch-selftests.c.
3467 * configure.ac: Don't add selftest-arch.{c,o} to
3468 CONFIG_{SRCS,OBS}.
3469 * disasm-selftests.c, gdbarch-selftests.c: Remove GDB_SELF_TEST
3470 preprocessor conditions.
3471
db6878ac
SM
34722020-03-12 Simon Marchi <simon.marchi@efficios.com>
3473
3474 * configure.ac: Don't source bfd/development.sh.
3475 * selftest.m4: Modify comment.
3476 * configure: Re-generate.
3477
4d696a5c
SM
34782020-03-12 Simon Marchi <simon.marchi@efficios.com>
3479
3480 * selftest.m4 (GDB_AC_SELFTEST): Error out if $development is
3481 not "true" or "false".
3482 * configure: Re-generate.
3483
8dd8e1c7
CB
34842020-03-12 Christian Biesinger <cbiesinger@google.com>
3485
3486 * Makefile.in (HFILES_NO_SRCDIR): Add new arm-nbsd-tdep.h file.
3487 * arm-nbsd-nat.c (arm_supply_gregset): Moved to arm-nbsd-tdep and
3488 renamed to arm_nbsd_supply_gregset.
3489 (fetch_register): Update to call arm_nbsd_supply_gregset.
3490 (fetch_regs): Remove in favor of fetch_register with a -1 regno.
3491 (arm_netbsd_nat_target::fetch_registers): Update.
3492 (fetch_elfcore_registers): Removed.
3493 (_initialize_arm_netbsd_nat): Removed call to deprecated_add_core_fns.
3494 * arm-nbsd-tdep.c (struct arm_nbsd_reg): New struct.
3495 (arm_nbsd_supply_gregset): Moved from arm-nbsd-nat.c and updated to
3496 not require NetBSD system headers.
3497 (arm_nbsd_regset): New struct.
3498 (arm_nbsd_iterate_over_regset_sections): New function.
3499 (arm_netbsd_init_abi_common): Updated to call
3500 set_gdbarch_iterate_over_regset_sections.
3501 * arm-nbsd-tdep.h: New file.
3502
dd69bf7a
KB
35032020-03-11 Kevin Buettner <kevinb@redhat.com>
3504
3505 * symtab.c (find_pc_sect_line): Add check which prevents infinite
3506 recursion.
3507
a0761e34
SM
35082020-03-11 Simon Marchi <simon.marchi@efficios.com>
3509
3510 * configure: Re-generate.
3511
e7a82140
TT
35122020-03-11 Tom Tromey <tromey@adacore.com>
3513
3514 * ada-typeprint.c (print_choices): Fix comment.
3515
dcc050c8
AB
35162020-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * buildsyms.c (buildsym_compunit::record_line): Avoid accessing
3519 previous item in the list, when the list has no items.
3520
1c33af77
TV
35212020-03-11 Tom de Vries <tdevries@suse.de>
3522
3523 * dwarf2/loc.c (dwarf2_evaluate_property): Handle NULL frame in
3524 PROP_LOCLIST handling code.
3525
8c95582d
AB
35262020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * buildsym-legacy.c (record_line): Pass extra parameter to
3529 record_line.
3530 * buildsym.c (buildsym_compunit::record_line): Take an extra
3531 parameter, reduce duplication in the line table, and record the
3532 is_stmt flag in the line table.
3533 * buildsym.h (buildsym_compunit::record_line): Add extra
3534 parameter.
3535 * disasm.c (do_mixed_source_and_assembly_deprecated): Ignore
3536 non-statement lines.
3537 * dwarf2/read.c (dwarf_record_line_1): Add extra parameter, pass
3538 this to the symtab builder.
3539 (dwarf_finish_line): Pass extra parameter to dwarf_record_line_1.
3540 (lnp_state_machine::record_line): Pass a suitable is_stmt flag
3541 through to dwarf_record_line_1.
3542 * infrun.c (process_event_stop_test): When stepping, don't stop at
3543 a non-statement instruction, and only refresh the step info when
3544 we land in the middle of a line's range. Also add an extra
3545 comment.
3546 * jit.c (jit_symtab_line_mapping_add_impl): Initialise is_stmt
3547 field.
3548 * record-btrace.c (btrace_find_line_range): Only record lines
3549 marked as is-statement.
3550 * stack.c (frame_show_address): Show the frame address if we are
3551 in a non-statement sal.
3552 * symmisc.c (dump_symtab_1): Print the is_stmt flag.
3553 (maintenance_print_one_line_table): Print a header for the is_stmt
3554 column, and include is_stmt information in the output.
3555 * symtab.c (find_pc_sect_line): Find lines marked as statements in
3556 preference to non-statements.
3557 (find_pcs_for_symtab_line): Prefer is-statement entries.
3558 (find_line_common): Likewise.
3559 * symtab.h (struct linetable_entry): Add is_stmt field.
3560 (struct symtab_and_line): Likewise.
3561 * xcoffread.c (arrange_linetable): Initialise is_stmt field when
3562 arranging the line table.
3563
e4003a34
TV
35642020-03-07 Tom de Vries <tdevries@suse.de>
3565
3566 * dwarf2/read.c (read_typedef): Treat anonymous typedef as forwarder
3567 DIE.
3568
e8932576
TT
35692020-03-07 Tom Tromey <tom@tromey.com>
3570
3571 * valops.c (value_literal_complex): Remove obsolete comment.
3572 * gdbtypes.h (enum type_code) <TYPE_CODE_FLT>: Remove obsolete
3573 comment.
3574
29734269
SM
35752020-03-06 Simon Marchi <simon.marchi@polymtl.ca>
3576
3577 * infrun.h: Forward-declare thread_info.
3578 (set_step_info): Add thread_info parameter, add doc.
3579 * infrun.c (set_step_info): Add thread_info parameter, move doc
3580 to header.
3581 * infrun.c (process_event_stop_test): Pass thread to
3582 set_step_info call.
3583 * infcmd.c (set_step_frame): Add thread_info pointer, pass it to
3584 set_step_info.
3585 (prepare_one_step): Add thread_info parameter, pass it to
3586 set_step_frame and prepare_one_step (recursive) call.
3587 (step_1): Pass thread to prepare_one_step call.
3588 (step_command_fsm::should_stop): Pass thread to
3589 prepare_one_step.
3590 (until_next_fsm): Pass thread to set_step_frame call.
3591 (finish_command): Pass thread to set_step_info call.
3592
b7d64b29
HD
35932020-03-06 Hannes Domani <ssbssa@yahoo.de>
3594
3595 * windows-tdep.c (windows_solib_create_inferior_hook):
3596 Check if inferior is running.
3597
09f2921c
TV
35982020-03-06 Tom de Vries <tdevries@suse.de>
3599
3600 * NEWS: Fix "the the".
3601 * ctfread.c: Same.
3602
fd760e79
TV
36032020-03-06 Tom de Vries <tdevries@suse.de>
3604
3605 * psymtab.c (psymtab_to_symtab): Don't print "done.".
3606
20ea4a60
AB
36072020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * .dir-locals.el: Add a comment referencing the other copies of
3610 this file.
3611
0afbabf0
JB
36122020-03-05 John Baldwin <jhb@FreeBSD.org>
3613
3614 * fbsd-tdep.c (fbsd_make_corefile_notes): Use std::string for
3615 psargs.
3616
842806cb
TBA
36172020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3618
3619 * .gitattributes: New file.
3620
be1e3d3e
TT
36212020-03-04 Tom Tromey <tom@tromey.com>
3622
3623 * symmisc.c (print_symbol_bcache_statistics)
3624 (print_objfile_statistics): Update.
3625 * symfile.c (allocate_symtab): Use intern.
3626 * psymtab.c (partial_symtab::partial_symtab): Use intern.
3627 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
3628 macro_cache>: Remove.
3629 <string_cache>: New member.
3630 (struct objfile) <intern>: New methods.
3631 * elfread.c (elf_symtab_read): Use intern.
3632 * dwarf2/read.c (fixup_go_packaging): Intern package name.
3633 (dwarf2_compute_name, dwarf2_physname)
3634 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2): Intern
3635 names.
3636 (guess_partial_die_structure_name): Update.
3637 (partial_die_info::fixup): Intern name.
3638 (dwarf2_canonicalize_name): Change parameter to objfile. Intern
3639 name.
3640 (dwarf2_name): Intern name. Update.
3641 * buildsym.c (buildsym_compunit::get_macro_table): Use
3642 string_cache.
3643
4e7625fd
TT
36442020-03-04 Tom Tromey <tom@tromey.com>
3645
3646 * jit.c (bfd_open_from_target_memory): Make "target" const.
3647 * corefile.c (gnutarget): Now const.
3648 * gdbcore.h (gnutarget): Now const.
3649
46f9f931
HD
36502020-03-04 Hannes Domani <ssbssa@yahoo.de>
3651
3652 * NEWS: Mention support for WOW64 processes.
3653 * amd64-windows-nat.c (amd64_mappings): Rename and remove static.
3654 (amd64_windows_segment_register_p): Remove static.
3655 (_initialize_amd64_windows_nat): Update.
3656 * configure.nat <windows> (NATDEPFILES): Add i386-windows-nat.o.
3657 * i386-windows-nat.c (context_offset): Update.
3658 (i386_mappings): Rename and remove static.
3659 (i386_windows_segment_register_p): Remove static.
3660 (_initialize_i386_windows_nat): Update.
3661 * windows-nat.c (STATUS_WX86_BREAKPOINT): New macro.
3662 (STATUS_WX86_SINGLE_STEP): New macro.
3663 (EnumProcessModulesEx): New macro.
3664 (Wow64SuspendThread): New macro.
3665 (Wow64GetThreadContext): New macro.
3666 (Wow64SetThreadContext): New macro.
3667 (Wow64GetThreadSelectorEntry): New macro.
3668 (windows_set_context_register_offsets): Add static.
3669 (windows_set_segment_register_p): Likewise.
3670 (windows_add_thread): Adapt for WOW64 processes.
3671 (windows_fetch_one_register): Likewise.
3672 (windows_nat_target::fetch_registers): Likewise.
3673 (windows_store_one_register): Likewise.
3674 (display_selector): Likewise.
3675 (display_selectors): Likewise.
3676 (handle_exception): Likewise.
3677 (windows_continue): Likewise.
3678 (windows_nat_target::resume): Likewise.
3679 (windows_add_all_dlls): Likewise.
3680 (do_initial_windows_stuff): Likewise.
3681 (windows_nat_target::attach): Likewise.
3682 (windows_get_exec_module_filename): Likewise.
3683 (windows_nat_target::create_inferior): Likewise.
3684 (windows_xfer_siginfo): Likewise.
3685 (_initialize_loadable): Initialize Wow64SuspendThread,
3686 Wow64GetThreadContext, Wow64SetThreadContext,
3687 Wow64GetThreadSelectorEntry and EnumProcessModulesEx.
3688 * windows-nat.h (windows_set_context_register_offsets):
3689 Remove declaration.
3690 (windows_set_segment_register_p): Likewise.
3691 (i386_windows_segment_register_p): Add declaration.
3692 (amd64_windows_segment_register_p): Likewise.
3693
440cf44e
LM
36942020-03-04 Luis Machado <luis.machado@linaro.org>
3695
3696 Revert aa66aac47b4dd38f9524ddb5546c08cc09930d37 due to regressions
3697 in "info registers" for AArch64/ARM.
3698
3699 The change caused "info registers" to not print GPR's.
3700
3701 gdb/ChangeLog:
3702
3703 2020-02-01 Shahab Vahedi <shahab@synopsys.com>
3704
3705 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
3706 when reg->group is empty and reggroup is not.
3707
1009d92f
TT
37082020-03-03 Tom Tromey <tromey@adacore.com>
3709
3710 * dwarf2/frame.c (struct dwarf2_frame_cache)
3711 <checked_tailcall_bottom, entry_cfa_sp_offset,
3712 entry_cfa_sp_offset_p>: Remove members.
3713 (dwarf2_frame_cache): Call dwarf2_tailcall_sniffer_first.
3714 (dwarf2_frame_prev_register): Don't call
3715 dwarf2_tailcall_sniffer_first.
3716 (dwarf2_append_unwinders): Don't append tailcall unwinder.
3717 * frame-unwind.c (add_unwinder): New fuction.
3718 (frame_unwind_init): Use it. Add tailcall unwinder.
3719
5e5d66b6
AB
37202020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
3721 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3722
3723 * f-valprint.c (f_val_print): Handle TYPE_CODE_BOOL, any non-zero
3724 value should be printed as true.
3725
584cf46d
HD
37262020-03-03 Hannes Domani <ssbssa@yahoo.de>
3727
3728 * windows-tdep.c (windows_solib_create_inferior_hook): New function.
3729 (windows_init_abi): Set and use windows_so_ops.
3730
7b973adc
SDJ
37312020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3732
3733 * printcmd.c (print_c_string): Check also for TYPE_CODE_PTR
3734 when verifying if dealing with a convenience variable.
3735
bb7b70ab
LM
37362020-03-03 Luis Machado <luis.machado@linaro.org>
3737
3738 * auxv.c (default_print_auxv_entry): Add new AUXV entries.
3739
9822cb57
SM
37402020-03-02 Simon Marchi <simon.marchi@polymtl.ca>
3741
3742 * infrun.c (gdbarch_supports_displaced_stepping): New.
3743 (use_displaced_stepping): Break up conditions in smaller pieces.
3744 Use gdbarch_supports_displaced_stepping.
3745 (displaced_step_prepare_throw): Use
3746 gdbarch_supports_displaced_stepping.
3747
63e163f2
AB
37482020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3749
3750 * NEWS: Mention new behaviour of the history filename.
3751 * top.c (write_history_p): Add comment.
3752 (show_write_history_p): Add header comment, give a different
3753 message when history writing is on, but the history filename is
3754 empty.
3755 (history_filename): Add comment.
3756 (history_filename_empty): New function.
3757 (show_history_filename): Add header comment, give a different
3758 message when the filename is empty.
3759 (init_history): Compare history_filename against nullptr, and only
3760 read history if the filename is not empty.
3761 (set_history_filename): Add header comment, and only make
3762 non-empty filenames absolute.
3763 (init_main): Make the filename argument to 'set history filename'
3764 optional.
3765
81b86b97
CB
37662020-03-02 Christian Biesinger <cbiesinger@google.com>
3767
3768 * arm-nbsd-nat.c (arm_supply_fparegset): Rename to...
3769 (arm_supply_vfpregset): ...this, and update to use VFP registers.
3770 (fetch_fp_register): Update.
3771 (fetch_fp_regs): Update.
3772 (store_fp_register): Update.
3773 (store_fp_regs): Update.
3774 (arm_netbsd_nat_target::read_description): New function.
3775 (fetch_elfcore_registers): Update.
3776
24ed6739
AB
37772020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3778
3779 * remote.c (remote_target::remote_parse_stop_reply): Don't use the
3780 general_thread if the stop reply is missing a thread-id.
3781 (remote_target::process_stop_reply): Use the first non-exited
3782 thread if the target didn't pass a thread-id.
3783 * infrun.c (do_target_wait): Move call to
3784 switch_to_inferior_no_thread to ....
3785 (do_target_wait_1): ... here.
3786
a84bb2a0
JT
37872020-02-29 Jon Turney <jon.turney@dronecode.org.uk>
3788
3789 * debuginfod-support.c: Include defs.h first.
3790
658dadf0
TV
37912020-02-28 Tom de Vries <tdevries@suse.de>
3792
3793 * symfile.c (set_initial_language): Use default language for lookup.
3794
4ebe4877
SM
37952020-02-28 Simon Marchi <simon.marchi@efficios.com>
3796
3797 * dwarf2/read.c (cutu_reader::init_tu_and_read_dwo_dies): Remove
3798 reader variable, pass `this` to read_cutu_die_from_dwo.
3799
e5da1139
AM
38002020-02-27 Aaron Merey <amerey@redhat.com>
3801
3802 * source.c (open_source_file): Check for nullptr when computing
3803 srcpath.
3804
317f7127
TT
38052020-02-27 Tom Tromey <tromey@adacore.com>
3806
3807 * dwarf2/read.c (struct field_info) <nfields>: Now a method, not a
3808 member.
3809 (dwarf2_add_field): Don't update nfields.
3810 (dwarf2_attach_fields_to_type, process_structure_scope): Update.
3811
3104d9ee
AB
38122020-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 * gdbtypes.c (create_array_type_with_stride): Use std::abs not
3815 abs.
3816
b83470bf
TT
38172020-02-26 Tom Tromey <tom@tromey.com>
3818
3819 * dwarf2/read.c (struct dwarf2_include_psymtab): New.
3820 (dwarf2_create_include_psymtab): Use dwarf2_include_psymtab.
3821 (dwarf2_psymtab::expand_psymtab, dwarf2_psymtab::readin_p)
3822 (dwarf2_psymtab::get_compunit_symtab): Remove null checks for
3823 per_cu_data.
3824
edfe0a0c
TT
38252020-02-26 Tom Tromey <tom@tromey.com>
3826
3827 * dwarf2/index-write.c (psym_index_map): Change type.
3828 (add_address_entry_worker, write_one_signatured_type)
3829 (recursively_count_psymbols, recursively_write_psymbols)
3830 (class debug_names, psyms_seen_size, write_gdbindex)
3831 (write_debug_names): Use partial_symtab, not dwarf2_psymtab.
3832
0d79cdc4
AM
38332020-02-26 Aaron Merey <amerey@redhat.com>
3834
3835 * Makefile.in: Handle optional debuginfod support.
3836 * NEWS: Update.
3837 * README: Add --with-debuginfod summary.
3838 * config.in: Regenerate.
3839 * configure: Regenerate.
3840 * configure.ac: Handle optional debuginfod support.
3841 * debuginfod-support.c: debuginfod helper functions.
3842 * debuginfod-support.h: Ditto.
3843 * doc/gdb.texinfo: Add --with-debuginfod to configure options
3844 summary.
3845 * dwarf2/read.c (dwarf2_get_dwz_file): Query debuginfod servers
3846 when a dwz file cannot be found.
3847 * elfread.c (elf_symfile_read): Query debuginfod servers when a
3848 debuginfo file cannot be found.
3849 * source.c (open_source_file): Query debuginfod servers when a
3850 source file cannot be found.
3851 * top.c (print_gdb_configuration): Include
3852 --{with,without}-debuginfod in the output.
3853
b65ce565
JG
38542020-02-26 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3855
3856 * thread.c (thr_try_catch_cmd): Print thread name.
3857
d4c9a4f8
SM
38582020-02-26 Simon Marchi <simon.marchi@efficios.com>
3859
3860 * dwarf2/loc.h (dwarf2_fetch_die_loc_sect_off,
3861 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3862 dwarf2_fetch_die_type_sect_off): Move to...
3863 * dwarf2/read.h (dwarf2_fetch_die_loc_sect_off,
3864 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3865 dwarf2_fetch_die_type_sect_off): ... here.
3866 * dwarf2/read.c (dwarf2_fetch_die_loc_sect_off,
3867 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
3868 dwarf2_fetch_die_type_sect_off): Move doc to header file.
3869
0dce4280
TV
38702020-02-26 Tom de Vries <tdevries@suse.de>
3871
3872 PR gdb/25603
3873 * symfile.c (set_initial_language): Exit-early if
3874 language_mode == language_mode_manual.
3875
450a1bfc
SM
38762020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3877
3878 * dwarf2/loc.h (dwarf2_read_addr_index): Move...
3879 * dwarf2/read.h (dwarf2_read_addr_index): ... here.
3880 * dwarf2/read.c (dwarf2_read_addr_index): Move doc to header.
3881
9e80cfa1
AB
38822020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 * gdbtypes.c (create_array_type_with_stride): Handle negative
3885 array strides.
3886 * valarith.c (value_subscripted_rvalue): Likewise.
3887
09624f1f
LM
38882020-02-25 Luis Machado <luis.machado@linaro.org>
3889
3890 * aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
3891
8cb5117c
SM
38922020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3893
3894 * loc.h (dwarf2_get_die_type): Move to...
3895 * read.h (dwarf2_get_die_type): ... here.
3896 * read.c (dwarf2_get_die_type): Move doc to header.
3897
c325c44e
JB
38982020-02-25 Joel Brobecker <brobecker@adacore.com>
3899
3900 * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
3901 'gnulib/Makefile.in' to the list.
3902
4ac93832
TT
39032020-02-24 Tom Tromey <tom@tromey.com>
3904
3905 * dwarf2/read.h (struct type_unit_unshareable) <num_symtabs>:
3906 Remove.
3907 * dwarf2/read.c (dwarf2_cu::setup_type_unit_groups): Use
3908 XOBNEWVEC.
3909
197400e8
TT
39102020-02-24 Tom Tromey <tom@tromey.com>
3911
3912 * dwarf2/read.h (struct dwarf2_per_cu_data) <type_unit_group_p>:
3913 New method.
3914 * dwarf2/read.c (IS_TYPE_UNIT_GROUP): Remove.
3915 (dw2_do_instantiate_symtab, dw2_get_file_names)
3916 (build_type_psymtab_dependencies, load_full_type_unit): Update.
3917
76935768
TT
39182020-02-24 Tom Tromey <tom@tromey.com>
3919
3920 * dwarf2read.c (dwarf2_build_psymtabs_hard): Use
3921 make_scoped_restore.
3922 (dwarf2_psymtab::read_symtab): Don't clear
3923 reading_partial_symbols.
3924
a88ef40d
TV
39252020-02-24 Tom de Vries <tdevries@suse.de>
3926
3927 PR gdb/25592
3928 * stack.c (iterate_over_block_locals): Handle LOC_CONST.
3929
c9af6521
TV
39302020-02-24 Tom de Vries <tdevries@suse.de>
3931
3932 * tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
3933 commands layout next/prev/regs.
3934
5707a07a
TT
39352020-02-22 Tom Tromey <tom@tromey.com>
3936
3937 * dwarf2/loc.h (dwarf2_compile_expr_to_ax): Don't declare.
3938 * dwarf2/loc.c (dwarf2_compile_expr_to_ax): Now static.
3939
3b0fb49e
TT
39402020-02-22 Tom Tromey <tom@tromey.com>
3941
3942 * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window.
3943
283be8bf
TT
39442020-02-22 Tom Tromey <tom@tromey.com>
3945
3946 * tui/tui-win.c (_initialize_tui_win): Add usage text.
3947 * tui/tui-stack.c (_initialize_tui_stack): Add usage text.
3948 * tui/tui-regs.c (_initialize_tui_regs): Add usage text.
3949 * tui/tui.c (_initialize_tui): Add usage text.
3950
ca793b96
TT
39512020-02-22 Tom Tromey <tom@tromey.com>
3952
3953 * tui/tui-win.c (tui_set_focus_command)
3954 (tui_set_win_height_command): Use error_no_arg.
3955 (_initialize_tui_win): Update help text.
3956 (FOCUS_USAGE, WIN_HEIGHT_USAGE): Don't define.
3957
432b5c40
TT
39582020-02-22 Tom Tromey <tom@tromey.com>
3959
3960 * tui/tui-layout.c (extract_display_start_addr): Rewrite.
3961 * tui/tui-disasm.h (struct tui_disasm_window)
3962 <display_start_addr>: Declare.
3963 * tui/tui-source.h (struct tui_source_window)
3964 <display_start_addr>: Declare.
3965 * tui/tui-winsource.h (struct tui_source_window_base)
3966 <show_source_line, display_start_addr>: New methods.
3967 <m_horizontal_offset, m_start_line_or_addr, m_gdbarch, m_content>:
3968 Rename and move to protected section.
3969 * tui/tui-winsource.c (tui_source_window_base::update_source_window)
3970 (tui_source_window_base::do_erase_source_content): Update.
3971 (tui_source_window_base::show_source_line): Now a method.
3972 (tui_source_window_base::show_source_content)
3973 (tui_source_window_base::tui_source_window_base)
3974 (tui_source_window_base::rerender)
3975 (tui_source_window_base::refill)
3976 (tui_source_window_base::do_scroll_horizontal)
3977 (tui_source_window_base::set_is_exec_point_at)
3978 (tui_source_window_base::update_breakpoint_info)
3979 (tui_source_window_base::update_exec_info): Update.
3980 * tui/tui-source.c (tui_source_window::set_contents)
3981 (tui_source_window::showing_source_p)
3982 (tui_source_window::do_scroll_vertical)
3983 (tui_source_window::location_matches_p)
3984 (tui_source_window::line_is_displayed): Update.
3985 (tui_source_window::display_start_addr): New method.
3986 * tui/tui-disasm.c (tui_disasm_window::set_contents)
3987 (tui_disasm_window::do_scroll_vertical)
3988 (tui_disasm_window::location_matches_p): Update.
3989 (tui_disasm_window::display_start_addr): New method.
3990
01b1af32
TT
39912020-02-22 Tom Tromey <tom@tromey.com>
3992
3993 * NEWS: Add entry for gdb.register_window_type.
3994 * tui/tui-layout.h (window_factory): New typedef.
3995 (tui_register_window): Declare.
3996 * tui/tui-layout.c (saved_tui_windows): New global.
3997 (tui_apply_current_layout): Use it.
3998 (tui_register_window): New function.
3999 * python/python.c (do_start_initialization): Call
4000 gdbpy_initialize_tui.
4001 (python_GdbMethods): Add "register_window_type" function.
4002 * python/python-internal.h (gdbpy_register_tui_window)
4003 (gdbpy_initialize_tui): Declare.
4004 * python/py-tui.c: New file.
4005 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-tui.c.
4006
fc96d20b
TT
40072020-02-22 Tom Tromey <tom@tromey.com>
4008
4009 * tui/tui-io.c (do_tui_putc): Don't omit annotations.
4010
935c78c0
TT
40112020-02-22 Tom Tromey <tom@tromey.com>
4012
4013 * tui/tui-win.c (tui_set_win_focus_to): Move to tui-data.c.
4014 * tui/tui-data.h (tui_set_win_with_focus): Don't declare.
4015 * tui/tui-data.c (tui_set_win_with_focus): Remove.
4016 (tui_set_win_focus_to): Move from tui-win.c.
4017
0240c8f1
TT
40182020-02-22 Tom Tromey <tom@tromey.com>
4019
4020 * tui/tui-layout.c (make_standard_window, get_locator_window): New
4021 functions.
4022 (known_window_types): New global.
4023 (tui_get_window_by_name): Reimplement.
4024 (initialize_known_windows): New function.
4025 (validate_window_name): Rewrite.
4026 (_initialize_tui_layout): Call initialize_known_windows.
4027
fdb01f0c
TT
40282020-02-22 Tom Tromey <tom@tromey.com>
4029
4030 * tui/tui.h (enum tui_win_type) <LOCATOR_WIN, DATA_ITEM_WIN>:
4031 Remove constants.
4032 * tui/tui-winsource.h (struct tui_source_window_base)
4033 <tui_source_window_base>: Remove parameter.
4034 * tui/tui-winsource.c
4035 (tui_source_window_base::tui_source_window_base): Remove
4036 parameter.
4037 (tui_source_window_base::refill): Update.
4038 * tui/tui-stack.h (struct tui_locator_window)
4039 <tui_locator_window>: Update.
4040 * tui/tui-source.h (struct tui_source_window) <tui_source_window>:
4041 Default the constructor.
4042 * tui/tui-regs.h (struct tui_data_item_window)
4043 <tui_data_item_window>: Default the constructor.
4044 (struct tui_data_window) <tui_data_window>: Likewise.
4045 * tui/tui-disasm.h (struct tui_disasm_window) <tui_disasm_window>:
4046 Default the constructor.
4047 * tui/tui-data.h (struct tui_gen_win_info) <tui_gen_win_info>:
4048 Default the constructor.
4049 <type>: Remove.
4050 (struct tui_win_info) <tui_win_info>: Default the constructor.
4051 * tui/tui-data.c (tui_win_info::tui_win_info): Remove.
4052 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
4053 Default the constructor.
4054
865a5aec
TT
40552020-02-22 Tom Tromey <tom@tromey.com>
4056
4057 * tui/tui-wingeneral.h (tui_make_all_invisible): Don't declare.
4058 * tui/tui-wingeneral.c (tui_make_all_invisible): Remove.
4059 * tui/tui-win.c (tui_resize_all): Don't call
4060 tui_delete_invisible_windows.
4061 * tui/tui-layout.c (tui_apply_current_layout): Delete windows when
4062 done.
4063 (tui_set_layout): Update.
4064 (tui_add_win_to_layout): Don't call tui_delete_invisible_windows.
4065 * tui/tui-data.h (tui_delete_invisible_windows): Don't declare.
4066 * tui/tui-data.c (tui_delete_invisible_windows): Remove.
4067
e098d18c
TT
40682020-02-22 Tom Tromey <tom@tromey.com>
4069
4070 * tui/tui-win.c (tui_partial_win_by_name): Handle ambiguity
4071 correctly.
4072
eb9c8874
TT
40732020-02-22 Tom Tromey <tom@tromey.com>
4074
4075 * tui/tui-data.c (tui_next_win, tui_prev_win): Reimplement.
4076
7eed1a8e
TT
40772020-02-22 Tom Tromey <tom@tromey.com>
4078
4079 * tui/tui-winsource.h (struct tui_source_window_iterator)
4080 <inner_iterator>: New etytypedef.
4081 <tui_source_window_iterator>: Take "end" parameter.
4082 <tui_source_window_iterator>: Take iterator.
4083 <operator*, advance>: Update.
4084 <m_iter>: Change type.
4085 <m_end>: New field.
4086 (struct tui_source_windows) <begin, end>: Update.
4087 * tui/tui-layout.c (tui_windows): New global.
4088 (tui_apply_current_layout): Clear tui_windows.
4089 (tui_layout_window::apply): Update tui_windows.
4090 * tui/tui-data.h (tui_windows): Declare.
4091 (all_tui_windows): Now inline function.
4092 (class tui_window_iterator, struct all_tui_windows): Remove.
4093
7c043ba6
TT
40942020-02-22 Tom Tromey <tom@tromey.com>
4095
4096 PR tui/17850:
4097 * tui/tui-win.c (tui_gen_win_info::max_width): New method.
4098 * tui/tui-layout.h (class tui_layout_base) <get_sizes>: Add
4099 "height" argument.
4100 (class tui_layout_window) <get_sizes>: Likewise.
4101 (class tui_layout_split) <tui_layout_split>: Add "vertical"
4102 argument.
4103 <get_sizes>: Add "height" argument.
4104 <m_vertical>: New field.
4105 * tui/tui-layout.c (tui_layout_split::clone): Update.
4106 (tui_layout_split::get_sizes): Add "height" argument.
4107 (tui_layout_split::adjust_size, tui_layout_split::apply): Update.
4108 (tui_new_layout_command): Parse "-horizontal".
4109 (_initialize_tui_layout): Update help string.
4110 (tui_layout_split::specification): Add "-horizontal" when needed.
4111 * tui/tui-layout.c (tui_layout_window::get_sizes): Add "height"
4112 argument.
4113 * tui/tui-data.h (struct tui_gen_win_info) <max_width, min_width>:
4114 New methods.
4115
6bc56648
TT
41162020-02-22 Tom Tromey <tom@tromey.com>
4117
4118 * tui/tui-layout.h (enum tui_adjust_result): New.
4119 (class tui_layout_base) <adjust_size>: Return tui_adjust_result.
4120 (class tui_layout_window) <adjust_size>: Return
4121 tui_adjust_result. Rewrite.
4122 (class tui_layout_split) <adjust_size>: Return tui_adjust_result.
4123 * tui/tui-layout.c (tui_layout_split::adjust_size): Update.
4124
c22fef7e
TT
41252020-02-22 Tom Tromey <tom@tromey.com>
4126
4127 * tui/tui-layout.h (class tui_layout_split) <add_split>: Change
4128 parameter and return types.
4129 (class tui_layout_base) <specification>: Add "depth".
4130 (class tui_layout_window) <specification>: Add "depth".
4131 (class tui_layout_split) <specification>: Add "depth".
4132 * tui/tui-layout.c (tui_layout_split::add_split): Change parameter
4133 and return types.
4134 (tui_new_layout_command): Parse sub-layouts.
4135 (_initialize_tui_layout): Update help string.
4136 (tui_layout_window::specification): Add "depth".
4137 (add_layout_command): Update.
4138
ee325b61
TT
41392020-02-22 Tom Tromey <tom@tromey.com>
4140
4141 * NEWS: Add "tui new-layout" item.
4142 * tui/tui-layout.c (add_layout_command): Return cmd_list_element.
4143 Add new-layout command to help text.
4144 (validate_window_name): New function.
4145 (tui_new_layout_command): New function.
4146 (_initialize_tui_layout): Register "new-layout".
4147 (tui_layout_window::specification): New method.
4148 (tui_layout_window::specification): New method.
4149 * tui/tui-layout.h (class tui_layout_base) <specification>: New
4150 method.
4151 (class tui_layout_window) <specification>: New method.
4152 (class tui_layout_split) <specification>: New method.
4153
416eb92d
TT
41542020-02-22 Tom Tromey <tom@tromey.com>
4155
4156 * tui/tui.c (tui_enable): Call tui_set_initial_layout.
4157 * tui/tui-win.c (window_name_completer): Update comment.
4158 * tui/tui-layout.h (class tui_layout_base) <replace_window>:
4159 Declare method.
4160 (class tui_layout_window) <replace_window>: Likewise.
4161 (class tui_layout_split) <replace_window>: Likewise.
4162 (tui_set_layout): Don't declare.
4163 (tui_set_initial_layout): Declare function.
4164 * tui/tui-layout.c (layouts, applied_skeleton, src_regs_layout)
4165 (asm_regs_layout): New globals.
4166 (tui_current_layout, show_layout): Remove.
4167 (tui_set_layout, tui_add_win_to_layout): Rewrite.
4168 (find_layout, tui_apply_layout): New function.
4169 (layout_completer): Remove.
4170 (tui_next_layout): Reimplement.
4171 (tui_next_layout_command): New function.
4172 (tui_set_initial_layout, tui_prev_layout_command): New functions.
4173 (tui_regs_layout): Reimplement.
4174 (tui_regs_layout_command): New function.
4175 (extract_display_start_addr): Rewrite.
4176 (next_layout, prev_layout): Remove.
4177 (tui_layout_window::replace_window): New method.
4178 (tui_layout_split::replace_window): New method.
4179 (destroy_layout): New function.
4180 (layout_list): New global.
4181 (add_layout_command): New function.
4182 (initialize_layouts): Update.
4183 (tui_layout_command): New function.
4184 (_initialize_tui_layout): Install "layout" commands.
4185 * tui/tui-data.h (enum tui_layout_type): Remove.
4186 (tui_current_layout): Don't declare.
4187
0dbc2fc7
TT
41882020-02-22 Tom Tromey <tom@tromey.com>
4189
4190 * tui/tui-regs.c (tui_reg_layout): Remove.
4191 (tui_reg_command): Use tui_regs_layout.
4192 * tui/tui-layout.h (tui_reg_command): Declare.
4193 * tui/tui-layout.c (tui_reg_command): New function.
4194
5afe342e
TT
41952020-02-22 Tom Tromey <tom@tromey.com>
4196
4197 * tui/tui.c (tui_rl_delete_other_windows): Call
4198 tui_remove_some_windows.
4199 * tui/tui-layout.h (class tui_layout_base) <remove_windows>:
4200 Declare method.
4201 (class tui_layout_window) <remove_windows>: New method.
4202 (class tui_layout_split) <remove_windows>: Declare.
4203 (tui_remove_some_windows): Declare.
4204 * tui/tui-layout.c (tui_remove_some_windows): New function.
4205 (tui_layout_split::remove_windows): New method.
4206
427326a8
TT
42072020-02-22 Tom Tromey <tom@tromey.com>
4208
4209 * tui/tui.c (tui_rl_change_windows): Call tui_next_layout.
4210 * tui/tui-layout.h (tui_next_layout): Declare.
4211 * tui/tui-layout.c (tui_next_layout): New function.
4212
3fe12b6d
TT
42132020-02-22 Tom Tromey <tom@tromey.com>
4214
4215 * tui/tui-regs.c (tui_data_window::display_registers_from): Use
4216 correct coordinates.
4217
59b8b5d2
TT
42182020-02-22 Tom Tromey <tom@tromey.com>
4219
4220 * tui/tui-layout.h (tui_add_win_to_layout): Add comment.
4221 * tui/tui-layout.c (tui_add_win_to_layout): Add assert. Remove
4222 DATA_WIN case.
4223
2a3d458b
TT
42242020-02-22 Tom Tromey <tom@tromey.com>
4225
4226 * tui/tui-disasm.c (tui_get_low_disassembly_address): Use
4227 TUI_DISASM_WIN, not tui_win_list.
4228
3f0cbb04
TT
42292020-02-22 Tom Tromey <tom@tromey.com>
4230
4231 * valprint.c (generic_val_print_enum_1)
4232 (val_print_type_code_flags): Style member names.
4233 * rust-lang.c (val_print_struct, rust_print_enum)
4234 (rust_print_struct_def, rust_internal_print_type): Style member
4235 names.
4236 * p-valprint.c (pascal_object_print_value_fields): Style member
4237 names. Only call fprintf_symbol_filtered for static members.
4238 * m2-typeprint.c (m2_record_fields, m2_enum): Style member names.
4239 * f-valprint.c (f_val_print): Style member names.
4240 * f-typeprint.c (f_type_print_base): Style member names.
4241 * cp-valprint.c (cp_print_value_fields): Style member names. Only
4242 call fprintf_symbol_filtered for static members.
4243 (cp_print_class_member): Style member names.
4244 * c-typeprint.c (c_print_type_1, c_type_print_base_1): Style
4245 member names.
4246 * ada-valprint.c (ada_print_scalar): Style enum names.
4247 (ada_val_print_enum): Likewise.
4248 * ada-typeprint.c (print_enum_type): Style enum names.
4249
d4d947ae
TT
42502020-02-21 Tom Tromey <tom@tromey.com>
4251
4252 * psympriv.h (struct partial_symtab): Update comment.
4253
e94e944b
TT
42542020-02-21 Tom Tromey <tromey@adacore.com>
4255
4256 * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
4257 type is CORE_ADDR.
4258
1eb73179
TV
42592020-02-21 Tom de Vries <tdevries@suse.de>
4260
4261 PR gdb/25534
4262 * psymtab.c (partial_symtab::read_dependencies): Don't read dependency
4263 if dependencies[i]->user != NULL.
4264
4f180d53
AT
42652020-02-21 Ali Tamur <tamur@google.com>
4266
4267 * dwarf2/read.c (dwarf2_name): Add null check.
4268
22b6cd70
TT
42692020-02-20 Tom Tromey <tom@tromey.com>
4270
4271 * dwarf2/read.c (dwarf2_find_containing_comp_unit): Use ">", not
4272 ">=", in binary search.
4273 (dwarf2_find_containing_comp_unit): New overload.
4274 (run_test): New self-test.
4275 (_initialize_dwarf2_read): Register new test.
4276
bd0cf5a6
NC
42772020-02-20 Nelson Chu <nelson.chu@sifive.com>
4278
4279 * riscv-tdep.c: Updated since the DECLARE_CSR is changed.
4280 * riscv-tdep.h: Likewise.
4281 * features/riscv/rebuild-csr-xml.sh: Generate the 64bit-csr.xml without
4282 rv32-only CSR.
4283 * features/riscv/64bit-csr.xml: Regenerated.
4284
3f702acd
SDJ
42852020-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4286 Tom Tromey <tom@tromey.com>
4287
4288 * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead
4289 of 'fputc_unfiltered'.
4290 (putchar_unfiltered): Call 'fputc_unfiltered'.
4291 (fputc_unfiltered): Call 'fputs_unfiltered'.
4292
d13c7322
AB
42932020-02-20 Andrew Burgess <andrew.burgess@embecosm.com>
4294
4295 * config.in: Regenerate.
4296 * configure: Regenerate.
4297 * configure.ac: Add --with-python-libdir option.
4298 * main.c: Use WITH_PYTHON_LIBDIR.
4299
869d8950
TT
43002020-02-19 Tom Tromey <tom@tromey.com>
4301
4302 * symtab.c (general_symbol_info::compute_and_set_names): Use
4303 obstack_strndup. Simplify call to symbol_set_demangled_name.
4304
298e9637
SM
43052020-02-19 Simon Marchi <simon.marchi@efficios.com>
4306
4307 * dwarf2/read.c (allocate_signatured_type_table,
4308 allocate_dwo_unit_table, allocate_type_unit_groups_table,
4309 allocate_dwo_file_hash_table, allocate_dwp_loaded_cutus_table):
4310 Remove objfile parameter, update all callers.
4311
08410482
DE
43122020-02-19 Doug Evans <dje@google.com>
4313
4314 PR rust/25535
4315 * rust-lang.c (rust_print_enum): Apply embedded_offset to
4316 rust_enum_variant calculation.
4317
dfdeeca1
TT
43182020-02-19 Tom Tromey <tromey@adacore.com>
4319
4320 * mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
4321
2ef5453b
TT
43222020-02-19 Tom Tromey <tromey@adacore.com>
4323
4324 * ada-lang.c (cache_symbol): Use obstack_strdup.
4325
9f1528a1
AB
43262020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 * configure: Regenerate.
4329
d3c22fa8
TT
43302020-02-19 Tom Tromey <tromey@adacore.com>
4331
4332 * python/python.c (do_start_initialization): Use XNEWVEC. Remove
4333 NULL check.
4334
bf84f706
MR
43352020-02-19 Maciej W. Rozycki <macro@wdc.com>
4336
4337 * NEWS: Mention RISC-V GNU/Linux GDBserver support.
4338
d1c9b20f
AB
43392020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * arch/riscv.c (struct riscv_gdbarch_features_hasher): Only define
4342 if GDBSERVER is not defined.
4343 (riscv_tdesc_cache): Likewise, also store const target_desc.
4344 (STATIC_IN_GDB): Define.
4345 (riscv_create_target_description): Update declaration with
4346 STATIC_IN_GDB.
4347 (riscv_lookup_target_description): New function, only define if
4348 GDBSERVER is not defined.
4349 * arch/riscv.h (riscv_create_target_description): Declare only
4350 when GDBSERVER is defined.
4351 (riscv_lookup_target_description): New declaration when GDBSERVER
4352 is not defined.
4353 * nat/riscv-linux-tdesc.c (riscv_linux_read_description): Rename to...
4354 (riscv_linux_read_features): ...this, and return
4355 riscv_gdbarch_features instead of target_desc.
4356 * nat/riscv-linux-tdesc.h: Include 'arch/riscv.h'.
4357 (riscv_linux_read_description): Rename to...
4358 (riscv_linux_read_features): ...this.
4359 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
4360 Update to use riscv_gdbarch_features and
4361 riscv_lookup_target_description.
4362 * riscv-tdep.c (riscv_find_default_target_description): Use
4363 riscv_lookup_target_description instead of
4364 riscv_create_target_description.
4365
373d7ac0
SM
43662020-02-18 Simon Marchi <simon.marchi@efficios.com>
4367
4368 * valprint.c (generic_val_print_enum_1): When printing a flag
4369 enum with value 0 and there is no enumerator with value 0, print
4370 just "0" instead of "(unknown: 0x0)".
4371
b29a2df0
SM
43722020-02-18 Simon Marchi <simon.marchi@efficios.com>
4373
4374 * valprint.c (generic_val_print_enum_1): Print unknown part of
4375 flag enum in hex.
4376
6740f0cc
SM
43772020-02-18 Simon Marchi <simon.marchi@efficios.com>
4378
4379 * dwarf2/read.c (update_enumeration_type_from_children): Allow
4380 flag enums to contain duplicate enumerators.
4381 * valprint.c (generic_val_print_enum_1): Update comment.
4382
edd45eb0
SM
43832020-02-18 Simon Marchi <simon.marchi@efficios.com>
4384
4385 * dwarf2/read.c: Include "count-one-bits.h".
4386 (update_enumeration_type_from_children): If an enumerator has
4387 multiple bits set, don't treat the enumeration as a "flag enum".
4388 * valprint.c (generic_val_print_enum_1): Assert that enumerators
4389 of flag enums have 0 or 1 bit set.
4390
6d0cf446
BE
43912020-02-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
4392
4393 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use an explicit
4394 conversion.
4395 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4396 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4397 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4398 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
4399 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4400
7001c1b7
SM
44012020-02-18 Simon Marchi <simon.marchi@efficios.com>
4402
4403 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
4404
fdb61c6c
SM
44052020-02-14 Simon Marchi <simon.marchi@efficios.com>
4406
4407 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use
4408 displaced_step_closure_up.
4409 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
4410 (struct displaced_step_closure_up):
4411 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4412 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
4413 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn):
4414 Likewise.
4415 * gdbarch.sh (displaced_step_copy_insn): Likewise.
4416 * gdbarch.c, gdbarch.h: Re-generate.
4417 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Use
4418 displaced_step_closure_up.
4419 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4420 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
4421 * infrun.h (displaced_step_closure_up): New type alias.
4422 (struct displaced_step_inferior_state) <step_closure>: Change
4423 type to displaced_step_closure_up.
4424 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Use
4425 displaced_step_closure_up.
4426 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4427
a4a38eb4
TT
44282020-02-14 Tom Tromey <tom@tromey.com>
4429
4430 * minidebug.c (gnu_debug_key): New global.
4431 (find_separate_debug_file_in_section): Use it.
4432
e8217e61
SM
44332020-02-14 Simon Marchi <simon.marchi@efficios.com>
4434
4435 * gdbarch.sh (displaced_step_copy_insn): Change return type to an
4436 std::unique_ptr.
4437 * gdbarch.c: Re-generate.
4438 * gdbarch.h: Re-generate.
4439 * infrun.c (displaced_step_prepare_throw): Adjust to std::unique_ptr
4440 change.
4441 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Change return
4442 type to std::unique_ptr.
4443 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
4444 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
4445 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
4446 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4447 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Likewise.
4448 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
4449 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
4450 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
4451 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
4452
d8d83535
SM
44532020-02-14 Simon Marchi <simon.marchi@efficios.com>
4454
4455 * infrun.c (get_displaced_step_closure_by_addr): Adjust to
4456 std::unique_ptr.
4457 (displaced_step_clear): Rename to...
4458 (displaced_step_reset): ... this. Just call displaced->reset ().
4459 (displaced_step_clear_cleanup): Rename to...
4460 (displaced_step_reset_cleanup): ... this.
4461 (displaced_step_prepare_throw): Adjust to std::unique_ptr.
4462 (displaced_step_fixup): Likewise.
4463 (resume_1): Likewise.
4464 (handle_inferior_event): Restore child's memory before calling
4465 displaced_step_fixup on the parent.
4466 * infrun.h (displaced_step_inferior_state) <reset>: Adjust
4467 to std::unique_ptr.
4468 <step_closure>: Change type to std::unique_ptr.
4469
5f661e03
SM
44702020-02-14 Simon Marchi <simon.marchi@efficios.com>
4471
4472 * arm-tdep.c: Include count-one-bits.h.
4473 (cleanup_block_store_pc): Use count_one_bits.
4474 (cleanup_block_load_pc): Use count_one_bits.
4475 (arm_copy_block_xfer): Use count_one_bits.
4476 (thumb2_copy_block_xfer): Use count_one_bits.
4477 (thumb_copy_pop_pc_16bit): Use count_one_bits.
4478 * arch/arm-get-next-pcs.c: Include count-one-bits.h.
4479 (thumb_get_next_pcs_raw): Use count_one_bits.
4480 (arm_get_next_pcs_raw): Use count_one_bits_l.
4481 * arch/arm.c (bitcount): Remove.
4482 * arch/arm.h (bitcount): Remove.
4483
8084e579
TT
44842020-02-14 Tom Tromey <tromey@adacore.com>
4485
4486 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first):
4487 Update.
4488 * dwarf2/loc.h (call_site_find_chain): Return unique_xmalloc_ptr.
4489 * dwarf2/loc.c (call_site_find_chain_1): Return
4490 unique_xmalloc_ptr.
4491 (call_site_find_chain): Likewise.
4492
258bf0ee
RB
44932020-02-14 Richard Biener <rguenther@suse.de>
4494
4495 * dwarf2/read.c (lnp_state_machine::handle_special_opcode): Apply CSE
4496 on expression with division operators.
4497
f98a8458
AKS
44982020-02-13 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4499
4500 * MAINTAINERS (Write After Approval): Adding myself.
4501
d1437c0e
TT
45022020-02-12 Tom Tromey <tom@tromey.com>
4503
4504 * event-loop.c (event_data, gdb_event, event_handler_func):
4505 Remove.
4506
3d4560f7
TT
45072020-02-12 Tom Tromey <tom@tromey.com>
4508
4509 * dwarf2/frame.c (dwarf2_frame_bfd_data): New global.
4510 (dwarf2_frame_objfile_data): Add comment.
4511 (find_comp_unit, set_comp_unit): New functions.
4512 (dwarf2_frame_find_fde): Use find_comp_unit.
4513 (dwarf2_build_frame_info): Use set_comp_unit.
4514
21982304
TT
45152020-02-12 Tom Tromey <tom@tromey.com>
4516
4517 * dwarf2/frame.c (struct comp_unit) <objfile>: Remove.
4518 (comp_unit): Don't initialize objfile.
4519 (execute_cfa_program): Add text_offset parameter.
4520 (execute_cfa_program_test, dwarf2_fetch_cfa_info)
4521 (dwarf2_frame_cache): Update.
4522 (dwarf2_build_frame_info): Don't set "objfile" member.
4523
4debb237
TT
45242020-02-12 Tom Tromey <tom@tromey.com>
4525
4526 * dwarf2/frame.c (decode_frame_entry_1): Add gdbarch parameter.
4527 (decode_frame_entry): Likewise.
4528 (dwarf2_build_frame_info): Update.
4529
0d404d44
TT
45302020-02-12 Tom Tromey <tom@tromey.com>
4531
4532 * dwarf2/frame.c (struct comp_unit) <obstack>: New member.
4533 (decode_frame_entry_1): Use the comp_unit obstack.
4534
a7a3ae5c
TT
45352020-02-12 Tom Tromey <tom@tromey.com>
4536
4537 * dwarf2/frame.c (struct comp_unit): Add initializers and
4538 constructor.
4539 (dwarf2_frame_objfile_data): Store a comp_unit.
4540 (dwarf2_frame_find_fde): Update.
4541 (dwarf2_build_frame_info): Use "new".
4542
a9d65418
TT
45432020-02-12 Tom Tromey <tom@tromey.com>
4544
4545 * dwarf2/frame.c (struct dwarf2_fde_table): Remove.
4546 (dwarf2_fde_table): Typedef for std::vector.
4547 (dwarf2_frame_objfile_data): Remove the deleter. Now static.
4548 (dwarf2_frame_find_fde, add_fde, decode_frame_entry_1)
4549 (decode_frame_entry): Update.
4550 (dwarf2_build_frame_info): Use "new".
4551
7559c217
CB
45522020-02-12 Christian Biesinger <cbiesinger@google.com>
4553
4554 * arm-tdep.c (arm_gdbarch_init): Update.
4555 * arm-tdep.h (struct gdbarch_tdep) <have_fpa_registers,
4556 have_wmmx_registers, have_vfp_pseudos, have_neon_pseudos,
4557 have_neon, is_m>: Change to bool.
4558
aeefc73c
CB
45592020-02-12 Christian Biesinger <cbiesinger@google.com>
4560
4561 * arm-tdep.c (arm_dump_tdep): Print more fields of tdep.
4562
d27b8e5f
TT
45632020-02-12 Tom Tromey <tom@tromey.com>
4564
4565 * dwarf2/loc.c (struct dwarf_expr_baton): Remove.
4566
cd5900f3
HD
45672020-02-12 Hannes Domani <ssbssa@yahoo.de>
4568
4569 * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.
4570 (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.
4571
f056b22b
TT
45722020-02-11 Tom Tromey <tom@tromey.com>
4573
4574 * psymtab.h: Update comment.
4575
f92ff6b5
TT
45762020-02-11 Tom Tromey <tom@tromey.com>
4577
4578 * gdb_obstack.h (struct auto_obstack): Use
4579 DISABLE_COPY_AND_ASSIGN.
4580
3fd6912b
TT
45812020-02-11 Tom Tromey <tom@tromey.com>
4582
4583 * dwarf2/frame.h (struct objfile): Don't forward declare.
4584
69ed9b74
CB
45852020-02-11 Christian Biesinger <cbiesinger@google.com>
4586
4587 * cris-tdep.c (cris_supply_gregset): Change signature to match
4588 what struct regset expects.
4589 (cris_regset): New struct.
4590 (fetch_core_registers): Remove.
4591 (cris_iterate_over_regset_sections): New function.
4592 (_initialize_cris_tdep): Don't call deprecated_add_core_fns.
4593 (cris_gdbarch_init): Call set_gdbarch_iterate_over_regset_sections.
4594
bda874f6
CB
45952020-02-11 Christian Biesinger <cbiesinger@google.com>
4596
4597 * arch/arm.h (enum gdb_regnum): Add comment for the FP0..7
4598 registers.
4599
754e1564
CB
46002020-02-11 Christian Biesinger <cbiesinger@google.com>
4601
4602 * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
4603
8ddd8e0e
SM
46042020-02-11 Simon Marchi <simon.marchi@efficios.com>
4605
4606 * configure: Re-generate.
4607
898e7f60
SM
46082020-02-11 Simon Marchi <simon.marchi@efficios.com>
4609
4610 * configure: Re-generate.
4611
58df732b
SM
46122020-02-11 Simon Marchi <simon.marchi@efficios.com>
4613
4614 * acinclude: Update warning.m4 path.
4615 * warning.m4: Move to gdbsupport.
4616
da5bd37e
TT
46172020-02-11 Tom Tromey <tromey@adacore.com>
4618
4619 * remote.c (remote_console_output): Update.
4620 * printcmd.c (printf_command): Update.
4621 * event-loop.c (gdb_wait_for_event): Update.
4622 * linux-nat.c (sigchld_handler): Update.
4623 * remote-sim.c (gdb_os_write_stdout): Update.
4624 (gdb_os_flush_stdout): Update.
4625 (gdb_os_flush_stderr): Update.
4626 (gdb_os_write_stderr): Update.
4627 * exceptions.c (print_exception): Update.
4628 * remote-fileio.c (remote_fileio_func_read): Update.
4629 (remote_fileio_func_write): Update.
4630 * tui/tui.c (tui_enable): Update.
4631 * tui/tui-interp.c (tui_interp::init): Update.
4632 * utils.c (init_page_info): Update.
4633 (putchar_unfiltered, fputc_unfiltered): Update.
4634 (gdb_flush): Update.
4635 (emit_style_escape): Update.
4636 (flush_wrap_buffer, fputs_maybe_filtered): Update.
4637 * ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
4638 (ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
4639 (stderr_file::write): Update.
4640 (stderr_file::puts): Update.
4641 * ui-file.h (ui_file_isatty, ui_file_write)
4642 (ui_file_write_async_safe, ui_file_read, ui_file_flush)
4643 (ui_file_puts): Don't declare.
4644
85f0dd3c
TV
46452020-02-10 Tom de Vries <tdevries@suse.de>
4646
4647 * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL
4648 sentinel to char *.
4649
2e927613
TV
46502020-02-09 Tom de Vries <tdevries@suse.de>
4651
4652 * dwarf2read.c (process_psymtab_comp_unit_reader): Append CU offset to
4653 filename if it matches "<artificial>".
4654
6bafc845
HD
46552020-02-09 Hannes Domani <ssbssa@yahoo.de>
4656
4657 * windows-tdep.c (struct enum_value_name): New struct.
4658 (create_enum): New function.
4659 (windows_get_siginfo_type): Create and use enum types.
4660
7928d571
HD
46612020-02-09 Hannes Domani <ssbssa@yahoo.de>
4662
4663 * NEWS: Mention $_siginfo support for Windows.
4664 * windows-nat.c (handle_exception): Set siginfo_er.
4665 (windows_nat_target::mourn_inferior): Reset siginfo_er.
4666 (windows_xfer_siginfo): New function.
4667 (windows_nat_target::xfer_partial): Call windows_xfer_siginfo.
4668 * windows-tdep.c (struct windows_gdbarch_data): New struct.
4669 (init_windows_gdbarch_data): New function.
4670 (get_windows_gdbarch_data): New function.
4671 (windows_get_siginfo_type): New function.
4672 (windows_init_abi): Register windows_get_siginfo_type.
4673 (_initialize_windows_tdep): Register init_windows_gdbarch_data.
4674
6751ebae
TT
46752020-02-08 Tom Tromey <tom@tromey.com>
4676
4677 * dwarf2/read.c (class cutu_reader) <cutu_reader,
4678 init_tu_and_read_dwo_dies>: Remove "keep" parameter.
4679 <keep>: Declare method.
4680 <m_keep>: Remove member.
4681 <~cutu_reader>: Remove.
4682 (cutu_reader::init_tu_and_read_dwo_dies): Update.
4683 (cutu_reader::cutu_reader): Update.
4684 (cutu_reader::keep): Rename from ~cutu_reader.
4685 (process_psymtab_comp_unit, build_type_psymtabs_1)
4686 (process_skeletonless_type_unit, load_partial_comp_unit)
4687 (load_full_comp_unit, dwarf2_read_addr_index)
4688 (read_signatured_type): Update.
4689
135f5437
TT
46902020-02-08 Tom Tromey <tom@tromey.com>
4691
4692 * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
4693 "want_partial_unit" parameter.
4694 (process_psymtab_comp_unit): Change want_partial_unit to bool.
4695 Inline check for DW_TAG_partial_unit.
4696 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
4697
9f66ff1c
TT
46982020-02-08 Tom Tromey <tom@tromey.com>
4699
4700 * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
4701 read.c.
4702 * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
4703 read.c.
4704
c8a7a66f
TT
47052020-02-08 Tom Tromey <tom@tromey.com>
4706
4707 * dwarf2/read.c (read_address): Move to comp-unit.c.
4708 (dwarf2_rnglists_process, dwarf2_ranges_process)
4709 (read_attribute_value, dwarf_decode_lines_1)
4710 (var_decode_location, decode_locdesc): Update.
4711 * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
4712 read.c. Remove "cu" parameter.
4713 * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
4714 method.
4715
8266302d
TT
47162020-02-08 Tom Tromey <tom@tromey.com>
4717
4718 * dwarf2/read.c (read_attribute_value, read_indirect_string)
4719 (read_indirect_line_string): Update.
4720 * dwarf2/comp-unit.c (read_offset): Remove.
4721 (read_comp_unit_head): Update.
4722 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
4723 method.
4724 (read_offset): Don't declare.
4725
4057dfde
TT
47262020-02-08 Tom Tromey <tom@tromey.com>
4727
4728 * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
4729 * dwarf2/read.c (struct comp_unit_head): Move to
4730 dwarf2/comp-unit.h.
4731 (enum class rcuh_kind): Move to comp-unit.h.
4732 (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
4733 (read_comp_unit_head, error_check_comp_unit_head)
4734 (read_and_check_comp_unit_head): Move to comp-unit.c.
4735 (read_offset, dwarf_unit_type_name): Likewise.
4736 (create_debug_type_hash_table, read_cutu_die_from_dwo)
4737 (cutu_reader::cutu_reader, read_call_site_scope)
4738 (find_partial_die, follow_die_offset): Update.
4739 * dwarf2/comp-unit.h: New file, from dwarf2read.c.
4740
24aa364d
TT
47412020-02-08 Tom Tromey <tom@tromey.com>
4742
4743 * dwarf2/read.c (read_offset_1): Move to leb.c.
4744 (read_abbrev_offset, read_offset, dwarf_decode_line_header)
4745 (dwarf_decode_macro_bytes): Update.
4746 * dwarf2/leb.c (read_offset): Rename; move from read.c.
4747 * dwarf2/leb.h (read_offset): Declare.
4748
2c7d5afc
TT
47492020-02-08 Tom Tromey <tom@tromey.com>
4750
4751 * dwarf2/read.c (dwarf2_section_size): Remove.
4752 (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
4753 Update.
4754 * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
4755
4075cb26
TT
47562020-02-08 Tom Tromey <tom@tromey.com>
4757
4758 * dwarf2/read.c (read_initial_length): Move to leb.c.
4759 * dwarf2/leb.h (read_initial_length): Declare.
4760 * dwarf2/leb.c (read_initial_length): Move from read.c. Add
4761 handle_nonstd parameter.
4762 * dwarf2/frame.c (read_initial_length): Remove.
4763 (decode_frame_entry_1): Update.
4764
09ba997f
TT
47652020-02-08 Tom Tromey <tom@tromey.com>
4766
4767 * dwarf2/loc.c (dwarf2_find_location_expression)
4768 (dwarf_evaluate_loc_desc::get_tls_address)
4769 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
4770 (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
4771 (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
4772 (dwarf2_compile_property_to_c)
4773 (dwarf2_loc_desc_get_symbol_read_needs)
4774 (dwarf2_compile_expr_to_ax, locexpr_describe_location)
4775 (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
4776 (loclist_describe_location, loclist_tracepoint_var_ref)
4777 (loclist_generate_c_location): Update.
4778 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
4779 * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
4780 (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
4781 (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
4782 * dwarf2/read.c (dwarf2_per_cu_data::objfile)
4783 (dwarf2_per_cu_data::addr_size)
4784 (dwarf2_per_cu_data::ref_addr_size)
4785 (dwarf2_per_cu_data::text_offset)
4786 (dwarf2_per_cu_data::addr_type): Now methods.
4787 (per_cu_header_read_in): Make per_cu "const".
4788 (dwarf2_version): Remove.
4789 (dwarf2_per_cu_data::int_type): Now a method.
4790 (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
4791 (set_die_type, read_array_type, read_subrange_index_type)
4792 (read_tag_string_type, read_subrange_type): Update.
4793 * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
4794 offset_size, ref_addr_size, text_offset, addr_type, version,
4795 objfile, int_type, addr_sized_int_type>: Declare methods.
4796
96c738c0
TT
47972020-02-08 Tom Tromey <tom@tromey.com>
4798
4799 * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
4800 Move earlier.
4801
8fdd972c
TT
48022020-02-08 Tom Tromey <tom@tromey.com>
4803
4804 * dwarf2/read.h (dwarf_line_debug): Declare.
4805 * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
4806 * dwarf2/read.c: Move line_header code to new files.
4807 (dwarf_line_debug): No longer static.
4808 * dwarf2/line-header.c: New file.
4809 * dwarf2/line-header.h: New file.
4810
03075812
TT
48112020-02-08 Tom Tromey <tom@tromey.com>
4812
4813 * dwarf2/read.c (struct line_header) <file_full_name,
4814 file_file_name>: Return unique_xmalloc_ptr.
4815 (line_header::file_file_name): Update.
4816 (line_header::file_full_name): Update.
4817 (dw2_get_file_names_reader): Update.
4818 (macro_start_file): Update.
4819
bb822404
TT
48202020-02-08 Tom Tromey <tom@tromey.com>
4821
4822 * dwarf2/read.c (struct line_header) <file_full_name,
4823 file_file_name>: Declare methods.
4824 (dw2_get_file_names_reader): Update.
4825 (file_file_name): Now a method.
4826 (file_full_name): Likewise.
4827 (macro_start_file): Update.
4828
009b64fc
TT
48292020-02-08 Tom Tromey <tom@tromey.com>
4830
4831 * dwarf2/read.c (dwarf_always_disassemble)
4832 (show_dwarf_always_disassemble): Move to loc.c.
4833 (_initialize_dwarf2_read): Move "always-disassemble" registration
4834 to loc.c.
4835 * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
4836 * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c. Now
4837 static.
4838 (show_dwarf_always_disassemble): Move from read.c.
4839 (_initialize_dwarf2loc): Move always-disassemble from read.c.
4840
5895093f
TT
48412020-02-08 Tom Tromey <tom@tromey.com>
4842
4843 * dwarf2/read.c (~dwarf2_per_objfile): Update.
4844 (create_quick_file_names_table): Return htab_up.
4845 (dw2_get_file_names_reader, dw2_forget_cached_source_info):
4846 Update.
4847 * dwarf2/read.h (struct dwarf2_per_objfile)
4848 <quick_file_names_table>: Now htab_up.
4849
b3b32279
TT
48502020-02-08 Tom Tromey <tom@tromey.com>
4851
4852 * dwarf2/abbrev.c (abbrev_table::read): Simplify.
4853
1d33d811
TT
48542020-02-08 Tom Tromey <tom@tromey.com>
4855
4856 * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
4857 Rewrite.
4858 (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
4859 * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
4860 (abbrev_table::abbrev_table): No longer inline.
4861 (ABBREV_HASH_SIZE): Remove.
4862 (abbrev_table::m_abbrevs): Now an htab_up.
4863
86de1d91
TT
48642020-02-08 Tom Tromey <tom@tromey.com>
4865
4866 * dwarf2/read.c (read_cutu_die_from_dwo): Update.
4867 (cutu_reader): Update.
4868 (build_type_psymtabs_1): Update.
4869 * dwarf2/abbrev.c (abbrev_table::read): Rename.
4870 (abbrev_table::alloc_abbrev): Update.
4871 * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
4872 (abbrev_table::read): New static method, renamed from
4873 abbrev_table_read_table.
4874 (abbrev_table::alloc_abbrev)
4875 (abbrev_table::add_abbrev): Now private.
4876 (abbrev_table::abbrev_table): Now private.
4877 (abbrev_table::m_abbrev_obstack): Now private. Rename.
4878
0335378b
TT
48792020-02-08 Tom Tromey <tom@tromey.com>
4880
4881 * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
4882 * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
4883 htab_up.
4884
48b490f2
TT
48852020-02-08 Tom Tromey <tom@tromey.com>
4886
4887 * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
4888 htab_up.
4889 (lookup_dwo_unit_in_dwp): Update.
4890 (allocate_dwp_loaded_cutus_table): Return htab_up. Don't allocate
4891 on obstack.
4892
bc68fb19
TT
48932020-02-08 Tom Tromey <tom@tromey.com>
4894
4895 * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
4896 obstack.
4897
d15acc42
TT
48982020-02-08 Tom Tromey <tom@tromey.com>
4899
4900 * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
4901 line_header_hash.
4902 (handle_DW_AT_stmt_list): Update. Don't allocate on obstack.
4903 * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
4904 Change type to htab_up.
4905
eaa5fa8b
TT
49062020-02-08 Tom Tromey <tom@tromey.com>
4907
4908 * dwarf2/read.c (allocate_type_unit_groups_table): Return
4909 htab_up. Don't allocate on obstack.
4910 (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
4911 * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
4912 Change type to htab_up.
4913
b0b6a987
TT
49142020-02-08 Tom Tromey <tom@tromey.com>
4915
4916 * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
4917 Change type to htab_up.
4918 * dwarf2/read.c (create_signatured_type_table_from_index)
4919 (create_signatured_type_table_from_debug_names)
4920 (create_all_type_units, add_type_unit)
4921 (lookup_dwo_signatured_type, lookup_signatured_type)
4922 (process_skeletonless_type_unit): Update.
4923 (create_debug_type_hash_table, create_debug_types_hash_table):
4924 Change type of types_htab.
4925 (allocate_signatured_type_table, allocate_dwo_unit_table): Return
4926 htab_up. Don't allocate on obstack.
4927 (create_cus_hash_table): Change type of cus_htab parameter.
4928 (struct dwo_file) <cus, tus>: Now htab_up.
4929 (lookup_dwo_signatured_type, lookup_dwo_cutu)
4930 (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
4931 (queue_and_load_all_dwo_tus): Update.
4932 * dwarf2/index-write.c (write_gdbindex): Update.
4933 (write_debug_names): Update.
4934
39856def
TT
49352020-02-08 Tom Tromey <tom@tromey.com>
4936
4937 * dwarf2/read.h (struct dwarf2_queue_item): Move from
4938 dwarf2/read.c. Remove "next" member. Add constructor ntad
4939 destructor.
4940 (struct dwarf2_per_objfile) <queue>: New member.
4941 * dwarf2/read.c (struct dwarf2_queue_item): Move to
4942 dwarf2/read.h.
4943 (dwarf2_queue, dwarf2_queue_tail): Remove.
4944 (class dwarf2_queue_guard): Add parameter to constructor. Use
4945 DISABLE_COPY_AND_ASSIGN.
4946 <m_per_objfile>: New member.
4947 <~dwarf2_queue_guard>: Rewrite.
4948 (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
4949 Update.
4950 (~dwarf2_queue_item): New.
4951
3e225074
TT
49522020-02-08 Tom Tromey <tom@tromey.com>
4953
4954 * dwarf2/read.c (struct die_info) <has_children>: New member.
4955 (dw2_get_file_names_reader): Remove has_children.
4956 (dw2_get_file_names): Update.
4957 (read_cutu_die_from_dwo): Remove has_children.
4958 (cutu_reader::init_tu_and_read_dwo_dies)
4959 (cutu_reader::cutu_reader): Update.
4960 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
4961 Remove has_children.
4962 (build_type_psymtabs_1, process_skeletonless_type_unit)
4963 (load_partial_comp_unit, load_full_comp_unit): Update.
4964 (create_dwo_cu_reader): Remove has_children.
4965 (create_cus_hash_table, read_die_and_children): Update.
4966 (read_full_die_1,read_full_die): Remove has_children.
4967 (read_signatured_type): Update.
4968 (class cutu_reader) <has_children>: Remove.
4969
82ca8957
TT
49702020-02-08 Tom Tromey <tom@tromey.com>
4971
4972 * dwarf2/expr.c: Rename from dwarf2expr.c.
4973 * dwarf2/expr.h: Rename from dwarf2expr.h.
4974 * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
4975 * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
4976 * dwarf2/frame.c: Rename from dwarf2-frame.c.
4977 * dwarf2/frame.h: Rename from dwarf2-frame.h.
4978 * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
4979 * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
4980 * dwarf2/index-common.c: Rename from dwarf-index-common.c.
4981 * dwarf2/index-common.h: Rename from dwarf-index-common.h.
4982 * dwarf2/index-write.c: Rename from dwarf-index-write.c.
4983 * dwarf2/index-write.h: Rename from dwarf-index-write.h.
4984 * dwarf2/loc.c: Rename from dwarf2loc.c.
4985 * dwarf2/loc.h: Rename from dwarf2loc.h.
4986 * dwarf2/read.c: Rename from dwarf2read.c.
4987 * dwarf2/read.h: Rename from dwarf2read.h.
4988 * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
4989 amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
4990 compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
4991 compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
4992 gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
4993 hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
4994 i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
4995 m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
4996 msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
4997 riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
4998 s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
4999 sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
5000 tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
5001 Update.
5002 * Makefile.in (COMMON_SFILES): Update.
5003 (HFILES_NO_SRCDIR): Update.
5004
9e35d499
TT
50052020-02-08 Tom Tromey <tom@tromey.com>
5006
5007 * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
5008 (init_cu_die_reader, read_cutu_die_from_dwo): Update.
5009
1eba2311
TT
50102020-02-08 Tom Tromey <tom@tromey.com>
5011
5012 * dwarf2read.h (struct die_info): Don't declare.
5013
e41c2da2
TT
50142020-02-08 Tom Tromey <tom@tromey.com>
5015
5016 * dwarf2read.h (die_info_ptr): Remove typedef.
5017
4fc6c0d5
TT
50182020-02-08 Tom Tromey <tom@tromey.com>
5019
5020 * dwarf2read.c (read_call_site_scope)
5021 (handle_data_member_location, dwarf2_add_member_fn)
5022 (mark_common_block_symbol_computed, read_common_block)
5023 (attr_to_dynamic_prop, partial_die_info::read)
5024 (var_decode_location, dwarf2_fetch_die_loc_sect_off)
5025 (dwarf2_symbol_mark_computed, set_die_type): Update.
5026 * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
5027 method.
5028 (attr_form_is_block): Don't declare.
5029 * dwarf2/attribute.c (attribute::form_is_block): Now a method.
5030
cd6c91b4
TT
50312020-02-08 Tom Tromey <tom@tromey.com>
5032
5033 * dwarf2read.c (dwarf2_find_base_address, )
5034 (read_call_site_scope, rust_containing_type)
5035 (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
5036 (handle_data_member_location, dwarf2_add_member_fn)
5037 (get_alignment, read_structure_type, process_structure_scope)
5038 (mark_common_block_symbol_computed, read_common_block)
5039 (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
5040 (partial_die_info::read, read_attribute_value, new_symbol)
5041 (lookup_die_type, dwarf2_get_ref_die_offset)
5042 (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
5043 (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
5044 (dwarf2_symbol_mark_computed): Update.
5045 * dwarf2/attribute.h (struct attribute) <value_as_address,
5046 form_is_section_offset, form_is_constant, form_is_ref>: Declare
5047 methods.
5048 (value_as_address, attr_form_is_section_offset)
5049 (attr_form_is_constant, attr_form_is_ref): Don't declare.
5050 * dwarf2/attribute.c (attribute::value_as_address)
5051 (attribute::form_is_section_offset, attribute::form_is_constant)
5052 (attribute::form_is_ref): Now methods.
5053
162dce55
TT
50542020-02-08 Tom Tromey <tom@tromey.com>
5055
5056 * dwarf2read.c (struct attribute, DW_STRING)
5057 (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
5058 (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
5059 (attr_form_is_block, attr_form_is_section_offset)
5060 (attr_form_is_constant, attr_form_is_ref): Move.
5061 * dwarf2/attribute.h: New file.
5062 * dwarf2/attribute.c: New file, from dwarf2read.c.
5063 * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
5064
3054dd54
TT
50652020-02-08 Tom Tromey <tom@tromey.com>
5066
5067 * dwarf2read.c (abbrev_table_up, struct abbrev_info)
5068 (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
5069 Move.
5070 (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
5071 (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
5072 (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
5073 abbrev.c.
5074 * dwarf2/abbrev.h: New file.
5075 * dwarf2/abbrev.c: New file, from dwarf2read.c.
5076 * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
5077
96b79293
TT
50782020-02-08 Tom Tromey <tom@tromey.com>
5079
5080 * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
5081 (dwarf2_section_size, dwarf2_get_section_info)
5082 (create_signatured_type_table_from_debug_names)
5083 (create_addrmap_from_aranges, read_debug_names_from_section)
5084 (get_gdb_index_contents_from_section, read_comp_unit_head)
5085 (error_check_comp_unit_head, read_abbrev_offset)
5086 (create_debug_type_hash_table, init_cu_die_reader)
5087 (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
5088 (read_comp_units_from_section, create_cus_hash_table)
5089 (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
5090 (create_dwp_v2_section, dwarf2_rnglists_process)
5091 (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
5092 (abbrev_table_read_table, read_indirect_string_at_offset_from)
5093 (read_indirect_string_from_dwz, read_addr_index_1)
5094 (read_str_index, dwarf_decode_line_header, skip_form_bytes)
5095 (dwarf_decode_macro_bytes, dwarf_decode_macros)
5096 (fill_in_loclist_baton): Update.
5097 * dwarf2/section.h (struct dwarf2_section_info) <get_name,
5098 get_containing_section, get_bfd_owner, get_bfd_section,
5099 get_file_name, get_id, get_flags, empty, read>: Declare methods.
5100 (dwarf2_read_section, get_section_name, get_section_file_name)
5101 (get_containing_section, get_section_bfd_owner)
5102 (get_section_bfd_section, get_section_name, get_section_file_name)
5103 (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
5104 declare.
5105 * dwarf2/section.c (dwarf2_section_info::get_containing_section)
5106 (dwarf2_section_info::get_bfd_owner)
5107 (dwarf2_section_info::get_bfd_section)
5108 (dwarf2_section_info::get_name)
5109 (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
5110 (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
5111 (dwarf2_section_info::read): Now methods.
5112 * dwarf-index-write.c (class debug_names): Update.
5113
2c86cff9
TT
51142020-02-08 Tom Tromey <tom@tromey.com>
5115
5116 * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
5117 Move to dwarf2/section.h.
5118 * dwarf2read.c (get_containing_section, get_section_bfd_owner)
5119 (get_section_bfd_section, get_section_name)
5120 (get_section_file_name, get_section_id, get_section_flags)
5121 (dwarf2_section_empty_p, dwarf2_read_section): Moe to
5122 dwarf2/section.c.
5123 * dwarf2/section.h: New file.
5124 * dwarf2/section.c: New file, from dwarf2read.c.
5125 * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
5126
f4382c45
TT
51272020-02-08 Tom Tromey <tom@tromey.com>
5128
5129 * dwarf2read.h (read_unsigned_leb128): Don't declare.
5130 * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
5131 (read_2_signed_bytes, read_3_bytes, read_4_bytes)
5132 (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
5133 (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
5134 * dwarf2/leb.h: New file, from dwarf2read.c.
5135 * dwarf2/leb.c: New file, from dwarf2read.c.
5136 * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
5137 Remove.
5138 * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
5139 (COMMON_SFILES): Add dwarf2/leb.c.
5140
01840b7a
JB
51412020-02-08 Joel Brobecker <brobecker@adacore.com>
5142
5143 GDB 9.1 released.
5144
dfcb27e4
IB
51452020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
5146
5147 PR gdb/25190:
aac66a4c
SM
5148 * gdb/remote-sim.c (gdb_os_write_stderr): Update.
5149 * gdb/remote.c (remote_console_output): Update.
5150 * gdb/ui-file.c (fputs_unfiltered): Rename to...
5151 (ui_file_puts): ...this.
5152 * gdb/ui-file.h (ui_file_puts): Add declaration.
5153 * gdb/utils.c (emit_style_escape): Update.
5154 (flush_wrap_buffer): Update.
5155 (fputs_maybe_filtered): Update.
5156 (fputs_unfiltered): Add function.
dfcb27e4 5157
faa17681
IB
51582020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
5159
aac66a4c
SM
5160 * gdb/event-loop.c (gdb_wait_for_event): Update.
5161 * gdb/printcmd.c (printf_command): Update.
5162 * gdb/remote-fileio.c (remote_fileio_func_write): Update.
5163 * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
5164 (gdb_os_flush_stderr): Update.
5165 * gdb/remote.c (remote_console_output): Update.
5166 * gdb/ui-file.c (gdb_flush): Rename to...
5167 (ui_file_flush): ...this.
5168 (stderr_file::write): Update.
5169 (stderr_file::puts): Update.
5170 * gdb/ui-file.h (gdb_flush): Rename to...
5171 (ui_file_flush): ...this.
5172 * gdb/utils.c (gdb_flush): Add function.
5173 * gdb/utils.h (gdb_flush): Add declaration.
faa17681 5174
5abbbe1d
TT
51752020-02-07 Tom Tromey <tromey@adacore.com>
5176
5177 PR breakpoints/24915:
5178 * source.c (find_and_open_source): Do not check basenames_may_differ.
5179
919adfe8
TT
51802020-02-07 Tom Tromey <tom@tromey.com>
5181
5182 * README: Update gdbserver documentation.
5183 * gdbserver: Move to top level.
5184 * configure.tgt (build_gdbserver): Remove.
5185 * configure.ac: Remove --enable-gdbserver.
5186 * configure: Rebuild.
5187 * Makefile.in (distclean): Don't mention gdbserver.
5188
1d5d29e7
SV
51892020-02-06 Shahab Vahedi <shahab@synopsys.com>
5190
5191 * source-cache.c (source_cache::ensure): Surround
5192 get_plain_source_lines with a try/catch.
5193 (source_cache::get_line_charpos): Get rid of try/catch
5194 and only check for the return value of "ensure".
5195 * tui/tui-source.c (tui_source_window::set_contents):
5196 Simplify "nlines" calculation.
5197
6eb1129c
SV
51982020-02-06 Shahab Vahedi <shahab@synopsys.com>
5199
5200 * MAINTAINERS (Write After Approval): Add myself.
5201
c6a42d11
CB
52022020-02-05 Christian Biesinger <cbiesinger@google.com>
5203
5204 * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
5205 function call.
5206
c8ecdda6
CB
52072020-02-05 Christian Biesinger <cbiesinger@google.com>
5208
5209 * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
5210
f6480e70
MR
52112020-02-05 Maciej W. Rozycki <macro@wdc.com>
5212
5213 * nat/riscv-linux-tdesc.h: New file.
5214 * nat/riscv-linux-tdesc.c: New file, taking code from...
5215 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
5216 ... here.
5217 * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
5218 NATDEPFILES.
5219
dcc9fbc6
AB
52202020-02-04 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
5223 we don't set the fake simulator ptid to the null_ptid.
5224
719546c4
SM
52252020-02-03 Simon Marchi <simon.marchi@efficios.com>
5226
5227 * fork-child.c (gdb_startup_inferior): Use bool instead of int.
5228 * gdbthread.h (class thread_info) <resumed>: Likewise.
5229 * infrun.c (resume_1): Likewise.
5230 (proceed): Likewise.
5231 (infrun_thread_stop_requested): Likewise.
5232 (stop_all_threads): Likewise.
5233 (handle_inferior_event): Likewise.
5234 (restart_threads): Likewise.
5235 (finish_step_over): Likewise.
5236 (keep_going_stepped_thread): Likewise.
5237 * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
5238 (linux_handle_extended_wait): Likewise.
5239 * record-btrace.c (get_thread_current_frame_id): Likewise.
5240 * record-full.c (record_full_wait_1): Likewise.
5241 * remote.c (remote_target::process_initial_stop_replies): Likewise.
5242 * target.c (target_resume): Likewise.
5243 * thread.c (set_running_thread): Likewise.
5244
e409c542
AKS
52452020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5246
5247 * f-valprint.c (f77_print_array_1): Changed datatype of index
5248 variable to LONGEST from int to enable it to contain bound
5249 values correctly.
5250
ee98c0da
MR
52512020-02-03 Maciej W. Rozycki <macro@wdc.com>
5252
5253 * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
5254 (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
5255 offsets according to FLEN determined.
5256 (riscv_linux_nat_target::read_description): Determine FLEN
5257 dynamically.
5258 (riscv_linux_nat_target::fetch_registers): Size regset buffer
5259 according to FLEN determined.
5260 (riscv_linux_nat_target::store_registers): Likewise.
5261
aa66aac4
SV
52622020-02-01 Shahab Vahedi <shahab@synopsys.com>
5263
5264 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
5265 when reg->group is empty and reggroup is not.
5266
fd9faca8
TT
52672020-01-31 Tom Tromey <tromey@adacore.com>
5268
5269 * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
5270 Call beneath target's mourn_inferior after unpushing.
5271
42330a68
AB
52722020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5273
5274 PR tui/9765
5275 * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
5276 have enough lines to fill the screen, still return the lowest
5277 address we found.
5278
7a27a45b
AB
52792020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5280
5281 * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
5282 '-', '<', and '>' commands.
5283
c47f70e2
PA
52842020-01-29 Pedro Alves <palves@redhat.com>
5285 Sergio Durigan Junior <sergiodj@redhat.com>
5286
5287 * infcmd.c (construct_inferior_arguments): Assert that
5288 'argc' is greater than 0.
5289
5133a315
LM
52902020-01-29 Luis Machado <luis.machado@linaro.org>
5291
5292 * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
5293 (BRK_INSN_MASK): Define to 0xd4200000.
5294 (aarch64_program_breakpoint_here_p): New function.
5295 (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
5296 * arch-utils.c (default_program_breakpoint_here_p): Moved from
5297 breakpoint.c.
5298 * arch-utils.h (default_program_breakpoint_here_p): Moved from
5299 breakpoint.h
5300 * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
5301 call gdbarch_program_breakpoint_here_p.
5302 (program_breakpoint_here): Moved to arch-utils.c, renamed to
5303 default_program_breakpoint_here_p, changed return type to bool and
5304 simplified.
5305 * breakpoint.h (program_breakpoint_here): Moved prototype to
5306 arch-utils.h, renamed to default_program_breakpoint_here_p and changed
5307 return type to bool.
5308 * gdbarch.c: Regenerate.
5309 * gdbarch.h: Regenerate.
5310 * gdbarch.sh (program_breakpoint_here_p): New method.
5311 * infrun.c (handle_signal_stop): Call
5312 gdbarch_program_breakpoint_here_p.
5313
168f8c6b
TT
53142020-01-26 Tom Tromey <tom@tromey.com>
5315
5316 * ctfread.c (struct ctf_fp_info): Reindent.
5317 (_initialize_ctfread): Remove.
5318
128a391f
TT
53192020-01-26 Tom Tromey <tom@tromey.com>
5320
5321 * psymtab.c (partial_map_expand_apply)
5322 (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
5323 (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
5324 (psym_print_stats, psym_expand_symtabs_for_function)
5325 (psym_map_symbol_filenames, psym_map_matching_symbols)
5326 (psym_expand_symtabs_matching)
5327 (partial_symtab::read_dependencies, maintenance_info_psymtabs)
5328 (maintenance_check_psymtabs): Use new methods.
5329 * psympriv.h (struct partial_symtab) <readin_p,
5330 get_compunit_symtab>: New methods.
5331 <readin, compunit_symtab>: Remove members.
5332 (struct standard_psymtab): New.
5333 (struct legacy_psymtab): Derive from standard_psymtab.
5334 * dwarf2read.h (struct dwarf2_psymtab): Derive from
5335 standard_psymtab.
5336 * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
5337
0494dbec
TT
53382020-01-26 Tom Tromey <tom@tromey.com>
5339
5340 * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
5341 read_dependencies. Add assert.
5342 * psymtab.c (partial_symtab::read_dependencies): New method.
5343 * psympriv.h (struct partial_symtab) <read_dependencies>: New
5344 method.
5345 * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
5346 * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
5347 read_dependencies.
5348 * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
5349 Add assert.
5350
8566b89b
TT
53512020-01-26 Tom Tromey <tom@tromey.com>
5352
5353 * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
5354 Call expand_psymtab.
5355 (xcoff_read_symtab): Call expand_psymtab.
5356 (xcoff_start_psymtab, xcoff_end_psymtab): Set
5357 legacy_expand_psymtab.
5358 * psympriv.h (struct partial_symtab) <expand_psymtab>: New
5359 method.
5360 (struct legacy_psymtab) <expand_psymtab>: Implement.
5361 <legacy_expand_psymtab>: New member.
5362 * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
5363 (parse_partial_symbols): Set legacy_expand_psymtab.
5364 (psymtab_to_symtab_1): Change argument order. Call
5365 expand_psymtab.
5366 (new_psymtab): Set legacy_expand_psymtab.
5367 * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
5368 * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
5369 expand_psymtab.
5370 (dwarf2_psymtab::expand_psymtab): Rename from
5371 psymtab_to_symtab_1. Call expand_psymtab.
5372 * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
5373 (dbx_end_psymtab): Likewise.
5374 (dbx_psymtab_to_symtab_1): Change argument order. Call
5375 expand_psymtab.
5376 (dbx_read_symtab): Call expand_psymtab.
5377 * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
5378 (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
5379 (ctf_psymtab::read_symtab): Call expand_psymtab.
5380
077cbab2
TT
53812020-01-26 Tom Tromey <tom@tromey.com>
5382
5383 * xcoffread.c (xcoff_read_symtab): Remove prints. Add assert.
5384 * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
5385 messages.
5386 * mdebugread.c (mdebug_read_symtab): Remove prints.
5387 * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints. Add
5388 assert.
5389 * dbxread.c (dbx_read_symtab): Remove prints. Add assert.
5390
891813be
TT
53912020-01-26 Tom Tromey <tom@tromey.com>
5392
5393 * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
5394 (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
5395 (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
5396 legacy_symtab.
5397 * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
5398 * psymtab.c (psymtab_to_symtab): Call method.
5399 (dump_psymtab): Update.
5400 * psympriv.h (struct partial_symtab): Add virtual destructor.
5401 <read_symtab>: New method.
5402 (struct legacy_symtab): New.
5403 * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
5404 (struct pst_map) <pst>: Now a legacy_psymtab.
5405 (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
5406 (new_psymtab): Use legacy_psymtab.
5407 * dwarf2read.h (struct dwarf2_psymtab): New.
5408 (struct dwarf2_per_cu_data) <psymtab>: Use it.
5409 * dwarf2read.c (dwarf2_create_include_psymtab)
5410 (dwarf2_build_include_psymtabs, create_type_unit_group)
5411 (create_partial_symtab, process_psymtab_comp_unit_reader)
5412 (build_type_psymtabs_reader, build_type_psymtab_dependencies)
5413 (set_partial_user): Use dwarf2_psymtab.
5414 (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
5415 (psymtab_to_symtab_1, process_full_comp_unit)
5416 (process_full_type_unit, dwarf2_ranges_read)
5417 (dwarf2_get_pc_bounds, psymtab_include_file_name)
5418 (dwarf_decode_lines): Use dwarf2_psymtab.
5419 * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
5420 (add_address_entry_worker, write_one_signatured_type)
5421 (recursively_count_psymbols, recursively_write_psymbols)
5422 (write_one_signatured_type, psyms_seen_size, write_gdbindex)
5423 (write_debug_names): Likewise.
5424 * dbxread.c (struct header_file_location): Take a legacy_psymtab.
5425 <pst>: Now a legacy_psymtab.
5426 (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
5427 (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
5428 (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
5429 * ctfread.c (struct ctf_psymtab): New.
5430 (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
5431 ctf_psymtab.
5432 (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
5433 (create_partial_symtab): Return a ctf_psymtab.
5434 (scan_partial_symbols): Update.
5435
c3693a1d
TT
54362020-01-26 Tom Tromey <tom@tromey.com>
5437
5438 * xcoffread.c (xcoff_start_psymtab): Use new.
5439 * psymtab.c (partial_symtab::partial_symtab): New constructor,
5440 renamed from start_psymtab_common.
5441 * psympriv.h (struct partial_symtab): Add new constructor.
5442 (start_psymtab_common): Don't declare.
5443 * mdebugread.c (parse_partial_symbols): Use new.
5444 * dwarf2read.c (create_partial_symtab): Use new.
5445 * dbxread.c (start_psymtab): Use new.
5446 * ctfread.c (create_partial_symtab): Use new.
5447
32caafd0
TT
54482020-01-26 Tom Tromey <tom@tromey.com>
5449
5450 * xcoffread.c (xcoff_end_psymtab): Use new.
5451 * psymtab.c (start_psymtab_common): Use new.
5452 (partial_symtab::partial_symtab): Rename from allocate_psymtab.
5453 Update.
5454 * psympriv.h (struct partial_symtab): Add parameters to
5455 constructor. Don't inline.
5456 (allocate_psymtab): Don't declare.
5457 * mdebugread.c (new_psymtab): Use new.
5458 * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
5459 * dbxread.c (dbx_end_psymtab): Use new.
5460
abaa2f23
TT
54612020-01-26 Tom Tromey <tom@tromey.com>
5462
5463 * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
5464 allocate_psymtab. Update documentation.
5465 * psymtab.c (psymtab_storage::install_psymtab): Rename from
5466 allocate_psymtab. Do not use new.
5467 (allocate_psymtab): Use new. Update.
5468
6d94535f
TT
54692020-01-26 Tom Tromey <tom@tromey.com>
5470
5471 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
5472 * psymtab.c (psym_print_stats): Update.
5473 * psympriv.h (struct partial_symtab) <readin,
5474 psymtabs_addrmap_supported, anonymous>: Now bool.
5475 * mdebugread.c (psymtab_to_symtab_1): Update.
5476 * dwarf2read.c (create_type_unit_group, create_partial_symtab)
5477 (build_type_psymtabs_reader, psymtab_to_symtab_1)
5478 (process_full_comp_unit, process_full_type_unit): Update.
5479 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
5480 * ctfread.c (psymtab_to_symtab): Update.
5481
6f17252b
TT
54822020-01-26 Tom Tromey <tom@tromey.com>
5483
5484 * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
5485 * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
5486 * psymtab.c (psymtab_storage): Delete psymtabs.
5487 (psymtab_storage::allocate_psymtab): Use new.
5488 (psymtab_storage::discard_psymtab): Use delete.
5489 * psympriv.h (struct partial_symtab): Add constructor and
5490 initializers.
5491
f6f1cebc
TT
54922020-01-26 Tom Tromey <tom@tromey.com>
5493
5494 * machoread.c: Do not include psympriv.h.
5495
e47e48f6
PW
54962020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5497
5498 * NEWS: Mention the new option and the set/show commands.
5499
a2fedca9
PW
55002020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5501
5502 * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
5503 (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
5504 (validate_exec_file): New variables, enums, functions.
5505 (exec_file_locate_attach, print_section_info): Style the filenames.
5506 (_initialize_exec): Install show_exec_file_mismatch_command and
5507 set_exec_file_mismatch_command.
5508 * gdbcore.h (validate_exec_file): Declare.
5509 * infcmd.c (attach_command): Call validate_exec_file.
5510 * remote.c ( remote_target::remote_add_inferior): Likewise.
5511
7ffa82e1
AB
55122020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5513
5514 * frame.c (find_frame_sal): Move call to get_next_frame into more
5515 inner scope.
5516 * inline-frame.c (inilne_state) <inline_state>: Update argument
5517 types.
5518 (inilne_state) <skipped_symbol>: Rename to...
5519 (inilne_state) <skipped_symbols>: ...this, and change to a vector.
5520 (skip_inline_frames): Build vector of skipped symbols and use this
5521 to reate the inline_state.
5522 (inline_skipped_symbol): Add a comment and some assertions, fetch
5523 skipped symbol from the list.
5524
3d92a3e3
AB
55252020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5526
5527 * buildsym.c (lte_is_less_than): Delete.
5528 (buildsym_compunit::end_symtab_with_blockvector): Create local
5529 lambda function to sort line table entries, and use
5530 std::stable_sort instead of std::sort.
5531 * symtab.c (find_pc_sect_line): Skip backward over end of sequence
5532 markers when looking for a previous line.
5533
94a72be7
AB
55342020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * dwarf2read.c (lnp_state_machine::record_line): Include
5537 end_sequence parameter in debug print out. Record the line if we
5538 are at an end_sequence marker even if it's not the start of a
5539 statement.
5540 * symmisc.c (maintenance_print_one_line_table): Print end of
5541 sequence markers with 'END' not '0'.
5542
53af73bf
PA
55432020-01-24 Pedro Alves <palves@redhat.com>
5544
5545 PR gdb/25410
5546 * thread.c (scoped_restore_current_thread::restore): Use
5547 switch_to_inferior_no_thread.
5548 * exec.c: Include "progspace-and-thread.h".
5549 (add_target_sections, remove_target_sections):
5550 scoped_restore_current_pspace_and_thread instead of
5551 scoped_restore_current_thread.
5552 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
5553 and aspace to the inferior before calling clone_program_space.
5554 Remove stale comment.
5555
3050c6f4
CB
55562020-01-24 Christian Biesinger <cbiesinger@google.com>
5557
5558 * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
5559 (arm_netbsd_nat_target::fetch_registers): ...this.
5560 (arm_nbsd_nat_target::store_registers): Rename to...
5561 (arm_netbsd_nat_target::store_registers): ...this.
5562
73685c7e
CB
55632020-01-24 Christian Biesinger <cbiesinger@google.com>
5564
5565 * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
5566 register_t.
5567
89203d40
CB
55682020-01-24 Christian Biesinger <cbiesinger@google.com>
5569
5570 * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
5571 Update comment.
5572 * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
5573 Likewise.
5574 * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
5575 * gdbcore.h (deprecated_add_core_fns): Update comment to point to
5576 the correct replacement (iterate_over_regset_sections).
5577 * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
5578 Update comment.
5579
1ba1ac88
AB
55802020-01-24 Graham Markall <graham.markall@embecosm.com>
5581
5582 PR gdb/23718
5583 * gdb/python/python.c (execute_gdb_command): Call
5584 async_enable_stdin in catch block.
5585
f3364a6d
AB
55862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5587
5588 * event-loop.c (start_event_loop): Wrap async_enable_stdin with
5589 SWITCH_THRU_ALL_UIS.
5590
733d0a67
AB
55912020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5592
5593 PR tui/9765
5594 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
5595 comment, add extra parameter, and update to store previous symbol
5596 when appropriate.
5597 * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
5598 add extra parameter.
5599 * tui/tui-disasm.c (tui_disassemble): Update header comment,
5600 remove unneeded parameter, add try/catch around gdb_print_insn,
5601 rewrite to add items to asm_lines vector.
5602 (tui_find_backward_disassembly_start_address): New function.
5603 (tui_find_disassembly_address): Updated throughout.
5604 (tui_disasm_window::set_contents): Update for changes to
5605 tui_disassemble.
5606 (tui_disasm_window::do_scroll_vertical): No need to adjust the
5607 number of lines to scroll.
5608
b3b3bada
SM
56092020-01-23 Simon Marchi <simon.marchi@polymtl.ca>
5610
5611 * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
5612 (SECT_OFF_DATA): Likewise.
5613 (SECT_OFF_RODATA): Likewise.
5614 (SECT_OFF_TEXT): Likewise.
5615 (SECT_OFF_BSS): Likewise.
5616 (struct objfile) <text_section_offset, data_section_offset>: New
5617 methods.
5618 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
5619 objfile::text_section_offset.
5620 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
5621 * coffread.c (coff_symtab_read): Likewise.
5622 (enter_linenos): Likewise.
5623 (process_coff_symbol): Likewise.
5624 * ctfread.c (get_objfile_text_range): Likewise.
5625 * dtrace-probe.c (dtrace_probe::get_relocated_address):
5626 Use objfile::data_section_offset.
5627 * dwarf2-frame.c (execute_cfa_program): Use
5628 objfile::text_section_offset.
5629 (dwarf2_frame_find_fde): Likewise.
5630 * dwarf2read.c (create_addrmap_from_index): Likewise.
5631 (create_addrmap_from_aranges): Likewise.
5632 (dw2_find_pc_sect_compunit_symtab): Likewise.
5633 (process_psymtab_comp_unit_reader): Likewise.
5634 (add_partial_symbol): Likewise.
5635 (add_partial_subprogram): Likewise.
5636 (process_full_comp_unit): Likewise.
5637 (read_file_scope): Likewise.
5638 (read_func_scope): Likewise.
5639 (read_lexical_block_scope): Likewise.
5640 (read_call_site_scope): Likewise.
5641 (dwarf2_rnglists_process): Likewise.
5642 (dwarf2_ranges_process): Likewise.
5643 (dwarf2_ranges_read): Likewise.
5644 (dwarf_decode_lines_1): Likewise.
5645 (new_symbol): Likewise.
5646 (dwarf2_fetch_die_loc_sect_off): Likewise.
5647 (dwarf2_per_cu_text_offset): Likewise.
5648 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
5649 * hppa-tdep.c (read_unwind_info): Likewise.
5650 * ia64-tdep.c (ia64_find_unwind_table): Likewise.
5651 * psympriv.h (struct partial_symtab): Likewise.
5652 * psymtab.c (find_pc_sect_psymtab): Likewise.
5653 * solib-svr4.c (enable_break): Likewise.
5654 * stap-probe.c (relocate_address): Use
5655 objfile::data_section_offset.
5656 * xcoffread.c (enter_line_range): Use
5657 objfile::text_section_offset.
5658 (read_xcoff_symtab): Likewise.
5659
ab53f382
SM
56602020-01-23 Simon Marchi <simon.marchi@efficios.com>
5661
5662 * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
5663 declaration to narrower scopes.
5664
e7eee665
SM
56652020-01-23 Simon Marchi <simon.marchi@efficios.com>
5666
5667 * darwin-nat.h (struct darwin_exception_msg, enum
5668 darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
5669 Move up.
5670 (class darwin_nat_target) <wait_1, check_new_threads,
5671 decode_exception_message, decode_message, stop_inferior,
5672 init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
5673 * darwin-nat.c (darwin_check_new_threads): Rename to...
5674 (darwin_nat_target::check_new_threads): ... this.
5675 (darwin_suspend_inferior_it): Remove.
5676 (darwin_decode_exception_message): Rename to...
5677 (darwin_nat_target::decode_exception_message): ... this.
5678 (darwin_nat_target::resume): Pass target to find_inferior_ptid.
5679 (darwin_decode_message): Rename to...
5680 (darwin_nat_target::decode_message): ... this.
5681 (cancel_breakpoint): Rename to...
5682 (darwin_nat_target::cancel_breakpoint): ... this.
5683 (darwin_wait): Rename to...
5684 (darwin_nat_target::wait_1): ... this. Use range-based for loop
5685 instead of iterate_over_inferiors.
5686 (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
5687 (darwin_stop_inferior): Rename to...
5688 (darwin_nat_target::stop_inferior): ... this.
5689 (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
5690 (darwin_init_thread_list): Rename to...
5691 (darwin_nat_target::init_thread_list): ... this.
5692 (darwin_ptrace_him): Rename to...
5693 (darwin_nat_target::ptrace_him): ... this.
5694 (darwin_nat_target::create_inferior): Pass lambda function to
5695 fork_inferior.
5696 (darwin_nat_target::detach): Call stop_inferior instead of
5697 darwin_stop_inferior.
5698 * fork-inferior.h (fork_inferior): Change init_trace_fun
5699 parameter to gdb::function_view.
5700 * fork-inferior.c (fork_inferior): Likewise.
5701
c162ed3e
HD
57022020-01-23 Hannes Domani <ssbssa@yahoo.de>
5703
5704 * i386-cygwin-tdep.c (core_process_module_section): Update.
5705 * windows-nat.c (struct lm_info_windows): Add text_offset.
5706 (windows_xfer_shared_libraries): Update.
5707 * windows-tdep.c (windows_xfer_shared_library):
5708 Add text_offset_cached argument.
5709 * windows-tdep.h (windows_xfer_shared_library): Update.
5710
a1237872
SM
57112020-01-21 Simon Marchi <simon.marchi@efficios.com>
5712
5713 * gdbarch.sh: Add declaration for _initialize_gdbarch.
5714
b3ee6dd9
SM
57152020-01-21 Simon Marchi <simon.marchi@efficios.com>
5716
5717 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
5718 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
5719 replace with range-based for.
5720 (gdbsim_interrupt_inferior): Remove.
5721 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
5722 with a range-based for. Inline code from
5723 gdbsim_interrupt_inferior.
5724
f9fac3c8
SM
57252020-01-21 Simon Marchi <simon.marchi@efficios.com>
5726
5727 * infrun.c (proceed): Fix indentation.
5728
f6474de9
TT
57292020-01-21 Tom Tromey <tromey@adacore.com>
5730
5731 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
5732 * python/python.c (python_extension_ops): Update.
5733 (gdbpy_colorize): New function.
5734 * python/lib/gdb/__init__.py (colorize): New function.
5735 * extension.h (ext_lang_colorize): Declare.
5736 * extension.c (ext_lang_colorize): New function.
5737 * extension-priv.h (struct extension_language_ops) <colorize>: New
5738 member.
5739 * cli/cli-style.c (_initialize_cli_style): Update help text.
5740
f0c702d4
LM
57412020-01-21 Luis Machado <luis.machado@linaro.org>
5742
5743 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
5744 <cond>: Change type to bool.
5745 (aarch64_displaced_step_b_cond): Update cond to use bool type.
5746 (aarch64_displaced_step_cb): Likewise.
5747 (aarch64_displaced_step_tb): Likewise.
5748
1ab139e5
LM
57492020-01-21 Luis Machado <luis.machado@linaro.org>
5750
5751 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
5752 output.
5753
0c271889
LM
57542020-01-21 Luis Machado <luis.machado@linaro.org>
5755
5756 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
5757 <pc_adjust>: Adjust the documentation.
5758 (aarch64_displaced_step_fixup): Check if PC really moved before
5759 adjusting it.
5760
4d89c1c7
TT
57612020-01-19 Tom Tromey <tom@tromey.com>
5762
5763 * disasm.c (~gdb_disassembler): New destructor.
5764 (gdb_buffered_insn_length): Call disassemble_free_target.
5765 * disasm.h (class gdb_disassembler): Declare destructor. Use
5766 DISABLE_COPY_AND_ASSIGN.
5767
c0ab21c2
TT
57682020-01-19 Tom Tromey <tom@tromey.com>
5769
5770 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
5771 (die_reader_func_ftype): Remove.
5772 (cutu_reader): New class.
5773 (dw2_get_file_names_reader): Remove "data" parameter.
5774 (dw2_get_file_names): Use cutu_reader.
5775 (create_debug_type_hash_table): Update.
5776 (read_cutu_die_from_dwo): Update comment.
5777 (lookup_dwo_unit): Add dwo_name parameter.
5778 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
5779 die_reader_func_ftype and data parameters.
5780 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
5781 Remove die_reader_func_ftype and data parameters.
5782 (~cutu_reader): New; from init_cutu_and_read_dies.
5783 (cutu_reader::cutu_reader): Rename from
5784 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
5785 and data parameters.
5786 (init_cutu_and_read_dies_simple): Remove.
5787 (struct process_psymtab_comp_unit_data): Remove.
5788 (process_psymtab_comp_unit_reader): Remove data parameter; add
5789 want_partial_unit and pretend_language parameters.
5790 (process_psymtab_comp_unit): Use cutu_reader.
5791 (build_type_psymtabs_reader): Remove data parameter.
5792 (build_type_psymtabs_1): Use cutu_reader.
5793 (process_skeletonless_type_unit): Likewise.
5794 (load_partial_comp_unit_reader): Remove.
5795 (load_partial_comp_unit): Use cutu_reader.
5796 (load_full_comp_unit_reader): Remove.
5797 (load_full_comp_unit): Use cutu_reader.
5798 (struct create_dwo_cu_data): Remove.
5799 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
5800 dwo_unit parameters.
5801 (create_cus_hash_table): Use cutu_reader.
5802 (struct dwarf2_read_addr_index_data): Remove.
5803 (dwarf2_read_addr_index_reader): Remove.
5804 (dwarf2_read_addr_index): Use cutu_reader.
5805 (read_signatured_type_reader): Remove.
5806 (read_signatured_type): Use cutu_reader.
5807
45bbae5c
TT
58082020-01-19 Tom Tromey <tom@tromey.com>
5809
5810 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
5811 * tui/tui-wingeneral.h (class tui_suppress_output): New.
5812 (tui_wrefresh): Declare.
5813 * tui/tui-wingeneral.c (suppress_output): New global.
5814 (tui_suppress_output, ~tui_suppress_output): New constructor and
5815 destructor.
5816 (tui_wrefresh): New function.
5817 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
5818 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
5819 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
5820 method.
5821 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
5822 tui_wrefresh.
5823 (tui_data_window::no_refresh): New method.
5824 (tui_data_item_window::refresh_window): Call tui_wrefresh.
5825 (tui_reg_command): Use tui_suppress_output
5826 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
5827 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
5828 method.
5829 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
5830
4f13c1c0
TT
58312020-01-19 Tom Tromey <tom@tromey.com>
5832
5833 * tui/tui-winsource.c (tui_update_source_windows_with_line):
5834 Handle case where symtab is null.
5835
fa47e446
SM
58362020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
5837
5838 * linux-fork.c (one_fork_p): Simplify.
5839
26f42329
SM
58402020-01-17 Simon Marchi <simon.marchi@efficios.com>
5841
5842 * top.c (struct qt_args): Remove.
5843 (kill_or_detach): Change return type to void, replace `void *`
5844 parameter with a proper one.
5845 (print_inferior_quit_action): Likewise.
5846 (quit_confirm): Use range-based for loop to iterate over inferiors.
5847 (quit_force): Likewise.
5848
a9ac81b1
SM
58492020-01-17 Simon Marchi <simon.marchi@efficios.com>
5850
5851 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
5852 `void *` parameter with proper parameters.
5853 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
5854 (print_one_inferior): Change return type to void, replace `void *`
5855 parameter with proper parameters.
5856 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
5857 inferiors.
5858 (get_other_inferior): Remove.
5859 (mi_cmd_remove_inferior): Use range-based loop to iterate over
5860 inferiors.
5861
788eca49
SM
58622020-01-17 Simon Marchi <simon.marchi@efficios.com>
5863
5864 * mi/mi-interp.c (report_initial_inferior): Remove.
5865 (mi_interp::init): Use range-based for to iterate over inferiors.
5866
d9bc85b6
SM
58672020-01-17 Simon Marchi <simon.marchi@efficios.com>
5868
5869 * python/py-inferior.c (build_inferior_list): Remove.
5870 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
5871
40c94099
CB
58722020-01-16 Christian Biesinger <cbiesinger@google.com>
5873
5874 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
5875 (btrace_stitch_trace): Likewise.
5876 * charset.c (intermediate_encoding): Likewise (vaild).
5877 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
5878 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
5879 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
5880
e0cdfe3c
HD
58812020-01-16 Hannes Domani <ssbssa@yahoo.de>
5882
5883 * windows-tdep.c (windows_get_tlb_type):
5884 Add rtl_user_process_parameters type.
5885
790f1718 58862020-01-16 Pedro Alves <palves@redhat.com>
aac66a4c 5887 Norbert Lange <nolange79@gmail.com>
790f1718
PA
5888
5889 PR build/24805
5890 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
5891 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
5892 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
5893 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
5894 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
5895 (ps_plog): Redeclare exported functions with default visibility.
5896
3112ed97
NA
58972020-01-16 Nitika Achra <Nitika.Achra@amd.com>
5898
5899 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
5900 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
5901
8dc3273e
SM
59022020-01-15 Simon Marchi <simon.marchi@efficios.com>
5903
5904 * infcmd.c (post_create_inferior): Use get_thread_regcache
5905 instead of get_current_regcache.
5906
ff47f4f0
TT
59072020-01-14 Tom Tromey <tom@tromey.com>
5908
5909 PR symtab/12535:
5910 * python/python.c (gdbpy_decode_line): Treat empty string the same
5911 as no argument.
5912
975f45b7
TT
59132020-01-14 Tom Tromey <tom@tromey.com>
5914
5915 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
5916
25e57356
TT
59172020-01-14 Tom Tromey <tom@tromey.com>
5918
5919 * nat/linux-btrace.c: Don't include <config.h>.
5920 * nat/linux-ptrace.c: Don't include <config.h>.
5921 * nat/x86-linux-dregs.c: Don't include <config.h>.
5922
05ea2a05
TT
59232020-01-14 Tom Tromey <tom@tromey.com>
5924
5925 * configure: Rebuild.
5926 * configure.ac: Move many checks to ../gdbsupport/common.m4.
5927
01027315
TT
59282020-01-14 Tom Tromey <tom@tromey.com>
5929
5930 * nat/x86-linux-dregs.c: Include configh.h.
5931 * nat/linux-ptrace.c: Include configh.h.
5932 * nat/linux-btrace.c: Include configh.h.
5933 * defs.h: Include config.h, bfd.h.
5934 * configure.ac: Don't source common.host.
5935 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
5936 * configure: Rebuild.
5937 * acinclude.m4: Update path.
5938 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
5939 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
5940 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
5941 (CLIBS): Add LIBSUPPORT.
5942 (CDEPS): Likewise.
5943 (COMMON_SFILES): Remove gdbsupport files.
5944 (HFILES_NO_SRCDIR): Likewise.
5945 (stamp-version): Update path to create-version.sh.
5946 (ALLDEPFILES): Remove gdbsupport files.
5947
b2ceabe8
TT
59482020-01-14 Tom Tromey <tom@tromey.com>
5949
5950 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
5951 USE_WIN32API when needed.
5952 * configure.ac (USE_WIN32API): Don't define.
5953 (WIN32LIBS): Use WIN32APILIBS.
5954 * configure: Rebuild.
5955
25c51f71
TT
59562020-01-14 Tom Tromey <tom@tromey.com>
5957
5958 * configure: Rebuild.
5959 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
5960
717c684d
BE
59612020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5962
5963 * skip.c (skip_function_command): Make skip w/o arguments use the
5964 name of the inlined function if pc is inside any inlined function.
5965
7da6a5b9
LM
59662020-01-14 Luis Machado <luis.machado@linaro.org>
5967
5968 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
5969 * infrun.c (resume_1): Likewise.
5970 (handle_inferior_event): Remove stale comment.
5971 * linux-nat.c (linux_nat_target::resume): Update comments.
5972 (save_stop_reason): Likewise.
5973 (linux_nat_filter_event): Likewise.
5974 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
5975
44e4c775
AB
59762020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5977
5978 * elfread.c (record_minimal_symbol): Set section index to 0 for
5979 non-allocatable sections.
5980
18a8505e
AT
5981
59822020-01-13 Ali Tamur <tamur@google.com>
5983
5984 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
5985 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
5986 to gdb::optional. Update comments.
5987 (dwo_file): Update comments.
5988 (read_attribute): Update API to take an additional out parameter,
5989 need_reprocess. This is used to mark attributes that need other
5990 attributes (e.g. str_offsets_base) for correct computation which may not
5991 have been read yet.
5992 (read_attribute_reprocess): New function declaration.
5993 (read_addr_index): Likewise.
5994 (read_dwo_str_index): Likewise.
5995 (read_stub_str_index): Likewise.
5996 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
5997 (lookup_addr_base): New function definition.
5998 (lookup_ranges_base): Likewise.
5999 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
6000 lookup_ranges_base.
6001 (init_cutu_and_read_dies): Update comments.
6002 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
6003 unit. This is used to inherit parent's str_offsets_base and addr_base.
6004 Update comments.
6005 (init_cutu_and_read_dies_simple): Reflect API changes.
6006 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
6007 (create_cus_hash_table): Change API to take parent compile unit.
6008 Reflect API changes.
6009 (open_and_init_dwo_file): Reflect API changes.
6010 (dwarf2_get_pc_bounds): Update comments.
6011 (dwarf2_record_block_ranges): Likewise.
6012 (read_full_die_1): Change implementation to reprocess attributes that
6013 need str_offsets_base and addr_base.
6014 (partial_die_info::read): Likewise.
6015 (read_attribute_reprocess): New function definition.
6016 (read_attribute_value): Change API to take an additional out parameter,
6017 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
6018 when a non-dwo compile unit has index based attributes.
6019 (read_attribute): Reflect API changes.
6020 (read_addr_index_1): Reflect API changes. Update comments.
6021 (dwarf2_read_addr_index_data): Reflect API changes.
6022 (dwarf2_read_addr_index): Likewise.
6023 (read_str_index): Change API and implementation. This becomes a helper
6024 to be used by the new string index related methods. Update error
6025 message and comments.
6026 (read_dwo_str_index): New function definition.
6027 (read_stub_str_index): Likewise.
6028 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
6029 * symfile.h (dwarf2_debug_sections): Likewise.
6030 * xcoffread.c (dwarf2_debug_sections): Likewise.
6031
0cac9354
SM
60322020-01-13 Simon Marchi <simon.marchi@efficios.com>
6033
6034 * gdbcore.h (struct core_fns) <core_read_registers>: Change
6035 core_reg_sect type to gdb_byte *.
6036 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
6037 * cris-tdep.c (fetch_core_registers): Likewise.
6038 * corelow.c (core_target::get_core_register_section): Change
6039 type of `contents` to gdb::byte_vector.
6040
9a6d629c
AB
60412020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * tui/tui-wingeneral.c (box_win): Position the title in the center
6044 of the border.
6045
d8b2f9e3
SM
60462020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6047
6048 * corelow.c (core_target::get_core_register_section): Use
6049 std::vector instead of alloca.
6050
bb564c58
SM
60512020-01-13 Simon Marchi <simon.marchi@efficios.com>
6052
6053 * warning.m4: Add -Wmissing-declarations to build_warnings.
6054 * configure: Re-generate.
6055
6b366111
SM
60562020-01-13 Simon Marchi <simon.marchi@efficios.com>
6057
6058 * python/python.c (init__gdb_module): Add declaration.
6059
6c265988
SM
60602020-01-13 Simon Marchi <simon.marchi@efficios.com>
6061
6062 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
6063 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
6064 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
6065 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
6066 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
6067 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
6068 * ada-exp.y (_initialize_ada_exp): Add declaration.
6069 * ada-lang.c (_initialize_ada_language): Add declaration.
6070 * ada-tasks.c (_initialize_tasks): Add declaration.
6071 * agent.c (_initialize_agent): Add declaration.
6072 * aix-thread.c (_initialize_aix_thread): Add declaration.
6073 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
6074 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
6075 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
6076 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
6077 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
6078 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6079 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
6080 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
6081 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
6082 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
6083 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
6084 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
6085 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
6086 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
6087 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
6088 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
6089 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
6090 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
6091 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
6092 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
6093 * annotate.c (_initialize_annotate): Add declaration.
6094 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
6095 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
6096 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
6097 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
6098 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
6099 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
6100 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
6101 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
6102 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
6103 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
6104 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
6105 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
6106 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6107 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
6108 * auto-load.c (_initialize_auto_load): Add declaration.
6109 * auxv.c (_initialize_auxv): Add declaration.
6110 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
6111 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
6112 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
6113 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
6114 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
6115 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
6116 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
6117 * breakpoint.c (_initialize_breakpoint): Add declaration.
6118 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
6119 * btrace.c (_initialize_btrace): Add declaration.
6120 * charset.c (_initialize_charset): Add declaration.
6121 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
6122 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6123 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6124 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
6125 * cli/cli-script.c (_initialize_cli_script): Add declaration.
6126 * cli/cli-style.c (_initialize_cli_style): Add declaration.
6127 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
6128 * coffread.c (_initialize_coffread): Add declaration.
6129 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
6130 * compile/compile.c (_initialize_compile): Add declaration.
6131 * complaints.c (_initialize_complaints): Add declaration.
6132 * completer.c (_initialize_completer): Add declaration.
6133 * copying.c (_initialize_copying): Add declaration.
6134 * corefile.c (_initialize_core): Add declaration.
6135 * corelow.c (_initialize_corelow): Add declaration.
6136 * cp-abi.c (_initialize_cp_abi): Add declaration.
6137 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
6138 * cp-support.c (_initialize_cp_support): Add declaration.
6139 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
6140 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
6141 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
6142 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
6143 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
6144 * ctfread.c (_initialize_ctfread): Add declaration.
6145 * d-lang.c (_initialize_d_language): Add declaration.
6146 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
6147 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
6148 * dbxread.c (_initialize_dbxread): Add declaration.
6149 * dcache.c (_initialize_dcache): Add declaration.
6150 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
6151 * disasm.c (_initialize_disasm): Add declaration.
6152 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
6153 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
6154 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
6155 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
6156 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
6157 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
6158 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
6159 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
6160 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
6161 * elfread.c (_initialize_elfread): Add declaration.
6162 * exec.c (_initialize_exec): Add declaration.
6163 * extension.c (_initialize_extension): Add declaration.
6164 * f-lang.c (_initialize_f_language): Add declaration.
6165 * f-valprint.c (_initialize_f_valprint): Add declaration.
6166 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
6167 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
6168 * filesystem.c (_initialize_filesystem): Add declaration.
6169 * findcmd.c (_initialize_mem_search): Add declaration.
6170 * findvar.c (_initialize_findvar): Add declaration.
6171 * fork-child.c (_initialize_fork_child): Add declaration.
6172 * frame-base.c (_initialize_frame_base): Add declaration.
6173 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6174 * frame.c (_initialize_frame): Add declaration.
6175 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
6176 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
6177 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
6178 * gcore.c (_initialize_gcore): Add declaration.
6179 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
6180 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
6181 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
6182 * gdbarch.c (_initialize_gdbarch): Add declaration.
6183 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
6184 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
6185 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
6186 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
6187 * go-lang.c (_initialize_go_language): Add declaration.
6188 * go32-nat.c (_initialize_go32_nat): Add declaration.
6189 * guile/guile.c (_initialize_guile): Add declaration.
6190 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6191 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
6192 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
6193 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
6194 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
6195 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
6196 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
6197 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
6198 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
6199 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
6200 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
6201 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
6202 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
6203 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
6204 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
6205 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
6206 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
6207 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
6208 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
6209 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
6210 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
6211 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
6212 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
6213 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
6214 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
6215 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
6216 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
6217 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
6218 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
6219 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
6220 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
6221 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
6222 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
6223 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
6224 * infcall.c (_initialize_infcall): Add declaration.
6225 * infcmd.c (_initialize_infcmd): Add declaration.
6226 * inflow.c (_initialize_inflow): Add declaration.
6227 * infrun.c (_initialize_infrun): Add declaration.
6228 * interps.c (_initialize_interpreter): Add declaration.
6229 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
6230 * jit.c (_initialize_jit): Add declaration.
6231 * language.c (_initialize_language): Add declaration.
6232 * linux-fork.c (_initialize_linux_fork): Add declaration.
6233 * linux-nat.c (_initialize_linux_nat): Add declaration.
6234 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
6235 * linux-thread-db.c (_initialize_thread_db): Add declaration.
6236 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
6237 * m2-lang.c (_initialize_m2_language): Add declaration.
6238 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
6239 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
6240 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
6241 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
6242 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6243 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
6244 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
6245 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
6246 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
6247 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6248 * machoread.c (_initialize_machoread): Add declaration.
6249 * macrocmd.c (_initialize_macrocmd): Add declaration.
6250 * macroscope.c (_initialize_macroscope): Add declaration.
6251 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
6252 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
6253 * maint.c (_initialize_maint_cmds): Add declaration.
6254 * mdebugread.c (_initialize_mdebugread): Add declaration.
6255 * memattr.c (_initialize_mem): Add declaration.
6256 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
6257 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
6258 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
6259 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
6260 * mi/mi-main.c (_initialize_mi_main): Add declaration.
6261 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
6262 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
6263 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
6264 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
6265 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
6266 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
6267 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
6268 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
6269 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
6270 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6271 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
6272 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
6273 * mipsread.c (_initialize_mipsread): Add declaration.
6274 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
6275 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
6276 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
6277 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
6278 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
6279 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
6280 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
6281 * nto-procfs.c (_initialize_procfs): Add declaration.
6282 * objc-lang.c (_initialize_objc_language): Add declaration.
6283 * observable.c (_initialize_observer): Add declaration.
6284 * opencl-lang.c (_initialize_opencl_language): Add declaration.
6285 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
6286 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
6287 * osabi.c (_initialize_gdb_osabi): Add declaration.
6288 * osdata.c (_initialize_osdata): Add declaration.
6289 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6290 * parse.c (_initialize_parse): Add declaration.
6291 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
6292 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
6293 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
6294 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
6295 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
6296 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
6297 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
6298 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
6299 * printcmd.c (_initialize_printcmd): Add declaration.
6300 * probe.c (_initialize_probe): Add declaration.
6301 * proc-api.c (_initialize_proc_api): Add declaration.
6302 * proc-events.c (_initialize_proc_events): Add declaration.
6303 * proc-service.c (_initialize_proc_service): Add declaration.
6304 * procfs.c (_initialize_procfs): Add declaration.
6305 * producer.c (_initialize_producer): Add declaration.
6306 * psymtab.c (_initialize_psymtab): Add declaration.
6307 * python/python.c (_initialize_python): Add declaration.
6308 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
6309 * record-btrace.c (_initialize_record_btrace): Add declaration.
6310 * record-full.c (_initialize_record_full): Add declaration.
6311 * record.c (_initialize_record): Add declaration.
6312 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
6313 * regcache.c (_initialize_regcache): Add declaration.
6314 * reggroups.c (_initialize_reggroup): Add declaration.
6315 * remote-notif.c (_initialize_notif): Add declaration.
6316 * remote-sim.c (_initialize_remote_sim): Add declaration.
6317 * remote.c (_initialize_remote): Add declaration.
6318 * reverse.c (_initialize_reverse): Add declaration.
6319 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
6320 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
6321 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
6322 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
6323 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
6324 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
6325 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
6326 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
6327 Add declaration.
6328 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
6329 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
6330 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
6331 * rust-exp.y (_initialize_rust_exp): Add declaration.
6332 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
6333 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
6334 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
6335 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
6336 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
6337 * score-tdep.c (_initialize_score_tdep): Add declaration.
6338 * ser-go32.c (_initialize_ser_dos): Add declaration.
6339 * ser-mingw.c (_initialize_ser_windows): Add declaration.
6340 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
6341 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
6342 * ser-uds.c (_initialize_ser_socket): Add declaration.
6343 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
6344 * serial.c (_initialize_serial): Add declaration.
6345 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
6346 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
6347 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
6348 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
6349 * skip.c (_initialize_step_skip): Add declaration.
6350 * sol-thread.c (_initialize_sol_thread): Add declaration.
6351 * solib-aix.c (_initialize_solib_aix): Add declaration.
6352 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
6353 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
6354 * solib-frv.c (_initialize_frv_solib): Add declaration.
6355 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6356 * solib-target.c (_initialize_solib_target): Add declaration.
6357 * solib.c (_initialize_solib): Add declaration.
6358 * source-cache.c (_initialize_source_cache): Add declaration.
6359 * source.c (_initialize_source): Add declaration.
6360 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
6361 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
6362 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
6363 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
6364 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
6365 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
6366 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
6367 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
6368 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
6369 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
6370 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
6371 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
6372 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
6373 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
6374 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
6375 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
6376 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
6377 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
6378 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
6379 * stabsread.c (_initialize_stabsread): Add declaration.
6380 * stack.c (_initialize_stack): Add declaration.
6381 * stap-probe.c (_initialize_stap_probe): Add declaration.
6382 * std-regs.c (_initialize_frame_reg): Add declaration.
6383 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
6384 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
6385 * symfile.c (_initialize_symfile): Add declaration.
6386 * symmisc.c (_initialize_symmisc): Add declaration.
6387 * symtab.c (_initialize_symtab): Add declaration.
6388 * target.c (_initialize_target): Add declaration.
6389 * target-connection.c (_initialize_target_connection): Add
6390 declaration.
6391 * target-dcache.c (_initialize_target_dcache): Add declaration.
6392 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
6393 * thread.c (_initialize_thread): Add declaration.
6394 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
6395 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
6396 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
6397 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
6398 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
6399 * tracectf.c (_initialize_ctf): Add declaration.
6400 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
6401 * tracefile.c (_initialize_tracefile): Add declaration.
6402 * tracepoint.c (_initialize_tracepoint): Add declaration.
6403 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
6404 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
6405 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
6406 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
6407 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
6408 * tui/tui-win.c (_initialize_tui_win): Add declaration.
6409 * tui/tui.c (_initialize_tui): Add declaration.
6410 * typeprint.c (_initialize_typeprint): Add declaration.
6411 * ui-style.c (_initialize_ui_style): Add declaration.
6412 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
6413 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
6414 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
6415 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
6416 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
6417 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
6418 * unittests/filtered_iterator-selftests.c
6419 (_initialize_filtered_iterator_selftests): Add declaration.
6420 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
6421 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
6422 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
6423 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
6424 * unittests/main-thread-selftests.c
6425 (_initialize_main_thread_selftests): Add declaration.
6426 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
6427 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
6428 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
6429 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
6430 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
6431 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
6432 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
6433 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
6434 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
6435 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
6436 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
6437 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
6438 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
6439 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
6440 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
6441 declaration.
6442 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
6443 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
6444 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
6445 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
6446 * user-regs.c (_initialize_user_regs): Add declaration.
6447 * utils.c (_initialize_utils): Add declaration.
6448 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
6449 * valops.c (_initialize_valops): Add declaration.
6450 * valprint.c (_initialize_valprint): Add declaration.
6451 * value.c (_initialize_values): Add declaration.
6452 * varobj.c (_initialize_varobj): Add declaration.
6453 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
6454 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
6455 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6456 * windows-nat.c (_initialize_windows_nat): Add declaration.
6457 (_initialize_check_for_gdb_ini): Add declaration.
6458 (_initialize_loadable): Add declaration.
6459 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
6460 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
6461 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
6462 * xcoffread.c (_initialize_xcoffread): Add declaration.
6463 * xml-support.c (_initialize_xml_support): Add declaration.
6464 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
6465 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
6466 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
6467 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
6468
e2de1eec
SM
64692020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6470
6471 * regformats/regdat.sh: Generate declaration for init function.
6472
e0037b4c
SM
64732020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
6474
6475 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
6476 up.
6477 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
6478 close_one_inferior>: New methods.
6479 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
6480 pass down target to find_inferior_pid.
6481 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
6482 Pass down target to find_inferior_ptid.
6483 (gdbsim_target::create_inferior): Pass down target to
6484 add_thread_silent.
6485 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
6486 target down to find_inferior_ptid and switch_to_thread.
6487 (gdbsim_target::close): Update to call close_one_inferior.
6488 (struct resume_data): Remove.
6489 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
6490 directly, rather than through a void pointer.
6491 (gdbsim_target::resume): Update to call resume_one_inferior.
6492
58920b5b
SM
64932020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
6494
6495 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
6496
4ec89149
PA
64972020-01-12 Pedro Alves <palves@redhat.com>
6498
6499 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
6500 directly for the current inferior instead of
6501 discard_all_inferiors.
6502 (discard_all_inferiors): Delete.
6503
7c392d1d
TT
65042020-01-11 Tom Tromey <tom@tromey.com>
6505
6506 * tui/tui-wingeneral.c (box_win): Check cli_styling.
6507 * tui/tui-winsource.c (tui_source_window_base::refill): Use
6508 deprecated_safe_get_selected_frame.
6509
d9ebdab7
TBA
65102020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6511
6512 * inferior.c (print_inferior): Switch inferior before printing it.
6513
f3c469b9
PA
65142020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
6515 Pedro Alves <palves@redhat.com>
6516
6517 * progspace-and-thread.c (switch_to_program_space_and_thread):
6518 Assert there's an inferior for PSPACE. Use
6519 switch_to_inferior_no_thread to switch the inferior too.
6520 * progspace.c (program_space::~program_space): Call
6521 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
6522 (program_space::free_all_objfiles): Don't call clear_symtab_users
6523 here.
6524 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
6525
65c574f6
PA
65262020-01-10 Pedro Alves <palves@redhat.com>
6527
6528 * NEWS: Mention multi-target debugging, "info connections", and
6529 "add-inferior -no-connection".
6530
2f4fcf00
PA
65312020-01-10 Pedro Alves <palves@redhat.com>
6532
6533 * infrun.c: Include "target-connection.h".
6534 (check_multi_target_resumption): New.
6535 (proceed): Call it.
6536 * target-connection.c (make_target_connection_string): Make
6537 extern.
6538 * target-connection.h (make_target_connection_string): Declare.
6539
121b3efd
PA
65402020-01-10 Pedro Alves <palves@redhat.com>
6541
6542 * Makefile.in (COMMON_SFILES): Add target-connection.c.
6543 * inferior.c (uiout_field_connection): New function.
6544 (print_inferior): Add new "connection-id" column.
6545 (add_inferior_command): Show connection number/string of added
6546 inferior.
6547 * process-stratum-target.h
6548 (process_stratum_target::connection_string): New virtual method.
6549 (process_stratum_target::connection_number): New field.
6550 * remote.c (remote_target::connection_string): New override.
6551 * target-connection.c: New file.
6552 * target-connection.h: New file.
6553 * target.c (decref_target): Remove process_stratum targets from
6554 the connection list.
6555 (target_stack::push): Add process_stratum targets to the
6556 connection list.
6557
4f837581
PA
65582020-01-10 Pedro Alves <palves@redhat.com>
6559
6560 Revert:
6561 2016-04-12 Pedro Alves <palves@redhat.com>
6562 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
6563 Remove references to name.
6564 * serial.h (struct serial) <name>: Delete.
6565
f4ec508e
PA
65662020-01-10 Pedro Alves <palves@redhat.com>
6567
6568 * gdbarch-selftests.c (register_to_value_test): Remove "target
6569 already pushed" check.
6570
5b6d1e4f
PA
65712020-01-10 Pedro Alves <palves@redhat.com>
6572 John Baldwin <jhb@FreeBSD.org>
6573
6574 * aarch64-linux-nat.c
6575 (aarch64_linux_nat_target::thread_architecture): Adjust.
6576 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
6577 (task_command_1): Likewise.
6578 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
6579 (aix_thread_target::wait, aix_thread_target::fetch_registers)
6580 (aix_thread_target::store_registers)
6581 (aix_thread_target::thread_alive): Adjust.
6582 * amd64-fbsd-tdep.c: Include "inferior.h".
6583 (amd64fbsd_get_thread_local_address): Pass down target.
6584 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
6585 thread's gdbarch instead of target_gdbarch.
6586 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
6587 get_last_target_status.
6588 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
6589 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
6590 inferiors.
6591 (update_inserted_breakpoint_locations): Skip if inferiors with no
6592 execution.
6593 (update_global_location_list): When handling moribund locations,
6594 find representative inferior for location's pspace, and use thread
6595 count of its process_stratum target.
6596 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
6597 * bsd-uthread.c (bsd_uthread_target::wait): Use
6598 as_process_stratum_target and adjust thread_change_ptid and
6599 add_thread calls.
6600 (bsd_uthread_target::update_thread_list): Use
6601 as_process_stratum_target and adjust find_thread_ptid,
6602 thread_change_ptid and add_thread calls.
6603 * btrace.c (maint_btrace_packet_history_cmd): Adjust
6604 find_thread_ptid call.
6605 * corelow.c (add_to_thread_list): Adjust add_thread call.
6606 (core_target_open): Adjust add_thread_silent and thread_count
6607 calls.
6608 (core_target::pid_to_str): Adjust find_inferior_ptid call.
6609 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
6610 * event-top.c (async_disconnect): Pop targets from all inferiors.
6611 * exec.c (add_target_sections): Push exec target on all inferiors
6612 sharing the program space.
6613 (remove_target_sections): Remove the exec target from all
6614 inferiors sharing the program space.
6615 (exec_on_vfork): New.
6616 * exec.h (exec_on_vfork): Declare.
6617 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
6618 Pass it down.
6619 (fbsd_nat_target::update_thread_list): Adjust.
6620 (fbsd_nat_target::resume): Adjust.
6621 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
6622 down.
6623 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
6624 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
6625 get_thread_arch_regcache call.
6626 * fork-child.c (gdb_startup_inferior): Pass target down to
6627 startup_inferior and set_executing.
6628 * gdbthread.h (struct process_stratum_target): Forward declare.
6629 (add_thread, add_thread_silent, add_thread_with_info)
6630 (in_thread_list): Add process_stratum_target parameter.
6631 (find_thread_ptid(inferior*, ptid_t)): New overload.
6632 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
6633 parameter.
6634 (all_threads()): Delete overload.
6635 (all_threads, all_non_exited_threads): Add process_stratum_target
6636 parameter.
6637 (all_threads_safe): Use brace initialization.
6638 (thread_count): Add process_stratum_target parameter.
6639 (set_resumed, set_running, set_stop_requested, set_executing)
6640 (threads_are_executing, finish_thread_state): Add
6641 process_stratum_target parameter.
6642 (switch_to_thread): Use is_current_thread.
6643 * i386-fbsd-tdep.c: Include "inferior.h".
6644 (i386fbsd_get_thread_local_address): Pass down target.
6645 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
6646 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
6647 have_inferiors check.
6648 * inf-ptrace.c (inf_ptrace_target::create_inferior)
6649 (inf_ptrace_target::attach): Adjust.
6650 * infcall.c (run_inferior_call): Adjust.
6651 * infcmd.c (run_command_1): Pass target to
6652 scoped_finish_thread_state.
6653 (proceed_thread_callback): Skip inferiors with no execution.
6654 (continue_command): Rename 'all_threads' local to avoid hiding
6655 'all_threads' function. Adjust get_last_target_status call.
6656 (prepare_one_step): Adjust set_running call.
6657 (signal_command): Use user_visible_resume_target. Compare thread
6658 pointers instead of inferior_ptid.
6659 (info_program_command): Adjust to pass down target.
6660 (attach_command): Mark target's 'thread_executing' flag.
6661 (stop_current_target_threads_ns): New, factored out from ...
6662 (interrupt_target_1): ... this. Switch inferior before making
6663 target calls.
6664 * inferior-iter.h
6665 (struct all_inferiors_iterator, struct all_inferiors_range)
6666 (struct all_inferiors_safe_range)
6667 (struct all_non_exited_inferiors_range): Filter on
6668 process_stratum_target too. Remove explicit.
6669 * inferior.c (inferior::inferior): Push dummy target on target
6670 stack.
6671 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
6672 Add process_stratum_target parameter, and pass it down.
6673 (have_live_inferiors): Adjust.
6674 (switch_to_inferior_and_push_target): New.
6675 (add_inferior_command, clone_inferior_command): Handle
6676 "-no-connection" parameter. Use
6677 switch_to_inferior_and_push_target.
6678 (_initialize_inferior): Mention "-no-connection" option in
6679 the help of "add-inferior" and "clone-inferior" commands.
6680 * inferior.h: Include "process-stratum-target.h".
6681 (interrupt_target_1): Use bool.
6682 (struct inferior) <push_target, unpush_target, target_is_pushed,
6683 find_target_beneath, top_target, process_target, target_at,
6684 m_stack>: New.
6685 (discard_all_inferiors): Delete.
6686 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
6687 (all_inferiors, all_non_exited_inferiors): Add
6688 process_stratum_target parameter.
6689 * infrun.c: Include "gdb_select.h" and <unordered_map>.
6690 (target_last_proc_target): New global.
6691 (follow_fork_inferior): Push target on new inferior. Pass target
6692 to add_thread_silent. Call exec_on_vfork. Handle target's
6693 reference count.
6694 (follow_fork): Adjust get_last_target_status call. Also consider
6695 target.
6696 (follow_exec): Push target on new inferior.
6697 (struct execution_control_state) <target>: New field.
6698 (user_visible_resume_target): New.
6699 (do_target_resume): Call target_async.
6700 (resume_1): Set target's threads_executing flag. Consider resume
6701 target.
6702 (commit_resume_all_targets): New.
6703 (proceed): Also consider resume target. Skip threads of inferiors
6704 with no execution. Commit resumtion in all targets.
6705 (start_remote): Pass current inferior to wait_for_inferior.
6706 (infrun_thread_stop_requested): Consider target as well. Pass
6707 thread_info pointer to clear_inline_frame_state instead of ptid.
6708 (infrun_thread_thread_exit): Consider target as well.
6709 (random_pending_event_thread): New inferior parameter. Use it.
6710 (do_target_wait): Rename to ...
6711 (do_target_wait_1): ... this. Add inferior parameter, and pass it
6712 down.
6713 (threads_are_resumed_pending_p, do_target_wait): New.
6714 (prepare_for_detach): Adjust calls.
6715 (wait_for_inferior): New inferior parameter. Handle it. Use
6716 do_target_wait_1 instead of do_target_wait.
6717 (fetch_inferior_event): Adjust. Switch to representative
6718 inferior. Pass target down.
6719 (set_last_target_status): Add process_stratum_target parameter.
6720 Save target in global.
6721 (get_last_target_status): Add process_stratum_target parameter and
6722 handle it.
6723 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
6724 (context_switch): Check inferior_ptid == null_ptid before calling
6725 inferior_thread().
6726 (get_inferior_stop_soon): Pass down target.
6727 (wait_one): Rename to ...
6728 (poll_one_curr_target): ... this.
6729 (struct wait_one_event): New.
6730 (wait_one): New.
6731 (stop_all_threads): Adjust.
6732 (handle_no_resumed, handle_inferior_event): Adjust to consider the
6733 event's target.
6734 (switch_back_to_stepped_thread): Also consider target.
6735 (print_stop_event): Update.
6736 (normal_stop): Update. Also consider the resume target.
6737 * infrun.h (wait_for_inferior): Remove declaration.
6738 (user_visible_resume_target): New declaration.
6739 (get_last_target_status, set_last_target_status): New
6740 process_stratum_target parameter.
6741 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
6742 process_stratum_target parameter, and use it.
6743 (clear_inline_frame_state (thread_info*)): New.
6744 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
6745 process_stratum_target parameter.
6746 (clear_inline_frame_state (thread_info*)): Declare.
6747 * linux-fork.c (delete_checkpoint_command): Pass target down to
6748 find_thread_ptid.
6749 (checkpoint_command): Adjust.
6750 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
6751 instead of just tweaking inferior_ptid.
6752 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
6753 (exit_lwp): Pass target down to find_thread_ptid.
6754 (attach_proc_task_lwp_callback): Pass target down to
6755 add_thread/set_running/set_executing.
6756 (linux_nat_target::attach): Pass target down to
6757 thread_change_ptid.
6758 (get_detach_signal): Pass target down to find_thread_ptid.
6759 Consider last target status's target.
6760 (linux_resume_one_lwp_throw, resume_lwp)
6761 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
6762 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
6763 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
6764 (linux_nat_target::async_wait_fd): New.
6765 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
6766 target down.
6767 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
6768 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
6769 * linux-thread-db.c (struct thread_db_info::process_target): New
6770 field.
6771 (add_thread_db_info): Save target.
6772 (get_thread_db_info): New process_stratum_target parameter. Also
6773 match target.
6774 (delete_thread_db_info): New process_stratum_target parameter.
6775 Also match target.
6776 (thread_from_lwp): Adjust to pass down target.
6777 (thread_db_notice_clone): Pass down target.
6778 (check_thread_db_callback): Pass down target.
6779 (try_thread_db_load_1): Always push the thread_db target.
6780 (try_thread_db_load, record_thread): Pass target down.
6781 (thread_db_target::detach): Pass target down. Always unpush the
6782 thread_db target.
6783 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
6784 target down. Always unpush the thread_db target.
6785 (find_new_threads_callback, thread_db_find_new_threads_2)
6786 (thread_db_target::update_thread_list): Pass target down.
6787 (thread_db_target::pid_to_str): Pass current inferior down.
6788 (thread_db_target::get_thread_local_address): Pass target down.
6789 (thread_db_target::resume, maintenance_check_libthread_db): Pass
6790 target down.
6791 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
6792 * procfs.c (procfs_target::procfs_init_inferior): Declare.
6793 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
6794 (procfs_init_inferior): Rename to ...
6795 (procfs_target::procfs_init_inferior): ... this and adjust.
6796 (procfs_target::create_inferior, procfs_notice_thread)
6797 (procfs_do_thread_registers): Adjust.
6798 * ppc-fbsd-tdep.c: Include "inferior.h".
6799 (ppcfbsd_get_thread_local_address): Pass down target.
6800 * proc-service.c (ps_xfer_memory): Switch current inferior and
6801 program space as well.
6802 (get_ps_regcache): Pass target down.
6803 * process-stratum-target.c
6804 (process_stratum_target::thread_address_space)
6805 (process_stratum_target::thread_architecture): Pass target down.
6806 * process-stratum-target.h
6807 (process_stratum_target::threads_executing): New field.
6808 (as_process_stratum_target): New.
6809 * ravenscar-thread.c
6810 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
6811 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
6812 down.
6813 * record-btrace.c (record_btrace_target::info_record): Adjust.
6814 (record_btrace_target::record_method)
6815 (record_btrace_target::record_is_replaying)
6816 (record_btrace_target::fetch_registers)
6817 (get_thread_current_frame_id, record_btrace_target::resume)
6818 (record_btrace_target::wait, record_btrace_target::stop): Pass
6819 target down.
6820 * record-full.c (record_full_wait_1): Switch to event thread.
6821 Pass target down.
6822 * regcache.c (regcache::regcache)
6823 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
6824 process_stratum_target parameter and handle it.
6825 (current_thread_target): New global.
6826 (get_thread_regcache): Add process_stratum_target parameter and
6827 handle it. Switch inferior before calling target method.
6828 (get_thread_regcache): Pass target down.
6829 (get_thread_regcache_for_ptid): Pass target down.
6830 (registers_changed_ptid): Add process_stratum_target parameter and
6831 handle it.
6832 (registers_changed_thread, registers_changed): Pass target down.
6833 (test_get_thread_arch_aspace_regcache): New.
6834 (current_regcache_test): Define a couple local test_target_ops
6835 instances and use them for testing.
6836 (readwrite_regcache): Pass process_stratum_target parameter.
6837 (cooked_read_test, cooked_write_test): Pass mock_target down.
6838 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
6839 (get_thread_arch_aspace_regcache): Add process_stratum_target
6840 parameter.
6841 (regcache::target): New method.
6842 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
6843 (regcache::registers_changed_ptid): Add process_stratum_target
6844 parameter.
6845 (regcache::m_target): New field.
6846 (registers_changed_ptid): Add process_stratum_target parameter.
6847 * remote.c (remote_state::supports_vCont_probed): New field.
6848 (remote_target::async_wait_fd): New method.
6849 (remote_unpush_and_throw): Add remote_target parameter.
6850 (get_current_remote_target): Adjust.
6851 (remote_target::remote_add_inferior): Push target.
6852 (remote_target::remote_add_thread)
6853 (remote_target::remote_notice_new_inferior)
6854 (get_remote_thread_info): Pass target down.
6855 (remote_target::update_thread_list): Skip threads of inferiors
6856 bound to other targets. (remote_target::close): Don't discard
6857 inferiors. (remote_target::add_current_inferior_and_thread)
6858 (remote_target::process_initial_stop_replies)
6859 (remote_target::start_remote)
6860 (remote_target::remote_serial_quit_handler): Pass down target.
6861 (remote_target::remote_unpush_target): New remote_target
6862 parameter. Unpush the target from all inferiors.
6863 (remote_target::remote_unpush_and_throw): New remote_target
6864 parameter. Pass it down.
6865 (remote_target::open_1): Check whether the current inferior has
6866 execution instead of checking whether any inferior is live. Pass
6867 target down.
6868 (remote_target::remote_detach_1): Pass down target. Use
6869 remote_unpush_target.
6870 (extended_remote_target::attach): Pass down target.
6871 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
6872 (remote_target::append_resumption): Pass down target.
6873 (remote_target::append_pending_thread_resumptions)
6874 (remote_target::remote_resume_with_hc, remote_target::resume)
6875 (remote_target::commit_resume): Pass down target.
6876 (remote_target::remote_stop_ns): Check supports_vCont_probed.
6877 (remote_target::interrupt_query)
6878 (remote_target::remove_new_fork_children)
6879 (remote_target::check_pending_events_prevent_wildcard_vcont)
6880 (remote_target::remote_parse_stop_reply)
6881 (remote_target::process_stop_reply): Pass down target.
6882 (first_remote_resumed_thread): New remote_target parameter. Pass
6883 it down.
6884 (remote_target::wait_as): Pass down target.
6885 (unpush_and_perror): New remote_target parameter. Pass it down.
6886 (remote_target::readchar, remote_target::remote_serial_write)
6887 (remote_target::getpkt_or_notif_sane_1)
6888 (remote_target::kill_new_fork_children, remote_target::kill): Pass
6889 down target.
6890 (remote_target::mourn_inferior): Pass down target. Use
6891 remote_unpush_target.
6892 (remote_target::core_of_thread)
6893 (remote_target::remote_btrace_maybe_reopen): Pass down target.
6894 (remote_target::pid_to_exec_file)
6895 (remote_target::thread_handle_to_thread_info): Pass down target.
6896 (remote_target::async_wait_fd): New.
6897 * riscv-fbsd-tdep.c: Include "inferior.h".
6898 (riscv_fbsd_get_thread_local_address): Pass down target.
6899 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
6900 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
6901 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
6902 Adjust.
6903 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
6904 * solib-svr4.c (enable_break): Pass down target.
6905 * spu-multiarch.c (parse_spufs_run): Pass down target.
6906 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
6907 * target-delegates.c: Regenerate.
6908 * target.c (g_target_stack): Delete.
6909 (current_top_target): Return the current inferior's top target.
6910 (target_has_execution_1): Refer to the passed-in inferior's top
6911 target.
6912 (target_supports_terminal_ours): Check whether the initial
6913 inferior was already created.
6914 (decref_target): New.
6915 (target_stack::push): Incref/decref the target.
6916 (push_target, push_target, unpush_target): Adjust.
6917 (target_stack::unpush): Defref target.
6918 (target_is_pushed): Return bool. Adjust to refer to the current
6919 inferior's target stack.
6920 (dispose_inferior): Delete, and inline parts ...
6921 (target_preopen): ... here. Only dispose of the current inferior.
6922 (target_detach): Hold strong target reference while detaching.
6923 Pass target down.
6924 (target_thread_name): Add assertion.
6925 (target_resume): Pass down target.
6926 (target_ops::beneath, find_target_at): Adjust to refer to the
6927 current inferior's target stack.
6928 (get_dummy_target): New.
6929 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
6930 has a thread running.
6931 (initialize_targets): Rename to ...
6932 (_initialize_target): ... this.
6933 * target.h: Include "gdbsupport/refcounted-object.h".
6934 (struct target_ops): Inherit refcounted_object.
6935 (target_ops::shortname, target_ops::longname): Make const.
6936 (target_ops::async_wait_fd): New method.
6937 (decref_target): Declare.
6938 (struct target_ops_ref_policy): New.
6939 (target_ops_ref): New typedef.
6940 (get_dummy_target): Declare function.
6941 (target_is_pushed): Return bool.
6942 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
6943 (all_matching_threads_iterator::all_matching_threads_iterator):
6944 Handle filter target.
6945 * thread-iter.h (struct all_matching_threads_iterator, struct
6946 all_matching_threads_range, class all_non_exited_threads_range):
6947 Filter by target too. Remove explicit.
6948 * thread.c (threads_executing): Delete.
6949 (inferior_thread): Pass down current inferior.
6950 (clear_thread_inferior_resources): Pass down thread pointer
6951 instead of ptid_t.
6952 (add_thread_silent, add_thread_with_info, add_thread): Add
6953 process_stratum_target parameter. Use it for thread and inferior
6954 searches.
6955 (is_current_thread): New.
6956 (thread_info::deletable): Use it.
6957 (find_thread_ptid, thread_count, in_thread_list)
6958 (thread_change_ptid, set_resumed, set_running): New
6959 process_stratum_target parameter. Pass it down.
6960 (set_executing): New process_stratum_target parameter. Pass it
6961 down. Adjust reference to 'threads_executing'.
6962 (threads_are_executing): New process_stratum_target parameter.
6963 Adjust reference to 'threads_executing'.
6964 (set_stop_requested, finish_thread_state): New
6965 process_stratum_target parameter. Pass it down.
6966 (switch_to_thread): Also match inferior.
6967 (switch_to_thread): New process_stratum_target parameter. Pass it
6968 down.
6969 (update_threads_executing): Reimplement.
6970 * top.c (quit_force): Pop targets from all inferior.
6971 (gdb_init): Don't call initialize_targets.
6972 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
6973 Declare.
6974 (windows_add_thread, windows_delete_thread): Adjust.
6975 (get_windows_debug_event): Rename to ...
6976 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
6977 * tracefile-tfile.c (tfile_target_open): Pass down target.
6978 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
6979 Forward declare.
6980 (switch_to_thread): Add process_stratum_target parameter.
6981 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
6982 parameter. Use it.
6983 (mi_on_resume): Pass target down.
6984 * nat/fork-inferior.c (startup_inferior): Add
6985 process_stratum_target parameter. Pass it down.
6986 * nat/fork-inferior.h (startup_inferior): Add
6987 process_stratum_target parameter.
6988 * python/py-threadevent.c (py_get_event_thread): Pass target down.
6989
75c6c844
PA
69902020-01-10 Pedro Alves <palves@redhat.com>
6991
6992 * remote.c (remote_target::start_remote): Don't set inferior_ptid
6993 directly. Instead find the first thread in the thread list and
6994 use switch_to_thread.
6995
78f2c40a
PA
69962020-01-10 Pedro Alves <palves@redhat.com>
6997
6998 * remote.c (remote_target::remote_add_inferior): Don't bind a
6999 process to the current inferior if the current inferior is already
7000 bound to a process.
7001
e7af6c70
TBA
70022020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7003 Pedro Alves <palves@redhat.com>
7004
7005 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
7006 If no process is specified, return null_ptid instead of
7007 inferior_ptid.
7008 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
7009 TARGET_WAITKIND_SIGNALLED with no pid.
7010
31ba933e
PA
70112020-01-10 Pedro Alves <palves@redhat.com>
7012
7013 * remote.c (first_remote_resumed_thread): New.
7014 (remote_target::wait_as): Use it as default event_ptid instead of
7015 inferior_ptid.
7016
735fc2ca
PA
70172020-01-10 Pedro Alves <palves@redhat.com>
7018
7019 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
7020
c17e02e1
PA
70212020-01-10 Pedro Alves <palves@redhat.com>
7022
7023 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
7024 not -1.
7025
ab1ddbcf
PA
70262020-01-10 Pedro Alves <palves@redhat.com>
7027
7028 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
7029 ptid to get_last_target_status.
7030 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
7031 ptid to get_last_target_status.
7032 * infcmd.c (continue_command): Don't pass a target_waitstatus to
7033 get_last_target_status.
7034 (info_program_command): Don't pass a target_waitstatus to
7035 get_last_target_status.
7036 * infrun.c (init_wait_for_inferior): Use
7037 nullify_last_target_wait_ptid.
7038 (get_last_target_status): Handle nullptr arguments.
7039 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
7040 (print_stop_event): Don't pass a ptid to get_last_target_status.
7041 (normal_stop): Don't pass a ptid to get_last_target_status.
7042 * infrun.h (get_last_target_status, set_last_target_status): Move
7043 comments here and update.
7044 (nullify_last_target_wait_ptid): Declare.
7045 * linux-fork.c (fork_load_infrun_state): Remove local extern
7046 declaration of nullify_last_target_wait_ptid.
7047 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
7048 to get_last_target_status.
7049
f3f8ece4
PA
70502020-01-10 Pedro Alves <palves@redhat.com>
7051
7052 * gdbthread.h (scoped_restore_current_thread)
7053 <dont_restore, restore, m_dont_restore>: Declare.
7054 * thread.c (thread_alive): Add assertion. Return bool.
7055 (switch_to_thread_if_alive): New.
7056 (prune_threads): Switch inferior/thread.
7057 (print_thread_info_1): Switch thread before calling target methods.
7058 (scoped_restore_current_thread::restore): New, factored out from
7059 ...
7060 (scoped_restore_current_thread::~scoped_restore_current_thread):
7061 ... this.
7062 (scoped_restore_current_thread::scoped_restore_current_thread):
7063 Add assertion.
7064 (thread_apply_all_command, thread_select): Use
7065 switch_to_thread_if_alive.
7066 * infrun.c (proceed, restart_threads, handle_signal_stop)
7067 (switch_back_to_stepped_thread): Switch current thread before
7068 calling target methods.
7069
db2d40f7
PA
70702020-01-10 Pedro Alves <palves@redhat.com>
7071
7072 * inferior.c (switch_to_inferior_no_thread): New function,
7073 factored out from ...
7074 (inferior_command): ... here.
7075 * inferior.h (switch_to_inferior_no_thread): Declare.
7076 * mi/mi-main.c (run_one_inferior): Use
7077 switch_to_inferior_no_thread.
7078
bd420a2d
PA
70792020-01-10 Pedro Alves <palves@redhat.com>
7080
7081 * infcmd.c (kill_command): Remove dead code.
7082
ddf5db90
PA
70832020-01-10 Pedro Alves <palves@redhat.com>
7084
7085 * remote.c (remote_target::mourn_inferior): No longer check
7086 whether the target is running.
7087
5018ce90
PA
70882020-01-10 Pedro Alves <palves@redhat.com>
7089
7090 * corelow.c (core_target::has_execution): Change parameter type to
7091 inferior pointer.
7092 * inferior.c (number_of_live_inferiors): Use
7093 inferior::has_execution instead of target_has_execution_1.
7094 * inferior.h (inferior::has_execution): New.
7095 * linux-thread-db.c (thread_db_target::update_thread_list): Use
7096 inferior::has_execution instead of target_has_execution_1.
7097 * process-stratum-target.c
7098 (process_stratum_target::has_execution): Change parameter type to
7099 inferior pointer. Check the inferior's PID instead of
7100 inferior_ptid.
7101 * process-stratum-target.h
7102 (process_stratum_target::has_execution): Change parameter type to
7103 inferior pointer.
7104 * record-full.c (record_full_core_target::has_execution): Change
7105 parameter type to inferior pointer.
7106 * target.c (target_has_execution_1): Change parameter type to
7107 inferior pointer.
7108 (target_has_execution_current): Adjust.
7109 * target.h (target_ops::has_execution): Change parameter type to
7110 inferior pointer.
7111 (target_has_execution_1): Change parameter type to inferior
7112 pointer. Change return type to bool.
7113 * tracefile.h (tracefile_target::has_execution): Change parameter
7114 type to inferior pointer.
7115
74375d18
PA
71162020-01-10 Pedro Alves <palves@redhat.com>
7117
7118 * exceptions.c (print_flush): Remove current_top_target() check.
7119
acdf84a6
PA
71202020-01-10 Pedro Alves <palves@redhat.com>
7121
7122 * remote.c (show_remote_exec_file): Show the current inferior's
7123 exec-file instead of the command variable's value.
7124
ec506636
PA
71252020-01-10 Pedro Alves <palves@redhat.com>
7126
7127 * record-full.c (record_full_resume_ptid): New global.
7128 (record_full_target::resume): Set it.
7129 (record_full_wait_1): Use record_full_resume_ptid instead of
7130 inferior_ptid.
7131
873657b9
PA
71322020-01-10 Pedro Alves <palves@redhat.com>
7133
7134 * gdbthread.h (scoped_restore_current_thread)
7135 <dont_restore, restore, m_dont_restore>: Declare.
7136 * thread.c (thread_alive): Add assertion. Return bool.
7137 (switch_to_thread_if_alive): New.
7138 (prune_threads): Switch inferior/thread.
7139 (print_thread_info_1): Switch thread before calling target methods.
7140 (scoped_restore_current_thread::restore): New, factored out from
7141 ...
7142 (scoped_restore_current_thread::~scoped_restore_current_thread):
7143 ... this.
7144 (scoped_restore_current_thread::scoped_restore_current_thread):
7145 Add assertion.
7146 (thread_apply_all_command, thread_select): Use
7147 switch_to_thread_if_alive.
7148
7f0ae84c
GB
71492020-01-10 George Barrett <bob@bob131.so>
7150
7151 * stap-probe.c (stap_modify_semaphore): Don't check for null
7152 semaphores.
7153 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
7154 for null semaphores.
7155
f5a7c406
AB
71562020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
7159 all source windows, and maintain horizontal scroll status while
7160 doing so.
7161
9ae6bf64
TT
71622020-01-09 Tom Tromey <tom@tromey.com>
7163
7164 PR tui/18932:
7165 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
7166 update_source_window, not print_source_lines.
7167
b2efe70c
AB
71682020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7169
7170 * tui/tui.c (tui_enable): Register tui hooks after calling
7171 tui_display_main.
7172
5f23a082
CB
71732020-01-09 Christian Biesinger <cbiesinger@google.com>
7174
7175 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
7176
3061113b
SM
71772020-01-08 Simon Marchi <simon.marchi@efficios.com>
7178
7179 * thread.c (print_thread_info_1): Fix indentation.
7180
57d75002
CB
71812020-01-09 Christian Biesinger <cbiesinger@google.com>
7182
7183 * symtab.c (general_symbol_info::compute_and_set_names): Move the
7184 unique_xmalloc_ptr outside the if to always free the demangled name.
7185
6a053cb1
TT
71862020-01-08 Tom Tromey <tromey@adacore.com>
7187
7188 * xcoffread.c (enter_line_range, read_xcoff_symtab)
7189 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
7190 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
7191 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
7192 Remove.
7193 (section_offsets): New typedef.
7194 * symtab.c (fixup_section, get_msymbol_address): Update.
7195 * symmisc.c (dump_msymbols): Update.
7196 * symfile.h (relative_addr_info_to_section_offsets)
7197 (symfile_map_offsets_to_segments): Update.
7198 * symfile.c (build_section_addr_info_from_objfile)
7199 (init_objfile_sect_indices): Update.
7200 (struct place_section_arg): Change type of "offsets".
7201 (place_section): Update.
7202 (relative_addr_info_to_section_offsets): Change type of
7203 "section_offsets". Remove "num_sections" parameter.
7204 (default_symfile_offsets, syms_from_objfile_1)
7205 (set_objfile_default_section_offset): Update.
7206 (reread_symbols): No need to preserve section offsets by hand.
7207 (symfile_map_offsets_to_segments): Change type of "offsets".
7208 * stap-probe.c (relocate_address): Update.
7209 * stabsread.h (process_one_symbol): Update.
7210 * solib-target.c (struct lm_info_target) <offsets>: Change type.
7211 (solib_target_relocate_section_addresses): Update.
7212 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
7213 Update.
7214 * solib-frv.c (frv_relocate_main_executable): Update.
7215 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7216 * solib-aix.c (solib_aix_get_section_offsets): Change return
7217 type.
7218 (solib_aix_solib_create_inferior_hook): Update.
7219 * remote.c (remote_target::get_offsets): Update.
7220 * psymtab.c (find_pc_sect_psymtab): Update.
7221 * psympriv.h (struct partial_symbol) <address, text_low,
7222 text_high>: Update.
7223 * objfiles.h (obj_section_offset): Update.
7224 (struct objfile) <section_offsets>: Change type.
7225 <num_sections>: Remove.
7226 (objfile_relocate): Update.
7227 * objfiles.c (entry_point_address_query): Update
7228 (relocate_one_symbol): Change type of "section_offsets".
7229 (objfile_relocate1, objfile_relocate1): Change type of
7230 "new_offsets".
7231 (objfile_rebase1): Update.
7232 * mipsread.c (mipscoff_symfile_read): Update.
7233 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
7234 parameter.
7235 * mdebugread.c (parse_symbol): Change type of "section_offsets".
7236 (parse_external, psymtab_to_symtab_1): Update.
7237 * machoread.c (macho_symfile_offsets): Update.
7238 * ia64-tdep.c (ia64_find_unwind_table): Update.
7239 * hppa-tdep.c (read_unwind_info): Update.
7240 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
7241 * dwarf2read.c (create_addrmap_from_index)
7242 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
7243 (process_psymtab_comp_unit_reader, add_partial_symbol)
7244 (add_partial_subprogram, process_full_comp_unit)
7245 (read_file_scope, read_func_scope, read_lexical_block_scope)
7246 (read_call_site_scope, dwarf2_rnglists_process)
7247 (dwarf2_ranges_process, dwarf2_ranges_read)
7248 (dwarf_decode_lines_1, var_decode_location, new_symbol)
7249 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
7250 Update.
7251 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
7252 Update.
7253 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
7254 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
7255 (process_one_symbol): Change type of "section_offsets".
7256 * ctfread.c (get_objfile_text_range): Update.
7257 * coffread.c (coff_symtab_read, enter_linenos)
7258 (process_coff_symbol): Update.
7259 * coff-pe-read.c (add_pe_forwarded_sym): Update.
7260 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
7261
456e800a
TT
72622020-01-08 Tom Tromey <tromey@adacore.com>
7263
7264 * dwarf2read.c (parse_macro_definition): Use std::string.
7265 (parse_macro_definition): Likewise.
7266
6dfa2fc2
TT
72672020-01-08 Tom Tromey <tromey@adacore.com>
7268
7269 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
7270 (ATTR_ALLOC_CHUNK): Remove.
7271
421d1616
TT
72722020-01-08 Tom Tromey <tromey@adacore.com>
7273
7274 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
7275
43816ebc
TT
72762020-01-08 Tom Tromey <tromey@adacore.com>
7277
7278 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
7279 (dwarf2_compute_name, open_dwo_file): Likewise.
7280 (process_enumeration_scope): Use std::vector.
7281 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
7282 (partial_die_info::fixup, dwarf2_start_subfile)
7283 (guess_full_die_structure_name, dwarf2_name): Likewise.
7284 (determine_prefix): Update.
7285 (guess_full_die_structure_name): Make return type const.
7286 (partial_die_full_name): Return unique_xmalloc_ptr.
7287 (DW_FIELD_ALLOC_CHUNK): Remove.
7288
4212d509
TT
72892020-01-07 Tom Tromey <tromey@adacore.com>
7290
7291 PR build/24937:
7292 * stap-probe.c (class stap_static_probe_ops): Add constructor.
7293
06a6207a
JT
72942020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
7295
7296 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
7297
153d79c4
AB
72982020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7299
7300 * stack.c (print_frame_info): Move disassemble_next_line code
7301 inside source_print block.
7302
66182876
EZ
73032020-01-06 Eli Zaretskii <eliz@gnu.org>
7304
7305 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
7306 gdb/signals.h, as we are now using native signal symbols.
7307
cbfa8581
SV
73082020-01-06 Shahab Vahedi <shahab@synopsys.com>
7309
7310 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
7311 overflow by an early check of content vs threshold.
aac66a4c 7312 * tui/tui-source.c (tui_source_window::line_is_displayed):
cbfa8581
SV
7313 Likewise.
7314
3f602821
EZ
73152020-01-06 Eli Zaretskii <eliz@gnu.org>
7316
7317 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
7318
a08c904d
JT
73192020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
7320
7321 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
7322 export table if no section contains it's RVA.
7323
89a65580
EZ
73242020-01-06 Eli Zaretskii <eliz@gnu.org>
7325
7326 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
7327
8b7fcda2
HD
73282020-01-06 Hannes Domani <ssbssa@yahoo.de>
7329
7330 * source.c (print_source_lines_base): Set last_line_listed.
7331
a61b4f69
SV
73322020-01-06 Shahab Vahedi <shahab@synopsys.com>
7333
7334 * tui/tui-disasm.c: Remove trailing spaces.
7335
559e7e50
EZ
73362020-01-06 Eli Zaretskii <eliz@gnu.org>
7337 Pedro Alves <palves@redhat.com>
7338
7339 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
7340 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
7341 (windows_gdb_signal_to_target): New function, uses the above
7342 enumeration to convert GDB internal signal codes to equivalent
7343 Windows codes.
7344 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
7345 * windows-nat.c: Include "gdb_wait.h".
7346 (get_windows_debug_event): Extract the fatal exception from the
7347 exit status and convert to the equivalent Posix signal number.
7348 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
7349 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
7350 * gdbsupport/gdb_wait.c: New file, implements
7351 windows_status_to_termsig.
7352 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
7353 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
7354
f2302a34
AB
73552020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7356
7357 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
7358 show_layout.
7359
6a5206eb
LM
73602020-01-05 Luis Machado <luis.machado@linaro.org>
7361
7362 * aarch64-linux-nat.c
7363 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
7364 and bfd_mach_aarch64.
7365
6ec1d75e
PW
73662020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7367
7368 * ui-file.c (stdio_file::can_emit_style_escape)
7369 (tee_file::can_emit_style_escape): Ensure style is used also on
7370 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
7371 to gdb_stdout.
7372 * main.c (set_gdb_data_directory): Use file style to output the
7373 warning that the given pathname is not a directory.
7374 * top.c (show_history_filename, gdb_safe_append_history)
7375 (show_gdb_datadir): Use file style.
7376
44f81a76
HD
73772020-01-03 Hannes Domani <ssbssa@yahoo.de>
7378
7379 * solib-target.c (struct lm_info_target):
7380 Change offsets to be a unique_xmalloc_ptr.
7381 (solib_target_relocate_section_addresses): Update.
7382
25057eb0
HD
73832020-01-03 Hannes Domani <ssbssa@yahoo.de>
7384
7385 * windows-nat.c (windows_clear_solib): Free so_list linked list.
7386
6e2118f5
BE
73872020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
7388
7389 * MAINTAINERS (Write After Approval): Add myself.
7390
8133c7dc
LM
73912020-01-02 Luis Machado <luis.machado@linaro.org>
7392
7393 * proc-service.c (get_ps_regcache): Remove reference to obsolete
7394 Cell BE architecture.
7395 * target.h (struct target_ops) <thread_architecture>: Likewise.
7396
48189bec
HD
73972020-01-01 Hannes Domani <ssbssa@yahoo.de>
7398
7399 * Makefile.in: Use INSTALL_PROGRAM_ENV.
7400
ead1063b
HD
74012020-01-01 Hannes Domani <ssbssa@yahoo.de>
7402
7403 * MAINTAINERS (Write After Approval): Add myself.
7404
e5d78223
JB
74052020-01-01 Joel Brobecker <brobecker@adacore.com>
7406
7407 * gdbarch.sh: Update copyright year range of generated files.
7408
b811d2c2
JB
74092020-01-01 Joel Brobecker <brobecker@adacore.com>
7410
7411 Update copyright year range in all GDB files.
7412
5f4def5c
JB
74132020-01-01 Joel Brobecker <brobecker@adacore.com>
7414
7415 * copyright.py: Convert to Python 3.
7416
51fd4002
JB
74172020-01-01 Joel Brobecker <brobecker@adacore.com>
7418
7419 * copyright.py: Adapt after move of gnulib directory from gdb
7420 directory to toplevel directory.
7421
5fb651f2
JB
74222020-01-01 Joel Brobecker <brobecker@adacore.com>
7423
7424 * copyright.py (main): Exit if run from the wrong directory.
7425
5dd8bf88
JB
74262020-01-01 Joel Brobecker <brobecker@adacore.com>
7427
7428 * top.c (print_gdb_version): Change copyright year to 2020.
7429
9f71dacb 74302020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 7431
9f71dacb 7432 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 7433
9f71dacb 7434For older changes see ChangeLog-2019.
c906108c
SS
7435\f
7436Local Variables:
7437mode: change-log
7438left-margin: 8
7439fill-column: 74
7440version-control: never
57da7796 7441coding: utf-8
c906108c 7442End: