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