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