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