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