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