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