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