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