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