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