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