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