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