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