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