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