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