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