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