]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Change two functions to be methods on struct attribute
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0826b30a
TT
12020-03-26 Tom Tromey <tom@tromey.com>
2
3 * dwarf2/read.c (handle_data_member_location, dwarf2_add_field)
4 (mark_common_block_symbol_computed, read_tag_string_type)
5 (attr_to_dynamic_prop, read_subrange_type): Update.
6 (dwarf2_get_ref_die_offset, dwarf2_get_attr_constant_value): Move
7 to be methods on struct attribute.
8 (skip_one_die, process_imported_unit_die, read_namespace_alias)
9 (read_call_site_scope, partial_die_info::read)
10 (partial_die_info::read, lookup_die_type, follow_die_ref):
11 Update.
12 * dwarf2/attribute.c (attribute::get_ref_die_offset): New method,
13 from dwarf2_get_ref_die_offset.
14 (attribute::constant_value): New method, from
15 dwarf2_get_attr_constant_value.
16 * dwarf2/attribute.h (struct attribute) <get_ref_die_offset>:
17 Declare method.
18 <constant_value>: New method.
19
2b2558bf
TT
202020-03-26 Tom Tromey <tom@tromey.com>
21
22 * dwarf2/read.c (dwarf_unit_type_name, dwarf_tag_name)
23 (dwarf_attr_name, dwarf_form_name, dwarf_bool_name)
24 (dwarf_type_encoding_name): Move to stringify.c.
25 * Makefile.in (COMMON_SFILES): Add dwarf2/stringify.c.
26 * dwarf2/stringify.c: New file.
27 * dwarf2/stringify.h: New file.
28
eeb64781
TT
292020-03-26 Tom Tromey <tom@tromey.com>
30
31 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>:
32 Rewrite.
33
a39fdb41
TT
342020-03-26 Tom Tromey <tom@tromey.com>
35
36 * dwarf2/die.h (struct die_info) <addr_base, ranges_base>: New
37 methods.
38 * dwarf2/read.c (lookup_addr_base): Move to die.h.
39 (lookup_ranges_base): Likewise.
40 (read_cutu_die_from_dwo, read_full_die_1): Update.
41
436c571c
TT
422020-03-26 Tom Tromey <tom@tromey.com>
43
44 * dwarf2/read.c (read_import_statement, read_file_scope)
45 (read_type_unit_scope, inherit_abstract_dies, read_func_scope)
46 (read_lexical_block_scope, read_call_site_scope)
47 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds)
48 (handle_struct_member_die, process_structure_scope)
49 (update_enumeration_type_from_children)
50 (process_enumeration_scope, read_array_type, read_common_block)
51 (read_namespace, read_module, read_subroutine_type): Update.
52 (sibling_die): Remove.
53
052c8bb8
TT
542020-03-26 Tom Tromey <tom@tromey.com>
55
56 * dwarf2/read.c (lookup_addr_base, lookup_ranges_base)
57 (build_type_psymtabs_reader, read_structure_type)
58 (read_enumeration_type, read_full_die_1): Update.
59 (dwarf2_attr_no_follow): Move to die.h.
60 * dwarf2/die.h (struct die_info) <attr>: New method.
61
2b24b6e4
TT
622020-03-26 Tom Tromey <tom@tromey.com>
63
64 * dwarf2/read.c (struct dwarf2_cu) <base_known>: Remove.
65 <base_address>: Now an optional.
66 (dwarf2_find_base_address, dwarf2_rnglists_process)
67 (dwarf2_ranges_process, fill_in_loclist_baton)
68 (dwarf2_symbol_mark_computed): Update.
69
c2d50fd0
TT
702020-03-26 Tom Tromey <tom@tromey.com>
71
72 * dwarf2/read.c (struct die_info): Move to die.h.
73 * dwarf2/die.h: New file.
74
0df7ad3a
TT
752020-03-26 Tom Tromey <tom@tromey.com>
76
77 * dwarf2/line-header.h (dwarf_decode_line_header): Declare.
78 * dwarf2/read.c
79 (dwarf2_statement_list_fits_in_line_number_section_complaint):
80 Move to line-header.c.
81 (read_checked_initial_length_and_offset, read_formatted_entries):
82 Likewise.
83 (dwarf_decode_line_header): Split into two.
84 * dwarf2/line-header.c
85 (dwarf2_statement_list_fits_in_line_number_section_complaint):
86 Move from read.c.
87 (read_checked_initial_length_and_offset, read_formatted_entries):
88 Likewise.
89 (dwarf_decode_line_header): New function, split from read.c.
90
86c0bb4c
TT
912020-03-26 Tom Tromey <tom@tromey.com>
92
93 * dwarf2/read.h (struct dwarf2_per_objfile) <read_line_string>:
94 Declare method.
95 * dwarf2/read.c (read_attribute_value): Update.
96 (dwarf2_per_objfile::read_line_string): Rename from
97 read_indirect_line_string.
98 (read_formatted_entries): Update.
99
2ef46c2f
TT
1002020-03-26 Tom Tromey <tom@tromey.com>
101
102 * dwarf2/macro.c (dwarf_decode_macro_bytes): Use objfile local
103 variable.
104
4f9c1eda
TT
1052020-03-26 Tom Tromey <tom@tromey.com>
106
107 * dwarf2/macro.h (dwarf_decode_macros): Make section parameter
108 const.
109 * dwarf2/macro.c (skip_form_bytes, skip_unknown_opcode)
110 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make section
111 parameter const.
112
5a0e026f
TT
1132020-03-26 Tom Tromey <tom@tromey.com>
114
115 * dwarf2/read.c (dwarf_decode_macros): Make "lh" const.
116 * dwarf2/macro.h (dwarf_decode_macros): Constify "lh" parameter.
117 * dwarf2/macro.c (macro_start_file): Constify "lh" parameter.
118 (dwarf_decode_macro_bytes, dwarf_decode_macros): Likewise.
119
8844c11b
TT
1202020-03-26 Tom Tromey <tom@tromey.com>
121
122 * dwarf2/line-header.h (struct line_header) <is_valid_file_index,
123 file_names_size, file_full_name, file_file_name>: Use const.
124 <file_name_at, file_names>: Add const overload.
125 * dwarf2/line-header.c (line_header::file_file_name)
126 (line_header::file_full_name): Update.
127
c90ec28a
TT
1282020-03-26 Tom Tromey <tom@tromey.com>
129
130 * dwarf2/read.c (dwarf2_macro_malformed_definition_complaint)
131 (macro_start_file, consume_improper_spaces)
132 (parse_macro_definition, skip_form_bytes, skip_unknown_opcode)
133 (dwarf_parse_macro_header, dwarf_decode_macro_bytes)
134 (dwarf_decode_macros): Move to macro.c.
135 * dwarf2/macro.c: New file.
136 * dwarf2/macro.h: New file.
137 * Makefile.in (COMMON_SFILES): Add dwarf2/macro.c.
138
4f44ae6c
TT
1392020-03-26 Tom Tromey <tom@tromey.com>
140
141 * dwarf2/section.h (struct dwarf2_section_info) <read_string>: New
142 method.
143 * dwarf2/section.c: New method. From
144 read_indirect_string_at_offset_from.
145 * dwarf2/read.c (mapped_debug_names::namei_to_name): Update.
146 (read_indirect_string_at_offset_from): Move to section.c.
147 (read_indirect_string_at_offset): Rewrite.
148 (read_indirect_line_string_at_offset): Remove.
149 (read_indirect_string, read_indirect_line_string)
150 (dwarf_decode_macro_bytes): Update.
151
a0194fa8
TT
1522020-03-26 Tom Tromey <tom@tromey.com>
153
154 * dwarf2/section.h (struct dwarf2_section_info)
155 <overload_complaint>: Declare.
156 (dwarf2_section_buffer_overflow_complaint): Don't declare.
157 * dwarf2/section.c (dwarf2_section_info::overflow_complaint):
158 Rename from dwarf2_section_buffer_overflow_complaint.
159 * dwarf2/read.c (skip_one_die, partial_die_info::read)
160 (skip_form_bytes, dwarf_decode_macro_bytes): Update.
161
3d27bbdb
TT
1622020-03-26 Tom Tromey <tom@tromey.com>
163
164 * dwarf2/section.h (dwarf2_section_buffer_overflow_complaint):
165 Declare.
166 * dwarf2/section.c (dwarf2_section_buffer_overflow_complaint):
167 Move from read.c.
168 * dwarf2/read.c (dwarf2_section_buffer_overflow_complaint): Move
169 to section.c.
170
9eac9650
TT
1712020-03-26 Tom Tromey <tom@tromey.com>
172
173 * dwarf2/read.c (dwarf_decode_macros): Split into two overloads.
174
bf80d710
TT
1752020-03-26 Tom Tromey <tom@tromey.com>
176
177 * dwarf2/read.c (macro_start_file): Change "cu" parameter to
178 "builder".
179 (dwarf_decode_macro_bytes): Likewise. Add dwarf2_per_objfile
180 parameter.
181 (dwarf_decode_macros): Update.
182
0314b390
TT
1832020-03-26 Tom Tromey <tom@tromey.com>
184
185 * dwarf2/read.c (read_attribute_value): Update.
186 (read_indirect_string_from_dwz): Move to dwz.c; change into
187 method.
188 (dwarf_decode_macro_bytes): Update.
189 * dwarf2/dwz.h (struct dwz_file) <read_string>: Declare method.
190 * dwarf2/dwz.c: New file.
191 * Makefile.in (COMMON_SFILES): Add dwz.c.
192
9fda78b6
TT
1932020-03-26 Tom Tromey <tom@tromey.com>
194
195 * dwarf2/read.h (struct dwz_file): Move to dwz.h.
196 * dwarf2/read.c: Add include.
197 * dwarf2/index-write.c: Add include.
198 * dwarf2/index-cache.c: Add include.
199 * dwarf2/dwz.h: New file.
200
33aa3c10
TT
2012020-03-25 Tom Tromey <tom@tromey.com>
202
203 * compile/compile-object-load.c (get_out_value_type): Mention
204 correct symbol name in error message.
205
d503b685
HD
2062020-03-25 Hannes Domani <ssbssa@yahoo.de>
207
208 * windows-nat.c (windows_add_all_dlls): Fix system dll paths.
209
7b1eff95
TV
2102020-03-25 Tom de Vries <tdevries@suse.de>
211
212 * symtab.h (is_main_symtab_of_compunit_symtab): New function.
213 * symmisc.c (dump_symtab_1): Print user and includes fields.
214 (maintenance_info_symtabs): Same.
215
dd895392
AB
2162020-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 PR gdb/25534
219 * riscv-tdep.c (riscv_arg_info::c_offset): Update comment.
220 (riscv_regcache_cooked_write): New function.
221 (riscv_push_dummy_call): Use new function.
222 (riscv_return_value): Likewise.
223
5ab2fbf1
SM
2242020-03-24 Simon Marchi <simon.marchi@polymtl.ca>
225
226 * fbsd-nat.c (fbsd_nat_target::follow_fork): Change bool to int.
227 * fbsd-nat.h (class fbsd_nat_target) <follow_fork>: Likewise.
228 * inf-ptrace.c (inf_ptrace_target::follow_fork): Likewise.
229 * inf-ptrace.h (struct inf_ptrace_target) <follow_fork>: Likewise.
230 * infrun.c (follow_fork): Likewise.
231 (follow_fork_inferior): Likewise.
232 * linux-nat.c (linux_nat_target::follow_fork): Likewise.
233 * linux-nat.h (class linux_nat_target): Likewise.
234 * remote.c (class remote_target) <follow_fork>: Likewise.
235 (remote_target::follow_fork): Likewise.
236 * target-delegates.c: Re-generate.
237 * target.c (default_follow_fork): Likewise.
238 (target_follow_fork): Likewise.
239 * target.h (struct target_ops) <follow_fork>: Likewise.
240 (target_follow_fork): Likewise.
241
a64fafb5
TV
2422020-03-24 Tom de Vries <tdevries@suse.de>
243
244 * psymtab.c (maintenance_info_psymtabs): Print user field.
245
fe26d3a3
TT
2462020-03-20 Tom Tromey <tromey@adacore.com>
247
248 * dwarf2/loc.h (dwarf2_evaluate_property): Make "addr_stack"
249 const.
250 * dwarf2/loc.c (dwarf2_evaluate_property): Make "addr_stack"
251 const.
252
c884cc46
SM
2532020-03-20 Simon Marchi <simon.marchi@efficios.com>
254
255 * ptrace.m4: Don't check for ptrace declaration.
256 * config.in: Re-generate.
257 * configure: Re-generate.
258 * nat/gdb_ptrace.h: Don't declare ptrace if HAVE_DECL_PTRACE is
259 not defined.
260
1ff700c2
KR
2612020-03-20 Kamil Rytarowski <n54@gmx.com>
262
263 * amd64-bsd-nat.c (gdb_ptrace): Change return type from `int' to
264 `PTRACE_TYPE_RET'.
265 * i386-bsd-nat.c (gdb_ptrace): Likewise.
266 * sparc-nat.c (gdb_ptrace): Likewise.
267 * x86-bsd-nat.c (gdb_ptrace): Likewise.
268
f7d4f0b1
TT
2692020-03-20 Tom Tromey <tromey@adacore.com>
270
271 * c-exp.y (lex_one_token): Fix assert.
272
f67210ff
TT
2732020-03-20 Tom Tromey <tromey@adacore.com>
274
275 * ada-tasks.c (read_atcb): Use smaller length in strncpy call.
276 * linux-tdep.c (linux_fill_prpsinfo): Use smaller length in
277 strncpy call.
278
1773be9e
TT
2792020-03-20 Tom Tromey <tromey@adacore.com>
280
281 * symmisc.c (maintenance_print_one_line_table): Use ui_out.
282
70304be9
TT
2832020-03-20 Tom Tromey <tromey@adacore.com>
284
285 * ada-valprint.c (print_variant_part): Remove parameters; switch
286 to value-based API.
287 (print_field_values): Likewise.
288 (ada_val_print_struct_union): Likewise.
289 (ada_value_print_1): Update.
290
9faa006d
KR
2912020-03-20 Kamil Rytarowski <n54@gmx.com>
292
293 * ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
294 nbsd_nat_target instead of inf_ptrace_target.
295 * ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
296 nbsd_nat_target.
297
4a90f062
KR
2982020-03-20 Kamil Rytarowski <n54@gmx.com>
299
300 * hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
301 it to the ptrace call.
302 * (store_registers): Likewise.
303
3042020-03-20 Kamil Rytarowski <n54@gmx.com>
c7da12c7
KR
305
306 * ppc-nbsd-nat.c (fetch_registers): New variable lwp and pass
307 it to the ptrace call.
308 * (store_registers): Likewise.
309
2d07da27
LM
3102020-03-19 Luis Machado <luis.machado@linaro.org>
311
312 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): If vg is not
313 valid, fetch vg value from ptrace.
314
f09db380
KR
3152020-03-19 Kamil Rytarowski <n54@gmx.com>
316 * inf-ptrace.h: Disable get_ptrace_pid on NetBSD.
317 * inf-ptrace.c: Likewise.
318 * (gdb_ptrace): Add.
319 * (inf_ptrace_target::resume): Update.
320 * (inf_ptrace_target::xfer_partial): Likewise.
321 * (inf_ptrace_peek_poke): Change argument `pid' to `ptid'.
322 * (inf_ptrace_peek_poke): Update.
323
fcc7376e
KR
3242020-03-19 Kamil Rytarowski <n54@gmx.com>
325
326 * x86-bsd-nat.c (gdb_ptrace): New.
327 * (x86bsd_dr_set): Add new argument `ptid'.
328 * (x86bsd_dr_get, x86bsd_dr_set, x86bsd_dr_set_control,
329 x86bsd_dr_set_addr): Update.
330
cada5fc9
AB
3312020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * remote.c (remote_target::process_stop_reply): Handle events for
334 all threads differently.
335
19a2740f
AB
3362020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * completer.c (completion_tracker::remove_completion): Define new
339 function.
340 * completer.h (completion_tracker::remove_completion): Declare new
341 function.
342 * symtab.c (completion_list_add_symbol): Remove aliasing msymbols
343 when adding a C++ function symbol.
344
724fd9ba
AB
3452020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * completer.c (completion_tracker::completion_hash_entry): Define
348 new class.
349 (advance_to_filename_complete_word_point): Call
350 recompute_lowest_common_denominator.
351 (completion_tracker::completion_tracker): Call discard_completions
352 to setup the hash table.
353 (completion_tracker::discard_completions): Allow for being called
354 from the constructor, pass new equal function, and element deleter
355 when constructing the hash table. Initialise new class member
356 variables.
357 (completion_tracker::maybe_add_completion): Remove use of
358 m_entries_vec, and store more information into m_entries_hash.
359 (completion_tracker::recompute_lcd_visitor): New function, most
360 content taken from...
361 (completion_tracker::recompute_lowest_common_denominator):
362 ...here, this now just visits each item in the hash calling the
363 above visitor.
364 (completion_tracker::build_completion_result): Remove use of
365 m_entries_vec, call recompute_lowest_common_denominator.
366 * completer.h (completion_tracker::have_completions): Remove use
367 of m_entries_vec.
368 (completion_tracker::completion_hash_entry): Declare new class.
369 (completion_tracker::recompute_lowest_common_denominator): Change
370 function signature.
371 (completion_tracker::recompute_lcd_visitor): Declare new function.
372 (completion_tracker::m_entries_vec): Delete.
373 (completion_tracker::m_entries_hash): Initialize to NULL.
374 (completion_tracker::m_lowest_common_denominator_valid): New
375 member variable.
376 (completion_tracker::m_lowest_common_denominator_max_length): New
377 member variable.
378
5a82b8a1
KR
3792020-03-17 Kamil Rytarowski <n54@gmx.com>
380
381 * regformats/regdef.h: Put reg in gdb namespace.
382
fb516a69
KR
3832020-03-17 Kamil Rytarowski <n54@gmx.com>
384
385 * i386-bsd-nat.c (gdb_ptrace): New.
386 * (i386bsd_fetch_inferior_registers,
387 i386bsd_store_inferior_registers) Switch from pid_t to ptid_t.
388 * (i386bsd_fetch_inferior_registers,
389 i386bsd_store_inferior_registers) Use gdb_ptrace.
390
1c0aa1fb
KR
3912020-03-17 Kamil Rytarowski <n54@gmx.com>
392
393 * amd64-bsd-nat.c (gdb_ptrace): New.
394 * (amd64bsd_fetch_inferior_registers,
395 amd64bsd_store_inferior_registers) Switch from pid_t to ptid_t.
396 * (amd64bsd_fetch_inferior_registers,
397 amd64bsd_store_inferior_registers) Use gdb_ptrace.
398
5ccd2fb7
KR
3992020-03-17 Kamil Rytarowski <n54@gmx.com>
400
401 * user-regs.c (user_reg::read): Rename to...
402 (user_reg::xread): ...this.
403 * (append_user_reg): Rename argument `read' to `xread'.
404 * (user_reg_add_builtin): Likewise.
405 * (user_reg_add): Likewise.
406 * (value_of_user_reg): Likewise.
407
2108a63a
KR
4082020-03-17 Kamil Rytarowski <n54@gmx.com>
409
410 * sparc-nat.c (gdb_ptrace): New.
411 * sparc-nat.c (sparc_fetch_inferior_registers)
412 (sparc_store_inferior_registers) Remove obsolete comment.
413 * sparc-nat.c (sparc_fetch_inferior_registers)
414 (sparc_store_inferior_registers) Switch from pid_t to ptid_t.
415 * sparc-nat.c (sparc_fetch_inferior_registers)
416 (sparc_store_inferior_registers) Use gdb_ptrace.
417
a225c9a8
KR
4182020-03-17 Kamil Rytarowski <n54@gmx.com>
419
420 * sh-nbsd-nat.c (fetch_registers): New variable lwp and pass
421 it to the ptrace call.
422 * sh-nbsd-nat.c (store_registers): Likewise.
423
98097623
KR
4242020-03-17 Kamil Rytarowski <n54@gmx.com>
425
426 * sh-nbsd-nat.c (sh_nbsd_nat_target): Inherit from
427 nbsd_nat_target instead of inf_ptrace_target.
428 * sh-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
429 nbsd_nat_target.
430
9e38d619
KR
4312020-03-17 Kamil Rytarowski <n54@gmx.com>
432
433 * amd64-bsd-nat.c: Include amd64-bsd-nat.h".
434
a2ecbe9f
KR
4352020-03-17 Kamil Rytarowski <n54@gmx.com>
436
437 * nbsd-nat.c: Include <sys/types.h>, <sys/ptrace.h> and
438 <sys/sysctl.h>.
439 * nbsd-nat.c (nbsd_nat_target::pid_to_exec_file): Rewrite.
440
58990295
TV
4412020-03-17 Tom de Vries <tdevries@suse.de>
442
443 PR gdb/23710
444 * dwarf2/read.h (struct dwarf2_per_cu_data): Add unit_type and lang
445 fields.
446 * dwarf2/read.c (process_psymtab_comp_unit): Initialize unit_type and lang
447 fields.
448 (process_imported_unit_die): Skip import of c++ CUs.
449
771dd3a8
TT
4502020-03-16 Tom Tromey <tom@tromey.com>
451
452 * p-valprint.c (pascal_object_print_value): Initialize
453 base_value.
454
817a7585
AK
4552020-03-16 Anton Kolesov <anton.kolesov@synopsys.com>
456 Shahab Vahedi <shahab@synopsys.com>
457
458 * Makefile.in: Add arch/arc.o
459 * configure.tgt: Likewise.
460 * arc-tdep.c (arc_tdesc_init): Use arc_read_description.
461 (_initialize_arc_tdep): Don't initialize old target descriptions.
462 (arc_read_description): New function to cache target descriptions.
463 * arc-tdep.h (arc_read_description): Add proto type.
464 * arch/arc.c: New file.
465 * arch/arc.h: Likewise.
466 * features/Makefile: Replace old target descriptions with new.
467 * features/arc-arcompact.c: Remove.
468 * features/arc-arcompact.xml: Likewise.
469 * features/arc-v2.c: Likewise
470 * features/arc-v2.xml: Likewise
471 * features/arc/aux-arcompact.xml: New file.
472 * features/arc/aux-v2.xml: Likewise.
473 * features/arc/core-arcompact.xml: Likewise.
474 * features/arc/core-v2.xml: Likewise.
475 * features/arc/aux-arcompact.c: Generate.
476 * features/arc/aux-v2.c: Likewise.
477 * features/arc/core-arcompact.c: Likewise.
478 * features/arc/core-v2.c: Likewise.
479 * target-descriptions (maint_print_c_tdesc_cmd): Support ARC features.
480
67430cd0
TT
4812020-03-16 Tom Tromey <tromey@adacore.com>
482
483 PR gdb/25663:
484 * dwarf2/read.c (dwarf2_name): Strip leading namespaces after
485 putting value into bcache.
486
30efb6c7
SM
4872020-03-16 Simon Marchi <simon.marchi@efficios.com>
488
489 PR gdb/21500
490 * amd64-windows-tdep.c (amd64_windows_init_abi): Rename
491 to...
492 (amd64_windows_init_abi_common): ... this. Don't set size of
493 long type.
494 (amd64_windows_init_abi): New function.
495 (amd64_cygwin_init_abi): New function.
496 (_initialize_amd64_windows_tdep): Use amd64_cygwin_init_abi for
497 the Cygwin OS ABI.
498 * i386-windows-tdep.c (_initialize_i386_windows_tdep): Clarify
499 comment.
500
8db52437
SM
5012020-03-16 Simon Marchi <simon.marchi@efficios.com>
502
503 * windows-tdep.h (is_linked_with_cygwin_dll): New declaration.
504 * windows-tdep.c (CYGWIN_DLL_NAME): New.
505 (pe_import_directory_entry): New struct type.
506 (is_linked_with_cygwin_dll): New function.
507 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Select
508 GDB_OSABI_CYGWIN if the BFD is linked with the Cygwin DLL.
509 * i386-windows-tdep.c (i386_windows_osabi_sniffer): Likewise.
510
5982a56a
SM
5112020-03-16 Simon Marchi <simon.marchi@efficios.com>
512
513 * i386-windows-tdep.c: Mass-rename "cygwin" to "windows", except
514 i386_cygwin_core_osabi_sniffer.
515
7a1998df
SM
5162020-03-16 Simon Marchi <simon.marchi@efficios.com>
517
518 * i386-cygwin-tdep.c: Rename to...
519 * i386-windows-tdep.c: ... this.
520 * Makefile.in (ALL_TARGET_OBS): Rename i386-cygwin-tdep.c to
521 i386-windows-tdep.c.
522 * configure.tgt: Likewise.
523
053205cc
SM
5242020-03-16 Simon Marchi <simon.marchi@efficios.com>
525
526 * osabi.h (enum gdb_osabi): Add GDB_OSABI_WINDOWS.
527 * osabi.c (gdb_osabi_names): Add "Windows".
528 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Return
529 GDB_OSABI_WINDOWS when the binary's target is "pei-i386".
530 (i386_cygwin_core_osabi_sniffer): New function, extracted from
531 i386_cygwin_osabi_sniffer.
532 (_initialize_i386_cygwin_tdep): Register OS ABI
533 GDB_OSABI_WINDOWS for i386.
534 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): Return
535 GDB_OSABI_WINDOWS when the binary's target is "pei-x86-64".
536 (_initialize_amd64_windows_tdep): Register OS ABI GDB_OSABI_WINDOWS
537 for x86-64.
538 * configure.tgt: Use GDB_OSABI_WINDOWS as the default OS ABI
539 when the target matches '*-*-mingw*'.
540
fe4b2ee6
SM
5412020-03-16 Simon Marchi <simon.marchi@efficios.com>
542
543 * defs.h (enum gdb_osabi): Move to...
544 * osabi.h (enum gdb_osabi): ... here.
545 * gdbarch.sh: Include osabi.h in gdbarch.h.
546 * gdbarch.h: Re-generate.
547
cb9b645d
SM
5482020-03-16 Simon Marchi <simon.marchi@efficios.com>
549
550 * amd64-windows-tdep.c (amd64_windows_osabi_sniffer): New
551 function.
552 (_initialize_amd64_windows_tdep): Register osabi sniffer.
553
3293bbaf
TT
5542020-03-14 Tom Tromey <tom@tromey.com>
555
556 * c-typeprint.c (cp_type_print_method_args): Print "__restrict__"
557 for C++.
558 (c_type_print_modifier): Likewise. Add "language" parameter.
559 (c_type_print_varspec_prefix, c_type_print_base_struct_union)
560 (c_type_print_base_1): Update.
561 * type-stack.h (enum type_pieces) <tp_atomic, tp_restrict>: New
562 constants.
563 * type-stack.c (type_stack::insert): Handle tp_atomic and
564 tp_restrict.
565 (type_stack::follow_type_instance_flags): Likewise.
566 (type_stack::follow_types): Likewise. Merge type-following code.
567 * c-exp.y (RESTRICT, ATOMIC): New tokens.
568 (space_identifier, cv_with_space_id)
569 (const_or_volatile_or_space_identifier_noopt)
570 (const_or_volatile_or_space_identifier): Remove.
571 (single_qualifier, qualifier_seq_noopt, qualifier_seq): New
572 rules.
573 (ptr_operator, typebase): Update.
574 (enum token_flag) <FLAG_C>: New constant.
575 (ident_tokens): Add "restrict", "__restrict__", "__restrict", and
576 "_Atomic".
577 (lex_one_token): Handle FLAG_C.
578
154151a6
KR
5792020-03-14 Kamil Rytarowski <n54@gmx.com>
580
581 * m68k-bsd-nat.c (fetch_registers): New variable lwp and pass
582 it to the ptrace call.
583 * m68k-bsd-nat.c (store_registers): Likewise.
584
bc107784
KR
5852020-03-14 Kamil Rytarowski <n54@gmx.com>
586
587 * m68k-bsd-nat.c (m68kbsd_supply_gregset): Change type of regs to
588 gdb_byte *.
589 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
590 * m68k-bsd-nat.c (m68kbsd_collect_gregset): Likewise.
591 * m68k-bsd-nat.c (m68kbsd_supply_pcb): Cast &tmp to gdb_byte *.
592
01a80117
KR
5932020-03-14 Kamil Rytarowski <n54@gmx.com>
594
595 * m68k-bsd-nat.c (m68k_bsd_nat_target): Inherit from
596 nbsd_nat_target instead of inf_ptrace_target.
597 * m68k-bsd-nat.c: Include "nbsd-nat.h", as we are now using
598 nbsd_nat_target.
599
f90280ca
KR
6002020-03-14 Kamil Rytarowski <n54@gmx.com>
601
602 * m68k-bsd-nat.c: Define _KERNTYPES to get the declaration of
603 register_t.
604
6def66f1
KR
6052020-03-14 Kamil Rytarowski <n54@gmx.com>
606
607 * alpha-bsd-nat.c (fetch_registers): New variable lwp and pass
608 it to the ptrace call.
609 * alpha-bsd-nat.c (store_registers): Likewise.
610
66eaca97
KR
6112020-03-14 Kamil Rytarowski <n54@gmx.com>
612
613 * alpha-bsd-nat.c: Remove <sys/procfs.h> and "gregset.h" from
614 includes.
615 * alpha-bsd-nat.c (gregset_t, fpregset_t): Remove.
616 * alpha-bsd-nat.c (supply_gregset, fill_gregset, supply_fpregset,
617 fill_fpregset): Likewise.
618
4fed520b
KR
6192020-03-14 Kamil Rytarowski <n54@gmx.com>
620
621 * alpha-bsd-nat.c (alpha_netbsd_nat_target): Inherit from
622 nbsd_nat_target instead of inf_ptrace_target.
623 * alpha-bsd-nat.c: Include "nbsd-nat.h", as we are now using
624 nbsd_nat_target.
625
2190cf06
KR
6262020-03-14 Kamil Rytarowski <n54@gmx.com>
627
628 * alpha-bsd-nat.c: Define _KERNTYPES to get the declaration of
629 register_t.
630
75c56d3d
KR
6312020-03-14 Kamil Rytarowski <n54@gmx.com>
632
633 * arm-nbsd-nat.c (fetch_register): New variable lwp and pass
634 it to the ptrace call.
635 * arm-nbsd-nat.c (fetch_fp_register): Likewise.
636 * arm-nbsd-nat.c (fetch_fp_regs): Likewise.
637 * arm-nbsd-nat.c (store_register): Likewise.
638 * arm-nbsd-nat.c (store_regs): Likewise.
639 * arm-nbsd-nat.c (store_fp_register): Likewise.
640 * arm-nbsd-nat.c (store_fp_regs): Likewise.
641
6018d381
KR
6422020-03-14 Kamil Rytarowski <n54@gmx.com>
643
644 * arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
645 nbsd_nat_target instead of inf_ptrace_target.
646 * arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
647 nbsd_nat_target.
648
013f99f0
KR
6492020-03-14 Kamil Rytarowski <n54@gmx.com>
650
651 * x86-bsd-nat.c (x86bsd_dr_get): New variable lwp and pass
652 it to the ptrace call.
653 * x86-bsd-nat.c (x86bsd_dr_set): Likewise.
654
12753073
KR
6552020-03-14 Kamil Rytarowski <n54@gmx.com>
656
6227b330
KR
657 * vax-bsd-nat.c (vaxbsd_supply_gregset): New variable lwp and pass
658 it to the ptrace call.
659 * vax-bsd-nat.c (vaxbsd_collect_gregset): Likewise.
660
6612020-03-14 Kamil Rytarowski <n54@gmx.com>
662
663 * vax-bsd-nat.c (vaxbsd_supply_gregset): Cast gregs to const
664 gdb_byte *.
12753073
KR
665 * vax-bsd-nat.c (vaxbsd_collect_gregset): Cast gregs to void *.
666
d5be5fa4
KR
6672020-03-14 Kamil Rytarowski <n54@gmx.com>
668
669 * vax-bsd-nat.c (vax_bsd_nat_target): Inherit from nbsd_nat_target
670 instead of inf_ptrace_target.
671 * vax-bsd-nat.c: Include "nbsd-nat.h", as we are now using
672 nbsd_nat_target.
673
8110f842
KR
6742020-03-14 Kamil Rytarowski <n54@gmx.com>
675
676 * mips-nbsd-nat.c: Define _KERNTYPES to get the declaration of
677 register_t.
678
52feded7
KR
6792020-03-14 Kamil Rytarowski <n54@gmx.com>
680
681 * ppc-nbsd-nat.c: Define _KERNTYPES to get the declaration of
682 register_t.
683
25567eee
KR
6842020-03-14 Kamil Rytarowski <n54@gmx.com>
685
686 * vax-bsd-nat.c: Define _KERNTYPES to get the declaration of
687 register_t.
688
426a9c18
TT
6892020-03-13 Tom Tromey <tom@tromey.com>
690
691 * value.h (val_print): Don't declare.
692 * valprint.h (val_print_array_elements)
693 (val_print_scalar_formatted, generic_val_print): Don't declare.
694 * valprint.c (generic_val_print_array): Take a struct value.
695 (generic_val_print_ptr, generic_val_print_memberptr)
696 (generic_val_print_bool, generic_val_print_int)
697 (generic_val_print_char, generic_val_print_complex)
698 (generic_val_print): Remove.
699 (generic_value_print): Update.
700 (do_val_print): Remove unused parameters. Don't call
701 la_val_print.
702 (val_print): Remove.
703 (common_val_print): Update. Don't call value_check_printable.
704 (val_print_scalar_formatted, val_print_array_elements): Remove.
705 * rust-lang.c (rust_val_print): Remove.
706 (rust_language_defn): Update.
707 * p-valprint.c (pascal_val_print): Remove.
708 (pascal_value_print_inner): Update.
709 (pascal_object_print_val_fields, pascal_object_print_val):
710 Remove.
711 (pascal_object_print_static_field): Update.
712 * p-lang.h (pascal_val_print): Don't declare.
713 * p-lang.c (pascal_language_defn): Update.
714 * opencl-lang.c (opencl_language_defn): Update.
715 * objc-lang.c (objc_language_defn): Update.
716 * m2-valprint.c (m2_print_unbounded_array, m2_val_print): Remove.
717 * m2-lang.h (m2_val_print): Don't declare.
718 * m2-lang.c (m2_language_defn): Update.
719 * language.h (struct language_defn) <la_val_print>: Remove.
720 * language.c (unk_lang_value_print_inner): Rename. Change
721 argument types.
722 (unknown_language_defn, auto_language_defn): Update.
723 * go-valprint.c (go_val_print): Remove.
724 * go-lang.h (go_val_print): Don't declare.
725 * go-lang.c (go_language_defn): Update.
726 * f-valprint.c (f_val_print): Remove.
727 * f-lang.h (f_value_print): Don't declare.
728 * f-lang.c (f_language_defn): Update.
729 * d-valprint.c (d_val_print): Remove.
730 * d-lang.h (d_value_print): Don't declare.
731 * d-lang.c (d_language_defn): Update.
732 * cp-valprint.c (cp_print_value_fields)
733 (cp_print_value_fields_rtti, cp_print_value): Remove.
734 (cp_print_static_field): Update.
735 * c-valprint.c (c_val_print_array, c_val_print_ptr)
736 (c_val_print_struct, c_val_print_union, c_val_print_int)
737 (c_val_print_memberptr, c_val_print): Remove.
738 * c-lang.h (c_val_print_array, cp_print_value_fields)
739 (cp_print_value_fields_rtti): Don't declare.
740 * c-lang.c (c_language_defn, cplus_language_defn)
741 (asm_language_defn, minimal_language_defn): Update.
742 * ada-valprint.c (ada_val_print_ptr, ada_val_print_num): Remove.
743 (ada_val_print_enum): Take a struct value.
744 (ada_val_print_flt, ada_val_print_array, ada_val_print_1)
745 (ada_val_print): Remove.
746 (ada_value_print_1): Update.
747 (printable_val_type): Remove.
748 * ada-lang.h (ada_val_print): Don't declare.
749 * ada-lang.c (ada_language_defn): Update.
750
42331a1e
TT
7512020-03-13 Tom Tromey <tom@tromey.com>
752
753 * valprint.c (do_val_print): Update.
754 * python/python-internal.h (gdbpy_apply_val_pretty_printer): Take
755 a struct value.
756 (value_to_value_object_no_release): Declare.
757 * python/py-value.c (value_to_value_object_no_release): New
758 function.
759 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Take a
760 struct value.
761 * guile/scm-value.c (vlscm_scm_from_value_no_release): New
762 function.
763 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Take
764 a struct value.
765 * guile/guile-internal.h (vlscm_scm_from_value_no_release):
766 Declare.
767 (gdbscm_apply_val_pretty_printer): Take a struct value.
768 * extension.h (apply_ext_lang_val_pretty_printer): Take a struct
769 value.
770 * extension.c (apply_ext_lang_val_pretty_printer): Take a struct
771 value.
772 * extension-priv.h (struct extension_language_ops)
773 <apply_val_pretty_printer>: Take a struct value.
774 * cp-valprint.c (cp_print_value): Create a struct value.
775 (cp_print_value): Update.
776
3a916a97
TT
7772020-03-13 Tom Tromey <tom@tromey.com>
778
779 * ada-valprint.c (print_field_values): Call common_val_print.
780
b59eac37
TT
7812020-03-13 Tom Tromey <tom@tromey.com>
782
783 * ada-valprint.c (val_print_packed_array_elements): Remove
784 bitoffset and val parameters. Call common_val_print.
785 (ada_val_print_string): Remove offset, address, and original_value
786 parameters.
787 (ada_val_print_array): Update.
788 (ada_value_print_array): New function.
789 (ada_value_print_1): Call it.
790
03371129
TT
7912020-03-13 Tom Tromey <tom@tromey.com>
792
793 * ada-valprint.c (ada_value_print): Use common_val_print.
794
2e088f8b
TT
7952020-03-13 Tom Tromey <tom@tromey.com>
796
797 * ada-valprint.c (ada_val_print_ref): Use common_val_print.
798
39ef85a8
TT
7992020-03-13 Tom Tromey <tom@tromey.com>
800
801 * ada-valprint.c (ada_value_print_num): New function.
802 (ada_value_print_1): Use it.
803
b9fa6e07
TT
8042020-03-13 Tom Tromey <tom@tromey.com>
805
806 * ada-valprint.c (ada_value_print_1) <TYPE_CODE_FLT>: Rewrite.
807
416595d6
TT
8082020-03-13 Tom Tromey <tom@tromey.com>
809
810 * ada-valprint.c (ada_value_print_ptr): New function.
811 (ada_value_print_1): Use it.
812
5b5e15ec
TT
8132020-03-13 Tom Tromey <tom@tromey.com>
814
815 * ada-valprint.c (ada_val_print_gnat_array): Take a struct value;
816 call common_val_print.
817 (ada_val_print_1): Update.
818 (ada_value_print_1): New function.
819 (ada_value_print_inner): Rewrite.
820
fbf54e75
TT
8212020-03-13 Tom Tromey <tom@tromey.com>
822
823 * cp-valprint.c (cp_print_value_fields): Update.
824 (cp_print_value): New function.
825
64b653ca
TT
8262020-03-13 Tom Tromey <tom@tromey.com>
827
828 * m2-valprint.c (m2_value_print_inner): Use
829 cp_print_value_fields.
830 * cp-valprint.c (cp_print_value_fields): New function.
831 * c-valprint.c (c_value_print_struct): New function.
832 (c_value_print_inner): Use c_value_print_struct.
833 * c-lang.h (cp_print_value_fields): Declare.
834
6999f067
TT
8352020-03-13 Tom Tromey <tom@tromey.com>
836
837 * c-valprint.c (c_value_print_array): New function.
838 (c_value_print_inner): Use it.
839
ce80b8bd
TT
8402020-03-13 Tom Tromey <tom@tromey.com>
841
842 * c-valprint.c (c_value_print_memberptr): New function.
843 (c_value_print_inner): Use it.
844
2faac269
TT
8452020-03-13 Tom Tromey <tom@tromey.com>
846
847 * c-valprint.c (c_value_print_int): New function.
848 (c_value_print_inner): Use it.
849
da3e2c29
TT
8502020-03-13 Tom Tromey <tom@tromey.com>
851
852 * c-valprint.c (c_value_print_ptr): New function.
853 (c_value_print_inner): Use it.
854
50836231
TT
8552020-03-13 Tom Tromey <tom@tromey.com>
856
857 * c-valprint.c (c_value_print_inner): Rewrite.
858
4f412b6e
TT
8592020-03-13 Tom Tromey <tom@tromey.com>
860
861 * valprint.c (generic_value_print_complex): New function.
862 (generic_value_print): Use it.
863
f5354008
TT
8642020-03-13 Tom Tromey <tom@tromey.com>
865
866 * valprint.c (generic_val_print_float): Don't call
867 val_print_scalar_formatted.
868 (generic_val_print, generic_value_print): Update.
869
3eec3b05
TT
8702020-03-13 Tom Tromey <tom@tromey.com>
871
872 * valprint.c (generic_value_print_char): New function
873 (generic_value_print): Use it.
874
fdddfccb
TT
8752020-03-13 Tom Tromey <tom@tromey.com>
876
877 * valprint.c (generic_value_print_int): New function.
878 (generic_value_print): Use it.
879
6dde7521
TT
8802020-03-13 Tom Tromey <tom@tromey.com>
881
882 * valprint.c (generic_value_print_bool): New function.
883 (generic_value_print): Use it.
884
4112d2e6
TT
8852020-03-13 Tom Tromey <tom@tromey.com>
886
887 * valprint.c (generic_val_print_func): Simplify.
888 (generic_val_print, generic_value_print): Update.
889
65786af6
TT
8902020-03-13 Tom Tromey <tom@tromey.com>
891
892 * valprint.c (generic_val_print_flags): Remove.
893 (generic_val_print, generic_value_print): Update.
894 (val_print_type_code_flags): Add original_value parameter.
895
40f3ce18
TT
8962020-03-13 Tom Tromey <tom@tromey.com>
897
898 * valprint.c (generic_val_print): Update.
899 (generic_value_print): Update.
900 * valprint.c (generic_val_print_enum): Don't call
901 val_print_scalar_formatted.
902
2a5b130b
TT
9032020-03-13 Tom Tromey <tom@tromey.com>
904
905 * valprint.c (generic_value_print): Call generic_value_print_ptr.
906 * valprint.c (generic_value_print_ptr): New function.
907
abc66ce9
TT
9082020-03-13 Tom Tromey <tom@tromey.com>
909
910 * valprint.c (generic_value_print): Rewrite.
911
07a32858
TT
9122020-03-13 Tom Tromey <tom@tromey.com>
913
914 * p-valprint.c (pascal_object_print_value_fields)
915 (pascal_object_print_value): New functions.
916
64d64d3a
TT
9172020-03-13 Tom Tromey <tom@tromey.com>
918
919 * p-valprint.c (pascal_value_print_inner): Rewrite.
920
6a95a1f5
TT
9212020-03-13 Tom Tromey <tom@tromey.com>
922
923 * f-valprint.c (f_value_print_innner): Rewrite.
924
59fcdac6
TT
9252020-03-13 Tom Tromey <tom@tromey.com>
926
927 * m2-valprint.c (m2_print_unbounded_array): New overload.
928 (m2_print_unbounded_array): Update.
929 (m2_print_array_contents): Take a struct value.
930 (m2_value_print_inner): Rewrite.
931
d133c3e1
TT
9322020-03-13 Tom Tromey <tom@tromey.com>
933
934 * d-valprint.c (dynamic_array_type): Call d_value_print_inner.
935 (d_value_print_inner): New function.
936 * d-lang.h (d_value_print_inner): Declare.
937 * d-lang.c (d_language_defn): Use d_value_print_inner.
938
23b0f06b
TT
9392020-03-13 Tom Tromey <tom@tromey.com>
940
941 * go-valprint.c (go_value_print_inner): New function.
942 * go-lang.h (go_value_print_inner): Declare.
943 * go-lang.c (go_language_defn): Use go_value_print_inner.
944
5f56f7cb
TT
9452020-03-13 Tom Tromey <tom@tromey.com>
946
947 * rust-lang.c (val_print_struct, rust_print_enum): Use the value
948 API.
949 (rust_val_print): Rewrite.
950 (rust_value_print_inner): New function, from rust_val_print.
951 (rust_language_defn): Use rust_value_print_inner.
952
26792ee0
TT
9532020-03-13 Tom Tromey <tom@tromey.com>
954
955 * ada-valprint.c (ada_value_print_inner): New function.
956 * ada-lang.h (ada_value_print_inner): Declare.
957 * ada-lang.c (ada_language_defn): Use ada_value_print_inner.
958
24051bbe
TT
9592020-03-13 Tom Tromey <tom@tromey.com>
960
961 * f-valprint.c (f_value_print_innner): New function.
962 * f-lang.h (f_value_print_innner): Declare.
963 * f-lang.c (f_language_defn): Use f_value_print_innner.
964
c0941be6
TT
9652020-03-13 Tom Tromey <tom@tromey.com>
966
967 * p-valprint.c (pascal_value_print_inner): New function.
968 * p-lang.h (pascal_value_print_inner): Declare.
969 * p-lang.c (pascal_language_defn): Use pascal_value_print_inner.
970
62c4663d
TT
9712020-03-13 Tom Tromey <tom@tromey.com>
972
973 * m2-valprint.c (m2_value_print_inner): New function.
974 * m2-lang.h (m2_value_print_inner): Declare.
975 * m2-lang.c (m2_language_defn): Use m2_value_print_inner.
976
62182190
TT
9772020-03-13 Tom Tromey <tom@tromey.com>
978
979 * opencl-lang.c (opencl_language_defn): Use c_value_print_inner.
980 * objc-lang.c (objc_language_defn): Use c_value_print_inner.
981 * c-valprint.c (c_value_print_inner): New function.
982 * c-lang.h (c_value_print_inner): Declare.
983 * c-lang.c (c_language_defn, cplus_language_defn)
984 (asm_language_defn, minimal_language_defn): Use
985 c_value_print_inner.
986
1e592a8a
TT
9872020-03-13 Tom Tromey <tom@tromey.com>
988
989 * p-valprint.c (pascal_object_print_value_fields): Now static.
990 * p-lang.h (pascal_object_print_value_fields): Don't declare.
991
7fe471e9
TT
9922020-03-13 Tom Tromey <tom@tromey.com>
993
994 * c-valprint.c (c_val_print_array): Simplify.
995
d121c6ce
TT
9962020-03-13 Tom Tromey <tom@tromey.com>
997
998 * valprint.c (value_print_array_elements): New function.
999 * valprint.h (value_print_array_elements): Declare.
1000
4dba70ee
TT
10012020-03-13 Tom Tromey <tom@tromey.com>
1002
1003 * printcmd.c (print_formatted): Use value_print_scalar_formatted.
1004 * mips-tdep.c (mips_print_register): Use
1005 value_print_scalar_formatted.
1006
4f9ae810
TT
10072020-03-13 Tom Tromey <tom@tromey.com>
1008
1009 * valprint.h (value_print_scalar_formatted): Declare.
1010 * valprint.c (value_print_scalar_formatted): New function.
1011
156bfec9
TT
10122020-03-13 Tom Tromey <tom@tromey.com>
1013
1014 * valprint.h (generic_value_print): Declare.
1015 * valprint.c (generic_value_print): New function.
1016
2b4e573d
TT
10172020-03-13 Tom Tromey <tom@tromey.com>
1018
1019 * valprint.c (do_val_print): Call la_value_print_inner, if
1020 available.
1021 * rust-lang.c (rust_language_defn): Update.
1022 * p-lang.c (pascal_language_defn): Update.
1023 * opencl-lang.c (opencl_language_defn): Update.
1024 * objc-lang.c (objc_language_defn): Update.
1025 * m2-lang.c (m2_language_defn): Update.
1026 * language.h (struct language_defn) <la_value_print_inner>: New
1027 member.
1028 * language.c (unknown_language_defn, auto_language_defn): Update.
1029 * go-lang.c (go_language_defn): Update.
1030 * f-lang.c (f_language_defn): Update.
1031 * d-lang.c (d_language_defn): Update.
1032 * c-lang.c (c_language_defn, cplus_language_defn)
1033 (asm_language_defn, minimal_language_defn): Update.
1034 * ada-lang.c (ada_language_defn): Update.
1035
a1f6a07c
TT
10362020-03-13 Tom Tromey <tom@tromey.com>
1037
1038 * c-valprint.c (c_value_print): Use common_val_print.
1039
410cf315
TT
10402020-03-13 Tom Tromey <tom@tromey.com>
1041
1042 * cp-valprint.c (cp_print_static_field): Use common_val_print.
1043
72a45c93
TT
10442020-03-13 Tom Tromey <tom@tromey.com>
1045
1046 * f-valprint.c (f77_print_array_1, f_val_print): Use
1047 common_val_print.
1048
040f66bd
TT
10492020-03-13 Tom Tromey <tom@tromey.com>
1050
1051 * riscv-tdep.c (riscv_print_one_register_info): Use
1052 common_val_print.
1053
a6e05a6c
TT
10542020-03-13 Tom Tromey <tom@tromey.com>
1055
1056 * mi/mi-main.c (output_register): Use common_val_print.
1057
3444c526
TT
10582020-03-13 Tom Tromey <tom@tromey.com>
1059
1060 * infcmd.c (default_print_one_register_info): Use
1061 common_val_print.
1062
c2a44efe
TT
10632020-03-13 Tom Tromey <tom@tromey.com>
1064
1065 * valprint.h (common_val_print_checked): Declare.
1066 * valprint.c (common_val_print_checked): New function.
1067 * stack.c (print_frame_arg): Use common_val_print_checked.
1068
b0c26e99
TT
10692020-03-13 Tom Tromey <tom@tromey.com>
1070
1071 * valprint.c (do_val_print): New function, from val_print.
1072 (val_print): Use do_val_print.
1073 (common_val_print): Use do_val_print.
1074
ce3acbe9
TT
10752020-03-13 Tom Tromey <tom@tromey.com>
1076
1077 * valprint.c (value_print): Use scoped_value_mark.
1078
96c7f873
TV
10792020-03-13 Tom de Vries <tdevries@suse.de>
1080
1081 PR symtab/25646
1082 * psymtab.c (partial_symtab::partial_symtab): Don't set
1083 globals_offset and statics_offset. Push element onto
1084 current_global_psymbols and current_static_psymbols stacks.
1085 (concat): New function.
1086 (end_psymtab_common): Set globals_offset and statics_offset. Pop
1087 element from current_global_psymbols and current_static_psymbols
1088 stacks. Concat popped elements to global_psymbols and
1089 static_symbols.
1090 (add_psymbol_to_list): Use current_global_psymbols and
1091 current_static_psymbols stacks.
1092 * psymtab.h (class psymtab_storage): Add current_global_psymbols and
1093 current_static_psymbols fields.
1094
6ba0a321
CB
10952020-03-12 Christian Biesinger <cbiesinger@google.com>
1096
1097 * corelow.c (sniff_core_bfd): Remove.
1098 (class core_target) <m_core_vec>: Remove.
1099 (core_target::core_target): Update.
1100 (core_file_fns): Remove.
1101 (deprecated_add_core_fns): Remove.
1102 (default_core_sniffer): Remove.
1103 (sniff_core_bfd): Remove.
1104 (default_check_format): Remove.
1105 (gdb_check_format): Remove.
1106 (core_target_open): Update.
1107 (core_target::get_core_register_section): Update.
1108 (get_core_registers_cb): Update.
1109 (core_target::fetch_registers): Update.
1110 * gdbcore.h (struct core_fns): Remove.
1111 (deprecated_add_core_fns): Remove.
1112 (default_core_sniffer): Remove.
1113 (default_check_format): Remove.
1114
227031b2
TT
11152020-03-12 Tom Tromey <tom@tromey.com>
1116
1117 * arm-tdep.c (struct arm_mapping_symbol) <value>: Now a
1118 CORE_ADDR.
1119 (struct arm_exidx_entry) <addr>: Now a CORE_ADDR.
1120
53807e9f
TT
11212020-03-12 Tom Tromey <tom@tromey.com>
1122
1123 * remote.c (remote_target::download_tracepoint)
1124 (remote_target::enable_tracepoint)
1125 (remote_target::disable_tracepoint): Use phex, not sprintf_vma.
1126 * breakpoint.c (print_recreate_masked_watchpoint): Use phex, not
1127 sprintf_vma.
1128
64f25102
TT
11292020-03-12 Tom Tromey <tom@tromey.com>
1130
1131 * symfile-mem.c: Update CORE_ADDR size assert.
1132
272cd5a3
SM
11332020-03-12 Simon Marchi <simon.marchi@efficios.com>
1134
1135 * selftest.m4: Move to gdbsupport/.
1136 * acinclude.m4: Update path to selftest.m4.
1137
74cd3f9d
SM
11382020-03-12 Simon Marchi <simon.marchi@efficios.com>
1139
1140 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Rename to...
1141 (SELFTESTS_SRCS): ... this. Add disasm-selftests.c,
1142 gdbarch-selfselftests.c and selftest-arch.c.
1143 (SUBDIR_UNITTESTS_OBS): Rename to...
1144 (SELFTESTS_OBS): ... this.
1145 (COMMON_SFILES): Remove disasm-selftests.c and
1146 gdbarch-selftests.c.
1147 * configure.ac: Don't add selftest-arch.{c,o} to
1148 CONFIG_{SRCS,OBS}.
1149 * disasm-selftests.c, gdbarch-selftests.c: Remove GDB_SELF_TEST
1150 preprocessor conditions.
1151
db6878ac
SM
11522020-03-12 Simon Marchi <simon.marchi@efficios.com>
1153
1154 * configure.ac: Don't source bfd/development.sh.
1155 * selftest.m4: Modify comment.
1156 * configure: Re-generate.
1157
4d696a5c
SM
11582020-03-12 Simon Marchi <simon.marchi@efficios.com>
1159
1160 * selftest.m4 (GDB_AC_SELFTEST): Error out if $development is
1161 not "true" or "false".
1162 * configure: Re-generate.
1163
8dd8e1c7
CB
11642020-03-12 Christian Biesinger <cbiesinger@google.com>
1165
1166 * Makefile.in (HFILES_NO_SRCDIR): Add new arm-nbsd-tdep.h file.
1167 * arm-nbsd-nat.c (arm_supply_gregset): Moved to arm-nbsd-tdep and
1168 renamed to arm_nbsd_supply_gregset.
1169 (fetch_register): Update to call arm_nbsd_supply_gregset.
1170 (fetch_regs): Remove in favor of fetch_register with a -1 regno.
1171 (arm_netbsd_nat_target::fetch_registers): Update.
1172 (fetch_elfcore_registers): Removed.
1173 (_initialize_arm_netbsd_nat): Removed call to deprecated_add_core_fns.
1174 * arm-nbsd-tdep.c (struct arm_nbsd_reg): New struct.
1175 (arm_nbsd_supply_gregset): Moved from arm-nbsd-nat.c and updated to
1176 not require NetBSD system headers.
1177 (arm_nbsd_regset): New struct.
1178 (arm_nbsd_iterate_over_regset_sections): New function.
1179 (arm_netbsd_init_abi_common): Updated to call
1180 set_gdbarch_iterate_over_regset_sections.
1181 * arm-nbsd-tdep.h: New file.
1182
dd69bf7a
KB
11832020-03-11 Kevin Buettner <kevinb@redhat.com>
1184
1185 * symtab.c (find_pc_sect_line): Add check which prevents infinite
1186 recursion.
1187
a0761e34
SM
11882020-03-11 Simon Marchi <simon.marchi@efficios.com>
1189
1190 * configure: Re-generate.
1191
e7a82140
TT
11922020-03-11 Tom Tromey <tromey@adacore.com>
1193
1194 * ada-typeprint.c (print_choices): Fix comment.
1195
dcc050c8
AB
11962020-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * buildsyms.c (buildsym_compunit::record_line): Avoid accessing
1199 previous item in the list, when the list has no items.
1200
1c33af77
TV
12012020-03-11 Tom de Vries <tdevries@suse.de>
1202
1203 * dwarf2/loc.c (dwarf2_evaluate_property): Handle NULL frame in
1204 PROP_LOCLIST handling code.
1205
8c95582d
AB
12062020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * buildsym-legacy.c (record_line): Pass extra parameter to
1209 record_line.
1210 * buildsym.c (buildsym_compunit::record_line): Take an extra
1211 parameter, reduce duplication in the line table, and record the
1212 is_stmt flag in the line table.
1213 * buildsym.h (buildsym_compunit::record_line): Add extra
1214 parameter.
1215 * disasm.c (do_mixed_source_and_assembly_deprecated): Ignore
1216 non-statement lines.
1217 * dwarf2/read.c (dwarf_record_line_1): Add extra parameter, pass
1218 this to the symtab builder.
1219 (dwarf_finish_line): Pass extra parameter to dwarf_record_line_1.
1220 (lnp_state_machine::record_line): Pass a suitable is_stmt flag
1221 through to dwarf_record_line_1.
1222 * infrun.c (process_event_stop_test): When stepping, don't stop at
1223 a non-statement instruction, and only refresh the step info when
1224 we land in the middle of a line's range. Also add an extra
1225 comment.
1226 * jit.c (jit_symtab_line_mapping_add_impl): Initialise is_stmt
1227 field.
1228 * record-btrace.c (btrace_find_line_range): Only record lines
1229 marked as is-statement.
1230 * stack.c (frame_show_address): Show the frame address if we are
1231 in a non-statement sal.
1232 * symmisc.c (dump_symtab_1): Print the is_stmt flag.
1233 (maintenance_print_one_line_table): Print a header for the is_stmt
1234 column, and include is_stmt information in the output.
1235 * symtab.c (find_pc_sect_line): Find lines marked as statements in
1236 preference to non-statements.
1237 (find_pcs_for_symtab_line): Prefer is-statement entries.
1238 (find_line_common): Likewise.
1239 * symtab.h (struct linetable_entry): Add is_stmt field.
1240 (struct symtab_and_line): Likewise.
1241 * xcoffread.c (arrange_linetable): Initialise is_stmt field when
1242 arranging the line table.
1243
e4003a34
TV
12442020-03-07 Tom de Vries <tdevries@suse.de>
1245
1246 * dwarf2/read.c (read_typedef): Treat anonymous typedef as forwarder
1247 DIE.
1248
e8932576
TT
12492020-03-07 Tom Tromey <tom@tromey.com>
1250
1251 * valops.c (value_literal_complex): Remove obsolete comment.
1252 * gdbtypes.h (enum type_code) <TYPE_CODE_FLT>: Remove obsolete
1253 comment.
1254
29734269
SM
12552020-03-06 Simon Marchi <simon.marchi@polymtl.ca>
1256
1257 * infrun.h: Forward-declare thread_info.
1258 (set_step_info): Add thread_info parameter, add doc.
1259 * infrun.c (set_step_info): Add thread_info parameter, move doc
1260 to header.
1261 * infrun.c (process_event_stop_test): Pass thread to
1262 set_step_info call.
1263 * infcmd.c (set_step_frame): Add thread_info pointer, pass it to
1264 set_step_info.
1265 (prepare_one_step): Add thread_info parameter, pass it to
1266 set_step_frame and prepare_one_step (recursive) call.
1267 (step_1): Pass thread to prepare_one_step call.
1268 (step_command_fsm::should_stop): Pass thread to
1269 prepare_one_step.
1270 (until_next_fsm): Pass thread to set_step_frame call.
1271 (finish_command): Pass thread to set_step_info call.
1272
b7d64b29
HD
12732020-03-06 Hannes Domani <ssbssa@yahoo.de>
1274
1275 * windows-tdep.c (windows_solib_create_inferior_hook):
1276 Check if inferior is running.
1277
09f2921c
TV
12782020-03-06 Tom de Vries <tdevries@suse.de>
1279
1280 * NEWS: Fix "the the".
1281 * ctfread.c: Same.
1282
fd760e79
TV
12832020-03-06 Tom de Vries <tdevries@suse.de>
1284
1285 * psymtab.c (psymtab_to_symtab): Don't print "done.".
1286
20ea4a60
AB
12872020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * .dir-locals.el: Add a comment referencing the other copies of
1290 this file.
1291
0afbabf0
JB
12922020-03-05 John Baldwin <jhb@FreeBSD.org>
1293
1294 * fbsd-tdep.c (fbsd_make_corefile_notes): Use std::string for
1295 psargs.
1296
842806cb
TBA
12972020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1298
1299 * .gitattributes: New file.
1300
be1e3d3e
TT
13012020-03-04 Tom Tromey <tom@tromey.com>
1302
1303 * symmisc.c (print_symbol_bcache_statistics)
1304 (print_objfile_statistics): Update.
1305 * symfile.c (allocate_symtab): Use intern.
1306 * psymtab.c (partial_symtab::partial_symtab): Use intern.
1307 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
1308 macro_cache>: Remove.
1309 <string_cache>: New member.
1310 (struct objfile) <intern>: New methods.
1311 * elfread.c (elf_symtab_read): Use intern.
1312 * dwarf2/read.c (fixup_go_packaging): Intern package name.
1313 (dwarf2_compute_name, dwarf2_physname)
1314 (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2): Intern
1315 names.
1316 (guess_partial_die_structure_name): Update.
1317 (partial_die_info::fixup): Intern name.
1318 (dwarf2_canonicalize_name): Change parameter to objfile. Intern
1319 name.
1320 (dwarf2_name): Intern name. Update.
1321 * buildsym.c (buildsym_compunit::get_macro_table): Use
1322 string_cache.
1323
4e7625fd
TT
13242020-03-04 Tom Tromey <tom@tromey.com>
1325
1326 * jit.c (bfd_open_from_target_memory): Make "target" const.
1327 * corefile.c (gnutarget): Now const.
1328 * gdbcore.h (gnutarget): Now const.
1329
46f9f931
HD
13302020-03-04 Hannes Domani <ssbssa@yahoo.de>
1331
1332 * NEWS: Mention support for WOW64 processes.
1333 * amd64-windows-nat.c (amd64_mappings): Rename and remove static.
1334 (amd64_windows_segment_register_p): Remove static.
1335 (_initialize_amd64_windows_nat): Update.
1336 * configure.nat <windows> (NATDEPFILES): Add i386-windows-nat.o.
1337 * i386-windows-nat.c (context_offset): Update.
1338 (i386_mappings): Rename and remove static.
1339 (i386_windows_segment_register_p): Remove static.
1340 (_initialize_i386_windows_nat): Update.
1341 * windows-nat.c (STATUS_WX86_BREAKPOINT): New macro.
1342 (STATUS_WX86_SINGLE_STEP): New macro.
1343 (EnumProcessModulesEx): New macro.
1344 (Wow64SuspendThread): New macro.
1345 (Wow64GetThreadContext): New macro.
1346 (Wow64SetThreadContext): New macro.
1347 (Wow64GetThreadSelectorEntry): New macro.
1348 (windows_set_context_register_offsets): Add static.
1349 (windows_set_segment_register_p): Likewise.
1350 (windows_add_thread): Adapt for WOW64 processes.
1351 (windows_fetch_one_register): Likewise.
1352 (windows_nat_target::fetch_registers): Likewise.
1353 (windows_store_one_register): Likewise.
1354 (display_selector): Likewise.
1355 (display_selectors): Likewise.
1356 (handle_exception): Likewise.
1357 (windows_continue): Likewise.
1358 (windows_nat_target::resume): Likewise.
1359 (windows_add_all_dlls): Likewise.
1360 (do_initial_windows_stuff): Likewise.
1361 (windows_nat_target::attach): Likewise.
1362 (windows_get_exec_module_filename): Likewise.
1363 (windows_nat_target::create_inferior): Likewise.
1364 (windows_xfer_siginfo): Likewise.
1365 (_initialize_loadable): Initialize Wow64SuspendThread,
1366 Wow64GetThreadContext, Wow64SetThreadContext,
1367 Wow64GetThreadSelectorEntry and EnumProcessModulesEx.
1368 * windows-nat.h (windows_set_context_register_offsets):
1369 Remove declaration.
1370 (windows_set_segment_register_p): Likewise.
1371 (i386_windows_segment_register_p): Add declaration.
1372 (amd64_windows_segment_register_p): Likewise.
1373
440cf44e
LM
13742020-03-04 Luis Machado <luis.machado@linaro.org>
1375
1376 Revert aa66aac47b4dd38f9524ddb5546c08cc09930d37 due to regressions
1377 in "info registers" for AArch64/ARM.
1378
1379 The change caused "info registers" to not print GPR's.
1380
1381 gdb/ChangeLog:
1382
1383 2020-02-01 Shahab Vahedi <shahab@synopsys.com>
1384
1385 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
1386 when reg->group is empty and reggroup is not.
1387
1009d92f
TT
13882020-03-03 Tom Tromey <tromey@adacore.com>
1389
1390 * dwarf2/frame.c (struct dwarf2_frame_cache)
1391 <checked_tailcall_bottom, entry_cfa_sp_offset,
1392 entry_cfa_sp_offset_p>: Remove members.
1393 (dwarf2_frame_cache): Call dwarf2_tailcall_sniffer_first.
1394 (dwarf2_frame_prev_register): Don't call
1395 dwarf2_tailcall_sniffer_first.
1396 (dwarf2_append_unwinders): Don't append tailcall unwinder.
1397 * frame-unwind.c (add_unwinder): New fuction.
1398 (frame_unwind_init): Use it. Add tailcall unwinder.
1399
5e5d66b6
AB
14002020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1401 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1402
1403 * f-valprint.c (f_val_print): Handle TYPE_CODE_BOOL, any non-zero
1404 value should be printed as true.
1405
584cf46d
HD
14062020-03-03 Hannes Domani <ssbssa@yahoo.de>
1407
1408 * windows-tdep.c (windows_solib_create_inferior_hook): New function.
1409 (windows_init_abi): Set and use windows_so_ops.
1410
7b973adc
SDJ
14112020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1412
1413 * printcmd.c (print_c_string): Check also for TYPE_CODE_PTR
1414 when verifying if dealing with a convenience variable.
1415
bb7b70ab
LM
14162020-03-03 Luis Machado <luis.machado@linaro.org>
1417
1418 * auxv.c (default_print_auxv_entry): Add new AUXV entries.
1419
9822cb57
SM
14202020-03-02 Simon Marchi <simon.marchi@polymtl.ca>
1421
1422 * infrun.c (gdbarch_supports_displaced_stepping): New.
1423 (use_displaced_stepping): Break up conditions in smaller pieces.
1424 Use gdbarch_supports_displaced_stepping.
1425 (displaced_step_prepare_throw): Use
1426 gdbarch_supports_displaced_stepping.
1427
63e163f2
AB
14282020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * NEWS: Mention new behaviour of the history filename.
1431 * top.c (write_history_p): Add comment.
1432 (show_write_history_p): Add header comment, give a different
1433 message when history writing is on, but the history filename is
1434 empty.
1435 (history_filename): Add comment.
1436 (history_filename_empty): New function.
1437 (show_history_filename): Add header comment, give a different
1438 message when the filename is empty.
1439 (init_history): Compare history_filename against nullptr, and only
1440 read history if the filename is not empty.
1441 (set_history_filename): Add header comment, and only make
1442 non-empty filenames absolute.
1443 (init_main): Make the filename argument to 'set history filename'
1444 optional.
1445
81b86b97
CB
14462020-03-02 Christian Biesinger <cbiesinger@google.com>
1447
1448 * arm-nbsd-nat.c (arm_supply_fparegset): Rename to...
1449 (arm_supply_vfpregset): ...this, and update to use VFP registers.
1450 (fetch_fp_register): Update.
1451 (fetch_fp_regs): Update.
1452 (store_fp_register): Update.
1453 (store_fp_regs): Update.
1454 (arm_netbsd_nat_target::read_description): New function.
1455 (fetch_elfcore_registers): Update.
1456
24ed6739
AB
14572020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1458
1459 * remote.c (remote_target::remote_parse_stop_reply): Don't use the
1460 general_thread if the stop reply is missing a thread-id.
1461 (remote_target::process_stop_reply): Use the first non-exited
1462 thread if the target didn't pass a thread-id.
1463 * infrun.c (do_target_wait): Move call to
1464 switch_to_inferior_no_thread to ....
1465 (do_target_wait_1): ... here.
1466
a84bb2a0
JT
14672020-02-29 Jon Turney <jon.turney@dronecode.org.uk>
1468
1469 * debuginfod-support.c: Include defs.h first.
1470
658dadf0
TV
14712020-02-28 Tom de Vries <tdevries@suse.de>
1472
1473 * symfile.c (set_initial_language): Use default language for lookup.
1474
4ebe4877
SM
14752020-02-28 Simon Marchi <simon.marchi@efficios.com>
1476
1477 * dwarf2/read.c (cutu_reader::init_tu_and_read_dwo_dies): Remove
1478 reader variable, pass `this` to read_cutu_die_from_dwo.
1479
e5da1139
AM
14802020-02-27 Aaron Merey <amerey@redhat.com>
1481
1482 * source.c (open_source_file): Check for nullptr when computing
1483 srcpath.
1484
317f7127
TT
14852020-02-27 Tom Tromey <tromey@adacore.com>
1486
1487 * dwarf2/read.c (struct field_info) <nfields>: Now a method, not a
1488 member.
1489 (dwarf2_add_field): Don't update nfields.
1490 (dwarf2_attach_fields_to_type, process_structure_scope): Update.
1491
3104d9ee
AB
14922020-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdbtypes.c (create_array_type_with_stride): Use std::abs not
1495 abs.
1496
b83470bf
TT
14972020-02-26 Tom Tromey <tom@tromey.com>
1498
1499 * dwarf2/read.c (struct dwarf2_include_psymtab): New.
1500 (dwarf2_create_include_psymtab): Use dwarf2_include_psymtab.
1501 (dwarf2_psymtab::expand_psymtab, dwarf2_psymtab::readin_p)
1502 (dwarf2_psymtab::get_compunit_symtab): Remove null checks for
1503 per_cu_data.
1504
edfe0a0c
TT
15052020-02-26 Tom Tromey <tom@tromey.com>
1506
1507 * dwarf2/index-write.c (psym_index_map): Change type.
1508 (add_address_entry_worker, write_one_signatured_type)
1509 (recursively_count_psymbols, recursively_write_psymbols)
1510 (class debug_names, psyms_seen_size, write_gdbindex)
1511 (write_debug_names): Use partial_symtab, not dwarf2_psymtab.
1512
0d79cdc4
AM
15132020-02-26 Aaron Merey <amerey@redhat.com>
1514
1515 * Makefile.in: Handle optional debuginfod support.
1516 * NEWS: Update.
1517 * README: Add --with-debuginfod summary.
1518 * config.in: Regenerate.
1519 * configure: Regenerate.
1520 * configure.ac: Handle optional debuginfod support.
1521 * debuginfod-support.c: debuginfod helper functions.
1522 * debuginfod-support.h: Ditto.
1523 * doc/gdb.texinfo: Add --with-debuginfod to configure options
1524 summary.
1525 * dwarf2/read.c (dwarf2_get_dwz_file): Query debuginfod servers
1526 when a dwz file cannot be found.
1527 * elfread.c (elf_symfile_read): Query debuginfod servers when a
1528 debuginfo file cannot be found.
1529 * source.c (open_source_file): Query debuginfod servers when a
1530 source file cannot be found.
1531 * top.c (print_gdb_configuration): Include
1532 --{with,without}-debuginfod in the output.
1533
b65ce565
JG
15342020-02-26 Jérémie Galarneau <jeremie.galarneau@efficios.com>
1535
1536 * thread.c (thr_try_catch_cmd): Print thread name.
1537
d4c9a4f8
SM
15382020-02-26 Simon Marchi <simon.marchi@efficios.com>
1539
1540 * dwarf2/loc.h (dwarf2_fetch_die_loc_sect_off,
1541 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
1542 dwarf2_fetch_die_type_sect_off): Move to...
1543 * dwarf2/read.h (dwarf2_fetch_die_loc_sect_off,
1544 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
1545 dwarf2_fetch_die_type_sect_off): ... here.
1546 * dwarf2/read.c (dwarf2_fetch_die_loc_sect_off,
1547 dwarf2_fetch_die_loc_cu_off, dwarf2_fetch_constant_bytes,
1548 dwarf2_fetch_die_type_sect_off): Move doc to header file.
1549
0dce4280
TV
15502020-02-26 Tom de Vries <tdevries@suse.de>
1551
1552 PR gdb/25603
1553 * symfile.c (set_initial_language): Exit-early if
1554 language_mode == language_mode_manual.
1555
450a1bfc
SM
15562020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1557
1558 * dwarf2/loc.h (dwarf2_read_addr_index): Move...
1559 * dwarf2/read.h (dwarf2_read_addr_index): ... here.
1560 * dwarf2/read.c (dwarf2_read_addr_index): Move doc to header.
1561
9e80cfa1
AB
15622020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdbtypes.c (create_array_type_with_stride): Handle negative
1565 array strides.
1566 * valarith.c (value_subscripted_rvalue): Likewise.
1567
09624f1f
LM
15682020-02-25 Luis Machado <luis.machado@linaro.org>
1569
1570 * aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
1571
8cb5117c
SM
15722020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1573
1574 * loc.h (dwarf2_get_die_type): Move to...
1575 * read.h (dwarf2_get_die_type): ... here.
1576 * read.c (dwarf2_get_die_type): Move doc to header.
1577
c325c44e
JB
15782020-02-25 Joel Brobecker <brobecker@adacore.com>
1579
1580 * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
1581 'gnulib/Makefile.in' to the list.
1582
4ac93832
TT
15832020-02-24 Tom Tromey <tom@tromey.com>
1584
1585 * dwarf2/read.h (struct type_unit_unshareable) <num_symtabs>:
1586 Remove.
1587 * dwarf2/read.c (dwarf2_cu::setup_type_unit_groups): Use
1588 XOBNEWVEC.
1589
197400e8
TT
15902020-02-24 Tom Tromey <tom@tromey.com>
1591
1592 * dwarf2/read.h (struct dwarf2_per_cu_data) <type_unit_group_p>:
1593 New method.
1594 * dwarf2/read.c (IS_TYPE_UNIT_GROUP): Remove.
1595 (dw2_do_instantiate_symtab, dw2_get_file_names)
1596 (build_type_psymtab_dependencies, load_full_type_unit): Update.
1597
76935768
TT
15982020-02-24 Tom Tromey <tom@tromey.com>
1599
1600 * dwarf2read.c (dwarf2_build_psymtabs_hard): Use
1601 make_scoped_restore.
1602 (dwarf2_psymtab::read_symtab): Don't clear
1603 reading_partial_symbols.
1604
a88ef40d
TV
16052020-02-24 Tom de Vries <tdevries@suse.de>
1606
1607 PR gdb/25592
1608 * stack.c (iterate_over_block_locals): Handle LOC_CONST.
1609
c9af6521
TV
16102020-02-24 Tom de Vries <tdevries@suse.de>
1611
1612 * tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
1613 commands layout next/prev/regs.
1614
5707a07a
TT
16152020-02-22 Tom Tromey <tom@tromey.com>
1616
1617 * dwarf2/loc.h (dwarf2_compile_expr_to_ax): Don't declare.
1618 * dwarf2/loc.c (dwarf2_compile_expr_to_ax): Now static.
1619
3b0fb49e
TT
16202020-02-22 Tom Tromey <tom@tromey.com>
1621
1622 * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window.
1623
283be8bf
TT
16242020-02-22 Tom Tromey <tom@tromey.com>
1625
1626 * tui/tui-win.c (_initialize_tui_win): Add usage text.
1627 * tui/tui-stack.c (_initialize_tui_stack): Add usage text.
1628 * tui/tui-regs.c (_initialize_tui_regs): Add usage text.
1629 * tui/tui.c (_initialize_tui): Add usage text.
1630
ca793b96
TT
16312020-02-22 Tom Tromey <tom@tromey.com>
1632
1633 * tui/tui-win.c (tui_set_focus_command)
1634 (tui_set_win_height_command): Use error_no_arg.
1635 (_initialize_tui_win): Update help text.
1636 (FOCUS_USAGE, WIN_HEIGHT_USAGE): Don't define.
1637
432b5c40
TT
16382020-02-22 Tom Tromey <tom@tromey.com>
1639
1640 * tui/tui-layout.c (extract_display_start_addr): Rewrite.
1641 * tui/tui-disasm.h (struct tui_disasm_window)
1642 <display_start_addr>: Declare.
1643 * tui/tui-source.h (struct tui_source_window)
1644 <display_start_addr>: Declare.
1645 * tui/tui-winsource.h (struct tui_source_window_base)
1646 <show_source_line, display_start_addr>: New methods.
1647 <m_horizontal_offset, m_start_line_or_addr, m_gdbarch, m_content>:
1648 Rename and move to protected section.
1649 * tui/tui-winsource.c (tui_source_window_base::update_source_window)
1650 (tui_source_window_base::do_erase_source_content): Update.
1651 (tui_source_window_base::show_source_line): Now a method.
1652 (tui_source_window_base::show_source_content)
1653 (tui_source_window_base::tui_source_window_base)
1654 (tui_source_window_base::rerender)
1655 (tui_source_window_base::refill)
1656 (tui_source_window_base::do_scroll_horizontal)
1657 (tui_source_window_base::set_is_exec_point_at)
1658 (tui_source_window_base::update_breakpoint_info)
1659 (tui_source_window_base::update_exec_info): Update.
1660 * tui/tui-source.c (tui_source_window::set_contents)
1661 (tui_source_window::showing_source_p)
1662 (tui_source_window::do_scroll_vertical)
1663 (tui_source_window::location_matches_p)
1664 (tui_source_window::line_is_displayed): Update.
1665 (tui_source_window::display_start_addr): New method.
1666 * tui/tui-disasm.c (tui_disasm_window::set_contents)
1667 (tui_disasm_window::do_scroll_vertical)
1668 (tui_disasm_window::location_matches_p): Update.
1669 (tui_disasm_window::display_start_addr): New method.
1670
01b1af32
TT
16712020-02-22 Tom Tromey <tom@tromey.com>
1672
1673 * NEWS: Add entry for gdb.register_window_type.
1674 * tui/tui-layout.h (window_factory): New typedef.
1675 (tui_register_window): Declare.
1676 * tui/tui-layout.c (saved_tui_windows): New global.
1677 (tui_apply_current_layout): Use it.
1678 (tui_register_window): New function.
1679 * python/python.c (do_start_initialization): Call
1680 gdbpy_initialize_tui.
1681 (python_GdbMethods): Add "register_window_type" function.
1682 * python/python-internal.h (gdbpy_register_tui_window)
1683 (gdbpy_initialize_tui): Declare.
1684 * python/py-tui.c: New file.
1685 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-tui.c.
1686
fc96d20b
TT
16872020-02-22 Tom Tromey <tom@tromey.com>
1688
1689 * tui/tui-io.c (do_tui_putc): Don't omit annotations.
1690
935c78c0
TT
16912020-02-22 Tom Tromey <tom@tromey.com>
1692
1693 * tui/tui-win.c (tui_set_win_focus_to): Move to tui-data.c.
1694 * tui/tui-data.h (tui_set_win_with_focus): Don't declare.
1695 * tui/tui-data.c (tui_set_win_with_focus): Remove.
1696 (tui_set_win_focus_to): Move from tui-win.c.
1697
0240c8f1
TT
16982020-02-22 Tom Tromey <tom@tromey.com>
1699
1700 * tui/tui-layout.c (make_standard_window, get_locator_window): New
1701 functions.
1702 (known_window_types): New global.
1703 (tui_get_window_by_name): Reimplement.
1704 (initialize_known_windows): New function.
1705 (validate_window_name): Rewrite.
1706 (_initialize_tui_layout): Call initialize_known_windows.
1707
fdb01f0c
TT
17082020-02-22 Tom Tromey <tom@tromey.com>
1709
1710 * tui/tui.h (enum tui_win_type) <LOCATOR_WIN, DATA_ITEM_WIN>:
1711 Remove constants.
1712 * tui/tui-winsource.h (struct tui_source_window_base)
1713 <tui_source_window_base>: Remove parameter.
1714 * tui/tui-winsource.c
1715 (tui_source_window_base::tui_source_window_base): Remove
1716 parameter.
1717 (tui_source_window_base::refill): Update.
1718 * tui/tui-stack.h (struct tui_locator_window)
1719 <tui_locator_window>: Update.
1720 * tui/tui-source.h (struct tui_source_window) <tui_source_window>:
1721 Default the constructor.
1722 * tui/tui-regs.h (struct tui_data_item_window)
1723 <tui_data_item_window>: Default the constructor.
1724 (struct tui_data_window) <tui_data_window>: Likewise.
1725 * tui/tui-disasm.h (struct tui_disasm_window) <tui_disasm_window>:
1726 Default the constructor.
1727 * tui/tui-data.h (struct tui_gen_win_info) <tui_gen_win_info>:
1728 Default the constructor.
1729 <type>: Remove.
1730 (struct tui_win_info) <tui_win_info>: Default the constructor.
1731 * tui/tui-data.c (tui_win_info::tui_win_info): Remove.
1732 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1733 Default the constructor.
1734
865a5aec
TT
17352020-02-22 Tom Tromey <tom@tromey.com>
1736
1737 * tui/tui-wingeneral.h (tui_make_all_invisible): Don't declare.
1738 * tui/tui-wingeneral.c (tui_make_all_invisible): Remove.
1739 * tui/tui-win.c (tui_resize_all): Don't call
1740 tui_delete_invisible_windows.
1741 * tui/tui-layout.c (tui_apply_current_layout): Delete windows when
1742 done.
1743 (tui_set_layout): Update.
1744 (tui_add_win_to_layout): Don't call tui_delete_invisible_windows.
1745 * tui/tui-data.h (tui_delete_invisible_windows): Don't declare.
1746 * tui/tui-data.c (tui_delete_invisible_windows): Remove.
1747
e098d18c
TT
17482020-02-22 Tom Tromey <tom@tromey.com>
1749
1750 * tui/tui-win.c (tui_partial_win_by_name): Handle ambiguity
1751 correctly.
1752
eb9c8874
TT
17532020-02-22 Tom Tromey <tom@tromey.com>
1754
1755 * tui/tui-data.c (tui_next_win, tui_prev_win): Reimplement.
1756
7eed1a8e
TT
17572020-02-22 Tom Tromey <tom@tromey.com>
1758
1759 * tui/tui-winsource.h (struct tui_source_window_iterator)
1760 <inner_iterator>: New etytypedef.
1761 <tui_source_window_iterator>: Take "end" parameter.
1762 <tui_source_window_iterator>: Take iterator.
1763 <operator*, advance>: Update.
1764 <m_iter>: Change type.
1765 <m_end>: New field.
1766 (struct tui_source_windows) <begin, end>: Update.
1767 * tui/tui-layout.c (tui_windows): New global.
1768 (tui_apply_current_layout): Clear tui_windows.
1769 (tui_layout_window::apply): Update tui_windows.
1770 * tui/tui-data.h (tui_windows): Declare.
1771 (all_tui_windows): Now inline function.
1772 (class tui_window_iterator, struct all_tui_windows): Remove.
1773
7c043ba6
TT
17742020-02-22 Tom Tromey <tom@tromey.com>
1775
1776 PR tui/17850:
1777 * tui/tui-win.c (tui_gen_win_info::max_width): New method.
1778 * tui/tui-layout.h (class tui_layout_base) <get_sizes>: Add
1779 "height" argument.
1780 (class tui_layout_window) <get_sizes>: Likewise.
1781 (class tui_layout_split) <tui_layout_split>: Add "vertical"
1782 argument.
1783 <get_sizes>: Add "height" argument.
1784 <m_vertical>: New field.
1785 * tui/tui-layout.c (tui_layout_split::clone): Update.
1786 (tui_layout_split::get_sizes): Add "height" argument.
1787 (tui_layout_split::adjust_size, tui_layout_split::apply): Update.
1788 (tui_new_layout_command): Parse "-horizontal".
1789 (_initialize_tui_layout): Update help string.
1790 (tui_layout_split::specification): Add "-horizontal" when needed.
1791 * tui/tui-layout.c (tui_layout_window::get_sizes): Add "height"
1792 argument.
1793 * tui/tui-data.h (struct tui_gen_win_info) <max_width, min_width>:
1794 New methods.
1795
6bc56648
TT
17962020-02-22 Tom Tromey <tom@tromey.com>
1797
1798 * tui/tui-layout.h (enum tui_adjust_result): New.
1799 (class tui_layout_base) <adjust_size>: Return tui_adjust_result.
1800 (class tui_layout_window) <adjust_size>: Return
1801 tui_adjust_result. Rewrite.
1802 (class tui_layout_split) <adjust_size>: Return tui_adjust_result.
1803 * tui/tui-layout.c (tui_layout_split::adjust_size): Update.
1804
c22fef7e
TT
18052020-02-22 Tom Tromey <tom@tromey.com>
1806
1807 * tui/tui-layout.h (class tui_layout_split) <add_split>: Change
1808 parameter and return types.
1809 (class tui_layout_base) <specification>: Add "depth".
1810 (class tui_layout_window) <specification>: Add "depth".
1811 (class tui_layout_split) <specification>: Add "depth".
1812 * tui/tui-layout.c (tui_layout_split::add_split): Change parameter
1813 and return types.
1814 (tui_new_layout_command): Parse sub-layouts.
1815 (_initialize_tui_layout): Update help string.
1816 (tui_layout_window::specification): Add "depth".
1817 (add_layout_command): Update.
1818
ee325b61
TT
18192020-02-22 Tom Tromey <tom@tromey.com>
1820
1821 * NEWS: Add "tui new-layout" item.
1822 * tui/tui-layout.c (add_layout_command): Return cmd_list_element.
1823 Add new-layout command to help text.
1824 (validate_window_name): New function.
1825 (tui_new_layout_command): New function.
1826 (_initialize_tui_layout): Register "new-layout".
1827 (tui_layout_window::specification): New method.
1828 (tui_layout_window::specification): New method.
1829 * tui/tui-layout.h (class tui_layout_base) <specification>: New
1830 method.
1831 (class tui_layout_window) <specification>: New method.
1832 (class tui_layout_split) <specification>: New method.
1833
416eb92d
TT
18342020-02-22 Tom Tromey <tom@tromey.com>
1835
1836 * tui/tui.c (tui_enable): Call tui_set_initial_layout.
1837 * tui/tui-win.c (window_name_completer): Update comment.
1838 * tui/tui-layout.h (class tui_layout_base) <replace_window>:
1839 Declare method.
1840 (class tui_layout_window) <replace_window>: Likewise.
1841 (class tui_layout_split) <replace_window>: Likewise.
1842 (tui_set_layout): Don't declare.
1843 (tui_set_initial_layout): Declare function.
1844 * tui/tui-layout.c (layouts, applied_skeleton, src_regs_layout)
1845 (asm_regs_layout): New globals.
1846 (tui_current_layout, show_layout): Remove.
1847 (tui_set_layout, tui_add_win_to_layout): Rewrite.
1848 (find_layout, tui_apply_layout): New function.
1849 (layout_completer): Remove.
1850 (tui_next_layout): Reimplement.
1851 (tui_next_layout_command): New function.
1852 (tui_set_initial_layout, tui_prev_layout_command): New functions.
1853 (tui_regs_layout): Reimplement.
1854 (tui_regs_layout_command): New function.
1855 (extract_display_start_addr): Rewrite.
1856 (next_layout, prev_layout): Remove.
1857 (tui_layout_window::replace_window): New method.
1858 (tui_layout_split::replace_window): New method.
1859 (destroy_layout): New function.
1860 (layout_list): New global.
1861 (add_layout_command): New function.
1862 (initialize_layouts): Update.
1863 (tui_layout_command): New function.
1864 (_initialize_tui_layout): Install "layout" commands.
1865 * tui/tui-data.h (enum tui_layout_type): Remove.
1866 (tui_current_layout): Don't declare.
1867
0dbc2fc7
TT
18682020-02-22 Tom Tromey <tom@tromey.com>
1869
1870 * tui/tui-regs.c (tui_reg_layout): Remove.
1871 (tui_reg_command): Use tui_regs_layout.
1872 * tui/tui-layout.h (tui_reg_command): Declare.
1873 * tui/tui-layout.c (tui_reg_command): New function.
1874
5afe342e
TT
18752020-02-22 Tom Tromey <tom@tromey.com>
1876
1877 * tui/tui.c (tui_rl_delete_other_windows): Call
1878 tui_remove_some_windows.
1879 * tui/tui-layout.h (class tui_layout_base) <remove_windows>:
1880 Declare method.
1881 (class tui_layout_window) <remove_windows>: New method.
1882 (class tui_layout_split) <remove_windows>: Declare.
1883 (tui_remove_some_windows): Declare.
1884 * tui/tui-layout.c (tui_remove_some_windows): New function.
1885 (tui_layout_split::remove_windows): New method.
1886
427326a8
TT
18872020-02-22 Tom Tromey <tom@tromey.com>
1888
1889 * tui/tui.c (tui_rl_change_windows): Call tui_next_layout.
1890 * tui/tui-layout.h (tui_next_layout): Declare.
1891 * tui/tui-layout.c (tui_next_layout): New function.
1892
3fe12b6d
TT
18932020-02-22 Tom Tromey <tom@tromey.com>
1894
1895 * tui/tui-regs.c (tui_data_window::display_registers_from): Use
1896 correct coordinates.
1897
59b8b5d2
TT
18982020-02-22 Tom Tromey <tom@tromey.com>
1899
1900 * tui/tui-layout.h (tui_add_win_to_layout): Add comment.
1901 * tui/tui-layout.c (tui_add_win_to_layout): Add assert. Remove
1902 DATA_WIN case.
1903
2a3d458b
TT
19042020-02-22 Tom Tromey <tom@tromey.com>
1905
1906 * tui/tui-disasm.c (tui_get_low_disassembly_address): Use
1907 TUI_DISASM_WIN, not tui_win_list.
1908
3f0cbb04
TT
19092020-02-22 Tom Tromey <tom@tromey.com>
1910
1911 * valprint.c (generic_val_print_enum_1)
1912 (val_print_type_code_flags): Style member names.
1913 * rust-lang.c (val_print_struct, rust_print_enum)
1914 (rust_print_struct_def, rust_internal_print_type): Style member
1915 names.
1916 * p-valprint.c (pascal_object_print_value_fields): Style member
1917 names. Only call fprintf_symbol_filtered for static members.
1918 * m2-typeprint.c (m2_record_fields, m2_enum): Style member names.
1919 * f-valprint.c (f_val_print): Style member names.
1920 * f-typeprint.c (f_type_print_base): Style member names.
1921 * cp-valprint.c (cp_print_value_fields): Style member names. Only
1922 call fprintf_symbol_filtered for static members.
1923 (cp_print_class_member): Style member names.
1924 * c-typeprint.c (c_print_type_1, c_type_print_base_1): Style
1925 member names.
1926 * ada-valprint.c (ada_print_scalar): Style enum names.
1927 (ada_val_print_enum): Likewise.
1928 * ada-typeprint.c (print_enum_type): Style enum names.
1929
d4d947ae
TT
19302020-02-21 Tom Tromey <tom@tromey.com>
1931
1932 * psympriv.h (struct partial_symtab): Update comment.
1933
e94e944b
TT
19342020-02-21 Tom Tromey <tromey@adacore.com>
1935
1936 * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
1937 type is CORE_ADDR.
1938
1eb73179
TV
19392020-02-21 Tom de Vries <tdevries@suse.de>
1940
1941 PR gdb/25534
1942 * psymtab.c (partial_symtab::read_dependencies): Don't read dependency
1943 if dependencies[i]->user != NULL.
1944
4f180d53
AT
19452020-02-21 Ali Tamur <tamur@google.com>
1946
1947 * dwarf2/read.c (dwarf2_name): Add null check.
1948
22b6cd70
TT
19492020-02-20 Tom Tromey <tom@tromey.com>
1950
1951 * dwarf2/read.c (dwarf2_find_containing_comp_unit): Use ">", not
1952 ">=", in binary search.
1953 (dwarf2_find_containing_comp_unit): New overload.
1954 (run_test): New self-test.
1955 (_initialize_dwarf2_read): Register new test.
1956
bd0cf5a6
NC
19572020-02-20 Nelson Chu <nelson.chu@sifive.com>
1958
1959 * riscv-tdep.c: Updated since the DECLARE_CSR is changed.
1960 * riscv-tdep.h: Likewise.
1961 * features/riscv/rebuild-csr-xml.sh: Generate the 64bit-csr.xml without
1962 rv32-only CSR.
1963 * features/riscv/64bit-csr.xml: Regenerated.
1964
3f702acd
SDJ
19652020-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1966 Tom Tromey <tom@tromey.com>
1967
1968 * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead
1969 of 'fputc_unfiltered'.
1970 (putchar_unfiltered): Call 'fputc_unfiltered'.
1971 (fputc_unfiltered): Call 'fputs_unfiltered'.
1972
d13c7322
AB
19732020-02-20 Andrew Burgess <andrew.burgess@embecosm.com>
1974
1975 * config.in: Regenerate.
1976 * configure: Regenerate.
1977 * configure.ac: Add --with-python-libdir option.
1978 * main.c: Use WITH_PYTHON_LIBDIR.
1979
869d8950
TT
19802020-02-19 Tom Tromey <tom@tromey.com>
1981
1982 * symtab.c (general_symbol_info::compute_and_set_names): Use
1983 obstack_strndup. Simplify call to symbol_set_demangled_name.
1984
298e9637
SM
19852020-02-19 Simon Marchi <simon.marchi@efficios.com>
1986
1987 * dwarf2/read.c (allocate_signatured_type_table,
1988 allocate_dwo_unit_table, allocate_type_unit_groups_table,
1989 allocate_dwo_file_hash_table, allocate_dwp_loaded_cutus_table):
1990 Remove objfile parameter, update all callers.
1991
08410482
DE
19922020-02-19 Doug Evans <dje@google.com>
1993
1994 PR rust/25535
1995 * rust-lang.c (rust_print_enum): Apply embedded_offset to
1996 rust_enum_variant calculation.
1997
dfdeeca1
TT
19982020-02-19 Tom Tromey <tromey@adacore.com>
1999
2000 * mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
2001
2ef5453b
TT
20022020-02-19 Tom Tromey <tromey@adacore.com>
2003
2004 * ada-lang.c (cache_symbol): Use obstack_strdup.
2005
9f1528a1
AB
20062020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * configure: Regenerate.
2009
d3c22fa8
TT
20102020-02-19 Tom Tromey <tromey@adacore.com>
2011
2012 * python/python.c (do_start_initialization): Use XNEWVEC. Remove
2013 NULL check.
2014
bf84f706
MR
20152020-02-19 Maciej W. Rozycki <macro@wdc.com>
2016
2017 * NEWS: Mention RISC-V GNU/Linux GDBserver support.
2018
d1c9b20f
AB
20192020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * arch/riscv.c (struct riscv_gdbarch_features_hasher): Only define
2022 if GDBSERVER is not defined.
2023 (riscv_tdesc_cache): Likewise, also store const target_desc.
2024 (STATIC_IN_GDB): Define.
2025 (riscv_create_target_description): Update declaration with
2026 STATIC_IN_GDB.
2027 (riscv_lookup_target_description): New function, only define if
2028 GDBSERVER is not defined.
2029 * arch/riscv.h (riscv_create_target_description): Declare only
2030 when GDBSERVER is defined.
2031 (riscv_lookup_target_description): New declaration when GDBSERVER
2032 is not defined.
2033 * nat/riscv-linux-tdesc.c (riscv_linux_read_description): Rename to...
2034 (riscv_linux_read_features): ...this, and return
2035 riscv_gdbarch_features instead of target_desc.
2036 * nat/riscv-linux-tdesc.h: Include 'arch/riscv.h'.
2037 (riscv_linux_read_description): Rename to...
2038 (riscv_linux_read_features): ...this.
2039 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
2040 Update to use riscv_gdbarch_features and
2041 riscv_lookup_target_description.
2042 * riscv-tdep.c (riscv_find_default_target_description): Use
2043 riscv_lookup_target_description instead of
2044 riscv_create_target_description.
2045
373d7ac0
SM
20462020-02-18 Simon Marchi <simon.marchi@efficios.com>
2047
2048 * valprint.c (generic_val_print_enum_1): When printing a flag
2049 enum with value 0 and there is no enumerator with value 0, print
2050 just "0" instead of "(unknown: 0x0)".
2051
b29a2df0
SM
20522020-02-18 Simon Marchi <simon.marchi@efficios.com>
2053
2054 * valprint.c (generic_val_print_enum_1): Print unknown part of
2055 flag enum in hex.
2056
6740f0cc
SM
20572020-02-18 Simon Marchi <simon.marchi@efficios.com>
2058
2059 * dwarf2/read.c (update_enumeration_type_from_children): Allow
2060 flag enums to contain duplicate enumerators.
2061 * valprint.c (generic_val_print_enum_1): Update comment.
2062
edd45eb0
SM
20632020-02-18 Simon Marchi <simon.marchi@efficios.com>
2064
2065 * dwarf2/read.c: Include "count-one-bits.h".
2066 (update_enumeration_type_from_children): If an enumerator has
2067 multiple bits set, don't treat the enumeration as a "flag enum".
2068 * valprint.c (generic_val_print_enum_1): Assert that enumerators
2069 of flag enums have 0 or 1 bit set.
2070
6d0cf446
BE
20712020-02-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
2072
2073 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use an explicit
2074 conversion.
2075 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
2076 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2077 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2078 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2079 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
2080
7001c1b7
SM
20812020-02-18 Simon Marchi <simon.marchi@efficios.com>
2082
2083 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
2084
fdb61c6c
SM
20852020-02-14 Simon Marchi <simon.marchi@efficios.com>
2086
2087 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use
2088 displaced_step_closure_up.
2089 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
2090 (struct displaced_step_closure_up):
2091 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
2092 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
2093 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn):
2094 Likewise.
2095 * gdbarch.sh (displaced_step_copy_insn): Likewise.
2096 * gdbarch.c, gdbarch.h: Re-generate.
2097 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Use
2098 displaced_step_closure_up.
2099 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2100 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
2101 * infrun.h (displaced_step_closure_up): New type alias.
2102 (struct displaced_step_inferior_state) <step_closure>: Change
2103 type to displaced_step_closure_up.
2104 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Use
2105 displaced_step_closure_up.
2106 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
2107
a4a38eb4
TT
21082020-02-14 Tom Tromey <tom@tromey.com>
2109
2110 * minidebug.c (gnu_debug_key): New global.
2111 (find_separate_debug_file_in_section): Use it.
2112
e8217e61
SM
21132020-02-14 Simon Marchi <simon.marchi@efficios.com>
2114
2115 * gdbarch.sh (displaced_step_copy_insn): Change return type to an
2116 std::unique_ptr.
2117 * gdbarch.c: Re-generate.
2118 * gdbarch.h: Re-generate.
2119 * infrun.c (displaced_step_prepare_throw): Adjust to std::unique_ptr
2120 change.
2121 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Change return
2122 type to std::unique_ptr.
2123 * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
2124 * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
2125 * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
2126 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
2127 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Likewise.
2128 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2129 * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
2130 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2131 * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
2132
d8d83535
SM
21332020-02-14 Simon Marchi <simon.marchi@efficios.com>
2134
2135 * infrun.c (get_displaced_step_closure_by_addr): Adjust to
2136 std::unique_ptr.
2137 (displaced_step_clear): Rename to...
2138 (displaced_step_reset): ... this. Just call displaced->reset ().
2139 (displaced_step_clear_cleanup): Rename to...
2140 (displaced_step_reset_cleanup): ... this.
2141 (displaced_step_prepare_throw): Adjust to std::unique_ptr.
2142 (displaced_step_fixup): Likewise.
2143 (resume_1): Likewise.
2144 (handle_inferior_event): Restore child's memory before calling
2145 displaced_step_fixup on the parent.
2146 * infrun.h (displaced_step_inferior_state) <reset>: Adjust
2147 to std::unique_ptr.
2148 <step_closure>: Change type to std::unique_ptr.
2149
5f661e03
SM
21502020-02-14 Simon Marchi <simon.marchi@efficios.com>
2151
2152 * arm-tdep.c: Include count-one-bits.h.
2153 (cleanup_block_store_pc): Use count_one_bits.
2154 (cleanup_block_load_pc): Use count_one_bits.
2155 (arm_copy_block_xfer): Use count_one_bits.
2156 (thumb2_copy_block_xfer): Use count_one_bits.
2157 (thumb_copy_pop_pc_16bit): Use count_one_bits.
2158 * arch/arm-get-next-pcs.c: Include count-one-bits.h.
2159 (thumb_get_next_pcs_raw): Use count_one_bits.
2160 (arm_get_next_pcs_raw): Use count_one_bits_l.
2161 * arch/arm.c (bitcount): Remove.
2162 * arch/arm.h (bitcount): Remove.
2163
8084e579
TT
21642020-02-14 Tom Tromey <tromey@adacore.com>
2165
2166 * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first):
2167 Update.
2168 * dwarf2/loc.h (call_site_find_chain): Return unique_xmalloc_ptr.
2169 * dwarf2/loc.c (call_site_find_chain_1): Return
2170 unique_xmalloc_ptr.
2171 (call_site_find_chain): Likewise.
2172
258bf0ee
RB
21732020-02-14 Richard Biener <rguenther@suse.de>
2174
2175 * dwarf2/read.c (lnp_state_machine::handle_special_opcode): Apply CSE
2176 on expression with division operators.
2177
f98a8458
AKS
21782020-02-13 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2179
2180 * MAINTAINERS (Write After Approval): Adding myself.
2181
d1437c0e
TT
21822020-02-12 Tom Tromey <tom@tromey.com>
2183
2184 * event-loop.c (event_data, gdb_event, event_handler_func):
2185 Remove.
2186
3d4560f7
TT
21872020-02-12 Tom Tromey <tom@tromey.com>
2188
2189 * dwarf2/frame.c (dwarf2_frame_bfd_data): New global.
2190 (dwarf2_frame_objfile_data): Add comment.
2191 (find_comp_unit, set_comp_unit): New functions.
2192 (dwarf2_frame_find_fde): Use find_comp_unit.
2193 (dwarf2_build_frame_info): Use set_comp_unit.
2194
21982304
TT
21952020-02-12 Tom Tromey <tom@tromey.com>
2196
2197 * dwarf2/frame.c (struct comp_unit) <objfile>: Remove.
2198 (comp_unit): Don't initialize objfile.
2199 (execute_cfa_program): Add text_offset parameter.
2200 (execute_cfa_program_test, dwarf2_fetch_cfa_info)
2201 (dwarf2_frame_cache): Update.
2202 (dwarf2_build_frame_info): Don't set "objfile" member.
2203
4debb237
TT
22042020-02-12 Tom Tromey <tom@tromey.com>
2205
2206 * dwarf2/frame.c (decode_frame_entry_1): Add gdbarch parameter.
2207 (decode_frame_entry): Likewise.
2208 (dwarf2_build_frame_info): Update.
2209
0d404d44
TT
22102020-02-12 Tom Tromey <tom@tromey.com>
2211
2212 * dwarf2/frame.c (struct comp_unit) <obstack>: New member.
2213 (decode_frame_entry_1): Use the comp_unit obstack.
2214
a7a3ae5c
TT
22152020-02-12 Tom Tromey <tom@tromey.com>
2216
2217 * dwarf2/frame.c (struct comp_unit): Add initializers and
2218 constructor.
2219 (dwarf2_frame_objfile_data): Store a comp_unit.
2220 (dwarf2_frame_find_fde): Update.
2221 (dwarf2_build_frame_info): Use "new".
2222
a9d65418
TT
22232020-02-12 Tom Tromey <tom@tromey.com>
2224
2225 * dwarf2/frame.c (struct dwarf2_fde_table): Remove.
2226 (dwarf2_fde_table): Typedef for std::vector.
2227 (dwarf2_frame_objfile_data): Remove the deleter. Now static.
2228 (dwarf2_frame_find_fde, add_fde, decode_frame_entry_1)
2229 (decode_frame_entry): Update.
2230 (dwarf2_build_frame_info): Use "new".
2231
7559c217
CB
22322020-02-12 Christian Biesinger <cbiesinger@google.com>
2233
2234 * arm-tdep.c (arm_gdbarch_init): Update.
2235 * arm-tdep.h (struct gdbarch_tdep) <have_fpa_registers,
2236 have_wmmx_registers, have_vfp_pseudos, have_neon_pseudos,
2237 have_neon, is_m>: Change to bool.
2238
aeefc73c
CB
22392020-02-12 Christian Biesinger <cbiesinger@google.com>
2240
2241 * arm-tdep.c (arm_dump_tdep): Print more fields of tdep.
2242
d27b8e5f
TT
22432020-02-12 Tom Tromey <tom@tromey.com>
2244
2245 * dwarf2/loc.c (struct dwarf_expr_baton): Remove.
2246
cd5900f3
HD
22472020-02-12 Hannes Domani <ssbssa@yahoo.de>
2248
2249 * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.
2250 (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.
2251
f056b22b
TT
22522020-02-11 Tom Tromey <tom@tromey.com>
2253
2254 * psymtab.h: Update comment.
2255
f92ff6b5
TT
22562020-02-11 Tom Tromey <tom@tromey.com>
2257
2258 * gdb_obstack.h (struct auto_obstack): Use
2259 DISABLE_COPY_AND_ASSIGN.
2260
3fd6912b
TT
22612020-02-11 Tom Tromey <tom@tromey.com>
2262
2263 * dwarf2/frame.h (struct objfile): Don't forward declare.
2264
69ed9b74
CB
22652020-02-11 Christian Biesinger <cbiesinger@google.com>
2266
2267 * cris-tdep.c (cris_supply_gregset): Change signature to match
2268 what struct regset expects.
2269 (cris_regset): New struct.
2270 (fetch_core_registers): Remove.
2271 (cris_iterate_over_regset_sections): New function.
2272 (_initialize_cris_tdep): Don't call deprecated_add_core_fns.
2273 (cris_gdbarch_init): Call set_gdbarch_iterate_over_regset_sections.
2274
bda874f6
CB
22752020-02-11 Christian Biesinger <cbiesinger@google.com>
2276
2277 * arch/arm.h (enum gdb_regnum): Add comment for the FP0..7
2278 registers.
2279
754e1564
CB
22802020-02-11 Christian Biesinger <cbiesinger@google.com>
2281
2282 * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
2283
8ddd8e0e
SM
22842020-02-11 Simon Marchi <simon.marchi@efficios.com>
2285
2286 * configure: Re-generate.
2287
898e7f60
SM
22882020-02-11 Simon Marchi <simon.marchi@efficios.com>
2289
2290 * configure: Re-generate.
2291
58df732b
SM
22922020-02-11 Simon Marchi <simon.marchi@efficios.com>
2293
2294 * acinclude: Update warning.m4 path.
2295 * warning.m4: Move to gdbsupport.
2296
da5bd37e
TT
22972020-02-11 Tom Tromey <tromey@adacore.com>
2298
2299 * remote.c (remote_console_output): Update.
2300 * printcmd.c (printf_command): Update.
2301 * event-loop.c (gdb_wait_for_event): Update.
2302 * linux-nat.c (sigchld_handler): Update.
2303 * remote-sim.c (gdb_os_write_stdout): Update.
2304 (gdb_os_flush_stdout): Update.
2305 (gdb_os_flush_stderr): Update.
2306 (gdb_os_write_stderr): Update.
2307 * exceptions.c (print_exception): Update.
2308 * remote-fileio.c (remote_fileio_func_read): Update.
2309 (remote_fileio_func_write): Update.
2310 * tui/tui.c (tui_enable): Update.
2311 * tui/tui-interp.c (tui_interp::init): Update.
2312 * utils.c (init_page_info): Update.
2313 (putchar_unfiltered, fputc_unfiltered): Update.
2314 (gdb_flush): Update.
2315 (emit_style_escape): Update.
2316 (flush_wrap_buffer, fputs_maybe_filtered): Update.
2317 * ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
2318 (ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
2319 (stderr_file::write): Update.
2320 (stderr_file::puts): Update.
2321 * ui-file.h (ui_file_isatty, ui_file_write)
2322 (ui_file_write_async_safe, ui_file_read, ui_file_flush)
2323 (ui_file_puts): Don't declare.
2324
85f0dd3c
TV
23252020-02-10 Tom de Vries <tdevries@suse.de>
2326
2327 * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL
2328 sentinel to char *.
2329
2e927613
TV
23302020-02-09 Tom de Vries <tdevries@suse.de>
2331
2332 * dwarf2read.c (process_psymtab_comp_unit_reader): Append CU offset to
2333 filename if it matches "<artificial>".
2334
6bafc845
HD
23352020-02-09 Hannes Domani <ssbssa@yahoo.de>
2336
2337 * windows-tdep.c (struct enum_value_name): New struct.
2338 (create_enum): New function.
2339 (windows_get_siginfo_type): Create and use enum types.
2340
7928d571
HD
23412020-02-09 Hannes Domani <ssbssa@yahoo.de>
2342
2343 * NEWS: Mention $_siginfo support for Windows.
2344 * windows-nat.c (handle_exception): Set siginfo_er.
2345 (windows_nat_target::mourn_inferior): Reset siginfo_er.
2346 (windows_xfer_siginfo): New function.
2347 (windows_nat_target::xfer_partial): Call windows_xfer_siginfo.
2348 * windows-tdep.c (struct windows_gdbarch_data): New struct.
2349 (init_windows_gdbarch_data): New function.
2350 (get_windows_gdbarch_data): New function.
2351 (windows_get_siginfo_type): New function.
2352 (windows_init_abi): Register windows_get_siginfo_type.
2353 (_initialize_windows_tdep): Register init_windows_gdbarch_data.
2354
6751ebae
TT
23552020-02-08 Tom Tromey <tom@tromey.com>
2356
2357 * dwarf2/read.c (class cutu_reader) <cutu_reader,
2358 init_tu_and_read_dwo_dies>: Remove "keep" parameter.
2359 <keep>: Declare method.
2360 <m_keep>: Remove member.
2361 <~cutu_reader>: Remove.
2362 (cutu_reader::init_tu_and_read_dwo_dies): Update.
2363 (cutu_reader::cutu_reader): Update.
2364 (cutu_reader::keep): Rename from ~cutu_reader.
2365 (process_psymtab_comp_unit, build_type_psymtabs_1)
2366 (process_skeletonless_type_unit, load_partial_comp_unit)
2367 (load_full_comp_unit, dwarf2_read_addr_index)
2368 (read_signatured_type): Update.
2369
135f5437
TT
23702020-02-08 Tom Tromey <tom@tromey.com>
2371
2372 * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
2373 "want_partial_unit" parameter.
2374 (process_psymtab_comp_unit): Change want_partial_unit to bool.
2375 Inline check for DW_TAG_partial_unit.
2376 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
2377
9f66ff1c
TT
23782020-02-08 Tom Tromey <tom@tromey.com>
2379
2380 * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
2381 read.c.
2382 * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
2383 read.c.
2384
c8a7a66f
TT
23852020-02-08 Tom Tromey <tom@tromey.com>
2386
2387 * dwarf2/read.c (read_address): Move to comp-unit.c.
2388 (dwarf2_rnglists_process, dwarf2_ranges_process)
2389 (read_attribute_value, dwarf_decode_lines_1)
2390 (var_decode_location, decode_locdesc): Update.
2391 * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
2392 read.c. Remove "cu" parameter.
2393 * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
2394 method.
2395
8266302d
TT
23962020-02-08 Tom Tromey <tom@tromey.com>
2397
2398 * dwarf2/read.c (read_attribute_value, read_indirect_string)
2399 (read_indirect_line_string): Update.
2400 * dwarf2/comp-unit.c (read_offset): Remove.
2401 (read_comp_unit_head): Update.
2402 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
2403 method.
2404 (read_offset): Don't declare.
2405
4057dfde
TT
24062020-02-08 Tom Tromey <tom@tromey.com>
2407
2408 * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
2409 * dwarf2/read.c (struct comp_unit_head): Move to
2410 dwarf2/comp-unit.h.
2411 (enum class rcuh_kind): Move to comp-unit.h.
2412 (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
2413 (read_comp_unit_head, error_check_comp_unit_head)
2414 (read_and_check_comp_unit_head): Move to comp-unit.c.
2415 (read_offset, dwarf_unit_type_name): Likewise.
2416 (create_debug_type_hash_table, read_cutu_die_from_dwo)
2417 (cutu_reader::cutu_reader, read_call_site_scope)
2418 (find_partial_die, follow_die_offset): Update.
2419 * dwarf2/comp-unit.h: New file, from dwarf2read.c.
2420
24aa364d
TT
24212020-02-08 Tom Tromey <tom@tromey.com>
2422
2423 * dwarf2/read.c (read_offset_1): Move to leb.c.
2424 (read_abbrev_offset, read_offset, dwarf_decode_line_header)
2425 (dwarf_decode_macro_bytes): Update.
2426 * dwarf2/leb.c (read_offset): Rename; move from read.c.
2427 * dwarf2/leb.h (read_offset): Declare.
2428
2c7d5afc
TT
24292020-02-08 Tom Tromey <tom@tromey.com>
2430
2431 * dwarf2/read.c (dwarf2_section_size): Remove.
2432 (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
2433 Update.
2434 * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
2435
4075cb26
TT
24362020-02-08 Tom Tromey <tom@tromey.com>
2437
2438 * dwarf2/read.c (read_initial_length): Move to leb.c.
2439 * dwarf2/leb.h (read_initial_length): Declare.
2440 * dwarf2/leb.c (read_initial_length): Move from read.c. Add
2441 handle_nonstd parameter.
2442 * dwarf2/frame.c (read_initial_length): Remove.
2443 (decode_frame_entry_1): Update.
2444
09ba997f
TT
24452020-02-08 Tom Tromey <tom@tromey.com>
2446
2447 * dwarf2/loc.c (dwarf2_find_location_expression)
2448 (dwarf_evaluate_loc_desc::get_tls_address)
2449 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
2450 (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
2451 (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
2452 (dwarf2_compile_property_to_c)
2453 (dwarf2_loc_desc_get_symbol_read_needs)
2454 (dwarf2_compile_expr_to_ax, locexpr_describe_location)
2455 (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
2456 (loclist_describe_location, loclist_tracepoint_var_ref)
2457 (loclist_generate_c_location): Update.
2458 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
2459 * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
2460 (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
2461 (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
2462 * dwarf2/read.c (dwarf2_per_cu_data::objfile)
2463 (dwarf2_per_cu_data::addr_size)
2464 (dwarf2_per_cu_data::ref_addr_size)
2465 (dwarf2_per_cu_data::text_offset)
2466 (dwarf2_per_cu_data::addr_type): Now methods.
2467 (per_cu_header_read_in): Make per_cu "const".
2468 (dwarf2_version): Remove.
2469 (dwarf2_per_cu_data::int_type): Now a method.
2470 (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
2471 (set_die_type, read_array_type, read_subrange_index_type)
2472 (read_tag_string_type, read_subrange_type): Update.
2473 * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
2474 offset_size, ref_addr_size, text_offset, addr_type, version,
2475 objfile, int_type, addr_sized_int_type>: Declare methods.
2476
96c738c0
TT
24772020-02-08 Tom Tromey <tom@tromey.com>
2478
2479 * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
2480 Move earlier.
2481
8fdd972c
TT
24822020-02-08 Tom Tromey <tom@tromey.com>
2483
2484 * dwarf2/read.h (dwarf_line_debug): Declare.
2485 * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
2486 * dwarf2/read.c: Move line_header code to new files.
2487 (dwarf_line_debug): No longer static.
2488 * dwarf2/line-header.c: New file.
2489 * dwarf2/line-header.h: New file.
2490
03075812
TT
24912020-02-08 Tom Tromey <tom@tromey.com>
2492
2493 * dwarf2/read.c (struct line_header) <file_full_name,
2494 file_file_name>: Return unique_xmalloc_ptr.
2495 (line_header::file_file_name): Update.
2496 (line_header::file_full_name): Update.
2497 (dw2_get_file_names_reader): Update.
2498 (macro_start_file): Update.
2499
bb822404
TT
25002020-02-08 Tom Tromey <tom@tromey.com>
2501
2502 * dwarf2/read.c (struct line_header) <file_full_name,
2503 file_file_name>: Declare methods.
2504 (dw2_get_file_names_reader): Update.
2505 (file_file_name): Now a method.
2506 (file_full_name): Likewise.
2507 (macro_start_file): Update.
2508
009b64fc
TT
25092020-02-08 Tom Tromey <tom@tromey.com>
2510
2511 * dwarf2/read.c (dwarf_always_disassemble)
2512 (show_dwarf_always_disassemble): Move to loc.c.
2513 (_initialize_dwarf2_read): Move "always-disassemble" registration
2514 to loc.c.
2515 * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
2516 * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c. Now
2517 static.
2518 (show_dwarf_always_disassemble): Move from read.c.
2519 (_initialize_dwarf2loc): Move always-disassemble from read.c.
2520
5895093f
TT
25212020-02-08 Tom Tromey <tom@tromey.com>
2522
2523 * dwarf2/read.c (~dwarf2_per_objfile): Update.
2524 (create_quick_file_names_table): Return htab_up.
2525 (dw2_get_file_names_reader, dw2_forget_cached_source_info):
2526 Update.
2527 * dwarf2/read.h (struct dwarf2_per_objfile)
2528 <quick_file_names_table>: Now htab_up.
2529
b3b32279
TT
25302020-02-08 Tom Tromey <tom@tromey.com>
2531
2532 * dwarf2/abbrev.c (abbrev_table::read): Simplify.
2533
1d33d811
TT
25342020-02-08 Tom Tromey <tom@tromey.com>
2535
2536 * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
2537 Rewrite.
2538 (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
2539 * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
2540 (abbrev_table::abbrev_table): No longer inline.
2541 (ABBREV_HASH_SIZE): Remove.
2542 (abbrev_table::m_abbrevs): Now an htab_up.
2543
86de1d91
TT
25442020-02-08 Tom Tromey <tom@tromey.com>
2545
2546 * dwarf2/read.c (read_cutu_die_from_dwo): Update.
2547 (cutu_reader): Update.
2548 (build_type_psymtabs_1): Update.
2549 * dwarf2/abbrev.c (abbrev_table::read): Rename.
2550 (abbrev_table::alloc_abbrev): Update.
2551 * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
2552 (abbrev_table::read): New static method, renamed from
2553 abbrev_table_read_table.
2554 (abbrev_table::alloc_abbrev)
2555 (abbrev_table::add_abbrev): Now private.
2556 (abbrev_table::abbrev_table): Now private.
2557 (abbrev_table::m_abbrev_obstack): Now private. Rename.
2558
0335378b
TT
25592020-02-08 Tom Tromey <tom@tromey.com>
2560
2561 * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
2562 * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
2563 htab_up.
2564
48b490f2
TT
25652020-02-08 Tom Tromey <tom@tromey.com>
2566
2567 * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
2568 htab_up.
2569 (lookup_dwo_unit_in_dwp): Update.
2570 (allocate_dwp_loaded_cutus_table): Return htab_up. Don't allocate
2571 on obstack.
2572
bc68fb19
TT
25732020-02-08 Tom Tromey <tom@tromey.com>
2574
2575 * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
2576 obstack.
2577
d15acc42
TT
25782020-02-08 Tom Tromey <tom@tromey.com>
2579
2580 * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
2581 line_header_hash.
2582 (handle_DW_AT_stmt_list): Update. Don't allocate on obstack.
2583 * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
2584 Change type to htab_up.
2585
eaa5fa8b
TT
25862020-02-08 Tom Tromey <tom@tromey.com>
2587
2588 * dwarf2/read.c (allocate_type_unit_groups_table): Return
2589 htab_up. Don't allocate on obstack.
2590 (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
2591 * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
2592 Change type to htab_up.
2593
b0b6a987
TT
25942020-02-08 Tom Tromey <tom@tromey.com>
2595
2596 * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
2597 Change type to htab_up.
2598 * dwarf2/read.c (create_signatured_type_table_from_index)
2599 (create_signatured_type_table_from_debug_names)
2600 (create_all_type_units, add_type_unit)
2601 (lookup_dwo_signatured_type, lookup_signatured_type)
2602 (process_skeletonless_type_unit): Update.
2603 (create_debug_type_hash_table, create_debug_types_hash_table):
2604 Change type of types_htab.
2605 (allocate_signatured_type_table, allocate_dwo_unit_table): Return
2606 htab_up. Don't allocate on obstack.
2607 (create_cus_hash_table): Change type of cus_htab parameter.
2608 (struct dwo_file) <cus, tus>: Now htab_up.
2609 (lookup_dwo_signatured_type, lookup_dwo_cutu)
2610 (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
2611 (queue_and_load_all_dwo_tus): Update.
2612 * dwarf2/index-write.c (write_gdbindex): Update.
2613 (write_debug_names): Update.
2614
39856def
TT
26152020-02-08 Tom Tromey <tom@tromey.com>
2616
2617 * dwarf2/read.h (struct dwarf2_queue_item): Move from
2618 dwarf2/read.c. Remove "next" member. Add constructor ntad
2619 destructor.
2620 (struct dwarf2_per_objfile) <queue>: New member.
2621 * dwarf2/read.c (struct dwarf2_queue_item): Move to
2622 dwarf2/read.h.
2623 (dwarf2_queue, dwarf2_queue_tail): Remove.
2624 (class dwarf2_queue_guard): Add parameter to constructor. Use
2625 DISABLE_COPY_AND_ASSIGN.
2626 <m_per_objfile>: New member.
2627 <~dwarf2_queue_guard>: Rewrite.
2628 (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
2629 Update.
2630 (~dwarf2_queue_item): New.
2631
3e225074
TT
26322020-02-08 Tom Tromey <tom@tromey.com>
2633
2634 * dwarf2/read.c (struct die_info) <has_children>: New member.
2635 (dw2_get_file_names_reader): Remove has_children.
2636 (dw2_get_file_names): Update.
2637 (read_cutu_die_from_dwo): Remove has_children.
2638 (cutu_reader::init_tu_and_read_dwo_dies)
2639 (cutu_reader::cutu_reader): Update.
2640 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
2641 Remove has_children.
2642 (build_type_psymtabs_1, process_skeletonless_type_unit)
2643 (load_partial_comp_unit, load_full_comp_unit): Update.
2644 (create_dwo_cu_reader): Remove has_children.
2645 (create_cus_hash_table, read_die_and_children): Update.
2646 (read_full_die_1,read_full_die): Remove has_children.
2647 (read_signatured_type): Update.
2648 (class cutu_reader) <has_children>: Remove.
2649
82ca8957
TT
26502020-02-08 Tom Tromey <tom@tromey.com>
2651
2652 * dwarf2/expr.c: Rename from dwarf2expr.c.
2653 * dwarf2/expr.h: Rename from dwarf2expr.h.
2654 * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
2655 * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
2656 * dwarf2/frame.c: Rename from dwarf2-frame.c.
2657 * dwarf2/frame.h: Rename from dwarf2-frame.h.
2658 * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
2659 * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
2660 * dwarf2/index-common.c: Rename from dwarf-index-common.c.
2661 * dwarf2/index-common.h: Rename from dwarf-index-common.h.
2662 * dwarf2/index-write.c: Rename from dwarf-index-write.c.
2663 * dwarf2/index-write.h: Rename from dwarf-index-write.h.
2664 * dwarf2/loc.c: Rename from dwarf2loc.c.
2665 * dwarf2/loc.h: Rename from dwarf2loc.h.
2666 * dwarf2/read.c: Rename from dwarf2read.c.
2667 * dwarf2/read.h: Rename from dwarf2read.h.
2668 * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
2669 amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
2670 compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
2671 compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
2672 gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
2673 hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
2674 i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
2675 m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
2676 msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
2677 riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
2678 s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
2679 sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
2680 tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
2681 Update.
2682 * Makefile.in (COMMON_SFILES): Update.
2683 (HFILES_NO_SRCDIR): Update.
2684
9e35d499
TT
26852020-02-08 Tom Tromey <tom@tromey.com>
2686
2687 * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
2688 (init_cu_die_reader, read_cutu_die_from_dwo): Update.
2689
1eba2311
TT
26902020-02-08 Tom Tromey <tom@tromey.com>
2691
2692 * dwarf2read.h (struct die_info): Don't declare.
2693
e41c2da2
TT
26942020-02-08 Tom Tromey <tom@tromey.com>
2695
2696 * dwarf2read.h (die_info_ptr): Remove typedef.
2697
4fc6c0d5
TT
26982020-02-08 Tom Tromey <tom@tromey.com>
2699
2700 * dwarf2read.c (read_call_site_scope)
2701 (handle_data_member_location, dwarf2_add_member_fn)
2702 (mark_common_block_symbol_computed, read_common_block)
2703 (attr_to_dynamic_prop, partial_die_info::read)
2704 (var_decode_location, dwarf2_fetch_die_loc_sect_off)
2705 (dwarf2_symbol_mark_computed, set_die_type): Update.
2706 * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
2707 method.
2708 (attr_form_is_block): Don't declare.
2709 * dwarf2/attribute.c (attribute::form_is_block): Now a method.
2710
cd6c91b4
TT
27112020-02-08 Tom Tromey <tom@tromey.com>
2712
2713 * dwarf2read.c (dwarf2_find_base_address, )
2714 (read_call_site_scope, rust_containing_type)
2715 (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
2716 (handle_data_member_location, dwarf2_add_member_fn)
2717 (get_alignment, read_structure_type, process_structure_scope)
2718 (mark_common_block_symbol_computed, read_common_block)
2719 (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
2720 (partial_die_info::read, read_attribute_value, new_symbol)
2721 (lookup_die_type, dwarf2_get_ref_die_offset)
2722 (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
2723 (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
2724 (dwarf2_symbol_mark_computed): Update.
2725 * dwarf2/attribute.h (struct attribute) <value_as_address,
2726 form_is_section_offset, form_is_constant, form_is_ref>: Declare
2727 methods.
2728 (value_as_address, attr_form_is_section_offset)
2729 (attr_form_is_constant, attr_form_is_ref): Don't declare.
2730 * dwarf2/attribute.c (attribute::value_as_address)
2731 (attribute::form_is_section_offset, attribute::form_is_constant)
2732 (attribute::form_is_ref): Now methods.
2733
162dce55
TT
27342020-02-08 Tom Tromey <tom@tromey.com>
2735
2736 * dwarf2read.c (struct attribute, DW_STRING)
2737 (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
2738 (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
2739 (attr_form_is_block, attr_form_is_section_offset)
2740 (attr_form_is_constant, attr_form_is_ref): Move.
2741 * dwarf2/attribute.h: New file.
2742 * dwarf2/attribute.c: New file, from dwarf2read.c.
2743 * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
2744
3054dd54
TT
27452020-02-08 Tom Tromey <tom@tromey.com>
2746
2747 * dwarf2read.c (abbrev_table_up, struct abbrev_info)
2748 (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
2749 Move.
2750 (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
2751 (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
2752 (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
2753 abbrev.c.
2754 * dwarf2/abbrev.h: New file.
2755 * dwarf2/abbrev.c: New file, from dwarf2read.c.
2756 * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
2757
96b79293
TT
27582020-02-08 Tom Tromey <tom@tromey.com>
2759
2760 * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
2761 (dwarf2_section_size, dwarf2_get_section_info)
2762 (create_signatured_type_table_from_debug_names)
2763 (create_addrmap_from_aranges, read_debug_names_from_section)
2764 (get_gdb_index_contents_from_section, read_comp_unit_head)
2765 (error_check_comp_unit_head, read_abbrev_offset)
2766 (create_debug_type_hash_table, init_cu_die_reader)
2767 (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
2768 (read_comp_units_from_section, create_cus_hash_table)
2769 (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
2770 (create_dwp_v2_section, dwarf2_rnglists_process)
2771 (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
2772 (abbrev_table_read_table, read_indirect_string_at_offset_from)
2773 (read_indirect_string_from_dwz, read_addr_index_1)
2774 (read_str_index, dwarf_decode_line_header, skip_form_bytes)
2775 (dwarf_decode_macro_bytes, dwarf_decode_macros)
2776 (fill_in_loclist_baton): Update.
2777 * dwarf2/section.h (struct dwarf2_section_info) <get_name,
2778 get_containing_section, get_bfd_owner, get_bfd_section,
2779 get_file_name, get_id, get_flags, empty, read>: Declare methods.
2780 (dwarf2_read_section, get_section_name, get_section_file_name)
2781 (get_containing_section, get_section_bfd_owner)
2782 (get_section_bfd_section, get_section_name, get_section_file_name)
2783 (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
2784 declare.
2785 * dwarf2/section.c (dwarf2_section_info::get_containing_section)
2786 (dwarf2_section_info::get_bfd_owner)
2787 (dwarf2_section_info::get_bfd_section)
2788 (dwarf2_section_info::get_name)
2789 (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
2790 (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
2791 (dwarf2_section_info::read): Now methods.
2792 * dwarf-index-write.c (class debug_names): Update.
2793
2c86cff9
TT
27942020-02-08 Tom Tromey <tom@tromey.com>
2795
2796 * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
2797 Move to dwarf2/section.h.
2798 * dwarf2read.c (get_containing_section, get_section_bfd_owner)
2799 (get_section_bfd_section, get_section_name)
2800 (get_section_file_name, get_section_id, get_section_flags)
2801 (dwarf2_section_empty_p, dwarf2_read_section): Moe to
2802 dwarf2/section.c.
2803 * dwarf2/section.h: New file.
2804 * dwarf2/section.c: New file, from dwarf2read.c.
2805 * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
2806
f4382c45
TT
28072020-02-08 Tom Tromey <tom@tromey.com>
2808
2809 * dwarf2read.h (read_unsigned_leb128): Don't declare.
2810 * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
2811 (read_2_signed_bytes, read_3_bytes, read_4_bytes)
2812 (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
2813 (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
2814 * dwarf2/leb.h: New file, from dwarf2read.c.
2815 * dwarf2/leb.c: New file, from dwarf2read.c.
2816 * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
2817 Remove.
2818 * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
2819 (COMMON_SFILES): Add dwarf2/leb.c.
2820
01840b7a
JB
28212020-02-08 Joel Brobecker <brobecker@adacore.com>
2822
2823 GDB 9.1 released.
2824
dfcb27e4
IB
28252020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
2826
2827 PR gdb/25190:
2828 * gdb/remote-sim.c (gdb_os_write_stderr): Update.
2829 * gdb/remote.c (remote_console_output): Update.
2830 * gdb/ui-file.c (fputs_unfiltered): Rename to...
2831 (ui_file_puts): ...this.
2832 * gdb/ui-file.h (ui_file_puts): Add declaration.
2833 * gdb/utils.c (emit_style_escape): Update.
2834 (flush_wrap_buffer): Update.
2835 (fputs_maybe_filtered): Update.
2836 (fputs_unfiltered): Add function.
2837
faa17681
IB
28382020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
2839
2840 * gdb/event-loop.c (gdb_wait_for_event): Update.
2841 * gdb/printcmd.c (printf_command): Update.
2842 * gdb/remote-fileio.c (remote_fileio_func_write): Update.
2843 * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
2844 (gdb_os_flush_stderr): Update.
2845 * gdb/remote.c (remote_console_output): Update.
2846 * gdb/ui-file.c (gdb_flush): Rename to...
2847 (ui_file_flush): ...this.
2848 (stderr_file::write): Update.
2849 (stderr_file::puts): Update.
2850 * gdb/ui-file.h (gdb_flush): Rename to...
2851 (ui_file_flush): ...this.
2852 * gdb/utils.c (gdb_flush): Add function.
2853 * gdb/utils.h (gdb_flush): Add declaration.
2854
5abbbe1d
TT
28552020-02-07 Tom Tromey <tromey@adacore.com>
2856
2857 PR breakpoints/24915:
2858 * source.c (find_and_open_source): Do not check basenames_may_differ.
2859
919adfe8
TT
28602020-02-07 Tom Tromey <tom@tromey.com>
2861
2862 * README: Update gdbserver documentation.
2863 * gdbserver: Move to top level.
2864 * configure.tgt (build_gdbserver): Remove.
2865 * configure.ac: Remove --enable-gdbserver.
2866 * configure: Rebuild.
2867 * Makefile.in (distclean): Don't mention gdbserver.
2868
1d5d29e7
SV
28692020-02-06 Shahab Vahedi <shahab@synopsys.com>
2870
2871 * source-cache.c (source_cache::ensure): Surround
2872 get_plain_source_lines with a try/catch.
2873 (source_cache::get_line_charpos): Get rid of try/catch
2874 and only check for the return value of "ensure".
2875 * tui/tui-source.c (tui_source_window::set_contents):
2876 Simplify "nlines" calculation.
2877
6eb1129c
SV
28782020-02-06 Shahab Vahedi <shahab@synopsys.com>
2879
2880 * MAINTAINERS (Write After Approval): Add myself.
2881
c6a42d11
CB
28822020-02-05 Christian Biesinger <cbiesinger@google.com>
2883
2884 * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
2885 function call.
2886
c8ecdda6
CB
28872020-02-05 Christian Biesinger <cbiesinger@google.com>
2888
2889 * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
2890
f6480e70
MR
28912020-02-05 Maciej W. Rozycki <macro@wdc.com>
2892
2893 * nat/riscv-linux-tdesc.h: New file.
2894 * nat/riscv-linux-tdesc.c: New file, taking code from...
2895 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
2896 ... here.
2897 * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
2898 NATDEPFILES.
2899
dcc9fbc6
AB
29002020-02-04 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
2903 we don't set the fake simulator ptid to the null_ptid.
2904
719546c4
SM
29052020-02-03 Simon Marchi <simon.marchi@efficios.com>
2906
2907 * fork-child.c (gdb_startup_inferior): Use bool instead of int.
2908 * gdbthread.h (class thread_info) <resumed>: Likewise.
2909 * infrun.c (resume_1): Likewise.
2910 (proceed): Likewise.
2911 (infrun_thread_stop_requested): Likewise.
2912 (stop_all_threads): Likewise.
2913 (handle_inferior_event): Likewise.
2914 (restart_threads): Likewise.
2915 (finish_step_over): Likewise.
2916 (keep_going_stepped_thread): Likewise.
2917 * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
2918 (linux_handle_extended_wait): Likewise.
2919 * record-btrace.c (get_thread_current_frame_id): Likewise.
2920 * record-full.c (record_full_wait_1): Likewise.
2921 * remote.c (remote_target::process_initial_stop_replies): Likewise.
2922 * target.c (target_resume): Likewise.
2923 * thread.c (set_running_thread): Likewise.
2924
e409c542
AKS
29252020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2926
2927 * f-valprint.c (f77_print_array_1): Changed datatype of index
2928 variable to LONGEST from int to enable it to contain bound
2929 values correctly.
2930
ee98c0da
MR
29312020-02-03 Maciej W. Rozycki <macro@wdc.com>
2932
2933 * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
2934 (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
2935 offsets according to FLEN determined.
2936 (riscv_linux_nat_target::read_description): Determine FLEN
2937 dynamically.
2938 (riscv_linux_nat_target::fetch_registers): Size regset buffer
2939 according to FLEN determined.
2940 (riscv_linux_nat_target::store_registers): Likewise.
2941
aa66aac4
SV
29422020-02-01 Shahab Vahedi <shahab@synopsys.com>
2943
2944 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
2945 when reg->group is empty and reggroup is not.
2946
fd9faca8
TT
29472020-01-31 Tom Tromey <tromey@adacore.com>
2948
2949 * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
2950 Call beneath target's mourn_inferior after unpushing.
2951
42330a68
AB
29522020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 PR tui/9765
2955 * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
2956 have enough lines to fill the screen, still return the lowest
2957 address we found.
2958
7a27a45b
AB
29592020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
2962 '-', '<', and '>' commands.
2963
c47f70e2
PA
29642020-01-29 Pedro Alves <palves@redhat.com>
2965 Sergio Durigan Junior <sergiodj@redhat.com>
2966
2967 * infcmd.c (construct_inferior_arguments): Assert that
2968 'argc' is greater than 0.
2969
5133a315
LM
29702020-01-29 Luis Machado <luis.machado@linaro.org>
2971
2972 * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
2973 (BRK_INSN_MASK): Define to 0xd4200000.
2974 (aarch64_program_breakpoint_here_p): New function.
2975 (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
2976 * arch-utils.c (default_program_breakpoint_here_p): Moved from
2977 breakpoint.c.
2978 * arch-utils.h (default_program_breakpoint_here_p): Moved from
2979 breakpoint.h
2980 * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
2981 call gdbarch_program_breakpoint_here_p.
2982 (program_breakpoint_here): Moved to arch-utils.c, renamed to
2983 default_program_breakpoint_here_p, changed return type to bool and
2984 simplified.
2985 * breakpoint.h (program_breakpoint_here): Moved prototype to
2986 arch-utils.h, renamed to default_program_breakpoint_here_p and changed
2987 return type to bool.
2988 * gdbarch.c: Regenerate.
2989 * gdbarch.h: Regenerate.
2990 * gdbarch.sh (program_breakpoint_here_p): New method.
2991 * infrun.c (handle_signal_stop): Call
2992 gdbarch_program_breakpoint_here_p.
2993
168f8c6b
TT
29942020-01-26 Tom Tromey <tom@tromey.com>
2995
2996 * ctfread.c (struct ctf_fp_info): Reindent.
2997 (_initialize_ctfread): Remove.
2998
128a391f
TT
29992020-01-26 Tom Tromey <tom@tromey.com>
3000
3001 * psymtab.c (partial_map_expand_apply)
3002 (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
3003 (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
3004 (psym_print_stats, psym_expand_symtabs_for_function)
3005 (psym_map_symbol_filenames, psym_map_matching_symbols)
3006 (psym_expand_symtabs_matching)
3007 (partial_symtab::read_dependencies, maintenance_info_psymtabs)
3008 (maintenance_check_psymtabs): Use new methods.
3009 * psympriv.h (struct partial_symtab) <readin_p,
3010 get_compunit_symtab>: New methods.
3011 <readin, compunit_symtab>: Remove members.
3012 (struct standard_psymtab): New.
3013 (struct legacy_psymtab): Derive from standard_psymtab.
3014 * dwarf2read.h (struct dwarf2_psymtab): Derive from
3015 standard_psymtab.
3016 * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
3017
0494dbec
TT
30182020-01-26 Tom Tromey <tom@tromey.com>
3019
3020 * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
3021 read_dependencies. Add assert.
3022 * psymtab.c (partial_symtab::read_dependencies): New method.
3023 * psympriv.h (struct partial_symtab) <read_dependencies>: New
3024 method.
3025 * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
3026 * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
3027 read_dependencies.
3028 * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
3029 Add assert.
3030
8566b89b
TT
30312020-01-26 Tom Tromey <tom@tromey.com>
3032
3033 * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
3034 Call expand_psymtab.
3035 (xcoff_read_symtab): Call expand_psymtab.
3036 (xcoff_start_psymtab, xcoff_end_psymtab): Set
3037 legacy_expand_psymtab.
3038 * psympriv.h (struct partial_symtab) <expand_psymtab>: New
3039 method.
3040 (struct legacy_psymtab) <expand_psymtab>: Implement.
3041 <legacy_expand_psymtab>: New member.
3042 * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
3043 (parse_partial_symbols): Set legacy_expand_psymtab.
3044 (psymtab_to_symtab_1): Change argument order. Call
3045 expand_psymtab.
3046 (new_psymtab): Set legacy_expand_psymtab.
3047 * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
3048 * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
3049 expand_psymtab.
3050 (dwarf2_psymtab::expand_psymtab): Rename from
3051 psymtab_to_symtab_1. Call expand_psymtab.
3052 * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
3053 (dbx_end_psymtab): Likewise.
3054 (dbx_psymtab_to_symtab_1): Change argument order. Call
3055 expand_psymtab.
3056 (dbx_read_symtab): Call expand_psymtab.
3057 * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
3058 (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
3059 (ctf_psymtab::read_symtab): Call expand_psymtab.
3060
077cbab2
TT
30612020-01-26 Tom Tromey <tom@tromey.com>
3062
3063 * xcoffread.c (xcoff_read_symtab): Remove prints. Add assert.
3064 * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
3065 messages.
3066 * mdebugread.c (mdebug_read_symtab): Remove prints.
3067 * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints. Add
3068 assert.
3069 * dbxread.c (dbx_read_symtab): Remove prints. Add assert.
3070
891813be
TT
30712020-01-26 Tom Tromey <tom@tromey.com>
3072
3073 * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
3074 (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
3075 (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
3076 legacy_symtab.
3077 * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
3078 * psymtab.c (psymtab_to_symtab): Call method.
3079 (dump_psymtab): Update.
3080 * psympriv.h (struct partial_symtab): Add virtual destructor.
3081 <read_symtab>: New method.
3082 (struct legacy_symtab): New.
3083 * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
3084 (struct pst_map) <pst>: Now a legacy_psymtab.
3085 (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
3086 (new_psymtab): Use legacy_psymtab.
3087 * dwarf2read.h (struct dwarf2_psymtab): New.
3088 (struct dwarf2_per_cu_data) <psymtab>: Use it.
3089 * dwarf2read.c (dwarf2_create_include_psymtab)
3090 (dwarf2_build_include_psymtabs, create_type_unit_group)
3091 (create_partial_symtab, process_psymtab_comp_unit_reader)
3092 (build_type_psymtabs_reader, build_type_psymtab_dependencies)
3093 (set_partial_user): Use dwarf2_psymtab.
3094 (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
3095 (psymtab_to_symtab_1, process_full_comp_unit)
3096 (process_full_type_unit, dwarf2_ranges_read)
3097 (dwarf2_get_pc_bounds, psymtab_include_file_name)
3098 (dwarf_decode_lines): Use dwarf2_psymtab.
3099 * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
3100 (add_address_entry_worker, write_one_signatured_type)
3101 (recursively_count_psymbols, recursively_write_psymbols)
3102 (write_one_signatured_type, psyms_seen_size, write_gdbindex)
3103 (write_debug_names): Likewise.
3104 * dbxread.c (struct header_file_location): Take a legacy_psymtab.
3105 <pst>: Now a legacy_psymtab.
3106 (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
3107 (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
3108 (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
3109 * ctfread.c (struct ctf_psymtab): New.
3110 (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
3111 ctf_psymtab.
3112 (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
3113 (create_partial_symtab): Return a ctf_psymtab.
3114 (scan_partial_symbols): Update.
3115
c3693a1d
TT
31162020-01-26 Tom Tromey <tom@tromey.com>
3117
3118 * xcoffread.c (xcoff_start_psymtab): Use new.
3119 * psymtab.c (partial_symtab::partial_symtab): New constructor,
3120 renamed from start_psymtab_common.
3121 * psympriv.h (struct partial_symtab): Add new constructor.
3122 (start_psymtab_common): Don't declare.
3123 * mdebugread.c (parse_partial_symbols): Use new.
3124 * dwarf2read.c (create_partial_symtab): Use new.
3125 * dbxread.c (start_psymtab): Use new.
3126 * ctfread.c (create_partial_symtab): Use new.
3127
32caafd0
TT
31282020-01-26 Tom Tromey <tom@tromey.com>
3129
3130 * xcoffread.c (xcoff_end_psymtab): Use new.
3131 * psymtab.c (start_psymtab_common): Use new.
3132 (partial_symtab::partial_symtab): Rename from allocate_psymtab.
3133 Update.
3134 * psympriv.h (struct partial_symtab): Add parameters to
3135 constructor. Don't inline.
3136 (allocate_psymtab): Don't declare.
3137 * mdebugread.c (new_psymtab): Use new.
3138 * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
3139 * dbxread.c (dbx_end_psymtab): Use new.
3140
abaa2f23
TT
31412020-01-26 Tom Tromey <tom@tromey.com>
3142
3143 * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
3144 allocate_psymtab. Update documentation.
3145 * psymtab.c (psymtab_storage::install_psymtab): Rename from
3146 allocate_psymtab. Do not use new.
3147 (allocate_psymtab): Use new. Update.
3148
6d94535f
TT
31492020-01-26 Tom Tromey <tom@tromey.com>
3150
3151 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
3152 * psymtab.c (psym_print_stats): Update.
3153 * psympriv.h (struct partial_symtab) <readin,
3154 psymtabs_addrmap_supported, anonymous>: Now bool.
3155 * mdebugread.c (psymtab_to_symtab_1): Update.
3156 * dwarf2read.c (create_type_unit_group, create_partial_symtab)
3157 (build_type_psymtabs_reader, psymtab_to_symtab_1)
3158 (process_full_comp_unit, process_full_type_unit): Update.
3159 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
3160 * ctfread.c (psymtab_to_symtab): Update.
3161
6f17252b
TT
31622020-01-26 Tom Tromey <tom@tromey.com>
3163
3164 * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
3165 * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
3166 * psymtab.c (psymtab_storage): Delete psymtabs.
3167 (psymtab_storage::allocate_psymtab): Use new.
3168 (psymtab_storage::discard_psymtab): Use delete.
3169 * psympriv.h (struct partial_symtab): Add constructor and
3170 initializers.
3171
f6f1cebc
TT
31722020-01-26 Tom Tromey <tom@tromey.com>
3173
3174 * machoread.c: Do not include psympriv.h.
3175
e47e48f6
PW
31762020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3177
3178 * NEWS: Mention the new option and the set/show commands.
3179
a2fedca9
PW
31802020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3181
3182 * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
3183 (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
3184 (validate_exec_file): New variables, enums, functions.
3185 (exec_file_locate_attach, print_section_info): Style the filenames.
3186 (_initialize_exec): Install show_exec_file_mismatch_command and
3187 set_exec_file_mismatch_command.
3188 * gdbcore.h (validate_exec_file): Declare.
3189 * infcmd.c (attach_command): Call validate_exec_file.
3190 * remote.c ( remote_target::remote_add_inferior): Likewise.
3191
7ffa82e1
AB
31922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3193
3194 * frame.c (find_frame_sal): Move call to get_next_frame into more
3195 inner scope.
3196 * inline-frame.c (inilne_state) <inline_state>: Update argument
3197 types.
3198 (inilne_state) <skipped_symbol>: Rename to...
3199 (inilne_state) <skipped_symbols>: ...this, and change to a vector.
3200 (skip_inline_frames): Build vector of skipped symbols and use this
3201 to reate the inline_state.
3202 (inline_skipped_symbol): Add a comment and some assertions, fetch
3203 skipped symbol from the list.
3204
3d92a3e3
AB
32052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * buildsym.c (lte_is_less_than): Delete.
3208 (buildsym_compunit::end_symtab_with_blockvector): Create local
3209 lambda function to sort line table entries, and use
3210 std::stable_sort instead of std::sort.
3211 * symtab.c (find_pc_sect_line): Skip backward over end of sequence
3212 markers when looking for a previous line.
3213
94a72be7
AB
32142020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * dwarf2read.c (lnp_state_machine::record_line): Include
3217 end_sequence parameter in debug print out. Record the line if we
3218 are at an end_sequence marker even if it's not the start of a
3219 statement.
3220 * symmisc.c (maintenance_print_one_line_table): Print end of
3221 sequence markers with 'END' not '0'.
3222
53af73bf
PA
32232020-01-24 Pedro Alves <palves@redhat.com>
3224
3225 PR gdb/25410
3226 * thread.c (scoped_restore_current_thread::restore): Use
3227 switch_to_inferior_no_thread.
3228 * exec.c: Include "progspace-and-thread.h".
3229 (add_target_sections, remove_target_sections):
3230 scoped_restore_current_pspace_and_thread instead of
3231 scoped_restore_current_thread.
3232 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
3233 and aspace to the inferior before calling clone_program_space.
3234 Remove stale comment.
3235
3050c6f4
CB
32362020-01-24 Christian Biesinger <cbiesinger@google.com>
3237
3238 * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
3239 (arm_netbsd_nat_target::fetch_registers): ...this.
3240 (arm_nbsd_nat_target::store_registers): Rename to...
3241 (arm_netbsd_nat_target::store_registers): ...this.
3242
73685c7e
CB
32432020-01-24 Christian Biesinger <cbiesinger@google.com>
3244
3245 * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
3246 register_t.
3247
89203d40
CB
32482020-01-24 Christian Biesinger <cbiesinger@google.com>
3249
3250 * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
3251 Update comment.
3252 * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
3253 Likewise.
3254 * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
3255 * gdbcore.h (deprecated_add_core_fns): Update comment to point to
3256 the correct replacement (iterate_over_regset_sections).
3257 * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
3258 Update comment.
3259
1ba1ac88
AB
32602020-01-24 Graham Markall <graham.markall@embecosm.com>
3261
3262 PR gdb/23718
3263 * gdb/python/python.c (execute_gdb_command): Call
3264 async_enable_stdin in catch block.
3265
f3364a6d
AB
32662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * event-loop.c (start_event_loop): Wrap async_enable_stdin with
3269 SWITCH_THRU_ALL_UIS.
3270
733d0a67
AB
32712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 PR tui/9765
3274 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
3275 comment, add extra parameter, and update to store previous symbol
3276 when appropriate.
3277 * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
3278 add extra parameter.
3279 * tui/tui-disasm.c (tui_disassemble): Update header comment,
3280 remove unneeded parameter, add try/catch around gdb_print_insn,
3281 rewrite to add items to asm_lines vector.
3282 (tui_find_backward_disassembly_start_address): New function.
3283 (tui_find_disassembly_address): Updated throughout.
3284 (tui_disasm_window::set_contents): Update for changes to
3285 tui_disassemble.
3286 (tui_disasm_window::do_scroll_vertical): No need to adjust the
3287 number of lines to scroll.
3288
b3b3bada
SM
32892020-01-23 Simon Marchi <simon.marchi@polymtl.ca>
3290
3291 * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
3292 (SECT_OFF_DATA): Likewise.
3293 (SECT_OFF_RODATA): Likewise.
3294 (SECT_OFF_TEXT): Likewise.
3295 (SECT_OFF_BSS): Likewise.
3296 (struct objfile) <text_section_offset, data_section_offset>: New
3297 methods.
3298 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
3299 objfile::text_section_offset.
3300 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
3301 * coffread.c (coff_symtab_read): Likewise.
3302 (enter_linenos): Likewise.
3303 (process_coff_symbol): Likewise.
3304 * ctfread.c (get_objfile_text_range): Likewise.
3305 * dtrace-probe.c (dtrace_probe::get_relocated_address):
3306 Use objfile::data_section_offset.
3307 * dwarf2-frame.c (execute_cfa_program): Use
3308 objfile::text_section_offset.
3309 (dwarf2_frame_find_fde): Likewise.
3310 * dwarf2read.c (create_addrmap_from_index): Likewise.
3311 (create_addrmap_from_aranges): Likewise.
3312 (dw2_find_pc_sect_compunit_symtab): Likewise.
3313 (process_psymtab_comp_unit_reader): Likewise.
3314 (add_partial_symbol): Likewise.
3315 (add_partial_subprogram): Likewise.
3316 (process_full_comp_unit): Likewise.
3317 (read_file_scope): Likewise.
3318 (read_func_scope): Likewise.
3319 (read_lexical_block_scope): Likewise.
3320 (read_call_site_scope): Likewise.
3321 (dwarf2_rnglists_process): Likewise.
3322 (dwarf2_ranges_process): Likewise.
3323 (dwarf2_ranges_read): Likewise.
3324 (dwarf_decode_lines_1): Likewise.
3325 (new_symbol): Likewise.
3326 (dwarf2_fetch_die_loc_sect_off): Likewise.
3327 (dwarf2_per_cu_text_offset): Likewise.
3328 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3329 * hppa-tdep.c (read_unwind_info): Likewise.
3330 * ia64-tdep.c (ia64_find_unwind_table): Likewise.
3331 * psympriv.h (struct partial_symtab): Likewise.
3332 * psymtab.c (find_pc_sect_psymtab): Likewise.
3333 * solib-svr4.c (enable_break): Likewise.
3334 * stap-probe.c (relocate_address): Use
3335 objfile::data_section_offset.
3336 * xcoffread.c (enter_line_range): Use
3337 objfile::text_section_offset.
3338 (read_xcoff_symtab): Likewise.
3339
ab53f382
SM
33402020-01-23 Simon Marchi <simon.marchi@efficios.com>
3341
3342 * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
3343 declaration to narrower scopes.
3344
e7eee665
SM
33452020-01-23 Simon Marchi <simon.marchi@efficios.com>
3346
3347 * darwin-nat.h (struct darwin_exception_msg, enum
3348 darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
3349 Move up.
3350 (class darwin_nat_target) <wait_1, check_new_threads,
3351 decode_exception_message, decode_message, stop_inferior,
3352 init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
3353 * darwin-nat.c (darwin_check_new_threads): Rename to...
3354 (darwin_nat_target::check_new_threads): ... this.
3355 (darwin_suspend_inferior_it): Remove.
3356 (darwin_decode_exception_message): Rename to...
3357 (darwin_nat_target::decode_exception_message): ... this.
3358 (darwin_nat_target::resume): Pass target to find_inferior_ptid.
3359 (darwin_decode_message): Rename to...
3360 (darwin_nat_target::decode_message): ... this.
3361 (cancel_breakpoint): Rename to...
3362 (darwin_nat_target::cancel_breakpoint): ... this.
3363 (darwin_wait): Rename to...
3364 (darwin_nat_target::wait_1): ... this. Use range-based for loop
3365 instead of iterate_over_inferiors.
3366 (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
3367 (darwin_stop_inferior): Rename to...
3368 (darwin_nat_target::stop_inferior): ... this.
3369 (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
3370 (darwin_init_thread_list): Rename to...
3371 (darwin_nat_target::init_thread_list): ... this.
3372 (darwin_ptrace_him): Rename to...
3373 (darwin_nat_target::ptrace_him): ... this.
3374 (darwin_nat_target::create_inferior): Pass lambda function to
3375 fork_inferior.
3376 (darwin_nat_target::detach): Call stop_inferior instead of
3377 darwin_stop_inferior.
3378 * fork-inferior.h (fork_inferior): Change init_trace_fun
3379 parameter to gdb::function_view.
3380 * fork-inferior.c (fork_inferior): Likewise.
3381
c162ed3e
HD
33822020-01-23 Hannes Domani <ssbssa@yahoo.de>
3383
3384 * i386-cygwin-tdep.c (core_process_module_section): Update.
3385 * windows-nat.c (struct lm_info_windows): Add text_offset.
3386 (windows_xfer_shared_libraries): Update.
3387 * windows-tdep.c (windows_xfer_shared_library):
3388 Add text_offset_cached argument.
3389 * windows-tdep.h (windows_xfer_shared_library): Update.
3390
a1237872
SM
33912020-01-21 Simon Marchi <simon.marchi@efficios.com>
3392
3393 * gdbarch.sh: Add declaration for _initialize_gdbarch.
3394
b3ee6dd9
SM
33952020-01-21 Simon Marchi <simon.marchi@efficios.com>
3396
3397 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
3398 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
3399 replace with range-based for.
3400 (gdbsim_interrupt_inferior): Remove.
3401 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
3402 with a range-based for. Inline code from
3403 gdbsim_interrupt_inferior.
3404
f9fac3c8
SM
34052020-01-21 Simon Marchi <simon.marchi@efficios.com>
3406
3407 * infrun.c (proceed): Fix indentation.
3408
f6474de9
TT
34092020-01-21 Tom Tromey <tromey@adacore.com>
3410
3411 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
3412 * python/python.c (python_extension_ops): Update.
3413 (gdbpy_colorize): New function.
3414 * python/lib/gdb/__init__.py (colorize): New function.
3415 * extension.h (ext_lang_colorize): Declare.
3416 * extension.c (ext_lang_colorize): New function.
3417 * extension-priv.h (struct extension_language_ops) <colorize>: New
3418 member.
3419 * cli/cli-style.c (_initialize_cli_style): Update help text.
3420
f0c702d4
LM
34212020-01-21 Luis Machado <luis.machado@linaro.org>
3422
3423 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
3424 <cond>: Change type to bool.
3425 (aarch64_displaced_step_b_cond): Update cond to use bool type.
3426 (aarch64_displaced_step_cb): Likewise.
3427 (aarch64_displaced_step_tb): Likewise.
3428
1ab139e5
LM
34292020-01-21 Luis Machado <luis.machado@linaro.org>
3430
3431 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
3432 output.
3433
0c271889
LM
34342020-01-21 Luis Machado <luis.machado@linaro.org>
3435
3436 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
3437 <pc_adjust>: Adjust the documentation.
3438 (aarch64_displaced_step_fixup): Check if PC really moved before
3439 adjusting it.
3440
4d89c1c7
TT
34412020-01-19 Tom Tromey <tom@tromey.com>
3442
3443 * disasm.c (~gdb_disassembler): New destructor.
3444 (gdb_buffered_insn_length): Call disassemble_free_target.
3445 * disasm.h (class gdb_disassembler): Declare destructor. Use
3446 DISABLE_COPY_AND_ASSIGN.
3447
c0ab21c2
TT
34482020-01-19 Tom Tromey <tom@tromey.com>
3449
3450 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
3451 (die_reader_func_ftype): Remove.
3452 (cutu_reader): New class.
3453 (dw2_get_file_names_reader): Remove "data" parameter.
3454 (dw2_get_file_names): Use cutu_reader.
3455 (create_debug_type_hash_table): Update.
3456 (read_cutu_die_from_dwo): Update comment.
3457 (lookup_dwo_unit): Add dwo_name parameter.
3458 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
3459 die_reader_func_ftype and data parameters.
3460 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
3461 Remove die_reader_func_ftype and data parameters.
3462 (~cutu_reader): New; from init_cutu_and_read_dies.
3463 (cutu_reader::cutu_reader): Rename from
3464 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
3465 and data parameters.
3466 (init_cutu_and_read_dies_simple): Remove.
3467 (struct process_psymtab_comp_unit_data): Remove.
3468 (process_psymtab_comp_unit_reader): Remove data parameter; add
3469 want_partial_unit and pretend_language parameters.
3470 (process_psymtab_comp_unit): Use cutu_reader.
3471 (build_type_psymtabs_reader): Remove data parameter.
3472 (build_type_psymtabs_1): Use cutu_reader.
3473 (process_skeletonless_type_unit): Likewise.
3474 (load_partial_comp_unit_reader): Remove.
3475 (load_partial_comp_unit): Use cutu_reader.
3476 (load_full_comp_unit_reader): Remove.
3477 (load_full_comp_unit): Use cutu_reader.
3478 (struct create_dwo_cu_data): Remove.
3479 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
3480 dwo_unit parameters.
3481 (create_cus_hash_table): Use cutu_reader.
3482 (struct dwarf2_read_addr_index_data): Remove.
3483 (dwarf2_read_addr_index_reader): Remove.
3484 (dwarf2_read_addr_index): Use cutu_reader.
3485 (read_signatured_type_reader): Remove.
3486 (read_signatured_type): Use cutu_reader.
3487
45bbae5c
TT
34882020-01-19 Tom Tromey <tom@tromey.com>
3489
3490 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
3491 * tui/tui-wingeneral.h (class tui_suppress_output): New.
3492 (tui_wrefresh): Declare.
3493 * tui/tui-wingeneral.c (suppress_output): New global.
3494 (tui_suppress_output, ~tui_suppress_output): New constructor and
3495 destructor.
3496 (tui_wrefresh): New function.
3497 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
3498 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
3499 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
3500 method.
3501 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
3502 tui_wrefresh.
3503 (tui_data_window::no_refresh): New method.
3504 (tui_data_item_window::refresh_window): Call tui_wrefresh.
3505 (tui_reg_command): Use tui_suppress_output
3506 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
3507 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
3508 method.
3509 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
3510
4f13c1c0
TT
35112020-01-19 Tom Tromey <tom@tromey.com>
3512
3513 * tui/tui-winsource.c (tui_update_source_windows_with_line):
3514 Handle case where symtab is null.
3515
fa47e446
SM
35162020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
3517
3518 * linux-fork.c (one_fork_p): Simplify.
3519
26f42329
SM
35202020-01-17 Simon Marchi <simon.marchi@efficios.com>
3521
3522 * top.c (struct qt_args): Remove.
3523 (kill_or_detach): Change return type to void, replace `void *`
3524 parameter with a proper one.
3525 (print_inferior_quit_action): Likewise.
3526 (quit_confirm): Use range-based for loop to iterate over inferiors.
3527 (quit_force): Likewise.
3528
a9ac81b1
SM
35292020-01-17 Simon Marchi <simon.marchi@efficios.com>
3530
3531 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
3532 `void *` parameter with proper parameters.
3533 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
3534 (print_one_inferior): Change return type to void, replace `void *`
3535 parameter with proper parameters.
3536 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
3537 inferiors.
3538 (get_other_inferior): Remove.
3539 (mi_cmd_remove_inferior): Use range-based loop to iterate over
3540 inferiors.
3541
788eca49
SM
35422020-01-17 Simon Marchi <simon.marchi@efficios.com>
3543
3544 * mi/mi-interp.c (report_initial_inferior): Remove.
3545 (mi_interp::init): Use range-based for to iterate over inferiors.
3546
d9bc85b6
SM
35472020-01-17 Simon Marchi <simon.marchi@efficios.com>
3548
3549 * python/py-inferior.c (build_inferior_list): Remove.
3550 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
3551
40c94099
CB
35522020-01-16 Christian Biesinger <cbiesinger@google.com>
3553
3554 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
3555 (btrace_stitch_trace): Likewise.
3556 * charset.c (intermediate_encoding): Likewise (vaild).
3557 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
3558 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
3559 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
3560
e0cdfe3c
HD
35612020-01-16 Hannes Domani <ssbssa@yahoo.de>
3562
3563 * windows-tdep.c (windows_get_tlb_type):
3564 Add rtl_user_process_parameters type.
3565
790f1718
PA
35662020-01-16 Pedro Alves <palves@redhat.com>
3567 Norbert Lange <nolange79@gmail.com>
3568
3569 PR build/24805
3570 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
3571 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
3572 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
3573 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
3574 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
3575 (ps_plog): Redeclare exported functions with default visibility.
3576
3112ed97
NA
35772020-01-16 Nitika Achra <Nitika.Achra@amd.com>
3578
3579 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
3580 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
3581
8dc3273e
SM
35822020-01-15 Simon Marchi <simon.marchi@efficios.com>
3583
3584 * infcmd.c (post_create_inferior): Use get_thread_regcache
3585 instead of get_current_regcache.
3586
ff47f4f0
TT
35872020-01-14 Tom Tromey <tom@tromey.com>
3588
3589 PR symtab/12535:
3590 * python/python.c (gdbpy_decode_line): Treat empty string the same
3591 as no argument.
3592
975f45b7
TT
35932020-01-14 Tom Tromey <tom@tromey.com>
3594
3595 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
3596
25e57356
TT
35972020-01-14 Tom Tromey <tom@tromey.com>
3598
3599 * nat/linux-btrace.c: Don't include <config.h>.
3600 * nat/linux-ptrace.c: Don't include <config.h>.
3601 * nat/x86-linux-dregs.c: Don't include <config.h>.
3602
05ea2a05
TT
36032020-01-14 Tom Tromey <tom@tromey.com>
3604
3605 * configure: Rebuild.
3606 * configure.ac: Move many checks to ../gdbsupport/common.m4.
3607
01027315
TT
36082020-01-14 Tom Tromey <tom@tromey.com>
3609
3610 * nat/x86-linux-dregs.c: Include configh.h.
3611 * nat/linux-ptrace.c: Include configh.h.
3612 * nat/linux-btrace.c: Include configh.h.
3613 * defs.h: Include config.h, bfd.h.
3614 * configure.ac: Don't source common.host.
3615 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
3616 * configure: Rebuild.
3617 * acinclude.m4: Update path.
3618 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
3619 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
3620 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
3621 (CLIBS): Add LIBSUPPORT.
3622 (CDEPS): Likewise.
3623 (COMMON_SFILES): Remove gdbsupport files.
3624 (HFILES_NO_SRCDIR): Likewise.
3625 (stamp-version): Update path to create-version.sh.
3626 (ALLDEPFILES): Remove gdbsupport files.
3627
b2ceabe8
TT
36282020-01-14 Tom Tromey <tom@tromey.com>
3629
3630 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
3631 USE_WIN32API when needed.
3632 * configure.ac (USE_WIN32API): Don't define.
3633 (WIN32LIBS): Use WIN32APILIBS.
3634 * configure: Rebuild.
3635
25c51f71
TT
36362020-01-14 Tom Tromey <tom@tromey.com>
3637
3638 * configure: Rebuild.
3639 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
3640
717c684d
BE
36412020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3642
3643 * skip.c (skip_function_command): Make skip w/o arguments use the
3644 name of the inlined function if pc is inside any inlined function.
3645
7da6a5b9
LM
36462020-01-14 Luis Machado <luis.machado@linaro.org>
3647
3648 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
3649 * infrun.c (resume_1): Likewise.
3650 (handle_inferior_event): Remove stale comment.
3651 * linux-nat.c (linux_nat_target::resume): Update comments.
3652 (save_stop_reason): Likewise.
3653 (linux_nat_filter_event): Likewise.
3654 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
3655
44e4c775
AB
36562020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * elfread.c (record_minimal_symbol): Set section index to 0 for
3659 non-allocatable sections.
3660
18a8505e
AT
3661
36622020-01-13 Ali Tamur <tamur@google.com>
3663
3664 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
3665 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
3666 to gdb::optional. Update comments.
3667 (dwo_file): Update comments.
3668 (read_attribute): Update API to take an additional out parameter,
3669 need_reprocess. This is used to mark attributes that need other
3670 attributes (e.g. str_offsets_base) for correct computation which may not
3671 have been read yet.
3672 (read_attribute_reprocess): New function declaration.
3673 (read_addr_index): Likewise.
3674 (read_dwo_str_index): Likewise.
3675 (read_stub_str_index): Likewise.
3676 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
3677 (lookup_addr_base): New function definition.
3678 (lookup_ranges_base): Likewise.
3679 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
3680 lookup_ranges_base.
3681 (init_cutu_and_read_dies): Update comments.
3682 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
3683 unit. This is used to inherit parent's str_offsets_base and addr_base.
3684 Update comments.
3685 (init_cutu_and_read_dies_simple): Reflect API changes.
3686 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
3687 (create_cus_hash_table): Change API to take parent compile unit.
3688 Reflect API changes.
3689 (open_and_init_dwo_file): Reflect API changes.
3690 (dwarf2_get_pc_bounds): Update comments.
3691 (dwarf2_record_block_ranges): Likewise.
3692 (read_full_die_1): Change implementation to reprocess attributes that
3693 need str_offsets_base and addr_base.
3694 (partial_die_info::read): Likewise.
3695 (read_attribute_reprocess): New function definition.
3696 (read_attribute_value): Change API to take an additional out parameter,
3697 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
3698 when a non-dwo compile unit has index based attributes.
3699 (read_attribute): Reflect API changes.
3700 (read_addr_index_1): Reflect API changes. Update comments.
3701 (dwarf2_read_addr_index_data): Reflect API changes.
3702 (dwarf2_read_addr_index): Likewise.
3703 (read_str_index): Change API and implementation. This becomes a helper
3704 to be used by the new string index related methods. Update error
3705 message and comments.
3706 (read_dwo_str_index): New function definition.
3707 (read_stub_str_index): Likewise.
3708 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
3709 * symfile.h (dwarf2_debug_sections): Likewise.
3710 * xcoffread.c (dwarf2_debug_sections): Likewise.
3711
0cac9354
SM
37122020-01-13 Simon Marchi <simon.marchi@efficios.com>
3713
3714 * gdbcore.h (struct core_fns) <core_read_registers>: Change
3715 core_reg_sect type to gdb_byte *.
3716 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
3717 * cris-tdep.c (fetch_core_registers): Likewise.
3718 * corelow.c (core_target::get_core_register_section): Change
3719 type of `contents` to gdb::byte_vector.
3720
9a6d629c
AB
37212020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * tui/tui-wingeneral.c (box_win): Position the title in the center
3724 of the border.
3725
d8b2f9e3
SM
37262020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
3727
3728 * corelow.c (core_target::get_core_register_section): Use
3729 std::vector instead of alloca.
3730
bb564c58
SM
37312020-01-13 Simon Marchi <simon.marchi@efficios.com>
3732
3733 * warning.m4: Add -Wmissing-declarations to build_warnings.
3734 * configure: Re-generate.
3735
6b366111
SM
37362020-01-13 Simon Marchi <simon.marchi@efficios.com>
3737
3738 * python/python.c (init__gdb_module): Add declaration.
3739
6c265988
SM
37402020-01-13 Simon Marchi <simon.marchi@efficios.com>
3741
3742 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
3743 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
3744 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
3745 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
3746 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
3747 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
3748 * ada-exp.y (_initialize_ada_exp): Add declaration.
3749 * ada-lang.c (_initialize_ada_language): Add declaration.
3750 * ada-tasks.c (_initialize_tasks): Add declaration.
3751 * agent.c (_initialize_agent): Add declaration.
3752 * aix-thread.c (_initialize_aix_thread): Add declaration.
3753 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
3754 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
3755 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
3756 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
3757 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
3758 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
3759 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
3760 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
3761 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
3762 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
3763 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
3764 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
3765 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
3766 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
3767 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
3768 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
3769 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
3770 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
3771 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
3772 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
3773 * annotate.c (_initialize_annotate): Add declaration.
3774 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
3775 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
3776 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
3777 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
3778 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
3779 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
3780 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
3781 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
3782 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
3783 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
3784 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
3785 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
3786 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
3787 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
3788 * auto-load.c (_initialize_auto_load): Add declaration.
3789 * auxv.c (_initialize_auxv): Add declaration.
3790 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
3791 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
3792 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
3793 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
3794 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
3795 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
3796 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
3797 * breakpoint.c (_initialize_breakpoint): Add declaration.
3798 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
3799 * btrace.c (_initialize_btrace): Add declaration.
3800 * charset.c (_initialize_charset): Add declaration.
3801 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
3802 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
3803 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
3804 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
3805 * cli/cli-script.c (_initialize_cli_script): Add declaration.
3806 * cli/cli-style.c (_initialize_cli_style): Add declaration.
3807 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
3808 * coffread.c (_initialize_coffread): Add declaration.
3809 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
3810 * compile/compile.c (_initialize_compile): Add declaration.
3811 * complaints.c (_initialize_complaints): Add declaration.
3812 * completer.c (_initialize_completer): Add declaration.
3813 * copying.c (_initialize_copying): Add declaration.
3814 * corefile.c (_initialize_core): Add declaration.
3815 * corelow.c (_initialize_corelow): Add declaration.
3816 * cp-abi.c (_initialize_cp_abi): Add declaration.
3817 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
3818 * cp-support.c (_initialize_cp_support): Add declaration.
3819 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
3820 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
3821 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
3822 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
3823 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
3824 * ctfread.c (_initialize_ctfread): Add declaration.
3825 * d-lang.c (_initialize_d_language): Add declaration.
3826 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
3827 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
3828 * dbxread.c (_initialize_dbxread): Add declaration.
3829 * dcache.c (_initialize_dcache): Add declaration.
3830 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
3831 * disasm.c (_initialize_disasm): Add declaration.
3832 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
3833 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
3834 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
3835 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
3836 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
3837 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
3838 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
3839 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
3840 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
3841 * elfread.c (_initialize_elfread): Add declaration.
3842 * exec.c (_initialize_exec): Add declaration.
3843 * extension.c (_initialize_extension): Add declaration.
3844 * f-lang.c (_initialize_f_language): Add declaration.
3845 * f-valprint.c (_initialize_f_valprint): Add declaration.
3846 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
3847 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
3848 * filesystem.c (_initialize_filesystem): Add declaration.
3849 * findcmd.c (_initialize_mem_search): Add declaration.
3850 * findvar.c (_initialize_findvar): Add declaration.
3851 * fork-child.c (_initialize_fork_child): Add declaration.
3852 * frame-base.c (_initialize_frame_base): Add declaration.
3853 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
3854 * frame.c (_initialize_frame): Add declaration.
3855 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
3856 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
3857 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
3858 * gcore.c (_initialize_gcore): Add declaration.
3859 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
3860 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
3861 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
3862 * gdbarch.c (_initialize_gdbarch): Add declaration.
3863 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
3864 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
3865 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
3866 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
3867 * go-lang.c (_initialize_go_language): Add declaration.
3868 * go32-nat.c (_initialize_go32_nat): Add declaration.
3869 * guile/guile.c (_initialize_guile): Add declaration.
3870 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
3871 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
3872 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
3873 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
3874 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
3875 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
3876 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
3877 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
3878 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
3879 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
3880 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
3881 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
3882 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
3883 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
3884 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
3885 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
3886 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
3887 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
3888 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
3889 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
3890 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
3891 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
3892 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
3893 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
3894 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
3895 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
3896 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
3897 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
3898 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
3899 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
3900 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
3901 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
3902 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
3903 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
3904 * infcall.c (_initialize_infcall): Add declaration.
3905 * infcmd.c (_initialize_infcmd): Add declaration.
3906 * inflow.c (_initialize_inflow): Add declaration.
3907 * infrun.c (_initialize_infrun): Add declaration.
3908 * interps.c (_initialize_interpreter): Add declaration.
3909 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
3910 * jit.c (_initialize_jit): Add declaration.
3911 * language.c (_initialize_language): Add declaration.
3912 * linux-fork.c (_initialize_linux_fork): Add declaration.
3913 * linux-nat.c (_initialize_linux_nat): Add declaration.
3914 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
3915 * linux-thread-db.c (_initialize_thread_db): Add declaration.
3916 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
3917 * m2-lang.c (_initialize_m2_language): Add declaration.
3918 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
3919 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
3920 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
3921 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
3922 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
3923 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
3924 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
3925 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
3926 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
3927 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
3928 * machoread.c (_initialize_machoread): Add declaration.
3929 * macrocmd.c (_initialize_macrocmd): Add declaration.
3930 * macroscope.c (_initialize_macroscope): Add declaration.
3931 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
3932 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
3933 * maint.c (_initialize_maint_cmds): Add declaration.
3934 * mdebugread.c (_initialize_mdebugread): Add declaration.
3935 * memattr.c (_initialize_mem): Add declaration.
3936 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
3937 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
3938 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
3939 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
3940 * mi/mi-main.c (_initialize_mi_main): Add declaration.
3941 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
3942 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
3943 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
3944 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
3945 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
3946 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
3947 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
3948 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
3949 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
3950 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
3951 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
3952 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
3953 * mipsread.c (_initialize_mipsread): Add declaration.
3954 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
3955 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
3956 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
3957 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
3958 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
3959 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
3960 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
3961 * nto-procfs.c (_initialize_procfs): Add declaration.
3962 * objc-lang.c (_initialize_objc_language): Add declaration.
3963 * observable.c (_initialize_observer): Add declaration.
3964 * opencl-lang.c (_initialize_opencl_language): Add declaration.
3965 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
3966 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
3967 * osabi.c (_initialize_gdb_osabi): Add declaration.
3968 * osdata.c (_initialize_osdata): Add declaration.
3969 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
3970 * parse.c (_initialize_parse): Add declaration.
3971 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
3972 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
3973 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
3974 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
3975 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
3976 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
3977 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
3978 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
3979 * printcmd.c (_initialize_printcmd): Add declaration.
3980 * probe.c (_initialize_probe): Add declaration.
3981 * proc-api.c (_initialize_proc_api): Add declaration.
3982 * proc-events.c (_initialize_proc_events): Add declaration.
3983 * proc-service.c (_initialize_proc_service): Add declaration.
3984 * procfs.c (_initialize_procfs): Add declaration.
3985 * producer.c (_initialize_producer): Add declaration.
3986 * psymtab.c (_initialize_psymtab): Add declaration.
3987 * python/python.c (_initialize_python): Add declaration.
3988 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
3989 * record-btrace.c (_initialize_record_btrace): Add declaration.
3990 * record-full.c (_initialize_record_full): Add declaration.
3991 * record.c (_initialize_record): Add declaration.
3992 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
3993 * regcache.c (_initialize_regcache): Add declaration.
3994 * reggroups.c (_initialize_reggroup): Add declaration.
3995 * remote-notif.c (_initialize_notif): Add declaration.
3996 * remote-sim.c (_initialize_remote_sim): Add declaration.
3997 * remote.c (_initialize_remote): Add declaration.
3998 * reverse.c (_initialize_reverse): Add declaration.
3999 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
4000 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
4001 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
4002 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
4003 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
4004 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
4005 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
4006 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
4007 Add declaration.
4008 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
4009 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
4010 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
4011 * rust-exp.y (_initialize_rust_exp): Add declaration.
4012 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
4013 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
4014 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
4015 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
4016 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
4017 * score-tdep.c (_initialize_score_tdep): Add declaration.
4018 * ser-go32.c (_initialize_ser_dos): Add declaration.
4019 * ser-mingw.c (_initialize_ser_windows): Add declaration.
4020 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
4021 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
4022 * ser-uds.c (_initialize_ser_socket): Add declaration.
4023 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
4024 * serial.c (_initialize_serial): Add declaration.
4025 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
4026 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
4027 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
4028 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
4029 * skip.c (_initialize_step_skip): Add declaration.
4030 * sol-thread.c (_initialize_sol_thread): Add declaration.
4031 * solib-aix.c (_initialize_solib_aix): Add declaration.
4032 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
4033 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
4034 * solib-frv.c (_initialize_frv_solib): Add declaration.
4035 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
4036 * solib-target.c (_initialize_solib_target): Add declaration.
4037 * solib.c (_initialize_solib): Add declaration.
4038 * source-cache.c (_initialize_source_cache): Add declaration.
4039 * source.c (_initialize_source): Add declaration.
4040 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
4041 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
4042 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
4043 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
4044 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
4045 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
4046 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
4047 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
4048 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
4049 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
4050 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
4051 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
4052 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
4053 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
4054 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
4055 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
4056 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
4057 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
4058 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
4059 * stabsread.c (_initialize_stabsread): Add declaration.
4060 * stack.c (_initialize_stack): Add declaration.
4061 * stap-probe.c (_initialize_stap_probe): Add declaration.
4062 * std-regs.c (_initialize_frame_reg): Add declaration.
4063 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
4064 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
4065 * symfile.c (_initialize_symfile): Add declaration.
4066 * symmisc.c (_initialize_symmisc): Add declaration.
4067 * symtab.c (_initialize_symtab): Add declaration.
4068 * target.c (_initialize_target): Add declaration.
4069 * target-connection.c (_initialize_target_connection): Add
4070 declaration.
4071 * target-dcache.c (_initialize_target_dcache): Add declaration.
4072 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
4073 * thread.c (_initialize_thread): Add declaration.
4074 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
4075 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
4076 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
4077 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
4078 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
4079 * tracectf.c (_initialize_ctf): Add declaration.
4080 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
4081 * tracefile.c (_initialize_tracefile): Add declaration.
4082 * tracepoint.c (_initialize_tracepoint): Add declaration.
4083 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
4084 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
4085 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
4086 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
4087 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
4088 * tui/tui-win.c (_initialize_tui_win): Add declaration.
4089 * tui/tui.c (_initialize_tui): Add declaration.
4090 * typeprint.c (_initialize_typeprint): Add declaration.
4091 * ui-style.c (_initialize_ui_style): Add declaration.
4092 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
4093 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
4094 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
4095 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
4096 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
4097 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
4098 * unittests/filtered_iterator-selftests.c
4099 (_initialize_filtered_iterator_selftests): Add declaration.
4100 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
4101 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
4102 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
4103 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
4104 * unittests/main-thread-selftests.c
4105 (_initialize_main_thread_selftests): Add declaration.
4106 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
4107 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
4108 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
4109 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
4110 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
4111 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
4112 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
4113 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
4114 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
4115 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
4116 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
4117 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
4118 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
4119 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
4120 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
4121 declaration.
4122 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
4123 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
4124 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
4125 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
4126 * user-regs.c (_initialize_user_regs): Add declaration.
4127 * utils.c (_initialize_utils): Add declaration.
4128 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
4129 * valops.c (_initialize_valops): Add declaration.
4130 * valprint.c (_initialize_valprint): Add declaration.
4131 * value.c (_initialize_values): Add declaration.
4132 * varobj.c (_initialize_varobj): Add declaration.
4133 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
4134 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
4135 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
4136 * windows-nat.c (_initialize_windows_nat): Add declaration.
4137 (_initialize_check_for_gdb_ini): Add declaration.
4138 (_initialize_loadable): Add declaration.
4139 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
4140 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
4141 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
4142 * xcoffread.c (_initialize_xcoffread): Add declaration.
4143 * xml-support.c (_initialize_xml_support): Add declaration.
4144 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
4145 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
4146 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
4147 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
4148
e2de1eec
SM
41492020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4150
4151 * regformats/regdat.sh: Generate declaration for init function.
4152
e0037b4c
SM
41532020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
4154
4155 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
4156 up.
4157 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
4158 close_one_inferior>: New methods.
4159 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
4160 pass down target to find_inferior_pid.
4161 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
4162 Pass down target to find_inferior_ptid.
4163 (gdbsim_target::create_inferior): Pass down target to
4164 add_thread_silent.
4165 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
4166 target down to find_inferior_ptid and switch_to_thread.
4167 (gdbsim_target::close): Update to call close_one_inferior.
4168 (struct resume_data): Remove.
4169 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
4170 directly, rather than through a void pointer.
4171 (gdbsim_target::resume): Update to call resume_one_inferior.
4172
58920b5b
SM
41732020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
4174
4175 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
4176
4ec89149
PA
41772020-01-12 Pedro Alves <palves@redhat.com>
4178
4179 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
4180 directly for the current inferior instead of
4181 discard_all_inferiors.
4182 (discard_all_inferiors): Delete.
4183
7c392d1d
TT
41842020-01-11 Tom Tromey <tom@tromey.com>
4185
4186 * tui/tui-wingeneral.c (box_win): Check cli_styling.
4187 * tui/tui-winsource.c (tui_source_window_base::refill): Use
4188 deprecated_safe_get_selected_frame.
4189
d9ebdab7
TBA
41902020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4191
4192 * inferior.c (print_inferior): Switch inferior before printing it.
4193
f3c469b9
PA
41942020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
4195 Pedro Alves <palves@redhat.com>
4196
4197 * progspace-and-thread.c (switch_to_program_space_and_thread):
4198 Assert there's an inferior for PSPACE. Use
4199 switch_to_inferior_no_thread to switch the inferior too.
4200 * progspace.c (program_space::~program_space): Call
4201 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
4202 (program_space::free_all_objfiles): Don't call clear_symtab_users
4203 here.
4204 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
4205
65c574f6
PA
42062020-01-10 Pedro Alves <palves@redhat.com>
4207
4208 * NEWS: Mention multi-target debugging, "info connections", and
4209 "add-inferior -no-connection".
4210
2f4fcf00
PA
42112020-01-10 Pedro Alves <palves@redhat.com>
4212
4213 * infrun.c: Include "target-connection.h".
4214 (check_multi_target_resumption): New.
4215 (proceed): Call it.
4216 * target-connection.c (make_target_connection_string): Make
4217 extern.
4218 * target-connection.h (make_target_connection_string): Declare.
4219
121b3efd
PA
42202020-01-10 Pedro Alves <palves@redhat.com>
4221
4222 * Makefile.in (COMMON_SFILES): Add target-connection.c.
4223 * inferior.c (uiout_field_connection): New function.
4224 (print_inferior): Add new "connection-id" column.
4225 (add_inferior_command): Show connection number/string of added
4226 inferior.
4227 * process-stratum-target.h
4228 (process_stratum_target::connection_string): New virtual method.
4229 (process_stratum_target::connection_number): New field.
4230 * remote.c (remote_target::connection_string): New override.
4231 * target-connection.c: New file.
4232 * target-connection.h: New file.
4233 * target.c (decref_target): Remove process_stratum targets from
4234 the connection list.
4235 (target_stack::push): Add process_stratum targets to the
4236 connection list.
4237
4f837581
PA
42382020-01-10 Pedro Alves <palves@redhat.com>
4239
4240 Revert:
4241 2016-04-12 Pedro Alves <palves@redhat.com>
4242 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
4243 Remove references to name.
4244 * serial.h (struct serial) <name>: Delete.
4245
f4ec508e
PA
42462020-01-10 Pedro Alves <palves@redhat.com>
4247
4248 * gdbarch-selftests.c (register_to_value_test): Remove "target
4249 already pushed" check.
4250
5b6d1e4f
PA
42512020-01-10 Pedro Alves <palves@redhat.com>
4252 John Baldwin <jhb@FreeBSD.org>
4253
4254 * aarch64-linux-nat.c
4255 (aarch64_linux_nat_target::thread_architecture): Adjust.
4256 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
4257 (task_command_1): Likewise.
4258 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
4259 (aix_thread_target::wait, aix_thread_target::fetch_registers)
4260 (aix_thread_target::store_registers)
4261 (aix_thread_target::thread_alive): Adjust.
4262 * amd64-fbsd-tdep.c: Include "inferior.h".
4263 (amd64fbsd_get_thread_local_address): Pass down target.
4264 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
4265 thread's gdbarch instead of target_gdbarch.
4266 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
4267 get_last_target_status.
4268 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
4269 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
4270 inferiors.
4271 (update_inserted_breakpoint_locations): Skip if inferiors with no
4272 execution.
4273 (update_global_location_list): When handling moribund locations,
4274 find representative inferior for location's pspace, and use thread
4275 count of its process_stratum target.
4276 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
4277 * bsd-uthread.c (bsd_uthread_target::wait): Use
4278 as_process_stratum_target and adjust thread_change_ptid and
4279 add_thread calls.
4280 (bsd_uthread_target::update_thread_list): Use
4281 as_process_stratum_target and adjust find_thread_ptid,
4282 thread_change_ptid and add_thread calls.
4283 * btrace.c (maint_btrace_packet_history_cmd): Adjust
4284 find_thread_ptid call.
4285 * corelow.c (add_to_thread_list): Adjust add_thread call.
4286 (core_target_open): Adjust add_thread_silent and thread_count
4287 calls.
4288 (core_target::pid_to_str): Adjust find_inferior_ptid call.
4289 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
4290 * event-top.c (async_disconnect): Pop targets from all inferiors.
4291 * exec.c (add_target_sections): Push exec target on all inferiors
4292 sharing the program space.
4293 (remove_target_sections): Remove the exec target from all
4294 inferiors sharing the program space.
4295 (exec_on_vfork): New.
4296 * exec.h (exec_on_vfork): Declare.
4297 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
4298 Pass it down.
4299 (fbsd_nat_target::update_thread_list): Adjust.
4300 (fbsd_nat_target::resume): Adjust.
4301 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
4302 down.
4303 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
4304 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
4305 get_thread_arch_regcache call.
4306 * fork-child.c (gdb_startup_inferior): Pass target down to
4307 startup_inferior and set_executing.
4308 * gdbthread.h (struct process_stratum_target): Forward declare.
4309 (add_thread, add_thread_silent, add_thread_with_info)
4310 (in_thread_list): Add process_stratum_target parameter.
4311 (find_thread_ptid(inferior*, ptid_t)): New overload.
4312 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
4313 parameter.
4314 (all_threads()): Delete overload.
4315 (all_threads, all_non_exited_threads): Add process_stratum_target
4316 parameter.
4317 (all_threads_safe): Use brace initialization.
4318 (thread_count): Add process_stratum_target parameter.
4319 (set_resumed, set_running, set_stop_requested, set_executing)
4320 (threads_are_executing, finish_thread_state): Add
4321 process_stratum_target parameter.
4322 (switch_to_thread): Use is_current_thread.
4323 * i386-fbsd-tdep.c: Include "inferior.h".
4324 (i386fbsd_get_thread_local_address): Pass down target.
4325 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
4326 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
4327 have_inferiors check.
4328 * inf-ptrace.c (inf_ptrace_target::create_inferior)
4329 (inf_ptrace_target::attach): Adjust.
4330 * infcall.c (run_inferior_call): Adjust.
4331 * infcmd.c (run_command_1): Pass target to
4332 scoped_finish_thread_state.
4333 (proceed_thread_callback): Skip inferiors with no execution.
4334 (continue_command): Rename 'all_threads' local to avoid hiding
4335 'all_threads' function. Adjust get_last_target_status call.
4336 (prepare_one_step): Adjust set_running call.
4337 (signal_command): Use user_visible_resume_target. Compare thread
4338 pointers instead of inferior_ptid.
4339 (info_program_command): Adjust to pass down target.
4340 (attach_command): Mark target's 'thread_executing' flag.
4341 (stop_current_target_threads_ns): New, factored out from ...
4342 (interrupt_target_1): ... this. Switch inferior before making
4343 target calls.
4344 * inferior-iter.h
4345 (struct all_inferiors_iterator, struct all_inferiors_range)
4346 (struct all_inferiors_safe_range)
4347 (struct all_non_exited_inferiors_range): Filter on
4348 process_stratum_target too. Remove explicit.
4349 * inferior.c (inferior::inferior): Push dummy target on target
4350 stack.
4351 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
4352 Add process_stratum_target parameter, and pass it down.
4353 (have_live_inferiors): Adjust.
4354 (switch_to_inferior_and_push_target): New.
4355 (add_inferior_command, clone_inferior_command): Handle
4356 "-no-connection" parameter. Use
4357 switch_to_inferior_and_push_target.
4358 (_initialize_inferior): Mention "-no-connection" option in
4359 the help of "add-inferior" and "clone-inferior" commands.
4360 * inferior.h: Include "process-stratum-target.h".
4361 (interrupt_target_1): Use bool.
4362 (struct inferior) <push_target, unpush_target, target_is_pushed,
4363 find_target_beneath, top_target, process_target, target_at,
4364 m_stack>: New.
4365 (discard_all_inferiors): Delete.
4366 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
4367 (all_inferiors, all_non_exited_inferiors): Add
4368 process_stratum_target parameter.
4369 * infrun.c: Include "gdb_select.h" and <unordered_map>.
4370 (target_last_proc_target): New global.
4371 (follow_fork_inferior): Push target on new inferior. Pass target
4372 to add_thread_silent. Call exec_on_vfork. Handle target's
4373 reference count.
4374 (follow_fork): Adjust get_last_target_status call. Also consider
4375 target.
4376 (follow_exec): Push target on new inferior.
4377 (struct execution_control_state) <target>: New field.
4378 (user_visible_resume_target): New.
4379 (do_target_resume): Call target_async.
4380 (resume_1): Set target's threads_executing flag. Consider resume
4381 target.
4382 (commit_resume_all_targets): New.
4383 (proceed): Also consider resume target. Skip threads of inferiors
4384 with no execution. Commit resumtion in all targets.
4385 (start_remote): Pass current inferior to wait_for_inferior.
4386 (infrun_thread_stop_requested): Consider target as well. Pass
4387 thread_info pointer to clear_inline_frame_state instead of ptid.
4388 (infrun_thread_thread_exit): Consider target as well.
4389 (random_pending_event_thread): New inferior parameter. Use it.
4390 (do_target_wait): Rename to ...
4391 (do_target_wait_1): ... this. Add inferior parameter, and pass it
4392 down.
4393 (threads_are_resumed_pending_p, do_target_wait): New.
4394 (prepare_for_detach): Adjust calls.
4395 (wait_for_inferior): New inferior parameter. Handle it. Use
4396 do_target_wait_1 instead of do_target_wait.
4397 (fetch_inferior_event): Adjust. Switch to representative
4398 inferior. Pass target down.
4399 (set_last_target_status): Add process_stratum_target parameter.
4400 Save target in global.
4401 (get_last_target_status): Add process_stratum_target parameter and
4402 handle it.
4403 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
4404 (context_switch): Check inferior_ptid == null_ptid before calling
4405 inferior_thread().
4406 (get_inferior_stop_soon): Pass down target.
4407 (wait_one): Rename to ...
4408 (poll_one_curr_target): ... this.
4409 (struct wait_one_event): New.
4410 (wait_one): New.
4411 (stop_all_threads): Adjust.
4412 (handle_no_resumed, handle_inferior_event): Adjust to consider the
4413 event's target.
4414 (switch_back_to_stepped_thread): Also consider target.
4415 (print_stop_event): Update.
4416 (normal_stop): Update. Also consider the resume target.
4417 * infrun.h (wait_for_inferior): Remove declaration.
4418 (user_visible_resume_target): New declaration.
4419 (get_last_target_status, set_last_target_status): New
4420 process_stratum_target parameter.
4421 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
4422 process_stratum_target parameter, and use it.
4423 (clear_inline_frame_state (thread_info*)): New.
4424 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
4425 process_stratum_target parameter.
4426 (clear_inline_frame_state (thread_info*)): Declare.
4427 * linux-fork.c (delete_checkpoint_command): Pass target down to
4428 find_thread_ptid.
4429 (checkpoint_command): Adjust.
4430 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
4431 instead of just tweaking inferior_ptid.
4432 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
4433 (exit_lwp): Pass target down to find_thread_ptid.
4434 (attach_proc_task_lwp_callback): Pass target down to
4435 add_thread/set_running/set_executing.
4436 (linux_nat_target::attach): Pass target down to
4437 thread_change_ptid.
4438 (get_detach_signal): Pass target down to find_thread_ptid.
4439 Consider last target status's target.
4440 (linux_resume_one_lwp_throw, resume_lwp)
4441 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
4442 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
4443 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
4444 (linux_nat_target::async_wait_fd): New.
4445 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
4446 target down.
4447 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
4448 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
4449 * linux-thread-db.c (struct thread_db_info::process_target): New
4450 field.
4451 (add_thread_db_info): Save target.
4452 (get_thread_db_info): New process_stratum_target parameter. Also
4453 match target.
4454 (delete_thread_db_info): New process_stratum_target parameter.
4455 Also match target.
4456 (thread_from_lwp): Adjust to pass down target.
4457 (thread_db_notice_clone): Pass down target.
4458 (check_thread_db_callback): Pass down target.
4459 (try_thread_db_load_1): Always push the thread_db target.
4460 (try_thread_db_load, record_thread): Pass target down.
4461 (thread_db_target::detach): Pass target down. Always unpush the
4462 thread_db target.
4463 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
4464 target down. Always unpush the thread_db target.
4465 (find_new_threads_callback, thread_db_find_new_threads_2)
4466 (thread_db_target::update_thread_list): Pass target down.
4467 (thread_db_target::pid_to_str): Pass current inferior down.
4468 (thread_db_target::get_thread_local_address): Pass target down.
4469 (thread_db_target::resume, maintenance_check_libthread_db): Pass
4470 target down.
4471 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
4472 * procfs.c (procfs_target::procfs_init_inferior): Declare.
4473 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
4474 (procfs_init_inferior): Rename to ...
4475 (procfs_target::procfs_init_inferior): ... this and adjust.
4476 (procfs_target::create_inferior, procfs_notice_thread)
4477 (procfs_do_thread_registers): Adjust.
4478 * ppc-fbsd-tdep.c: Include "inferior.h".
4479 (ppcfbsd_get_thread_local_address): Pass down target.
4480 * proc-service.c (ps_xfer_memory): Switch current inferior and
4481 program space as well.
4482 (get_ps_regcache): Pass target down.
4483 * process-stratum-target.c
4484 (process_stratum_target::thread_address_space)
4485 (process_stratum_target::thread_architecture): Pass target down.
4486 * process-stratum-target.h
4487 (process_stratum_target::threads_executing): New field.
4488 (as_process_stratum_target): New.
4489 * ravenscar-thread.c
4490 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
4491 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
4492 down.
4493 * record-btrace.c (record_btrace_target::info_record): Adjust.
4494 (record_btrace_target::record_method)
4495 (record_btrace_target::record_is_replaying)
4496 (record_btrace_target::fetch_registers)
4497 (get_thread_current_frame_id, record_btrace_target::resume)
4498 (record_btrace_target::wait, record_btrace_target::stop): Pass
4499 target down.
4500 * record-full.c (record_full_wait_1): Switch to event thread.
4501 Pass target down.
4502 * regcache.c (regcache::regcache)
4503 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
4504 process_stratum_target parameter and handle it.
4505 (current_thread_target): New global.
4506 (get_thread_regcache): Add process_stratum_target parameter and
4507 handle it. Switch inferior before calling target method.
4508 (get_thread_regcache): Pass target down.
4509 (get_thread_regcache_for_ptid): Pass target down.
4510 (registers_changed_ptid): Add process_stratum_target parameter and
4511 handle it.
4512 (registers_changed_thread, registers_changed): Pass target down.
4513 (test_get_thread_arch_aspace_regcache): New.
4514 (current_regcache_test): Define a couple local test_target_ops
4515 instances and use them for testing.
4516 (readwrite_regcache): Pass process_stratum_target parameter.
4517 (cooked_read_test, cooked_write_test): Pass mock_target down.
4518 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
4519 (get_thread_arch_aspace_regcache): Add process_stratum_target
4520 parameter.
4521 (regcache::target): New method.
4522 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
4523 (regcache::registers_changed_ptid): Add process_stratum_target
4524 parameter.
4525 (regcache::m_target): New field.
4526 (registers_changed_ptid): Add process_stratum_target parameter.
4527 * remote.c (remote_state::supports_vCont_probed): New field.
4528 (remote_target::async_wait_fd): New method.
4529 (remote_unpush_and_throw): Add remote_target parameter.
4530 (get_current_remote_target): Adjust.
4531 (remote_target::remote_add_inferior): Push target.
4532 (remote_target::remote_add_thread)
4533 (remote_target::remote_notice_new_inferior)
4534 (get_remote_thread_info): Pass target down.
4535 (remote_target::update_thread_list): Skip threads of inferiors
4536 bound to other targets. (remote_target::close): Don't discard
4537 inferiors. (remote_target::add_current_inferior_and_thread)
4538 (remote_target::process_initial_stop_replies)
4539 (remote_target::start_remote)
4540 (remote_target::remote_serial_quit_handler): Pass down target.
4541 (remote_target::remote_unpush_target): New remote_target
4542 parameter. Unpush the target from all inferiors.
4543 (remote_target::remote_unpush_and_throw): New remote_target
4544 parameter. Pass it down.
4545 (remote_target::open_1): Check whether the current inferior has
4546 execution instead of checking whether any inferior is live. Pass
4547 target down.
4548 (remote_target::remote_detach_1): Pass down target. Use
4549 remote_unpush_target.
4550 (extended_remote_target::attach): Pass down target.
4551 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
4552 (remote_target::append_resumption): Pass down target.
4553 (remote_target::append_pending_thread_resumptions)
4554 (remote_target::remote_resume_with_hc, remote_target::resume)
4555 (remote_target::commit_resume): Pass down target.
4556 (remote_target::remote_stop_ns): Check supports_vCont_probed.
4557 (remote_target::interrupt_query)
4558 (remote_target::remove_new_fork_children)
4559 (remote_target::check_pending_events_prevent_wildcard_vcont)
4560 (remote_target::remote_parse_stop_reply)
4561 (remote_target::process_stop_reply): Pass down target.
4562 (first_remote_resumed_thread): New remote_target parameter. Pass
4563 it down.
4564 (remote_target::wait_as): Pass down target.
4565 (unpush_and_perror): New remote_target parameter. Pass it down.
4566 (remote_target::readchar, remote_target::remote_serial_write)
4567 (remote_target::getpkt_or_notif_sane_1)
4568 (remote_target::kill_new_fork_children, remote_target::kill): Pass
4569 down target.
4570 (remote_target::mourn_inferior): Pass down target. Use
4571 remote_unpush_target.
4572 (remote_target::core_of_thread)
4573 (remote_target::remote_btrace_maybe_reopen): Pass down target.
4574 (remote_target::pid_to_exec_file)
4575 (remote_target::thread_handle_to_thread_info): Pass down target.
4576 (remote_target::async_wait_fd): New.
4577 * riscv-fbsd-tdep.c: Include "inferior.h".
4578 (riscv_fbsd_get_thread_local_address): Pass down target.
4579 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
4580 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
4581 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
4582 Adjust.
4583 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
4584 * solib-svr4.c (enable_break): Pass down target.
4585 * spu-multiarch.c (parse_spufs_run): Pass down target.
4586 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
4587 * target-delegates.c: Regenerate.
4588 * target.c (g_target_stack): Delete.
4589 (current_top_target): Return the current inferior's top target.
4590 (target_has_execution_1): Refer to the passed-in inferior's top
4591 target.
4592 (target_supports_terminal_ours): Check whether the initial
4593 inferior was already created.
4594 (decref_target): New.
4595 (target_stack::push): Incref/decref the target.
4596 (push_target, push_target, unpush_target): Adjust.
4597 (target_stack::unpush): Defref target.
4598 (target_is_pushed): Return bool. Adjust to refer to the current
4599 inferior's target stack.
4600 (dispose_inferior): Delete, and inline parts ...
4601 (target_preopen): ... here. Only dispose of the current inferior.
4602 (target_detach): Hold strong target reference while detaching.
4603 Pass target down.
4604 (target_thread_name): Add assertion.
4605 (target_resume): Pass down target.
4606 (target_ops::beneath, find_target_at): Adjust to refer to the
4607 current inferior's target stack.
4608 (get_dummy_target): New.
4609 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
4610 has a thread running.
4611 (initialize_targets): Rename to ...
4612 (_initialize_target): ... this.
4613 * target.h: Include "gdbsupport/refcounted-object.h".
4614 (struct target_ops): Inherit refcounted_object.
4615 (target_ops::shortname, target_ops::longname): Make const.
4616 (target_ops::async_wait_fd): New method.
4617 (decref_target): Declare.
4618 (struct target_ops_ref_policy): New.
4619 (target_ops_ref): New typedef.
4620 (get_dummy_target): Declare function.
4621 (target_is_pushed): Return bool.
4622 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
4623 (all_matching_threads_iterator::all_matching_threads_iterator):
4624 Handle filter target.
4625 * thread-iter.h (struct all_matching_threads_iterator, struct
4626 all_matching_threads_range, class all_non_exited_threads_range):
4627 Filter by target too. Remove explicit.
4628 * thread.c (threads_executing): Delete.
4629 (inferior_thread): Pass down current inferior.
4630 (clear_thread_inferior_resources): Pass down thread pointer
4631 instead of ptid_t.
4632 (add_thread_silent, add_thread_with_info, add_thread): Add
4633 process_stratum_target parameter. Use it for thread and inferior
4634 searches.
4635 (is_current_thread): New.
4636 (thread_info::deletable): Use it.
4637 (find_thread_ptid, thread_count, in_thread_list)
4638 (thread_change_ptid, set_resumed, set_running): New
4639 process_stratum_target parameter. Pass it down.
4640 (set_executing): New process_stratum_target parameter. Pass it
4641 down. Adjust reference to 'threads_executing'.
4642 (threads_are_executing): New process_stratum_target parameter.
4643 Adjust reference to 'threads_executing'.
4644 (set_stop_requested, finish_thread_state): New
4645 process_stratum_target parameter. Pass it down.
4646 (switch_to_thread): Also match inferior.
4647 (switch_to_thread): New process_stratum_target parameter. Pass it
4648 down.
4649 (update_threads_executing): Reimplement.
4650 * top.c (quit_force): Pop targets from all inferior.
4651 (gdb_init): Don't call initialize_targets.
4652 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
4653 Declare.
4654 (windows_add_thread, windows_delete_thread): Adjust.
4655 (get_windows_debug_event): Rename to ...
4656 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
4657 * tracefile-tfile.c (tfile_target_open): Pass down target.
4658 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
4659 Forward declare.
4660 (switch_to_thread): Add process_stratum_target parameter.
4661 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
4662 parameter. Use it.
4663 (mi_on_resume): Pass target down.
4664 * nat/fork-inferior.c (startup_inferior): Add
4665 process_stratum_target parameter. Pass it down.
4666 * nat/fork-inferior.h (startup_inferior): Add
4667 process_stratum_target parameter.
4668 * python/py-threadevent.c (py_get_event_thread): Pass target down.
4669
75c6c844
PA
46702020-01-10 Pedro Alves <palves@redhat.com>
4671
4672 * remote.c (remote_target::start_remote): Don't set inferior_ptid
4673 directly. Instead find the first thread in the thread list and
4674 use switch_to_thread.
4675
78f2c40a
PA
46762020-01-10 Pedro Alves <palves@redhat.com>
4677
4678 * remote.c (remote_target::remote_add_inferior): Don't bind a
4679 process to the current inferior if the current inferior is already
4680 bound to a process.
4681
e7af6c70
TBA
46822020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4683 Pedro Alves <palves@redhat.com>
4684
4685 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
4686 If no process is specified, return null_ptid instead of
4687 inferior_ptid.
4688 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
4689 TARGET_WAITKIND_SIGNALLED with no pid.
4690
31ba933e
PA
46912020-01-10 Pedro Alves <palves@redhat.com>
4692
4693 * remote.c (first_remote_resumed_thread): New.
4694 (remote_target::wait_as): Use it as default event_ptid instead of
4695 inferior_ptid.
4696
735fc2ca
PA
46972020-01-10 Pedro Alves <palves@redhat.com>
4698
4699 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
4700
c17e02e1
PA
47012020-01-10 Pedro Alves <palves@redhat.com>
4702
4703 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
4704 not -1.
4705
ab1ddbcf
PA
47062020-01-10 Pedro Alves <palves@redhat.com>
4707
4708 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
4709 ptid to get_last_target_status.
4710 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
4711 ptid to get_last_target_status.
4712 * infcmd.c (continue_command): Don't pass a target_waitstatus to
4713 get_last_target_status.
4714 (info_program_command): Don't pass a target_waitstatus to
4715 get_last_target_status.
4716 * infrun.c (init_wait_for_inferior): Use
4717 nullify_last_target_wait_ptid.
4718 (get_last_target_status): Handle nullptr arguments.
4719 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
4720 (print_stop_event): Don't pass a ptid to get_last_target_status.
4721 (normal_stop): Don't pass a ptid to get_last_target_status.
4722 * infrun.h (get_last_target_status, set_last_target_status): Move
4723 comments here and update.
4724 (nullify_last_target_wait_ptid): Declare.
4725 * linux-fork.c (fork_load_infrun_state): Remove local extern
4726 declaration of nullify_last_target_wait_ptid.
4727 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
4728 to get_last_target_status.
4729
f3f8ece4
PA
47302020-01-10 Pedro Alves <palves@redhat.com>
4731
4732 * gdbthread.h (scoped_restore_current_thread)
4733 <dont_restore, restore, m_dont_restore>: Declare.
4734 * thread.c (thread_alive): Add assertion. Return bool.
4735 (switch_to_thread_if_alive): New.
4736 (prune_threads): Switch inferior/thread.
4737 (print_thread_info_1): Switch thread before calling target methods.
4738 (scoped_restore_current_thread::restore): New, factored out from
4739 ...
4740 (scoped_restore_current_thread::~scoped_restore_current_thread):
4741 ... this.
4742 (scoped_restore_current_thread::scoped_restore_current_thread):
4743 Add assertion.
4744 (thread_apply_all_command, thread_select): Use
4745 switch_to_thread_if_alive.
4746 * infrun.c (proceed, restart_threads, handle_signal_stop)
4747 (switch_back_to_stepped_thread): Switch current thread before
4748 calling target methods.
4749
db2d40f7
PA
47502020-01-10 Pedro Alves <palves@redhat.com>
4751
4752 * inferior.c (switch_to_inferior_no_thread): New function,
4753 factored out from ...
4754 (inferior_command): ... here.
4755 * inferior.h (switch_to_inferior_no_thread): Declare.
4756 * mi/mi-main.c (run_one_inferior): Use
4757 switch_to_inferior_no_thread.
4758
bd420a2d
PA
47592020-01-10 Pedro Alves <palves@redhat.com>
4760
4761 * infcmd.c (kill_command): Remove dead code.
4762
ddf5db90
PA
47632020-01-10 Pedro Alves <palves@redhat.com>
4764
4765 * remote.c (remote_target::mourn_inferior): No longer check
4766 whether the target is running.
4767
5018ce90
PA
47682020-01-10 Pedro Alves <palves@redhat.com>
4769
4770 * corelow.c (core_target::has_execution): Change parameter type to
4771 inferior pointer.
4772 * inferior.c (number_of_live_inferiors): Use
4773 inferior::has_execution instead of target_has_execution_1.
4774 * inferior.h (inferior::has_execution): New.
4775 * linux-thread-db.c (thread_db_target::update_thread_list): Use
4776 inferior::has_execution instead of target_has_execution_1.
4777 * process-stratum-target.c
4778 (process_stratum_target::has_execution): Change parameter type to
4779 inferior pointer. Check the inferior's PID instead of
4780 inferior_ptid.
4781 * process-stratum-target.h
4782 (process_stratum_target::has_execution): Change parameter type to
4783 inferior pointer.
4784 * record-full.c (record_full_core_target::has_execution): Change
4785 parameter type to inferior pointer.
4786 * target.c (target_has_execution_1): Change parameter type to
4787 inferior pointer.
4788 (target_has_execution_current): Adjust.
4789 * target.h (target_ops::has_execution): Change parameter type to
4790 inferior pointer.
4791 (target_has_execution_1): Change parameter type to inferior
4792 pointer. Change return type to bool.
4793 * tracefile.h (tracefile_target::has_execution): Change parameter
4794 type to inferior pointer.
4795
74375d18
PA
47962020-01-10 Pedro Alves <palves@redhat.com>
4797
4798 * exceptions.c (print_flush): Remove current_top_target() check.
4799
acdf84a6
PA
48002020-01-10 Pedro Alves <palves@redhat.com>
4801
4802 * remote.c (show_remote_exec_file): Show the current inferior's
4803 exec-file instead of the command variable's value.
4804
ec506636
PA
48052020-01-10 Pedro Alves <palves@redhat.com>
4806
4807 * record-full.c (record_full_resume_ptid): New global.
4808 (record_full_target::resume): Set it.
4809 (record_full_wait_1): Use record_full_resume_ptid instead of
4810 inferior_ptid.
4811
873657b9
PA
48122020-01-10 Pedro Alves <palves@redhat.com>
4813
4814 * gdbthread.h (scoped_restore_current_thread)
4815 <dont_restore, restore, m_dont_restore>: Declare.
4816 * thread.c (thread_alive): Add assertion. Return bool.
4817 (switch_to_thread_if_alive): New.
4818 (prune_threads): Switch inferior/thread.
4819 (print_thread_info_1): Switch thread before calling target methods.
4820 (scoped_restore_current_thread::restore): New, factored out from
4821 ...
4822 (scoped_restore_current_thread::~scoped_restore_current_thread):
4823 ... this.
4824 (scoped_restore_current_thread::scoped_restore_current_thread):
4825 Add assertion.
4826 (thread_apply_all_command, thread_select): Use
4827 switch_to_thread_if_alive.
4828
7f0ae84c
GB
48292020-01-10 George Barrett <bob@bob131.so>
4830
4831 * stap-probe.c (stap_modify_semaphore): Don't check for null
4832 semaphores.
4833 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
4834 for null semaphores.
4835
f5a7c406
AB
48362020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4837
4838 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
4839 all source windows, and maintain horizontal scroll status while
4840 doing so.
4841
9ae6bf64
TT
48422020-01-09 Tom Tromey <tom@tromey.com>
4843
4844 PR tui/18932:
4845 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
4846 update_source_window, not print_source_lines.
4847
b2efe70c
AB
48482020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4849
4850 * tui/tui.c (tui_enable): Register tui hooks after calling
4851 tui_display_main.
4852
5f23a082
CB
48532020-01-09 Christian Biesinger <cbiesinger@google.com>
4854
4855 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
4856
3061113b
SM
48572020-01-08 Simon Marchi <simon.marchi@efficios.com>
4858
4859 * thread.c (print_thread_info_1): Fix indentation.
4860
57d75002
CB
48612020-01-09 Christian Biesinger <cbiesinger@google.com>
4862
4863 * symtab.c (general_symbol_info::compute_and_set_names): Move the
4864 unique_xmalloc_ptr outside the if to always free the demangled name.
4865
6a053cb1
TT
48662020-01-08 Tom Tromey <tromey@adacore.com>
4867
4868 * xcoffread.c (enter_line_range, read_xcoff_symtab)
4869 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
4870 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
4871 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
4872 Remove.
4873 (section_offsets): New typedef.
4874 * symtab.c (fixup_section, get_msymbol_address): Update.
4875 * symmisc.c (dump_msymbols): Update.
4876 * symfile.h (relative_addr_info_to_section_offsets)
4877 (symfile_map_offsets_to_segments): Update.
4878 * symfile.c (build_section_addr_info_from_objfile)
4879 (init_objfile_sect_indices): Update.
4880 (struct place_section_arg): Change type of "offsets".
4881 (place_section): Update.
4882 (relative_addr_info_to_section_offsets): Change type of
4883 "section_offsets". Remove "num_sections" parameter.
4884 (default_symfile_offsets, syms_from_objfile_1)
4885 (set_objfile_default_section_offset): Update.
4886 (reread_symbols): No need to preserve section offsets by hand.
4887 (symfile_map_offsets_to_segments): Change type of "offsets".
4888 * stap-probe.c (relocate_address): Update.
4889 * stabsread.h (process_one_symbol): Update.
4890 * solib-target.c (struct lm_info_target) <offsets>: Change type.
4891 (solib_target_relocate_section_addresses): Update.
4892 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
4893 Update.
4894 * solib-frv.c (frv_relocate_main_executable): Update.
4895 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
4896 * solib-aix.c (solib_aix_get_section_offsets): Change return
4897 type.
4898 (solib_aix_solib_create_inferior_hook): Update.
4899 * remote.c (remote_target::get_offsets): Update.
4900 * psymtab.c (find_pc_sect_psymtab): Update.
4901 * psympriv.h (struct partial_symbol) <address, text_low,
4902 text_high>: Update.
4903 * objfiles.h (obj_section_offset): Update.
4904 (struct objfile) <section_offsets>: Change type.
4905 <num_sections>: Remove.
4906 (objfile_relocate): Update.
4907 * objfiles.c (entry_point_address_query): Update
4908 (relocate_one_symbol): Change type of "section_offsets".
4909 (objfile_relocate1, objfile_relocate1): Change type of
4910 "new_offsets".
4911 (objfile_rebase1): Update.
4912 * mipsread.c (mipscoff_symfile_read): Update.
4913 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
4914 parameter.
4915 * mdebugread.c (parse_symbol): Change type of "section_offsets".
4916 (parse_external, psymtab_to_symtab_1): Update.
4917 * machoread.c (macho_symfile_offsets): Update.
4918 * ia64-tdep.c (ia64_find_unwind_table): Update.
4919 * hppa-tdep.c (read_unwind_info): Update.
4920 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
4921 * dwarf2read.c (create_addrmap_from_index)
4922 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
4923 (process_psymtab_comp_unit_reader, add_partial_symbol)
4924 (add_partial_subprogram, process_full_comp_unit)
4925 (read_file_scope, read_func_scope, read_lexical_block_scope)
4926 (read_call_site_scope, dwarf2_rnglists_process)
4927 (dwarf2_ranges_process, dwarf2_ranges_read)
4928 (dwarf_decode_lines_1, var_decode_location, new_symbol)
4929 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
4930 Update.
4931 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
4932 Update.
4933 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
4934 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
4935 (process_one_symbol): Change type of "section_offsets".
4936 * ctfread.c (get_objfile_text_range): Update.
4937 * coffread.c (coff_symtab_read, enter_linenos)
4938 (process_coff_symbol): Update.
4939 * coff-pe-read.c (add_pe_forwarded_sym): Update.
4940 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
4941
456e800a
TT
49422020-01-08 Tom Tromey <tromey@adacore.com>
4943
4944 * dwarf2read.c (parse_macro_definition): Use std::string.
4945 (parse_macro_definition): Likewise.
4946
6dfa2fc2
TT
49472020-01-08 Tom Tromey <tromey@adacore.com>
4948
4949 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
4950 (ATTR_ALLOC_CHUNK): Remove.
4951
421d1616
TT
49522020-01-08 Tom Tromey <tromey@adacore.com>
4953
4954 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
4955
43816ebc
TT
49562020-01-08 Tom Tromey <tromey@adacore.com>
4957
4958 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
4959 (dwarf2_compute_name, open_dwo_file): Likewise.
4960 (process_enumeration_scope): Use std::vector.
4961 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
4962 (partial_die_info::fixup, dwarf2_start_subfile)
4963 (guess_full_die_structure_name, dwarf2_name): Likewise.
4964 (determine_prefix): Update.
4965 (guess_full_die_structure_name): Make return type const.
4966 (partial_die_full_name): Return unique_xmalloc_ptr.
4967 (DW_FIELD_ALLOC_CHUNK): Remove.
4968
4212d509
TT
49692020-01-07 Tom Tromey <tromey@adacore.com>
4970
4971 PR build/24937:
4972 * stap-probe.c (class stap_static_probe_ops): Add constructor.
4973
06a6207a
JT
49742020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
4975
4976 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
4977
153d79c4
AB
49782020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * stack.c (print_frame_info): Move disassemble_next_line code
4981 inside source_print block.
4982
66182876
EZ
49832020-01-06 Eli Zaretskii <eliz@gnu.org>
4984
4985 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
4986 gdb/signals.h, as we are now using native signal symbols.
4987
cbfa8581
SV
49882020-01-06 Shahab Vahedi <shahab@synopsys.com>
4989
4990 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
4991 overflow by an early check of content vs threshold.
4992 * tui/tui-source.c (tui_source_window::line_is_displayed):
4993 Likewise.
4994
3f602821
EZ
49952020-01-06 Eli Zaretskii <eliz@gnu.org>
4996
4997 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
4998
a08c904d
JT
49992020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
5000
5001 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
5002 export table if no section contains it's RVA.
5003
89a65580
EZ
50042020-01-06 Eli Zaretskii <eliz@gnu.org>
5005
5006 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
5007
8b7fcda2
HD
50082020-01-06 Hannes Domani <ssbssa@yahoo.de>
5009
5010 * source.c (print_source_lines_base): Set last_line_listed.
5011
a61b4f69
SV
50122020-01-06 Shahab Vahedi <shahab@synopsys.com>
5013
5014 * tui/tui-disasm.c: Remove trailing spaces.
5015
559e7e50
EZ
50162020-01-06 Eli Zaretskii <eliz@gnu.org>
5017 Pedro Alves <palves@redhat.com>
5018
5019 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
5020 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
5021 (windows_gdb_signal_to_target): New function, uses the above
5022 enumeration to convert GDB internal signal codes to equivalent
5023 Windows codes.
5024 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
5025 * windows-nat.c: Include "gdb_wait.h".
5026 (get_windows_debug_event): Extract the fatal exception from the
5027 exit status and convert to the equivalent Posix signal number.
5028 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
5029 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
5030 * gdbsupport/gdb_wait.c: New file, implements
5031 windows_status_to_termsig.
5032 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
5033 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
5034
f2302a34
AB
50352020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5036
5037 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
5038 show_layout.
5039
6a5206eb
LM
50402020-01-05 Luis Machado <luis.machado@linaro.org>
5041
5042 * aarch64-linux-nat.c
5043 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
5044 and bfd_mach_aarch64.
5045
6ec1d75e
PW
50462020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5047
5048 * ui-file.c (stdio_file::can_emit_style_escape)
5049 (tee_file::can_emit_style_escape): Ensure style is used also on
5050 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
5051 to gdb_stdout.
5052 * main.c (set_gdb_data_directory): Use file style to output the
5053 warning that the given pathname is not a directory.
5054 * top.c (show_history_filename, gdb_safe_append_history)
5055 (show_gdb_datadir): Use file style.
5056
44f81a76
HD
50572020-01-03 Hannes Domani <ssbssa@yahoo.de>
5058
5059 * solib-target.c (struct lm_info_target):
5060 Change offsets to be a unique_xmalloc_ptr.
5061 (solib_target_relocate_section_addresses): Update.
5062
25057eb0
HD
50632020-01-03 Hannes Domani <ssbssa@yahoo.de>
5064
5065 * windows-nat.c (windows_clear_solib): Free so_list linked list.
5066
6e2118f5
BE
50672020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
5068
5069 * MAINTAINERS (Write After Approval): Add myself.
5070
8133c7dc
LM
50712020-01-02 Luis Machado <luis.machado@linaro.org>
5072
5073 * proc-service.c (get_ps_regcache): Remove reference to obsolete
5074 Cell BE architecture.
5075 * target.h (struct target_ops) <thread_architecture>: Likewise.
5076
48189bec
HD
50772020-01-01 Hannes Domani <ssbssa@yahoo.de>
5078
5079 * Makefile.in: Use INSTALL_PROGRAM_ENV.
5080
ead1063b
HD
50812020-01-01 Hannes Domani <ssbssa@yahoo.de>
5082
5083 * MAINTAINERS (Write After Approval): Add myself.
5084
e5d78223
JB
50852020-01-01 Joel Brobecker <brobecker@adacore.com>
5086
5087 * gdbarch.sh: Update copyright year range of generated files.
5088
b811d2c2
JB
50892020-01-01 Joel Brobecker <brobecker@adacore.com>
5090
5091 Update copyright year range in all GDB files.
5092
5f4def5c
JB
50932020-01-01 Joel Brobecker <brobecker@adacore.com>
5094
5095 * copyright.py: Convert to Python 3.
5096
51fd4002
JB
50972020-01-01 Joel Brobecker <brobecker@adacore.com>
5098
5099 * copyright.py: Adapt after move of gnulib directory from gdb
5100 directory to toplevel directory.
5101
5fb651f2
JB
51022020-01-01 Joel Brobecker <brobecker@adacore.com>
5103
5104 * copyright.py (main): Exit if run from the wrong directory.
5105
5dd8bf88
JB
51062020-01-01 Joel Brobecker <brobecker@adacore.com>
5107
5108 * top.c (print_gdb_version): Change copyright year to 2020.
5109
9f71dacb 51102020-01-01 Joel Brobecker <brobecker@adacore.com>
3d34df0a 5111
9f71dacb 5112 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
3d34df0a 5113
9f71dacb 5114For older changes see ChangeLog-2019.
c906108c
SS
5115\f
5116Local Variables:
5117mode: change-log
5118left-margin: 8
5119fill-column: 74
5120version-control: never
57da7796 5121coding: utf-8
c906108c 5122End: