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