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