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