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