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