Return scoped_fd from open_source_file and find_and_open_source
[external/binutils.git] / gdb / ChangeLog
1 2018-11-09  Tom Tromey  <tom@tromey.com>
2
3         * common/scoped_fd.h (class scoped_fd): Add move constructor and
4         move assignment operator.
5         * psymtab.c (psymtab_to_fullname): Update.
6         * source.h (open_source_file): Return scoped_fd.
7         (find_and_open_source): Likewise.
8         * source.c (open_source_file): Return scoped_fd.
9         (get_filename_and_charpos): Update.
10         (print_source_lines_base): Update.  Use scoped_fd::to_file.
11         (forward_search_command): Likewise.
12         (reverse_search_command): Likewise.
13         (find_and_open_source): Return scoped_fd.
14         * tui/tui-source.c (tui_set_source_content): Update.  Use
15         gdb_file_up.
16
17 2018-11-09  John Baldwin  <jhb@FreeBSD.org>
18
19         * minsyms.c (minimal_symbol_reader::install): Fix unsigned
20         overflow.
21
22 2018-11-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
23
24         * configure: Regenerate.
25
26 2018-11-09  Tom de Vries  <tdevries@suse.de>
27
28         * symtab.c (symbol_set_names): Call symbol_find_demangled_name
29         unconditionally, to set the language of the symbol.  Manage freeing
30         returned pointer using gdb::unique_xmalloc_ptr.
31
32 2018-11-08  Tom Tromey  <tom@tromey.com>
33
34         * record.c (require_record_target): Upper-case "<TAB>".
35
36 2018-11-08  Tom Tromey  <tom@tromey.com>
37
38         * python/lib/gdb/command/pretty_printers.py
39         (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
40
41 2018-11-08  Tom Tromey  <tom@tromey.com>
42
43         PR gdb/23555:
44         PR gdb/23838:
45         * target.h (target_supports_terminal_ours): Return bool.
46         * target.c (target_supports_terminal_ours): Handle case where
47         current_top_target returns nullptr.  Return bool.
48
49 2018-11-08  Joel Brobecker  <brobecker@adacore.com>
50
51         * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
52         return the correct count for potential HFAs.
53
54 2018-11-08  Jan Beulich  <jbeulich@suse.com>
55
56         * i387-tdep.c (i387_supply_xsave): Split handling of
57         X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
58         (i387_collect_xsave): Likewise.
59
60 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
61
62         * riscv-tdep.c (riscv_insn::decode): Update header comment.
63         (riscv_frame_this_id): Catch errors thrown while building the
64         frame cache, leave the frame id as the default, which is the outer
65         frame id.
66
67 2018-11-07  Joel Brobecker  <brobecker@adacore.com>
68
69         * ada-lang.c (read_atcb): Only set task_info->called_task if
70         task_info->state == Entry_Caller_Sleep.
71         (print_ada_task_info): Do not check task_info->state before
72         checking task_info->called_task.
73         (info_task): Likewise.
74
75 2018-11-07  Joel Brobecker  <brobecker@adacore.com>
76
77         * ada-tasks.c (read_atcb): Clear task_info before computing
78         the value of each of its fields.
79
80 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
81
82         * dwarf2read.c (dwarf2_init_integer_type): Check for name being
83         NULL before dereferencing it.
84
85 2018-11-06  Tom de Vries  <tdevries@suse.de>
86
87         * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
88         program headers.
89
90 2018-11-06  Max Filippov  <jcmvbkbc@gmail.com>
91
92         * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
93         so that it applies to uclinux as well.
94
95 2018-11-06  Marius Muench  <marius.muench@eurecom.fr>
96
97         * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
98         when on AAPCS.
99
100 2018-11-06  John Baldwin  <jhb@FreeBSD.org>
101
102         * riscv-fbsd-nat.c (getregs_supplies): Return true for
103         RISCV_CSR_SSTATUS_REGNUM.
104
105 2018-11-04  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
106
107         * source.c (open_source_file): Fix leak by transferring the
108         current s->fullname to the unique_xmalloc_ptr fullname given
109         to find_and_open_source.
110
111 2018-11-04  Tom Tromey  <tom@tromey.com>
112
113         * varobj.c (install_default_visualizer): Update.
114         * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
115         Return gdbpy_ref.
116         * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
117         (find_pretty_printer_from_progspace)
118         (find_pretty_printer_from_gdb, find_pretty_printer)
119         (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
120         (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
121         Update.
122
123 2018-11-04  Tom Tromey  <tom@tromey.com>
124
125         * python/python.c (gdbpy_parameter_value): Update.
126         * python/python-internal.h (python_string_to_unicode)
127         (python_string_to_target_python_string)
128         (host_string_to_python_string): Return gdbpy_ref.
129         * python/py-utils.c (python_string_to_unicode)
130         (unicode_to_encoded_python_string)
131         (unicode_to_target_python_string)
132         (python_string_to_target_string)
133         (python_string_to_target_python_string): Return gdbpy_ref.
134         (python_string_to_host_string): Update.
135         (host_string_to_python_string): Return gdbpy_ref.
136         * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
137         (stpy_fullname): Update.
138         * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
139         Update.
140         * python/py-prettyprint.c (print_string_repr): Update.
141         * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
142         (objfpy_get_build_id): Update.
143         * python/py-breakpoint.c (bppy_get_location)
144         (bppy_get_expression, bppy_get_condition, bppy_get_commands):
145         Update.
146
147 2018-11-04  Tom Tromey  <tom@tromey.com>
148
149         * python/python-internal.h (gdb_py_object_from_longest)
150         (gdb_py_object_from_ulongest): Return gdbpy_ref.
151         * python/py-value.c (valpy_int): Update.
152         * python/py-utils.c (gdb_py_object_from_longest): Return
153         gdbpy_ref.
154         (gdb_py_object_from_ulongest): Likewise.
155         * python/py-type.c (typy_get_alignof): Update.
156         * python/py-linetable.c (ltpy_get_all_source_lines)
157         (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
158         * python/py-block.c (blpy_get_start, blpy_get_end): Update.
159
160 2018-11-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
161
162         * ada-lang.c (_initialize_ada_language): Fix typo.
163
164 2018-11-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
165
166         * language.c (type): Remove.
167         (_initialize_language): Remove assignment to type.
168
169 2018-11-02  Joel Brobecker  <brobecker@adacore.com>
170
171         * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
172         * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
173         (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
174         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
175         (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
176         (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
177         * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
178         and aarch64-ravenscar-thread.o.
179         * NEWS: Add entry documenting Ravenscar tasking support
180         on AArch64 ELF.
181
182 2018-11-02  Matthew Malcomson  <matthew.malcomson@arm.com>
183
184         * symtab.c (info_functions_command): Initialize quiet flag.
185         * stack.c (info_args_command): Likewise.
186
187 2018-11-01  Jim Wilson  <jimw@sifive.com>
188
189         * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
190         Set if pcptr if unaligned.  Return 2 if unaligned_p true.  Update
191         debugging messages.
192
193 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
194
195         * ada-lang.c (ada_watch_location_expression): New function.
196         (ada_language_defn): Set la_watch_location_expression to
197         ada_watch_location_expression.
198
199 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
200
201         * print-utils.c (int_string): Remove unnecessary trailing spaces.
202
203 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
204
205         * rs6000-tdep.c (skip_prologue): Fix potential negative left
206         shifting.
207
208 2018-11-01  Jerome Guitton  <guitton@adacore.com>
209             Joel Brobecker  <brobecker@adacore.com>
210
211         * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
212         * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
213         * arm-pikeos-tdep.c: New file.
214         * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
215         embedded system.
216         * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
217
218 2018-11-01  Simon Marchi  <simon.marchi@ericsson.com>
219
220         * common/pathstuff.c (get_standard_temp_dir): New.
221         * common/pathstuff.h (get_standard_temp_dir): New.
222         * config.in: Re-generate.
223         * configure: Re-generate.
224         * configure.ac: Don't check for mkdtemp.
225         * gnulib/aclocal-m4-deps.mk: Re-generate.
226         * gnulib/aclocal.m4: Re-generate.
227         * gnulib/config.in: Re-generate.
228         * gnulib/configure: Re-generate.
229         * gnulib/import/Makefile.am: Re-generate.
230         * gnulib/import/Makefile.in: Re-generate.
231         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
232         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
233         * gnulib/import/m4/mkdtemp.m4: New file.
234         * gnulib/import/mkdtemp.c: New file.
235         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
236         Add mkdtemp module.
237         * unittests/mkdir-recursive-selftests.c (test): Use
238         get_standard_temp_dir.
239         (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
240         ifdef.
241         * compile/compile.c (get_compile_file_tempdir): Likewise.
242
243 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
244
245         * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
246         (SIG_FRAME_LR_OFFSET64): New define.
247         (SIG_FRAME_FP_OFFSET64): New define.
248         (aix_sighandle_frame_cache): New Function.
249         (aix_sighandle_frame_this_id): New Function.
250         (aix_sighandle_frame_prev_register): New Function.
251         (aix_sighandle_frame_sniffer): New Function.
252         (aix_sighandle_frame_unwind): New global variable.
253         (rs6000_aix_init_osabi): Install new frame unwinder.
254
255 2018-10-31  Sergio Durigan Junior  <sergiodj@redhat.com>
256
257         PR gdb/23835
258         * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
259         already defined.
260
261 2018-10-31  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
262
263         * ppc-linux-nat.c: Include nat/linux-ptrace.h.
264
265 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
266
267         * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
268         (producer_is_icc): New function.
269         (check_producer): Set producer_is_icc field on dwarf2_cu.
270         (dwarf2_init_integer_type): New function.
271         (read_base_type): Call dwarf2_init_integer_type instead of
272         init_integer_type in all cases.
273         (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
274         * valprint.c (maybe_negate_by_bytes): Add an assertion that the
275         LEN is greater than 0.
276
277 2018-10-30  Tom Tromey  <tom@tromey.com>
278
279         * main.c (captured_main_1): Check return value of bfd_init.
280
281 2018-10-29  Sergio Durigan Junior  <sergiodj@redhat.com>
282
283         * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
284         Adjust comments.
285
286 2018-10-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
287
288         * procfs.c: Include common/pathstuff.h.
289
290 2018-10-28  Andrew Burgess  <andrew.burgess@embecosm.com>
291
292         * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
293         Add missing braces.  No functional change.
294
295 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
296
297         * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
298         to report a bad option and fix indentation.
299         * demangle.c (demangle_command): Use report_unrecognized_option_error
300         to report a bad option and correctly report the bad option.
301
302 2018-10-27  Tom Tromey  <tom@tromey.com>
303
304         PR cli/23364:
305         * darwin-nat.c (copied_shell): New global.
306         (may_have_sip): Rename from should_disable_startup_with_shell.
307         (copy_shell_to_cache, maybe_cache_shell): New functions.
308         (darwin_nat_target::create_inferior): Update.  Use
309         copied_shell.
310
311 2018-10-27  Tom Tromey  <tom@tromey.com>
312
313         * unittests/scoped_fd-selftests.c (test_to_file): New function.
314         (run_tests): Call test_to_file.
315         * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
316         temporary files.
317         * common/scoped_fd.h (scoped_fd::to_file): New method.
318
319 2018-10-27  Tom Tromey  <tom@tromey.com>
320
321         * unittests/scoped_mmap-selftests.c (test_normal): Use
322         gdb_mkostemp_cloexec.
323         * unittests/scoped_fd-selftests.c (test_destroy, test_release):
324         Use gdb_mkostemp_cloexec.
325         * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
326         gnulib/config.in, gnulib/configure,
327         gnulib/import/Makefile.am, gnulib/import/Makefile.in,
328         gnulib/import/m4/gnulib-cache.m4,
329         gnulib/import/m4/gnulib-comp.m4: Update.
330         * gnulib/import/m4/mkostemp.m4: New file.
331         * gnulib/import/m4/mkstemp.m4: Remove.
332         * gnulib/import/mkostemp.c: New file.
333         * gnulib/import/mkstemp.m4: Remove.
334         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
335         mkstemp, add mkostemp.  Apply new patch.
336         * gnulib/import/stdlib.in.h: Apply patch.
337         * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
338         New file.
339         * dwarf-index-write.c (write_psymtabs_to_index): Use
340         gdb_mkostemp_cloexec.
341         * common/filestuff.h (gdb_mkostemp_cloexec): New function.
342
343 2018-10-27  Tom Tromey  <tom@tromey.com>
344
345         * unittests/mkdir-recursive-selftests.c: New file.
346         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
347         unittests/mkdir-recursive-selftests.c.
348         * dwarf-index-cache.c (mkdir_recursive): Move to
349         common/filestuff.c.
350         (index_cache::store): Check return value of mkdir_recursive.
351         (create_dir_and_check, test_mkdir_recursive): Move to new file.
352         (_initialize_index_cache): Don't register test.
353         * common/filestuff.h (mkdir_recursive): Declare.
354         * common/filestuff.c (mkdir_recursive): Move from
355         dwarf-index-cache.c.  Return bool.
356
357 2018-10-27  Tom Tromey  <tom@tromey.com>
358
359         * dwarf-index-write.c (write_psymtabs_to_index): Move
360         make_temp_filename to common/pathstuff.c.
361         * common/pathstuff.h (make_temp_filename): Declare.
362         * common/pathstuff.c (make_temp_filename): New function, moved
363         from dwarf-index-write.c.
364
365 2018-10-27  Tom Tromey  <tom@tromey.com>
366
367         * procfs.c (procfs_target::create_inferior): Use get_shell.
368         * cli/cli-cmds.c (shell_escape): Use get_shell.
369         * windows-nat.c (windows_nat_target::create_inferior): Use
370         get_shell.
371         * common/pathstuff.c (get_shell): New function.
372         * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
373         (fork_inferior): Use get_shell.
374         * common/pathstuff.h (get_shell): Declare.
375
376 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
377
378         * NEWS: Mention changes to 'info [args|functions|locals|variables]'
379
380 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
381
382         * stack.c (print_variable_and_value_data): Add preg and treg.
383         (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
384         and update callers.
385         (print_frame_arg_vars): Likewise.
386         (prepare_reg): New function.
387         (info_locals_command): Extract info print args and use them.
388         (info_args_command): Likewise.
389         (_initialize_stack): Modify on-line help.
390         * symtab.c (treg_matches_sym_type_name): New function.
391         (search_symbols): New arg t_regexp.
392         (symtab_symbol_info): New args quiet, regexp, t_regexp.
393         (info_variables_command): Extract info print args and use them.
394         (info_functions_command): Likewise.
395         (info_types_command): Update call to symtab_symbol_info.
396         (_initialize_symtab): Modify on-line help.
397         * symtab.h (treg_matches_sym_type_name): New function.
398         (search_symbols): New t_regexp arg.
399
400 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
401
402         * cli-utils.c (extract_arg_maybe_quoted): New function.
403         (extract_info_print_args): New function.
404         (info_print_args_help): New function.
405         (report_unrecognized_option_error): New function.
406         * cli-utils.h (extract_arg_maybe_quoted): New function.
407         (extract_info_print_args): New function.
408         (info_print_args_help): New function.
409         (report_unrecognized_option_error): New function.
410
411 2018-10-26  Tom Tromey  <tom@tromey.com>
412
413         * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
414         (compute_compunit_symtab_includes): Update.
415         * symtab.h: (symtab_ptr): Remove typedef.  Don't define a VEC.
416         (compunit_symtab_ptr): Likewise.
417
418 2018-10-26  John Baldwin  <jhb@FreeBSD.org>
419
420         * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
421         default_print_auxv_entry for specific tag values.
422
423 2018-10-26  John Baldwin  <jhb@FreeBSD.org>
424
425         * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
426
427 2018-10-26  Jim Wilson  <jimw@sifive.com>
428
429         * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
430         (riscv_linux_sigframe_init): Declare.
431         (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
432         (riscv_linux_sigframe): New.
433         (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
434         (riscv_linux_sigframe_init): Define.
435         (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
436
437         * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
438         (riscv_isa_flen): Likewise.  Drop static.
439         * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
440         (riscv_isa_flen): Likewise.  Declare.
441
442 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
443             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
444
445         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
446         (tdesc_powerpc_isa207_htm_vsx64l): Declare.
447         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
448         (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
449         (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
450         (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
451         (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
452         Define.
453         (struct ppc_linux_features) <htm>: New field.
454         (ppc_linux_no_features): Add initializer for htm field.
455         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
456         new tdescs.
457         * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
458         (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
459         (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
460         Define if not already defined.
461         * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
462         and rs6000/powerpc-isa207-htm-vsx64l.
463         (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
464         rs6000/powerpc-isa207-htm-vsx64l.xml.
465         * features/rs6000/power-htm-spr.xml: New file.
466         * features/rs6000/power-htm-core.xml: New file.
467         * features/rs6000/power64-htm-core.xml: New file.
468         * features/rs6000/power-htm-fpu.xml: New file.
469         * features/rs6000/power-htm-altivec.xml: New file.
470         * features/rs6000/power-htm-vsx.xml: New file.
471         * features/rs6000/power-htm-ppr.xml: New file.
472         * features/rs6000/power-htm-dscr.xml: New file.
473         * features/rs6000/power-htm-tar.xml: New file.
474         * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
475         * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
476         * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
477         * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
478         * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
479         * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
480         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
481         fetch_regset with HTM regsets.
482         (store_register, store_ppc_registers): Call store_regset with HTM
483         regsets.
484         (ppc_linux_nat_target::read_description): Set htm field in the
485         features struct if needed.
486         * ppc-linux-tdep.c: Include
487         features/rs6000/powerpc-isa207-htm-vsx32l.c and
488         features/rs6000/powerpc-isa207-htm-vsx64l.c.
489         (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
490         (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
491         (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
492         (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
493         (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
494         (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
495         (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
496         (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
497         (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
498         (ppc32_linux_ctarregset): New globals.
499         (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
500         (ppc_linux_collect_core_cpgrregset): New function.
501         (ppc_linux_iterate_over_regset_sections): Call back with the htm
502         regsets.
503         (ppc_linux_core_read_description): Check if the tm spr section is
504         present and set htm in the features struct.
505         (_initialize_ppc_linux_tdep): Call
506         initialize_tdesc_powerpc_isa207_htm_vsx32l and
507         initialize_tdesc_powerpc_isa207_htm_vsx64l.
508         * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
509         Declare.
510         (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
511         (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
512         (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
513         * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
514         New fields.
515         <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
516         Likewise.
517         <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
518         <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
519         (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
520         New enum fields.
521         <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
522         <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
523         <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
524         <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
525         <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
526         <PPC_CTAR_REGNUM>: Likewise.
527         (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
528         (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
529         * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
530         (IS_CEFP_PSEUDOREG): Define.
531         (rs6000_register_name): Hide the upper halves of checkpointed VSX
532         registers.  Return names for the checkpointed DFP, VSX, and EFP
533         pseudo registers.
534         (rs6000_pseudo_register_type): Remove initial assert and raise an
535         internal error in the else clause instead.  Return types for the
536         checkpointed DFP, VSX, and EFP pseudo registers.
537         (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
538         checkpointed DFP pseudo registers.
539         (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
540         checkpointed VSX pseudo registers.
541         (efp_pseudo_register_read, efp_pseudo_register_write): Rename
542         from efpr_pseudo_register_read and
543         efpr_pseudo_register_write.  Handle checkpointed EFP pseudo
544         registers.
545         (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
546         Handle checkpointed DFP, VSX, and EFP registers.
547         (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
548         (efp_ax_pseudo_register_collect): New functions.
549         (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
550         register logic to new functions.  Handle checkpointed DFP, VSX,
551         and EFP pseudo registers.
552         (rs6000_gdbarch_init): Look for and validate the htm features.
553         Include checkpointed DFP, VSX and EFP pseudo-registers.
554         * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
555         HTM registers.
556
557 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
558
559         * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
560         without altivec or fpu.
561
562 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
563             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
564
565         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
566         (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
567         * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
568         Define if not already defined.
569         * features/rs6000/power-ebb.xml: New file.
570         * features/rs6000/power-linux-pmu.xml: New file.
571         * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
572         features.
573         * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
574         * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
575         * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
576         * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
577         * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
578         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
579         fetch_regset with ebb and pmu regsets.
580         (store_register, store_ppc_registers): Call store_regset with ebb
581         and pmu regsets.
582         (ppc_linux_nat_target::read_description): Set isa207 field in the
583         features struct if ebb and pmu are avaiable.
584         * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
585         (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
586         (ppc_linux_iterate_over_regset_sections): Call back with the ebb
587         and pmu regsets.
588         (ppc_linux_core_read_description): Check if the pmu section is
589         present and set isa207 in the features struct.
590         * ppc-linux-tdep.h (ppc32_linux_ebbregset)
591         (ppc32_linux_pmuregset): Declare.
592         * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
593         <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
594         <ppc_sier_regnum>: New field.
595         (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
596         New enum values.
597         <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
598         values.
599         <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
600         (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
601         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
602         ebb and pmu features.
603
604 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
605             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
606
607         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
608         (tdesc_powerpc_isa207_vsx64l): Declare.
609         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
610         (struct ppc_linux_features) <isa207>: New field.
611         (ppc_linux_no_features): Add initializer for isa207 field.
612         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
613         new tdescs.
614         * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
615         (NT_PPC_TAR): Define if not already defined.
616         * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
617         rs6000/powerpc-isa207-vsx64l.
618         (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
619         rs6000/powerpc-isa207-vsx64l.xml.
620         * features/rs6000/power-tar.xml: New file.
621         * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
622         * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
623         * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
624         * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
625         * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
626         * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
627         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
628         fetch_regset with the TAR regset.
629         (store_register, store_ppc_registers): Call store_regset with the
630         TAR regset.
631         (ppc_linux_nat_target::read_description): Set isa207 field in the
632         features struct if needed.
633         * ppc-linux-tdep.c: Include
634         features/rs6000/powerpc-isa207-vsx32l.c and
635         features/rs6000/powerpc-isa207-vsx64l.c.
636         (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
637         (ppc_linux_iterate_over_regset_sections): Call back with the tar
638         regset.
639         (ppc_linux_core_read_description): Check if the tar section is
640         present and set isa207 in the features struct.
641         (_initialize_ppc_linux_tdep): Call
642         initialize_tdesc_powerpc_isa207_vsx32l and
643         initialize_tdesc_powerpc_isa207_vsx64l.
644         * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
645         * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
646         (enum) <PPC_TAR_REGNUM>: New enum value.
647         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
648         feature.
649         (ppc_process_record_op31): Record changes to TAR.
650
651 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
652             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
653
654         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
655         (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
656         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
657         (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
658         (struct ppc_linux_features) <ppr_dscr>: New field.
659         (ppc_linux_no_features): Add initializer for ppr_dscr field.
660         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
661         new tdescs.
662         * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
663         Define if not already defined.
664         * features/Makefile (WHICH): Add
665         rs6000/powerpc-isa205-ppr-dscr-vsx32l and
666         rs6000/powerpc-isa205-ppr-dscr-vsx64l.
667         (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
668         rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
669         * features/rs6000/power-dscr.xml: New file.
670         * features/rs6000/power-ppr.xml: New file.
671         * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
672         * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
673         * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
674         * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
675         * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
676         * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
677         * ppc-linux-nat.c: Include <sys/uio.h>.
678         (fetch_regset, store_regset, check_regset): New functions.
679         (fetch_register, fetch_ppc_registers): Call fetch_regset with
680         DSCR and PPR regsets.
681         (store_register, store_ppc_registers): Call store_regset with
682         DSCR and PPR regsets.
683         (ppc_linux_get_hwcap2): New function.
684         (ppc_linux_nat_target::read_description): Call
685         ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
686         features struct if needed.
687         * ppc-linux-tdep.c: Include
688         features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
689         features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
690         (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
691         (ppc32_linux_dscrregset): New globals.
692         (ppc_linux_iterate_over_regset_sections): Call back with the ppr
693         and dscr regsets.
694         (ppc_linux_core_read_description): Check if the ppr and dscr
695         sections are present and set ppr_dscr in the features struct.
696         (_initialize_ppc_linux_tdep): Call
697         initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
698         initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
699         * ppc-linux-tdep.h (ppc32_linux_pprregset)
700         (ppc32_linux_dscrregset): Declare.
701         * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
702         <ppc_dscr_regnum>: New field.
703         (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
704         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
705         and dscr features.
706         (ppc_process_record_op31): Record changes to PPR and DSCR.
707
708 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
709
710         * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
711         second initializer line for the have_* variables.  Initialize
712         have_fpu to 0 instead of 1.
713
714 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
715
716         * arch/ppc-linux-common.c (ppc_linux_match_description):
717         Parenthesize tdesc assignements and indent them properly.
718
719 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
720
721         * ppc-linux-nat.c (fetch_register): Change if statement to else
722         if.
723         (store_register): Likewise.
724
725 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
726
727         * rs6000-tdep.c: Remove reggroups.h include.
728         (rs6000_pseudo_register_reggroup_p): Remove.
729         (rs6000_gdbarch_init): Remove call to
730         set_tdesc_pseudo_register_reggroup_p.
731
732 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
733
734         * reggroups.c (default_register_reggroup_p): Return true for
735         decfloat registers and float_reggroup.
736
737 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
738
739         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
740         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
741         ppc_linux_collect_vrregset by regcache_collect_regset.
742
743 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
744
745         * linux-tdep.c (linux_collect_regset_section_cb): Use
746         std::vector<gdb_byte> instead of char * and malloc for buf.
747         Remove xfree.
748
749 2018-10-26  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
750
751         * xcoffread.c (read_xcoff_symtab): Pass deduced language to
752         symtab_start instead of always using language_unknown.
753
754 2018-10-26  Andrew Burgess  <andrew.burgess@embecosm.com>
755
756         * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
757         READ_P parameter, catch and ignore register access errors from
758         either the old or new MISA location.
759         (riscv_has_feature): Update call to riscv_read_misa_reg.
760
761 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
762
763         * python/py-function.c (convert_values_to_python): Return
764         gdbpy_ref<>.  Add header comment.
765         (fnpy_call): Adjust.
766
767 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
768
769         * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
770         (cmdpy_completer_handle_brkchars): Adjust.
771         (cmdpy_completer): Adjust.
772
773 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
774
775         * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
776         Pass correct regnum to raw_supply_zeroed.
777
778 2018-10-23  Hafiz Abid Qadeer  <abidh@codesourcery.com>
779
780         * regcache.c (cooked_read_test): Add CSKY to the list of
781         architectures with a save_reggroup
782
783 2018-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
784
785         PR gdb/23368
786         * infrun.c (follow_exec): In the follow_exec_mode_new case,
787         transfer terminal state from old new new inferior.
788         * terminal.h (swap_terminal_info): New function.
789         * inflow.c (swap_terminal_info): New function.
790
791 2018-10-23  Tom Tromey  <tom@tromey.com>
792
793         * record-btrace.c (get_thread_current_frame_id): Rename from
794         get_thread_current_frame.  Return a frame_id.
795         (record_btrace_start_replaying): Update.
796
797 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
798
799         * riscv-tdep.c (riscv_register_name): Use the user-friendly names
800         for CSRs.
801
802 2018-10-23  Joel Brobecker  <brobecker@adacore.com>
803
804         * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
805         have_nonsteppable_watchpoint attribute to 1.
806
807 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
808
809         * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
810         register names.
811         (struct register_alias): Rename to...
812         (struct riscv_register_alias): ...this, and update comment.
813         (riscv_register_aliases): Update type, and alias names.  Remove
814         CSR names from this list.
815         (riscv_register_name): Use riscv_gdb_reg_names for int and float
816         register names.  Add an extra assertion.
817         (riscv_is_regnum_a_named_csr): New function.
818         (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
819
820 2018-10-22  Jim Wilson  <jimw@sifive.com>
821
822         * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
823         FP reg smaller than FP reg size, and fill with -1 instead of 0.
824
825         * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
826         (riscv_register_type): Use them.
827         (riscv_print_one_register_info): Handle union of floats same as float.
828         * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
829         riscv_fpreg_q_type fields.
830
831 2018-10-21  Simon Marchi  <simon.marchi@ericsson.com>
832
833         * gdbarch.sh (gdbarch_num_cooked_regs): New.
834         * gdbarch.h: Re-generate.
835         * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
836         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
837         * eval.c (evaluate_subexp_standard): Likewise.
838         * findvar.c (value_of_register): Likewise.
839         (value_of_register_lazy): Likewise.
840         (address_from_register): Likewise.
841         * frame.c (get_frame_register_bytes): Likewise.
842         * gdbarch-selftests.c (register_to_value_test): Likewise.
843         * h8300-tdep.c (h8300_register_type): Likewise.
844         * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
845         (i386_svr4_reg_to_regnum): Likewise.
846         * infcmd.c (default_print_registers_info): Likewise.
847         (registers_info): Likewise.
848         (print_vector_info): Likewise.
849         (default_print_float_info): Likewise.
850         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
851         * mdebugread.c (mdebug_reg_to_regnum): Likewise.
852         * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
853         (mi_cmd_data_list_changed_registers): Likewise.
854         (mi_cmd_data_list_register_values): Likewise.
855         (mi_cmd_data_write_register_values): Likewise.
856         (mi_cmd_trace_frame_collected): Likewise.
857         * mips-tdep.c (print_gp_register_row): Likewise.
858         (mips_print_registers_info): Likewise.
859         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
860         * regcache.c (init_regcache_descr): Likewise.
861         (register_size): Likewise.
862         (register_dump::dump): Likewise.
863         (cooked_read_test): Likewise.
864         (cooked_write_test): Likewise.
865         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
866         (rs6000_gdbarch_init): Likewise.
867         * stabsread.c (stab_reg_to_regnum): Likewise.
868         * stack.c (info_frame_command): Likewise.
869         * target-descriptions.c (tdesc_register_name): Likewise.
870         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
871         * tui/tui-regs.c (tui_show_register_group): Likewise.
872         * user-regs.c (user_reg_map_name_to_regnum): Likewise.
873         (user_reg_map_regnum_to_name): Likewise.
874         (value_of_user_reg): Likewise.
875         (maintenance_print_user_registers): Likewise.
876         * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
877         (xtensa_register_name): Likewise.
878         (xtensa_register_type): Likewise.
879         (xtensa_reg_to_regnum): Likewise.
880         (xtensa_pseudo_register_read): Likewise.
881         (xtensa_pseudo_register_write): Likewise.
882
883 2018-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
884
885         * amd64-tdep.c (amd64_pseudo_register_read_value): Use
886         correctly-sized buffer with raw_read.
887         (amd64_pseudo_register_write): Use correctly-sized buffer for
888         raw_read/raw_write.
889
890 2018-10-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
891
892         * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
893         in add_prefix_cmd of set print type.
894
895 2018-10-19  Tom Tromey  <tom@tromey.com>
896
897         PR tui/18388:
898         * NEWS: Mention tabset deprecation.
899         * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
900         (update_tab_width): New function.
901         (tui_set_tab_width, tui_show_tab_width): New functions.
902         (tui_set_tab_width_command): Use update_tab_width.
903         (_initialize_tui_win): Move to end of file.  Deprecate "tabset".
904         Add new "set tui tab-width" command.
905         * tui/tui-source.c (tui_set_source_content): Update.
906         * tui/tui-disasm.c (tui_set_disassem_content): Update.
907         * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
908         Don't declare.
909         (tui_tab_width): Declare.
910         * tui/tui-data.c (default_tab_len, tui_default_tab_len)
911         (tui_set_default_tab_len): Remove.
912
913 2018-10-19  Tom Tromey  <tom@tromey.com>
914
915         * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
916         (key_is_backspace, tui_getc): Don't declare.
917         * tui/tui-io.c (key_is_start_sequence): Now static.
918         (key_is_end_sequence, key_is_backspace): Remove.
919         (tui_getc): Now static.
920
921 2018-10-19  Tom Tromey  <tom@tromey.com>
922
923         * symfile.c (reread_symbols): Clear "static_links".
924
925 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
926
927         * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
928         define.
929         (aarch64_linux_sigframe_init): Extra boundary checks.
930
931 2018-10-19  Andreas Arnez  <arnez@linux.ibm.com>
932
933         * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
934         the possibly non-existent tdesc type 'vec128', but the type of raw
935         register v16 instead.
936
937 2018-10-19  Gary Benson <gbenson@redhat.com>
938
939         * cli/cli-interp.c (cli_interp::~cli_interp): New function.
940
941 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
942
943         PR cli/23785
944         * cli/cli-dump.c (restore_binary_file): Check if "file" is
945         NULL.
946
947 2018-10-17  Paul Koning  <paul_koning@dell.com>
948
949         * charset.c (convert_between_encodings): Fix unsigned overflow.
950
951 2018-10-17  John Baldwin  <jhb@FreeBSD.org>
952
953         * fbsd-nat.c (fbsd_nat_target::info_proc) Use
954         fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
955         * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
956         (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
957         New functions.
958         (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
959         and fbsd_info_proc_mappings_header.
960         * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
961         (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
962         New.
963
964 2018-10-17  Joel Brobecker  <brobecker@adacore.com>
965
966         * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
967         Solaris Maintainer.
968
969 2018-10-15  Tom Tromey  <tom@tromey.com>
970
971         * tui/tui.c (strcat_to_buf): Remove casts.
972         * tui/tui-winsource.c (tui_show_source_line)
973         (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
974         * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
975         * tui/tui-windata.c (tui_first_data_item_displayed)
976         (tui_delete_data_content_windows, tui_erase_data_content)
977         (tui_display_all_data, tui_display_data_from)
978         (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
979         * tui/tui-win.c (tui_set_win_height)
980         (make_invisible_and_set_new_height, parse_scrolling_args): Remove
981         casts.
982         * tui/tui-win.c (tui_resize_all): Remove casts.
983         (tui_scroll_backward_command, tui_set_focus)
984         (tui_set_tab_width_command): Likewise.
985         * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
986         * tui/tui-regs.c (tui_show_register_group): Remove cast.
987         * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
988         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
989         * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
990         Remove casts.
991
992 2018-10-15  Simon Marchi  <simon.marchi@ericsson.com>
993
994         * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
995         AArch64/ARM maintainer.
996
997 2018-10-11  Gary Benson <gbenson@redhat.com>
998
999         * interps.h (interp::m_name): Make private and mutable.
1000         * interps.c (interp::~interp): Free m_name.
1001
1002 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1003             Simon Marchi <simark@simark.ca>
1004
1005         * README (`configure' options): Add documentation for new
1006         "--enable-unit-tests" option.
1007         * acinclude.m4: Include "selftest.m4".
1008         * configure: Regenerate.
1009         * configure.ac: Use "GDB_AC_SELFTEST".
1010         * maint.c (maintenance_selftest): Update message informing
1011         that selftests have been disabled.
1012         (maintenance_info_selftests): Likewise.
1013         * selftest.m4: New file.
1014
1015 2018-10-10  Gary Benson <gbenson@redhat.com>
1016
1017         * remote.c (remote_target::remote_send_printf): Add
1018         missing va_end found by Coverity.
1019
1020 2018-10-10  Markus Metzger  <markus.t.metzger@intel.com>
1021
1022         * btrace.c (ftrace_update_function): Add indirect jump heuristic.
1023
1024 2018-10-09  Tom Tromey  <tom@tromey.com>
1025
1026         * configure: Rebuild.
1027         * sanitize.m4 (AM_GDB_UBSAN): Default to no.
1028         * NEWS: Update --enable-ubsan documentation.
1029
1030 2018-10-09  Gary Benson <gbenson@redhat.com>
1031
1032         * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
1033         found by Coverity.
1034
1035 2018-10-08  Tom Tromey  <tom@tromey.com>
1036
1037         * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
1038         variable.
1039         (riscv_fbsd_init_abi): Likewise.
1040
1041 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1042         * valops.c (value_struct_elt_for_reference): Rename local variable
1043         to work around the shadowing a previous local warning.
1044
1045 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
1046
1047         * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
1048         * NEWS: Mention new FreeBSD/riscv native configuration.
1049         * configure.host: Add riscv*-*-freebsd*.
1050         * configure.nat: Likewise.
1051         * riscv-fbsd-nat.c: New file.
1052
1053 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
1054
1055         * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
1056         (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
1057         (ALLDEPFILES): Add riscv-fbsd-tdep.c.
1058         * NEWS: Mention new FreeBSD/riscv target.
1059         * configure.tgt: Add riscv*-*-freebsd*.
1060         * riscv-fbsd-tdep.c: New file.
1061         * riscv-fbsd-tdep.h: New file.
1062
1063 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
1064
1065         * regcache.h (struct regcache_map_entry): Note that this type can
1066         be used with traditional frame caches.
1067         * trad-frame.c (trad_frame_set_reg_regmap): New.
1068         * trad-frame.h (trad_frame_set_reg_regmap): New.
1069
1070 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1071
1072         PR c++/16841
1073         * valops.c (get_virtual_base_offset): New function.
1074         (value_struct_elt_for_reference): Use it to get virtual base offset
1075         and add it in calculating class member address.
1076
1077 2018-10-08   John Darrington <john@darrington.wattle.id.au>
1078
1079     * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
1080       (check_producer): Check if the producer is codewarrior.
1081       (producer_is_codewarrior): New function.
1082       (lnp_state_machine::record_line): Ignore is_stmt flag for records
1083        produced by codewarrior.
1084       (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
1085
1086 2018-10-06  Tom Tromey  <tom@tromey.com>
1087
1088         PR python/19399:
1089         * python/py-inferior.c: Add "architecture" entry.
1090         (infpy_architecture): New function.
1091
1092 2018-10-06  Tom Tromey  <tom@tromey.com>
1093
1094         PR python/21765:
1095         * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
1096         SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
1097         SYMBOL_TYPES_DOMAIN.  Define SYMBOL_MODULE_DOMAIN,
1098         SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
1099
1100 2018-10-06  Tom Tromey  <tom@tromey.com>
1101
1102         PR build/17077:
1103         * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
1104         * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
1105         microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
1106         #include.
1107
1108 2018-10-06  Tom Tromey  <tom@tromey.com>
1109
1110         * python/py-breakpoint.c (bppy_get_location): Handle a
1111         bp_breakpoint without a location.
1112
1113 2018-10-06  Tom Tromey  <tom@tromey.com>
1114
1115         * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
1116         (_RegEx): Reformat help text.
1117         * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
1118         (AnyCallerIs, AnyCallerMatches): Reformat help text.
1119         * python/lib/gdb/function/as_string.py (_AsString): Reformat help
1120         text.
1121         * python/lib/gdb/command/xmethods.py (InfoXMethod)
1122         (EnableXMethod, DisableXMethod): Remove help indentation.
1123         Capitalize meta-syntactic variables.
1124         * python/lib/gdb/command/unwinders.py (InfoUnwinder)
1125         (EnableUnwinder, DisableUnwinder): Remove help indentation.
1126         Capitalize meta-syntactic variables.
1127         * python/lib/gdb/command/explore.py (ExploreCommand)
1128         (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
1129         * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
1130         (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
1131         * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
1132         Remove help indentation.
1133         (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
1134         * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
1135         (DisableFrameFilter, SetFrameFilterPriority)
1136         (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
1137
1138 2018-10-06  Tom Tromey  <tom@tromey.com>
1139
1140         PR tui/28819:
1141         * tui/tui-io.c (gdb_wgetch): New function.
1142         (tui_mld_getc, tui_getc): Use it.
1143
1144 2018-10-05  Tom Tromey  <tom@tromey.com>
1145
1146         * sol-thread.c (sol_thread_target::wait): Rename inner
1147         "save_ptid".
1148
1149 2018-10-04  Tom Tromey  <tom@tromey.com>
1150
1151         * configure: Rebuild.
1152         * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
1153
1154 2018-10-04  Tom Tromey  <tom@tromey.com>
1155
1156         * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
1157         declaration of "block".
1158
1159 2018-10-04  Tom Tromey  <tom@tromey.com>
1160
1161         * common/filestuff.c (fdwalk): Remove inner declaration of
1162         "result".
1163
1164 2018-10-04  Tom Tromey  <tom@tromey.com>
1165
1166         * msp430-tdep.c (msp430_push_dummy_call): Rename inner
1167         "structs_addr" and hoist declaration.
1168
1169 2018-10-04  Tom Tromey  <tom@tromey.com>
1170
1171         * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
1172         variable "size".
1173
1174 2018-10-04  Tom Tromey  <tom@tromey.com>
1175
1176         * mdebugread.c (parse_partial_symbols): Use std::string.
1177
1178 2018-10-04  Tom Tromey  <tom@tromey.com>
1179
1180         * ctf.c (SET_ARRAY_FIELD): Rename "u32".
1181         * p-valprint.c (pascal_val_print): Split inner "i" variable.
1182         * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
1183         header.
1184         * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
1185         more inner scope.
1186         * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
1187         * varobj.c (varobj_update): Rename inner "newobj",
1188         "type_changed".
1189         * valprint.c (generic_emit_char): Rename inner "buf".
1190         * valops.c (find_overload_match): Rename inner "temp".
1191         (value_struct_elt_for_reference): Declare "v" in more inner
1192         scope.
1193         * v850-tdep.c (v850_push_dummy_call): Rename "len".
1194         * unittests/array-view-selftests.c (run_tests): Rename inner
1195         "vec".
1196         * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
1197         header.
1198         * tracepoint.c (merge_uploaded_trace_state_variables): Declare
1199         "tsv" in more inner scope.
1200         (print_one_static_tracepoint_marker): Rename inner
1201         "tuple_emitter".
1202         * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
1203         (tic6x_push_dummy_call): Don't redeclare "addr".
1204         * target-float.c: Declare "dto" lower.
1205         * symtab.c (lookup_local_symbol): Rename inner "sym".
1206         (find_pc_sect_line): Rename inner "pc".
1207         * stack.c (print_frame): Don't redeclare "gdbarch".
1208         (return_command): Rename inner "gdbarch".
1209         * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
1210         "sp".
1211         * rust-lang.c (rust_internal_print_type): Declare "i" in loop
1212         header.
1213         * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
1214         * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
1215         scope.
1216         * remote.c (remote_target::update_thread_list): Don't redeclare
1217         "tp".
1218         (remote_target::process_initial_stop_replies): Rename inner
1219         "thread".
1220         (remote_target::remote_parse_stop_reply): Don't redeclare "p".
1221         (remote_target::wait_as): Don't redeclare "stop_reply".
1222         (remote_target::get_thread_local_address): Rename inner
1223         "result".
1224         (remote_target::get_tib_address): Likewise.
1225
1226         * regcache.c (cooked_read_test): Rename "regnum".
1227         * record-btrace.c (cmd_record_btrace_start): Rename inner
1228         "exception".
1229         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
1230         loop header.
1231         * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
1232         header.
1233         (ppu2spu_sniffer): Rename inner "buf".
1234         * parse.c (operator_check_standard): Rename inner "type",
1235         "objfile".
1236         * p-valprint.c (pascal_val_print): Introduce new scope for
1237         "low_bound", "high_bound".
1238         * p-exp.y (yylex): Declare "i" in loop header.
1239         * objfiles.c (objfile_relocate1): Declare "i" in loop header.
1240         Lower declaration of "s".
1241         * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
1242         header.
1243         (nios2_push_dummy_call): Rename "len".
1244         * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
1245         "buf".
1246         (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
1247         (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
1248         (linux_xfer_osdata_modules): Likewise.
1249         * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
1250         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
1251         (mips_o64_push_dummy_call): Likewise.
1252         * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
1253         "op".
1254         * mi/mi-main.c (list_available_thread_groups): Rename inner
1255         "tuple_emitter".
1256         (mi_cmd_data_read_memory): Rename inner "opts".
1257         * mi/mi-cmd-var.c (varobj_update_one): Rename inner
1258         "tuple_emitter".
1259         * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
1260         * mdebugread.c (parse_symbol): Rename inner "b".  Declare "f" in
1261         more inner scope.
1262         (parse_partial_symbols): Rename inner "pst", "p", "name"
1263         * main.c (captured_main_1): Rename inner "i"s.
1264         * machoread.c (macho_symfile_read_all_oso): Don't redeclare
1265         "oso2".
1266         * linux-tdep.c (linux_info_proc): Rename inner "filename".
1267         * linespec.c (linespec_lexer_lex_string): Rename inner "p".
1268         * infrun.c (handle_no_resumed): Don't redeclare "thread".
1269         (handle_signal_stop): Rename inner "gdbarch".
1270         (handle_command): Declare "signum" in loop header.
1271         * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
1272         "status".
1273         (examine_prologue): Rename inner "sol" and "sof".
1274         (ia64_extract_return_value): Rename inner "val".  Declare another
1275         "val" in a more inner scope.
1276         * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
1277         inner scope.
1278         * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
1279         "except".
1280         * findvar.c (default_read_var_value): Don't redeclare "addr".
1281         * f-exp.y (yylex): Declare "i" in loop header.
1282         * eval.c (evaluate_subexp_standard): Don't redeclare "type".
1283         Rename inner "type", "expect_type".
1284         (evaluate_subexp_for_sizeof): Rename inner "pc".
1285         * elfread.c (elf_symfile_read): Rename inner "abfd".
1286         * dwarf2read.c (read_debug_names_from_section): Don't redeclare
1287         "bytes_read".
1288         (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
1289         (add_partial_subprogram): Rename inner "lowpc" and "highpc".
1290         (dwarf_decode_line_header): Rename inner "lh".
1291         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
1292         "offset".  Declare "i" in loop header.
1293         (disassemble_dwarf_expression): Rename inner "addr_size".
1294         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
1295         inner "result".
1296         (dwarf_expr_context::execute_stack_op): Rename inner "offset".
1297         * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
1298         * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
1299         "inner_list_emitter".
1300         (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
1301         * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
1302         declaration in a block.
1303         * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
1304         * cp-valprint.c (cp_print_value_fields): Don't redeclare
1305         "obstack_final_size".
1306         * cp-support.c (inspect_type): Declare "i" in loop header.
1307         * compile/compile.c (compile_instance::insert_symbol_error):
1308         Rename inner "e".
1309         * common/agent.c (agent_run_command): Remove inner "ret"
1310         declaration.
1311         * coffread.c (coff_symfile_read): Rename inner "name".
1312         (coff_symfile_read): Rename inner "abfd".
1313         * cli/cli-utils.c (get_number_trailer): Rename inner "val".
1314         * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
1315         "high".
1316         * c-exp.y (lex_one_token): Move "len" declaration lower.
1317         * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
1318         "gdbarch".
1319         (create_exception_master_breakpoint): Likewise.  Don't redeclare
1320         "b".
1321         (watch_command_1): Declare "mark" later.
1322         (clear_command): Don't shadow "a" or "b".
1323         (delete_command): Rename inner "b".
1324         (delete_trace_command): Likewise.
1325         * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
1326         "op".
1327         (arm_gdbarch_init): Remove inner "e_flags".
1328         * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
1329         "offset" in inner blocks.
1330
1331 2018-10-04  Simon Marchi  <simon.marchi@ericsson.com>
1332
1333         * dwarf-index-write.c (file_write): Don't write if the vector is
1334         empty.
1335
1336 2018-10-05  Tom de Vries  <tdevries@suse.de>
1337
1338         * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
1339         PyArg_ParseTuple call.
1340
1341 2018-10-05  Tom de Vries  <tdevries@suse.de>
1342
1343         * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
1344         PyArg_ParseTuple call.
1345
1346 2018-10-04  Joel Brobecker  <brobecker@adacore.com>
1347
1348         * psymtab.c (recursively_search_psymtabs): Reformat parameters
1349         to avoid exceeding 80 characters per line limit.
1350
1351 2018-10-04  Tom Tromey  <tom@tromey.com>
1352
1353         * symfile.c (syms_from_objfile_1, finish_new_objfile)
1354         (reread_symbols): Update.
1355         * complaints.h (clear_complaints): Remove argument.
1356         * complaints.c (enum complaint_series): Remove.
1357         (series): Remove global.
1358         (complaint_internal): Update.
1359         (clear_complaints): Remove argument.
1360
1361 2018-10-04  Tom Tromey  <tom@tromey.com>
1362
1363         * symfile.c (symbol_file_add_with_addrs): Do not print "no
1364         debugging symbols" message if there is a separate debug objfile.
1365
1366 2018-10-04  Tom Tromey  <tom@tromey.com>
1367
1368         PR cli/19551:
1369         * symfile.c (symbol_file_add_with_addrs): Update output.
1370         * psymtab.c (require_partial_symbols): Update output.
1371
1372 2018-10-04  Tom Tromey  <tom@tromey.com>
1373
1374         PR cli/22234:
1375         * complaints.c: Emit \n.
1376
1377 2018-10-04  Tom Tromey  <tom@tromey.com>
1378
1379         * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
1380         (separate_debug_file_exists, find_separate_debug_file)
1381         (add_symbol_file_command, reread_symbols, allocate_symtab)
1382         (allocate_compunit_symtab): Use filtered printing, not
1383         unfiltered.
1384         * psymtab.c (require_partial_symbols, dump_psymtab)
1385         (allocate_psymtab): Use filtered printing, not unfiltered.
1386
1387 2018-10-04  Tom Tromey  <tom@tromey.com>
1388
1389         * complaints.c (complaint_internal): Correctly check complaint
1390         count.
1391
1392 2018-10-04  Tom Tromey  <tom@tromey.com>
1393
1394         * complaints.h (struct complaints): Remove declaration.
1395         * complaints.c (clear_complaints): Remove an unused variable.
1396
1397 2018-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1398
1399         * MAINTAINERS (Write After Approval): Add self.
1400
1401 2018-10-03  Tom Tromey  <tom@tromey.com>
1402
1403         * guile/scm-value.c (gdbscm_value_to_string): Initialize
1404         "buffer_contents".
1405         * coffread.c (coff_symtab_read): Initialize "newobj".
1406
1407 2018-10-03  Simon Marchi  <simon.marchi@polymtl.ca>
1408
1409         * dwarf2read.c (read_func_scope): Remove struct keyword in
1410         range-based for.
1411
1412 2018-10-03  Tom Tromey  <tom@tromey.com>
1413
1414         * README: Mention --enable-ubsan.
1415         * NEWS: Mention --enable-ubsan.
1416         * acinclude.m4: Include sanitize.m4.
1417         * configure: Rebuild.
1418         * configure.ac: Call AM_GDB_UBSAN.
1419         * sanitize.m4: New file.
1420
1421 2018-10-03  Tom Tromey  <tom@tromey.com>
1422
1423         * expression.h (enum exp_opcode): Use uint8_t as base type.
1424         * expprint.c (op_name): Handle invalid opcodes.
1425
1426 2018-10-03  Tom Tromey  <tom@tromey.com>
1427
1428         * parse.c (prefixify_expression): Add assert.
1429         (parse_exp_in_context_1): Throw exception if the expression is
1430         empty.
1431
1432 2018-10-03  Tom Tromey  <tom@tromey.com>
1433
1434         * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
1435
1436 2018-10-03  Tom Tromey  <tom@tromey.com>
1437
1438         * c-exp.y (parse_number): Work in unsigned.  Remove casts.
1439
1440 2018-10-03  Tom Tromey  <tom@tromey.com>
1441
1442         * dwarf2read.c (read_subrange_type): Make "negative_mask"
1443         unsigned.
1444
1445 2018-10-03  Tom Tromey  <tom@tromey.com>
1446
1447         * findvar.c (extract_integer): Do work in an unsigned type.
1448
1449 2018-10-03  Tom Tromey  <tom@tromey.com>
1450
1451         * common/enum-flags.h (enum_flags::operator~): Add static assert.
1452         * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
1453         base type.
1454         * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
1455         * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
1456         type.
1457         * c-lang.h (enum c_string_type_values): Use unsigned as base
1458         type.
1459         * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
1460
1461 2018-10-03  Tom Tromey  <tom@tromey.com>
1462
1463         * dwarf2-frame.h (dwarf2_frame_state_reg_info)
1464         <~dwarf2_frame_state_reg_info>: Update.
1465         <dwarf2_frame_state_reg_info>: Update.
1466         <alloc_regs>: Add assertion.  Update.
1467         <reg>: Now a std::vector.
1468         <num_regs>: Remove.
1469         <swap>: Update.
1470         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
1471         (execute_cfa_program_test, dwarf2_frame_cache): Update.
1472
1473 2018-10-03  Tom Tromey  <tom@tromey.com>
1474
1475         * namespace.c (add_using_directive): Don't pass NULL to memcpy.
1476
1477 2018-10-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1478
1479         * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
1480
1481 2018-10-02  Tom Tromey  <tom@tromey.com>
1482
1483         * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
1484
1485 2018-10-02  John Darrington <john@darrington.wattle.id.au>
1486
1487         * NEWS: Mention changed commands.
1488         * ser-uds.c: New file.
1489         * configure.ac (SER_HARDWIRE): Add ser-uds.o.
1490         * configure: Regenerate.
1491         * Makefile.in: Add new file.
1492         * serial.c (serial_open): Check if filename is a socket
1493           and lookup the appropriate interface accordingly.
1494
1495 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1496
1497         * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
1498         define.
1499         (AARCH64_EXTRA_MAGIC): Likewise.
1500         (AARCH64_FPSIMD_MAGIC): Likewise.
1501         (AARCH64_SVE_MAGIC): Likewise.
1502         (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
1503         (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
1504         (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
1505         (AARCH64_FPSIMD_V0_OFFSET): Likewise.
1506         (AARCH64_FPSIMD_VREG_SIZE): Likewise.
1507         (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
1508         (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
1509         (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
1510         (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
1511         (AARCH64_SVE_CONTEXT_SIZE): Likewise.
1512         (read_aarch64_ctx): Add function.
1513         (aarch64_linux_sigframe_init): Detect FP registers.
1514
1515 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1516
1517         * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
1518         (AARCH64_D0_REGNUM): Likewise.
1519         (AARCH64_S0_REGNUM): Likewise.
1520         (AARCH64_H0_REGNUM): Likewise.
1521         (AARCH64_B0_REGNUM): Likewise.
1522         (AARCH64_SVE_V0_REGNUM): Likewise.
1523         * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
1524         (AARCH64_D0_REGNUM): Likewise.
1525         (AARCH64_S0_REGNUM): Likewise.
1526         (AARCH64_H0_REGNUM): Likewise.
1527         (AARCH64_B0_REGNUM): Likewise.
1528         (AARCH64_SVE_V0_REGNUM): Likewise.
1529
1530 2018-10-01  Gary Benson <gbenson@redhat.com>
1531
1532         * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
1533         * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
1534         prfpregset_t instead of gdb_prfpregset_t.
1535         * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
1536         * configure, config.in: Rebuild.
1537
1538 2018-10-01  Gary Benson <gbenson@redhat.com>
1539
1540         * common/gdb_proc_service.h: New file, factored out from...
1541         * gdb_proc_service.h: Moved common code to the above file.
1542         * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
1543
1544 2018-10-01  Gary Benson <gbenson@redhat.com>
1545
1546         * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
1547         undefined.  Use elf_fpregset_t if prfpregset_t is undefined.
1548
1549 2018-10-01  Gary Benson <gbenson@redhat.com>
1550
1551         * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
1552         (AC_CHECK_HEADERS): Check for linux/elf.h.
1553         * configure, config.in: Rebuild.
1554         * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
1555         doesn't define elf_fpregset_t.
1556
1557 2018-10-01  Gary Benson <gbenson@redhat.com>
1558
1559         * gdb_proc_service.h: Whitespace change.
1560
1561 2018-10-01  Tom Tromey  <tom@tromey.com>
1562
1563         * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
1564         * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
1565         * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
1566
1567 2018-10-01  Tom Tromey  <tom@tromey.com>
1568
1569         * README: Minor change.
1570
1571 2018-09-30  Pedro Alves  <palves@redhat.com>
1572
1573         * darwin-nat-info.c (darwin_debug_regions_recurse)
1574         (info_mach_exceptions_command): Remove unused local variables.
1575         * darwin-nat.c (darwin_decode_notify_message)
1576         (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
1577         (darwin_stop_inferior, darwin_setup_exceptions)
1578         (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
1579         (darwin_nat_target::attach, darwin_nat_target::detach)
1580         (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
1581         local variables.
1582         * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
1583         variables.
1584
1585 2018-09-29  Tom Tromey  <tom@tromey.com>
1586
1587         * README: Remove some leftover text.
1588
1589 2018-09-29  Tom Tromey  <tom@tromey.com>
1590
1591         * PROBLEMS: Rewrite.
1592         * README: Update.
1593
1594 2018-09-28  John Baldwin  <jhb@FreeBSD.org>
1595
1596         * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
1597         case with explicit breakpoint kind.
1598         * riscv-tdep.c (show_use_compressed_breakpoints): Remove
1599         'additional_info' and related logic.
1600         (riscv_debug_breakpoints): New variable.
1601         (riscv_breakpoint_kind_from_pc): Use the length of the existing
1602         instruction to determine the breakpoint kind.
1603         (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
1604         flag.  Update description of 'set/show riscv
1605         use-compressed-breakpoints' flag.
1606
1607 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1608
1609         (NEWS): Mention changes to frame related commands.
1610         * cli/cli-decode.c (add_cmd_suppress_notification): New function.
1611         (add_prefix_cmd_suppress_notification): New function.
1612         (add_com_suppress_notification): Call
1613         add_cmd_suppress_notification.
1614         * command.h (add_cmd_suppress_notification): Declare.
1615         (add_prefix_cmd_suppress_notification): Declare.
1616         * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
1617         (parse_frame_specification): Moved from stack.c, with
1618         simplification to handle a single argument.
1619         (mi_cmd_stack_select_frame): Use parse_frame_specification, the
1620         switch to the selected frame.  Add a header comment.
1621         * stack.c: Remove 'safe-ctype.h' include.
1622         (find_frame_for_function): Add declaration.
1623         (find_frame_for_address): New function.
1624         (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
1625         (frame_selection_by_function_completer): New function.
1626         (info_frame_command): Rename to...
1627         (info_frame_command_core): ...this, and update parameter types.
1628         (select_frame_command): Rename to...
1629         (select_frame_command_core): ...this, and update parameter types.
1630         (frame_command): Rename to...
1631         (frame_command_core): ...this, and update parameter types.
1632         (class frame_command_helper): New class to wrap implementations of
1633         frame related sub-commands.
1634         (frame_apply_cmd_list): New static global.
1635         (frame_cmd_list): Make static.
1636         (select_frame_cmd_list): New global for sub-commands.
1637         (info_frame_cmd_list): New global for sub-commands.
1638         (_initialize_stack): Register sub-commands for 'frame',
1639         'select-frame', and 'info frame'.  Update 'frame apply' commands
1640         to use frame_apply_cmd_list.  Move function local static
1641         frame_apply_list to file static frame_apply_cmd_list for
1642         consistency.
1643         * stack.h (select_frame_command): Delete declarationn.
1644         (select_frame_for_mi): Declare new function.
1645
1646 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1647
1648         * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
1649         (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
1650         and NOP.
1651
1652 2018-09-26  Simon Marchi  <simon.marchi@ericsson.com>
1653
1654         * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
1655
1656 2018-09-26  Tom Tromey  <tom@tromey.com>
1657
1658         * valops.c (auto_abandon): Remove dead code.
1659
1660 2018-09-26  Tom Tromey  <tom@tromey.com>
1661
1662         * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
1663
1664 2018-09-24  Tom Tromey  <tom@tromey.com>
1665
1666         * common/pathstuff.c (get_standard_cache_dir): Make
1667         "xdg_cache_home" and "home" const.
1668         * top.c (init_history): Make "tmpenv" const.
1669         * main.c (get_init_files): Make "homedir" const.
1670
1671 2018-09-23  Tom Tromey  <tom@tromey.com>
1672
1673         PR python/18852:
1674         * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
1675
1676 2018-09-23  Tom Tromey  <tom@tromey.com>
1677
1678         * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
1679         * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
1680         * python/python-internal.h (gdbpy_handle_exception): Declare.
1681         * python/py-utils.c (gdbpy_handle_exception): New function.
1682
1683 2018-09-23  Tom Tromey  <tom@tromey.com>
1684
1685         PR python/17284:
1686         * python/py-type.c (typy_template_argument): Check for negative
1687         argument number.
1688
1689 2018-09-23  Tom Tromey  <tom@tromey.com>
1690
1691         PR python/14062:
1692         * python/python.c (gdbpy_run_events): Do not ignore exceptions.
1693
1694 2018-09-23  Tom Tromey  <tom@tromey.com>
1695
1696         PR python/18170:
1697         * python/py-value.c (valpy_int): Allow conversion from pointer
1698         type.
1699
1700 2018-09-23  Tom Tromey  <tom@tromey.com>
1701
1702         PR python/20126:
1703         * python/py-value.c (valpy_int): Respect type sign.
1704
1705 2018-09-23  Tom Tromey  <tom@tromey.com>
1706
1707         PR python/18352;
1708         * python/py-value.c (valpy_float): Allow conversions from int or
1709         char.
1710         (valpy_int, valpy_long): Allow conversions from float.
1711
1712 2018-09-23  Tom Tromey  <tom@tromey.com>
1713
1714         * ctf.c (ctf_start): Use gdb_fopen_cloexec.
1715         * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
1716
1717 2018-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1718
1719         * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
1720         __sighndlr.
1721         * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
1722
1723 2018-08-02  Jon Turney  <jon.turney@dronecode.org.uk>
1724
1725         * windows-nat.c (windows_nat_target::wait): Remove a spurious
1726         target_terminal::ours().
1727
1728 2018-09-23  Simon Marchi  <simon.marchi@ericsson.com>
1729
1730         * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
1731         of vl to ULONGEST.
1732
1733 2018-09-21  Yacov Simhony  <ysimhony@gmail.com>
1734
1735         * breakpoint.c (update_inserted_breakpoint_locations): Remove
1736         redundant condition.
1737
1738 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1739
1740         * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
1741
1742         * procfs.c: Don't check for PR_MODEL_NATIVE definition.
1743         * sparc-sol2-nat.c: Likewise.  Remove Linux, __arch64__ references.
1744         * sol-thread.c (ps_pdmodel): Don't guard definition.
1745
1746         * procfs.c: Fix formatting.
1747
1748         * procfs.c (sysset_t_alloc): Remove.
1749         (create_procinfo): Use XNEW instead of sysset_t_alloc.
1750         (procfs_debug_inferior): Likewise.
1751         (procfs_set_exec_trap): Likewise.
1752         (proc_set_traced_sysentry): Don't allocate argp dynamically.
1753         (proc_set_traced_sysexit): Likewise.
1754
1755         * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
1756         (dead_procinfo): Likewise.
1757         (proc_warn): Likewise.
1758         (proc_error): Likewise.
1759         (proc_get_LDT_entry): Likewise.
1760         (do_attach): Likewise.
1761         (procfs_target::pid_to_str): Likewise.
1762         (iterate_over_mappings): Likewise.
1763
1764         * procfs.c (create_procinfo): Fix ARI warning.
1765         (proc_get_status): Likewise.
1766         (proc_stop_process): Likewise.
1767         (proc_run_process): Likewise.
1768         (proc_kill): Likewise.
1769         (proc_get_LDT_entry): Likewise.
1770         (procfs_find_LDT_entry): Likewise.
1771         (proc_update_threads): Likewise.
1772         (proc_iterate_over_threads): Likewise.
1773         (do_attach): Likewise.
1774         (procfs_xfer_memory): Likewise.
1775         (invalidate_cache): Likewise.
1776         (procfs_target::resume): Likewise.
1777         (procfs_init_inferior): Likewise.
1778         (procfs_set_exec_trap): Likewise.
1779         (procfs_target::thread_alive): Likewise.
1780         (procfs_target::pid_to_exec_file): Likewise.
1781         (iterate_over_mappings): Likewise.
1782         (procfs_target::make_corefile_notes): Likewise.
1783         * sol-thread.c (sol_thread_target::thread_alive): Likewise.
1784
1785         * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
1786         (procfs_find_LDT_entry): Likewise.
1787         * sol-thread.c (ps_lgetLDT): Likewise.
1788
1789 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1790
1791         PR tdep/17903
1792         * procfs.c (procfs_target): Declare pid_to_exec_file.
1793         (procfs_target::pid_to_exec_file): New.
1794
1795 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1796
1797         * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
1798         renaming.
1799         Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
1800         AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
1801
1802 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1803
1804         * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
1805         (supply_fpregset, fill_fpregset): Move ...
1806         * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
1807         Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
1808         Remove references to ioctl-based procfs.
1809         Include <sys/reg.h>.
1810         Remove PR_MODEL_NATIVE guards.
1811         * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
1812         * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
1813
1814 2018-09-19  Xavier Roirand  <roirand@adacore.com>
1815
1816         PR gdb/20981:
1817         * solib-darwin.c (darwin_get_dyld_bfd): New function.
1818         (darwin_solib_get_all_image_info_addr_at_init): Update call.
1819         (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
1820
1821 2018-09-19  John Baldwin  <jhb@FreeBSD.org>
1822
1823         * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
1824         (fbsd_print_sockaddr_in6): Likewise.
1825
1826 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1827             Chris January  <chris.january@arm.com>
1828
1829         * eval.c (skip_undetermined_arglist): Skip argument list helper.
1830         (evaluate_subexp_standard): Return a dummy type when
1831         honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
1832         OP_F77_UNDETERMINED_ARGLIST case.
1833         * expression.h (enum noside): Update comment.
1834
1835 2018-09-19  George Vasick <george.vasick@oracle.com>
1836
1837         * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
1838
1839 2018-09-19  Stefan Teleman <stefan.teleman@oracle.com>
1840             April Chin <april.chin@oracle.com>
1841             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1842
1843         * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
1844         uint_t lwpid_t.
1845         (create_procinfo): Print pids in /proc without leading zeros.
1846
1847 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1848
1849         * nios2-tdep.c (nios2_gcc_target_options): New.
1850         (nios2_gdb_arch_init): Install new hook.
1851
1852 2018-09-18  Simon Marchi  <simon.marchi@ericsson.com>
1853
1854         * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
1855         New file.
1856         * update-gnulib.sh: Apply patch.
1857         * configure: Re-generate.
1858
1859 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1860
1861         * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
1862         description.  Make "info proc" command descriptions more
1863         consistent.
1864
1865 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1866
1867         * NEWS: Mention 'info proc files' command.
1868
1869 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1870
1871         * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
1872         descriptors for IP_FILES and IP_ALL.
1873
1874 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1875
1876         * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
1877         (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
1878         (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
1879         (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
1880         (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
1881         (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
1882         (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
1883         (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
1884         (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
1885         (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
1886         (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
1887         (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
1888         (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
1889         (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
1890         (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
1891         (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
1892         (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
1893         (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
1894         (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
1895         (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
1896         (struct fbsd_sockaddr_un): New types.
1897         (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
1898         (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
1899         (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
1900         (fbsd_core_info_proc_files): New functions.
1901         (fbsd_core_info_proc): List open file descriptors for IP_FILES and
1902         IP_ALL.
1903         * fbsd-tdep.h (fbsd_info_proc_files_header)
1904         (fbsd_info_proc_files_entry): New.
1905
1906 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1907
1908         * defs.h (enum info_proc_what) [IP_FILES]: New value.
1909         * infcmd.c (info_proc_cmd_files): New function.
1910         (_initialize_infcmd): Register 'info proc files' command.
1911
1912 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1913
1914         * gnulib/aclocal-m4-deps.mk: Re-generate.
1915         * gnulib/aclocal.m4: Re-generate.
1916         * gnulib/config.in: Re-generate.
1917         * gnulib/configure: Re-generate.
1918         * gnulib/import/Makefile.am: Re-generate.
1919         * gnulib/import/Makefile.in: Re-generate.
1920         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1921         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1922         * gnulib/import/arpa_inet.in.h: New file.
1923         * gnulib/import/inet_ntop.c: New file.
1924         * gnulib/import/m4/arpa_inet_h.m4: New file.
1925         * gnulib/import/m4/inet_ntop.m4: New file.
1926         * gnulib/import/m4/netinet_in_h.m4: New file.
1927         * gnulib/import/m4/socklen.m4: New file.
1928         * gnulib/import/m4/sockpfaf.m4: New file.
1929         * gnulib/import/m4/stdalign.m4: New file.
1930         * gnulib/import/m4/sys_uio_h.m4: New file.
1931         * gnulib/import/netinet_in.in.h: New file.
1932         * gnulib/import/stdalign.in.h: New file.
1933         * gnulib/import/sys_socket.c: New file.
1934         * gnulib/import/sys_socket.in.h: New file.
1935         * gnulib/import/sys_uio.in.h: New file.
1936         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
1937         module.
1938
1939 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1940
1941         * gnulib/aclocal-m4-deps.mk: New file.
1942         * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
1943         deterministically.
1944
1945 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
1946
1947         * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
1948         KVE_PATH.
1949
1950 2018-09-18  Tom Tromey  <tom@tromey.com>
1951
1952         * compile/compile-object-load.c (struct
1953         link_hash_table_cleanup_data): Add constructor and destructor.
1954         Use DISABLE_COPY_AND_ASSIGN.
1955         (~link_hash_table_cleanup_data): Rename from
1956         link_hash_table_free.  Now a destructor.
1957         (copy_sections): Use gdb::unique_xmalloc_ptr.  Remove cleanups.
1958
1959 2018-09-18  Tom Tromey  <tom@tromey.com>
1960
1961         * compile/compile-object-run.c (do_module_cleanup): Use delete.
1962         * compile/compile-object-load.c (struct munmap_list): Move to
1963         header file.
1964         (munmap_list::add): Rename from munmap_list_add; rewrite.
1965         (munmap_list::~munmap_list): Rename from munmap_list_free.
1966         (munmap_listp_free_cleanup): Remove.
1967         (compile_object_load): Update.
1968         * compile/compile-object-load.h (struct munmap_list): Move from
1969         compile-object-load.c.  Rewrite.
1970
1971 2018-09-18  Alan Hayward  <alan.hayward@arm.com>
1972
1973         * aarch64-tdep.c (pass_in_v): Use register size.
1974         (aarch64_extract_return_value): Likewise.
1975         (aarch64_store_return_value): Likewise.
1976
1977 2018-09-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1978
1979         * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
1980         rlim_t.
1981
1982 2018-09-17  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1983
1984         * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
1985         Fix short help line.
1986
1987 2018-09-17  Tom Tromey  <tom@tromey.com>
1988
1989         PR python/20445:
1990         * configure: Rebuild.
1991         * configure.ac: Conditionally use -DNDEBUG for Python.
1992
1993 2018-09-17  Tom Tromey  <tom@tromey.com>
1994
1995         * configure: Rebuild.
1996         * configure.ac: Use gmp as a library dependency when checking for
1997         mpfr.
1998
1999 2018-09-17  Pedro Alves  <palves@redhat.com>
2000
2001         * python/py-inferior.c (find_inferior_object): Delete.
2002
2003 2018-09-17  Simon Marchi  <simon.marchi@ericsson.com>
2004
2005         * compile/compile-cplus-types.c
2006         (compile_cplus_instance::enter_scope): Don't use new_scope after
2007         std::move.
2008
2009 2018-09-17  Tom Tromey  <tom@tromey.com>
2010
2011         * common/pathstuff.c (get_standard_cache_dir): Use
2012         ~/Library/Caches on macOS.
2013         * common/pathstuff.h (get_standard_cache_dir): Update comment.
2014
2015 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
2016
2017         PR python/23669
2018         * breakpoint.c (commands_cmd_element): New.
2019         (_initialize_breakpoint): Assign commands_cmd_element.
2020         * breakpoint.h (commands_cmd_element): New.
2021         * cli/cli-script.c (while_cmd_element, if_command,
2022         define_cmd_element): New.
2023         (command_name_equals): Remove.
2024         (process_next_line): Compare commands by pointer, not by name.
2025         (_initialize_cli_script): Assign the various cmd_list_element
2026         variables.
2027         * compile/compile.c (compile_cmd_element): New.
2028         (_initialize_compile): Assign compile_cmd_element.
2029         * compile/compile.h (compile_cmd_element): New.
2030         * guile/guile.c (guile_cmd_element): New.
2031         (install_gdb_commands): Assign guile_cmd_element.
2032         * guile/guile.h (guile_cmd_element): New.
2033         * python/python.c (python_cmd_element): New.
2034         (_initialize_python): Assign python_cmd_element.
2035         * python/python.h (python_cmd_element): New.
2036         * tracepoint.c (while_stepping_cmd_element): New.
2037         (_initialize_tracepoint): Assign while_stepping_cmd_element.
2038         * tracepoint.h (while_stepping_cmd_element): New.
2039
2040 2018-09-17  Tom Tromey  <tom@tromey.com>
2041
2042         * infrun.c (save_infcall_suspend_state): Return
2043         infcall_suspend_state_up.
2044         (save_infcall_control_state): Return infcall_control_state_up.
2045         * inferior.h (save_infcall_suspend_state)
2046         (save_infcall_control_state): Declare later.  Return unique
2047         pointers.
2048
2049 2018-09-17  Tom Tromey  <tom@tromey.com>
2050
2051         * infrun.c (struct stop_context): Declare constructor,
2052         destructor, "changed" method.
2053         (stop_context::stop_context): Rename from save_stop_context.
2054         (stop_context::~stop_context): Rename from
2055         release_stop_context_cleanup.
2056         (normal_stop): Update.
2057         (stop_context::changed): Rename from stop_context_changed.  Return
2058         bool.
2059
2060 2018-09-17  Tom Tromey  <tom@tromey.com>
2061
2062         * inferior.h (struct infcall_suspend_state_deleter): New.
2063         (infcall_suspend_state_up): New typedef.
2064         (struct infcall_control_state_deleter): New.
2065         (infcall_control_state_up): New typedef.
2066         (make_cleanup_restore_infcall_suspend_state)
2067         (make_cleanup_restore_infcall_control_state): Don't declare.
2068         * infcall.c (call_function_by_hand_dummy): Update.
2069         * infrun.c (do_restore_infcall_suspend_state_cleanup)
2070         (make_cleanup_restore_infcall_suspend_state): Remove.
2071         (do_restore_infcall_control_state_cleanup)
2072         (make_cleanup_restore_infcall_control_state): Remove.
2073
2074 2018-09-17  Tom Tromey  <tom@tromey.com>
2075
2076         * gdbthread.h (struct thread_control_state): Add initializer.
2077         (class thread_info) <control>: Remove initializer.
2078         * inferior.h (struct inferior_control_state): Add initializer.
2079         (class inferior) <control>: Remove initializer.
2080         (exit_inferior_1): Update.
2081         * infrun.c (struct infcall_control_state): Add constructors.
2082         (save_infcall_control_state): Use new.
2083         (restore_infcall_control_state, discard_infcall_control_state):
2084         Use delete.
2085
2086 2018-09-17  Tom Tromey  <tom@tromey.com>
2087
2088         * infrun.c (struct infcall_suspend_state) <registers>: Now a
2089         unique_ptr.
2090         <siginfo_data>: Now a unique_xmalloc_ptr.
2091         (save_infcall_suspend_state, restore_infcall_suspend_state)
2092         (discard_infcall_suspend_state)
2093         (get_infcall_suspend_state_regcache): Update.
2094
2095 2018-09-17  Tom Tromey  <tom@tromey.com>
2096
2097         * gdbthread.h (struct thread_suspend_state): Add initializers.
2098         (class thread_info) <suspend>: Remove initializer.
2099         * infrun.c (struct infcall_suspend_state): Add initializers.
2100         (save_infcall_suspend_state): Use new.
2101         (discard_infcall_suspend_state): Use delete.
2102
2103 2018-09-16  Tom Tromey  <tom@tromey.com>
2104
2105         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
2106         Remove.
2107         * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
2108         rvalue reference.  Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
2109         (py_varobj_iter_new): Likewise.
2110         (py_varobj_get_iterator): Use gdbpy_ref.
2111
2112 2018-09-16  Tom Tromey  <tom@tromey.com>
2113
2114         * python/py-threadevent.c (py_get_event_thread): Simplify.
2115         * python/py-inferior.c (infpy_thread_from_thread_handle):
2116         Return immediately after calling thread_to_thread_object.  Use
2117         Py_RETURN_NONE.
2118         (thread_to_thread_object): Set the exception on a NULL return.
2119
2120 2018-09-16  Simon Marchi  <simon.marchi@polymtl.ca>
2121
2122         * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
2123
2124 2018-09-16  Tom Tromey  <tom@tromey.com>
2125
2126         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
2127         Remove.
2128
2129 2018-09-16  Tom Tromey  <tom@tromey.com>
2130
2131         * python/python-internal.h (thread_to_thread_object): Change
2132         return type.
2133         * python/py-inferior.c (thread_to_thread_object): Return a new
2134         reference.
2135         (infpy_thread_from_thread_handle): Update.
2136         * python/py-infthread.c (gdbpy_selected_thread): Update.
2137         * python/py-stopevent.c (create_stop_event_object): Update.
2138         * python/py-threadevent.c (py_get_event_thread): Return a new
2139         reference.
2140         (py_get_event_thread): Update.
2141         * python/py-event.h (py_get_event_thread): Change return type.
2142         * python/py-continueevent.c (create_continue_event_object):
2143         Update.
2144
2145 2018-09-16  Tom Tromey  <tom@tromey.com>
2146
2147         * python/py-progspace.c (pspy_get_objfiles): Update.
2148         * python/python-internal.h (objfile_to_objfile_object): Change
2149         return type.
2150         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2151         Update.
2152         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
2153         Update.
2154         * python/python.c (gdbpy_get_current_objfile): Update.
2155         (gdbpy_objfiles): Update.
2156         * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
2157         Update.
2158         (objfile_to_objfile_object): Return a new reference.
2159         * python/py-symtab.c (stpy_get_objfile): Update.
2160         * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
2161         Update.
2162
2163 2018-09-16  Tom Tromey  <tom@tromey.com>
2164
2165         * python/py-inferior.c (infpy_get_progspace): Update.
2166         * python/python-internal.h (pspace_to_pspace_object): Change
2167         return type.
2168         * python/py-newobjfileevent.c
2169         (create_clear_objfiles_event_object): Update.
2170         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
2171         Update.
2172         * python/python.c (gdbpy_get_current_progspace): Update.
2173         (gdbpy_progspaces): Update.
2174         * python/py-progspace.c (pspace_to_pspace_object): Return a new
2175         reference.
2176         * python/py-objfile.c (objfpy_get_progspace): Update.
2177         * python/py-prettyprint.c (find_pretty_printer_from_progspace):
2178         Update.
2179
2180 2018-09-16  Tom Tromey  <tom@tromey.com>
2181
2182         * python/lib/gdb/__init__.py (current_progspace, objfiles)
2183         (solib_name, block_for_pc, find_pc_line): New functions.
2184         (execute_unwinders): Update.
2185         * python/py-block.c (gdbpy_block_for_pc): Remove.
2186         * python/py-inferior.c (infpy_get_progspace): New function.
2187         (inferior_object_getset) <progspace>: Add.
2188         * python/py-progspace.c (pspy_objfiles): Rewrite.
2189         (pspy_solib_name, pspy_block_for_pc)
2190         (pspy_find_pc_line, pspy_is_valid): New functions.
2191         (progspace_object_methods): Add entries for solib_name,
2192         block_for_pc, find_pc_line, is_valid.
2193         * python/python-internal.h (gdbpy_block_for_pc)
2194         (build_objfiles_list): Don't declare.
2195         * python/python.c: Don't include solib.h.
2196         (gdbpy_solib_name, gdbpy_find_pc_line)
2197         (gdbpy_get_current_progspace, build_objfiles_list)
2198         (gdbpy_objfiles): Remove.
2199         (GdbMethods) <current_progspace, objfiles, block_for_pc,
2200         solib_name, find_pc_line>: Remove entries.
2201
2202 2018-09-16  Tom Tromey  <tom@tromey.com>
2203
2204         * top.c (new_ui_command): Use GNU style for metasyntactic
2205         variables.
2206         * breakpoint.c (stopat_command): Use GNU style for metasyntactic
2207         variables.
2208         * maint.c (maintenance_translate_address): Remove "<>" around
2209         text.
2210         * interps.c (interpreter_exec_cmd): Use GNU style for
2211         metasyntactic variables.
2212         * nto-procfs.c (nto_procfs_target_info): Use GNU style for
2213         metasyntactic variables.
2214         * tracepoint.c (tfind_range_command): Use GNU style for
2215         metasyntactic variables.
2216         (tfind_outside_command): Likewise.
2217         (_initialize_tracepoint): Likewise.
2218         * remote.c (extended_remote_target::create_inferior): Use GNU
2219         style for metasyntactic variables.
2220         * sparc64-tdep.c (adi_examine_command): Use GNU style for
2221         metasyntactic variables.
2222         (adi_assign_command): Likewise.
2223
2224 2018-09-16  Tom Tromey  <tom@tromey.com>
2225
2226         * disasm.c (show_disassembler_options_sfunc): Use GNU style for
2227         metasyntactic variables.  Print message if no disassembler options
2228         are available.
2229
2230 2018-09-15  Tom Tromey  <tom@tromey.com>
2231
2232         * infcmd.c (get_inferior_args): Return const char *.
2233         * inferior.h (get_inferior_args): Return type now const.
2234         * linux-tdep.c (linux_fill_prpsinfo): Update.
2235         * procfs.c (procfs_target::make_corefile_notes): Update.
2236
2237 2018-09-07  Tom Tromey  <tom@tromey.com>
2238
2239         * python/python.c (execute_gdb_command): Call bpstat_do_actions
2240         inside the TRY.
2241
2242 2018-09-14  Sandra Loosemore  <sandra@codesourcery.com>
2243
2244         * nios2-tdep.c (nios2_type_align): New.
2245         (nios2_gdb_arch_init): Install type_align hook.
2246
2247 2018-09-10  Andrew Burgess  <andrew.burgess@embecosm.com>
2248
2249         * eval.c (fake_method::fake_method): Call xzalloc directly for a
2250         type that is neither object file owned, nor gdbarch owned.
2251         * gdbtypes.c (get_type_gdbarch): Add an assert that returned
2252         gdbarch is non-NULL.
2253         (alloc_type_instance): Allocate non-objfile owned types on the
2254         gdbarch obstack.
2255         (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
2256         using TYPE_ALLOC to ensure memory is allocated on the correct
2257         obstack.
2258         * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
2259         obstack, or the gdbarch obstack.
2260         (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
2261
2262 2018-09-14  Tom Tromey  <tom@tromey.com>
2263
2264         * infcall.c (call_function_by_hand_dummy): Remove unnecessary
2265         block.
2266
2267 2018-09-14  Tom Tromey  <tom@tromey.com>
2268
2269         * nat/fork-inferior.c (get_startup_shell): Remove "static".
2270
2271 2018-09-13  Tom Tromey  <tom@tromey.com>
2272
2273         * python/py-inferior.c (infpy_thread_from_thread_handle): Now
2274         static.
2275
2276 2018-09-13  Tom Tromey  <tom@tromey.com>
2277
2278         * exec.c (try_open_exec_file): Use std::string.
2279
2280 2018-09-13  Tom Tromey  <tom@tromey.com>
2281
2282         * utils.h (gdb_bfd_errmsg): Return std::string.
2283         * exec.c (exec_file_attach): Update.
2284         * compile/compile-object-load.c (compile_object_load): Update.
2285         * utils.c (gdb_bfd_errmsg): Return std::string.
2286
2287 2018-09-13  Tom Tromey  <tom@tromey.com>
2288
2289         * procfs.c (struct procinfo_deleter): New.
2290         (procinfo_up): New typedef.
2291         (do_destroy_procinfo_cleanup): Remove.
2292         (procfs_target::info_proc): Use procinfo_up.  Remove cleanups.
2293
2294 2018-09-13  Tom Tromey  <tom@tromey.com>
2295
2296         * source.c (add_path): Use gdb::unique_xmalloc_ptr.
2297
2298 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2299 2018-09-13  Tom Tromey  <tom@tromey.com>
2300
2301         * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
2302         (pspy_get_objfiles): New function.
2303         (progspace_object_methods): New.
2304         (pspace_object_type): Add tp_methods callback.
2305         * python/python-internal.h (build_objfiles_list): New
2306         declaration.
2307         * python/python.c (build_objfiles_list): New function.
2308         (gdbpy_objfiles): Implement using build_objfiles_list.
2309         * NEWS: Mention the Progspace.objfiles method.
2310
2311 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2312
2313         * python/py-inferior.c (infpy_get_progspace): New function.
2314         (inferior_object_getset): Add progspace property.
2315         * NEWS: Mention the new property.
2316
2317 2018-09-13  Tom Tromey  <tom@tromey.com>
2318
2319         PR rust/23650:
2320         * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
2321
2322 2018-09-13  Tom Tromey  <tom@tromey.com>
2323
2324         PR rust/23626:
2325         * rust-lang.c (rust_enum_variant): Now static.
2326         (rust_empty_enum_p): New function.
2327         (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
2328         Handle empty enum.
2329
2330 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2331
2332         * python/py-inferior.c (infpy_repr): New.
2333         (inferior_object_type): Register infpy_repr.
2334         * python/py-objfile.c (objfpy_repr): New.
2335         (objfile_object_type): Register objfpy_repr.
2336
2337 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
2338
2339         * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
2340
2341 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
2342
2343         * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
2344         typo.
2345
2346 2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2347
2348         * common/common-utils.c: Don't include '<sys/stat.h>'.
2349         (is_regular_file): Move to...
2350         * common/filestuff.c (is_regular_file): ... here.
2351         * common/common-utils.h (is_regular_file): Move to...
2352         * common/filestuff.h (is_regular_file): ... here.
2353
2354 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2355
2356         * skip.c (debug_skip): New variable.
2357         (skiplist_entry::do_skip_file_p): Add debug output.
2358         (skiplist_entry::do_skip_gfile_p): Likewise.
2359         (skiplist_entry::skip_function_p): Likewise.
2360         (_initialize_step_skip): Create debug command.
2361         * NEWS: Mention set/show debug skip.
2362
2363 2018-09-11  Xavier Roirand  <roirand@adacore.com>
2364
2365         * darwin-nat.c (should_disable_startup_with_shell):
2366         New function.
2367         (darwin_nat_target::create_inferior): Add call.
2368
2369 2018-09-11  Xavier Roirand  <roirand@adacore.com>
2370
2371         * darwin-nat.h (struct darwin_thread_info) <gdb_port,
2372         inf_port, msg_state>: Initialize.
2373         (struct darwin_thread_info) <signaled, single_step>: Change
2374         type and initialize.
2375         (struct darwin_thread_info) <event>: Initialize.
2376
2377 2018-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2378
2379         PR gdb/23555
2380         PR gdb/23558
2381         * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
2382         guesses.
2383
2384 2018-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2385
2386         Revert:
2387         2018-08-29  Sergio Durigan Junior  <sergiodj@redhat.com>
2388
2389         PR gdb/23555
2390         PR gdb/23558
2391         * gnulib/aclocal.m4: Regenerate.
2392         * gnulib/config.in: Regenerate.
2393         * gnulib/configure: Regenerate.
2394         * gnulib/import/Makefile.am: Update.
2395         * gnulib/import/Makefile.in: Update.
2396         * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
2397         * gnulib/import/_Noreturn.h: ... this.
2398         * gnulib/import/alloca.in.h: Update.
2399         * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
2400         * gnulib/import/arg-nonnull.h: ... this.
2401         * gnulib/import/assure.h: Update.
2402         * gnulib/import/at-func.c: Update.
2403         * gnulib/import/basename-lgpl.c: Update.
2404         * gnulib/import/extra/snippet/c++defs.h: Rename to...
2405         * gnulib/import/c++defs.h: ... this.
2406         * gnulib/import/canonicalize-lgpl.c: Update.
2407         * gnulib/import/cdefs.h: Update.
2408         * gnulib/import/chdir-long.c: Update.
2409         * gnulib/import/chdir-long.h: Update.
2410         * gnulib/import/cloexec.c: Update.
2411         * gnulib/import/cloexec.h: Update.
2412         * gnulib/import/close.c: Update.
2413         * gnulib/import/closedir.c: Update.
2414         * gnulib/import/config.charset: Update.
2415         * gnulib/import/dirent-private.h: Update.
2416         * gnulib/import/dirent.in.h: Update.
2417         * gnulib/import/dirfd.c: Update.
2418         * gnulib/import/dirname-lgpl.c: Update.
2419         * gnulib/import/dirname.h: Update.
2420         * gnulib/import/dosname.h: Update.
2421         * gnulib/import/dup-safer-flag.c: Update.
2422         * gnulib/import/dup-safer.c: Update.
2423         * gnulib/import/dup.c: Update.
2424         * gnulib/import/dup2.c: Update.
2425         * gnulib/import/errno.in.h: Update.
2426         * gnulib/import/error.c: Update.
2427         * gnulib/import/error.h: Update.
2428         * gnulib/import/exitfail.c: Update.
2429         * gnulib/import/exitfail.h: Update.
2430         * gnulib/import/extra/update-copyright: Update.
2431         * gnulib/import/fchdir.c: Update.
2432         * gnulib/import/fcntl.c: Update.
2433         * gnulib/import/fcntl.in.h: Update.
2434         * gnulib/import/fd-hook.c: Update.
2435         * gnulib/import/fd-hook.h: Update.
2436         * gnulib/import/fd-safer-flag.c: Update.
2437         * gnulib/import/fd-safer.c: Update.
2438         * gnulib/import/fdopendir.c: Update.
2439         * gnulib/import/filename.h: Update.
2440         * gnulib/import/filenamecat-lgpl.c: Update.
2441         * gnulib/import/filenamecat.h: Update.
2442         * gnulib/import/flexmember.h: Update.
2443         * gnulib/import/float+.h: Update.
2444         * gnulib/import/float.c: Update.
2445         * gnulib/import/float.in.h: Update.
2446         * gnulib/import/fnmatch.c: Update.
2447         * gnulib/import/fnmatch.in.h: Update.
2448         * gnulib/import/fnmatch_loop.c: Update.
2449         * gnulib/import/fpucw.h: Update.
2450         * gnulib/import/frexp.c: Update.
2451         * gnulib/import/frexpl.c: Update.
2452         * gnulib/import/fstat.c: Update.
2453         * gnulib/import/fstatat.c: Update.
2454         * gnulib/import/getcwd-lgpl.c: Update.
2455         * gnulib/import/getcwd.c: Update.
2456         * gnulib/import/getdtablesize.c: Update.
2457         * gnulib/import/getlogin_r.c: Update.
2458         * gnulib/import/getprogname.c: Update.
2459         * gnulib/import/getprogname.h: Update.
2460         * gnulib/import/gettext.h: Update.
2461         * gnulib/import/gettimeofday.c: Update.
2462         * gnulib/import/glob-libc.h: Update.
2463         * gnulib/import/glob.c: Update.
2464         * gnulib/import/glob.in.h: Update.
2465         * gnulib/import/glob_internal.h: Update.
2466         * gnulib/import/glob_pattern_p.c: Update.
2467         * gnulib/import/globfree.c: Update.
2468         * gnulib/import/hard-locale.c: Update.
2469         * gnulib/import/hard-locale.h: Update.
2470         * gnulib/import/intprops.h: Update.
2471         * gnulib/import/inttypes.in.h: Update.
2472         * gnulib/import/isnan.c: Update.
2473         * gnulib/import/isnand-nolibm.h: Update.
2474         * gnulib/import/isnand.c: Update.
2475         * gnulib/import/isnanl-nolibm.h: Update.
2476         * gnulib/import/isnanl.c: Update.
2477         * gnulib/import/itold.c: Update.
2478         * gnulib/import/libc-config.h: Update.
2479         * gnulib/import/limits.in.h: Update.
2480         * gnulib/import/localcharset.c: Update.
2481         * gnulib/import/localcharset.h: Update.
2482         * gnulib/import/localtime-buffer.c: Update.
2483         * gnulib/import/localtime-buffer.h: Update.
2484         * gnulib/import/lstat.c: Update.
2485         * gnulib/import/m4/00gnulib.m4: Update.
2486         * gnulib/import/m4/__inline.m4: Update.
2487         * gnulib/import/m4/absolute-header.m4: Update.
2488         * gnulib/import/m4/alloca.m4: Update.
2489         * gnulib/import/m4/builtin-expect.m4: Update.
2490         * gnulib/import/m4/canonicalize.m4: Update.
2491         * gnulib/import/m4/chdir-long.m4: Update.
2492         * gnulib/import/m4/close.m4: Update.
2493         * gnulib/import/m4/closedir.m4: Update.
2494         * gnulib/import/m4/configmake.m4: Update.
2495         * gnulib/import/m4/d-ino.m4: Update.
2496         * gnulib/import/m4/d-type.m4: Update.
2497         * gnulib/import/m4/dirent_h.m4: Update.
2498         * gnulib/import/m4/dirfd.m4: Update.
2499         * gnulib/import/m4/dirname.m4: Update.
2500         * gnulib/import/m4/double-slash-root.m4: Update.
2501         * gnulib/import/m4/dup.m4: Update.
2502         * gnulib/import/m4/dup2.m4: Update.
2503         * gnulib/import/m4/eealloc.m4: Update.
2504         * gnulib/import/m4/environ.m4: Update.
2505         * gnulib/import/m4/errno_h.m4: Update.
2506         * gnulib/import/m4/error.m4: Update.
2507         * gnulib/import/m4/exponentd.m4: Update.
2508         * gnulib/import/m4/exponentl.m4: Update.
2509         * gnulib/import/m4/extensions.m4: Update.
2510         * gnulib/import/m4/extern-inline.m4: Update.
2511         * gnulib/import/m4/fchdir.m4: Update.
2512         * gnulib/import/m4/fcntl-o.m4: Update.
2513         * gnulib/import/m4/fcntl.m4: Update.
2514         * gnulib/import/m4/fcntl_h.m4: Update.
2515         * gnulib/import/m4/fdopendir.m4: Update.
2516         * gnulib/import/m4/filenamecat.m4: Update.
2517         * gnulib/import/m4/flexmember.m4: Update.
2518         * gnulib/import/m4/float_h.m4: Update.
2519         * gnulib/import/m4/fnmatch.m4: Update.
2520         * gnulib/import/m4/fnmatch_h.m4: Update.
2521         * gnulib/import/m4/fpieee.m4: Update.
2522         * gnulib/import/m4/frexp.m4: Update.
2523         * gnulib/import/m4/frexpl.m4: Update.
2524         * gnulib/import/m4/fstat.m4: Update.
2525         * gnulib/import/m4/fstatat.m4: Update.
2526         * gnulib/import/m4/getcwd-abort-bug.m4: Update.
2527         * gnulib/import/m4/getcwd-path-max.m4: Update.
2528         * gnulib/import/m4/getcwd.m4: Update.
2529         * gnulib/import/m4/getdtablesize.m4: Update.
2530         * gnulib/import/m4/getlogin.m4: Update.
2531         * gnulib/import/m4/getlogin_r.m4: Update.
2532         * gnulib/import/m4/getpagesize.m4: Update.
2533         * gnulib/import/m4/getprogname.m4: Update.
2534         * gnulib/import/m4/gettimeofday.m4: Update.
2535         * gnulib/import/m4/glibc21.m4: Update.
2536         * gnulib/import/m4/glob.m4: Update.
2537         * gnulib/import/m4/glob_h.m4: Update.
2538         * gnulib/import/m4/gnulib-cache.m4: Update.
2539         * gnulib/import/m4/gnulib-common.m4: Update.
2540         * gnulib/import/m4/gnulib-comp.m4: Update.
2541         * gnulib/import/m4/gnulib-tool.m4: Update.
2542         * gnulib/import/m4/hard-locale.m4: Update.
2543         * gnulib/import/m4/include_next.m4: Update.
2544         * gnulib/import/m4/inttypes-pri.m4: Update.
2545         * gnulib/import/m4/inttypes.m4: Update.
2546         * gnulib/import/m4/isnand.m4: Update.
2547         * gnulib/import/m4/isnanl.m4: Update.
2548         * gnulib/import/m4/largefile.m4: Update.
2549         * gnulib/import/m4/limits-h.m4: Update.
2550         * gnulib/import/m4/localcharset.m4: Update.
2551         * gnulib/import/m4/locale-fr.m4: Update.
2552         * gnulib/import/m4/locale-ja.m4: Update.
2553         * gnulib/import/m4/locale-zh.m4: Update.
2554         * gnulib/import/m4/localtime-buffer.m4: Update.
2555         * gnulib/import/m4/longlong.m4: Update.
2556         * gnulib/import/m4/lstat.m4: Update.
2557         * gnulib/import/m4/malloc.m4: Update.
2558         * gnulib/import/m4/malloca.m4: Update.
2559         * gnulib/import/m4/math_h.m4: Update.
2560         * gnulib/import/m4/mbrtowc.m4: Update.
2561         * gnulib/import/m4/mbsinit.m4: Update.
2562         * gnulib/import/m4/mbsrtowcs.m4: Update.
2563         * gnulib/import/m4/mbstate_t.m4: Update.
2564         * gnulib/import/m4/memchr.m4: Update.
2565         * gnulib/import/m4/memmem.m4: Update.
2566         * gnulib/import/m4/mempcpy.m4: Update.
2567         * gnulib/import/m4/memrchr.m4: Update.
2568         * gnulib/import/m4/mkdir.m4: Update.
2569         * gnulib/import/m4/mkstemp.m4: Update.
2570         * gnulib/import/m4/mmap-anon.m4: Update.
2571         * gnulib/import/m4/mode_t.m4: Update.
2572         * gnulib/import/m4/msvc-inval.m4: Update.
2573         * gnulib/import/m4/msvc-nothrow.m4: Update.
2574         * gnulib/import/m4/multiarch.m4: Update.
2575         * gnulib/import/m4/nocrash.m4: Update.
2576         * gnulib/import/m4/off_t.m4: Update.
2577         * gnulib/import/m4/onceonly.m4: Update.
2578         * gnulib/import/m4/open-cloexec.m4: Update.
2579         * gnulib/import/m4/open.m4: Update.
2580         * gnulib/import/m4/openat.m4: Update.
2581         * gnulib/import/m4/opendir.m4: Update.
2582         * gnulib/import/m4/pathmax.m4: Update.
2583         * gnulib/import/m4/rawmemchr.m4: Update.
2584         * gnulib/import/m4/readdir.m4: Update.
2585         * gnulib/import/m4/readlink.m4: Update.
2586         * gnulib/import/m4/realloc.m4: Update.
2587         * gnulib/import/m4/rename.m4: Update.
2588         * gnulib/import/m4/rewinddir.m4: Update.
2589         * gnulib/import/m4/rmdir.m4: Update.
2590         * gnulib/import/m4/save-cwd.m4: Update.
2591         * gnulib/import/m4/secure_getenv.m4: Update.
2592         * gnulib/import/m4/setenv.m4: Update.
2593         * gnulib/import/m4/signal_h.m4: Update.
2594         * gnulib/import/m4/ssize_t.m4: Update.
2595         * gnulib/import/m4/stat-time.m4: Update.
2596         * gnulib/import/m4/stat.m4: Update.
2597         * gnulib/import/m4/std-gnu11.m4: Update.
2598         * gnulib/import/m4/stdbool.m4: Update.
2599         * gnulib/import/m4/stddef_h.m4: Update.
2600         * gnulib/import/m4/stdint.m4: Update.
2601         * gnulib/import/m4/stdio_h.m4: Update.
2602         * gnulib/import/m4/stdlib_h.m4: Update.
2603         * gnulib/import/m4/strchrnul.m4: Update.
2604         * gnulib/import/m4/strdup.m4: Update.
2605         * gnulib/import/m4/strerror.m4: Update.
2606         * gnulib/import/m4/string_h.m4: Update.
2607         * gnulib/import/m4/strstr.m4: Update.
2608         * gnulib/import/m4/strtok_r.m4: Update.
2609         * gnulib/import/m4/sys_socket_h.m4: Update.
2610         * gnulib/import/m4/sys_stat_h.m4: Update.
2611         * gnulib/import/m4/sys_time_h.m4: Update.
2612         * gnulib/import/m4/sys_types_h.m4: Update.
2613         * gnulib/import/m4/tempname.m4: Update.
2614         * gnulib/import/m4/time_h.m4: Update.
2615         * gnulib/import/m4/unistd-safer.m4: Update.
2616         * gnulib/import/m4/unistd_h.m4: Update.
2617         * gnulib/import/m4/warn-on-use.m4: Update.
2618         * gnulib/import/m4/wchar_h.m4: Update.
2619         * gnulib/import/m4/wchar_t.m4: Update.
2620         * gnulib/import/m4/wctype_h.m4: Update.
2621         * gnulib/import/m4/wint_t.m4: Update.
2622         * gnulib/import/malloc.c: Update.
2623         * gnulib/import/malloc/scratch_buffer.h: Update.
2624         * gnulib/import/malloc/scratch_buffer_grow.c: Update.
2625         * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
2626         * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
2627         * gnulib/import/malloca.c: Update.
2628         * gnulib/import/malloca.h: Update.
2629         * gnulib/import/malloca.valgrind: Update.
2630         * gnulib/import/math.in.h: Update.
2631         * gnulib/import/mbrtowc.c: Update.
2632         * gnulib/import/mbsinit.c: Update.
2633         * gnulib/import/mbsrtowcs-impl.h: Update.
2634         * gnulib/import/mbsrtowcs-state.c: Update.
2635         * gnulib/import/mbsrtowcs.c: Update.
2636         * gnulib/import/memchr.c: Update.
2637         * gnulib/import/memmem.c: Update.
2638         * gnulib/import/mempcpy.c: Update.
2639         * gnulib/import/memrchr.c: Update.
2640         * gnulib/import/mkdir.c: Update.
2641         * gnulib/import/mkstemp.c: Update.
2642         * gnulib/import/msvc-inval.c: Update.
2643         * gnulib/import/msvc-inval.h: Update.
2644         * gnulib/import/msvc-nothrow.c: Update.
2645         * gnulib/import/msvc-nothrow.h: Update.
2646         * gnulib/import/open.c: Update.
2647         * gnulib/import/openat-die.c: Update.
2648         * gnulib/import/openat-priv.h: Update.
2649         * gnulib/import/openat-proc.c: Update.
2650         * gnulib/import/openat.c: Update.
2651         * gnulib/import/openat.h: Update.
2652         * gnulib/import/opendir.c: Update.
2653         * gnulib/import/pathmax.h: Update.
2654         * gnulib/import/pipe-safer.c: Update.
2655         * gnulib/import/rawmemchr.c: Update.
2656         * gnulib/import/readdir.c: Update.
2657         * gnulib/import/readlink.c: Update.
2658         * gnulib/import/realloc.c: Update.
2659         * gnulib/import/ref-add.sin: Update.
2660         * gnulib/import/ref-del.sin: Update.
2661         * gnulib/import/rename.c: Update.
2662         * gnulib/import/rewinddir.c: Update.
2663         * gnulib/import/rmdir.c: Update.
2664         * gnulib/import/same-inode.h: Update.
2665         * gnulib/import/save-cwd.c: Update.
2666         * gnulib/import/save-cwd.h: Update.
2667         * gnulib/import/scratch_buffer.h: Update.
2668         * gnulib/import/secure_getenv.c: Update.
2669         * gnulib/import/setenv.c: Update.
2670         * gnulib/import/signal.in.h: Update.
2671         * gnulib/import/stat-time.c: Update.
2672         * gnulib/import/stat-time.h: Update.
2673         * gnulib/import/stat-w32.c: Update.
2674         * gnulib/import/stat-w32.h: Update.
2675         * gnulib/import/stat.c: Update.
2676         * gnulib/import/stdbool.in.h: Update.
2677         * gnulib/import/stddef.in.h: Update.
2678         * gnulib/import/stdint.in.h: Update.
2679         * gnulib/import/stdio.in.h: Update.
2680         * gnulib/import/stdlib.in.h: Update.
2681         * gnulib/import/str-two-way.h: Update.
2682         * gnulib/import/strchrnul.c: Update.
2683         * gnulib/import/strdup.c: Update.
2684         * gnulib/import/streq.h: Update.
2685         * gnulib/import/strerror-override.c: Update.
2686         * gnulib/import/strerror-override.h: Update.
2687         * gnulib/import/strerror.c: Update.
2688         * gnulib/import/string.in.h: Update.
2689         * gnulib/import/stripslash.c: Update.
2690         * gnulib/import/strnlen1.c: Update.
2691         * gnulib/import/strnlen1.h: Update.
2692         * gnulib/import/strstr.c: Update.
2693         * gnulib/import/strtok_r.c: Update.
2694         * gnulib/import/sys_stat.in.h: Update.
2695         * gnulib/import/sys_time.in.h: Update.
2696         * gnulib/import/sys_types.in.h: Update.
2697         * gnulib/import/tempname.c: Update.
2698         * gnulib/import/tempname.h: Update.
2699         * gnulib/import/time.in.h: Update.
2700         * gnulib/import/unistd--.h: Update.
2701         * gnulib/import/unistd-safer.h: Update.
2702         * gnulib/import/unistd.in.h: Update.
2703         * gnulib/import/unsetenv.c: Update.
2704         * gnulib/import/verify.h: Update.
2705         * gnulib/import/extra/snippet/warn-on-use.h: Update.
2706         * gnulib/import/wchar.in.h: Update.
2707         * gnulib/import/wctype.in.h: Update.
2708         * gnulib/import/xalloc-oversized.h: Update.
2709         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
2710         "53e2c179f26a890fa6685af4b6c1397ee370433b".
2711
2712 2018-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2713
2714         * record-btrace.c (get_thread_current_frame): Remove
2715         old_inferior_ptid.
2716
2717 2018-09-10  Jerome Guitton  <guitton@adacore.com>
2718
2719         * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
2720         with check_tag to 1 if and only if the type is tagged and the
2721         component being searched cannot been found in the current
2722         view. Otherwise, always call ada_to_fixed_type with
2723         check_tag to 0.
2724
2725 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2726
2727         * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
2728         declaration.
2729         * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
2730         * ada-varobj.c (ada_varobj_get_number_of_children,
2731         ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
2732
2733 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2734
2735         * ada-valprint.c (ada_value_print): Use type instead of
2736         enclosing type.
2737
2738 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2739
2740         * ada-lang.c (ada_value_subscript): Handle case when parameter is
2741         an array of access to unconstrained array.
2742
2743 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2744
2745         * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
2746         (ada_check_typedef): Use it.
2747
2748 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2749
2750         * ada-varobj.c (ada_varobj_describe_struct_child)
2751         (ada_varobj_describe_child): Handle union case like struct one.
2752
2753 2018-09-10  Tom Tromey  <tom@tromey.com>
2754
2755         PR python/18380:
2756         * python/python.c (_initialize_python): Make example in "python"
2757         help work in Python 3.
2758
2759 2018-09-10  Eli Zaretskii  <eliz@gnu.org>
2760
2761         * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
2762         INSTALL_PROGRAM to install gdb-add-index.sh.  Don't append
2763         $(EXEEXT) to the script, as it is not a program.
2764
2765 2018-09-09  Simon Marchi  <simon.marchi@ericsson.com>
2766
2767         * python/py-prettyprint.c (pretty_print_one_value): Return
2768         gdbpy_ref<>.
2769         (print_string_repr): Adjust.
2770         (apply_varobj_pretty_printer): Return gdbpy_ref<>.
2771         * python/python-internal.h (apply_varobj_pretty_printer): Return
2772         gdbpy_ref<>.
2773         * varobj.c (varobj_value_get_print_value): Adjust.
2774
2775 2018-09-08  Tom Tromey  <tom@tromey.com>
2776
2777         PR python/16047:
2778         * python/py-prettyprint.c (pretty_print_one_value): Check for
2779         to_string method.
2780
2781 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2782
2783         * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
2784         replace_operator_with_call.
2785
2786 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2787
2788         * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
2789
2790 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2791
2792         * ada-typeprint.c (print_range): Print the bounds using TYPE
2793         rather than its TYPE_TARGET_TYPE.
2794
2795 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2796
2797         * ada-lang.c (ada_to_fixed_value): Minor reformatting in
2798         call to ada_to_fixed_value_create.
2799
2800 2018-09-08  Jerome Guitton  <guitton@adacore.com>
2801
2802         * ada-lang.c (ada_decode): strip dot prefix in symbol name.
2803
2804 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2805
2806         * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
2807         by calls to error.
2808
2809 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2810
2811         * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
2812         Move update of loop variable "fi".
2813
2814 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2815
2816         * ada-lang.c (value_assign_to_component): In the case of
2817         big-endian targets, extract the bits of the given VAL
2818         using an src_offset of zero if container is not a scalar.
2819
2820 2018-09-06  Simon Ser  <contact@emersion.fr>
2821
2822         PR gdb/23105
2823         * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
2824         TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
2825         * fbsd-tdep.c (fbsd_make_note_desc): New.
2826         (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
2827         NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
2828         * target.h (enum target_object) Add FreeBSD-specific
2829         TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
2830
2831 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
2832
2833         * compile/compile-c.h (generate_c_for_variable_locations):
2834         Change reference to pointer.
2835         * compile/compile-c-support.c (compile_program) <compute>:
2836         Likewise.
2837         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
2838         (generate_c_for_for_one_variable): Likewise
2839         (generate_c_for_variable_locations): Likewise
2840         * compile/compile-c-types.c (compile_c_instance::convert_type):
2841         Likewise
2842         * compile/compile-cplus-symbols.c (convert_one_symbol):
2843         std::move the scope passed to enter_scope.
2844         * compile/compile-cplus-types.c
2845         (compile_cplus_instance::enter_scope): Make parameter
2846         rvalue-reference.
2847         (compile_cplus_instance::new_scope): Change reference to
2848         pointer.
2849         (compile_cplus_instance::convert_type): Likewise
2850         (compile_cplus_convert_typedef): std::move the scope passed to
2851         enter_scope.
2852         (compile_cplus_convert_struct_or_union): Likewise.
2853         (compile_cplus_convert_enum): Likewise.
2854         (compile_cplus_convert_namespace): Likewise.
2855         * compile/compile-cplus.h (compile_cplus_instance)
2856         <enter_scope>: Make parameter rvalue-reference.
2857         * compile/compile-internal.h (compile_instance)
2858         <get_cached_type>: Likewise
2859         * compile/compile-loc2c.c (push): Likewise
2860         (pushf): Likewise
2861         (unary): Likewise
2862         (binary): Likewise
2863         (print_label): Likewise
2864         (pushf_register_address): Likewise
2865         (pushf_register): Likewise
2866         (do_compile_dwarf_expr_to_c): Likewise
2867         (compile_dwarf_expr_to_c): Likewise
2868         (compile_dwarf_bounds_to_c): Likewise
2869         * compile/compile.c (compile_instance::get_cached_type):
2870         Likewise
2871         * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
2872         (compile_dwarf_bounds_to_c): Likewise
2873         * dwarf2loc.c (locexpr_generate_c_location): Likewise.
2874         (dwarf2_compile_property_to_c): Likewise
2875         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
2876         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
2877         Likewise
2878
2879 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
2880
2881         * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
2882         * tui/tui-data.c (init_content_element): Don't initialize it.
2883
2884 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
2885
2886         * tui/tui-data.h (struct tui_win_info)
2887         <detail::opaque>: Remove.
2888         * tui/tui-data.c (init_win_info): Remove assignment.
2889
2890 2018-09-05  Tom Tromey  <tom@tromey.com>
2891
2892         * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
2893         -Wformat-nonliteral.
2894         * target-float.c (host_float_ops<T>::to_string)
2895         (host_float_ops<T>::from_string): Use
2896         DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
2897         * configure: Rebuild.
2898
2899 2018-09-05  Simon Marchi  <simon.marchi@ericsson.com>
2900
2901         * printcmd.c (printf_c_string): Use
2902         DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
2903         (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
2904
2905 2018-09-05  Tom Tromey  <tom@tromey.com>
2906
2907         * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
2908
2909 2018-09-05  Tom de Vries  <tdevries@suse.de>
2910
2911         * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
2912         with resolve_abstract_p == true.
2913         (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
2914         defaulting to false. Propagate resolve_abstract_p to
2915         dwarf2_fetch_die_loc_sect_off.
2916         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
2917         parameter, defaulting to false.
2918         * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
2919         (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
2920         parameter.
2921         * dwarf2read.h (struct die_info): Forward-declare.
2922         (die_info_ptr): New typedef.
2923         (struct dwarf2_per_objfile): Add abstract_to_concrete field.
2924
2925 2018-09-05  Joel Brobecker  <brobecker@adacore.com>
2926
2927         GDB 8.2 released.
2928
2929 2018-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2930             Pedro Alves  <palves@redhat.com>
2931
2932         * gnulib/Makefile.in (aclocal_m4_deps): Move to
2933         "aclocal-m4-deps.mk".  Include file here.
2934         $(srcdir)/aclocal.m4: Add "configure.ac".
2935         * gnulib/aclocal-m4-deps.mk: New file.
2936         * gnulib/update-gnulib.sh: Automatically update
2937         "aclocal-m4-deps.mk".
2938
2939 2018-09-04  Tom Tromey  <tom@tromey.com>
2940
2941         * configure: Rebuild.
2942         * configure.ac: Remove multi-ice code.
2943
2944 2018-09-04  Tom Tromey  <tom@tromey.com>
2945
2946         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
2947         (ada-exp.o): Update.
2948
2949 2018-09-04  Tom Tromey  <tom@tromey.com>
2950
2951         * Makefile.in (printcmd.o, target-float.o): Remove.
2952         (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
2953
2954 2018-09-04  Tom Tromey  <tom@tromey.com>
2955
2956         * gnulib/Makefile.in: Remove obsolete comment.
2957         * Makefile.in: Remove obsolete comment.
2958
2959 2018-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2960
2961         * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
2962         line with '+'.
2963
2964 2018-09-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2965
2966         * riscv-tdep.c: Add 'prologue-value.h' include.
2967         (struct riscv_unwind_cache): New struct.
2968         (riscv_debug_unwinder): New global.
2969         (riscv_scan_prologue): Update arguments, capture register details
2970         from prologue scan.
2971         (riscv_skip_prologue): Reformat arguments line, move end of
2972         prologue calculation into riscv_scan_prologue.
2973         (riscv_frame_cache): Update return type, create
2974         riscv_unwind_cache, scan the prologue, and fill in remaining cache
2975         details.
2976         (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
2977         (riscv_frame_prev_register): Use the trad_frame within the
2978         riscv_unwind_cache.
2979         (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
2980         flag.
2981
2982 2018-09-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2983
2984         * trad-frame.h (trad_frame_set_realreg): Declare.
2985         (trad_frame_set_addr): Declare.
2986         * trad-frame.c (trad_frame_set_realreg): Define new function.
2987         (trad_frame_set_addr): Define new function.
2988         (trad_frame_set_reg_realreg): Use new function.
2989         (trad_frame_set_reg_addr): Use new function.
2990
2991 2018-09-01  Keith Seitz  <keiths@redhat.com>
2992
2993         * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
2994         pulongest instead of "%lld".
2995         * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
2996         ATTRIBUTE_UNUSED.
2997
2998 2018-08-31  Tom Tromey  <tom@tromey.com>
2999
3000         * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
3001         variant part type.
3002
3003 2018-08-31  Pedro Alves  <palves@redhat.com>
3004
3005         * gdbarch.h: Regenerate.
3006
3007 2018-08-31  Pedro Alves  <palves@redhat.com>
3008
3009         * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
3010         * target.h (Hardware watchpoint interfaces): Describe
3011         continuable/steppable/non-steppable watchpoints.
3012         * gdbarch.h, gdbarch.c: Regenerate.
3013
3014 2018-08-31  Pedro Alves  <palves@redhat.com>
3015
3016         * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
3017         Delete.
3018         * s390-linux-nat.c
3019         (s390_linux_nat_target::have_continuable_watchpoint): Delete.
3020         * target.h (target_ops::have_continuable_watchpoint): Delete.
3021         (target_have_continuable_watchpoint): Delete.
3022         * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
3023         * target-delegates.c: Regenerate.
3024
3025 2018-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3026
3027         * gnulib/Makefile.in (aclocal_m4_deps): Update according to
3028         the files present in "gnulib/import/m4/".
3029
3030 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
3031
3032         * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
3033         c.sw, c.swsp, and c.sdsp.
3034
3035 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
3036
3037         * riscv-tdep.c (struct riscv_inferior_data): Delete.
3038         (riscv_read_misa_reg): Don't cache value read into inferior data.
3039         (riscv_new_inferior_data): Delete.
3040         (riscv_inferior_data_cleanup): Delete.
3041         (riscv_inferior_data): Delete.
3042         (riscv_invalidate_inferior_data): Delete.
3043         (_initialize_riscv_tdep): Remove initialisation of inferior data.
3044
3045 2018-08-30  Simon Marchi  <simon.marchi@ericsson.com>
3046
3047         * compile/compile-cplus-types.c
3048         (compile_cplus_instance::leave_scope): Take the address of scope
3049         object.
3050         (compile_cplus_instance::convert_qualified_base): Compare quals
3051         to 0.
3052
3053 2018-08-30  Keith Seitz  <keiths@redhat.com>
3054
3055         * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
3056         Use "%s" and host_address_to_string instead of "%p" in printf.
3057
3058 2018-08-29  Keith Seitz  <keiths@redhat.com>
3059
3060         * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
3061         and compile-cplus-types.c.
3062         (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
3063         * c-lang.c (cplus_language_defn): Set C++ compile functions.
3064         * c-lang.h (cplus_get_compile_context, cplus_compute_program):
3065         Declare.
3066         * compile/compile-c-support.c: Include compile-cplus.h.
3067         (load_libcompile): Templatize.
3068         (get_compile_context): "New" function.
3069         (c_get_compile_context): Use get_compile_context.
3070         (cplus_get_compile_context): New function.
3071         (cplus_push_user_expression, cplus_pop_user_expression)
3072         (cplus_add_code_header, cplus_add_input, cplus_compile_program)
3073         (cplus_compute_program): Define new structs/functions.
3074         * compile/compile-cplus-symmbols.c: New file.
3075         * compile/compile-cplus-types.c: New file.
3076         * compile/compile-cplus.h: New file.
3077         * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
3078         Declare.
3079         * compile/compile-object-load.c (get_out_value_type): Use
3080         strncmp_iw when comparing symbol names.
3081         (compile_object_load): Add mst_bss and mst_data.
3082         * compile/compile.c (_initialize_compile): Remove
3083         -Wno-implicit-function-declaration from `compile_args'.
3084         * compile/gcc-cp-plugin.h: New file.
3085         * NEWS: Mention C++ compile support and new debug options.
3086
3087 2018-08-29  Keith Seitz  <keiths@redhat.com>
3088
3089         * linespec.c (collect_info::add_symbol): Make virtual.
3090         (struct symbol_searcher_collect_info): New struct.
3091         (symbol_searcher::find_all_symbols): New method.
3092         * symtab.h (class symbol_searcher): New class.
3093
3094 2018-08-29  Keith Seitz  <keiths@redhat.com>
3095
3096         * linespec.c (struct linespec) <function_symbols, label_symbols>:
3097         Change to vector of block_symbol.  Update all users.
3098         (struct collect_info) <symbols>: Likewise.
3099         (collect_info::add_symbol): Take block_symbol as argument.
3100         Update all callers.
3101         (decode_compound_collector) <m_symbols>: Change type to vector
3102         of block_symbol.  Update all users.
3103         (decode_compound_collector::operator ()): Change parameter type
3104         to block_symbol.
3105         (find_method, find_function_symbols, find_linespec_symbols)
3106         (find_label_symbols_in_block, find_label_symbols): Change symbol
3107         vectors to block_symbol vectors.
3108         * symtab.h (symbol_found_callback_ftype): Change parameter type to
3109         block_symbol.
3110
3111 2018-08-29  Keith Seitz  <keiths@redhat.com>
3112
3113         * linespec.c (symbolp): Remove typedef and VEC definitions.
3114         (bound_minimal_symbol_d): Likewise.
3115
3116 2018-08-29  Keith Seitz  <keiths@redhat.com>
3117
3118         * linespec.c (decode_compound_collector::decode_compound_collector):
3119         Remove initialization for `m_symtabs'.
3120         (decode_compound_collector::release_symbols): Change return type
3121         to std::vector.  Update all callers.
3122         (class decode_compound_collector) <m_symbols>: Change type to
3123         std::vector.
3124         (lookup_prefix_sym): Change return type to std::vector.  Update all
3125         callers.
3126         (compare_symbols): Remove.
3127         (std_compare_symbols): Rename to `compare_symbols'.
3128         (find_method): Change `sym_classes' parameter to std::vector.
3129         Update all callers.  Use std::sort to sort sym_classes.
3130         (find_linespec_symbols): Remove cleanup.
3131
3132 2018-08-29  Keith Seitz  <keiths@redhat.com>
3133
3134         * linespec.c (struct linespec) <minimal_symbols>: Change type to
3135         std::vector.  Update all users.
3136         (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
3137         (struct collect_info) <minimal_symbols>: Likewise.
3138         (compare_msymbols): Return bool.  Change parameters to const
3139         bound_minimal_symbol references.
3140         (find_method, find_function_symbols, find_linespec_symbols): Change
3141         `minsyms' parameter to std::vector.  Update all callers.
3142
3143 2018-08-29  Keith Seitz  <keiths@redhat.com>
3144
3145         * linespec.c (struct linespec) <label_symbols>: Change type to
3146         std::vector.  Update all users.
3147         (find_label_symbols_in_block): Change `result' parameter to
3148         std::vector.  Update all callers.
3149         (find_label_symbols): Return std::vector.  Update all callers.
3150
3151 2018-08-29  Keith Seitz  <keiths@redhat.com>
3152
3153         * linespec.c (struct linespec) <function_symbols>: Change type to
3154         std::vector.  Update all users.
3155         (struct collect_info) <function_symbols>: Likewise.
3156         (convert_linespec_to_sals): Use std::sort to sort function_symbols.
3157         (std_compare_symbols): New function.
3158         (find_method, find_function_symbols, find_linespec_symbols)
3159         (find_label_symbols_in_block): Change `symbols' parameter to
3160         std::vector.  Update all callers.
3161         (find_label_symbols): Likewise for `function_symbols' and
3162         `label_funcs_ret'.
3163
3164 2018-08-29  Keith Seitz  <keiths@redhat.com>
3165
3166         * linespec.c (symtab_vector_up): Define.
3167         (struct linespec) <file_symtabs>: Change type to std::vector *.
3168         Update all uses.
3169         (struct collect_info) <file_symtabs>: Likewise.
3170         (collect_symtabs_from_filename): Return symtab_vector_up.
3171         Update all callers.
3172         (decode_objc): Remove cleanup.
3173         (symtab_collector::symtab_collector): Initialize `m_symtabs'.
3174         (symtab_collector::release_symtabs): Return symtab_vector_up.
3175         Update all callers.
3176         (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
3177         Update all users.
3178         (collect_symtabs_from_filename, symtabs_from_filename): Return
3179         symtab_vector_up.  Update all callers.
3180
3181 2018-08-29  Tom Tromey  <tom@tromey.com>
3182
3183         * csky-tdep.c (csky_analyze_prologue): Use
3184         core_addr_to_string_nz.
3185
3186 2018-08-29  Tom Tromey  <tom@tromey.com>
3187
3188         * windows-nat.c (struct xlate_exception) <them>: Change type to
3189         DWORD.
3190         (xlate): Fix formatting.  Remove last entry.
3191         (struct xlate_exception, xlate): Comment out.
3192         (windows_nat_target::resume): Use ranged for.
3193
3194 2018-08-29  Jim Wilson  <jimw@sifive.com>
3195
3196         * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
3197         (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
3198         of NT_PRFPREG.
3199         (riscv_linux_nat_target::store_registers): Likewise.
3200
3201 2018-08-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3202
3203         PR gdb/23555
3204         PR gdb/23558
3205         * gnulib/aclocal.m4: Regenerate.
3206         * gnulib/config.in: Regenerate.
3207         * gnulib/configure: Regenerate.
3208         * gnulib/import/Makefile.am: Update.
3209         * gnulib/import/Makefile.in: Update.
3210         * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3211         * gnulib/import/_Noreturn.h: ... this.
3212         * gnulib/import/alloca.in.h: Update.
3213         * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3214         * gnulib/import/arg-nonnull.h: ... this.
3215         * gnulib/import/assure.h: Update.
3216         * gnulib/import/at-func.c: Update.
3217         * gnulib/import/basename-lgpl.c: Update.
3218         * gnulib/import/extra/snippet/c++defs.h: Rename to...
3219         * gnulib/import/c++defs.h: ... this.
3220         * gnulib/import/canonicalize-lgpl.c: Update.
3221         * gnulib/import/cdefs.h: Update.
3222         * gnulib/import/chdir-long.c: Update.
3223         * gnulib/import/chdir-long.h: Update.
3224         * gnulib/import/cloexec.c: Update.
3225         * gnulib/import/cloexec.h: Update.
3226         * gnulib/import/close.c: Update.
3227         * gnulib/import/closedir.c: Update.
3228         * gnulib/import/config.charset: Update.
3229         * gnulib/import/dirent-private.h: Update.
3230         * gnulib/import/dirent.in.h: Update.
3231         * gnulib/import/dirfd.c: Update.
3232         * gnulib/import/dirname-lgpl.c: Update.
3233         * gnulib/import/dirname.h: Update.
3234         * gnulib/import/dosname.h: Update.
3235         * gnulib/import/dup-safer-flag.c: Update.
3236         * gnulib/import/dup-safer.c: Update.
3237         * gnulib/import/dup.c: Update.
3238         * gnulib/import/dup2.c: Update.
3239         * gnulib/import/errno.in.h: Update.
3240         * gnulib/import/error.c: Update.
3241         * gnulib/import/error.h: Update.
3242         * gnulib/import/exitfail.c: Update.
3243         * gnulib/import/exitfail.h: Update.
3244         * gnulib/import/extra/update-copyright: Update.
3245         * gnulib/import/fchdir.c: Update.
3246         * gnulib/import/fcntl.c: Update.
3247         * gnulib/import/fcntl.in.h: Update.
3248         * gnulib/import/fd-hook.c: Update.
3249         * gnulib/import/fd-hook.h: Update.
3250         * gnulib/import/fd-safer-flag.c: Update.
3251         * gnulib/import/fd-safer.c: Update.
3252         * gnulib/import/fdopendir.c: Update.
3253         * gnulib/import/filename.h: Update.
3254         * gnulib/import/filenamecat-lgpl.c: Update.
3255         * gnulib/import/filenamecat.h: Update.
3256         * gnulib/import/flexmember.h: Update.
3257         * gnulib/import/float+.h: Update.
3258         * gnulib/import/float.c: Update.
3259         * gnulib/import/float.in.h: Update.
3260         * gnulib/import/fnmatch.c: Update.
3261         * gnulib/import/fnmatch.in.h: Update.
3262         * gnulib/import/fnmatch_loop.c: Update.
3263         * gnulib/import/fpucw.h: Update.
3264         * gnulib/import/frexp.c: Update.
3265         * gnulib/import/frexpl.c: Update.
3266         * gnulib/import/fstat.c: Update.
3267         * gnulib/import/fstatat.c: Update.
3268         * gnulib/import/getcwd-lgpl.c: Update.
3269         * gnulib/import/getcwd.c: Update.
3270         * gnulib/import/getdtablesize.c: Update.
3271         * gnulib/import/getlogin_r.c: Update.
3272         * gnulib/import/getprogname.c: Update.
3273         * gnulib/import/getprogname.h: Update.
3274         * gnulib/import/gettext.h: Update.
3275         * gnulib/import/gettimeofday.c: Update.
3276         * gnulib/import/glob-libc.h: Update.
3277         * gnulib/import/glob.c: Update.
3278         * gnulib/import/glob.in.h: Update.
3279         * gnulib/import/glob_internal.h: Update.
3280         * gnulib/import/glob_pattern_p.c: Update.
3281         * gnulib/import/globfree.c: Update.
3282         * gnulib/import/hard-locale.c: Update.
3283         * gnulib/import/hard-locale.h: Update.
3284         * gnulib/import/intprops.h: Update.
3285         * gnulib/import/inttypes.in.h: Update.
3286         * gnulib/import/isnan.c: Update.
3287         * gnulib/import/isnand-nolibm.h: Update.
3288         * gnulib/import/isnand.c: Update.
3289         * gnulib/import/isnanl-nolibm.h: Update.
3290         * gnulib/import/isnanl.c: Update.
3291         * gnulib/import/itold.c: Update.
3292         * gnulib/import/libc-config.h: Update.
3293         * gnulib/import/limits.in.h: Update.
3294         * gnulib/import/localcharset.c: Update.
3295         * gnulib/import/localcharset.h: Update.
3296         * gnulib/import/localtime-buffer.c: Update.
3297         * gnulib/import/localtime-buffer.h: Update.
3298         * gnulib/import/lstat.c: Update.
3299         * gnulib/import/m4/00gnulib.m4: Update.
3300         * gnulib/import/m4/__inline.m4: Update.
3301         * gnulib/import/m4/absolute-header.m4: Update.
3302         * gnulib/import/m4/alloca.m4: Update.
3303         * gnulib/import/m4/builtin-expect.m4: Update.
3304         * gnulib/import/m4/canonicalize.m4: Update.
3305         * gnulib/import/m4/chdir-long.m4: Update.
3306         * gnulib/import/m4/close.m4: Update.
3307         * gnulib/import/m4/closedir.m4: Update.
3308         * gnulib/import/m4/configmake.m4: Update.
3309         * gnulib/import/m4/d-ino.m4: Update.
3310         * gnulib/import/m4/d-type.m4: Update.
3311         * gnulib/import/m4/dirent_h.m4: Update.
3312         * gnulib/import/m4/dirfd.m4: Update.
3313         * gnulib/import/m4/dirname.m4: Update.
3314         * gnulib/import/m4/double-slash-root.m4: Update.
3315         * gnulib/import/m4/dup.m4: Update.
3316         * gnulib/import/m4/dup2.m4: Update.
3317         * gnulib/import/m4/eealloc.m4: Update.
3318         * gnulib/import/m4/environ.m4: Update.
3319         * gnulib/import/m4/errno_h.m4: Update.
3320         * gnulib/import/m4/error.m4: Update.
3321         * gnulib/import/m4/exponentd.m4: Update.
3322         * gnulib/import/m4/exponentl.m4: Update.
3323         * gnulib/import/m4/extensions.m4: Update.
3324         * gnulib/import/m4/extern-inline.m4: Update.
3325         * gnulib/import/m4/fchdir.m4: Update.
3326         * gnulib/import/m4/fcntl-o.m4: Update.
3327         * gnulib/import/m4/fcntl.m4: Update.
3328         * gnulib/import/m4/fcntl_h.m4: Update.
3329         * gnulib/import/m4/fdopendir.m4: Update.
3330         * gnulib/import/m4/filenamecat.m4: Update.
3331         * gnulib/import/m4/flexmember.m4: Update.
3332         * gnulib/import/m4/float_h.m4: Update.
3333         * gnulib/import/m4/fnmatch.m4: Update.
3334         * gnulib/import/m4/fnmatch_h.m4: Update.
3335         * gnulib/import/m4/fpieee.m4: Update.
3336         * gnulib/import/m4/frexp.m4: Update.
3337         * gnulib/import/m4/frexpl.m4: Update.
3338         * gnulib/import/m4/fstat.m4: Update.
3339         * gnulib/import/m4/fstatat.m4: Update.
3340         * gnulib/import/m4/getcwd-abort-bug.m4: Update.
3341         * gnulib/import/m4/getcwd-path-max.m4: Update.
3342         * gnulib/import/m4/getcwd.m4: Update.
3343         * gnulib/import/m4/getdtablesize.m4: Update.
3344         * gnulib/import/m4/getlogin.m4: Update.
3345         * gnulib/import/m4/getlogin_r.m4: Update.
3346         * gnulib/import/m4/getpagesize.m4: Update.
3347         * gnulib/import/m4/getprogname.m4: Update.
3348         * gnulib/import/m4/gettimeofday.m4: Update.
3349         * gnulib/import/m4/glibc21.m4: Update.
3350         * gnulib/import/m4/glob.m4: Update.
3351         * gnulib/import/m4/glob_h.m4: Update.
3352         * gnulib/import/m4/gnulib-cache.m4: Update.
3353         * gnulib/import/m4/gnulib-common.m4: Update.
3354         * gnulib/import/m4/gnulib-comp.m4: Update.
3355         * gnulib/import/m4/gnulib-tool.m4: Update.
3356         * gnulib/import/m4/hard-locale.m4: Update.
3357         * gnulib/import/m4/include_next.m4: Update.
3358         * gnulib/import/m4/inttypes-pri.m4: Update.
3359         * gnulib/import/m4/inttypes.m4: Update.
3360         * gnulib/import/m4/isnand.m4: Update.
3361         * gnulib/import/m4/isnanl.m4: Update.
3362         * gnulib/import/m4/largefile.m4: Update.
3363         * gnulib/import/m4/limits-h.m4: Update.
3364         * gnulib/import/m4/localcharset.m4: Update.
3365         * gnulib/import/m4/locale-fr.m4: Update.
3366         * gnulib/import/m4/locale-ja.m4: Update.
3367         * gnulib/import/m4/locale-zh.m4: Update.
3368         * gnulib/import/m4/localtime-buffer.m4: Update.
3369         * gnulib/import/m4/longlong.m4: Update.
3370         * gnulib/import/m4/lstat.m4: Update.
3371         * gnulib/import/m4/malloc.m4: Update.
3372         * gnulib/import/m4/malloca.m4: Update.
3373         * gnulib/import/m4/math_h.m4: Update.
3374         * gnulib/import/m4/mbrtowc.m4: Update.
3375         * gnulib/import/m4/mbsinit.m4: Update.
3376         * gnulib/import/m4/mbsrtowcs.m4: Update.
3377         * gnulib/import/m4/mbstate_t.m4: Update.
3378         * gnulib/import/m4/memchr.m4: Update.
3379         * gnulib/import/m4/memmem.m4: Update.
3380         * gnulib/import/m4/mempcpy.m4: Update.
3381         * gnulib/import/m4/memrchr.m4: Update.
3382         * gnulib/import/m4/mkdir.m4: Update.
3383         * gnulib/import/m4/mkstemp.m4: Update.
3384         * gnulib/import/m4/mmap-anon.m4: Update.
3385         * gnulib/import/m4/mode_t.m4: Update.
3386         * gnulib/import/m4/msvc-inval.m4: Update.
3387         * gnulib/import/m4/msvc-nothrow.m4: Update.
3388         * gnulib/import/m4/multiarch.m4: Update.
3389         * gnulib/import/m4/nocrash.m4: Update.
3390         * gnulib/import/m4/off_t.m4: Update.
3391         * gnulib/import/m4/onceonly.m4: Update.
3392         * gnulib/import/m4/open-cloexec.m4: Update.
3393         * gnulib/import/m4/open.m4: Update.
3394         * gnulib/import/m4/openat.m4: Update.
3395         * gnulib/import/m4/opendir.m4: Update.
3396         * gnulib/import/m4/pathmax.m4: Update.
3397         * gnulib/import/m4/rawmemchr.m4: Update.
3398         * gnulib/import/m4/readdir.m4: Update.
3399         * gnulib/import/m4/readlink.m4: Update.
3400         * gnulib/import/m4/realloc.m4: Update.
3401         * gnulib/import/m4/rename.m4: Update.
3402         * gnulib/import/m4/rewinddir.m4: Update.
3403         * gnulib/import/m4/rmdir.m4: Update.
3404         * gnulib/import/m4/save-cwd.m4: Update.
3405         * gnulib/import/m4/secure_getenv.m4: Update.
3406         * gnulib/import/m4/setenv.m4: Update.
3407         * gnulib/import/m4/signal_h.m4: Update.
3408         * gnulib/import/m4/ssize_t.m4: Update.
3409         * gnulib/import/m4/stat-time.m4: Update.
3410         * gnulib/import/m4/stat.m4: Update.
3411         * gnulib/import/m4/std-gnu11.m4: Update.
3412         * gnulib/import/m4/stdbool.m4: Update.
3413         * gnulib/import/m4/stddef_h.m4: Update.
3414         * gnulib/import/m4/stdint.m4: Update.
3415         * gnulib/import/m4/stdio_h.m4: Update.
3416         * gnulib/import/m4/stdlib_h.m4: Update.
3417         * gnulib/import/m4/strchrnul.m4: Update.
3418         * gnulib/import/m4/strdup.m4: Update.
3419         * gnulib/import/m4/strerror.m4: Update.
3420         * gnulib/import/m4/string_h.m4: Update.
3421         * gnulib/import/m4/strstr.m4: Update.
3422         * gnulib/import/m4/strtok_r.m4: Update.
3423         * gnulib/import/m4/sys_socket_h.m4: Update.
3424         * gnulib/import/m4/sys_stat_h.m4: Update.
3425         * gnulib/import/m4/sys_time_h.m4: Update.
3426         * gnulib/import/m4/sys_types_h.m4: Update.
3427         * gnulib/import/m4/tempname.m4: Update.
3428         * gnulib/import/m4/time_h.m4: Update.
3429         * gnulib/import/m4/unistd-safer.m4: Update.
3430         * gnulib/import/m4/unistd_h.m4: Update.
3431         * gnulib/import/m4/warn-on-use.m4: Update.
3432         * gnulib/import/m4/wchar_h.m4: Update.
3433         * gnulib/import/m4/wchar_t.m4: Update.
3434         * gnulib/import/m4/wctype_h.m4: Update.
3435         * gnulib/import/m4/wint_t.m4: Update.
3436         * gnulib/import/malloc.c: Update.
3437         * gnulib/import/malloc/scratch_buffer.h: Update.
3438         * gnulib/import/malloc/scratch_buffer_grow.c: Update.
3439         * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
3440         * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
3441         * gnulib/import/malloca.c: Update.
3442         * gnulib/import/malloca.h: Update.
3443         * gnulib/import/malloca.valgrind: Update.
3444         * gnulib/import/math.in.h: Update.
3445         * gnulib/import/mbrtowc.c: Update.
3446         * gnulib/import/mbsinit.c: Update.
3447         * gnulib/import/mbsrtowcs-impl.h: Update.
3448         * gnulib/import/mbsrtowcs-state.c: Update.
3449         * gnulib/import/mbsrtowcs.c: Update.
3450         * gnulib/import/memchr.c: Update.
3451         * gnulib/import/memmem.c: Update.
3452         * gnulib/import/mempcpy.c: Update.
3453         * gnulib/import/memrchr.c: Update.
3454         * gnulib/import/mkdir.c: Update.
3455         * gnulib/import/mkstemp.c: Update.
3456         * gnulib/import/msvc-inval.c: Update.
3457         * gnulib/import/msvc-inval.h: Update.
3458         * gnulib/import/msvc-nothrow.c: Update.
3459         * gnulib/import/msvc-nothrow.h: Update.
3460         * gnulib/import/open.c: Update.
3461         * gnulib/import/openat-die.c: Update.
3462         * gnulib/import/openat-priv.h: Update.
3463         * gnulib/import/openat-proc.c: Update.
3464         * gnulib/import/openat.c: Update.
3465         * gnulib/import/openat.h: Update.
3466         * gnulib/import/opendir.c: Update.
3467         * gnulib/import/pathmax.h: Update.
3468         * gnulib/import/pipe-safer.c: Update.
3469         * gnulib/import/rawmemchr.c: Update.
3470         * gnulib/import/readdir.c: Update.
3471         * gnulib/import/readlink.c: Update.
3472         * gnulib/import/realloc.c: Update.
3473         * gnulib/import/ref-add.sin: Update.
3474         * gnulib/import/ref-del.sin: Update.
3475         * gnulib/import/rename.c: Update.
3476         * gnulib/import/rewinddir.c: Update.
3477         * gnulib/import/rmdir.c: Update.
3478         * gnulib/import/same-inode.h: Update.
3479         * gnulib/import/save-cwd.c: Update.
3480         * gnulib/import/save-cwd.h: Update.
3481         * gnulib/import/scratch_buffer.h: Update.
3482         * gnulib/import/secure_getenv.c: Update.
3483         * gnulib/import/setenv.c: Update.
3484         * gnulib/import/signal.in.h: Update.
3485         * gnulib/import/stat-time.c: Update.
3486         * gnulib/import/stat-time.h: Update.
3487         * gnulib/import/stat-w32.c: Update.
3488         * gnulib/import/stat-w32.h: Update.
3489         * gnulib/import/stat.c: Update.
3490         * gnulib/import/stdbool.in.h: Update.
3491         * gnulib/import/stddef.in.h: Update.
3492         * gnulib/import/stdint.in.h: Update.
3493         * gnulib/import/stdio.in.h: Update.
3494         * gnulib/import/stdlib.in.h: Update.
3495         * gnulib/import/str-two-way.h: Update.
3496         * gnulib/import/strchrnul.c: Update.
3497         * gnulib/import/strdup.c: Update.
3498         * gnulib/import/streq.h: Update.
3499         * gnulib/import/strerror-override.c: Update.
3500         * gnulib/import/strerror-override.h: Update.
3501         * gnulib/import/strerror.c: Update.
3502         * gnulib/import/string.in.h: Update.
3503         * gnulib/import/stripslash.c: Update.
3504         * gnulib/import/strnlen1.c: Update.
3505         * gnulib/import/strnlen1.h: Update.
3506         * gnulib/import/strstr.c: Update.
3507         * gnulib/import/strtok_r.c: Update.
3508         * gnulib/import/sys_stat.in.h: Update.
3509         * gnulib/import/sys_time.in.h: Update.
3510         * gnulib/import/sys_types.in.h: Update.
3511         * gnulib/import/tempname.c: Update.
3512         * gnulib/import/tempname.h: Update.
3513         * gnulib/import/time.in.h: Update.
3514         * gnulib/import/unistd--.h: Update.
3515         * gnulib/import/unistd-safer.h: Update.
3516         * gnulib/import/unistd.in.h: Update.
3517         * gnulib/import/unsetenv.c: Update.
3518         * gnulib/import/verify.h: Update.
3519         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3520         * gnulib/import/wchar.in.h: Update.
3521         * gnulib/import/wctype.in.h: Update.
3522         * gnulib/import/xalloc-oversized.h: Update.
3523         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3524         "53e2c179f26a890fa6685af4b6c1397ee370433b".
3525
3526 2018-08-16  Gary Benson <gbenson@redhat.com>
3527
3528         PR gdb/13000:
3529         * gdb/main.c (captured_main_1): Exit with nonzero status
3530         in batch mode if the last command to be executed failed.
3531         * NEWS: Mention the above.
3532
3533 2018-08-29  Simon Marchi  <simon.marchi@ericsson.com>
3534
3535         * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
3536         end of warning message.
3537
3538 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
3539
3540         PR gdb/22943:
3541         * aarch64-tdep.c (is_hfa_or_hva): Remove function.
3542         (aarch64_extract_return_value): Use
3543         aapcs_is_vfp_call_or_return_candidate.
3544         (aarch64_return_in_memory): Likewise.
3545         (aarch64_store_return_value): Likewise.
3546
3547 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
3548
3549         * aarch64-tdep.c
3550         (aapcs_is_vfp_call_or_return_candidate): Make static
3551         (pass_in_v_or_stack): Remove function.
3552         (pass_in_v_vfp_candidate): New function.
3553         (aarch64_push_dummy_call): Check for float register candidates.
3554
3555 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
3556
3557         * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
3558         (aapcs_is_vfp_call_or_return_candidate_1): New function.
3559         (aapcs_is_vfp_call_or_return_candidate): Likewise.
3560
3561 2018-08-28  Simon Marchi  <simon.marchi@polymtl.ca>
3562
3563         PR build/23399
3564         * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
3565         (struct ipa_sym_addresses): Rename to...
3566         (struct ipa_sym_addresses_common): ... this.
3567         * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
3568
3569 2018-08-28  Tom Tromey  <tom@tromey.com>
3570
3571         * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
3572         (token_fifo): Now a std::vector.
3573         (yylex, c_parse): Update.
3574         * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
3575         (token_fifo): Now a std::vector.
3576         (yylex, d_parse): Update.
3577         * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
3578         (token_fifo): Now a std::vector.
3579         (yylex, go_parse): Update.
3580
3581 2018-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3582
3583         * parser-defs.h (struct type_stack) <elements>: Change type to
3584         std::vector<union type_stack_elt>.
3585         <depth, size>: Remove.
3586         * parse.c (parse_exp_in_context_1): Adjust.
3587         (type_stack_reserve): Remove.
3588         (check_type_stack_depth): Remove.
3589         (insert_into_type_stack): Adjust to std::vector.
3590         (insert_type): Likewise.
3591         (push_type): Likewise.
3592         (push_type_int): Likewise.
3593         (insert_type_address_space): Likewise.
3594         (pop_type): Likewise.
3595         (pop_type_int): Likewise.
3596         (pop_typelist): Likewise.
3597         (pop_type_stack): Likewise.
3598         (append_type_stack): Likewise.
3599         (push_type_stack): Likewise.
3600         (get_type_stack): Likewise.
3601         (type_stack_cleanup): Likewise.
3602         (push_typelist): Likewise.
3603         (follow_types): Likewise.
3604         (_initialize_parse): Likewise.
3605
3606 2018-08-28  Hafiz Abid Qadeer  <abidh@codesourcery.com>
3607
3608         * NEWS: Mention csky target.
3609
3610 2018-08-28  Jiangshuai Li  <jiangshuai_li@c-sky.com>
3611             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3612             Don Breazeal  <donb@codesourcery.com>
3613
3614         * csky-linux-tdep.c: New file.
3615         * csky-tdep.c: Likewise.
3616         * csky-tdep.h: Likewise.
3617         * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
3618         csky-tdep.o.
3619         (HFILES_NO_SRCDIR): Add csky-tdep.h.
3620         (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
3621         * configure.tgt: Add csky support.
3622
3623 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
3624
3625         * python/py-framefilter.c (py_print_frame): Print frame architecture
3626         when printing on an MI output.
3627
3628 2018-08-27  Tom Tromey  <tom@tromey.com>
3629
3630         PR build/23087:
3631         * configure: Rebuild.
3632         * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
3633
3634 2018-08-27  Tom Tromey  <tom@tromey.com>
3635
3636         * aarch64-linux-tdep.c
3637         (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
3638         casts to int.
3639
3640 2018-08-27  Tom Tromey  <tom@tromey.com>
3641
3642         * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
3643         unsigned.
3644         (ppc64_standard_linkage1, ppc64_standard_linkage2)
3645         (ppc64_standard_linkage3, ppc64_standard_linkage4)
3646         (ppc64_standard_linkage5, ppc64_standard_linkage6)
3647         (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
3648         unsigned.
3649
3650 2018-08-27  Tom Tromey  <tom@tromey.com>
3651
3652         * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
3653         (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
3654
3655 2018-08-27  Tom Tromey  <tom@tromey.com>
3656
3657         * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
3658         * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
3659         ULONGEST_MAX.
3660         * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
3661         ULONGEST_MAX.
3662         * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
3663         ULONGEST_MAX.
3664         * sparc-linux-tdep.c (sparc32_linux_sigframe)
3665         (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
3666         * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
3667         ULONGEST_MAX.
3668         * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
3669         (ppc64_linux_sigaction_tramp_frame)
3670         (ppc32_linux_sighandler_tramp_frame)
3671         (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
3672         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
3673         (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
3674         * mn10300-linux-tdep.c (am33_linux_sigframe)
3675         (am33_linux_rt_sigframe): Use ULONGEST_MAX.
3676         * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
3677         * mips-linux-tdep.c (mips_linux_o32_sigframe)
3678         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3679         (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
3680         (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
3681         (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
3682         * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
3683         (mips64_fbsd_sigframe): Use ULONGEST_MAX.
3684         * microblaze-linux-tdep.c
3685         (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
3686         * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
3687         (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
3688         (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
3689         * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
3690         * common/common-types.h (ULONGEST_MAX): New define.
3691         (CORE_ADDR_MAX): Fix formatting.
3692         * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
3693         * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
3694         * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
3695         (arm_linux_rt_sigreturn_tramp_frame)
3696         (arm_eabi_linux_sigreturn_tramp_frame)
3697         (arm_eabi_linux_rt_sigreturn_tramp_frame)
3698         (thumb2_eabi_linux_sigreturn_tramp_frame)
3699         (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
3700         (arm_linux_restart_syscall_tramp_frame)
3701         (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
3702         * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
3703         * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
3704         ULONGEST_MAX.
3705         * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
3706
3707 2018-08-27  Tom Tromey  <tom@tromey.com>
3708
3709         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
3710         CORE_ADDR_MAX.
3711         * mips-tdep.c (mips_deal_with_atomic_sequence)
3712         (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
3713         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
3714         (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
3715         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
3716         CORE_ADDR_MAX.
3717         * aarch64-tdep.c (aarch64_software_single_step): Use
3718         CORE_ADDR_MAX.
3719
3720 2018-08-27  Tom Tromey  <tom@tromey.com>
3721
3722         * linespec.c (complete_linespec_component): Add cast to "char".
3723         * completer.c (completion_tracker::build_completion_result): Add
3724         cast to "char".
3725
3726 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
3727
3728         * solist.h (struct solist, struct target_so_ops): Fix
3729         indentation.
3730
3731 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
3732
3733         * ada-tasks.c (ada_task_info_s): Remove typedef.
3734         (DEF_VEC_O(ada_task_info_s)): Remove.
3735         (struct ada_tasks_inferior_data): Initialize fields.
3736         <task_list>: Make an std::vector.
3737         (get_ada_tasks_inferior_data): Allocate with new.
3738         (ada_get_task_number): Adjust.
3739         (get_task_number_from_id): Likewise.
3740         (valid_task_id): Likewise.
3741         (ada_get_task_info_from_ptid): Likewise.
3742         (iterate_over_live_ada_tasks): Likewise.
3743         (add_ada_task): Likewise.
3744         (read_known_tasks): Likewise.
3745         (ada_build_task_list): Likewise.
3746         (print_ada_task_info): Likewise.
3747         (info_task): Likewise.
3748         (task_command_1): Likewise.
3749
3750 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
3751
3752         * ada-lang.c (add_angle_brackets): Return std::string.
3753
3754 2018-08-25  Simon Marchi  <simon.marchi@polymtl.ca>
3755
3756         * python/py-threadevent.c (py_get_event_thread): Initialize
3757         pythread.
3758
3759 2018-08-24  Pedro Alves  <palves@redhat.com>
3760
3761         * python/py-bpevent.c (create_breakpoint_event_object): Use
3762         copy-initialization.
3763         * python/py-continueevent.c (emit_continue_event): Use
3764         copy-initialization.
3765         * python/py-exitedevent.c (create_exited_event_object): Return a
3766         gdbpy_ref<>.
3767         (emit_exited_event): Use copy-initialization.
3768         * python/py-inferior.c (python_new_inferior)
3769         (python_inferior_deleted, add_thread_object): Use
3770         copy-initialization.
3771         * python/py-infevents.c (create_inferior_call_event_object)
3772         (create_register_changed_event_object)
3773         (create_memory_changed_event_object): Return a gdbpy_ref<>.
3774         (emit_inferior_call_event, emit_memory_changed_event)
3775         (emit_register_changed_event): Use copy-initialization.
3776         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3777         Return a gdbpy_ref<>.
3778         (emit_new_objfile_event): Use copy-initialization.
3779         (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
3780         (emit_clear_objfiles_event): Use copy-initialization.
3781         * python/py-signalevent.c (create_signal_event_object): Use
3782         copy-initialization.
3783         * python/py-threadevent.c (create_thread_event_object): Use
3784         copy-initialization.
3785
3786 2018-08-24  Pedro Alves  <palves@redhat.com>
3787             Simon Marchi  <simon.marchi@ericsson.com>
3788
3789         PR gdb/23379
3790         * python/py-continueevent.c: Include "gdbthread.h".
3791         (create_continue_event_object): Add intro comment.  Add 'ptid'
3792         parameter.  Use it to find thread to pass to
3793         create_thread_event_object.
3794         (emit_continue_event): Pass PTID down to
3795         create_continue_event_object.
3796         * python/py-event.h (py_get_event_thread): Declare.
3797         (create_thread_event_object): Remove default from 'thread'
3798         parameter.
3799         * python/py-stopevent.c (create_stop_event_object): Use
3800         py_get_event_thread.
3801         * python/py-threadevent.c (get_event_thread): Rename to ...
3802         (py_get_event_thread): ... this, make extern, add 'ptid' parameter
3803         and use it to find the thread.
3804         (create_thread_event_object): Assert that THREAD isn't null.
3805         Don't find the event thread here.
3806
3807 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
3808
3809         * block.h (blockrange, blockranges): New struct declarations.
3810         (struct block): Add new field named `ranges'.
3811         (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
3812         (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
3813         macros for accessing ranges in struct block.
3814         (make_blockranges): New declaration.
3815         block.c (make_blockranges): New function.
3816         * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
3817         for block.
3818         * symtab.h (find_pc_partial_function): Add new parameter `block'.
3819         * blockframe.c (cache_pc_function_block): New static global.
3820         (clear_pc_function_cache): Clear cache_pc_function_block.
3821         (find_pc_partial_function): Move comment to symtab.h.  Add
3822         support for non-contiguous blocks.
3823         * cli/cli-cmds.c (block.h): Include.
3824         (print_disassembly): Handle printing of non-contiguous blocks.
3825         (disassemble_current_function): Likewise.
3826         (disassemble_command): Likewise.
3827
3828         * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
3829         BLOCK_START.
3830         * blockframe.c (get_pc_function_start): Likewise.
3831         * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
3832         (gcc_symbol_address): Likewise.
3833         * compile/compile-object-run.c (compile_object_run): Likewise.
3834         * compile/compile.c (get_expr_block_and_pc): Likewise.
3835         * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
3836         (func_addr_to_tail_call_list): Likewise.
3837         * findvar.c (default_read_var_value): Likewise.
3838         * inline-frame.c (inline_frame_this_id): Likewise.
3839         (skip-inline_frames): Likewise.
3840         * infcmd.c (until_next_command): Likewise.
3841         * linespec.c (convert_linespec_to_sals): Likewise.
3842         * parse.c (parse_exp_in_context_1): Likewise.
3843         * printcmd.c (build_address_symbolic): likewise.
3844         (info_address_command): Likewise.
3845         symtab.c (find_function_start_sal): Likewise.
3846         (skip_prologue_sal): Likewise.
3847         (find_function_alias_target): Likewise.
3848         (find_gnu_ifunc): Likewise.
3849         * stack.c (find_frame_funname): Likewise.
3850         * symtab.c (fixup_symbol_section): Likewise.
3851         (find_function_start_sal): Likewise.
3852         (skip_prologue_sal): Likewsie.
3853         (find_function_alias_target): Likewise.
3854         (find_gnu_ifunc): Likewise.
3855         * tracepoint.c (info_scope_command): Likewise.
3856         * value.c (value_fn_field): Likewise.
3857
3858         * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
3859         in place of find_pc_partial_function.
3860         * blockframe.c (find_function_entry_range_from_pc): New function.
3861         * symtab.h (find_function_entry_range_from_pc): Declare and document.
3862         * objfiles.c (objfile_relocate1): Relocate start and end addresses
3863         for each range in a block.
3864
3865
3866 2018-08-23  Xavier Roirand  <roirand@adacore.com>
3867
3868         * machoread.c (macho_symfile_read_all_oso): Remove uneeded
3869         incrementation.
3870
3871 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
3872
3873         * solib-svr4.c (read_program_headers_from_bfd): Return
3874         gdb::optional<gdb::byte_vector>.
3875         (svr4_exec_displacement): Adjust.
3876
3877 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
3878
3879         * solib-svr4.c (read_program_header): Return
3880         gdb::optional<gdb::byte_vector>, remove p_sect_size param.
3881         (find_program_interpreter): Return
3882         gdb::optional<gdb::byte_vector>.
3883         (scan_dyntag_auxv): Adjust.
3884         (enable_break): Adjust.
3885         (svr4_exec_displacement): Adjust.
3886
3887 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
3888
3889         * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
3890         * inf-child.c (inf_child_target::terminal_save_inferior): New.
3891
3892 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
3893
3894         * guile/scm-string.c (gdbscm_scm_from_printf): Use
3895         string_vprintf.
3896         * guile/scm-utils.c (gdbscm_printf): Likewise.
3897         * serial.c (serial_printf): Likewise.
3898         * xml-support.c (gdb_xml_parser::vdebug): Likewise.
3899
3900 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
3901
3902         * stack.c (print_frame): Print frame architecture when printing on
3903         an MI output.
3904         * NEWS: Mention new "arch" attribute in frame output.
3905
3906 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
3907
3908         * arch/aarch64.h (aarch64_regnum): Update comment.
3909
3910 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
3911
3912         * NEWS: Add SVE to 8.2 section.
3913
3914 2018-08-21  Pedro Alves  <palves@redhat.com>
3915
3916         * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
3917         out from gdbscm_parse_function_args.
3918         (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
3919         gdbscm_parse_function_args_1.
3920
3921 2018-08-21  Simon Marchi  <simon.marchi@ericsson.com>
3922
3923         PR gdb/17816
3924         * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
3925         operator.
3926
3927 2018-08-19  Simon Marchi  <simon.marchi@polymtl.ca>
3928
3929         * solib-svr4.c (svr4_exec_displacement): Fix formatting.
3930
3931 2018-08-19  Michael Spang  <spang@google.com>
3932
3933         PR gdb/11786
3934         * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
3935         for PT_TLS segments.
3936
3937 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
3938
3939         * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
3940         dwarf_variable_value.
3941         * dwarf2-frame.c (class dwarf_expr_executor):
3942         Add override for dwarf_variable_value.
3943         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
3944         (class symbol_needs_eval_context): Likewise.
3945         (indirect_synthetic_pointer): Add forward declaration.
3946         (sect_variable_value): New function.
3947         (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
3948         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
3949         for DW_OP_GNU_variable_value.
3950
3951 2018-08-16  Tom Tromey  <tom@tromey.com>
3952
3953         * top.c (read_command_file): Update.
3954         (command_line_input): Remove "repeat" argument.
3955         * ada-lang.c (get_selections): Update.
3956         * linespec.c (decode_line_2): Update.
3957         * defs.h (command_line_input): Remove argument.
3958         * cli/cli-script.c (read_next_line): Update.
3959         * python/py-gdb-readline.c: Update.
3960
3961 2018-08-17  Tom Tromey  <tom@tromey.com>
3962
3963         * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
3964         command_line_input.
3965
3966 2018-08-15  Tom Tromey  <tom@tromey.com>
3967
3968         * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
3969
3970 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
3971
3972         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
3973         If used, use find_pc_partial_function to find address range
3974         to disassemble.
3975         * mi/mi-main.c (mi_cmd_list_features): Report
3976         "data-disassemble-a-option" feature.
3977         * NEWS: Mention new -data-disassemble option -a.
3978
3979 2018-08-13  Tom Tromey  <tom@tromey.com>
3980
3981         * common/common-defs.h (_FORTIFY_SOURCE): Define.
3982
3983 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
3984
3985         * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
3986         (aarch64_linux_collect_sve_regset): Likewise.
3987         (aarch64_linux_iterate_over_regset_sections): Check for SVE.
3988         * regcache.h (regcache_map_entry_size): New function.
3989
3990 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
3991
3992         * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
3993         (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
3994         (SVE_HEADER_VL_LENGTH): Likewise.
3995         (SVE_HEADER_MAX_VL_LENGTH): Likewise.
3996         (SVE_HEADER_FLAGS_LENGTH): Likewise.
3997         (SVE_HEADER_RESERVED_LENGTH): Likewise.
3998         (SVE_HEADER_SIZE_OFFSET): Likewise.
3999         (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
4000         (SVE_HEADER_VL_OFFSET): Likewise.
4001         (SVE_HEADER_MAX_VL_OFFSET): Likewise.
4002         (SVE_HEADER_FLAGS_OFFSET): Likewise.
4003         (SVE_HEADER_RESERVED_OFFSET): Likewise.
4004         (SVE_HEADER_SIZE): Likewise.
4005         (aarch64_linux_core_read_vq): Add function.
4006         (aarch64_linux_core_read_description): Check for SVE section.
4007
4008 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
4009
4010         * aarch64-fbsd-tdep.c
4011         (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
4012         collect_size.
4013         * aarch64-linux-tdep.c
4014         (aarch64_linux_iterate_over_regset_sections): Likewise.
4015         * alpha-linux-tdep.c
4016         (alpha_linux_iterate_over_regset_sections):
4017         * alpha-nbsd-tdep.c
4018         (alphanbsd_iterate_over_regset_sections): Likewise.
4019         * amd64-fbsd-tdep.c
4020         (amd64fbsd_iterate_over_regset_sections): Likewise.
4021         * amd64-linux-tdep.c
4022         (amd64_linux_iterate_over_regset_sections): Likewise.
4023         * arm-bsd-tdep.c
4024         (armbsd_iterate_over_regset_sections): Likewise.
4025         * arm-fbsd-tdep.c
4026         (arm_fbsd_iterate_over_regset_sections): Likewise.
4027         * arm-linux-tdep.c
4028         (arm_linux_iterate_over_regset_sections): Likewise.
4029         * corelow.c (get_core_registers_cb): Likewise.
4030         (core_target::fetch_registers): Likewise.
4031         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
4032         * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
4033         * gdbarch.h (void): Regenerate.
4034         * gdbarch.sh: Add supply_size and collect_size.
4035         * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
4036         * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
4037         * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
4038         * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
4039         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
4040         * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
4041         * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
4042         * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
4043         * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
4044         * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
4045         * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
4046         * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
4047         * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
4048         * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
4049         * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections): Likewise.
4050         * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
4051         * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
4052         * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
4053         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
4054         * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
4055         * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
4056         * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections): Likewise.
4057         * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
4058         * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
4059         * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
4060         * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
4061         * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
4062         * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
4063         * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
4064         * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
4065
4066 2018-08-10  Simon Marchi  <simon.marchi@ericsson.com>
4067
4068         * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
4069         with string_printf.
4070
4071 2018-08-10  Keith Seitz  <keiths@redhat.com>
4072
4073         * compile/compile-c-support.c (add_code_header, add_code_footer):
4074         Move into policy class.
4075         (c_push_user_expression, pop_user_expression_nop)
4076         (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
4077         (compile_program): New host class.
4078         (c_compile_program): New typedef.
4079         (c_compute_porgram): Use c_compile_program.
4080
4081 2018-08-10  Keith Seitz  <keiths@redhat.com>
4082
4083         * compile/compile-internal.h (compile_instance::~compile_instance):
4084         Remove calls to htab_delete.
4085         <m_type_map, m_symbol_err_map>: Switch type to htab_up.
4086         * compile.c (compile_instance::compile_instance): Initialize
4087         htab unique pointers.
4088         (compile_instance::get_cached_type, compile_instance::insert_type)
4089         (compile_instance::error_symbol_once): Update for unique_ptr.
4090
4091 2018-08-10  Keith Seitz  <keiths@redhat.com>
4092
4093         * compile/compile-c-symbols.c (struct symbol_error)
4094         (hash_symbol_error, eq_symbol_error, del_symbol_error)
4095         (compile_instance::insert_symbol_error)
4096         (compile_instance::error_symbol_once): Move to ...
4097         * compile/compile.c: ... here.
4098
4099 2018-08-10  Keith Seitz  <keiths@redhat.com>
4100
4101         * compile/compile-c-support.c (c_get_compile_context): Use `new'
4102         instead of `new_compile_instance'.
4103         * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
4104         Update description.
4105         If the symbol error map is not initialized, create it.
4106         (generate_c_for_for_one_symbol): Do not check/initialize
4107         the symbol error map.
4108         * compile/compile-c-types.c (compile_c_instance): Make a class.
4109         Update all callers.
4110         (compile_instance::compile_instance): Initialize the type cache.
4111         (get_cached_type): New function.
4112         (insert_type): Update description.
4113         (compile_c_instance::m_default_cflags): Define.
4114         (convert_type): Update description.  Use get_cached_type.
4115         (delete_instance): Moved to destructor.
4116         (new_compile_instance): Moved to constructor.
4117         * compile/compile-c.h (compile_c_instance): Make class inheriting
4118         from compile_instance.
4119         <base>: Remove field.
4120         <type_map, symbol_err_map>: Move to base class.
4121         <c_plugin>: Rename to `m_plugin' and remove pointer type.
4122         * compile/compile-internal.h (compile_instance): Make class.
4123         <type_map_t, symbol_err_map_t>: Define.
4124         <fe>: Rename to `m_gcc_fe'.
4125         <scope, block, gcc_target_options>: Add `m_' prefix.
4126         <m_type_map, m_symbol_err_map>: New fields, moved from
4127         compile_c_instance.
4128         <destroy>: Remove.
4129         (convert_type, new_compile_instance): Remove.
4130         * compile/compile.c (cleanup_compile_instance): Remove.
4131         (compile_to_object): Use unique_ptr to eliminate cleanups.
4132         (compile_instance::set_print_callback, compile_instance::version)
4133         (compile_instance::set_verbose)
4134         (compile_instance::set_driver_filename)
4135         (compile_instance::set_triplet_regexp)
4136         (compile_instance::set_arguments)
4137         (compile_instance::set_source_file)
4138         (compile_instance::compile): Define.
4139
4140 2018-08-10  Keith Seitz  <keiths@redhat.com>
4141
4142         * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
4143         * compile/compile-c-types.c: Define GCC_METHODN macros and include
4144         gcc-c-fe.def to define C plugin.
4145         (delete_instance): Delete `c_plugin'.
4146         (new_compile_instance): Initialize `c_plugin'.
4147         * compile/compile-c.h: Include gcc_c_plugin.h.
4148         (struct compile_c_instance) <c_plugin>: New member.
4149         * gcc-c-plugin.h: New file.
4150         Update all callers with API change.
4151
4152 2018-08-10  Keith Seitz  <keiths@redhat.com>
4153
4154         * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
4155         (HFILES_NO_SRCDIR): ... to here.
4156         Add compile-internal.h and compile-c.h.
4157         * compile/compile-c-support.c: Include compile-c.h.
4158         * compile/compile-c-symbols.c: Include compile-c.h.
4159         (generate_c_for_variable_locations): Update comment.
4160         * compile/compile-c-types.c: Include compile-c.h.
4161         * compile/compile-c.h: New file -- moved C language declarations
4162         from other files here.
4163         * compile/compile-internal.h: Do not include hashtab.h or
4164         common/enum-flags.h.
4165         (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
4166         (gcc_convert_symbol, gcc_symbol_address)
4167         (generate_c_for_variable_locations, c_get_mode_for_size)
4168         (c_get_range_decl_name): Definitions moved to compile-c.h.
4169         * compile/compile-loc2c.c: Include compile-c.h.
4170
4171 2018-08-10  Keith Seitz  <keiths@redhat.com>
4172
4173         * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
4174         (c_symbol_substitution_name): ... this.
4175         Update all callers.
4176
4177 2018-08-10  Keith Seitz  <keiths@redhat.com>
4178
4179         * compile/compile-c-support.c (c_compute_program): Use
4180         unique_xmalloc_ptr to eliminate cleanup.
4181         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
4182         Return a unique_xmalloc_ptr and eliminate cleanup.
4183         * compile/compile-internal.h (generate_c_for_variable_locations):
4184         Return unique_xmalloc_ptr and update description.
4185
4186 2018-08-10  Alan Hayward  <alan.hayward@arm.com>
4187
4188         * corelow.c (core_target::get_core_register_section): Rename
4189         min_size to section_min_size.
4190
4191 2018-08-09  Jim Wilson  <jimw@sifive.com>
4192
4193         * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
4194         (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
4195         * NEWS: Mention new GNU/Linux RISC-V target.
4196         * configure.host: Add riscv*-*-linux*.
4197         * configure.nat: Add riscv*.
4198         * configure.tgt: Add riscv*-*-linux*.
4199         * riscv-linux-nat.c: New file.
4200         * riscv-linux-tdep.c: New file.
4201
4202 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
4203
4204         * infrun.c (resume): Make static, add forward declaration.
4205         (proceed): Update header comment.
4206         * infrun.h (resume): Delete declaration.
4207
4208 2018-08-09  Tom Tromey  <tom@tromey.com>
4209
4210         * riscv-tdep.h: Minor formatting fixes.
4211
4212 2018-08-09  Simon Marchi  <simon.marchi@ericsson.com>
4213
4214         * common/scoped_mmap.c (mmap_file): Silence ARI warning.
4215         * dwarf-index-cache.c (create_dir_and_check): Likewise.
4216         (test_mkdir_recursive): Likewise.
4217         * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
4218
4219 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
4220
4221         * valarith.c (value_subscripted_rvalue): If an array is not in
4222         memory, and we don't know the upper bound, then we can't know that
4223         the requested element exists or not.
4224
4225 2018-08-08  Simon Marchi  <simon.marchi@ericsson.com>
4226
4227         * target.c (str_comma_list_concat_elem): Fix typo in comment.
4228         (target_options_to_string): Add comment.
4229
4230 2018-08-08  Tom Tromey  <tom@tromey.com>
4231
4232         * unittests/scoped_mmap-selftests.c: Check result of "write".
4233
4234 2018-08-08  Jim Wilson  <jimw@sifive.com>
4235
4236         * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
4237         (decode_register_index_short): New.
4238         (decode_j_type_insn, decode_cj_type_insn): New.
4239         (decode_b_type_insn, decode_cb_type_insn): New.
4240         (riscv_insn::decode): Add support for jumps, branches, lr, and sc.  New
4241         local xlen.  Check xlen when decoding ambiguous compressed insns.  In
4242         compressed decode, use is_c_lui_insn instead of is_lui_insn, and
4243         is_c_sw_insn instead of is_sw_insn.
4244         (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
4245         (riscv_software_single_step): New.
4246         * riscv-tdep.h (riscv_software_single_step): Declare.
4247
4248         * riscv-tdep.c (riscv_isa_xlen): Drop static.
4249         * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
4250
4251 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
4252
4253         PR gdb/18050:
4254         * target.c (dispose_inferior): Don't dispose of inferiors that are
4255         already killed.
4256
4257 2018-08-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4258
4259         * remote.c (remote_target::download_tracepoint): Change char* to
4260         const char*.
4261
4262 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
4263
4264         * target.h (target_options_to_string): Return an std::string.
4265         * target.c (str_comma_list_concat_elem): Return void, use
4266         std::string.
4267         (do_option): Likewise.
4268         (target_options_to_string): Return an std::string.
4269         * linux-nat.c (linux_nat_target::wait): Adjust.
4270         * target-debug.h (target_debug_print_options): Adjust.
4271
4272 2018-08-07  Tom Tromey  <tom@tromey.com>
4273
4274         * Makefile.in (CPPFLAGS): New variable.
4275         (INTERNAL_CPPFLAGS): Use it.
4276
4277 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4278
4279         * NEWS: Mention the index cache.
4280
4281 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4282
4283         * common/pathstuff.h (get_standard_cache_dir): New.
4284         * common/pathstuff.c (get_standard_cache_dir): New.
4285         * build-id.h (build_id_to_string): New.
4286         * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
4287         DEBUG_STR_SUFFIX): Move to here.
4288         * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
4289         DEBUG_STR_SUFFIX): Move from there.
4290         (write_psymtabs_to_index): Make non-static, add basename
4291         parameter.  Write to temporary files, rename when done.
4292         (save_gdb_index_command): Adjust call to
4293         write_psymtabs_to_index.
4294         * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
4295         field.
4296         * dwarf2read.c (dwz_file) <index_cache_res>: New field.
4297         (get_gdb_index_contents_from_cache): New.
4298         (get_gdb_index_contents_from_cache_dwz): New.
4299         (dwarf2_initialize_objfile): Read index from cache.
4300         (dwarf2_build_psymtabs): Save to index.
4301         * dwarf-index-cache.h: New file.
4302         * dwarf-index-cache.c: New file.
4303         * dwarf-index-write.h: New file.
4304
4305 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4306
4307         * gnulib/aclocal.m4: Re-generate.
4308         * gnulib/config.in: Re-generate.
4309         * gnulib/configure: Re-generate.
4310         * gnulib/import/Makefile.am: Re-generate.
4311         * gnulib/import/Makefile.in: Re-generate.
4312         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
4313         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
4314         * gnulib/import/m4/mkdir.m4: New file.
4315         * gnulib/import/mkdir.c: New file.
4316         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
4317         module.
4318
4319 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4320
4321         * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
4322         * common/scoped_mmap.c: New file.
4323         * common/scoped_mmap.h (destroy): New method.
4324         (~scoped_mmap, reset): Use destroy.
4325         (scoped_mmap): New move constructor.
4326         (mmap_file): New declaration.
4327         * unittests/scoped_mmap-selftests.c (test_normal,
4328         test_invalid_filename, run_tests): New functions.
4329         (_initialize_scoped_mmap_selftests): Register selftest.
4330
4331 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4332
4333         * dwarf2read.c (read_gdb_index_from_section): Rename to...
4334         (read_gdb_index_from_buffer): ... this.  Remove section
4335         parameter, add buffer parameter.
4336         (get_gdb_index_contents_ftype,
4337         get_gdb_index_contents_dwz_ftype): New typedefs.
4338         (dwarf2_read_gdb_index): Add callback parameters to get the
4339         index contents.
4340         (get_gdb_index_contents_from_section): New.
4341         (dwarf2_initialize_objfile): Update call to
4342         dwarf2_read_gdb_index.
4343
4344 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4345
4346         * common/filestuff.h (gdb_fopen_cloexec): New overload.
4347         (gdb_open_cloexec): Likewise.
4348         * nat/linux-osdata.c (command_from_pid): Use string_printf.
4349         (commandline_from_pid): Likewise.
4350         (linux_xfer_osdata_threads): Likewise.
4351         (linux_xfer_osdata_fds): Likewise.
4352         * ada-lang.c (is_package_name): Likewise.
4353         * auxv.c (procfs_xfer_auxv): Likewise.
4354         * breakpoint.c (print_one_breakpoint_location): Use
4355         uiout::field_fmt.
4356         (print_one_catch_solib): Use string_printf.
4357         * coff-pe-read.c (add_pe_exported_sym): Likewise.
4358         (add_pe_forwarded_sym): Likewise.
4359         * dwarf2read.c (create_type_unit_group): Likewise.
4360         (build_error_marker_type): Likewise.
4361         * infcall.c (get_function_name): Likewise.
4362         * valprint.c (print_converted_chars_to_obstack): Likewise.
4363         * xtensa-tdep.c (xtensa_register_type): Likewise.
4364
4365 2018-08-06  Simon Marchi  <simon.marchi@ericsson.com>
4366
4367         * remote.c (remote_target::download_tracepoint): Fix format
4368         string errors.
4369
4370 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
4371
4372         * tracefile.c: Include common/byte-vector.h.
4373         (trace_save): Change type of buf to gdb::byte_vector.  Initialize
4374         with trace_regblock_size if needed.  Update uses of buf.
4375
4376 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
4377
4378         * tracepoint.h (collection_list) <m_regs_mask>: Change type to
4379         std::vector<unsigned char>.
4380         * tracepoint.c (collection_list::collection_list): Remove
4381         m_regs_mask initializer from initializer list.  Resize
4382         m_regs_mask using the largest remote register number.
4383         (collection_list::add_remote_register): Remove size check on
4384         m_regs_mask.  Use at to access element.
4385         (collection_list::stringify): Change type of temp_buf to
4386         gdb::char_vector.  Update uses of temp_buf.  Resize if needed to
4387         stringify the register mask.  Use pack_hex_byte for the register
4388         mask.
4389
4390 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
4391
4392         * tracepoint.h (class collection_list) <add_register>: Remove.
4393         <add_remote_register, add_ax_registers, add_local_register>:
4394         Declare.
4395         <add_memrange>: Add scope parameter.
4396         * tracepoint.c (encode_actions_1): Likewise.
4397         (collection_list::add_register): Rename to ...
4398         (collection_list::add_remote_register): ... this.  Update
4399         comment.
4400         (collection_list::add_ax_registers, add_local_register): New
4401         methods.
4402         (collection_list::add_memrange): Add scope parameter.  Call
4403         add_local_register instead of add_register.
4404         (finalize_tracepoint_aexpr): New function.
4405         (collection_list::collect_symbol): Update calls to add_memrange.
4406         Call add_local_register instead of add_register.  Call
4407         add_ax_registers.  Call finalize_tracepoint_aexpr.
4408         (encode_actions_1): Get remote regnos for $reg action.  Call
4409         add_remote_register, add_ax_registers, and add_local_register.
4410         Update call to add_memrange.  Call finalize_tracepoint_aexpr.
4411         (validate_actionline): Call finalize_tracepoint_aexpr.
4412
4413 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
4414
4415         * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
4416         Replace array buf with gdb::char_vector buf, of size
4417         get_remote_packet_size ().  Replace references to buf and
4418         BUF_SIZE to buf.data () and buf.size ().  Replace strcpy, strcat
4419         and xsnprintf with snprintf.  Raise errors if the buffer is too
4420         small.
4421
4422 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
4423
4424         * remote.c (remote_target::download_tracepoint): Fix the has_more
4425         predicate in the QTDP action list iteration.
4426
4427 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
4428
4429         * remote.c (remote_target::download_tracepoint): Fix indentation
4430         in for block.
4431
4432 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4433
4434         * proc-api.c (_initialize_proc_api): Remove c, unused.
4435         * procfs.c (procfs_init_inferior): Remove signals, unused.
4436         (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
4437         unused.
4438
4439 2018-08-06  Sergey Korolev  <s.korolev@ndmsystems.com>
4440             Andrew Burgess  <andrew.burgess@embecosm.com>
4441
4442         * linux-nat.c (linux_nat_target::follow_fork): Avoid using
4443         'W_STOPCODE (0)' as this could be ambiguous.
4444
4445 2018-08-03  Sergio Durigan Junior  <sergiodj@redhat.com>
4446
4447         * ser-tcp.c (net_open): Fix thinko when deciding whether to
4448         disable TCP's Nagle algorithm (use "ai_protocol" instead of
4449         "ai_socktype").
4450
4451 2018-08-02  Tom Tromey  <tom@tromey.com>
4452
4453         PR symtab/16842.
4454         * dwarf2read.c (read_func_scope): Set symtab on template parameter
4455         symbols.
4456         (process_structure_scope): Likewise.
4457
4458 2018-08-02  Xavier Roirand  <roirand@adacore.com>
4459
4460         PR gdb/22629:
4461         * darwin-nat.c (darwin_kill_inferior): Fix handling of
4462         kill inferior.
4463
4464 2018-08-02  Tom Tromey  <tom@tromey.com>
4465
4466         * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
4467         (darwin_suspend_inferior, darwin_resume_inferior)
4468         (darwin_decode_notify_message, darwin_resume_inferior_threads)
4469         (darwin_check_new_threads): Check result of get_darwin_inferior.
4470
4471 2018-07-31  Joel Brobecker  <brobecker@adacore.com>
4472
4473         GDB 8.1.1 released.
4474
4475 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
4476
4477         * varobj.c (varobj_get_path_expr_parent): Report an error if
4478         parent is a dynamic varobj.
4479
4480 2018-07-31  Simon Marchi  <simon.marchi@ericsson.com>
4481
4482         * gnulib/aclocal.m4: Re-generate.
4483         * gnulib/config.in: Re-generate.
4484         * gnulib/configure: Re-generate.
4485         * gnulib/import/Makefile.in: Re-generate.
4486         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
4487         * gnulib/import/m4/onceonly.m4: Re-generate.
4488
4489 2018-07-31  Simon Marchi  <simon.marchi@ericsson.com>
4490
4491         * target-descriptions.c (struct xml_test_tdesc): New.
4492         (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
4493         (record_xml_tdesc): Update.
4494         (maintenance_check_xml_descriptions): Update.
4495         * target-descriptions.h (record_xml_tdesc): Update comment.
4496
4497 2018-07-30  Andrew Burgess  <andrew.burgess@embecosm.com>
4498
4499         * eval.c (evaluate_subexp_for_sizeof): Check for array type before
4500         checking array bounds are defined.
4501
4502 2018-07-30  Tom Tromey  <tom@tromey.com>
4503
4504         * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
4505         irreflexivity violation.
4506
4507 2018-07-30  Tom Tromey  <tom@tromey.com>
4508
4509         * cli/cli-decode.c (lookup_cmd): Remove lint code.
4510         * value.c (unpack_long): Remove lint code.
4511         * valops.c (value_ind): Remove lint code.
4512         * valarith.c (value_x_binop, value_x_unop, value_equal)
4513         (value_pos): Remove lint code.
4514
4515 2018-07-28  Tom de Vries  <tdevries@suse.de>
4516
4517         * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
4518         with undefined upper bound as <optimized out>.
4519
4520 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
4521
4522         * gcore.in: Rename variable "name" to "prefix".  Expand
4523         "usage" text.
4524
4525 2018-07-14  Jon Turney  <jon.turney@dronecode.org.uk>
4526
4527         * windows-nat.c (windows_nat_target::create_inferior): Update to
4528         call close() in global namespace.
4529
4530 2018-07-26  Tom Tromey  <tom@tromey.com>
4531
4532         * dwarf-index-write.c (add_address_entry): Don't add objfile
4533         offsets.
4534         * dbxread.c (find_stab_function): Rename from
4535         find_stab_function_addr.  Return a bound_minimal_symbol.
4536         (read_dbx_symtab): Use raw_text_low, raw_text_high.
4537         Don't add objfile offsets.
4538         (end_psymtab): Use raw_text_low, raw_text_high,
4539         MSYMBOL_VALUE_RAW_ADDRESS.
4540         (read_ofile_symtab): Update.
4541         (process_one_symbol): Update.
4542         * dwarf2read.c (create_addrmap_from_index): Don't add objfile
4543         offsets.
4544         (dw2_relocate): Remove.
4545         (dw2_find_pc_sect_symtab): Bias PC by the text offset before
4546         searching addrmap.
4547         (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
4548         Update.
4549         (process_psymtab_comp_unit_reader, add_partial_symbol)
4550         (add_partial_subprogram, dwarf2_ranges_read): Update.
4551         (load_partial_dies): Update.
4552         (add_address_entry): Don't add objfile offsets.
4553         (dwarf2_build_include_psymtabs): Update.
4554         (create_addrmap_from_aranges): Don't add objfile offsets.
4555         (dw2_find_pc_sect_compunit_symtab): Update.
4556         * mdebugread.c (parse_symbol): Don't add objfile offsets.
4557         (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
4558         Update.
4559         (parse_partial_symbols): Don't add objfile offsets.  Use
4560         raw_text_low, raw_text_high.  Update.
4561         (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
4562         * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
4563         or call 'relocate' quick function.  Clear psymbol_map.
4564         * psympriv.h (struct partial_symbol) <address>: Add section
4565         offset.
4566         <set_unrelocated_address>: Rename from set_address.
4567         <raw_text_low, raw_text_high>: New methods.
4568         <text_low, text_high>: Add objfile parameter.
4569         (add_psymbol_to_bcache): Add 'section' parameter.  Call
4570         set_unrelocated_address.
4571         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
4572         (find_pc_psymbol): Update.
4573         (fixup_psymbol_section, relocate_psymtabs): Remove.
4574         (dump_psymtab, psym_functions): Update.
4575         (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
4576         parameter.
4577         (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
4578         (start_psymtab_common): Update.
4579         * symfile-debug.c (debug_qf_relocate): Remove.
4580         (debug_sym_quick_functions): Update.
4581         * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
4582         * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
4583         Update.
4584
4585 2018-07-26  Tom Tromey  <tromey@redhat.com>
4586
4587         * dbxread.c (end_psymtab): Use text_high_valid and
4588         text_low_valid.
4589         * mdebugread.c (parse_partial_symbols): Use text_low_valid.
4590         (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
4591         * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
4592         Update comment.
4593         <text_low_valid, text_high_valid>: New fields.
4594         <set_text_low, set_text_high>: Update.
4595         * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
4596
4597 2018-07-26  Tom Tromey  <tom@tromey.com>
4598
4599         * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
4600         Update.
4601         * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
4602         textlow and texthigh fields.
4603         (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
4604         Update.
4605         * mdebugread.c (parse_lines, parse_partial_symbols)
4606         (psymtab_to_symtab_1): Update.
4607         * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
4608         Rename fields.  Update comment.  Now private.
4609         <text_low, text_high, set_text_low, set_text_high>: New methods.
4610         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
4611         (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
4612         (start_psymtab_common, maintenance_info_psymtabs)
4613         (maintenance_check_psymtabs): Update.
4614         * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
4615         texthigh fields.
4616         (scan_xcoff_symtab): Update.
4617
4618 2018-07-26  Tom Tromey  <tromey@redhat.com>
4619
4620         * psympriv.h (struct partial_symbol) <unrelocated_address,
4621         address, set_address>: New methods.
4622         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
4623         (fixup_psymbol_section, relocate_psymtabs): Update.
4624         (print_partial_symbols): Add 'objfile' parameter.  Update.
4625         (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
4626         Update.
4627
4628 2018-07-26  Tom Tromey  <tom@tromey.com>
4629
4630         * dwarf-index-write.c (write_psymbols, debug_names::insert)
4631         (debug_names::write_psymbols): Update.
4632         * psympriv.h (struct partial_symbol): Derive from
4633         general_symbol_info.
4634         <obj_section>: New method.
4635         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
4636         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
4637         (find_pc_sect_psymbol, fixup_psymbol_section)
4638         (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
4639         (print_partial_symbols, recursively_search_psymtabs)
4640         (compare_psymbols, psymbol_hash, psymbol_compare)
4641         (add_psymbol_to_bcache, maintenance_check_psymtabs)
4642         (psymbol_name_matches, psym_fill_psymbol_map): Update.
4643
4644 2018-07-26  Tom Tromey  <tromey@redhat.com>
4645
4646         * dbxread.c (end_psymtab): Remove dead code.
4647
4648 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
4649
4650         * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
4651         DWARF unwinders are disabled.
4652         * dwarf2-frame.c: Add dwarf2read.h include.
4653         (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
4654         disabled.
4655         (dwarf2_frame_unwinders_enabled_p): Define.
4656         (show_dwarf_unwinders_enabled_p): New function.
4657         (_initialize_dwarf2_frame): Register switch to control DWARF
4658         unwinder use.
4659         * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
4660         * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
4661         (show_dwarf_cmdlist): Remove static keyword.
4662         * dwarf2read.h (set_dwarf_cmdlist): Declare.
4663         (show_dwarf_cmdlist): Declare.
4664         * NEWS: Document new feature.
4665
4666 2018-07-26  Tom de Vries  <tdevries@suse.de>
4667
4668         PR breakpoints/23366
4669         * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
4670
4671 2018-07-26  Tom de Vries  <tdevries@suse.de>
4672
4673         * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
4674         DW_AT_count can't be translated to a dynamic prop.
4675
4676 2018-07-25  Tom de Vries  <tdevries@suse.de>
4677
4678         * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
4679         try/catch.
4680
4681 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
4682
4683         * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
4684
4685 2018-07-25  Joel Brobecker  <brobecker@adacore.com>
4686
4687         * MAINTAINERS (Global Maintainers): Add Tom Tromey.
4688
4689 2018-07-24  Keith Seitz  <keiths@redhat.comt
4690
4691         PR symtab/23010
4692         * dwarf2read.c (dw2_add_symbol_to_list): New function.
4693         (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
4694         instead of add_symbol_to_list.
4695         (read_file_scope): Call prepare_one_comp_unit before reading
4696         any other DIEs.
4697
4698 2018-07-24  Simon Marchi  <simon.marchi@ericsson.com>
4699
4700         * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
4701
4702 2018-07-24  Tom Tromey  <tom@tromey.com>
4703
4704         * utils.c (malloc, realloc, free): Don't declare.
4705         * configure, config.in: Rebuild.
4706         * configure.ac: Don't check for declarations of free, malloc, or
4707         realloc.
4708
4709 2018-07-22  Simon Marchi  <simon.marchi@polymtl.ca>
4710
4711         * aarch64-linux-nat.c
4712         (aarch64_linux_nat_target::stopped_data_address): Remove unused
4713         variable.
4714         * arm-linux-nat.c (fetch_regs): Likewise.
4715         (store_regs): Likewise.
4716         (fetch_vfp_regs): Likewise.
4717         (store_vfp_regs): Likewise.
4718         (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
4719         (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
4720         (arm_linux_nat_target::insert_watchpoint): Likewise.
4721         (arm_linux_nat_target::remove_watchpoint): Likewise.
4722         * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
4723         Likewise.
4724         * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
4725         Likewise.
4726         * ppc-linux-nat.c (fetch_register): Likewise.
4727         (fetch_all_gp_regs): Likewise.
4728         (fetch_ppc_registers): Likewise.
4729         (store_all_gp_regs): Likewise.
4730         (store_ppc_registers): Likewise.
4731         (hwdebug_insert_point): Likewise.
4732         (can_use_watchpoint_cond_accel): Likewise.
4733         * remote-sim.c (gdb_os_write_stdout): Likewise.
4734
4735 2018-07-22  Simon Marchi  <simon.marchi@polymtl.ca>
4736             Tom Tromey  <tom@tromey.com>
4737
4738         * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
4739         test for it.
4740         * configure: Rebuild.
4741
4742 2018-07-22  Tom Tromey  <tom@tromey.com>
4743
4744         * regformats/regdat.sh: Define xmltarget_${name} inside
4745         #ifndef IN_PROCESS_AGENT.
4746
4747 2018-07-22  Tom Tromey  <tom@tromey.com>
4748
4749         * value.c (value_fetch_lazy_bitfield): Remove unused variable.
4750
4751 2018-07-22  Tom Tromey  <tom@tromey.com>
4752
4753         * symfile.c (reread_symbols): Notify iter, not objfile.
4754
4755 2018-07-22  Tom Tromey  <tom@tromey.com>
4756
4757         * ravenscar-thread.c (ravenscar_thread_target::store_registers):
4758         Use arch_ops.
4759         (ravenscar_thread_target::prepare_to_store): Likewise.
4760
4761 2018-07-22  Tom Tromey  <tom@tromey.com>
4762
4763         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
4764         unused variable.  Call value_fetch_lazy when needed.
4765         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
4766         Remove unused variable.  Call value_fetch_lazy when needed.
4767
4768 2018-07-22  Tom Tromey  <tom@tromey.com>
4769
4770         * m32c-tdep.c (mark_dma): Return void.
4771         (make_regs): Remove unused declarations.
4772
4773 2018-07-22  Tom Tromey  <tom@tromey.com>
4774
4775         * guile/scm-cmd.c (gdbscm_dont_repeat): Call
4776         cmdscm_get_valid_command_smob_arg_unsafe for effect.
4777         * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
4778         bkscm_get_valid_block_smob_arg_unsafe for effect.
4779
4780 2018-07-22  Tom Tromey  <tom@tromey.com>
4781
4782         * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
4783         value_type.
4784
4785 2018-07-22  Tom Tromey  <tom@tromey.com>
4786
4787         * windows-nat.c (saved_context): Conditionally define.
4788         * remote.c (remote_target::remote_btrace_maybe_reopen):
4789         Conditionally declare "warned".
4790         * inflow.c (sigquit_ours): Conditionally define.
4791         (new_tty): Move "tty" declaration inside #if.
4792         * guile/guile.c (guile_datadir): Conditionally define.
4793         * charset.c (set_be_le_names): Move some declarations inside #if.
4794         * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
4795         #if.
4796         (parse_xml_btrace_conf): Likewise.
4797
4798 2018-07-22  Tom Tromey  <tom@tromey.com>
4799
4800         * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
4801
4802 2018-07-22  Tom Tromey  <tom@tromey.com>
4803
4804         * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
4805         * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
4806         (vlscm_convert_typed_value_from_scheme): Remove unused variable.
4807         * buildsym-legacy.c (get_macro_table): Remove unused variable.
4808         * stack.c (frame_apply_level_command): Remove unused variable.
4809         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
4810         * sparc64-tdep.c (adi_examine_command): Remove unused variable.
4811         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
4812         unused variable.
4813         * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
4814         * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
4815         * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
4816         variable.
4817         * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
4818         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
4819         variable.
4820         * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
4821         Remove unused variable.
4822         * cli/cli-script.c (recurse_read_control_structure): Remove unused
4823         variable.
4824         * common/tdesc.c (print_xml_feature::visit): Remove unused
4825         variable.
4826         * compile/compile-object-load.c (store_regs): Remove unused
4827         variables.
4828         * complaints.c (clear_complaints): Remove unused variable.
4829         * corelow.c (core_target_open): Remove unused variable.
4830         * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
4831         variable.
4832         * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
4833         variable.
4834         * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
4835         variable.
4836         * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
4837         variable.
4838         * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
4839         variable.
4840         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
4841         variable.
4842         * ia64-tdep.c (examine_prologue): Remove unused variable.
4843         * infcall.c (run_inferior_call): Remove unused variable.
4844         * inferior.c (exit_inferior): Remove unused variable.
4845         * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
4846         * linespec.c (decode_line_2): Remove unused variable.
4847         * linux-nat.c (super_close): Remove.
4848         * linux-tdep.c (linux_info_proc): Remove unused variable.
4849         * mi/mi-main.c (mi_execute_command): Remove unused variable.
4850         * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
4851         Remove unused variable.
4852         * parse.c (find_minsym_type_and_address): Remove unused variable.
4853         * printcmd.c (info_symbol_command, printf_floating): Remove unused
4854         variable.
4855         * python/py-breakpoint.c (bppy_set_commands): Remove unused
4856         variable.
4857         * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
4858         variables.
4859         * record-btrace.c (record_btrace_target::store_registers): Remove
4860         unused variable.
4861         (cmd_show_record_btrace_cpu): Remove unused variable.
4862         * riscv-tdep.c (riscv_register_reggroup_p)
4863         (riscv_push_dummy_call, riscv_return_value): Remove unused
4864         variable.
4865         * rust-exp.y (literal): Remove unused variable.
4866         * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
4867         unused variable.
4868         <STRUCTOP_ANONYMOUS>: Likewise.
4869         * s390-linux-tdep.c (s390_linux_init_abi_31)
4870         (s390_linux_init_abi_64): Remove unused variable.
4871         * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
4872         (file_select_thread, net_windows_open, _initialize_ser_windows):
4873         Remove unused variables.
4874         * symtab.c (find_pc_sect_line): Remove unused variable.
4875         * target-memory.c (compute_garbled_blocks): Remove unused
4876         variable.
4877         (target_write_memory_blocks): Remove unused variable.
4878         * target.c (target_stack::unpush): Remove unused variables.
4879         * tracepoint.c (start_tracing, all_tracepoint_actions)
4880         (merge_uploaded_trace_state_variables)
4881         (print_one_static_tracepoint_marker): Remove unused variable.
4882         * unittests/basic_string_view/element_access/char/1.cc (test01):
4883         Remove unused variable.
4884         * windows-nat.c (windows_continue, windows_add_all_dlls)
4885         (do_initial_windows_stuff, windows_nat_target::create_inferior):
4886         Remove unused variables.
4887
4888 2018-07-21  Simon Marchi  <simon.marchi@polymtl.ca>
4889
4890         * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
4891         attr_profile in HAVE_ELF.
4892         * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
4893         HAVE_ELF.
4894
4895 2018-07-20  Simon Marchi  <simon.marchi@polymtl.ca>
4896
4897         * frame.c (frame_register_unwind): Change parameter name.
4898         (frame_unwind_register): Likewise.
4899         (frame_unwind_register_value): Likewise.
4900         (frame_unwind_register_signed): Likewise.
4901         (frame_unwind_register_unsigned): Likewise.
4902         * frame.h (frame_register_unwind): Likewise.
4903         (frame_unwind_register): Likewise.
4904         (frame_unwind_register_value): Likewise.
4905         (frame_unwind_register_signed): Likewise.
4906         (frame_unwind_register_unsigned): Likewise.
4907         (frame_unwind_arch): Likewise.
4908
4909 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
4910
4911         * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
4912         ISA maintenance.
4913
4914 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
4915
4916         * mips-linux-nat.c (mips_linux_nat_target::read_description):
4917         Call `get_ptrace_pid' rather than extracting the ptrace PID by
4918         hand.
4919
4920 2018-07-20  Keith Seitz  <keiths@redhat.com>
4921
4922         * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
4923         m_main_subfile, m_comp_dir, m_producer, m_debugformat,
4924         m_compunit_symtab, m_language>: Add "m_" prefix.
4925         Update all uses.
4926         * buildsym.c: Update all uses.
4927
4928 2018-07-20  Tom Tromey  <tom@tromey.com>
4929
4930         * buildsym-legacy.h (record_line): Don't use record_line_ftype.
4931         * buildsym.h (record_line_ftype): Remove typedef.
4932
4933 2018-07-20  Tom Tromey  <tom@tromey.com>
4934
4935         * buildsym-legacy.h (augment_type_symtab): Don't declare.
4936         (end_expandable_symtab): Likewise.
4937         (end_symtab_get_static_block): Likewise.
4938         (end_symtab_from_static_block): Likewise.
4939         * buildsym-legacy.c (augment_type_symtab): Remove.
4940         (end_expandable_symtab): Remove.
4941         (end_symtab_get_static_block): Remove.
4942         (end_symtab_from_static_block): Remove.
4943
4944 2018-07-20  Tom Tromey  <tom@tromey.com>
4945
4946         * dwarf2read.c: Include buildsym.h.
4947         (struct dwarf2_cu) <builder>: New method.
4948         (fixup_go_packaging): Update.
4949         (process_full_comp_unit, process_full_type_unit): Update.  Don't
4950         use scoped_free_pendings.
4951         (using_directives): Add "cu" parameter, remove "language".
4952         (read_import_statement, setup_type_unit_groups, )
4953         (read_func_scope, read_lexical_block_scope)
4954         (dwarf2_record_block_ranges, read_namespace): Update.
4955         (lnp_state_machine::lnp_state_machine): Add cu parameter.
4956         (lnp_state_machine::handle_end_sequence): Update.
4957         (class lnp_state_machine) <m_cu>: New member.
4958         <m_record_line_callback>: Remove.
4959         <m_currently_recording_lines>: New member.
4960         (lnp_state_machine::handle_set_file): Update.
4961         (noop_record_line): Remove.
4962         (dwarf_record_line_p): Add cu parameter.
4963         (dwarf_record_line_1, dwarf_finish_line): Likewise.
4964         (lnp_state_machine::record_line)
4965         (lnp_state_machine::lnp_state_machine)
4966         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
4967         (dwarf_decode_lines): Update.
4968         (dwarf2_start_subfile): Add cu parameter.
4969         (dwarf2_start_symtab, new_symbol): Update.
4970         (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
4971         Remove dwarf2_per_objfile parameter.
4972         (dwarf_decode_macros): Update.
4973
4974 2018-07-20  Tom Tromey  <tom@tromey.com>
4975
4976         * stabsread.c (define_symbol): Update.
4977         * buildsym-legacy.h (get_buildsym_compunit): Declare.
4978         * dwarf2read.c (new_symbol): Update.
4979         * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
4980         * cp-namespace.c: Include buildsym.h.
4981         (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
4982         * buildsym-legacy.c (get_buildsym_compunit): New function.
4983
4984 2018-07-20  Tom Tromey  <tom@tromey.com>
4985
4986         * xcoffread.c: Include buildsym-legacy.h.
4987         * windows-nat.c: Include buildsym-legacy.h.
4988         * stabsread.c: Include buildsym-legacy.h.
4989         * mdebugread.c: Include buildsym-legacy.h.
4990         * buildsym-legacy.h: New file.
4991         * buildsym-legacy.c: New file, from buildsym.c.
4992         * go32-nat.c: Include buildsym-legacy.h.
4993         * dwarf2read.c: Include buildsym-legacy.h.
4994         * dbxread.c: Include buildsym-legacy.h.
4995         * cp-namespace.c: Include buildsym-legacy.h.
4996         * coffread.c: Include buildsym-legacy.h.
4997         * buildsym.h: Move some contents to buildsym-legacy.h.
4998         * buildsym.c: Include buildsym-legacy.h.  Move many functions to
4999         buildsym-legacy.c.
5000         * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
5001
5002 2018-07-20  Tom Tromey  <tom@tromey.com>
5003
5004         * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
5005         * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
5006         (buildsym_compunit::buildsym_compunit)
5007         (buildsym_compunit::~buildsym_compunit)
5008         (buildsym_compunit::get_macro_table): Define.
5009
5010 2018-07-20  Tom Tromey  <tom@tromey.com>
5011
5012         * buildsym.c (reset_symtab_globals): Remove.
5013         (buildsym_compunit::end_symtab_from_static_block): Update.
5014         (buildsym_compunit::augment_type_symtab): Update.
5015         (end_symtab_from_static_block): Call free_buildsym_compunit.
5016         (augment_type_symtab, end_symtab, end_expandable_symtab):
5017         Likewise.
5018
5019 2018-07-20  Tom Tromey  <tom@tromey.com>
5020
5021         * arch-utils.c: Do not include buildsym.h.
5022         * mipsread.c: Do not include buildsym.h.
5023         * machoread.c: Do not include buildsym.h.
5024         * elfread.c: Do not include buildsym.h.
5025
5026 2018-07-20  Tom Tromey  <tom@tromey.com>
5027
5028         * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
5029         initialization.
5030         (buildsym_compunit): Add new constructor.
5031         (struct buildsym_compunit) <get_last_source_file, finish_block,
5032         record_block_range, start_subfile, patch_subfile_names,
5033         push_subfile, pop_subfile, record_line, get_compunit_symtab,
5034         set_last_source_start_addr, get_last_source_start_addr,
5035         get_local_using_directives, set_local_using_directives,
5036         get_global_using_directives, outermost_context_p,
5037         get_current_context_stack, get_context_stack_depth,
5038         get_current_subfile, get_local_symbols, get_file_symbols,
5039         get_global_symbols, record_debugformat, record_producer,
5040         push_context, pop_context, end_symtab_get_static_block,
5041         end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
5042         New public methods.
5043         <record_pending_block, finish_block_internal, make_blockvector,
5044         watch_main_source_file_lossage, end_symtab_with_blockvector>: New
5045         private methods.
5046         Update all users.
5047
5048 2018-05-22  Tom Tromey  <tom@tromey.com>
5049
5050         * buildsym.c (record_pending_block): Move earlier.  Remove objfile
5051         parameter.
5052         (finish_block_internal): Update.
5053
5054 2018-07-20  Tom Tromey  <tom@tromey.com>
5055
5056         * buildsym.c (record_pending_block): Move earlier.  Remove objfile
5057         parameter.
5058         (finish_block_internal): Update.
5059
5060 2018-07-20  Tom Tromey  <tom@tromey.com>
5061
5062         * buildsym.h (EXTERN): Don't define or undef.
5063         * buildsym.c (EXTERN): Don't define.
5064
5065 2018-07-20  Tom Tromey  <tom@tromey.com>
5066
5067         * buildsym.c: Remove TODO comment.
5068
5069 2018-07-20  Tom Tromey  <tom@tromey.com>
5070
5071         * coffread.c (coff_symtab_read): Update.
5072         * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
5073         (xcoff_new_init): Update.
5074         * mipsread.c (mipscoff_new_init): Update.
5075         * mdebugread.c (mdebug_build_psymtabs): Update.
5076         * elfread.c (elf_new_init): Update.
5077         * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
5078         Update.
5079         * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
5080         (coffstab_build_psymtabs, elfstab_build_psymtabs)
5081         (stabsect_build_psymtabs): Update.
5082         * buildsym.h (buildsym_init): Don't declare.
5083         * buildsym.c: Update comment.
5084         (prepare_for_building): Remove.
5085         (start_symtab, restart_symtab): Update.
5086         (reset_symtab_globals): Update comment.
5087         (buildsym_init): Remove.
5088
5089 2018-07-20  Tom Tromey  <tom@tromey.com>
5090
5091         * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
5092         * stabsread.c (patch_block_stabs, define_symbol, read_type)
5093         (read_enum_type, common_block_start, common_block_end)
5094         (cleanup_undefined_types_1, finish_global_stabs): Update.
5095         * mdebugread.c (psymtab_to_symtab_1): Update.
5096         * dwarf2read.c (fixup_go_packaging, read_func_scope)
5097         (read_lexical_block_scope, new_symbol): Update.
5098         * dbxread.c (process_one_symbol): Update.
5099         * coffread.c (coff_symtab_read, process_coff_symbol)
5100         (coff_read_enum_type): Update.
5101         * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
5102         declare.
5103         (get_local_symbols, get_file_symbols, get_global_symbols): New
5104         functions.
5105         * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
5106         m_global_symbols.
5107         <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
5108         (~scoped_free_pendings): Update.
5109         (finish_block, prepare_for_building, reset_symtab_globals)
5110         (end_symtab_get_static_block, end_symtab_with_blockvector)
5111         (augment_type_symtab, push_context): Update.
5112         (get_local_symbols, get_file_symbols, get_global_symbols): New
5113         functions.
5114         (buildsym_init): Update.
5115
5116 2018-07-20  Tom Tromey  <tom@tromey.com>
5117
5118         * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
5119         (process_full_type_unit): Likewise.
5120         (dwarf2_start_symtab): Set list_in_scope.
5121
5122 2018-07-20  Tom Tromey  <tom@tromey.com>
5123
5124         * dwarf2read.c (process_psymtab_comp_unit_reader)
5125         (build_type_psymtabs_reader): Do not set list_in_scope.
5126
5127 2018-07-20  Tom Tromey  <tom@tromey.com>
5128
5129         * buildsym.c (free_pendings): Remove.
5130         (add_symbol_to_list, scoped_free_pendings)
5131         (finish_block_internal, buildsym_init): Update.
5132
5133 2018-07-20  Tom Tromey  <tom@tromey.com>
5134
5135         * xcoffread.c (read_xcoff_symtab): Update.
5136         * dwarf2read.c (read_func_scope, read_lexical_block_scope):
5137         Update.
5138         * dbxread.c (process_one_symbol): Update.
5139         * coffread.c (coff_symtab_read): Update.
5140         * buildsym.h (finish_block): Update.
5141         * buildsym.c (finish_block): Remove "listhead" argument.
5142         (end_symtab_get_static_block): Update.
5143
5144 2018-07-20  Tom Tromey  <tom@tromey.com>
5145
5146         * buildsym.h (class scoped_free_pendings): Remove constructor.
5147         * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
5148         method.
5149         <m_pending_block_obstack, m_pending_blocks>: New members.
5150         (pending_block_obstack, pending_blocks): Remove.
5151         (scoped_free_pendings::scoped_free_pendings): Default.
5152         (~scoped_free_pendings): Update.
5153         (free_pending_blocks): Remove.
5154         (finish_block_internal, record_pending_block, make_blockvector)
5155         (end_symtab_get_static_block, augment_type_symtab, push_context)
5156         (buildsym_init): Update.
5157
5158 2018-07-20  Tom Tromey  <tom@tromey.com>
5159
5160         * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
5161         m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
5162         members.
5163         (pending_addrmap, pending_addrmap_obstack)
5164         (pending_addrmap_interesting): Remove.
5165         (scoped_free_pendings, record_block_range, make_blockvector)
5166         (prepare_for_building, reset_symtab_globals, buildsym_init):
5167         Update.
5168
5169 2018-07-20  Tom Tromey  <tom@tromey.com>
5170
5171         * xcoffread.c (process_linenos): Update.
5172         * stabsread.c (define_symbol, read_type, read_enum_type): Update.
5173         * mdebugread.c (psymtab_to_symtab_1): Update.
5174         * dwarf2read.c (setup_type_unit_groups)
5175         (lnp_state_machine::handle_set_file, dwarf_record_line_p)
5176         (lnp_state_machine::record_line, dwarf_decode_lines): Update.
5177         * dbxread.c (process_one_symbol): Update.
5178         * coffread.c (coff_symtab_read, enter_linenos)
5179         (process_coff_symbol): Update.
5180         * buildsym.h (current_subfile): Don't declare.
5181         (get_current_subfile): Declare.
5182         * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
5183         member.
5184         (start_subfile, free_buildsym_compunit, push_subfile)
5185         (prepare_for_building, start_symtab): Update.
5186         (get_current_subfile): New function.
5187
5188 2018-07-20  Tom Tromey  <tom@tromey.com>
5189
5190         * coffread.c (coff_symtab_read): Update.
5191         * xcoffread.c (read_xcoff_symtab): Update.
5192         * dwarf2read.c (new_symbol): Update.
5193         (read_func_scope, read_lexical_block_scope): Update.
5194         * dbxread.c (process_one_symbol): Update.
5195         * buildsym.h (context_stack, context_stack_depth): Don't declare.
5196         (outermost_context_p): Remove macro.
5197         (outermost_context_p, get_current_context_stack)
5198         (get_context_stack_depth): Declare.
5199         (pop_context): Return struct context_stack.
5200         * buildsym.c (struct buildsym_compunit) <m_context_stack: New
5201         member.
5202         (context_stack_size): Remove.
5203         (INITIAL_CONTEXT_STACK_SIZE): Remove.
5204         (prepare_for_building, end_symtab_get_static_block)
5205         (augment_type_symtab, push_context): Update.
5206         (pop_context): Return struct context_stack.
5207         (outermost_context_p, get_current_context_stack)
5208         (get_context_stack_depth): New functions.
5209         (buildsym_init): Update.
5210
5211 2018-07-20  Tom Tromey  <tom@tromey.com>
5212
5213         * rust-exp.y: Now a pure parser.  Update all rules.
5214         (%union): Move earlier.
5215         (current_parser, work_obstack): Remove globals.
5216         (rust_parser, ~rust_parser): Update.
5217         (class rust_parser) <copy_name, concat3, crate_name, super_name,
5218         lex_character, lex_number, lex_string, lex_identifier,
5219         rust_lookup_type, convert_params_to_types, convert_ast_to_type,
5220         convert_name, convert_params_to_expression,
5221         convert_ast_to_expression, ast_basic_type, ast_operation,
5222         ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
5223         ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
5224         ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
5225         ast_array_type, ast_slice_type, ast_reference_type,
5226         ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
5227         (rust_parse): Update.
5228         (rustyyerror, rustyylex): Add parser parameter.
5229         (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
5230         (rust_lex_stringish_test, rust_lex_test_sequence)
5231         (rust_lex_test_trailing_dot, rust_lex_test_completion)
5232         (rust_lex_test_push_back, rust_lex_tests): Update.
5233
5234 2018-07-19  Pedro Alves  <palves@redhat.com>
5235
5236         * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
5237         gdb::unique_xmalloc_ptr.
5238         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
5239         Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
5240         * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
5241         copy-initialization.
5242         * guile/scm-pretty-print.c (ppscm_print_children): Use
5243         gdb::unique_xmalloc_ptr instead of cleanups.
5244         (gdbscm_apply_val_pretty_printer): Remove cleanups.
5245         * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
5246         gdb::unique_xmalloc_ptr.
5247         * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
5248         Adjust to use gdb::unique_xmalloc_ptr.
5249         * guile/scm-utils.c (extract_arg): Adjust.
5250         * guile/scm-value.c (gdbscm_value_field): Adjust to use
5251         gdb::unique_xmalloc_ptr instead of a cleanup.
5252
5253 2018-07-19  Tom Tromey  <tom@tromey.com>
5254
5255         * utils.c (do_value_free_to_mark)
5256         (make_cleanup_value_free_to_mark): Remove.
5257         * utils.h (make_cleanup_value_free_to_mark): Remove.
5258
5259 2018-07-19  Pedro Alves  <palves@redhat.com>
5260
5261         * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
5262         forwarding reference.
5263
5264 2018-07-18  Pedro Alves  <palves@redhat.com>
5265
5266         * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
5267         gdbscm_wrap.  Use gdb::unique_xmalloc_ptr<char> instead of a
5268         cleanup.
5269
5270 2018-07-18  Pedro Alves  <palves@redhat.com>
5271
5272         * guile/guile-internal.h: Add comment about mixing GDB and Scheme
5273         exceptions.
5274         (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
5275         (gdbscm_wrap): New.
5276         * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
5277         directly instead of a cleanup.
5278         * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
5279         (vlscm_unop): ... this.  Reimplement using gdbscm_wrap.
5280         (vlscm_binop_gdbthrow): New, factored out from ...
5281         (vlscm_binop): ... this.  Reimplement using gdbscm_wrap.
5282         (vlscm_rich_compare): Use gdbscm_wrap.
5283         * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
5284         instead of a cleanup.
5285         (gdbscm_lookup_global_symbol): Use xfree directly instead of a
5286         cleanup.
5287         * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
5288         Use xfree directly instead of a cleanup.
5289         * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
5290         Adjust to use gdbscm_wrap and scoped_value_mark.
5291         (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
5292         (gdbscm_value_address, gdbscm_value_dereference)
5293         (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
5294         scoped_value_mark.
5295         (gdbscm_value_dynamic_type): Use scoped_value_mark.
5296         (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
5297         scoped_value_mark.
5298         (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
5299         gdbscm_wrap and scoped_value_mark.
5300         (gdbscm_value_to_string): Use xfree directly instead of a
5301         cleanup.  Move 'buffer' unique_ptr to TRY scope.
5302         (gdbscm_value_to_lazy_string): Use xfree directly instead of a
5303         cleanup.  Move 'buffer' unique_ptr to TRY scope.  Use
5304         scoped_value_mark.
5305         (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
5306         (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
5307         scoped_value_mark.
5308         (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
5309         gdbscm_wrap.
5310
5311 2018-07-18  Tom de Vries  <tdevries@suse.de>
5312
5313         * findvar.c (default_read_var_value): Also resolve dynamic type for
5314         LOC_OPTIMIZED_OUT vars.
5315
5316 2018-07-18  Maciej W. Rozycki  <macro@mips.com>
5317
5318         * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
5319         decoding.
5320
5321 2018-07-17  Tom Tromey  <tom@tromey.com>
5322
5323         * guile/scm-param.c (pascm_set_func, pascm_show_func)
5324         (compute_enum_list, pascm_set_param_value_x)
5325         (gdbscm_parameter_value): Update.
5326         * guile/guile-internal.h (gdbscm_scm_to_string): Update.
5327         (gdbscm_scm_to_host_string): Update.
5328         * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
5329         Update.
5330         * guile/scm-cmd.c (cmdscm_add_completion): Update.
5331         * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
5332         * guile/scm-string.c (gdbscm_scm_to_string): Return
5333         unique_xmalloc_ptr.
5334         (gdbscm_scm_to_host_string): Likewise.
5335
5336 2018-07-17  Tom Tromey  <tom@tromey.com>
5337
5338         * guile/guile.c (gdbscm_eval_from_control_command): Update.
5339         * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
5340         * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
5341         * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
5342         unique_xmalloc_ptr.
5343
5344 2018-07-17  Tom Tromey  <tom@tromey.com>
5345
5346         * guile/scm-param.c (pascm_signal_setshow_error): Update.
5347         * guile/guile-internal.h (gdbscm_exception_message_to_string):
5348         Update.
5349         * guile/scm-cmd.c (cmdscm_function): Update.
5350         * guile/scm-pretty-print.c
5351         (ppscm_print_exception_unless_memory_error): Update.
5352         * guile/scm-exception.c (gdbscm_exception_message_to_string):
5353         Return unique_xmalloc_ptr.
5354
5355 2018-07-17  Tom Tromey  <tom@tromey.com>
5356
5357         * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
5358         Use string_printf.
5359
5360 2018-07-17  Jim Wilson  <jimw@sifive.com>
5361
5362         * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
5363         set_gdbarch_decr_pc_after_break.  Call riscv_read_misa_reg always.
5364         (riscv_gdbarch_init): Delete local has_compressed_isa.  Delete now
5365         unecessary braces after EF_RISCV_RVC test.  Delete call to
5366         set_gdbarch_decr_pc_after_break.
5367
5368         * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
5369         RISCV_LAST_FP_REGNUM + 1.
5370         (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
5371
5372 2018-07-17  Tom Tromey  <tom@tromey.com>
5373
5374         * configure.ac: Remove --disable-gdbcli.
5375         * configure: Rebuild.
5376         * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
5377         (SUBDIR_CLI_CFLAGS): Remove.
5378         (SFILES): Use SUBDIR_CLI_SRCS.
5379         (COMMON_OBS): Use SUBDIR_CLI_OBS.
5380
5381 2018-07-17  Tom Tromey  <tom@tromey.com>
5382
5383         PR gdb/18624:
5384         * coffread.c (coff_symtab_read): Use scoped_free_pendings.
5385
5386 2018-07-16  Jim Wilson  <jimw@sifive.com>
5387
5388         * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
5389
5390 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
5391
5392         * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
5393         variable.
5394         (libunwind_frame_sniffer): Likewise.
5395         (libunwind_frame_prev_register): Likewise.
5396         (libunwind_sigtramp_frame_sniffer): Likewise.
5397         * ia64-tdep.c (ia64_access_reg): Likewise.
5398         (ia64_access_rse_reg): Likewise.
5399         (ia64_libunwind_sigtramp_frame_this_id): Likewise.
5400         * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
5401
5402 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
5403
5404         * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
5405
5406 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
5407
5408         * remote-sim.c (gdbsim_target::close,
5409         gdbsim_target::mourn_inferior): Remove unused variables.
5410
5411 2018-07-16  Simon Marchi  <simon.marchi@polymtl.ca>
5412
5413         * ia64-tdep.c (ktab_buf): New global.
5414         (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
5415         (get_kernel_table): Adjust.
5416
5417 2018-07-16  Tom Tromey  <tom@tromey.com>
5418
5419         * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
5420         * dwarf2read.c (using_directives, new_symbol): Use
5421         outermost_context_p.
5422         * dbxread.c (process_one_symbol): Use outermost_context_p.
5423         * coffread.c (coff_symtab_read): Use outermost_context_p.
5424
5425 2018-07-16  Tom Tromey  <tom@tromey.com>
5426
5427         * dwarf2read.c (using_directives, read_func_scope)
5428         (read_lexical_block_scope): Update.
5429         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
5430         * buildsym.h (local_using_directives, global_using_directives):
5431         Don't declare.
5432         (get_local_using_directives, set_local_using_directives)
5433         (get_global_using_directives): Declare.
5434         * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
5435         m_global_using_directives>: New members.
5436         (finish_block_internal, prepare_for_building)
5437         (reset_symtab_globals, end_symtab_get_static_block)
5438         (push_context): Update.
5439         (get_local_using_directives, set_local_using_directives)
5440         (get_global_using_directives): New functions.
5441         (buildsym_init): Update.
5442
5443 2018-07-16  Tom Tromey  <tom@tromey.com>
5444
5445         * xcoffread.c (xcoff_initial_scan): Don't call
5446         free_pending_blocks.
5447         * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
5448         * buildsym.h (class scoped_free_pendings): Add constructor.
5449         (free_pending_blocks): Don't declare.
5450         * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
5451         (free_pending_blocks): Now static.
5452
5453 2018-07-16  Tom Tromey  <tom@tromey.com>
5454
5455         * buildsym.h (push_subfile, pop_subfile): Update declarations.
5456         * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
5457         member.
5458         (struct subfile_stack): Remove.
5459         (subfile_stack): Remove.
5460         (push_subfile, pop_subfile, buildsym_init): Update.
5461
5462 2018-07-16  Tom Tromey  <tom@tromey.com>
5463
5464         * buildsym.c (push_subfile): Use gdb_assert.
5465         (pop_subfile): Use gdb_assert.
5466
5467 2018-07-16  Tom Tromey  <tom@tromey.com>
5468
5469         * buildsym.h (merge_symbol_lists): Remove.
5470         * buildsym.c (merge_symbol_lists): Remove.
5471
5472 2018-07-16  Tom Tromey  <tom@tromey.com>
5473
5474         * stabsread.c (scan_file_globals): Update comment.
5475         * stabsread.h (scan_file_globals): Move from buildsym.h.
5476         * buildsym.h (scan_file_globals): Move to stabsread.h.
5477
5478 2018-07-16  Tom Tromey  <tom@tromey.com>
5479
5480         * xcoffread.c (xcoff_new_init): Update.
5481         * mipsread.c (mipscoff_new_init): Update.
5482         * mdebugread.c (mdebug_build_psymtabs): Update.
5483         * elfread.c (elf_new_init): Update.
5484         * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
5485         (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
5486         * buildsym.h (buildsym_new_init): Don't declare.
5487         * buildsym.c (buildsym_new_init): Remove.
5488
5489 2018-07-16  Tom Tromey  <tom@tromey.com>
5490
5491         * stabsread.h (within_function): Move from buildsym.h.
5492         * stabsread.c (start_stabs): Clear within_function.
5493         * coffread.c (coff_start_symtab): Clear within_function.
5494         * buildsym.h (within_function): Move to stabsread.h.
5495         * buildsym.c (prepare_for_building): Update.
5496
5497 2018-07-16  Tom Tromey  <tom@tromey.com>
5498
5499         * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
5500         * dwarf2read.c (dwarf2_start_symtab): Don't set
5501         processing_gcc_compilation.
5502         * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
5503
5504 2018-07-16  Tom Tromey  <tom@tromey.com>
5505
5506         * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
5507         (next_symbol_text_func): Move from buildsym.h.
5508         * stabsread.c (hashname): Move from buildsym.c.
5509         * buildsym.h (HASHSIZE, symnum, next_symbol_text)
5510         (next_symbol_text_func, hashname): Move to stabsread.h.
5511         * buildsym.c: Don't include bcache.h
5512         (hashname): Move to stasbread.c.
5513
5514 2018-07-16  Tom Tromey  <tom@tromey.com>
5515
5516         * buildsym.h (context_stack_size): Don't declare.
5517         * buildsym.c (context_stack_size): New global.
5518
5519 2018-07-16  Tom Tromey  <tom@tromey.com>
5520
5521         * dbxread.c (processing_acc_compilation): New global.
5522         * buildsym.h (processing_acc_compilation): Don't declare.
5523
5524 2018-07-16  Tom Tromey  <tom@tromey.com>
5525
5526         * xcoffread.c (aix_process_linenos, complete_symtab): Update.
5527         * dbxread.c (read_ofile_symtab): Update.
5528         * coffread.c (coff_start_symtab, coff_end_symtab): Update.
5529         * buildsym.h (last_source_start_addr): Remove.
5530         (set_last_source_start_addr, get_last_source_start_addr):
5531         Declare.
5532         * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
5533         parameter.
5534         (struct buildsym_compunit) <m_last_source_start_addr>: New
5535         member.
5536         (prepare_for_building): Remove start_addr parameter.
5537         (start_symtab, restart_symtab, end_symtab_get_static_block)
5538         (end_symtab_with_blockvector): Update.
5539         (set_last_source_start_addr, get_last_source_start_addr): New
5540         functions.
5541
5542 2018-07-16  Tom Tromey  <tom@tromey.com>
5543
5544         * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
5545         member.
5546         (have_line_numbers): Remove.
5547         (record_line, prepare_for_building, end_symtab_get_static_block)
5548         (augment_type_symtab): Update.
5549
5550 2018-07-16  Tom Tromey  <tom@tromey.com>
5551
5552         * buildsym.c (~buildsym_compunit): Free the macro table.
5553         (struct buildsym_compunit) <get_macro_table, release_macros>: New
5554         methods.
5555         <m_pending_macros>: New member.
5556         (pending_macros): Remove.
5557         (~scoped_free_pendings, get_macro_table, prepare_for_building)
5558         (reset_symtab_globals, end_symtab_get_static_block)
5559         (end_symtab_with_blockvector, augment_type_symtab)
5560         (buildsym_init): Update.
5561
5562 2018-07-16  Tom Tromey  <tom@tromey.com>
5563
5564         * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
5565         parameter.
5566         (buildsym_compunit::set_last_source_file): New method.
5567         <m_last_source_file>: New member.
5568         (prepare_for_building): Remove "name" parameter.
5569         (start_symtab, restart_symtab, reset_symtab_globals): Update.
5570         (last_source_file): Remove.
5571         (set_last_source_file, get_last_source_file): Update.
5572
5573 2018-07-16  Tom Tromey  <tom@tromey.com>
5574
5575         * buildsym.c (prepare_for_building): Add assert.
5576
5577 2018-07-16  Tom Tromey  <tom@tromey.com>
5578
5579         * buildsym.c (~buildsym_compunit): Update.
5580         (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
5581         (start_subfile, patch_subfile_names)
5582         (end_symtab_with_blockvector): Update.
5583
5584 2018-07-16  Tom Tromey  <tom@tromey.com>
5585
5586         * buildsym.c (struct buildsym_compunit): Add constructor,
5587         destructor, initializers.
5588         (start_buildsym_compunit): Remove.
5589         (free_buildsym_compunit): Use "delete".
5590         (start_symtab, restart_symtab): Use "new".
5591
5592 2018-07-13  Simon Marchi  <simon.marchi@polymtl.ca>
5593
5594         * symfile.c (set_objfile_default_section_offset): Remove struct
5595         keyword.
5596
5597 2018-07-14  Stafford Horne  <shorne@gmail.com>
5598
5599         * (Responsible Maintainers): Add myself as or1k maintainer.
5600
5601 2018-07-13  Tom Tromey  <tom@tromey.com>
5602
5603         * symfile.c (set_objfile_default_section_offset): Use extra braces
5604         around initializer.
5605
5606 2018-07-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5607
5608         * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
5609         non-branching basr.
5610
5611 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5612
5613         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5614         unittests/cli-utils-selftests.c
5615         * unittests/cli-utils-selftests.c: New file.
5616
5617 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5618
5619         * NEWS: Mention new commands. Mention change to 'thread apply'.
5620
5621 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5622
5623         * thread.c (thr_try_catch_cmd): New function.
5624         (thread_apply_all_command): Handle qcs flags.
5625         (thread_apply_command): Handle qcs flags.
5626         (taas_command): New function.
5627         (tfaas_command): New function.
5628         (_initialize_thread): Update to setup the new commands 'taas
5629         and 'tfaas'. Change doc string for 'thread apply'.
5630
5631 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5632
5633         * stack.c: (trailing_outermost_frame): New function, mostly
5634         extracted from backtrace_command_1.
5635         (leading_innermost_frame): New function.
5636         (backtrace_command_1): Update to call trailing_outermost_frame.
5637         (frame_apply_command_count): New function.
5638         (frame_apply_level_command): New function.
5639         (frame_apply_all_command): New function.
5640         (frame_apply_command): New function.
5641         (faas_command): New function.
5642         (frame_cmd_list): New variable.
5643         (_initialize_stack): Update to setup the new commands 'frame apply'
5644         and 'faas'.
5645
5646 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5647
5648         * cli-utils.c (number_or_range_parser::get_number): Only handle
5649         numbers or convenience var as numbers.
5650         (parse_flags): New function.
5651         (parse_flags_qcs): New function.
5652         (number_or_range_parser::finished): Ensure parsing end is detected
5653         before end of string.
5654         * cli-utils.h (parse_flags): New function.
5655         (parse_flags_qcs): New function.
5656         (number_or_range_parser): Remove m_finished bool.
5657         (number_or_range_parser::skip_range): Set m_in_range to false.
5658
5659 2018-07-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5660
5661         * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
5662         on Windows.
5663
5664 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5665             Jan Kratochvil  <jan.kratochvil@redhat.com>
5666             Paul Fertser  <fercerpav@gmail.com>
5667             Tsutomu Seki  <sekiriki@gmail.com>
5668             Pedro Alves  <palves@redhat.com>
5669
5670         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5671         'unittests/parse-connection-spec-selftests.c'.
5672         (COMMON_SFILES): Add 'common/netstuff.c'.
5673         (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
5674         * NEWS (Changes since GDB 8.2): Mention IPv6 support.
5675         * common/netstuff.c: New file.
5676         * common/netstuff.h: New file.
5677         * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
5678         (wait_for_connect): Update comment.  New parameter
5679         'gdb::optional<int> sock' instead of 'struct serial *scb'.
5680         Use 'sock' directly instead of 'scb->fd'.
5681         (try_connect): New function, with code from 'net_open'.
5682         (net_open): Rewrite main loop to deal with multiple
5683         sockets/addresses.  Handle IPv6-style hostnames; implement
5684         support for IPv6 connections.
5685         * unittests/parse-connection-spec-selftests.c: New file.
5686
5687 2018-07-11  Pedro Alves  <palves@redhat.com>
5688
5689         PR gdb/23377
5690         * remote.c (remote_target::remote_detach_pid): Call
5691         set_current_process.
5692
5693 2018-07-11  Pedro Alves  <palves@redhat.com>
5694
5695         * h8300-tdep.c (h8300_gdbarch_init): Remove
5696         set_gdbarch_ecoff_reg_to_regnum calls.
5697
5698 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5699
5700         PR c++/23373
5701         * c-typeprint.c (c_type_print_base_struct_union): Don't print
5702         offsets/sizes for static members of a class/struct.
5703
5704 2018-07-11  Alan Hayward  <alan.hayward@arm.com>
5705
5706         * target-descriptions.c (tdesc_register_bitsize): Rename.
5707         * target-descriptions.h (tdesc_register_bitsize): Likewise.
5708         * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
5709         * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
5710
5711 2018-07-10  Tom Tromey  <tom@tromey.com>
5712
5713         * breakpoint.c (moribund_locations): Now static and a
5714         std::vector.
5715         (breakpoint_init_inferior, moribund_breakpoint_here_p)
5716         (build_bpstat_chain, update_global_location_list)
5717         (breakpoint_retire_moribund): Update.
5718         * breakpoint.h (bp_location_p): Remove typedef.  Don't declare
5719         VEC.
5720
5721 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
5722
5723         * riscv-tdep.c (riscv_is_fp_regno_p): New function.
5724         (riscv_register_reggroup_p): Use new function, remove unneeded
5725         parenthesis.
5726         (riscv_push_dummy_call): Extend assert to compare against xlen or
5727         flen based on register type.
5728
5729 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
5730
5731         * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
5732
5733 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
5734
5735         * remote.c (show_hardware_watchpoint_limit): New function.
5736         (show_hardware_watchpoint_length_limit): New function.
5737         (show_hardware_breakpoint_limit): New function.
5738         (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
5739         where appropriate, update help text.
5740
5741 2018-07-09  Tom Tromey  <tom@tromey.com>
5742
5743         * Makefile.in (CDEPS): Don't mention XM_CDEPS.
5744         (CLIBS): Don't mention NAT_CLIBS.
5745
5746 2018-07-09  Tom Tromey  <tom@tromey.com>
5747
5748         * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
5749         (LIBGDB_OBS, clean mostlyclean): Update.
5750         (gdb$(EXEEXT), insight$(EXEEXT)): Update.
5751
5752 2018-07-09  Tom Tromey  <tom@tromey.com>
5753
5754         * Makefile.in (%.c: %.y): Use ECHO_YACC.
5755         (%.c: %.l): Use ECHO_LEX.  Just fail if flex not available.
5756         * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
5757
5758 2018-07-09  Tom Tromey  <tom@tromey.com>
5759
5760         * Makefile.in (ALLDEPFILES): Remove exec.c.
5761         (COMMON_OBS): Remove exec.o.
5762         (COMMON_SFILES): Add exec.c.
5763
5764 2018-07-09  Tom Tromey  <tom@tromey.com>
5765
5766         * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
5767
5768 2018-07-09  Tom Tromey  <tom@tromey.com>
5769
5770         * Makefile.in (clean mostlyclean): Remove stamp-version.
5771         (version.c): Depend on stamp-version.
5772         (stamp-version): New rule, from version.c rule.
5773
5774 2018-07-09  Tom Tromey  <tom@tromey.com>
5775
5776         * Makefile.in (init.c): Depend on stamp-init.
5777         (stamp-init): New rule, from init.c rule.
5778         (clean mostlyclean): Remove stamp-init.
5779
5780 2018-07-09  Tom Tromey  <tom@tromey.com>
5781
5782         * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
5783         SUBDIR_GCC_COMPILE_SRCS.
5784
5785 2018-07-09  Tom Tromey  <tom@tromey.com>
5786
5787         * Makefile.in (init.c): Remove some unused sed rules.
5788
5789 2018-07-09  Tom Tromey  <tom@tromey.com>
5790
5791         * Makefile.in (TSOBS): Remove.
5792         (INIT_FILES): Update.
5793         (LIBGDB_OBS): Update.
5794         (COMMON_SFILES): Add inflow.c.
5795         (SFILES): Remove inflow.c.
5796
5797 2018-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5798
5799         * contrib/gdb-add-index.sh ($dwarf5): New, use it.
5800
5801 2018-07-07  Simon Marchi  <simon.marchi@polymtl.ca>
5802
5803         * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
5804         get_saveloc_name, is_signal_frame_name, step_name,
5805         init_remote_name, create_addr_space_name,
5806         destroy_addr_space_name, search_unwind_table_name,
5807         find_dyn_list_name): Constify.
5808
5809 2018-07-05  Simon Marchi  <simon.marchi@polymtl.ca>
5810
5811         * darwin-nat.c (darwin_pthread_kill): New function.
5812         (darwin_resume_thread): Use darwin_pthread_kill.
5813
5814 2018-07-05  Tom de Vries  <tdevries@suse.de>
5815
5816         * macroexp.c (macro_buffer) <operator=>: New member function.
5817
5818 2018-07-04  Tom Tromey  <tom@tromey.com>
5819
5820         * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
5821
5822 2018-07-04  Simon Marchi  <simon.marchi@polymtl.ca>
5823
5824         * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
5825         * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
5826         * maint.c: Likewise.
5827         * top.c: Likewise.
5828
5829 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
5830
5831         * NEWS: Create a new section for the next release branch.
5832         Rename the section of the current branch, now that it has
5833         been cut.
5834
5835 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
5836
5837         GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
5838         * version.in: Bump version to 8.2.50.DATE-git.
5839
5840 2018-07-04  Vyacheslav Barinov  <v.barinov@samsung.com>
5841             Pedro Alves  <palves@redhat.com>
5842
5843         * linux-nat.c (linux_init_ptrace): Rename to ...
5844         (linux_init_ptrace_procfs): ... this.  Call
5845         linux_proc_init_warnings.
5846         (linux_nat_target::post_attach)
5847         (linux_nat_target::post_startup_inferior): Adjust.
5848         * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
5849         * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
5850
5851 2018-07-04  Tom de Vries  <tdevries@suse.de>
5852
5853         * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
5854         check ...
5855         (read_comp_unit_head): ... here.
5856
5857 2018-07-03  Tom Tromey  <tom@tromey.com>
5858
5859         * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
5860         (stop_tracing, tstatus_command)
5861         (find_matching_tracepoint_location, merge_uploaded_tracepoints)
5862         (print_one_static_tracepoint_marker): Update.
5863         * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
5864         std::vector.
5865         * breakpoint.h (breakpoint_p): Remove typedef.  Don't declare
5866         VEC.
5867         (all_tracepoints, static_tracepoints_here): Return std::vector.
5868
5869 2018-07-03  Tom Tromey  <tom@tromey.com>
5870
5871         * common/ptid.c (ptid_equal): Remove.
5872         * common/ptid.h (ptid_equal): Don't declare.
5873         * ada-tasks.c: Update.
5874         * breakpoint.c: Update.
5875         * common/agent.c: Update.
5876         * corelow.c: Update.
5877         * darwin-nat-info.c: Update.
5878         * darwin-nat.c: Update.
5879         * dcache.c: Update.
5880         * dtrace-probe.c: Update.
5881         * dummy-frame.c: Update.
5882         * fbsd-nat.c: Update.
5883         * frame.c: Update.
5884         * gdbthread.h: Update.
5885         * gnu-nat.c: Update.
5886         * go32-nat.c: Update.
5887         * inf-loop.c: Update.
5888         * inf-ptrace.c: Update.
5889         * infcall.c: Update.
5890         * infcmd.c: Update.
5891         * inflow.c: Update.
5892         * infrun.c: Update.
5893         * linux-fork.c: Update.
5894         * linux-nat.c: Update.
5895         * linux-thread-db.c: Update.
5896         * mi/mi-cmd-var.c: Update.
5897         * mi/mi-interp.c: Update.
5898         * mi/mi-main.c: Update.
5899         * nto-procfs.c: Update.
5900         * ppc-linux-tdep.c: Update.
5901         * procfs.c: Update.
5902         * python/py-inferior.c: Update.
5903         * python/py-record-btrace.c: Update.
5904         * python/py-record.c: Update.
5905         * ravenscar-thread.c: Update.
5906         * regcache.c: Update.
5907         * remote-sim.c: Update.
5908         * remote.c: Update.
5909         * sol-thread.c: Update.
5910         * solib.c: Update.
5911         * target.c: Update.
5912         * tui/tui-stack.c: Update.
5913         * varobj.c: Update.
5914         * windows-nat.c: Update.
5915         * windows-tdep.c: Update.
5916
5917 2018-07-03  Tom Tromey  <tom@tromey.com>
5918
5919         * common/ptid.c (ptid_match): Remove.
5920         * common/ptid.h (ptid_match): Don't declare.
5921         * fbsd-nat.c: Update.
5922         * infcmd.c: Update.
5923         * infrun.c: Update.
5924         * linux-nat.c: Update.
5925         * record-btrace.c: Update.
5926         * regcache.c: Update.
5927         * remote.c: Update.
5928
5929 2018-07-03  Tom Tromey  <tom@tromey.com>
5930
5931         * common/ptid.c (ptid_tid_p): Remove.
5932         * common/ptid.h (ptid_tid_p): Don't declare.
5933         * sol-thread.c: Update.
5934
5935 2018-07-03  Tom Tromey  <tom@tromey.com>
5936
5937         * common/ptid.c (ptid_lwp_p): Remove.
5938         * common/ptid.h (ptid_lwp_p): Don't declare.
5939         * fbsd-nat.c: Update.
5940         * linux-nat.c: Update.
5941         * nat/linux-procfs.c: Update.
5942         * nat/x86-linux-dregs.c: Update.
5943         * sol-thread.c: Update.
5944
5945 2018-07-03  Tom Tromey  <tom@tromey.com>
5946
5947         * common/ptid.c (ptid_is_pid): Remove.
5948         * common/ptid.h (ptid_is_pid): Don't declare.
5949         * infrun.c: Update.
5950         * linux-nat.c: Update.
5951         * mi/mi-interp.c: Update.
5952         * remote.c: Update.
5953         * thread.c: Update.
5954
5955 2018-07-03  Tom Tromey  <tom@tromey.com>
5956
5957         * common/ptid.c (ptid_get_tid): Remove.
5958         * common/ptid.h (ptid_get_tid): Don't declare.
5959         * ada-tasks.c: Update.
5960         * aix-thread.c: Update.
5961         * bsd-uthread.c: Update.
5962         * darwin-nat.c: Update.
5963         * fbsd-nat.c: Update.
5964         * i386-darwin-nat.c: Update.
5965         * infrun.c: Update.
5966         * linux-tdep.c: Update.
5967         * nto-procfs.c: Update.
5968         * ppc-ravenscar-thread.c: Update.
5969         * python/py-infthread.c: Update.
5970         * ravenscar-thread.c: Update.
5971         * sol-thread.c: Update.
5972         * sparc-ravenscar-thread.c: Update.
5973         * windows-nat.c: Update.
5974
5975 2018-07-03  Tom Tromey  <tom@tromey.com>
5976
5977         * common/ptid.c (ptid_get_lwp): Remove.
5978         * common/ptid.h (ptid_get_lwp): Don't declare.
5979         * aarch64-linux-nat.c: Update.
5980         * ada-tasks.c: Update.
5981         * aix-thread.c: Update.
5982         * amd64-linux-nat.c: Update.
5983         * arm-linux-nat.c: Update.
5984         * corelow.c: Update.
5985         * fbsd-nat.c: Update.
5986         * fbsd-tdep.c: Update.
5987         * gnu-nat.c: Update.
5988         * i386-cygwin-tdep.c: Update.
5989         * i386-gnu-nat.c: Update.
5990         * i386-linux-nat.c: Update.
5991         * ia64-linux-nat.c: Update.
5992         * inf-ptrace.c: Update.
5993         * infrun.c: Update.
5994         * linux-fork.c: Update.
5995         * linux-nat.c: Update.
5996         * linux-tdep.c: Update.
5997         * linux-thread-db.c: Update.
5998         * mips-linux-nat.c: Update.
5999         * nat/aarch64-linux-hw-point.c: Update.
6000         * nat/aarch64-linux.c: Update.
6001         * nat/linux-btrace.c: Update.
6002         * nat/linux-osdata.c: Update.
6003         * nat/linux-procfs.c: Update.
6004         * nat/x86-linux-dregs.c: Update.
6005         * obsd-nat.c: Update.
6006         * ppc-fbsd-nat.c: Update.
6007         * ppc-linux-nat.c: Update.
6008         * procfs.c: Update.
6009         * python/py-infthread.c: Update.
6010         * ravenscar-thread.c: Update.
6011         * remote.c: Update.
6012         * s390-linux-nat.c: Update.
6013         * sol-thread.c: Update.
6014         * sol2-tdep.c: Update.
6015         * spu-linux-nat.c: Update.
6016         * x86-linux-nat.c: Update.
6017         * xtensa-linux-nat.c: Update.
6018
6019 2018-07-03  Tom Tromey  <tom@tromey.com>
6020
6021         * common/ptid.c (ptid_get_pid): Remove.
6022         * common/ptid.h (ptid_get_pid): Don't declare.
6023         * aarch64-linux-nat.c: Update.
6024         * ada-lang.c: Update.
6025         * aix-thread.c: Update.
6026         * alpha-bsd-nat.c: Update.
6027         * amd64-fbsd-nat.c: Update.
6028         * amd64-linux-nat.c: Update.
6029         * arm-linux-nat.c: Update.
6030         * arm-nbsd-nat.c: Update.
6031         * auxv.c: Update.
6032         * break-catch-syscall.c: Update.
6033         * breakpoint.c: Update.
6034         * bsd-uthread.c: Update.
6035         * corelow.c: Update.
6036         * ctf.c: Update.
6037         * darwin-nat.c: Update.
6038         * fbsd-nat.c: Update.
6039         * fbsd-tdep.c: Update.
6040         * gcore.c: Update.
6041         * gnu-nat.c: Update.
6042         * hppa-nbsd-nat.c: Update.
6043         * hppa-obsd-nat.c: Update.
6044         * i386-fbsd-nat.c: Update.
6045         * ia64-linux-nat.c: Update.
6046         * inf-ptrace.c: Update.
6047         * infcmd.c: Update.
6048         * inferior.c: Update.
6049         * inferior.h: Update.
6050         * inflow.c: Update.
6051         * infrun.c: Update.
6052         * linux-fork.c: Update.
6053         * linux-nat.c: Update.
6054         * linux-tdep.c: Update.
6055         * linux-thread-db.c: Update.
6056         * m68k-bsd-nat.c: Update.
6057         * mi/mi-interp.c: Update.
6058         * mi/mi-main.c: Update.
6059         * mips-linux-nat.c: Update.
6060         * mips-nbsd-nat.c: Update.
6061         * mips64-obsd-nat.c: Update.
6062         * nat/aarch64-linux-hw-point.c: Update.
6063         * nat/aarch64-linux.c: Update.
6064         * nat/linux-btrace.c: Update.
6065         * nat/linux-osdata.c: Update.
6066         * nat/linux-procfs.c: Update.
6067         * nat/x86-linux-dregs.c: Update.
6068         * nto-procfs.c: Update.
6069         * obsd-nat.c: Update.
6070         * ppc-linux-nat.c: Update.
6071         * ppc-nbsd-nat.c: Update.
6072         * ppc-obsd-nat.c: Update.
6073         * proc-service.c: Update.
6074         * procfs.c: Update.
6075         * python/py-inferior.c: Update.
6076         * python/py-infthread.c: Update.
6077         * ravenscar-thread.c: Update.
6078         * record.c: Update.
6079         * remote-sim.c: Update.
6080         * remote.c: Update.
6081         * rs6000-nat.c: Update.
6082         * s390-linux-nat.c: Update.
6083         * sh-nbsd-nat.c: Update.
6084         * sol-thread.c: Update.
6085         * sparc-nat.c: Update.
6086         * sparc64-tdep.c: Update.
6087         * spu-linux-nat.c: Update.
6088         * spu-tdep.c: Update.
6089         * target-debug.h: Update.
6090         * target.c: Update.
6091         * thread.c: Update.
6092         * tid-parse.c: Update.
6093         * tracefile-tfile.c: Update.
6094         * vax-bsd-nat.c: Update.
6095         * windows-nat.c: Update.
6096         * x86-linux-nat.c: Update.
6097         * x86-nat.c: Update.
6098
6099 2018-07-03  Tom Tromey  <tom@tromey.com>
6100
6101         * common/ptid.c (pid_to_ptid): Remove.
6102         * common/ptid.h (pid_to_ptid): Don't declare.
6103         * aix-thread.c: Update.
6104         * arm-linux-nat.c: Update.
6105         * common/ptid.c: Update.
6106         * common/ptid.h: Update.
6107         * corelow.c: Update.
6108         * ctf.c: Update.
6109         * darwin-nat.c: Update.
6110         * fbsd-nat.c: Update.
6111         * fork-child.c: Update.
6112         * gnu-nat.c: Update.
6113         * go32-nat.c: Update.
6114         * inf-ptrace.c: Update.
6115         * infcmd.c: Update.
6116         * inferior.c: Update.
6117         * infrun.c: Update.
6118         * linux-fork.c: Update.
6119         * linux-nat.c: Update.
6120         * nat/aarch64-linux-hw-point.c: Update.
6121         * nat/fork-inferior.c: Update.
6122         * nat/x86-linux-dregs.c: Update.
6123         * nto-procfs.c: Update.
6124         * obsd-nat.c: Update.
6125         * procfs.c: Update.
6126         * progspace.c: Update.
6127         * remote.c: Update.
6128         * rs6000-nat.c: Update.
6129         * s390-linux-nat.c: Update.
6130         * sol-thread.c: Update.
6131         * spu-linux-nat.c: Update.
6132         * target.c: Update.
6133         * top.c: Update.
6134         * tracefile-tfile.c: Update.
6135         * windows-nat.c: Update.
6136
6137 2018-07-03  Tom Tromey  <tom@tromey.com>
6138
6139         * common/ptid.h (ptid_build): Don't declare.
6140         * common/ptid.c (ptid_build): Remove.
6141         * aix-thread.c: Update.
6142         * bsd-kvm.c: Update.
6143         * bsd-uthread.c: Update.
6144         * common/agent.c: Update.
6145         * common/ptid.c: Update.
6146         * common/ptid.h: Update.
6147         * corelow.c: Update.
6148         * darwin-nat.c: Update.
6149         * fbsd-nat.c: Update.
6150         * gnu-nat.c: Update.
6151         * linux-fork.c: Update.
6152         * linux-nat.c: Update.
6153         * linux-thread-db.c: Update.
6154         * nat/linux-osdata.c: Update.
6155         * nat/linux-procfs.c: Update.
6156         * nto-procfs.c: Update.
6157         * obsd-nat.c: Update.
6158         * proc-service.c: Update.
6159         * procfs.c: Update.
6160         * ravenscar-thread.c: Update.
6161         * remote-sim.c: Update.
6162         * remote.c: Update.
6163         * sol-thread.c: Update.
6164         * target.c: Update.
6165         * windows-nat.c: Update.
6166
6167 2018-07-03  Tom Tromey  <tom@tromey.com>
6168
6169         * infrun.c (follow_exec): Use exit_inferior_silent.
6170         * inferior.c (exit_inferior_num_silent): Remove.
6171         * inferior.h (exit_inferior_num_silent): Don't declare.
6172
6173 2018-07-03  Tom Tromey  <tom@tromey.com>
6174
6175         PR cli/23340:
6176         * darwin-nat.c (darwin_attach_pid): Reset inferior and
6177         inferior_ptid on error.
6178
6179 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
6180             Simon Marchi  <simon.marchi@polymtl.ca>
6181
6182         PR tdep/8282
6183         * disasm.h (gdb_disassembler): Add
6184         `m_disassembler_options_holder'. member
6185         * disasm.c (get_all_disassembler_options): New function.
6186         (gdb_disassembler::gdb_disassembler): Use it.
6187         (gdb_buffered_insn_length_init_dis): Likewise.
6188         (gdb_buffered_insn_length): Adjust accordingly.
6189         (set_disassembler_options): Handle options with arguments.
6190         (show_disassembler_options_sfunc): Likewise.  Add a leading new
6191         line if showing options with descriptions.
6192         (disassembler_options_completer): Adapt to using the
6193         `disasm_options_and_args_t' structure.
6194         * mips-tdep.c (mips_disassembler_options): New variable.
6195         (mips_disassembler_options_o32): Likewise.
6196         (mips_disassembler_options_n32): Likewise.
6197         (mips_disassembler_options_n64): Likewise.
6198         (gdb_print_insn_mips): Don't set `disassembler_options'.
6199         (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
6200         functions.
6201         (mips_gdbarch_init): Always set `gdbarch_print_insn' to
6202         `gdb_print_insn_mips'.  Set `gdbarch_disassembler_options',
6203         `gdbarch_disassembler_options_implicit' and
6204         `gdbarch_valid_disassembler_options'.
6205         * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
6206         `disasm_options_and_args_t' structure.
6207         * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
6208         method.
6209         (valid_disassembler_options): Switch from `disasm_options_t' to
6210         the `disasm_options_and_args_t' structure.
6211         * NEWS: Document `set disassembler-options' support for the MIPS
6212         target.
6213         * gdbarch.h: Regenerate.
6214         * gdbarch.c: Regenerate.
6215
6216 2018-07-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
6217
6218         * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
6219
6220 2018-06-29  Joel Brobecker  <brobecker@adacore.com>
6221
6222         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
6223         parameter in call to amd64_target_description.
6224         * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
6225         * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
6226         (amd64fbsd_init_abi): Likewise.
6227         * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
6228         * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
6229         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
6230         * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
6231
6232 2018-06-29  Pedro Alves  <palves@redhat.com>
6233
6234         * gdb/amd64-tdep.h (amd64_create_target_description): Add
6235         "segments" parameter.
6236         * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
6237         (_initialize_amd64_tdep): Update call to
6238         amd64_create_target_description.
6239         (amd64_target_description): Add "segments" parameter.  Adjust
6240         the implementation to use it.
6241         * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
6242         call to amd64_create_target_description.
6243         * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
6244         * gdb/arch/amd64.h (amd64_create_target_description): Add
6245         "segments" register.
6246         * gdb/arch/amd64.c (amd64_create_target_description): Add
6247         "segments" parameter.  Call create_feature_i386_64bit_segments
6248         only if SEGMENTS is true.
6249         * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
6250         call to amd64_create_target_description.
6251
6252 2018-06-29  Pedro Alves  <palves@redhat.com>
6253
6254         * thread.c (thread_target_id_str): New, factored out from ...
6255         (print_thread_info_1): ... here.  Use it to compute the max
6256         "Target Id" column width.
6257
6258 2018-06-29  Pedro Alves  <palves@redhat.com>
6259
6260         * remote.c (remote_target::extra_thread_info): Delete
6261         'display_buf' and 'n' locals.  from the cache, regardless of
6262         packet mechanims is in use.  Use cache for qThreadExtra and qP
6263         methods too.
6264
6265 2018-06-29  Pedro Alves  <palves@redhat.com>
6266
6267         * blockframe.c (find_pc_sect_containing_function): New function.
6268         * breakpoint.c (print_breakpoint_location): Don't call
6269         find_pc_sect_function.
6270         * linespec.c (create_sals_line_offset): Record the location's
6271         symbol in the sal.
6272         * linespec.c (convert_address_location_to_sals): Fill in sal's
6273         symbol with find_pc_sect_containing_function.
6274         * symtab.c (find_function_start_sal): Rename to ...
6275         (find_function_start_sal_1): ... this.
6276         (find_function_start_sal): Reimplement as wrapper around
6277         find_function_start_sal_1, and use
6278         find_pc_sect_containing_function to fill in the sal's symbol.
6279         (find_function_start_sal(symbol*, bool)): Adjust.
6280         * symtab.h (find_pc_function, find_pc_sect_function): Adjust
6281         comments.
6282         (find_pc_sect_containing_function): Declare.
6283
6284 2018-06-29  Pedro Alves  <palves@redhat.com>
6285
6286         * inline-frame.c (stopped_by_user_bp_inline_frame): Return
6287         true if the the location has no symbol.
6288
6289 2018-06-28  Tom Tromey  <tom@tromey.com>
6290
6291         * NEWS: Mention --enable-codesign.
6292         * silent-rules.mk (ECHO_SIGN): New variable.
6293         * configure.ac: Add --enable-codesign.
6294         * configure: Rebuild.
6295         * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
6296         (gdb$(EXEEXT)): Optionally invoke codesign.
6297
6298 2018-06-28  Pedro Alves  <palves@redhat.com>
6299
6300         * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
6301         comments.
6302         (switch_to_thread_no_regs): Adjust comment.
6303         * infcmd.c (stop_pc): Delete.
6304         (post_create_inferior, info_program_command): Replace references
6305         to stop_pc with references to thread_info->suspend.stop_pc.
6306         * inferior.h (stop_pc): Delete declaration.
6307         * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
6308         (handle_inferior_event_1, handle_signal_stop)
6309         (process_event_stop_test, keep_going_stepped_thread)
6310         (handle_step_into_function, handle_step_into_function_backward)
6311         (print_stop_location): Replace references to stop_pc with
6312         references to thread_info->suspend.stop_pc.
6313         (struct infcall_suspend_state) <stop_pc>: Delete field.
6314         (save_infcall_suspend_state, restore_infcall_suspend_state):
6315         Remove references to inf_stat->stop_pc.
6316         * linux-fork.c (fork_load_infrun_state): Likewise.
6317         * record-btrace.c (record_btrace_set_replay): Likewise.
6318         * record-full.c (record_full_goto_entry): Likewise.
6319         * remote.c (print_one_stopped_thread): Likewise.
6320         * target.c (target_resume): Extend comment.
6321         * thread.c (set_executing_thread): New.
6322         (set_executing): Use it.
6323         (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
6324         Remove references to stop_pc.
6325
6326 2018-06-28  Pedro Alves  <palves@redhat.com>
6327
6328         * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
6329         Moving fetching stop_pc until after ecs->event_thread is refreshed.
6330
6331 2018-06-28  Tom Tromey  <tom@tromey.com>
6332
6333         * coffread.c (coff_symfile_finish): Update.
6334         * xcoffread.c (xcoff_symfile_finish): Update.
6335         * elfread.c (elf_symfile_finish): Update.
6336         * symfile.h (dwarf2_free_objfile): Don't declare.
6337         * dwarf2read.c (_initialize_dwarf2_read): Use
6338         register_objfile_data_with_cleanup.
6339         (dwarf2_free_objfile): Now static.  Change signature.
6340
6341 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
6342
6343         * symfile.c (add_symbol_file_command, _initialize_symfile): Add
6344         option "-o" to add-symbol-file-load to add an offset to each
6345         section's load address.
6346         * symfile.c (set_objfile_default_section_offset): New function.
6347
6348 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
6349
6350         * symfile.c (add_symbol_file_command): Make sure that sections
6351         with the same name are sorted in the same order.
6352
6353 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
6354
6355         * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
6356         require the second argument.  If omitted, load sections at the
6357         addresses specified in the file.
6358
6359 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
6360
6361         * symfile.c (symbol_file_command, symbol_file_add_main_1)
6362         (_initialize_symfile): Add option "-o" to symbol-file to add an
6363         offset to each section of the symbol file.
6364
6365 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
6366
6367         * MAINTAINERS (Write After Approval): Add Petr Tesarik.
6368
6369 2018-06-27  Tom Tromey  <tom@tromey.com>
6370
6371         * stack.c (_initialize_stack): Update "func" help text.
6372
6373 2018-06-27  Tom Tromey  <tom@tromey.com>
6374
6375         * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
6376         std::vector.
6377         (unwind_infopy_str, pyuw_create_unwind_info)
6378         (unwind_infopy_add_saved_register, pyuw_sniffer)
6379         (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
6380         Update.
6381         (struct saved_reg): Add constructor.
6382         <value>: Now a gdbpy_ref<>.
6383
6384 2018-06-27  Tom Tromey  <tom@tromey.com>
6385
6386         * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
6387
6388 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6389
6390         * gdb-gdb.py.in: Format using autopep8.
6391
6392 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6393
6394         * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
6395         (type_lookup_function): Recognize CORE_ADDR values.
6396
6397 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6398
6399         * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
6400         print tag_name.
6401
6402 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6403
6404         * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
6405         <__lt__>: Add.
6406
6407 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6408
6409         * gdb-gdb.py: Move to...
6410         * gdb-gdb.py.in: ... here.
6411         * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
6412         * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
6413         dependencies.
6414         (distclean): Remove gdb-gdb.py when cleaning.
6415         (gdb-gdb.py, gdb-gdb.gdb): New rules.
6416         * configure: Re-generate.
6417
6418 2018-06-27  Pedro Alves  <palves@redhat.com>
6419
6420         * proc-service.c (get_ps_regcache): New.
6421         (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
6422         (ps_lsetfpregs): Use it.
6423
6424 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
6425
6426         PR gdb/21695
6427         * dwarf2read.c (lnp_state_machine::check_line_address): Update declaration.
6428         (dwarf_decode_lines_1): Adjust.
6429
6430 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6431
6432         * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
6433         override.
6434         <info_proc>: Likewise.
6435
6436 2018-06-26  Joel Brobecker  <brobecker@adacore.com>
6437
6438         * windows-nat.c (do_windows_fetch_inferior_registers): Rename
6439         to windows_fetch_one_register, and only handle the case of
6440         fetching one register.  Move the code that reloads the context
6441         and iterates over all registers if R is negative to...
6442         (windows_nat_target::fetch_registers): ... here.
6443         (do_windows_store_inferior_registers): Rename to
6444         windows_store_one_register, and only handle the case of storing
6445         one register.  Move the code that handles the case where r is
6446         negative to...
6447         (windows_nat_target::store_registers) ... here.
6448
6449 2018-06-26  Tom Tromey  <tom@tromey.com>
6450
6451         PR rust/22574:
6452         * typeprint.c (whatis_exp): Allow ptype/o for Rust.
6453         * rust-lang.c (rust_print_struct_def): Add podata parameter.
6454         Update.
6455         (rust_internal_print_type): Add podata parameter.
6456         (rust_print_type): Update.
6457
6458 2018-06-26  Tom Tromey  <tom@tromey.com>
6459
6460         * typeprint.h (struct print_offset_data) <update, finish,
6461         maybe_print_hole>: New methods.
6462         <indentation>: New constant.
6463         * typeprint.c (print_offset_data::indentation): Define.
6464         (print_offset_data::maybe_print_hole, print_offset_data::update)
6465         (print_offset_data::finish): Move from c-typeprint.c and rename.
6466         * c-typeprint.c (OFFSET_SPC_LEN): Remove.
6467         (print_spaces_filtered_with_print_options): Update.
6468         (c_print_type_union_field_offset, maybe_print_hole)
6469         (c_print_type_struct_field_offset): Move to typeprint.c and
6470         rename.
6471         (c_type_print_base_struct_union): Update.
6472
6473 2018-06-25  Pedro Alves  <palves@redhat.com>
6474
6475         * gdbthread.h (thread_info_ref, delete_thread)
6476         (delete_thread_silent, first_thread_of_inferior)
6477         (any_thread_of_inferior, switch_to_thread)
6478         (enable_thread_stack_temporaries)
6479         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
6480         (get_last_thread_stack_temporary)
6481         (value_in_thread_stack_temporaries, can_access_registers_thread):
6482         Spell out "struct thread_info" instead of just "thread_info".
6483         * inferior.h (notice_new_inferior): Likewise.
6484
6485 2018-06-25  Pedro Alves  <palves@redhat.com>
6486
6487         * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
6488         pass thread_info pointer to delete_thread.
6489         (windows_nat_target::detach): Pass inferior pointer to
6490         detach_inferior.
6491         * aix-thread.c (sync_threadlists): Pass thread_info pointer to
6492         delete_thread.
6493         * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
6494         * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
6495         and pass a thread_info pointer to delete_thread.
6496         * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
6497         pass thread_info pointer to delete_thread.
6498         * go32-nat.c (go32_nat_target::mourn_inferior): Remove
6499         delete_thread_silent call.
6500         * procfs.c (procfs_target::detach): Pass inferior pointer to
6501         detach_inferior.
6502         (procfs_target::wait): Pass thread_info pointer to delete_thread.
6503         * remote-sim.c (gdbsim_target::mourn_inferior): Remove
6504         delete_thread_silent call.
6505         * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
6506         pass thread_info pointer to delete_thread.
6507         (windows_nat_target::detach): Pass inferior pointer to
6508         delete_inferior.
6509
6510 2018-06-22  Alan Hayward  <alan.hayward@arm.com>
6511
6512         * regcache.c (readable_regcache::read_part): Fix asserts.
6513         (reg_buffer::raw_collect_part): New function.
6514         (regcache::write_part): Fix asserts.
6515         (reg_buffer::raw_supply_part): New function.
6516         (regcache::transfer_regset_register): New helper function.
6517         (regcache::transfer_regset): Call new functions.
6518         (regcache_supply_regset): Use gdb_byte*.
6519         (regcache::supply_regset): Likewise.
6520         (regcache_collect_regset): Likewise.
6521         (regcache::collect_regset): Likewise.
6522         * regcache.h (reg_buffer::raw_collect_part): New declaration.
6523         (reg_buffer::raw_supply_part): Likewise.
6524         (regcache::transfer_regset_register): Likewise.
6525         (regcache::transfer_regset): Use gdb_byte*.
6526
6527 2018-06-22  Alan Hayward  <alan.hayward@arm.com>
6528
6529         * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
6530
6531 2018-06-21  Pedro Alves  <palves@redhat.com>
6532
6533         * ada-lang.h (ada_get_task_number): Take a thread_info pointer
6534         instead of a ptid_t.  All callers adjusted.
6535         * ada-tasks.c (ada_get_task_number): Likewise.  All callers
6536         adjusted.
6537         (print_ada_task_info, display_current_task_id, task_command_1):
6538         Adjust.
6539         * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
6540         inferior_thread.
6541         (breakpoint_kind): Adjust.
6542         (remove_breakpoints_pid): Rename to ...
6543         (remove_breakpoints_inf): ... this.  Adjust to take an inferior
6544         pointer.  All callers adjusted.
6545         (bpstat_clear_actions): Use inferior_thread.
6546         (get_bpstat_thread): New.
6547         (bpstat_do_actions): Use it.
6548         (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
6549         to take a thread_info pointer.  All callers adjusted.
6550         (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
6551         (breakpoint_re_set_thread): Use inferior_thread.
6552         * breakpoint.h (struct inferior): Forward declare.
6553         (bpstat_stop_status): Update.
6554         (remove_breakpoints_pid): Delete.
6555         (remove_breakpoints_inf): New.
6556         * bsd-uthread.c (bsd_uthread_target::wait)
6557         (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
6558         * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
6559         (maint_btrace_packet_history_cmd)
6560         (maint_btrace_clear_packet_history_cmd): Adjust.
6561         (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
6562         inferior_thread.
6563         * cli/cli-interp.c: Include "inferior.h".
6564         * common/refcounted-object.h (struct
6565         refcounted_object_ref_policy): New.
6566         * compile/compile-object-load.c: Include gdbthread.h.
6567         (store_regs): Use inferior_thread.
6568         * corelow.c (core_target::close): Use current_inferior.
6569         (core_target_open): Adjust to use first_thread_of_inferior and use
6570         the current inferior.
6571         * ctf.c (ctf_target::close): Adjust to use current_inferior.
6572         * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
6573         <thread>: ... this new field.  All references adjusted.
6574         (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
6575         Take a thread_info pointer instead of a ptid_t.
6576         * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
6577         (dummy_frame_discard, register_dummy_frame_dtor): Take a
6578         thread_info pointer instead of a ptid_t.
6579         * elfread.c: Include "inferior.h".
6580         (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
6581         Use inferior_thread.
6582         * eval.c (evaluate_subexp): Likewise.
6583         * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
6584         inferior_thread.
6585         * gdb_proc_service.h (struct thread_info): Forward declare.
6586         (struct ps_prochandle) <ptid>: Delete, replaced by ...
6587         <thread>: ... this new field.  All references adjusted.
6588         * gdbarch.h, gdbarch.c: Regenerate.
6589         * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
6590         'thread' parameter.  All implementations and callers adjusted.
6591         * gdbthread.h (thread_info) <set_running>: New method.
6592         (delete_thread, delete_thread_silent): Take a thread_info pointer
6593         instead of a ptid.
6594         (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
6595         (first_thread_of_process): Delete, replaced by ...
6596         (first_thread_of_inferior): ... this new function.  All callers
6597         adjusted.
6598         (any_live_thread_of_process): Delete, replaced by ...
6599         (any_live_thread_of_inferior): ... this new function.  All callers
6600         adjusted.
6601         (switch_to_thread, switch_to_no_thread): Declare.
6602         (is_executing): Delete.
6603         (enable_thread_stack_temporaries): Update comment.
6604         <enable_thread_stack_temporaries>: Take a thread_info pointer
6605         instead of a ptid_t.  Incref the thread.
6606         <~enable_thread_stack_temporaries>: Decref the thread.
6607         <m_ptid>: Delete
6608         <m_thr>: New.
6609         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
6610         (get_last_thread_stack_temporary)
6611         (value_in_thread_stack_temporaries, can_access_registers_thread):
6612         Take a thread_info pointer instead of a ptid_t.  All callers
6613         adjusted.
6614         * infcall.c (get_call_return_value): Use inferior_thread.
6615         (run_inferior_call): Work with thread pointers instead of ptid_t.
6616         (call_function_by_hand_dummy): Work with thread pointers instead
6617         of ptid_t.  Use thread_info_ref.
6618         * infcmd.c (proceed_thread_callback): Access thread's state
6619         directly.
6620         (ensure_valid_thread, ensure_not_running): Use inferior_thread,
6621         access thread's state directly.
6622         (continue_command): Use inferior_thread.
6623         (info_program_command): Use find_thread_ptid and access thread
6624         state directly.
6625         (proceed_after_attach_callback): Use thread state directly.
6626         (notice_new_inferior): Take a thread_info pointer instead of a
6627         ptid_t.  All callers adjusted.
6628         (exit_inferior): Take an inferior pointer instead of a pid.  All
6629         callers adjusted.
6630         (exit_inferior_silent): New.
6631         (detach_inferior): Delete.
6632         (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
6633         (gdb_inferior_id_to_pid, in_inferior_list): Delete.
6634         (detach_inferior_command, kill_inferior_command): Use
6635         find_inferior_id instead of valid_gdb_inferior_id and
6636         gdb_inferior_id_to_pid.
6637         (inferior_command): Use inferior and thread pointers.
6638         * inferior.h (struct thread_info): Forward declare.
6639         (notice_new_inferior): Take a thread_info pointer instead of a
6640         ptid_t.  All callers adjusted.
6641         (detach_inferior): Delete declaration.
6642         (exit_inferior, exit_inferior_silent): Take an inferior pointer
6643         instead of a pid.  All callers adjusted.
6644         (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
6645         (valid_gdb_inferior_id): Delete.
6646         * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
6647         (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
6648         (struct displaced_step_inferior_state) <pid>: Delete, replaced by
6649         ...
6650         <inf>: ... this new field.
6651         <step_ptid>: Delete, replaced by ...
6652         <step_thread>: ... this new field.
6653         (get_displaced_stepping_state): Take an inferior pointer instead
6654         of a pid.  All callers adjusted.
6655         (displaced_step_in_progress_any_inferior): Adjust.
6656         (displaced_step_in_progress_thread): Take a thread pointer instead
6657         of a ptid_t.  All callers adjusted.
6658         (displaced_step_in_progress, add_displaced_stepping_state): Take
6659         an inferior pointer instead of a pid.  All callers adjusted.
6660         (get_displaced_step_closure_by_addr): Adjust.
6661         (remove_displaced_stepping_state): Take an inferior pointer
6662         instead of a pid.  All callers adjusted.
6663         (displaced_step_prepare_throw, displaced_step_prepare)
6664         (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
6665         All callers adjusted.
6666         (start_step_over): Adjust.
6667         (infrun_thread_ptid_changed): Remove bit updating ptids in the
6668         displaced step queue.
6669         (do_target_resume): Adjust.
6670         (fetch_inferior_event): Use inferior_thread.
6671         (context_switch, get_inferior_stop_soon): Take an
6672         execution_control_state pointer instead of a ptid_t.  All callers
6673         adjusted.
6674         (switch_to_thread_cleanup): Delete.
6675         (stop_all_threads): Use scoped_restore_current_thread.
6676         * inline-frame.c: Include "gdbthread.h".
6677         (inline_state) <inline_state>: Take a thread pointer instead of a
6678         ptid_t.  All callers adjusted.
6679         <ptid>: Delete, replaced by ...
6680         <thread>: ... this new field.
6681         (find_inline_frame_state): Take a thread pointer instead of a
6682         ptid_t.  All callers adjusted.
6683         (skip_inline_frames, step_into_inline_frame)
6684         (inline_skipped_frames, inline_skipped_symbol): Take a thread
6685         pointer instead of a ptid_t.  All callers adjusted.
6686         * inline-frame.h (skip_inline_frames, step_into_inline_frame)
6687         (inline_skipped_frames, inline_skipped_symbol): Likewise.
6688         * linux-fork.c (delete_checkpoint_command): Adjust to use thread
6689         pointers directly.
6690         * linux-nat.c (get_detach_signal): Likewise.
6691         * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
6692         (thread_db_notice_clone): Adjust.
6693         (thread_db_find_new_threads_silently)
6694         (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
6695         a thread pointer instead of a ptid_t.  All callers adjusted.
6696         * mi/mi-cmd-var.c: Include "inferior.h".
6697         (mi_cmd_var_update_iter): Update to use thread pointers.
6698         * mi/mi-interp.c (mi_new_thread): Update to use the thread's
6699         inferior directly.
6700         (mi_output_running_pid, mi_inferior_count): Delete, bits factored
6701         out to ...
6702         (mi_output_running): ... this new function.
6703         (mi_on_resume_1): Adjust to use it.
6704         (mi_user_selected_context_changed): Adjust to use inferior_thread.
6705         * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
6706         directly.
6707         (interrupt_thread_callback): : Adjust to use thread and inferior
6708         pointers.
6709         * proc-service.c: Include "gdbthread.h".
6710         (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
6711         * progspace-and-thread.c: Include "inferior.h".
6712         * progspace.c: Include "inferior.h".
6713         * python/py-exitedevent.c (create_exited_event_object): Adjust to
6714         hold a reference to an inferior_object.
6715         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
6716         inferior_thread.
6717         * python/py-inferior.c (struct inferior_object): Give the type a
6718         tag name instead of a typedef.
6719         (python_on_normal_stop): No need to check if the current thread is
6720         listed.
6721         (inferior_to_inferior_object): Change return type to
6722         inferior_object.  All callers adjusted.
6723         (find_thread_object): Delete, bits factored out to ...
6724         (thread_to_thread_object): ... this new function.
6725         * python/py-infthread.c (create_thread_object): Use
6726         inferior_to_inferior_object.
6727         (thpy_is_stopped): Use thread pointer directly.
6728         (gdbpy_selected_thread): Use inferior_thread.
6729         * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
6730         field, replaced with ...
6731         <thread>: ... this new field.  All users adjusted.
6732         (btpy_insn_or_gap_new): Drop const.
6733         (btpy_list_new): Take a thread pointer instead of a ptid_t.  All
6734         callers adjusted.
6735         * python/py-record.c: Include "gdbthread.h".
6736         (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
6737         a ptid_t.  All callers adjusted.
6738         (gdbpy_current_recording): Use inferior_thread.
6739         * python/py-record.h (recpy_record_object) <ptid>: Delete
6740         field, replaced with ...
6741         <thread>: ... this new field.  All users adjusted.
6742         (recpy_element_object) <ptid>: Delete
6743         field, replaced with ...
6744         <thread>: ... this new field.  All users adjusted.
6745         (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
6746         a ptid_t.  All callers adjusted.
6747         * python/py-threadevent.c: Include "gdbthread.h".
6748         (get_event_thread): Use thread_to_thread_object.
6749         * python/python-internal.h (struct inferior_object): Forward
6750         declare.
6751         (find_thread_object, find_inferior_object): Delete declarations.
6752         (thread_to_thread_object, inferior_to_inferior_object): New
6753         declarations.
6754         * record-btrace.c: Include "inferior.h".
6755         (require_btrace_thread): Use inferior_thread.
6756         (record_btrace_frame_sniffer)
6757         (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
6758         (get_thread_current_frame): Use scoped_restore_current_thread and
6759         switch_to_thread.
6760         (get_thread_current_frame): Use thread pointer directly.
6761         (record_btrace_replay_at_breakpoint): Use thread's inferior
6762         pointer directly.
6763         * record-full.c: Include "inferior.h".
6764         * regcache.c: Include "gdbthread.h".
6765         (get_thread_arch_regcache): Use the inferior's address space
6766         directly.
6767         (get_thread_regcache, registers_changed_thread): New.
6768         * regcache.h (get_thread_regcache(thread_info *thread)): New
6769         overload.
6770         (registers_changed_thread): New.
6771         (remote_target) <remote_detach_1>: Swap order of parameters.
6772         (remote_add_thread): <remote_add_thread>: Return the new thread.
6773         (get_remote_thread_info(ptid_t)): New overload.
6774         (remote_target::remote_notice_new_inferior): Use thread pointers
6775         directly.
6776         (remote_target::process_initial_stop_replies): Use
6777         thread_info::set_running.
6778         (remote_target::remote_detach_1, remote_target::detach)
6779         (extended_remote_target::detach): Adjust.
6780         * stack.c (frame_show_address): Use inferior_thread.
6781         * target-debug.h (target_debug_print_thread_info_pp): New.
6782         * target-delegates.c: Regenerate.
6783         * target.c (default_thread_address_space): Delete.
6784         (memory_xfer_partial_1): Use current_inferior.
6785         (target_detach): Use current_inferior.
6786         (target_thread_address_space): Delete.
6787         (generic_mourn_inferior): Use current_inferior.
6788         * target.h (struct target_ops) <thread_address_space>: Delete.
6789         (target_thread_address_space): Delete.
6790         * thread.c (init_thread_list): Use ALL_THREADS_SAFE.  Use thread
6791         pointers directly.
6792         (delete_thread_1, delete_thread, delete_thread_silent): Take a
6793         thread pointer instead of a ptid_t.  Adjust all callers.
6794         (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
6795         (first_thread_of_process): Delete, replaced by ...
6796         (first_thread_of_inferior): ... this new function.  All callers
6797         adjusted.
6798         (any_thread_of_process): Rename to ...
6799         (any_thread_of_inferior): ... this, and take an inferior pointer.
6800         (any_live_thread_of_process): Rename to ...
6801         (any_live_thread_of_inferior): ... this, and take an inferior
6802         pointer.
6803         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
6804         (value_in_thread_stack_temporaries)
6805         (get_last_thread_stack_temporary): Take a thread pointer instead
6806         of a ptid_t.  Adjust all callers.
6807         (thread_info::set_running): New.
6808         (validate_registers_access): Use inferior_thread.
6809         (can_access_registers_ptid): Rename to ...
6810         (can_access_registers_thread): ... this, and take a thread
6811         pointer.
6812         (print_thread_info_1): Adjust to compare thread pointers instead
6813         of ptids.
6814         (switch_to_no_thread, switch_to_thread): Make extern.
6815         (scoped_restore_current_thread::~scoped_restore_current_thread):
6816         Use m_thread pointer directly.
6817         (scoped_restore_current_thread::scoped_restore_current_thread):
6818         Use inferior_thread.
6819         (thread_command): Use thread pointer directly.
6820         (thread_num_make_value_helper): Use inferior_thread.
6821         * top.c (execute_command): Use inferior_thread.
6822         * tui/tui-interp.c: Include "inferior.h".
6823         * varobj.c (varobj_create): Use inferior_thread.
6824         (value_of_root_1): Use find_thread_global_id instead of
6825         global_thread_id_to_ptid.
6826
6827 2018-06-21  Alan Hayward  <alan.hayward@arm.com>
6828
6829         * regcache.c (readable_regcache::read_part): Avoid memcpy when
6830         possible.
6831         (regcache::write_part): Likewise.
6832         (readable_regcache::cooked_read_part): Update comment.
6833         (readable_regcache::cooked_write_part): Likewise.
6834         * regcache.h: (readable_regcache::read_part): Likewise.
6835         (regcache::write_part): Likewise.
6836
6837 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
6838             Dirk Schubert  <dirk.schubert@arm.com>
6839
6840         * aarch64-linux-nat.c (post_attach): New.
6841         (aarch64_linux_nat_target::post_attach): Override post_attach to
6842         record the number of hardware debug registers.
6843
6844 2018-06-20  Tom Tromey  <tom@tromey.com>
6845
6846         * python/py-param.c (add_setshow_generic): Make parameters const.
6847         (parmpy_init): Update.
6848
6849 2018-06-20  Simon Marchi  <simon.marchi@polymtl.ca>
6850
6851         * regcache.h (regcache_cooked_read_ftype): Rename to...
6852         (register_read_ftype): ...this, change type to function_view.
6853         (class reg_buffer) <save>: Remove src parameter.
6854         (readonly_detached_regcache) <readonly_detached_regcache>: Make
6855         parameter non-const in first overload.  Remove src parameter in
6856         second overload.
6857         * regcache.c (do_cooked_read): Remove.
6858         (readonly_detached_regcache::readonly_detached_regcache): Make
6859         parameter non-const, adjust call to other constructor.
6860         (reg_buffer::save): Remove src parameter.
6861         * frame.c (do_frame_register_read): Remove.
6862         (frame_save_as_regcache): Use lambda function.
6863         * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
6864         parameter to ppu2spu_data *.
6865         (ppu2spu_sniffer): Use lambda function.
6866
6867 2018-06-20  Simon Marchi  <simon.marchi@polymtl.ca>
6868
6869         * record-full.c (record_full_target::insert_breakpoint): Remove
6870         "struct" keyword, add const.
6871
6872 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
6873
6874         * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
6875         PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
6876         * configure.ac: Remove AC_PREREQ, add missing quoting.
6877         * gnulib/configure.ac: Modernize usage of
6878         AC_INIT/AM_INIT_AUTOMAKE.  Remove AC_PREREQ.
6879         * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
6880         (AUTOMAKE_VERSION): Bump to 1.15.1.
6881         * configure: Re-generate.
6882         * config.in: Re-generate.
6883         * aclocal.m4: Re-generate.
6884         * gnulib/aclocal.m4: Re-generate.
6885         * gnulib/config.in: Re-generate.
6886         * gnulib/configure: Re-generate.
6887         * gnulib/import/Makefile.in: Re-generate.
6888
6889 2018-06-19  Pedro Alves  <palves@redhat.com>
6890
6891         * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
6892         (lookup_minimal_symbol_by_pc_section): ... here with
6893         gdb_assert_not_reached added.
6894
6895 2018-06-19  Pedro Alves  <palves@redhat.com>
6896
6897         * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
6898         parameter with a block parameter.  Compare location's block symbol
6899         with the frame's block instead of addresses.
6900         (skip_inline_frames): Pass the current block instead of the
6901         frame's address.  Break out as soon as we determine the frame
6902         should not be skipped.
6903
6904 2018-06-18  Tom Tromey  <tom@tromey.com>
6905
6906         * solib-aix.c (solib_aix_get_section_offsets): Return
6907         unique_xmalloc_ptr.
6908         (solib_aix_solib_create_inferior_hook): Update.
6909
6910 2018-06-18  Tom Tromey  <tom@tromey.com>
6911
6912         * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
6913
6914 2018-06-18  Tom Tromey  <tom@tromey.com>
6915
6916         * solib-frv.c (frv_relocate_main_executable): Use
6917         unique_xmalloc_ptr.
6918         * solib-dsbt.c (dsbt_relocate_main_executable): Use
6919         unique_xmalloc_ptr.
6920
6921 2018-06-18  Tom Tromey  <tom@tromey.com>
6922
6923         * objfiles.h (inhibit_section_map_updates): Update.
6924         (resume_section_map_updates, resume_section_map_updates_cleanup):
6925         Remove.
6926         * solib-svr4.c (svr4_handle_solib_event): Update.
6927         * objfiles.c (inhibit_section_map_updates): Return
6928         scoped_restore_tmpl<int>.
6929         (resume_section_map_updates, resume_section_map_updates_cleanup):
6930         Remove.
6931
6932 2018-06-18  Tom Tromey  <tom@tromey.com>
6933
6934         * valprint.h (read_string): Update.
6935         * valprint.c (read_string): Change type of "buffer".
6936         (val_print_string): Update.
6937         * python/py-value.c (valpy_string): Update.
6938         * language.h (struct language_defn) <la_get_string>: Change
6939         type of "buffer".
6940         (default_get_string, c_get_string): Update.
6941         * language.c (default_get_string): Change type of "buffer".
6942         * guile/scm-value.c (gdbscm_value_to_string): Update.
6943         * c-lang.c (c_get_string): Change type of "buffer".
6944
6945 2018-06-18  Tom Tromey  <tom@tromey.com>
6946
6947         * ser-mingw.c (struct pipe_state_destroyer): New.
6948         (pipe_state_up): New typedef.
6949         (cleanup_pipe_state): Remove.
6950         (pipe_windows_open): Use pipe_state_up.  Don't release argv.
6951
6952 2018-06-18  Tom Tromey  <tom@tromey.com>
6953
6954         * rust-lang.h (rust_yyerror): Don't declare.
6955         * rust-lang.c (rust_language_defn): Update.
6956         * rust-exp.y (yyerror): Now static.
6957         * parse.c (parse_exp_in_context_1): Update.
6958         * p-lang.h (p_yyerror): Don't declare.
6959         * p-lang.c (p_language_defn): Update.
6960         * p-exp.y (yyerror): Now static.
6961         * opencl-lang.c (opencl_language_defn): Update.
6962         * objc-lang.c (objc_language_defn): Update.
6963         * m2-lang.h (m2_yyerror): Don't declare.
6964         * m2-lang.c (m2_language_defn): Update.
6965         * m2-exp.y (yyerror): Now static.
6966         * language.h (struct language_defn) <la_error>: Remove.
6967         * language.c (unk_lang_error): Remove.
6968         (unknown_language_defn, auto_language_defn): Remove.
6969         * go-lang.h (go_yyerror): Don't declare.
6970         * go-lang.c (go_language_defn): Update.
6971         * go-exp.y (yyerror): Now static.
6972         * f-lang.h (f_yyerror): Don't declare.
6973         * f-lang.c (f_language_defn): Update.
6974         * f-exp.y (yyerror): Now static.
6975         * d-lang.h (d_yyerror): Don't declare.
6976         * d-lang.c (d_language_defn): Update.
6977         * d-exp.y (yyerror): Now static.
6978         * c-lang.h (c_yyerror): Don't declare.
6979         * c-lang.c (c_language_defn, cplus_language_defn)
6980         (asm_language_defn, minimal_language_defn): Update.
6981         * c-exp.y (yyerror): Now static.
6982         * ada-lang.h (ada_yyerror): Don't declare.
6983         * ada-lang.c (ada_language_defn): Update.
6984         * ada-exp.y (yyerror): Now static.
6985
6986 2018-06-18  Alan Hayward  <alan.hayward@arm.com>
6987
6988         * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
6989         (store_sveregs_to_thread): Likewise.
6990         (aarch64_linux_fetch_inferior_registers): Check for SVE.
6991         (aarch64_linux_store_inferior_registers): Likewise.
6992         * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
6993         function.
6994         (aarch64_sve_regs_copy_to_regcache): Likewise.
6995         (aarch64_sve_regs_copy_from_regcache): Likewise.
6996         * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
6997         declaration.
6998         (aarch64_sve_regs_copy_to_regcache): Likewise.
6999         (aarch64_sve_regs_copy_from_regcache): Likewise.
7000         (sve_context): Structure from Linux headers.
7001         (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
7002         (SVE_SIG_ZREG_SIZE): Likewise.
7003         (SVE_SIG_PREG_SIZE): Likewise.
7004         (SVE_SIG_FFR_SIZE): Likewise.
7005         (SVE_SIG_REGS_OFFSET): Likewise.
7006         (SVE_SIG_ZREGS_OFFSET): Likewise.
7007         (SVE_SIG_ZREG_OFFSET): Likewise.
7008         (SVE_SIG_ZREGS_SIZE): Likewise.
7009         (SVE_SIG_PREGS_OFFSET): Likewise.
7010         (SVE_SIG_PREG_OFFSET): Likewise.
7011         (SVE_SIG_PREGS_SIZE): Likewise.
7012         (SVE_SIG_FFR_OFFSET): Likewise.
7013         (SVE_SIG_REGS_SIZE): Likewise.
7014         (SVE_SIG_CONTEXT_SIZE): Likewise.
7015         (SVE_PT_REGS_MASK): Likewise.
7016         (SVE_PT_REGS_FPSIMD): Likewise.
7017         (SVE_PT_REGS_SVE): Likewise.
7018         (SVE_PT_VL_INHERIT): Likewise.
7019         (SVE_PT_VL_ONEXEC): Likewise.
7020         (SVE_PT_REGS_OFFSET): Likewise.
7021         (SVE_PT_FPSIMD_OFFSET): Likewise.
7022         (SVE_PT_FPSIMD_SIZE): Likewise.
7023         (SVE_PT_SVE_ZREG_SIZE): Likewise.
7024         (SVE_PT_SVE_PREG_SIZE): Likewise.
7025         (SVE_PT_SVE_FFR_SIZE): Likewise.
7026         (SVE_PT_SVE_FPSR_SIZE): Likewise.
7027         (SVE_PT_SVE_FPCR_SIZE): Likewise.
7028         (__SVE_SIG_TO_PT): Likewise.
7029         (SVE_PT_SVE_OFFSET): Likewise.
7030         (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
7031         (SVE_PT_SVE_ZREG_OFFSET): Likewise.
7032         (SVE_PT_SVE_ZREGS_SIZE): Likewise.
7033         (SVE_PT_SVE_PREGS_OFFSET): Likewise.
7034         (SVE_PT_SVE_PREG_OFFSET): Likewise.
7035         (SVE_PT_SVE_PREGS_SIZE): Likewise.
7036         (SVE_PT_SVE_FFR_OFFSET): Likewise.
7037         (SVE_PT_SVE_FPSR_OFFSET): Likewise.
7038         (SVE_PT_SVE_FPCR_OFFSET): Likewise.
7039         (SVE_PT_SVE_SIZE): Likewise.
7040         (SVE_PT_SIZE): Likewise.
7041         (HAS_SVE_STATE): New define.
7042
7043 2018-06-18  Alan Hayward  <alan.hayward@arm.com>
7044
7045         * nat/aarch64-sve-linux-sigcontext.h: New file.
7046         * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
7047         new files.
7048         (SVE_VQ_MIN): Likewise.
7049         (SVE_VQ_MAX): Likewise.
7050         (SVE_VL_MIN): Likewise.
7051         (SVE_VL_MAX): Likewise.
7052         (SVE_NUM_ZREGS): Likewise.
7053         (SVE_NUM_PREGS): Likewise.
7054         (sve_vl_valid): Likewise.
7055         (struct user_sve_header): Likewise.
7056
7057 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
7058             Richard Bunt <Richard.Bunt@arm.com>
7059
7060         * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
7061         was requested by GDB.
7062
7063 2018-06-15  Tom de Vries  <tdevries@suse.de>
7064
7065         * MAINTAINERS (Write After Approval): Add Tom de Vries.
7066
7067 2018-06-14  Simon Marchi  <simon.marchi@polymtl.ca>
7068
7069         * gnulib/update-gnulib.sh: Print expected versions of
7070         autoconf/aclocal.
7071
7072 2018-06-14  Simon Marchi  <simon.marchi@ericsson.com>
7073
7074         * arch-utils.c (default_type_align): Use type_length_units.
7075         * gdbtypes.c (type_align): Use type_length_units.
7076
7077 2018-06-14  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7078
7079         * cli/cli-script.c (_initialize_cli_script): Fix online documentation
7080         of 'define' command.
7081
7082 2018-06-14  Tom de Vries  <tdevries@suse.de>
7083
7084         PR cli/22573
7085         * infcmd.c (print_return_value_1): Use get_user_print_options instead of
7086         get_no_prettyformat_print_options.
7087
7088 2018-06-13  Simon Marchi  <simon.marchi@ericsson.com>
7089
7090         * sparc-nat.h: Include target.h.
7091         * sparc64-linux-nat.c (class sparc64_linux_nat_target)
7092         <fetch_registers>: Remove this argument in function call.
7093         <store_registers>: Remove this argument in function call, remove
7094         extra semicolon.
7095         <low_forget_process>: Call sparc64_forget_process instead of
7096         sparc_forget_process.
7097
7098 2018-06-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7099
7100         * procfs.c (_initialize_procfs): Use add_inf_child_target.
7101         (procfs_target::make_corefile_notes): Adjust to new
7102         target_read_alloc return type.
7103
7104 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
7105             Stephen Roberts  <stephen.roberts@arm.com>
7106
7107         PR gdb/22882
7108         * infrun.c (fetch_inferior_event): If GDB is not proceeding then
7109         run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
7110         Move should_notify_stop local into more inner scope.
7111
7112 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
7113             Stephen Roberts  <stephen.roberts@arm.com>
7114
7115         PR gdb/22882
7116         * infrun.c (resume_1): Add call to mark_async_event_handler.
7117
7118 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
7119
7120         * infrun.c (do_target_wait): Change old version of $pc printed.
7121
7122 2018-06-11  Simon Marchi  <simon.marchi@ericsson.com>
7123
7124         * dwarf2read.c (read_index_from_section): Rename to...
7125         (read_gdb_index_from_section): ... this, update all callers.
7126         (dwarf2_read_index): Rename to...
7127         (dwarf2_read_gdb_index): ... this, update all callers.
7128
7129 2018-06-11  John David Anglin  <danglin@gcc.gnu.org>
7130
7131         * gdb/hppa-linux-nat.c
7132         (hppa_linux_nat_target::fetch_inferior_registers): Rename to
7133         hppa_linux_nat_target::fetch_registers.
7134
7135 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
7136
7137         * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
7138         * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
7139         (AARCH64_DWARF_SVE_FFR): Likewise.
7140         (AARCH64_DWARF_SVE_P0): Likewise.
7141         (AARCH64_DWARF_SVE_Z0): Likewise.
7142
7143 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
7144
7145         * common/common-regcache.h (raw_compare): New function.
7146         * regcache.c (regcache::raw_compare): Likewise.
7147         * regcache.h (regcache::raw_compare): New declaration.
7148
7149 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
7150
7151         * common/common-regcache.h (reg_buffer_common): New structure.
7152         * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
7153         (reg_buffer::raw_supply): Likewise.
7154         (reg_buffer::raw_supply_integer): Likewise.
7155         (reg_buffer::raw_supply_zeroed): Likewise.
7156         (reg_buffer::raw_collect): Likewise.
7157         (reg_buffer::raw_collect_integer): Likewise.
7158         * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
7159         (reg_buffer::raw_supply): Likewise.
7160         (reg_buffer::raw_supply_integer): Likewise.
7161         (reg_buffer::raw_supply_zeroed): Likewise.
7162         (reg_buffer::raw_collect): Likewise.
7163         (reg_buffer::raw_collect_integer): Likewise.
7164
7165 2018-06-10  Tom Tromey  <tom@tromey.com>
7166
7167         * remote.c (stop_reply_p): Remove typedef.  Don't declare queue.
7168         (class remote_state) <stop_reply_queue>: Now std::vector.
7169         (remote_state::~remote_state)
7170         (remote_target::stop_reply_queue_length): Update.
7171         (struct queue_iter_param, remove_child_of_pending_fork)
7172         (struct check_pending_event_prevents_wildcard_vcont_callback_data)
7173         (check_pending_event_prevents_wildcard_vcont_callback)
7174         (remove_stop_reply_for_inferior)
7175         (remove_stop_reply_of_remote_state)
7176         (remote_notif_remove_once_on_match)
7177         (stop_reply_match_ptid_and_ws)
7178         (remote_kill_child_of_pending_fork): Remove.
7179         (remote_target::remove_new_fork_children)
7180         (remote_target::check_pending_events_prevent_wildcard_vcont)
7181         (remote_target::discard_pending_stop_replies)
7182         (remote_target::discard_pending_stop_replies_in_queue)
7183         (remote_target::remote_notif_remove_queued_reply)
7184         (remote_target::queued_stop_reply)
7185         (remote_target::push_stop_reply, remote_target::peek_stop_reply)
7186         (remote_target::wait, remote_target::kill_new_fork_children)
7187         (remote_target::async): Update.
7188
7189 2018-06-10  Tom Tromey  <tom@tromey.com>
7190
7191         * record-full.c (record_full_arch_list_cleanups): Remove.
7192         (record_full_message): Use try/catch.
7193         (record_full_wait_cleanups): Remove.
7194         (record_full_wait_1): Use try/catch.
7195         (record_full_restore): Likewise.
7196
7197 2018-06-10  Tom Tromey  <tom@tromey.com>
7198
7199         * record-full.c (record_full_breakpoint_p): Remove typedef.  Don't
7200         declare VEC.  Add constructor.
7201         <in_target_beneath>: Now bool.
7202         (record_full_breakpoints): Now a std::vector, static.
7203         (record_full_sync_record_breakpoints)
7204         (record_full_init_record_breakpoints)
7205         (record_full_target::insert_breakpoint)
7206         (record_full_target::remove_breakpoint): Update.  Don't use XNEW.
7207
7208 2018-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
7209
7210         * dwarf2read.c (process_cu_includes): Remove struct keyword.
7211         * serial.c (serial_interface_lookup): Remove struct keyword.
7212
7213 2018-06-10  Tom Tromey  <tom@tromey.com>
7214
7215         * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
7216         method.
7217         * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
7218         a method.
7219         * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
7220         method.
7221         * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
7222         "beneath" as a method.
7223         * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
7224         Use "beneath" as a method.
7225
7226 2018-06-10  Tom Tromey  <tom@tromey.com>
7227
7228         * tracefile.c (struct trace_file_writer_deleter): New.
7229         <operator()>: Rename from trace_file_writer_xfree.
7230         (trace_file_writer_up): New typedef.
7231         (tsave_command, trace_save_tfile, trace_save_ctf): Update.
7232
7233 2018-06-09  Simon Marchi  <simon.marchi@ericsson.com>
7234
7235         * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
7236         <m_registers, m_register_status>: Change type to
7237         std::unique_ptr.
7238         * regcache.c (reg_buffer::reg_buffer): Use new instead of
7239         XCNEWVEC.
7240
7241 2018-06-09  Simon Marchi  <simon.marchi@ericsson.com>
7242
7243         * common/common-regcache.h (enum register_status): Add
7244         underlying type "signed char".
7245         * regcache.h (reg_buffer) <m_register_status>: Change type to
7246         register_status *.
7247         * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
7248         register_status instead of signed char.
7249         (reg_buffer::save): Use REG_UNKNOWN instead of 0.
7250         (reg_buffer::get_register_status): Remove cast.
7251         (readable_regcache::raw_read): Remove cast.
7252         (readable_regcache::cooked_read): Remove cast.
7253
7254 2018-06-09  Tom Tromey  <tom@tromey.com>
7255
7256         * source.c (reverse_search_command, forward_search_command): Use
7257         scoped_fd.
7258
7259 2018-06-09  Tom Tromey  <tom@tromey.com>
7260
7261         * serial.c (serial_ops_p): Remove typedef.  Don't declare VEC.
7262         (serial_ops_list): Now static, std::vector.
7263         (serial_interface_lookup, serial_add_interface): Update.
7264
7265 2018-06-09  Tom Tromey  <tom@tromey.com>
7266
7267         * dwarf2read.c (process_cu_includes): Update.
7268         (process_full_comp_unit): Update.
7269         * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
7270         std::vector.
7271
7272 2018-06-08  Paul Koning  <paul_koning@dell.com>
7273
7274         PR gdb/23252
7275
7276         * python/python.c (do_start_initialization):
7277         Avoid call to internal Python API.
7278         (init__gdb_module): New function.
7279
7280 2018-06-08  Gary Benson <gbenson@redhat.com>
7281
7282         * linux-thread-db.c (valprint.h): New include.
7283         (struct check_thread_db_info): New structure.
7284         (check_thread_db_on_load, tdb_testinfo): New static globals.
7285         (check_thread_db, check_thread_db_callback): New functions.
7286         (try_thread_db_load_1): Run integrity checks if requested.
7287         (maintenance_check_libthread_db): New function.
7288         (_initialize_thread_db): Register "maint check libthread-db"
7289         and "maint set/show check-libthread-db".
7290         * NEWS: Mention the above new commands.
7291
7292 2018-06-08  Tom Tromey  <tom@tromey.com>
7293
7294         * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
7295         now a method.
7296
7297 2018-06-08  Tom Tromey  <tom@tromey.com>
7298
7299         * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
7300
7301 2018-06-08  Tom Tromey  <tom@tromey.com>
7302
7303         * common/btrace-common.h (struct btrace_data): Add constructor,
7304         destructor, move assignment operator.
7305         <empty, clear, fini>: New methods.
7306         <format>: Initialize.
7307         (btrace_data_init, btrace_data_fini, btrace_data_clear)
7308         (btrace_data_empty): Don't declare.
7309         * common/btrace-common.c (btrace_data_init): Remove.
7310         (btrace_data::fini): Rename from btrace_data_fini.
7311         (btrace_data::empty): Rename from btrace_data_empty.
7312         (btrace_data::clear): Rename from btrace_data_clear.  Return
7313         bool.
7314         * btrace.h (make_cleanup_btrace_data): Don't declare.
7315         * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
7316         (parse_xml_btrace): Update.
7317         (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
7318         (maint_btrace_clear_packet_history_cmd): Update.
7319
7320 2018-06-07  Pedro Alves  <palves@redhat.com>
7321
7322         * target.h (target_ops) <beneath>: Now a method.  All references
7323         updated.
7324         (class target_stack): New.
7325         * target.c (g_target_stack): New.
7326         (g_current_top_target): Delete.
7327         (current_top_target): Get the top target out of g_target_stack.
7328         (target_stack::push, target_stack::unpush): New.
7329         (push_target, unpush_target): Reimplement.
7330         (target_is_pushed): Reimplement in terms of g_target_stack.
7331         (target_ops::beneath, target_stack::find_beneath): New.
7332
7333 2018-06-07  Pedro Alves  <palves@redhat.com>
7334
7335         * target.h (find_target_beneath): Delete declaration.
7336         * target.c (find_target_beneath): Delete definition.
7337         * aix-thread.c: All callers of find_target_beneath adjusted to
7338         call target_ops::beneath instead.
7339         * bsd-uthread.c: Likewise.
7340         * linux-thread-db.c: Likewise.
7341         * ravenscar-thread.c: Likewise.
7342         * sol-thread.c: Likewise.
7343         * spu-multiarch.c: Likewise.
7344
7345 2018-06-07  Pedro Alves  <palves@redhat.com>
7346
7347         * target.h (target_ops) <beneath>: Now a method.  All references
7348         updated.
7349         (target_ops) <m_beneath>: New.
7350         * target.c (target_ops::beneath): New.
7351         * corelow.c: Adjust all references to target_ops::beneath.
7352         * linux-thread-db.c: Likewise.
7353         * make-target-delegates: Likewise.
7354         * record-btrace.c: Likewise.
7355         * record-full.c: Likewise.
7356         * remote.c: Likewise.
7357         * target.c: Likewise.
7358         * target-delegates.c: Regenerate.
7359
7360 2018-06-07  Pedro Alves  <palves@redhat.com>
7361
7362         * target.h (target_stack): Delete.
7363         (current_top_target): Declare function.
7364         * target.c (target_stack): Delete.
7365         (g_current_top_target): New.
7366         (current_top_target): New function.
7367         * auxv.c: Use current_top_target instead of target_stack
7368         throughout.
7369         * avr-tdep.c: Likewise.
7370         * breakpoint.c: Likewise.
7371         * corefile.c: Likewise.
7372         * elfread.c: Likewise.
7373         * eval.c: Likewise.
7374         * exceptions.c: Likewise.
7375         * frame.c: Likewise.
7376         * gdbarch-selftests.c: Likewise.
7377         * gnu-v3-abi.c: Likewise.
7378         * ia64-tdep.c: Likewise.
7379         * ia64-vms-tdep.c: Likewise.
7380         * infcall.c: Likewise.
7381         * infcmd.c: Likewise.
7382         * infrun.c: Likewise.
7383         * linespec.c: Likewise.
7384         * linux-tdep.c: Likewise.
7385         * minsyms.c: Likewise.
7386         * ppc-linux-nat.c: Likewise.
7387         * ppc-linux-tdep.c: Likewise.
7388         * procfs.c: Likewise.
7389         * regcache.c: Likewise.
7390         * remote.c: Likewise.
7391         * rs6000-tdep.c: Likewise.
7392         * s390-linux-nat.c: Likewise.
7393         * s390-tdep.c: Likewise.
7394         * solib-aix.c: Likewise.
7395         * solib-darwin.c: Likewise.
7396         * solib-dsbt.c: Likewise.
7397         * solib-spu.c: Likewise.
7398         * solib-svr4.c: Likewise.
7399         * solib-target.c: Likewise.
7400         * sparc-tdep.c: Likewise.
7401         * sparc64-tdep.c: Likewise.
7402         * spu-tdep.c: Likewise.
7403         * symfile.c: Likewise.
7404         * symtab.c: Likewise.
7405         * target-descriptions.c: Likewise.
7406         * target-memory.c: Likewise.
7407         * target.c: Likewise.
7408         * target.h: Likewise.
7409         * tracefile-tfile.c: Likewise.
7410         * tracepoint.c: Likewise.
7411         * valops.c: Likewise.
7412         * valprint.c: Likewise.
7413         * value.c: Likewise.
7414         * windows-tdep.c: Likewise.
7415         * mi/mi-main.c: Likewise.
7416
7417 2018-06-07  Tom Tromey  <tom@tromey.com>
7418
7419         * valprint.h (build_address_symbolic): Declare.
7420         * printcmd.c (print_address_symbolic): Update.
7421         (build_address_symbolic): Change "name" and "filename" to
7422         std::string.
7423         * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
7424         Update.
7425         * defs.h (build_address_symbolic): Remove declaration.
7426
7427 2018-06-07  Alan Hayward  <alan.hayward@arm.com>
7428
7429         * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
7430         (aarch64_vnv_type): Add function.
7431         (aarch64_pseudo_register_name): Add V regs for SVE.
7432         (aarch64_pseudo_register_type): Likewise.
7433         (aarch64_pseudo_register_reggroup_p): Likewise.
7434         (aarch64_pseudo_read_value_2): Use V0 offset for SVE
7435         (aarch64_pseudo_read_value): Add V regs for SVE.
7436         (aarch64_pseudo_write_2): Use V0 offset for SVE
7437         (aarch64_pseudo_write): Add V regs for SVE.
7438         * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
7439
7440 2018-06-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7441
7442         * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
7443         (sve_vl_from_vq): Likewise.
7444
7445 2018-06-05  Tom Tromey  <tom@tromey.com>
7446
7447         * cli/cli-cmds.c (show_version): Update.
7448         * top.c (print_gdb_version): Add "interactive" parameter.
7449         Update.
7450         * main.c (captured_main_1): Update.
7451         * top.h (print_gdb_version): Add "interactive" parameter and a
7452         comment.
7453
7454 2018-06-05  David Malcolm  <dmalcolm@redhat.com>
7455
7456         * common/enum-flags.h: Add trailing semicolon to example in
7457         comment.
7458
7459 2018-06-05  Tom Tromey  <tom@tromey.com>
7460
7461         PR cli/12326:
7462         * NEWS: Add entry about pager.
7463         * utils.c (pagination_disabled_for_command): New global.
7464         (prompt_for_continue): Allow "c" response to prompt.
7465         (reinitialize_more_filter): Clear
7466         pagination_disabled_for_command.
7467         (fputs_maybe_filtered): Check pagination_disabled_for_command.
7468
7469 2018-06-04  Tom Tromey  <tom@tromey.com>
7470
7471         * ada-lang.h (ada_lookup_symbol_list): Update.
7472         * ada-lang.c (resolve_subexp): Update.
7473         (symbols_are_identical_enums): Change type of syms.  Remove nsyms
7474         parameter.
7475         (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
7476         (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
7477         results parameter to std::vector.
7478         (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
7479         Update.
7480         * ada-exp.y (block_lookup): Update.
7481         (select_possible_type_sym): Change type of syms.  Remove nsyms
7482         parameter.
7483         (write_var_or_type, write_name_assoc): Update.
7484
7485 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
7486
7487         * windows-nat.c (windows_nat_target::xfer_partial): Return
7488         TARGET_XFER_E_IO if we need to delegate to the target beneath
7489         but BENEATH is NULL.
7490
7491 2018-06-04  Simon Marchi  <simon.marchi@ericsson.com>
7492
7493         * Makefile.in (config.status): Add configure.nat as a
7494         dependency.
7495
7496 2018-06-04  Tom Tromey  <tom@tromey.com>
7497
7498         * cp-name-parser.y (cpname_state): Add method declarations.
7499         (HANDLE_QUAL): Update.
7500         (cpname_state::d_grab, cpname_state::fill_comp)
7501         (cpname_state::make_operator, cpname_state::make_dtor)
7502         (cpname_state::make_builtin_type, cpname_state::make_name)
7503         (cpname_state::d_qualify, cpname_state::d_int_type)
7504         (cpname_state::d_unary, cpname_state::d_binary): Now methods.
7505         (%union): Move earlier.
7506
7507 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
7508
7509         * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
7510
7511 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
7512
7513         * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
7514         (aarch64_pseudo_write_1): Likewise.
7515         (aarch64_pseudo_read_value): Use helper.
7516         (aarch64_pseudo_write): Likewise.
7517
7518 2018-06-04  Pedro Alves  <palves@redhat.com>
7519
7520         * darwin-nat.c (darwin_ops): Delete.
7521         (darwin_attach_pid): Use get_native_target.
7522
7523 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
7524
7525         * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
7526         * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
7527
7528 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
7529
7530         * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
7531         * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
7532         (aarch64_gdbarch_init): Check for SVE.
7533         * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
7534
7535 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
7536
7537         * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
7538         * aarch64-tdep.h (aarch64_read_description): Likewise.
7539         * arch/aarch64.c (aarch64_create_target_description): Likewise.
7540         * arch/aarch64.h (aarch64_create_target_description): Likewise.
7541         * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
7542         * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
7543         * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
7544
7545 2018-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7546
7547         * value.c (value_fetch_lazy_bitfield): New.
7548         (value_fetch_lazy_memory): New.
7549         (value_fetch_lazy_register): New.
7550         (value_fetch_lazy): Factor out to smaller functions.
7551
7552 2018-06-01  Tom Tromey  <tom@tromey.com>
7553
7554         * cp-name-parser.y (backslashable, represented): Now const.
7555
7556 2018-06-01  Tom Tromey  <tom@tromey.com>
7557
7558         * cp-name-parser.y: Include parser-defs.h.
7559         (parser_fprintf): Remove declaration.
7560
7561 2018-06-01  Tom Tromey  <tom@tromey.com>
7562
7563         * cp-name-parser.y: Use %pure-parser, %lex-param, and
7564         %parse-param.
7565         (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
7566         (global_result): Remove globals.
7567         (struct cpname_state): New.
7568         (yyparse): Don't declare.
7569         (yylex, yyerror): Move declarations after %union.
7570         (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
7571         (make_name): Add state parameter.
7572         Update all callers.
7573         (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
7574         parameter.
7575         (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
7576         Update.
7577         (yylex): Add lvalp, state parameters.
7578         (yyerror): Add state parameter.
7579         (cp_demangled_name_to_comp): Update.
7580
7581 2018-06-01  Tom Tromey  <tom@tromey.com>
7582
7583         * cp-name-parser.y (parser_fprintf): Declare.
7584         (GDB_YY_REMAP_PREFIX): Define.
7585         Include yy-remap.h.  Don't redefine yy* identifiers.
7586
7587 2018-06-01  Tom Tromey  <tom@tromey.com>
7588
7589         * python/py-type.c (typy_legacy_template_argument): Update.
7590         * cp-support.h (cp_demangled_name_to_comp): Update.
7591         * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
7592         parameter to be a "std::string *".
7593         (main): Update.
7594
7595 2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
7596
7597         * ada-lex.l: Include "diagnostics.h" instead of
7598         "common/diagnostics.h".
7599         * unittests/environ-selftests.c: Likewise.
7600         * common/diagnostics.h: Moved to ../include.
7601
7602 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
7603
7604         * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
7605         to language_mode_manual while calling breakpoint_re_set_one.
7606
7607 2018-06-01  Tom Tromey  <tom@tromey.com>
7608
7609         * valops.c (value_cast_structs, destructor_name_p): Update.
7610         * symtab.c (gdb_mangle_name): Update.
7611         * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
7612         Update.
7613         * p-valprint.c (pascal_object_is_vtbl_ptr_type)
7614         (pascal_object_print_value_fields, pascal_object_print_value):
7615         Update.
7616         * p-typeprint.c (pascal_type_print_derivation_info): Update.
7617         * linespec.c (find_methods): Update.
7618         * gdbtypes.h (type_name_no_tag): Remove.
7619         (type_name_or_error): Rename from type_name_no_tag_or_error.
7620         * gdbtypes.c (type_name_no_tag): Remove.
7621         (type_name_or_error): Rename from type_name_no_tag_or_error.
7622         (lookup_struct_elt_type, check_typedef): Update.
7623         * expprint.c (print_subexp_standard): Update.
7624         * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
7625         * d-namespace.c (d_lookup_nested_symbol): Update.
7626         * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
7627         (cp_print_class_member): Update.
7628         * cp-namespace.c (cp_lookup_nested_symbol): Update.
7629         * completer.c (add_struct_fields): Update.
7630         * c-typeprint.c (cp_type_print_derivation_info)
7631         (c_type_print_varspec_prefix, c_type_print_base_struct_union):
7632         Update.
7633         * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
7634         (ada_prefer_type, ada_is_exception_sym): Update.
7635
7636 2018-06-01  Tom Tromey  <tom@tromey.com>
7637
7638         * valops.c (enum_constant_from_type, value_namespace_elt)
7639         (value_maybe_namespace_elt): Update.
7640         * valarith.c (find_size_for_pointer_math): Update.
7641         * target-descriptions.c (make_gdb_type): Update.
7642         * symmisc.c (print_symbol): Update.
7643         * stabsread.c (define_symbol, read_type)
7644         (complain_about_struct_wipeout, add_undefined_type)
7645         (cleanup_undefined_types_1): Update.
7646         * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
7647         (rust_range_type_p, val_print_struct, rust_print_struct_def)
7648         (rust_internal_print_type, rust_composite_type)
7649         (rust_evaluate_funcall, rust_evaluate_subexp)
7650         (rust_inclusive_range_type_p): Update.
7651         * python/py-type.c (typy_get_tag): Update.
7652         * p-typeprint.c (pascal_type_print_base): Update.
7653         * mdebugread.c (parse_symbol, parse_type): Update.
7654         * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
7655         Update.
7656         * guile/scm-type.c (gdbscm_type_tag): Update.
7657         * go-lang.c (sixg_string_p): Update.
7658         * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
7659         Update.
7660         * gdbtypes.h (struct main_type) <tag_name>: Remove.
7661         (TYPE_TAG_NAME): Remove.
7662         * gdbtypes.c (type_name_no_tag): Simplify.
7663         (check_typedef, check_types_equal, recursive_dump_type)
7664         (copy_type_recursive, arch_composite_type): Update.
7665         * f-typeprint.c (f_type_print_base): Update.  Print "Type" prefix
7666         in summary mode when needed.
7667         * eval.c (evaluate_funcall): Update.
7668         * dwarf2read.c (fixup_go_packaging, read_structure_type)
7669         (process_structure_scope, read_enumeration_type)
7670         (read_namespace_type, read_module_type, determine_prefix): Update.
7671         * cp-support.c (inspect_type): Update.
7672         * coffread.c (process_coff_symbol, decode_base_type): Update.
7673         * c-varobj.c (c_is_path_expr_parent): Update.
7674         * c-typeprint.c (c_type_print_base_struct_union): Update.
7675         (c_type_print_base_1): Update.  Print struct/class/union/enum in
7676         summary when using C language.
7677         * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
7678         (gen_maybe_namespace_elt): Update.
7679         * ada-lang.c (ada_type_name): Simplify.
7680         (empty_record, ada_template_to_fixed_record_type_1)
7681         (template_to_static_fixed_type)
7682         (to_record_with_fixed_variant_part, ada_check_typedef): Update.
7683
7684 2018-06-01  Tom Tromey  <tom@tromey.com>
7685
7686         * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
7687         c_print_type.
7688         * c-typeprint.c (c_print_type_1): Add "language" parameter.
7689         (c_print_type): Update.
7690         (c_print_type): New overload.
7691         (c_type_print_varspec_prefix, c_type_print_args)
7692         (c_type_print_varspec_suffix, c_print_type_no_offsets)
7693         (c_type_print_base_struct_union, c_type_print_base_1)
7694         (cp_type_print_method_args): Add "language" parameter.
7695         (c_type_print_base): Update.
7696         * c-lang.h (c_print_type): Add new overload.
7697
7698 2018-06-01  Tom Tromey  <tom@tromey.com>
7699
7700         * typeprint.h (c_type_print_varspec_suffix): Don't declare.
7701         * c-typeprint.c (c_type_print_varspec_suffix): Now static.
7702
7703 2018-06-01  Alan Hayward  <alan.hayward@arm.com>
7704
7705         * aarch64-tdep.c (aarch64_sve_register_names): New const
7706         var.
7707         * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
7708         (AARCH64_SVE_Z_REGS_NUM): New define.
7709         (AARCH64_SVE_P_REGS_NUM): Likewise.
7710         (AARCH64_SVE_NUM_REGS): Likewise.
7711
7712 2018-05-31  Uros Bizjak  <ubizjak@gmail.com>
7713
7714         * nat/linux-ptrace.h [__alpha__]
7715         (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
7716         definitions.
7717
7718 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
7719
7720         * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
7721         the endianness selected.
7722         * NEWS: Document `set endian auto' mode operation update.
7723
7724 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
7725
7726         * Makefile.in: Add new header.
7727         * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
7728         (sve_vl_from_vg): Likewise.
7729         (sve_vq_from_vl): Likewise.
7730         (sve_vl_from_vq): Likewise.
7731         (sve_vq_from_vg): Likewise.
7732         (sve_vg_from_vq): Likewise.
7733         * configure.nat: Add new c file.
7734         * nat/aarch64-sve-linux-ptrace.c: New file.
7735         * nat/aarch64-sve-linux-ptrace.h: New file.
7736
7737 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
7738
7739         * aarch64-linux-nat.c (aarch64_linux_read_description):
7740         Add parmeter zero.
7741         * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
7742         Likewise.
7743         * aarch64-tdep.c (tdesc_aarch64_list): Add.
7744         (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
7745         (aarch64_gdbarch_init): Add parmeter zero.
7746         * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
7747         * arch/aarch64.c (aarch64_create_target_description): Check VQ.
7748         * arch/aarch64.h (aarch64_create_target_description): Add VQ.
7749         parmeter.
7750         * doc/gdb.texinfo: Describe SVE feature
7751         * features/aarch64-sve.c: New file.
7752
7753 2018-05-31  Omair Javaid  <omair.javaid@linaro.org>
7754
7755         PR gdb/23210
7756         * gdbarch.sh (significant_addr_bit): Default to zero when
7757         not set by target architecture.
7758         * gdbarch.c: Re-generated.
7759         * utils.c (address_significant): Update.
7760
7761 2018-05-30  Joel Brobecker  <brobecker@adacore.com>
7762
7763         * stack.c (func_command): Remove trailing newline in call to error.
7764
7765 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7766
7767         * regcache.h (regcache_raw_collect): Remove, update callers to
7768         use regcache::raw_collect.
7769         * regcache.c (regcache_raw_collect): Remove.
7770
7771 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7772
7773         * regcache.h (regcache_raw_supply): Remove, update callers to
7774         use detached_regcache::raw_supply.
7775         * regcache.c (regcache_raw_supply): Remove.
7776
7777 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7778
7779         * regcache.h (regcache_cooked_write_part): Remove, update
7780         callers to use regcache::cooked_write_part.
7781         * regcache.c (regcache_cooked_write_part): Remove.
7782
7783 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7784
7785         * regcache.h (regcache_cooked_read_part): Remove, update callers
7786         to use readable_regcache::cooked_read_part.
7787         * regcache.c (regcache_cooked_read_part): Remove.
7788
7789 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7790
7791         * regcache.h (regcache_cooked_read_value): Remove, update
7792         callers to use readable_regcache::cooked_read_value.
7793         * regcache.c (regcache_cooked_read_value): Remove.
7794
7795 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7796
7797         * regcache.h (regcache_cooked_write): Remove, update callers to
7798         use regcache::cooked_write.
7799         * regcache.c (regcache_cooked_write): Remove.
7800
7801 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7802
7803         * regcache.h (regcache_invalidate): Remove, update callers to
7804         use detached_regcache::invalidate instead.
7805         * regcache.c (regcache_invalidate): Remove.
7806
7807 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7808
7809         * regcache.h (regcache_raw_write_part): Remove, update callers
7810         to use regcache::raw_write_part instead.
7811         * regcache.c (regcache_raw_write_part): Remove.
7812
7813 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7814
7815         * regcache.h (regcache_raw_read_part): Remove, update callers to
7816         use readable_regcache::raw_read_part instead.
7817         * regcache.c (regcache_raw_read_part): Remove.
7818
7819 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7820
7821         * regcache.h (regcache_cooked_read): Remove, update callers to
7822         use readable_regcache::cooked_read instead.
7823         * regcache.c (regcache_cooked_read): Remove.
7824
7825 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7826
7827         * regcache.h (regcache_raw_write): Remove, update callers to use
7828         regcache::raw_write instead.
7829         * regcache.c (regcache_raw_write): Remove.
7830
7831 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7832
7833         * regcache.h (regcache_raw_read): Remove, update callers to use
7834         readable_regcache::raw_read instead.
7835         * regcache.c (regcache_raw_read): Remove.
7836
7837 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7838
7839         * regcache.h (regcache_raw_update): Remove, update callers to
7840         use readable_regcache::raw_update instead.
7841         * regcache.c (regcache_raw_update): Remove.
7842
7843 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7844
7845         * regcache.h (regcache_register_status): Remove, update callers
7846         to use reg_buffer::get_register_status directly instead.
7847         * regcache.c (regcache_register_status): Remove.
7848
7849 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7850
7851         * regcache.h (regcache_get_ptid): Remove, update all callers to
7852         call regcache::ptid instead.
7853         * regcache.c (regcache_get_ptid): Remove.
7854
7855 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7856
7857         * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
7858
7859 2018-05-30  Pedro Alves  <palves@redhat.com>
7860
7861         * common/common-exceptions.h (exception_rethrow): Use
7862         ATTRIBUTE_NORETURN.
7863
7864 2018-05-29  Simon Marchi  <simon.marchi@polymtl.ca>
7865
7866         * breakpoint.c (print_solib_event, check_status_catch_solib):
7867         Remove struct keyword in range-based for loops.
7868         * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
7869         * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
7870         Likewise.
7871         * linespec.c (find_superclass_methods, search_minsyms_for_name):
7872         Likewise.
7873         * symfile.c (addr_info_make_relative): Likewise.
7874         * thread.c (value_in_thread_stack_temporaries): Likewise.
7875
7876 2018-06-12  Weimin Pan  <weimin.pan@oracle.com>
7877
7878         PR gdb/16841
7879         * valops.c (value_struct_elt_for_reference): Call check_typedef on
7880         aggregate type to get its real type before accessing it.
7881
7882 2018-05-29  Weimin Pan  <weimin.pan@oracle.com>
7883
7884         * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
7885         * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
7886         * coff-pe-read.c (add_pe_forwarded_sym): Replace
7887         lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
7888         * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
7889         * jit.c (jit_breakpoint_re_set_internal): Likewise.
7890         * printcmd.c (info_address_command): Likewise.
7891
7892 2018-05-29  Tom Tromey  <tom@tromey.com>
7893
7894         * windows-nat.c (handle_exception): Update fall-through comment.
7895
7896 2018-05-29  Tom Tromey  <tom@tromey.com>
7897
7898         * progspace.h (so_list_ptr): Remove typedef.  Don't declare VEC.
7899         (struct program_space) <added_solibs>: Now a std::vector.
7900         * breakpoint.c (print_solib_event): Update.
7901         (check_status_catch_solib): Update.
7902         * progspace.c (clear_program_space_solib_cache): Update.
7903         * solib.c (update_solib_list): Update.
7904
7905 2018-05-29  Tom Tromey  <tom@tromey.com>
7906
7907         * python/py-type.c (typy_richcompare): Update.
7908         * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
7909         * gdbtypes.h (types_deeply_equal): Return bool.
7910         (types_equal): Likewise.
7911         * gdbtypes.c (type_equality_entry_d): Remove typedef.  Don't
7912         declare VEC.
7913         (check_types_equal): Change worklist to std::vector.  Return
7914         bool.
7915         (struct type_equality_entry): Add constructor.
7916         (compare_maybe_null_strings): Return bool.
7917         (check_types_worklist): Return bool.  Change worklist to
7918         std::vector.
7919         (types_deeply_equal): Use std::vector.
7920         (types_equal): Return bool.
7921         (compare_maybe_null_strings): Simplify.
7922
7923 2018-05-29  Tom Tromey  <tom@tromey.com>
7924
7925         * record-btrace.c (tp_t): Remove typedef.  Don't declare VEC.
7926
7927 2018-05-29  Tom Tromey  <tom@tromey.com>
7928
7929         * objc-lang.h: Don't include cp-support.h.
7930         * common/gdb_vecs.h (const_char_ptr): Remove typedef.  Don't
7931         declare VEC.
7932
7933 2018-05-27  Tom Tromey  <tom@tromey.com>
7934
7935         * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
7936
7937 2018-05-25  Tom Tromey  <tom@tromey.com>
7938
7939         * value.c (value::location): Initialize.
7940
7941 2018-05-25  Tom Tromey  <tom@tromey.com>
7942
7943         * dbxread.c (init_bincl_list): Remove.
7944         (bincl_list): Now a std::vector.
7945         (bincls_allocated, next_bincl): Remove.
7946         (free_bincl_list, do_free_bincl_list_cleanup)
7947         (make_cleanup_free_bincl_list): Remove.
7948         (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
7949         unique_xmalloc_ptr.
7950         (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
7951         (struct header_file_location): Add constructor.
7952         (add_bincl_to_list): Remove.
7953
7954 2018-05-25  Tom Tromey  <tom@tromey.com>
7955
7956         * tui/tui.c (tui_enable): Update.
7957         * mi/mi-interp.c (mi_interp::init): Update.
7958         * interps.h (class interp) <name>: New method.
7959         <m_name>: Rename from name.
7960         (~scoped_restore_interp): Update.
7961         * interps.c (interp::interp): Update.
7962         (interp_add, interp_set, interp_lookup_existing)
7963         (current_interp_named_p): Update.
7964
7965 2018-05-25  Tom Tromey  <tom@tromey.com>
7966
7967         * interps.c (interp_name): Remove.
7968         * mi/mi-interp.c (mi_interp::init): Update.
7969         * interps.h (interp_name): Remove.
7970         (~scoped_restore_interp): Update.
7971         * tui/tui.c (tui_enable): Update.
7972
7973 2018-05-25  Tom Tromey  <tom@tromey.com>
7974
7975         * utils.c (fputs_maybe_filtered): Update.
7976         * linespec.c (decode_line_full): Update.
7977         * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
7978         (mi_print_breakpoint_for_event, mi_solib_loaded)
7979         (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
7980         (mi_user_selected_context_changed): Update.
7981         * mi/mi-main.c (mi_execute_command): Update.
7982         * cli/cli-script.c (execute_control_command): Update.
7983         * python/python.c (execute_gdb_command): Update.
7984         * solib.c (info_sharedlibrary_command): Update.
7985         * interps.c (interp_ui_out): Remove.
7986         * interps.h (interp_ui_out): Remove.
7987
7988 2018-05-25  Tom Tromey  <tom@tromey.com>
7989
7990         * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
7991         * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
7992         * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
7993
7994 2018-05-25  Tom Tromey  <tom@tromey.com>
7995
7996         * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
7997         * interps.c (interp_exec): Use scoped_restore.
7998
7999 2018-05-25  Tom Tromey  <tom@tromey.com>
8000
8001         * remote.c (remote_target::remote_file_get): Use
8002         gdb::byte_vector.
8003         (remote_target::remote_file_put): Likewise.
8004
8005 2018-05-25  Tom Tromey  <tom@tromey.com>
8006
8007         * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
8008         a std::string.
8009         (get_pe_section_index, add_pe_exported_sym): Update.
8010         (read_pe_exported_syms): Use gdb::def_vector.
8011
8012 2018-05-25  Tom Tromey  <tom@tromey.com>
8013
8014         * frame.c (remove_prev_frame): Remove.
8015         (get_prev_frame_if_no_cycle): Use TRY/CATCH.
8016
8017 2018-05-25  Maciej W. Rozycki  <macro@mips.com>
8018
8019         * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
8020         Remove prototypes.
8021         * mips-linux-nat.c (supply_fpregset): Always call
8022         `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
8023         (fill_fpregset): Always call `mips64_fill_fpregset' rather than
8024         `mips_fill_fpregset'.
8025         * mips-linux-tdep.c (mips_supply_fpregset)
8026         (mips_supply_fpregset_wrapper, mips_fill_fpregset)
8027         (mips_fill_fpregset_wrapper): Remove functions.
8028         (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
8029         (mips_linux_fpregset): Remove variable.
8030         (mips_linux_iterate_over_regset_sections): Use
8031         `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
8032         (mips_linux_o32_sigframe_init): Remove comment.
8033
8034 2018-05-25  Pedro Alves  <palves@redhat.com>
8035
8036         * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
8037         (struct readahead_cache, struct packet_reg, struct
8038         remote_arch_state, class remote_state): Move higher up in the
8039         file.
8040         (remote_target::m_remote_state): Now an object instead of a pointer.
8041         (remote_target::get_remote_state): Adjust.
8042
8043 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8044
8045         * stack.c (select_and_print_frame): Delete.
8046         (struct function_bounds): Move struct within function.
8047         (func_command): Most content moved into new function
8048         find_frame_for_function, use new function, print result, add
8049         function comment.
8050         (find_frame_for_function): New function, now returns a result.
8051
8052 2018-05-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8053
8054         * stack.c (iterate_over_block_arg_vars): Fix comment.
8055         (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
8056
8057 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8058
8059         PR gdb/23203
8060         * frame.c
8061         (scoped_restore_selected_frame::scoped_restore_selected_frame):
8062         Define.
8063         (scoped_restore_selected_frame::~scoped_restore_selected_frame):
8064         Define.
8065         * frame.h (class scoped_restore_selected_frame): New class.
8066         * stack.c (print_frame_local_vars): Remove catching and rethrowing
8067         of any exception, use scoped_restore_selected_frame to restore the
8068         frame instead.
8069
8070 2018-05-24  Pedro Alves  <palves@redhat.com>
8071
8072         * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
8073         override.
8074
8075 2018-05-23  Tom Tromey  <tom@tromey.com>
8076
8077         * complaints.c (struct complaints): Remove.
8078         (symfile_complaint_book): Remove.
8079         (series): New global.
8080         (complaint_internal): Update.
8081         (clear_complaints): Update.
8082
8083 2018-05-23  Tom Tromey  <tom@tromey.com>
8084
8085         * complaints.c (counters): New global.
8086         (struct complain): Remove.
8087         (struct complaints) <root>: Remove.
8088         (complaint_sentinel): Remove.
8089         (symfile_complaint_book): Update.
8090         (find_complaint) Remove.
8091         (complaint_internal, clear_complaints): Update.
8092
8093 2018-05-23  Tom Tromey  <tom@tromey.com>
8094
8095         * complaints.c (struct complain) <file, line>: Remove.
8096         (find_complaint): Remove file, line parameters.
8097         (complaint_internal): Update.
8098
8099 2018-05-23  Tom Tromey  <tom@tromey.com>
8100
8101         * complaints.c (vcomplaint): Remove.
8102         (complaint_internal) Merge in contents of vcomplaint.
8103
8104 2018-05-23  Tom Tromey  <tom@tromey.com>
8105
8106         * complaints.c (struct complaints) <explanation>: Remove.
8107         (symfile_explanations): Remove.
8108         (symfile_complaint_book): Update.
8109         (vcomplaint): Update.
8110         (struct explanation): Remove.
8111
8112 2018-05-23  Tom Tromey  <tom@tromey.com>
8113
8114         * complaints.c (symfile_complaints): Remove.
8115         (complaint_internal): Remove "complaints" parameter.
8116         (clear_complaints, vcomplaint): Remove "c" parameter.
8117         (get_complaints): Remove.
8118         * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
8119         (dwarf2_debug_line_missing_file_complaint)
8120         (dwarf2_debug_line_missing_end_sequence_complaint)
8121         (dwarf2_complex_location_expr_complaint)
8122         (dwarf2_const_value_length_mismatch_complaint)
8123         (dwarf2_section_buffer_overflow_complaint)
8124         (dwarf2_macro_malformed_definition_complaint)
8125         (dwarf2_invalid_attrib_class_complaint)
8126         (create_addrmap_from_index, dw2_symtab_iter_next)
8127         (dw2_expand_marked_cus)
8128         (dw2_debug_names_iterator::find_vec_in_debug_names)
8129         (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
8130         (create_debug_type_hash_table, init_cutu_and_read_dies)
8131         (partial_die_parent_scope, add_partial_enumeration)
8132         (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
8133         (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
8134         (read_import_statement, read_file_scope, create_dwo_cu_reader)
8135         (create_cus_hash_table, create_dwp_hash_table)
8136         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8137         (dwarf2_rnglists_process, dwarf2_ranges_process)
8138         (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
8139         (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
8140         (handle_struct_member_die, process_structure_scope)
8141         (read_array_type, read_common_block, read_module_type)
8142         (read_tag_pointer_type, read_typedef, read_base_type)
8143         (read_subrange_type, load_partial_dies, partial_die_info::read)
8144         (partial_die_info::read, partial_die_info::read)
8145         (partial_die_info::read, read_checked_initial_length_and_offset)
8146         (dwarf2_string_attr, read_formatted_entries)
8147         (dwarf_decode_line_header)
8148         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
8149         (new_symbol, dwarf2_const_value_attr, lookup_die_type)
8150         (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
8151         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
8152         (get_signatured_type, get_DW_AT_signature_type)
8153         (decode_locdesc, file_file_name, consume_improper_spaces)
8154         (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
8155         (dwarf_decode_macro_bytes, dwarf_decode_macros)
8156         (dwarf2_symbol_mark_computed, set_die_type)
8157         (read_attribute_value): Update.
8158         * stap-probe.c (handle_stap_probe, get_stap_base_address):
8159         Update.
8160         * dbxread.c (unknown_symtype_complaint)
8161         (lbrac_mismatch_complaint, repeated_header_complaint)
8162         (set_namestring, function_outside_compilation_unit_complaint)
8163         (read_dbx_symtab, process_one_symbol): Update.
8164         * gdbtypes.c (stub_noname_complaint): Update.
8165         * windows-nat.c (handle_unload_dll): Update.
8166         * coffread.c (coff_symtab_read, enter_linenos, decode_type)
8167         (decode_base_type): Update.
8168         * xcoffread.c (bf_notfound_complaint, ef_complaint)
8169         (eb_complaint, record_include_begin, record_include_end)
8170         (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
8171         (process_xcoff_symbol, read_symbol)
8172         (function_outside_compilation_unit_complaint)
8173         (scan_xcoff_symtab): Update.
8174         * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
8175         * buildsym.c (finish_block_internal, make_blockvector)
8176         (end_symtab_get_static_block, augment_type_symtab): Update.
8177         * dtrace-probe.c (dtrace_process_dof)
8178         (dtrace_static_probe_ops::get_probes): Update.
8179         * complaints.h (struct complaint): Don't declare.
8180         (symfile_complaints): Remove.
8181         (complaint_internal): Remove "complaints" parameter.
8182         (complaint): Likewise.
8183         (clear_complaints): Likewise.
8184         * symfile.c (syms_from_objfile_1, finish_new_objfile)
8185         (reread_symbols): Update.
8186         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
8187         (dwarf2_frame_cache, decode_frame_entry): Update.
8188         * dwarf2loc.c (dwarf_reg_to_regnum): Update.
8189         * objc-lang.c (lookup_objc_class, lookup_child_selector)
8190         (info_selectors_command): Update.
8191         * macrotab.c (macro_include, check_for_redefinition)
8192         (macro_undef): Update.
8193         * objfiles.c (filter_overlapping_sections): Update.
8194         * stabsread.c (invalid_cpp_abbrev_complaint)
8195         (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
8196         (define_symbol, error_type, read_type, rs6000_builtin_type)
8197         (stabs_method_name_from_physname, read_member_functions)
8198         (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
8199         (attach_fields_to_type, complain_about_struct_wipeout)
8200         (read_range_type, read_args, common_block_start)
8201         (common_block_end, cleanup_undefined_types_1, scan_file_globals):
8202         Update.
8203         * mdebugread.c (index_complaint, unknown_ext_complaint)
8204         (basic_type_complaint, bad_tag_guess_complaint)
8205         (bad_rfd_entry_complaint, unexpected_type_code_complaint)
8206         (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
8207         (parse_procedure, parse_lines)
8208         (function_outside_compilation_unit_complaint)
8209         (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
8210         (bad_tag_guess_complaint, reg_value_complaint): Update.
8211         * cp-support.c (demangled_name_complaint): Update.
8212         * macroscope.c (sal_macro_scope): Update.
8213         * dwarf-index-write.c (class debug_names): Update.
8214
8215 2018-05-23  Tom Tromey  <tom@tromey.com>
8216
8217         * complaints.c (clear_complaints): Remove "noisy" parameter.
8218         * complaints.h (clear_complaints): Update.
8219         * symfile.c (syms_from_objfile_1, finish_new_objfile)
8220         (reread_symbols): Update.
8221
8222 2018-05-23  Tom Tromey  <tom@tromey.com>
8223
8224         * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
8225         SUBSEQUENT_MESSAGE.
8226         (vcomplaint, clear_complaints): Update.
8227         (symfile_explanations): Remove some messages.
8228
8229 2018-05-23  Tom Tromey  <tom@tromey.com>
8230
8231         * complaints.c (internal_complaint): Remove.
8232         * complaints.h (internal_complaint): Remove.
8233
8234 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
8235
8236         * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
8237
8238 2018-05-22  Pedro Alves  <palves@redhat.com>
8239
8240         * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
8241         (remote_fileio_badfd, remote_fileio_return_errno)
8242         (remote_fileio_return_success, remote_fileio_func_open)
8243         (remote_fileio_func_open, remote_fileio_func_close)
8244         (remote_fileio_func_read, remote_fileio_func_write)
8245         (remote_fileio_func_lseek, remote_fileio_func_rename)
8246         (remote_fileio_func_unlink, remote_fileio_func_stat)
8247         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
8248         (remote_fileio_func_isatty, remote_fileio_func_system): Add
8249         remote_target parameter.
8250         (remote_fio_func_map) <func>: Add remote_target parameter.
8251         (do_remote_fileio_request, remote_fileio_request):
8252         * remote-fileio.h (remote_fileio_request):
8253         * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
8254         remote_target parameter.
8255         (remote_notif_process, handle_notification): Adjust to pass down
8256         the remote.
8257         (remote_notif_state_allocate): Add remote_target parameter.  Save
8258         it.
8259         * remote-notif.h (struct remote_target): Forward declare.
8260         (struct notif_client) <parse, ack, can_get_pending_events>: Add
8261         remote_target parameter.
8262         (struct remote_notif_state) <remote>: New field.
8263         (remote_notif_ack, remote_notif_parse): Add remote_target
8264         parameter.
8265         (remote_notif_state_allocate, remote_notif_state_allocate): Add
8266         remote_target parameter.
8267         * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
8268         (threads_listing_context, rmt_thread_action, protocol_feature)
8269         (packet_reg, stop_reply, stop_reply_p, enum packet_support)
8270         (packet_result, struct threads_listing_context, remote_state):
8271         Move definitions and declarations higher up.
8272         (remote_target) <~remote_target>: Declare.
8273         (remote_download_command_source, remote_file_put, remote_file_get)
8274         (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
8275         (remote_hostio_pread_vFile, remote_hostio_send_command)
8276         (remote_hostio_set_filesystem, remote_hostio_open)
8277         (remote_hostio_close, remote_hostio_unlink, remote_state)
8278         (get_remote_state, get_remote_packet_size, get_memory_packet_size)
8279         (get_memory_write_packet_size, get_memory_read_packet_size)
8280         (append_pending_thread_resumptions, remote_detach_1)
8281         (append_resumption, remote_resume_with_vcont)
8282         (add_current_inferior_and_thread, wait_ns, wait_as)
8283         (process_stop_reply, remote_notice_new_inferior)
8284         (process_initial_stop_replies, remote_add_thread)
8285         (btrace_sync_conf, remote_btrace_maybe_reopen)
8286         (remove_new_fork_children, kill_new_fork_children)
8287         (discard_pending_stop_replies, stop_reply_queue_length)
8288         (check_pending_events_prevent_wildcard_vcont)
8289         (discard_pending_stop_replies_in_queue, stop_reply)
8290         (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
8291         (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
8292         (remote_interrupt_as, remote_interrupt_ns)
8293         (remote_get_noisy_reply, remote_query_attached)
8294         (remote_add_inferior, remote_current_thread, get_current_thread)
8295         (set_thread, set_general_thread, set_continue_thread)
8296         (set_general_process, write_ptid)
8297         (remote_unpack_thread_info_response, remote_get_threadinfo)
8298         (parse_threadlist_response, remote_get_threadlist)
8299         (remote_threadlist_iterator, remote_get_threads_with_ql)
8300         (remote_get_threads_with_qxfer)
8301         (remote_get_threads_with_qthreadinfo, extended_remote_restart)
8302         (get_offsets, remote_check_symbols, remote_supported_packet)
8303         (remote_query_supported, remote_packet_size)
8304         (remote_serial_quit_handler, remote_detach_pid)
8305         (remote_vcont_probe, remote_resume_with_hc)
8306         (send_interrupt_sequence, interrupt_query)
8307         (remote_notif_get_pending_events, fetch_register_using_p)
8308         (send_g_packet, process_g_packet, fetch_registers_using_g)
8309         (store_register_using_P, store_registers_using_G)
8310         (set_remote_traceframe, check_binary_download)
8311         (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
8312         (remote_xfer_live_readonly_partial, remote_read_bytes)
8313         (remote_send_printf, remote_flash_write, readchar)
8314         (remote_serial_write, putpkt, putpkt_binary, skip_frame)
8315         (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
8316         (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
8317         (extended_remote_disable_randomization, extended_remote_run)
8318         (send_environment_packet, extended_remote_environment_support)
8319         (extended_remote_set_inferior_cwd, remote_write_qxfer)
8320         (remote_read_qxfer, push_stop_reply, vcont_r_supported)
8321         (packet_command): Now methods of ...
8322         (remote_target): ... this class.
8323         (m_remote_state) <remote_target>: New field.
8324         (struct remote_state) <stop_reply_queue,
8325         remote_async_inferior_event_token, wait_forever_enabled_p>: New
8326         fields.
8327         (remote_state::remote_state): Allocate stop_reply_queue.
8328         (remote_state): Delete global.
8329         (get_remote_state_raw): Delete.
8330         (remote_target::get_remote_state): Allocate m_remote_state on
8331         demand.
8332         (get_current_remote_target): New.
8333         (remote_ops, extended_remote_ops): Delete.
8334         (wait_forever_enabled_p, remote_async_inferior_event_token):
8335         Delete, moved to struct remote_state.
8336         (remote_target::close): Delete self.  Destruction bits split to
8337         ...
8338         (remote_target::~remote_target): ... this.
8339         (show_memory_packet_size): Adjust to use
8340         get_current_remote_target.
8341         (struct protocol_feature) <func>: Add remote_target parameter.
8342         All callers adjusted.
8343         (curr_quit_handler_target): New.
8344         (remote_serial_quit_handler): Reimplement.
8345         (remote_target::open_1): Adjust to use get_current_remote_target.
8346         Heap-allocate remote_target/extended_remote_target instances.
8347         (vcont_builder::vcont_builder): Add remote_target parameter, and
8348         save it in m_remote.  All callers adjusted.
8349         (vcont_builder::m_remote): New field.
8350         (vcont_builder::restart, vcont_builder::flush)
8351         (vcont_builder::push_action): Use it.
8352         (remote_target::commit_resume): Use it.
8353         (struct queue_iter_param) <remote>: New field.
8354         (remote_target::remove_new_fork_children): Fill in 'remote' field.
8355         (check_pending_event_prevents_wildcard_vcont_callback_data): New.
8356         (check_pending_event_prevents_wildcard_vcont_callback)
8357         (remote_target::check_pending_events_prevent_wildcard_vcont)
8358         (remote_target::discard_pending_stop_replies)
8359         (remote_target::discard_pending_stop_replies_in_queue)
8360         (remote_target::remote_notif_remove_queued_reply): Fill in
8361         'remote' field.
8362         (remote_notif_get_pending_events): New.
8363         (remote_target::readchar, remote_target::remote_serial_write):
8364         Save/restore curr_quit_handler_target.
8365         (putpkt): New.
8366         (kill_new_fork_children): Fill in 'remote' field.
8367         (packet_command): Use get_current_remote_target, defer to
8368         remote_target method of same name.
8369         (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
8370         parameter, and save it in m_remote.  All callers adjusted.
8371         (scoped_remote_fd::release): Use m_remote.
8372         (scoped_remote_fd::m_remote): New field.
8373         (remote_file_put, remote_file_get, remote_file_delete): Use
8374         get_current_remote_target, defer to remote_target method of same
8375         name.
8376         (remote_btrace_reset): Add remote_state paremeter.  Update all
8377         callers.
8378         (remote_async_inferior_event_handler). Pass down 'data'.
8379         (remote_new_objfile): Use get_current_remote_target.
8380         (remote_target::vcont_r_supported): New.
8381         (set_range_stepping): Use get_current_remote_target and
8382         remote_target::vcont_r_supported.
8383         (_initialize_remote): Don't allocate 'remote_state' and
8384         'stop_reply_queue' globals.
8385         * remote.h (struct remote_target): Forward declare.
8386         (getpkt, putpkt, remote_notif_get_pending_events): Add
8387         'remote_target' parameter.
8388
8389 2018-05-22  Pedro Alves  <palves@redhat.com>
8390
8391         * remote.c (vcont_builder): Now a class.  Make all data members
8392         private.
8393         (vcont_builder) <vcont_builder, restart, flush, push_action>:
8394         Declare methods.
8395         (vcont_builder_restart): Rename to ...
8396         (vcont_builder::restart): ... this.
8397         (vcont_builder_flush): Rename to ...
8398         (vcont_builder::flush): ... this.
8399         (vcont_builder_push_action): Rename to ...
8400         (vcont_builder::push_action): ... this.
8401         (remote_target::commit_resume): Adjust.
8402
8403 2018-05-22  Pedro Alves  <palves@redhat.com>
8404
8405         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
8406         (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
8407         (get_fixed_memory_packet_size): New.
8408         (get_memory_packet_size): Use it.
8409         (set_memory_packet_size): Don't override the config size with
8410         DEFAULT_MAX_MEMORY_PACKET_SIZE.
8411         (show_memory_packet_size): Use get_fixed_memory_packet_size.
8412         Don't refer to get_memory_packet_size if not connected to a remote
8413         target.  Show "(default)" if configured size is 0.
8414
8415 2018-05-22  Pedro Alves  <palves@redhat.com>
8416
8417         * remote.c (remote_target::mourn_inferior): Move
8418         discard_pending_stop_replies call here from ...
8419         (_initialize_remote): ... here.
8420
8421 2018-05-22  Pedro Alves  <palves@redhat.com>
8422
8423         * remote.c (compare_section_command): Remove set_general_process
8424         call.
8425
8426 2018-05-22  Pedro Alves  <palves@redhat.com>
8427
8428         * remote.c (struct packet_reg, struct remote_arch_state):
8429         Move higher up in the file.
8430         (remote_state) <m_arch_states>: Store remote_arch_state values
8431         instead of remote_arch_state pointers.
8432         (remote_state::get_remote_arch_state): Adjust.
8433
8434 2018-05-22  Pedro Alves  <palves@redhat.com>
8435
8436         * remote.c: Include <unordered_map>.
8437         (remote_state): Now a class.
8438         (remote_state) <get_remote_arch_state>: Declare method.
8439         <get_remote_arch_state>: New field.
8440         (remote_arch_state) <remote_arch_state>: Declare ctor.
8441         <regs>: Now a unique_ptr.
8442         (remote_gdbarch_data_handle): Delete.
8443         (get_remote_arch_state): Delete.
8444         (remote_state::get_remote_arch_state): New.
8445         (get_remote_state): Adjust to call remote_state's
8446         get_remote_arch_state method.
8447         (init_remote_state): Delete, bits factored out to ...
8448         (remote_arch_state::remote_arch_state): ... this new method.
8449         (get_remote_packet_size, get_memory_packet_size)
8450         (process_g_packet, remote_target::fetch_registers)
8451         (remote_target::prepare_to_store, store_registers_using_G)
8452         (remote_target::store_registers, remote_target::get_trace_status):
8453         Adjust to call remote_state's method.
8454         (_initialize_remote): Remove reference to
8455         remote_gdbarch_data_handle.
8456
8457 2018-05-22  Pedro Alves  <palves@redhat.com>
8458
8459         * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
8460         pread>: New method declarations.
8461         (remote_target::open_1): Adjust.
8462         (readahead_cache_invalidate): Rename to ...
8463         (readahead_cache::invalidate): ... this, and adjust to be a class
8464         method.
8465         (readahead_cache_invalidate_fd): Rename to ...
8466         (readahead_cache::invalidate_fd): ... this, and adjust to be a
8467         class method.
8468         (remote_hostio_pwrite): Adjust.
8469         (remote_hostio_pread_from_cache): Rename to ...
8470         (readahead_cache::pread): ... this, and adjust to be a class
8471         method.
8472         (remote_hostio_close): Adjust.
8473
8474 2018-05-22  Pedro Alves  <palves@redhat.com>
8475
8476         * remote.c (remote_hostio_close_cleanup): Delete.
8477         (class scoped_remote_fd): New.
8478         (remote_file_put, remote_file_get): Use it.
8479
8480 2018-05-22  Pedro Alves  <palves@redhat.com>
8481
8482         (struct vCont_action_support): Use bool and initialize all fields.
8483         (struct readahead_cache): Initialize all fields.
8484         (remote_state): Use bool and initialize all fields.
8485         (remote_state::remote_state, remote_state::~remote_state): New.
8486         (new_remote_state): Delete.
8487         (_initialize_remote): Use new to allocate remote_state.
8488
8489 2018-05-22  Pedro Alves  <palves@redhat.com>
8490             張俊芝  <zjz@zjz.name>
8491
8492         PR gdb/22973
8493         * c-exp.y: Include "c-support.h".
8494         (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
8495         of tolower.  Use c_ident_is_alpha to scan names.
8496         * c-lang.c: Include "c-support.h".
8497         (convert_ucn, convert_octal, convert_hex, convert_escape): Use
8498         ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
8499         * c-support.h: New file, with bits factored out from ...
8500         * cp-name-parser.y: ... this file.
8501         Include "c-support.h".
8502         (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
8503         c-support.h and renamed.
8504         (symbol_end, yylex): Adjust.
8505
8506 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8507
8508         * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
8509         parameter type to CORE_ADDR.
8510         * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
8511         parameter type in declaration to CORE_ADDR.
8512         * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
8513         target_auxv_search to get AT_HWCAP and use the result to get the
8514         target description.
8515         * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
8516         to CORE_ADDR. Remove the cast of the return value to unsigned
8517         long. Fix error predicate of target_auxv_search.
8518         (ppc_linux_nat_target::read_description): Change the type of the
8519         hwcap variable to CORE_ADDR.
8520
8521 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8522
8523         * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
8524         if the size of fpscr is larger than 32 bits.
8525
8526 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8527
8528         * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
8529         (ppc32_linux_vsxregmap): New global.
8530         (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
8531         regcache_supply_regset, and regcache_collect_regset.
8532         * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
8533         * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
8534         (fetch_vsx_register, store_vsx_register): Remove.
8535         (fetch_vsx_registers): Add regno parameter. Get regset using
8536         ppc_linux_vsxregset. Use regset to supply registers.
8537         (store_vsx_registers): Add regno parameter. Get regset using
8538         ppc_linux_vsxregset. Use regset to collect registers.
8539         (fetch_register): Call fetch_vsx_registers instead of
8540         fetch_vsx_register.
8541         (store_register): Call store_vsx_registers instead of
8542         store_vsx_register.
8543         (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
8544         new regno parameter.
8545         (store_ppc_registers): Call store_vsx_registers with -1 for the
8546         new regno parameter.
8547         * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
8548         (ppc_collect_vsxregset): Remove.
8549
8550 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8551
8552         * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
8553         offset fields.
8554         * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
8555         for vector register offset fields.
8556         (ppc64_fbsd_reg_offsets): Likewise.
8557         * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
8558         to vector register offset fields.
8559         * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
8560         to vector register offset fields.
8561         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
8562         vector register offset fields.
8563         * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
8564         initializers for vector register offset fields.
8565         (rs6000_aix64_reg_offsets): Likewise.
8566         * rs6000-tdep.c (ppc_vrreg_offset): Remove.
8567         (ppc_supply_vrregset): Remove.
8568         (ppc_collect_vrregset): Remove.
8569         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
8570         (ppc_linux_vrregset) : New function.
8571         (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
8572         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
8573         (ppc32_linux_vrregset): Remove.
8574         (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
8575         and use result instead of ppc32_linux_vrregset.
8576         (ppc32_linux_reg_offsets): Remove initializers for vector register
8577         offset fields.
8578         (ppc64_linux_reg_offsets): Likewise.
8579         * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
8580         * ppc-linux-nat.c: Include regset.h.
8581         (gdb_vrregset_t): Adjust comment to account for little-endian
8582         mode.
8583         (supply_vrregset, fill_vrregset): Remove.
8584         (fetch_altivec_register, store_altivec_register): Remove.
8585         (fetch_altivec_registers): Add regno parameter. Get regset using
8586         ppc_linux_vrregset. Use regset to supply registers.
8587         (store_altivec_registers): Add regno parameter. Get regset using
8588         ppc_linux_vrregset. Use regset to collect registers.
8589         (fetch_register): Call fetch_altivec_registers instead of
8590         fetch_altivec_register.
8591         (store_register): Call store_altivec_registers instead of
8592         store_altivec_register.
8593         (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
8594         the new regno parameter.
8595         (store_ppc_registers): Call store_altivec_registers with -1 for
8596         the new regno parameter.
8597
8598 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8599
8600         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
8601         (PPC_LINUX_SIZEOF_VSXREGSET): Define.
8602         * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
8603         (gdb_vrregset_t): Change array type size to
8604         PPC_LINUX_SIZEOF_VRREGSET.
8605         (gdb_vsxregset_t): Change array type size to
8606         PPC_LINUX_SIZEOF_VSXREGSET.
8607         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
8608         Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
8609         PPC_LINUX_SIZEOF_VSXREGSET.
8610
8611 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8612
8613         * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
8614         * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
8615         nat/ppc-linux.c.
8616         (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
8617         ppc_linux_target_wordsize with tid.
8618         (ppc_linux_nat_target::read_description): Call ppc_linux_target
8619         wordsize with tid.
8620         * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
8621         (ppc64_64bit_inferior_p): Add static and inline specifiers.
8622         (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
8623         tid parameter. Remove static specifier.
8624         * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
8625         (ppc_linux_target_wordsize): New declaration.
8626
8627 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
8628
8629         * arch/ppc-linux-common.c: New file.
8630         * arch/ppc-linux-common.h: New file.
8631         * arch/ppc-linux-tdesc.h: New file.
8632         * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
8633         * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
8634         (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
8635         arch/ppc-linux-tdesc.h.
8636         * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
8637         arch/ppc-linux-tdesc.h.
8638         (ppc_linux_nat_target::read_description): Remove target
8639         description matching code. Fill a ppc_linux_features struct and
8640         call ppc_linux_match_description with it. Move comment about ISA
8641         2.05 to ppc-linux-common.c.
8642         * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
8643         arch/ppc-linux-tdesc.h.
8644         (ppc_linux_core_read_description): Remove target description
8645         matching code. Fill a ppc_linux_features struct and call
8646         ppc_linux_match_description with it.
8647         * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
8648         (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
8649         (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
8650         (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
8651         (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
8652         (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
8653         (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
8654         (tdesc_powerpc_e500l): Remove.
8655
8656 2018-05-22  Joel Brobecker  <brobecker@adacore.com>
8657
8658         * ada-lang.c (catch_assert_command): Pass empty string instead
8659         of NULL for excep_string argument.
8660
8661 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
8662
8663         * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
8664         the width of the requested register exceeds the width of the
8665         `ptrace' data type.
8666
8667 2018-05-21  Tom Tromey  <tom@tromey.com>
8668
8669         * printcmd.c (output_command): Remove.
8670         (output_command_const): Rename to output_command.
8671         * valprint.h (output_command): Rename from output_command_const.
8672         * tracepoint.c (trace_dump_actions): Call output_command.
8673
8674 2018-05-21  Tom Tromey  <tom@tromey.com>
8675
8676         * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
8677         (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
8678         * ada-lang.h (create_ada_exception_catchpoint): Update.
8679         * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
8680         std::string.
8681         (create_excep_cond_exprs, ~ada_catchpoint)
8682         (should_stop_exception, print_one_exception)
8683         (print_mention_exception, print_recreate_exception): Update.
8684         (ada_get_next_arg): Remove.
8685         (catch_ada_exception_command_split): Use std::string.  Change type
8686         of "excep_string", "cond_string".
8687         (catch_ada_exception_command): Update.
8688         (create_ada_exception_catchpoint): Change type of excep_string.
8689         (ada_exception_sal): Remove excep_string parameter.
8690         (~ada_catchpoint): Remove.
8691
8692 2018-05-21  Tom Tromey  <tom@tromey.com>
8693
8694         * ada-lang.c (ada_collect_symbol_completion_matches): Remove
8695         cleanup.
8696
8697 2018-05-21  Tom Tromey  <tom@tromey.com>
8698
8699         * ada-lang.c (ada_exception_message_1, ada_exception_message):
8700         Return unique_xmalloc_ptr.
8701         (print_it_exception): Update.
8702
8703 2018-05-21  Tom Tromey  <tom@tromey.com>
8704
8705         * tracepoint.c (trace_dump_actions): Use std::string.
8706
8707 2018-05-21  Tom Tromey  <tom@tromey.com>
8708
8709         * symfile.c (reread_symbols): Use std::string for original_name.
8710
8711 2018-05-21  Tom Tromey  <tom@tromey.com>
8712
8713         * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
8714         (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN.  Default
8715         constructor.
8716
8717 2018-05-20  Simon Marchi  <simon.marchi@polymtl.ca>
8718
8719         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
8720         instance to...
8721         (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
8722         * objfiles.c (get_objfile_bfd_data): Allocate
8723         objfile_per_bfd_storage with obstack_new when allocating on
8724         obstack.
8725
8726 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
8727
8728         * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
8729         OBSTACK_ZALLOC.
8730         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
8731         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
8732         * mdebugread.c (mdebug_build_psymtabs): Likewise.
8733         (add_pending): Likewise.
8734         (parse_symbol): Likewise.
8735         (parse_partial_symbols): Likewise.
8736         (psymtab_to_symtab_1): Likewise.
8737         (new_psymtab): Likewise.
8738         (elfmdebug_build_psymtabs): Likewise.
8739         * minsyms.c (terminate_minimal_symbol_table): Likewise.
8740         * objfiles.c (get_objfile_bfd_data): Likewise.
8741         (objfile_register_static_link): Likewise.
8742         * psymtab.c (allocate_psymtab): Likewise.
8743         * stabsread.c (read_member_functions): Likewise.
8744         * xcoffread.c (xcoff_end_psymtab): Likewise.
8745
8746 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
8747
8748         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
8749         compiler supports std::is_trivially_constructible.
8750         * common/poison.h: Include obstack.h.
8751         (IsMallocable): Define to is_trivially_constructible if the
8752         compiler supports it, define to true_type otherwise.
8753         (xobnew): New.
8754         (XOBNEW): Redefine.
8755         (xobnewvec): New.
8756         (XOBNEWVEC): Redefine.
8757         * gdb_obstack.h (obstack_zalloc): New.
8758         (OBSTACK_ZALLOC): Redefine.
8759         (obstack_calloc): New.
8760         (OBSTACK_CALLOC): Redefine.
8761         (obstack_new): New.
8762         * gdbarch.sh: Include gdb_obstack in gdbarch.h.
8763         (gdbarch_obstack): New declaration in gdbarch.h, definition in
8764         gdbarch.c.
8765         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
8766         obstack_calloc/obstack_zalloc.
8767         (gdbarch_obstack_zalloc): Remove.
8768         * target-descriptions.c (tdesc_data_init): Use obstack_new.
8769
8770 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8771
8772         * stack.c (backtrace_command_1): Remove useless variable int i.
8773
8774 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8775
8776         * stack.c (print_frame_info): Fix comment.
8777
8778 2018-05-18  Tom Tromey  <tom@tromey.com>
8779
8780         * dwarf2read.c (struct dwz_file): Add constructor, initializers.
8781         <dwz_bfd>: Now a gdb_bfd_ref_ptr.
8782         (~dwarf2_per_objfile): Update
8783         (dwarf2_get_dwz_file): Use new.
8784         * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
8785         unique_ptr.
8786
8787 2018-05-18  Tom Tromey  <tom@tromey.com>
8788
8789         * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
8790         unique_ptr.
8791         * dwarf2read.c (struct dwp_file): Add constructor and
8792         initializers.
8793         (open_and_init_dwp_file): Return a unique_ptr.
8794         (dwarf2_per_objfile, create_dwp_hash_table)
8795         (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
8796         (lookup_dwo_unit_in_dwp): Update.
8797         (open_and_init_dwp_file, get_dwp_file): Update.
8798
8799 2018-05-18  Tom Tromey  <tom@tromey.com>
8800
8801         * dwarf2read.c (dwarf2_per_objfile): Update.
8802         (struct mapped_index): Add initializers.
8803         (dwarf2_read_index): Use new.
8804         (dw2_symtab_iter_init): Update.
8805         * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
8806         unique_ptr.
8807
8808 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
8809
8810         * dwarf2read.c (mapped_index) <total_size>: Remove.
8811
8812 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
8813
8814         * unittests/format_pieces-selftests.c (test_format_specifier):
8815         Add ARI comments.
8816
8817 2018-05-18  Tom Tromey  <tom@tromey.com>
8818
8819         * c-typeprint.c (maybe_print_hole): New function.
8820         (c_print_type_struct_field_offset): Update.
8821         (c_type_print_base_struct_union): Call maybe_print_hole.
8822
8823 2018-05-17  Keith Seitz  <keiths@redhat.com>
8824
8825         * breakpoint.c (build_bpstat_chain): New function, moved from
8826         bpstat_stop_status.
8827         (bpstat_stop_status): Add optional parameter, `stop_chain'.
8828         If no stop chain is passed, call build_bpstat_chain to build it.
8829         * breakpoint.h (build_bpstat_chain): Declare.
8830         (bpstat_stop_status): Move documentation here from breakpoint.c.
8831         * infrun.c (handle_signal_stop): Before eliding inlined frames,
8832         build the stop chain and pass it to skip_inline_frames.
8833         Pass this stop chain to bpstat_stop_status.
8834         * inline-frame.c: Include breakpoint.h.
8835         (stopped_by_user_bp_inline_frame): New function.
8836         (skip_inline_frames): Add parameter `stop_chain'.
8837         Move documention to inline-frame.h.
8838         If non-NULL, use stopped_by_user_bp_inline_frame to determine
8839         whether the frame should be elided.
8840         * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
8841         Add moved documentation and update for new parameter.
8842
8843 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
8844
8845         PR cli/14975
8846         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8847         unittests/format_pieces-selftests.c.
8848         * common/format.h (format_piece) <operator==>: New.
8849         (format_pieces) <operator[]>: Remove.
8850         * common/format.c (format_pieces::format_pieces): Handle \e.
8851         * unittests/format_pieces-selftests.c: New.
8852
8853 2018-05-17  Tom Tromey  <tom@tromey.com>
8854
8855         PR symtab/23010:
8856         * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
8857         (dw2_instantiate_symtab): Add skip_partial parameter.
8858         (dw2_find_last_source_symtab, dw2_map_expand_apply)
8859         (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
8860         (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
8861         (dw2_expand_symtabs_matching_one)
8862         (dw2_find_pc_sect_compunit_symtab)
8863         (dw2_debug_names_lookup_symbol)
8864         (dw2_debug_names_expand_symtabs_for_function): Update.
8865         (init_cutu_and_read_dies): Add skip_partial parameter.
8866         (process_psymtab_comp_unit, build_type_psymtabs_1)
8867         (process_skeletonless_type_unit, load_partial_comp_unit)
8868         (psymtab_to_symtab_1): Update.
8869         (load_full_comp_unit): Add skip_partial parameter.
8870         (process_imported_unit_die, dwarf2_read_addr_index)
8871         (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
8872         (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
8873         (read_signatured_type): Update.
8874
8875 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
8876
8877         * value.c (release_value): Remove unused variable.
8878         (record_latest_value): Likewise.
8879         (access_value_history): Likewise.
8880         (preserve_values): Likewise.
8881
8882 2018-05-17  Tom Tromey  <tom@tromey.com>
8883
8884         * extension.h (struct ext_lang_type_printers) <py_type_printers>:
8885         Initialize.
8886
8887 2018-05-16  Maciej W. Rozycki  <macro@mips.com>
8888
8889         PR gdb/22286
8890         * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
8891         Also handle registers whose width is not a multiple of
8892         PTRACE_TYPE_RET.
8893         (linux_nat_trad_target::store_register): Likewise.
8894
8895 2018-05-16  Tom Tromey  <tom@tromey.com>
8896
8897         * gdbcore.h (core_bfd): Redefine.
8898         * corelow.c (core_target::close): Update.
8899         (core_target_open): Update.
8900         * progspace.h (struct program_space) <cbfd>: Now a
8901         gdb_bfd_ref_ptr.
8902
8903 2018-05-16  Tom Tromey  <tom@tromey.com>
8904
8905         PR cli/19551:
8906         * symfile-add-flags.h (enum symfile_add_flags)
8907         <SYMFILE_NOT_FILENAME>: New constant.
8908         * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME.  Get
8909         objfile name from BFD.
8910         (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
8911         * minidebug.c (find_separate_debug_file_in_section): Put
8912         ".gnu_debugdata" into BFD's file name.
8913
8914 2018-05-16  Simon Marchi  <simon.marchi@ericsson.com>
8915
8916         * regcache.c (regcache_read_ftype, regcache_write_ftype):
8917         Remove.
8918
8919 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
8920
8921         PR binutils/21446
8922         * aarch64-tdep.c (aarch64_analyze_prologue,
8923         aarch64_software_single_step, aarch64_displaced_step_copy_insn):
8924         Indicate not interested in errors.
8925
8926 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
8927
8928         * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
8929         Supply the MIPS_ZERO_REGNUM register.
8930
8931 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
8932
8933         * mips-tdep.c (mask_address_var): Make variable static.
8934
8935 2018-05-14  Tom Tromey  <tom@tromey.com>
8936
8937         * dwarf2read.c (rust_union_quirks): Clear rust_unions.
8938
8939 2018-05-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8940
8941         * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
8942         FXSAVE_ADDR for the mxcsr register.
8943
8944 2018-05-11  Max Filippov  <jcmvbkbc@gmail.com>
8945
8946         * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
8947
8948 2018-05-11  Pedro Alves  <palves@redhat.com>
8949
8950         * corelow.c (core_target) <core_target>: No longer inline.
8951         Initialize m_core_gdbarch, m_core_vec and build the section table
8952         here.
8953         <~core_target>: New.
8954         <core_gdbarch, get_core_register_section>: New methods.
8955         <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
8956         factored out from ...
8957         <core_data, core_vec, core_gdbarch>: ... these deleted globals.
8958         (core_ops): Delete.
8959         (sniff_core_bfd): Add gdbarch parameter.
8960         (core_close): Delete, merged into ...
8961         (core_target::close): ... here.  Delete self.
8962         (core_close_cleanup): Delete.
8963         (core_target_open): Allocate a core_target on the heap.  Use a
8964         unique_ptr instead of a cleanup.  Bits moved into the core_target
8965         ctor.  Adjust to use core_target methods instead of globals.
8966         (get_core_register_section): Rename to ...
8967         (core_target::get_core_register_section): ... this and adjust.
8968         (struct get_core_registers_cb_data): New.
8969         (get_core_registers_cb): Use it.  Use bool.
8970         (core_target::fetch_registers, core_target::files_info)
8971         (core_target::xfer_partial, core_target::read_description)
8972         (core_target::pid_to, core_target::thread_name): Adjust to
8973         reference class fields instead of globals.
8974         * target.h (struct target_ops_deleter, target_ops_up): New.
8975
8976 2018-05-11  Pedro Alves  <palves@redhat.com>
8977
8978         * corefile.c (core_file_command): Move to corelow.c.
8979         * corelow.c (the_core_target): Delete.
8980         (core_file_command): Moved from corefile.c.  Check exec_bfd
8981         instead of the_core_target.  Use target_detach instead of calling
8982         into the_core_target directly.
8983         (maybe_say_no_core_file_now): New.
8984         (core_target::detach): Use it.
8985         (_initialize_corelow): Remove references to the_core_target.
8986         * gdbcore.h (the_core_target): Delete.
8987
8988 2018-05-11  Tom Tromey  <tromey@redhat.com>
8989             Pedro Alves  <palves@redhat.com>
8990
8991         * corefile.c (core_bfd): Remove.
8992         * gdbcore.h (core_bfd): Now a macro.
8993         * progspace.h (struct program_space) <cbfd>: New field.
8994
8995 2018-05-11  Tom Tromey  <tom@tromey.com>
8996
8997         * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
8998         gdb::def_vector.
8999
9000 2018-05-10  Tom Tromey  <tom@tromey.com>
9001
9002         * configure: Rebuild.
9003         * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
9004
9005 2018-05-10  Joel Brobecker  <brobecker@adacore.com>
9006
9007         PR server/23158:
9008         * regformats/regdat.sh: Adjust script, following the addition
9009         of the new expedite_regs parameter to init_target_desc.
9010
9011 2018-05-10  Omair Javaid  <omair.javaid@linaro.org>
9012     
9013         PR gdb/23127
9014         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
9015         set_gdbarch_significant_addr_bit.
9016         * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
9017         set_gdbarch_significant_addr_bit.
9018         * utils.c (address_significant): Update to sign extend addr.
9019
9020 2018-05-09  Max Filippov  <jcmvbkbc@gmail.com>
9021
9022         * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
9023         (xtensa_linux_init_abi): Limit tdep->num_regs by
9024         tdep->num_nopriv_regs.
9025         * xtensa-tdep.c (xtensa_derive_tdep): Calculate
9026         tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
9027         not initialized.
9028
9029 2018-05-08  Simon Marchi  <simon.marchi@ericsson.com>
9030
9031         * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
9032
9033 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
9034
9035         * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
9036         (I387_MXCSR_INIT_VAL): New constant.
9037         * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
9038         buffer if it was supplied by the inferior.
9039         * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
9040         (i387_xsave_get_clear_bv): New function.
9041         (i387_supply_xsave): Only read x87 control registers from the
9042         xsave buffer if the feature is enabled, and the state will have
9043         been written, otherwise, provide a suitable default.
9044         (i387_collect_xsave): Pre-clear all registers in xsave buffer,
9045         including x87 control registers.  Update control registers if they
9046         have changed from the default value, and mark features as enabled
9047         as required.
9048         * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
9049
9050 2018-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
9051
9052         * spu-tdep.c (info_spu_event_command): Fix output formatting.
9053
9054 2018-05-07  Tom Tromey  <tom@tromey.com>
9055
9056         * configure: Rebuild.
9057         * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
9058
9059 2018-05-07  Tom Tromey  <tom@tromey.com>
9060
9061         PR tdep/20362:
9062         * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
9063         bit.  Use correct value for VDIV.
9064
9065 2018-05-04  Tom Tromey  <tom@tromey.com>
9066
9067         * configure: Rebuild.
9068         * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
9069
9070 2018-05-04  Tom Tromey  <tom@tromey.com>
9071
9072         * linux-record.c (record_linux_system_call) <case
9073         RECORD_SYS_RECVFROM>: Add "break".
9074
9075 2018-05-04  Tom Tromey  <tom@tromey.com>
9076
9077         * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
9078         Add missing "break".
9079         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
9080         Add missing "break".
9081
9082 2018-05-04  Tom Tromey  <tom@tromey.com>
9083
9084         * rs6000-tdep.c (ppc_process_record_op4)
9085         (ppc_process_record_op63): Add fall-through comment.
9086
9087 2018-05-04  Tom Tromey  <tom@tromey.com>
9088
9089         * i386-tdep.c (i386_process_record): Add fall-through comment.
9090
9091 2018-05-04  Tom Tromey  <tom@tromey.com>
9092
9093         * stabsread.c (define_symbol) <case 'p'>: Add fall-through
9094         comment.
9095
9096 2018-05-04  Tom Tromey  <tom@tromey.com>
9097
9098         * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
9099         * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
9100         * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
9101         comment.
9102         * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
9103         comment.
9104         * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
9105         comment.
9106
9107 2018-05-04  Tom Tromey  <tom@tromey.com>
9108
9109         * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
9110
9111 2018-05-04  Tom Tromey  <tom@tromey.com>
9112
9113         * s390-tdep.c (s390_process_record): Fix fall-through comments.
9114         * xcoffread.c (scan_xcoff_symtab): Move comment later.
9115         * symfile.c (section_is_mapped): Fix fall-through comment.
9116         * stabsread.c (define_symbol, read_member_functions): Fix
9117         fall-through comment.
9118         * s390-linux-tdep.c (s390_process_record): Fix fall-through
9119         comment.
9120         * remote.c (remote_wait_as): Fix fall-through comment.
9121         * p-exp.y (yylex): Fix fall-through comment.
9122         * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
9123         comment.
9124         * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
9125         * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
9126         * jv-exp.y (yylex): Fix fall-through comment.
9127         * go-exp.y (lex_one_token): Fix fall-through comment.
9128         * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
9129         fall-through comment.
9130         * f-exp.y (yylex): Fix fall-through comment.
9131         * dwarf2read.c (process_die): Fix fall-through comments.
9132         * dbxread.c (process_one_symbol): Fix fall-through comment.
9133         * d-exp.y (lex_one_token): Fix fall-through comment.
9134         * cp-name-parser.y (yylex): Fix fall-through comment.
9135         * coffread.c (coff_symtab_read): Fix fall-through comment.
9136         * c-exp.y (lex_one_token): Fix fall-through comment.
9137         * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
9138         comment.
9139         * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
9140         comment.
9141
9142 2018-05-04  Tom Tromey  <tom@tromey.com>
9143
9144         PR python/22730:
9145         * NEWS: Mention gdb.execute change.
9146         * gdbcmd.h (execute_control_command): Don't declare.
9147         * python/python.c (execute_gdb_command): Use read_command_lines_1,
9148         execute_control_commands, execute_control_commands_to_string.
9149         * cli/cli-script.h (execute_control_commands)
9150         (execute_control_commands_to_string): Declare.
9151         (execute_control_command): Add from_tty parameter.
9152         * cli/cli-script.c (execute_control_commands)
9153         (execute_control_commands_to_string): New functions.
9154         (execute_user_command): Use execute_control_commands.
9155         (execute_control_command_1): Add "from_tty" parameter.  Update.
9156         (execute_control_command): Likewise.
9157
9158 2018-05-04  Tom Tromey  <tom@tromey.com>
9159
9160         PR python/22731:
9161         * NEWS: Mention that breakpoint commands are writable.
9162         * python/py-breakpoint.c (bppy_set_commands): New function.
9163         (breakpoint_object_getset) <"commands">: Use it.
9164
9165 2018-05-04  Tom Tromey  <tom@tromey.com>
9166
9167         * tracepoint.c (actions_command): Update.
9168         * mi/mi-cmd-break.c (mi_command_line_array)
9169         (mi_command_line_array_cnt, mi_command_line_array_ptr)
9170         (mi_read_next_line): Remove.
9171         (mi_cmd_break_commands): Update.
9172         * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
9173         function_view.
9174         * cli/cli-script.c (get_command_line): Update.
9175         (process_next_line): Use function_view.  Constify.
9176         (recurse_read_control_structure, read_command_lines)
9177         (read_command_lines_1): Change argument types to function_view.
9178         (do_define_command, document_command): Update.
9179         * breakpoint.h (check_tracepoint_command): Don't declare.
9180         * breakpoint.c (check_tracepoint_command): Remove.
9181         (commands_command_1, create_tracepoint_from_upload): Update.
9182
9183 2018-05-04  Tom Tromey  <tom@tromey.com>
9184
9185         PR gdb/11750:
9186         * cli/cli-script.h (enum command_control_type) <define_control>:
9187         New constant.
9188         * cli/cli-script.c (multi_line_command_p): Handle define_control.
9189         (build_command_line, execute_control_command_1)
9190         (process_next_line): Likewise.
9191         (do_define_command): New function, extracted from define_command.
9192         (define_command): Use it.
9193
9194 2018-05-04  Tom Tromey  <tom@tromey.com>
9195
9196         * tracepoint.c (actions_command): Update.
9197         * cli/cli-script.h (read_command_lines): Update.
9198         * cli/cli-script.c (read_command_lines): Constify prompt_arg.
9199         (MAX_TMPBUF): Remove define.
9200         (define_command): Use string_printf.
9201         (document_command): Likewise.
9202         * breakpoint.c (commands_command_1): Update.
9203
9204 2018-05-04  Tom Tromey  <tom@tromey.com>
9205
9206         * top.c (execute_command): Update.
9207         * cli/cli-script.h (print_command_lines): Now varargs.
9208         * cli/cli-script.c (print_command_lines): Now varargs.
9209         (execute_control_command_1) <case while_control, case if_control>:
9210         Update.
9211
9212 2018-05-04  Tom Tromey  <tom@tromey.com>
9213
9214         * tracepoint.c (all_tracepoint_actions): Rename from
9215         all_tracepoint_actions_and_cleanup.  Change return type.
9216         (actions_command, encode_actions_1, encode_actions)
9217         (trace_dump_actions, tdump_command): Update.
9218         * remote.c (remote_download_command_source): Update.
9219         * python/python.c (gdbpy_eval_from_control_command)
9220         (python_command, python_interactive_command): Update.
9221         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
9222         * guile/guile.c (guile_command)
9223         (gdbscm_eval_from_control_command, guile_command): Update.
9224         * compile/compile.c (compile_code_command)
9225         (compile_print_command, compile_to_object): Update.
9226         * cli/cli-script.h (struct command_lines_deleter): New.
9227         (counted_command_line): New typedef.
9228         (struct command_line): Add constructor, destructor.
9229         <body_list>: Remove.
9230         <body_list_0, body_list_1>: New members.
9231         (command_line_up): Remove typedef.
9232         (read_command_lines, read_command_lines_1, get_command_line):
9233         Update.
9234         (copy_command_lines): Don't declare.
9235         * cli/cli-script.c (build_command_line): Use "new".
9236         (get_command_line): Return counted_command_line.
9237         (print_command_lines, execute_user_command)
9238         (execute_control_command_1, while_command, if_command): Update.
9239         (realloc_body_list): Remove.
9240         (process_next_line, recurse_read_control_structure): Update.
9241         (read_command_lines, read_command_lines_1): Return counted_command_line.
9242         (free_command_lines): Use "delete".
9243         (copy_command_lines): Remove.
9244         (define_command, document_command, show_user_1): Update.
9245         * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
9246         a counted_command_line.
9247         * breakpoint.h (counted_command_line): Remove typedef.
9248         (breakpoint_set_commands): Update.
9249         * breakpoint.c (check_no_tracepoint_commands)
9250         (validate_commands_for_breakpoint): Update.
9251         (breakpoint_set_commands): Change commands to be a
9252         counted_command_line.
9253         (commands_command_1, update_dprintf_command_list)
9254         (create_tracepoint_from_upload): Update.
9255
9256 2018-05-04  Tom Tromey  <tom@tromey.com>
9257
9258         * cli/cli-decode.h (cmd_list_element): New constructor.
9259         (~cmd_list_element): New destructor.
9260         (struct cmd_list_element): Add initializers.
9261         * cli/cli-decode.c (do_add_cmd): Use "new".
9262         (delete_cmd): Use "delete".
9263
9264 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9265             Pedro Alves <palves@redhat.com>
9266
9267         PR breakpoints/19806 and support for PR external/20207.
9268         * NEWS: Mention Aarch64 watchpoint improvements.
9269         * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
9270         watchpoints and PR external/20207 watchpoints.
9271         * nat/aarch64-linux-hw-point.c
9272         (kernel_supports_any_contiguous_range): New.
9273         (aarch64_watchpoint_offset): New.
9274         (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
9275         (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
9276         (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
9277         (aarch64_align_watchpoint): New parameters aligned_offset_p and
9278         next_addr_orig_p.  Support PR external/20207 watchpoints.
9279         (aarch64_downgrade_regs): New.
9280         (aarch64_dr_state_insert_one_point): New parameters offset and
9281         addr_orig.
9282         (aarch64_dr_state_remove_one_point): Likewise.
9283         (aarch64_handle_breakpoint): Update caller.
9284         (aarch64_handle_aligned_watchpoint): Likewise.
9285         (aarch64_handle_unaligned_watchpoint): Support addr_orig and
9286         aligned_offset.
9287         (aarch64_linux_set_debug_regs): Remove const from state.  Call
9288         aarch64_downgrade_regs.
9289         (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
9290         * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
9291         (DR_CONTROL_MASK): ... this.
9292         (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
9293         (unsigned int aarch64_watchpoint_offset): New prototype.
9294         (aarch64_linux_set_debug_regs): Remove const from state.
9295         * utils.c (align_up, align_down): Move to ...
9296         * common/common-utils.c (align_up, align_down): ... here.
9297         * utils.h (align_up, align_down): Move to ...
9298         * common/common-utils.h (align_up, align_down): ... here.
9299
9300 2018-05-04  Joel Brobecker  <brobecker@adacore.com>
9301
9302         * sparc-tdep.c (sparc_structure_return_p): Re-implement to
9303         match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
9304         (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
9305         Re-implement to match the ABI as summarized in GCC's
9306         gcc/config/sparc/sparc.c.  All callers updated.
9307         (sparc32_store_arguments): Remove assertion.
9308
9309 2018-05-04  Tom Tromey  <tom@tromey.com>
9310
9311         * printcmd.c: Don't include tui.h.
9312         (decode_format): Use skip_spaces.
9313
9314 2018-05-04  Tom Tromey  <tom@tromey.com>
9315
9316         PR gdb/22619:
9317         * printcmd.c (last_count): New global.
9318         (x_command): Use saved count when repeating.
9319
9320 2018-05-04  Tom Tromey  <tom@tromey.com>
9321
9322         * nto-procfs.c (do_closedir_cleanup): Remove.
9323         (procfs_pidlist): Use gdb_dir_up.
9324         * procfs.c (do_closedir_cleanup): Remove.
9325         (proc_update_threads): Use gdb_dir_up.
9326         * common/filestuff.h (struct gdb_dir_deleter): New.
9327         (gdb_dir_up): New typedef.
9328
9329 2018-05-04  Tom Tromey  <tom@tromey.com>
9330
9331         * ada-lang.c (print_mention_exception): Use std::string.
9332
9333 2018-05-04  Tom Tromey  <tom@tromey.com>
9334
9335         * ada-lang.c (create_excep_cond_exprs): Update.
9336         (ada_exception_catchpoint_cond_string): Use std::string.
9337
9338 2018-05-04  Tom Tromey  <tom@tromey.com>
9339
9340         * ada-lang.c (xget_renaming_scope): Return std::string.
9341         (old_renaming_is_invisible): Update.
9342
9343 2018-05-04  Tom Tromey  <tom@tromey.com>
9344
9345         * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
9346         (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
9347
9348 2018-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
9349
9350         * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
9351
9352 2018-05-04  Tom Tromey  <tom@tromey.com>
9353
9354         * remote.c (remote_query_supported_append): Change type.
9355         (remote_check_symbols): Update.
9356
9357 2018-05-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
9358
9359         PR gdb/11420
9360         * configure.ac: Prepend libpython.
9361         * python/python-config.py: Likewise.
9362         * configure: Regenerate.
9363
9364 2018-05-03  Simon Marchi  <simon.marchi@ericsson.com>
9365
9366         * Makefile.in (%.c: %.l): Use -t instead of --stdout.
9367
9368 2018-05-03  Pedro Alves  <palves@redhat.com>
9369
9370         * s390-linux-nat.c
9371         (s390_linux_nat_target::have_continuable_watchpoint): Mark with
9372         override.  Write 'true' instead of '1'.
9373         (s390_linux_nat_target::watchpoint_addr_within_range): Remove
9374         declaration.
9375
9376 2018-05-02  Pedro Alves  <palves@redhat.com>
9377
9378         * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
9379         add_inf_child_target.
9380         * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
9381         add_inf_child_target.
9382         * aix-thread.c (aix_thread_target_info): New.
9383         (aix_thread_target) <shortname, longname, doc>: Delete.
9384         <info>: New.
9385         * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
9386         add_inf_child_target.
9387         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
9388         add_inf_child_target.
9389         * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
9390         add_inf_child_target.
9391         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
9392         add_inf_child_target.
9393         * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
9394         add_inf_child_target.
9395         * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
9396         add_inf_child_target.
9397         * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
9398         add_inf_child_target.
9399         * arm-linux-nat.c (_initialize_arm_linux_nat): Use
9400         add_inf_child_target.
9401         * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
9402         add_inf_child_target.
9403         * bfd-target.c (target_bfd_target_info): New.
9404         (target_bfd) <shortname, longname, doc>: Delete.
9405         <info>: New.
9406         * bsd-kvm.c (bsd_kvm_target_info): New.
9407         (bsd_kvm_target) <shortname, longname, doc>: Delete.
9408         <info>: New.
9409         (bsd_kvm_target::open): Rename to ...
9410         (bsd_kvm_target_open): ... this.  Adjust.
9411         * bsd-uthread.c (bsd_uthread_target_info): New.
9412         (bsd_uthread_target) <shortname, longname, doc>: Delete.
9413         <info>: New.
9414         * corefile.c (core_file_command): Adjust.
9415         * corelow.c (core_target_info): New.
9416         (core_target) <shortname, longname, doc>: Delete.
9417         <info>: New.
9418         (core_target::open): Rename to ...
9419         (core_target_open): ... this.  Adjust.
9420         * ctf.c (ctf_target_info): New.
9421         (ctf_target) <shortname, longname, doc>: Delete.
9422         <info>: New.
9423         (ctf_target::open): Rename to ...
9424         (ctf_target_open): ... this.
9425         (_initialize_ctf): Adjust.
9426         * exec.c (exec_target_info): New.
9427         (exec_target) <shortname, longname, doc>: Delete.
9428         <info>: New.
9429         (exec_target::open): Rename to ...
9430         (exec_target_open): ... this.
9431         * gdbcore.h (core_target_open): Declare.
9432         * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
9433         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
9434         add_inf_child_target.
9435         * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
9436         add_inf_child_target.
9437         * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
9438         add_inf_child_target.
9439         * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
9440         add_inf_child_target.
9441         * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
9442         add_inf_child_target.
9443         * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
9444         add_inf_child_target.
9445         * i386-linux-nat.c (_initialize_i386_linux_nat): Use
9446         add_inf_child_target.
9447         * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
9448         add_inf_child_target.
9449         * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
9450         add_inf_child_target.
9451         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
9452         add_inf_child_target.
9453         * inf-child.c (inf_child_target_info): New.
9454         (inf_child_target::info): New.
9455         (inf_child_open_target): Remove 'target' parameter.  Use
9456         get_native_target instead.
9457         (inf_child_target::open): Delete.
9458         (add_inf_child_target): New.
9459         * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
9460         Delete.
9461         <info>: New.
9462         (add_inf_child_target): Declare.
9463         (inf_child_open_target): Declare.
9464         * linux-thread-db.c (thread_db_target_info): New.
9465         (thread_db_target) <shortname, longname, doc>: Delete.
9466         <info>: New.
9467         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
9468         add_inf_child_target.
9469         * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
9470         add_inf_child_target.
9471         * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
9472         add_inf_child_target.
9473         * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
9474         add_inf_child_target.
9475         * make-target-delegates (print_class): Adjust.
9476         * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
9477         add_inf_child_target.
9478         * mips-linux-nat.c (_initialize_mips_linux_nat): Use
9479         add_inf_child_target.
9480         * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
9481         add_inf_child_target.
9482         * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
9483         add_inf_child_target.
9484         * nto-procfs.c (nto_native_target_info): New.
9485         (nto_procfs_target_native) <shortname, longname, doc>:
9486         Delete.
9487         <info>: New.
9488         (nto_procfs_target_info): New.
9489         (nto_procfs_target_procfs) <shortname, longname, doc>:
9490         Delete.
9491         <info>: New.
9492         (init_procfs_targets): Adjust.
9493         * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
9494         add_inf_child_target.
9495         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
9496         add_inf_child_target.
9497         * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
9498         add_inf_child_target.
9499         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
9500         add_inf_child_target.
9501         * ravenscar-thread.c (ravenscar_target_info): New.
9502         (ravenscar_thread_target) <shortname, longname, doc>:
9503         Delete.
9504         <info>: New.
9505         * record-btrace.c (record_btrace_target_info):
9506         (record_btrace_target) <shortname, longname, doc>: Delete.
9507         <info>: New.
9508         (record_btrace_target::open): Rename to ...
9509         (record_btrace_target_open): ... this.  Adjust.
9510         * record-full.c (record_longname, record_doc): New.
9511         (record_full_base_target) <shortname, longname, doc>: Delete.
9512         <info>: New.
9513         (record_full_target_info): New.
9514         (record_full_target): <shortname>: Delete.
9515         <info>: New.
9516         (record_full_core_open_1, record_full_open_1): Update comments.
9517         (record_full_base_target::open): Rename to ...
9518         (record_full_open): ... this.
9519         (cmd_record_full_restore): Update.
9520         (_initialize_record_full): Update.
9521         * remote-sim.c (remote_sim_target_info): New.
9522         (gdbsim_target) <shortname, longname, doc>: Delete.
9523         <info>: New.
9524         (gdbsim_target::open): Rename to ...
9525         (gdbsim_target_open): ... this.
9526         (_initialize_remote_sim): Adjust.
9527         * remote.c (remote_doc): New.
9528         (remote_target_info): New.
9529         (remote_target) <shortname, longname, doc>: Delete.
9530         <info>: New.
9531         (extended_remote_target_info): New.
9532         (extended_remote_target) <shortname, longname, doc>: Delete.
9533         <info>: New.
9534         (remote_target::open_1): Make static.  Adjust.
9535         * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
9536         * s390-linux-nat.c (_initialize_s390_nat): Use
9537         add_inf_child_target.
9538         * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
9539         add_inf_child_target.
9540         * sol-thread.c (thread_db_target_info): New.
9541         (sol_thread_target) <shortname, longname, doc>: Delete.
9542         <info>: New.
9543         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
9544         add_inf_child_target.
9545         * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
9546         add_inf_child_target.
9547         * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
9548         add_inf_child_target.
9549         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
9550         add_inf_child_target.
9551         * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
9552         add_inf_child_target.
9553         * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
9554         add_inf_child_target.
9555         * spu-linux-nat.c (_initialize_spu_nat): Use
9556         add_inf_child_target.
9557         * spu-multiarch.c (spu_multiarch_target_info): New.
9558         (spu_multiarch_target) <shortname, longname, doc>: Delete.
9559         <info>: New.
9560         * target-delegates.c: Regenerate.
9561         * target.c: Include <unordered_map>.
9562         (target_ops_p): Delete.
9563         (DEF_VEC_P(target_ops_p)): Delete.
9564         (target_factories): New.
9565         (test_target_info): New.
9566         (test_target_ops::info): New.
9567         (open_target): Adjust to use target_factories.
9568         (add_target_with_completer): Rename to ...
9569         (add_target): ... this.  Change prototype.  Register target_info
9570         and open callback in target_factories.  Register target_info in
9571         command context instead of target_ops.
9572         (add_target): Delete old implementation.
9573         (add_deprecated_target_alias): Change prototype.  Adjust.
9574         (the_native_target): New.
9575         (set_native_target, get_native_target): New.
9576         (find_default_run_target): Use the_native_target.
9577         (find_attach_target, find_run_target): Simplify.
9578         (target_ops::open): Delete.
9579         (dummy_target_info): New.
9580         (dummy_target::shortname, dummy_target::longname)
9581         (dummy_target::doc): Delete.
9582         (dummy_target::info): New.
9583         (debug_target::shortname, debug_target::longname)
9584         (debug_target::doc): Delete.
9585         (debug_target::info): New.
9586         * target.h (struct target_info): New.
9587         (target_ops::~target_ops): Add comment.
9588         (target_ops::info): New.
9589         (target_ops::shortname, target_ops::longname, target_ops::doc): No
9590         longer virtual.  Implement in terms of target_info.
9591         (set_native_target, get_native_target): Declare.
9592         (target_open_ftype): New.
9593         (add_target, add_target_with_completer)
9594         (add_deprecated_target_alias): Change prototype.
9595         (test_target) <shortname, longname, doc>: Delete.
9596         <info>: New.
9597         * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
9598         add_inf_child_target.
9599         * tracefile-tfile.c (tfile_target_info): New.
9600         (tfile_target) <shortname, longname, doc>: Delete.
9601         <info>: New.
9602         (tfile_target::open): Rename to ...
9603         (tfile_target_open): ... this.
9604         (_initialize_tracefile_tfile): Adjust.
9605         * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
9606         add_inf_child_target.
9607         * windows-nat.c (_initialize_windows_nat): Use
9608         add_inf_child_target.
9609         * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
9610         add_inf_child_target.
9611
9612 2018-05-02  Pedro Alves  <palves@redhat.com>
9613
9614         * linux-nat.h (linux_nat_target) <low_new_thread,
9615         low_delete_thread, low_new_fork, low_forget_process,
9616         low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
9617         New virtual methods.
9618         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
9619         (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
9620         (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
9621         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
9622         (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
9623         Delete.
9624         * linux-fork.c (delete_fork): Adjust to call low method.
9625         * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
9626         (linux_nat_new_fork, linux_nat_forget_process_hook)
9627         (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
9628         (linux_nat_status_is_event):
9629         (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
9630         (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
9631         to call low method.
9632         (sigtrap_is_event): Rename to ...
9633         (linux_nat_target::low_status_is_event): ... this.
9634         (linux_nat_set_status_is_event): Delete.
9635         (save_stop_reason, linux_nat_wait_1)
9636         (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
9637         low methods.
9638         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
9639         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9640         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
9641         (linux_nat_set_prepare_to_resume): Delete.
9642         * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
9643         low virtual methods.
9644         * amd64-linux-nat.c: Likewise.
9645         * arm-linux-nat.c: Likewise.
9646         * i386-linux-nat.c: Likewise.
9647         * ia64-linux-nat.c: Likewise.
9648         * mips-linux-nat.c: Likewise.
9649         * ppc-linux-nat.c: Likewise.
9650         * s390-linux-nat.c: Likewise.
9651         * sparc64-linux-nat.c: Likewise.
9652         * x86-linux-nat.c: Likewise.
9653         * x86-linux-nat.h: Include "nat/x86-linux.h".
9654         (x86_linux_nat_target) <low_new_fork, low_forget_process,
9655         low_prepare_to_resume, low_new_thread, low_delete_thread>:
9656         Override methods.
9657
9658 2018-05-02  Pedro Alves  <palves@redhat.com>
9659
9660         * target.h (target_ops)
9661         <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
9662         stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
9663         stopped_by_watchpoint, have_continuable_watchpoint,
9664         stopped_data_address, watchpoint_addr_within_range,
9665         can_accel_watchpoint_condition, can_run, thread_alive,
9666         has_all_memory, has_memory, has_stack, has_registers,
9667         has_execution, can_async_p, is_async_p, supports_non_stop,
9668         always_non_stop_p, can_execute_reverse, supports_multi_process,
9669         supports_enable_disable_tracepoint,
9670         supports_disable_randomization, supports_string_tracing,
9671         supports_evaluation_of_breakpoint_conditions,
9672         can_run_breakpoint_commands, filesystem_is_local,
9673         can_download_tracepoint, get_trace_state_variable_value,
9674         set_trace_notes, get_tib_address, use_agent, can_use_agent,
9675         record_is_replaying, record_will_replay,
9676         augmented_libraries_svr4_read>: Adjust to return bool.
9677         * aarch64-linux-nat.c: All implementations adjusted.
9678         * aix-thread.c: All implementations adjusted.
9679         * arm-linux-nat.c: All implementations adjusted.
9680         * breakpoint.c: All implementations adjusted.
9681         * bsd-kvm.c: All implementations adjusted.
9682         * bsd-uthread.c: All implementations adjusted.
9683         * corelow.c: All implementations adjusted.
9684         * ctf.c: All implementations adjusted.
9685         * darwin-nat.c: All implementations adjusted.
9686         * darwin-nat.h: All implementations adjusted.
9687         * exec.c: All implementations adjusted.
9688         * fbsd-nat.c: All implementations adjusted.
9689         * fbsd-nat.h: All implementations adjusted.
9690         * gnu-nat.c: All implementations adjusted.
9691         * gnu-nat.h: All implementations adjusted.
9692         * go32-nat.c: All implementations adjusted.
9693         * ia64-linux-nat.c: All implementations adjusted.
9694         * inf-child.c: All implementations adjusted.
9695         * inf-child.h: All implementations adjusted.
9696         * inf-ptrace.c: All implementations adjusted.
9697         * inf-ptrace.h: All implementations adjusted.
9698         * linux-nat.c: All implementations adjusted.
9699         * linux-nat.h: All implementations adjusted.
9700         * mips-linux-nat.c: All implementations adjusted.
9701         * nto-procfs.c: All implementations adjusted.
9702         * ppc-linux-nat.c: All implementations adjusted.
9703         * procfs.c: All implementations adjusted.
9704         * ravenscar-thread.c: All implementations adjusted.
9705         * record-btrace.c: All implementations adjusted.
9706         * record-full.c: All implementations adjusted.
9707         * remote-sim.c: All implementations adjusted.
9708         * remote.c: All implementations adjusted.
9709         * s390-linux-nat.c: All implementations adjusted.
9710         * sol-thread.c: All implementations adjusted.
9711         * spu-multiarch.c: All implementations adjusted.
9712         * target-delegates.c: All implementations adjusted.
9713         * target.c: All implementations adjusted.
9714         * target.h: All implementations adjusted.
9715         * tracefile-tfile.c: All implementations adjusted.
9716         * tracefile.c: All implementations adjusted.
9717         * tracefile.h: All implementations adjusted.
9718         * windows-nat.c: All implementations adjusted.
9719         * x86-linux-nat.h: All implementations adjusted.
9720         * x86-nat.h: All implementations adjusted.
9721
9722 2018-05-02  Pedro Alves  <palves@redhat.com>
9723
9724         * make-target-delegates (scan_target_h): Don't trim lines here.
9725         Replace sequences of tabs and/or whitespace with a single
9726         whitespace.
9727         (top level, parsing methods): Trim each line before processing it
9728         here.
9729
9730 2018-05-02  Pedro Alves  <palves@redhat.com>
9731             John Baldwin  <jhb@freebsd.org>
9732
9733         * target.h (enum strata) <debug_stratum>: New.
9734         (struct target_ops) <all delegation methods>: Replace by C++
9735         virtual methods, and drop "to_" prefix.  All references updated
9736         throughout.
9737         <to_shortname, to_longname, to_doc, to_data,
9738         to_have_steppable_watchpoint, to_have_continuable_watchpoint,
9739         to_has_thread_control, to_attach_no_wait>: Delete, replaced by
9740         virtual methods.  All references updated throughout.
9741         <can_attach, supports_terminal_ours, can_create_inferior,
9742         get_thread_control_capabilities, attach_no_wait>: New
9743         virtual methods.
9744         <insert_breakpoint, remove_breakpoint>: Now
9745         TARGET_DEFAULT_NORETURN methods.
9746         <info_proc>: Now returns bool.
9747         <to_magic>: Delete.
9748         (OPS_MAGIC): Delete.
9749         (current_target): Delete.  All references replaced by references
9750         to ...
9751         (target_stack): ... this.  New.
9752         (target_shortname, target_longname): Adjust.
9753         (target_can_run): Now a function declaration.
9754         (default_child_has_all_memory, default_child_has_memory)
9755         (default_child_has_stack, default_child_has_registers)
9756         (default_child_has_execution): Remove target_ops parameter.
9757         (complete_target_initialization): Delete.
9758         (memory_breakpoint_target): New template class.
9759         (test_target_ops): Refactor as a C++ class with virtual methods.
9760         * make-target-delegates (NAME_PART): Tighten.
9761         (POINTER_PART, CP_SYMBOL): New.
9762         (SIMPLE_RETURN_PART): Reimplement.
9763         (VEC_RETURN_PART): Expect less.
9764         (RETURN_PART, VIRTUAL_PART): New.
9765         (METHOD): Adjust to C++ virtual methods.
9766         (scan_target_h): Remove reference to C99.
9767         (dname): Output "target_ops::" prefix.
9768         (write_function_header): Adjust to output a C++ class method.
9769         (write_declaration): New.
9770         (write_delegator): Adjust to output a C++ class method.
9771         (tdname): Output "dummy_target::" prefix.
9772         (write_tdefault, write_debugmethod): Adjust to output a C++ class
9773         method.
9774         (tdefault_names, debug_names): Delete.
9775         (return_types, tdefaults, styles, argtypes_array): New.
9776         (top level): All methods are delegators.
9777         (print_class): New.
9778         (top level): Print dummy_target and debug_target classes.
9779         * target-delegates.c: Regenerate.
9780         * target-debug.h (target_debug_print_enum_info_proc_what)
9781         (target_debug_print_thread_control_capabilities)
9782         (target_debug_print_thread_info_p): New.
9783         * target.c (dummy_target): Delete.
9784         (the_dummy_target, the_debug_target): New.
9785         (target_stack): Now extern.
9786         (set_targetdebug): Push/unpush debug target.
9787         (default_child_has_all_memory, default_child_has_memory)
9788         (default_child_has_stack, default_child_has_registers)
9789         (default_child_has_execution): Remove target_ops parameter.
9790         (complete_target_initialization): Delete.
9791         (add_target_with_completer): No longer call
9792         complete_target_initialization.
9793         (target_supports_terminal_ours): Use regular delegation.
9794         (update_current_target): Delete.
9795         (push_target): No longer check magic number.  Don't call
9796         update_current_target.
9797         (unpush_target): Don't call update_current_target.
9798         (target_is_pushed): No longer check magic number.
9799         (target_require_runnable): Skip for all stratums over
9800         process_stratum.
9801         (target_ops::info_proc): New.
9802         (target_info_proc): Use find_target_at and
9803         find_default_run_target.
9804         (target_supports_disable_randomization): Use regular delegation.
9805         (target_get_osdata): Use find_target_at.
9806         (target_ops::open, target_ops::close, target_ops::can_attach)
9807         (target_ops::attach, target_ops::can_create_inferior)
9808         (target_ops::create_inferior, target_ops::can_run)
9809         (target_can_run): New.
9810         (default_fileio_target): Use regular delegation.
9811         (target_ops::fileio_open, target_ops::fileio_pwrite)
9812         (target_ops::fileio_pread, target_ops::fileio_fstat)
9813         (target_ops::fileio_close, target_ops::fileio_unlink)
9814         (target_ops::fileio_readlink): New.
9815         (target_fileio_open_1, target_fileio_unlink)
9816         (target_fileio_readlink): Always call the target method.  Handle
9817         FILEIO_ENOSYS.
9818         (return_zero, return_zero_has_execution): Delete.
9819         (init_dummy_target): Delete.
9820         (dummy_target::dummy_target, dummy_target::shortname)
9821         (dummy_target::longname, dummy_target::doc)
9822         (debug_target::debug_target, debug_target::shortname)
9823         (debug_target::longname, debug_target::doc): New.
9824         (target_supports_delete_record): Use regular delegation.
9825         (setup_target_debug): Delete.
9826         (maintenance_print_target_stack): Skip debug_stratum.
9827         (initialize_targets): Instantiate the_dummy_target and
9828         the_debug_target.
9829         * auxv.c (target_auxv_parse): Remove 'ops' parameter.  Adjust to
9830         use target_stack.
9831         (target_auxv_search, fprint_target_auxv): Adjust.
9832         (info_auxv_command): Adjust to use target_stack.
9833         * auxv.h (target_auxv_parse): Remove 'ops' parameter.
9834         * exceptions.c (print_flush): Handle a NULL target_stack.
9835         * regcache.c (target_ops_no_register): Refactor as class with
9836         virtual methods.
9837
9838         * exec.c (exec_target): New class.
9839         (exec_ops): Now an exec_target.
9840         (exec_open, exec_close_1, exec_get_section_table)
9841         (exec_xfer_partial, exec_files_info, exec_has_memory)
9842         (exec_make_note_section): Refactor as exec_target methods.
9843         (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
9844         Delete.
9845         (exec_target::find_memory_regions): New.
9846         (_initialize_exec): Don't call init_exec_ops.
9847         * gdbcore.h (exec_file_clear): Delete.
9848
9849         * corefile.c (core_target): Delete.
9850         (core_file_command): Adjust.
9851         * corelow.c (core_target): New class.
9852         (the_core_target): New.
9853         (core_close): Remove target_ops parameter.
9854         (core_close_cleanup): Adjust.
9855         (core_target::close): New.
9856         (core_open, core_detach, get_core_registers, core_files_info)
9857         (core_xfer_partial, core_thread_alive, core_read_description)
9858         (core_pid_to_str, core_thread_name, core_has_memory)
9859         (core_has_stack, core_has_registers, core_info_proc): Rework as
9860         core_target methods.
9861         (ignore, core_remove_breakpoint, init_core_ops): Delete.
9862         (_initialize_corelow): Initialize the_core_target.
9863         * gdbcore.h (core_target): Delete.
9864         (the_core_target): New.
9865
9866         * ctf.c: (ctf_target): New class.
9867         (ctf_ops): Now a ctf_target.
9868         (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
9869         (ctf_xfer_partial, ctf_get_trace_state_variable_value)
9870         (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
9871         methods.
9872         (init_ctf_ops): Delete.
9873         (_initialize_ctf): Don't call it.
9874         * tracefile-tfile.c (tfile_target): New class.
9875         (tfile_ops): Now a tfile_target.
9876         (tfile_open, tfile_close, tfile_files_info)
9877         (tfile_get_tracepoint_status, tfile_trace_find)
9878         (tfile_fetch_registers, tfile_xfer_partial)
9879         (tfile_get_trace_state_variable_value, tfile_traceframe_info):
9880         Refactor as tfile_target methods.
9881         (tfile_xfer_partial_features): Remove target_ops parameter.
9882         (init_tfile_ops): Delete.
9883         (_initialize_tracefile_tfile): Don't call it.
9884         * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
9885         (tracefile_has_stack, tracefile_has_registers)
9886         (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
9887         tracefile_target methods.
9888         (init_tracefile_ops): Delete.
9889         (tracefile_target::tracefile_target): New.
9890         * tracefile.h: Include "target.h".
9891         (tracefile_target): New class.
9892         (init_tracefile_ops): Delete.
9893
9894         * spu-multiarch.c (spu_multiarch_target): New class.
9895         (spu_ops): Now a spu_multiarch_target.
9896         (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
9897         (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
9898         (spu_search_memory, spu_mourn_inferior): Refactor as
9899         spu_multiarch_target methods.
9900         (init_spu_ops): Delete.
9901         (_initialize_spu_multiarch): Remove references to init_spu_ops,
9902         complete_target_initialization.
9903
9904         * ravenscar-thread.c (ravenscar_thread_target): New class.
9905         (ravenscar_ops): Now a ravenscar_thread_target.
9906         (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
9907         (ravenscar_thread_alive, ravenscar_pid_to_str)
9908         (ravenscar_fetch_registers, ravenscar_store_registers)
9909         (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
9910         (ravenscar_stopped_by_hw_breakpoint)
9911         (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
9912         (ravenscar_mourn_inferior, ravenscar_core_of_thread)
9913         (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
9914         methods.
9915         (init_ravenscar_thread_ops): Delete.
9916         (_initialize_ravenscar): Remove references to
9917         init_ravenscar_thread_ops and complete_target_initialization.
9918
9919         * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
9920         (bsd_uthread_target): New class.
9921         (bsd_uthread_ops): Now a bsd_uthread_target.
9922         (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
9923         (bsd_uthread_close, bsd_uthread_mourn_inferior)
9924         (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
9925         (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
9926         (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
9927         (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
9928         (bsd_uthread_target): Delete function.
9929         (_initialize_bsd_uthread): Remove reference to
9930         complete_target_initialization.
9931
9932         * bfd-target.c (target_bfd_data): Delete.  Fields folded into ...
9933         (target_bfd): ... this new class.
9934         (target_bfd_xfer_partial, target_bfd_get_section_table)
9935         (target_bfd_close): Refactor as target_bfd methods.
9936         (target_bfd::~target_bfd): New.
9937         (target_bfd_reopen): Adjust.
9938         (target_bfd::close): New.
9939
9940         * record-btrace.c (record_btrace_target): New class.
9941         (record_btrace_ops): Now a record_btrace_target.
9942         (record_btrace_open, record_btrace_stop_recording)
9943         (record_btrace_disconnect, record_btrace_close)
9944         (record_btrace_async, record_btrace_info)
9945         (record_btrace_insn_history, record_btrace_insn_history_range)
9946         (record_btrace_insn_history_from, record_btrace_call_history)
9947         (record_btrace_call_history_range)
9948         (record_btrace_call_history_from, record_btrace_record_method)
9949         (record_btrace_is_replaying, record_btrace_will_replay)
9950         (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
9951         (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
9952         (record_btrace_store_registers, record_btrace_prepare_to_store)
9953         (record_btrace_to_get_unwinder)
9954         (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
9955         (record_btrace_commit_resume, record_btrace_wait)
9956         (record_btrace_stop, record_btrace_can_execute_reverse)
9957         (record_btrace_stopped_by_sw_breakpoint)
9958         (record_btrace_supports_stopped_by_sw_breakpoint)
9959         (record_btrace_stopped_by_hw_breakpoint)
9960         (record_btrace_supports_stopped_by_hw_breakpoint)
9961         (record_btrace_update_thread_list, record_btrace_thread_alive)
9962         (record_btrace_goto_begin, record_btrace_goto_end)
9963         (record_btrace_goto, record_btrace_stop_replaying_all)
9964         (record_btrace_execution_direction)
9965         (record_btrace_prepare_to_generate_core)
9966         (record_btrace_done_generating_core): Refactor as
9967         record_btrace_target methods.
9968         (init_record_btrace_ops): Delete.
9969         (_initialize_record_btrace): Remove reference to
9970         init_record_btrace_ops.
9971         * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
9972         the execution_direction global.
9973         (record_full_base_target, record_full_target)
9974         (record_full_core_target): New classes.
9975         (record_full_ops): Now a record_full_target.
9976         (record_full_core_ops): Now a record_full_core_target.
9977         (record_full_target::detach, record_full_target::disconnect)
9978         (record_full_core_target::disconnect)
9979         (record_full_target::mourn_inferior, record_full_target::kill):
9980         New.
9981         (record_full_open, record_full_close, record_full_async): Refactor
9982         as methods of the record_full_base_target class.
9983         (record_full_resume, record_full_commit_resume): Refactor
9984         as methods of the record_full_target class.
9985         (record_full_wait, record_full_stopped_by_watchpoint)
9986         (record_full_stopped_data_address)
9987         (record_full_stopped_by_sw_breakpoint)
9988         (record_full_supports_stopped_by_sw_breakpoint)
9989         (record_full_stopped_by_hw_breakpoint)
9990         (record_full_supports_stopped_by_hw_breakpoint): Refactor as
9991         methods of the record_full_base_target class.
9992         (record_full_store_registers, record_full_xfer_partial)
9993         (record_full_insert_breakpoint, record_full_remove_breakpoint):
9994         Refactor as methods of the record_full_target class.
9995         (record_full_can_execute_reverse, record_full_get_bookmark)
9996         (record_full_goto_bookmark, record_full_execution_direction)
9997         (record_full_record_method, record_full_info, record_full_delete)
9998         (record_full_is_replaying, record_full_will_replay)
9999         (record_full_goto_begin, record_full_goto_end, record_full_goto)
10000         (record_full_stop_replaying): Refactor as methods of the
10001         record_full_base_target class.
10002         (record_full_core_resume, record_full_core_kill)
10003         (record_full_core_fetch_registers)
10004         (record_full_core_prepare_to_store)
10005         (record_full_core_store_registers, record_full_core_xfer_partial)
10006         (record_full_core_insert_breakpoint)
10007         (record_full_core_remove_breakpoint)
10008         (record_full_core_has_execution): Refactor
10009         as methods of the record_full_core_target class.
10010         (record_full_base_target::supports_delete_record): New.
10011         (init_record_full_ops): Delete.
10012         (init_record_full_core_ops): Delete.
10013         (record_full_save): Refactor as method of the
10014         record_full_base_target class.
10015         (_initialize_record_full): Remove references to
10016         init_record_full_ops and init_record_full_core_ops.
10017
10018         * remote.c (remote_target, extended_remote_target): New classes.
10019         (remote_ops): Now a remote_target.
10020         (extended_remote_ops): Now an extended_remote_target.
10021         (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
10022         (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
10023         (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
10024         (remote_pass_signals, remote_set_syscall_catchpoint)
10025         (remote_program_signals, )
10026         (remote_thread_always_alive): Remove target_ops parameter.
10027         (remote_thread_alive, remote_thread_name)
10028         (remote_update_thread_list, remote_threads_extra_info)
10029         (remote_static_tracepoint_marker_at)
10030         (remote_static_tracepoint_markers_by_strid)
10031         (remote_get_ada_task_ptid, remote_close, remote_start_remote)
10032         (remote_open): Refactor as methods of remote_target.
10033         (extended_remote_open, extended_remote_detach)
10034         (extended_remote_attach, extended_remote_post_attach):
10035         (extended_remote_supports_disable_randomization)
10036         (extended_remote_create_inferior): : Refactor as method of
10037         extended_remote_target.
10038         (remote_set_permissions, remote_open_1, remote_detach)
10039         (remote_follow_fork, remote_follow_exec, remote_disconnect)
10040         (remote_resume, remote_commit_resume, remote_stop)
10041         (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
10042         (remote_terminal_ours, remote_wait, remote_fetch_registers)
10043         (remote_prepare_to_store, remote_store_registers)
10044         (remote_flash_erase, remote_flash_done, remote_files_info)
10045         (remote_kill, remote_mourn, remote_insert_breakpoint)
10046         (remote_remove_breakpoint, remote_insert_watchpoint)
10047         (remote_watchpoint_addr_within_range)
10048         (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
10049         (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
10050         (remote_supports_stopped_by_sw_breakpoint)
10051         (remote_stopped_by_hw_breakpoint)
10052         (remote_supports_stopped_by_hw_breakpoint)
10053         (remote_stopped_by_watchpoint, remote_stopped_data_address)
10054         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
10055         (remote_verify_memory): Refactor as methods of remote_target.
10056         (remote_write_qxfer, remote_read_qxfer): Remove target_ops
10057         parameter.
10058         (remote_xfer_partial, remote_get_memory_xfer_limit)
10059         (remote_search_memory, remote_rcmd, remote_memory_map)
10060         (remote_pid_to_str, remote_get_thread_local_address)
10061         (remote_get_tib_address, remote_read_description): Refactor as
10062         methods of remote_target.
10063         (remote_target::fileio_open, remote_target::fileio_pwrite)
10064         (remote_target::fileio_pread, remote_target::fileio_close): New.
10065         (remote_hostio_readlink, remote_hostio_fstat)
10066         (remote_filesystem_is_local, remote_can_execute_reverse)
10067         (remote_supports_non_stop, remote_supports_disable_randomization)
10068         (remote_supports_multi_process, remote_supports_cond_breakpoints)
10069         (remote_supports_enable_disable_tracepoint)
10070         (remote_supports_string_tracing)
10071         (remote_can_run_breakpoint_commands, remote_trace_init)
10072         (remote_download_tracepoint, remote_can_download_tracepoint)
10073         (remote_download_trace_state_variable, remote_enable_tracepoint)
10074         (remote_disable_tracepoint, remote_trace_set_readonly_regions)
10075         (remote_trace_start, remote_get_trace_status)
10076         (remote_get_tracepoint_status, remote_trace_stop)
10077         (remote_trace_find, remote_get_trace_state_variable_value)
10078         (remote_save_trace_data, remote_get_raw_trace_data)
10079         (remote_set_disconnected_tracing, remote_core_of_thread)
10080         (remote_set_circular_trace_buffer, remote_traceframe_info)
10081         (remote_get_min_fast_tracepoint_insn_len)
10082         (remote_set_trace_buffer_size, remote_set_trace_notes)
10083         (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
10084         (remote_disable_btrace, remote_teardown_btrace)
10085         (remote_read_btrace, remote_btrace_conf)
10086         (remote_augmented_libraries_svr4_read, remote_load)
10087         (remote_pid_to_exec_file, remote_can_do_single_step)
10088         (remote_execution_direction, remote_thread_handle_to_thread_info):
10089         Refactor as methods of remote_target.
10090         (init_remote_ops, init_extended_remote_ops): Delete.
10091         (remote_can_async_p, remote_is_async_p, remote_async)
10092         (remote_thread_events, remote_upload_tracepoints)
10093         (remote_upload_trace_state_variables): Refactor as methods of
10094         remote_target.
10095         (_initialize_remote): Remove references to init_remote_ops and
10096         init_extended_remote_ops.
10097
10098         * remote-sim.c (gdbsim_target): New class.
10099         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
10100         (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
10101         (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
10102         (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
10103         (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
10104         (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
10105         Refactor as methods of gdbsim_target.
10106         (gdbsim_ops): Now a gdbsim_target.
10107         (init_gdbsim_ops): Delete.
10108         (gdbsim_cntrl_c): Adjust.
10109         (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
10110
10111         * amd64-linux-nat.c (amd64_linux_nat_target): New class.
10112         (the_amd64_linux_nat_target): New.
10113         (amd64_linux_fetch_inferior_registers)
10114         (amd64_linux_store_inferior_registers): Refactor as methods of
10115         amd64_linux_nat_target.
10116         (_initialize_amd64_linux_nat): Adjust.  Set linux_target.
10117         * i386-linux-nat.c: Don't include "linux-nat.h".
10118         (i386_linux_nat_target): New class.
10119         (the_i386_linux_nat_target): New.
10120         (i386_linux_fetch_inferior_registers)
10121         (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
10122         as methods of i386_linux_nat_target.
10123         (_initialize_i386_linux_nat): Adjust.  Set linux_target.
10124         * inf-child.c (inf_child_ops): Delete.
10125         (inf_child_fetch_inferior_registers)
10126         (inf_child_store_inferior_registers): Delete.
10127         (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
10128         methods of inf_child_target.
10129         (inf_child_target::supports_terminal_ours)
10130         (inf_child_target::terminal_init)
10131         (inf_child_target::terminal_inferior)
10132         (inf_child_target::terminal_ours_for_output)
10133         (inf_child_target::terminal_ours, inf_child_target::interrupt)
10134         (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
10135         New.
10136         (inf_child_open, inf_child_disconnect, inf_child_close)
10137         (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
10138         (inf_child_post_startup_inferior, inf_child_can_run)
10139         (inf_child_pid_to_exec_file): Refactor as methods of
10140         inf_child_target.
10141         (inf_child_follow_fork): Delete.
10142         (inf_child_target::can_create_inferior)
10143         (inf_child_target::can_attach): New.
10144         (inf_child_target::has_all_memory, inf_child_target::has_memory)
10145         (inf_child_target::has_stack, inf_child_target::has_registers)
10146         (inf_child_target::has_execution): New.
10147         (inf_child_fileio_open, inf_child_fileio_pwrite)
10148         (inf_child_fileio_pread, inf_child_fileio_fstat)
10149         (inf_child_fileio_close, inf_child_fileio_unlink)
10150         (inf_child_fileio_readlink, inf_child_use_agent)
10151         (inf_child_can_use_agent): Refactor as methods of
10152         inf_child_target.
10153         (return_zero, inf_child_target): Delete.
10154         (inf_child_target::inf_child_target): New.
10155         * inf-child.h: Include "target.h".
10156         (inf_child_target): Delete function prototype.
10157         (inf_child_target): New class.
10158         (inf_child_open_target, inf_child_mourn_inferior)
10159         (inf_child_maybe_unpush_target): Delete.
10160         * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
10161         (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
10162         (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
10163         (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
10164         (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
10165         (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
10166         (inf_ptrace_wait, inf_ptrace_xfer_partial)
10167         (inf_ptrace_thread_alive, inf_ptrace_files_info)
10168         (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
10169         methods of inf_ptrace_target.
10170         (inf_ptrace_target): Delete function.
10171         * inf-ptrace.h: Include "inf-child.h".
10172         (inf_ptrace_target): Delete function declaration.
10173         (inf_ptrace_target): New class.
10174         (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
10175         * linux-nat.c (linux_target): New.
10176         (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
10177         (linux_nat_target::~linux_nat_target): New.
10178         (linux_child_post_attach, linux_child_post_startup_inferior)
10179         (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
10180         (linux_child_remove_fork_catchpoint)
10181         (linux_child_insert_vfork_catchpoint)
10182         (linux_child_remove_vfork_catchpoint)
10183         (linux_child_insert_exec_catchpoint)
10184         (linux_child_remove_exec_catchpoint)
10185         (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
10186         (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
10187         (linux_nat_resume, linux_nat_stopped_by_watchpoint)
10188         (linux_nat_stopped_data_address)
10189         (linux_nat_stopped_by_sw_breakpoint)
10190         (linux_nat_supports_stopped_by_sw_breakpoint)
10191         (linux_nat_stopped_by_hw_breakpoint)
10192         (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
10193         (linux_nat_kill, linux_nat_mourn_inferior)
10194         (linux_nat_xfer_partial, linux_nat_thread_alive)
10195         (linux_nat_update_thread_list, linux_nat_pid_to_str)
10196         (linux_nat_thread_name, linux_child_pid_to_exec_file)
10197         (linux_child_static_tracepoint_markers_by_strid)
10198         (linux_nat_is_async_p, linux_nat_can_async_p)
10199         (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
10200         (linux_nat_supports_multi_process)
10201         (linux_nat_supports_disable_randomization, linux_nat_async)
10202         (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
10203         (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
10204         (linux_nat_fileio_open, linux_nat_fileio_readlink)
10205         (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
10206         methods of linux_nat_target.
10207         (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
10208         (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
10209         parameter.
10210         (check_stopped_by_watchpoint): Adjust.
10211         (linux_xfer_partial): Delete.
10212         (linux_target_install_ops, linux_target, linux_nat_add_target):
10213         Delete.
10214         (linux_nat_target::linux_nat_target): New.
10215         * linux-nat.h: Include "inf-ptrace.h".
10216         (linux_nat_target): New.
10217         (linux_target, linux_target_install_ops, linux_nat_add_target):
10218         Delete function declarations.
10219         (linux_target): Declare global.
10220         * linux-thread-db.c (thread_db_target): New.
10221         (thread_db_target::thread_db_target): New.
10222         (thread_db_ops): Delete.
10223         (the_thread_db_target): New.
10224         (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
10225         (thread_db_update_thread_list, thread_db_pid_to_str)
10226         (thread_db_extra_thread_info)
10227         (thread_db_thread_handle_to_thread_info)
10228         (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
10229         (thread_db_resume): Refactor as methods of thread_db_target.
10230         (init_thread_db_ops): Delete.
10231         (_initialize_thread_db): Remove reference to init_thread_db_ops.
10232         * x86-linux-nat.c: Don't include "linux-nat.h".
10233         (super_post_startup_inferior): Delete.
10234         (x86_linux_nat_target::~x86_linux_nat_target): New.
10235         (x86_linux_child_post_startup_inferior)
10236         (x86_linux_read_description, x86_linux_enable_btrace)
10237         (x86_linux_disable_btrace, x86_linux_teardown_btrace)
10238         (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
10239         methods of x86_linux_nat_target.
10240         (x86_linux_create_target): Delete.  Bits folded ...
10241         (x86_linux_add_target): ... here.  Now takes a linux_nat_target
10242         pointer.
10243         * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
10244         (x86_linux_nat_target): New class.
10245         (x86_linux_create_target): Delete.
10246         (x86_linux_add_target): Now takes a linux_nat_target pointer.
10247         * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
10248         (x86_region_ok_for_watchpoint, x86_stopped_data_address)
10249         (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
10250         (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
10251         (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
10252         make extern.
10253         (x86_use_watchpoints): Delete.
10254         * x86-nat.h: Include "breakpoint.h" and "target.h".
10255         (x86_use_watchpoints): Delete.
10256         (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
10257         (x86_stopped_by_watchpoint, x86_stopped_data_address)
10258         (x86_insert_watchpoint, x86_remove_watchpoint)
10259         (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
10260         (x86_stopped_by_hw_breakpoint): New declarations.
10261         (x86_nat_target): New template class.
10262
10263         * ppc-linux-nat.c (ppc_linux_nat_target): New class.
10264         (the_ppc_linux_nat_target): New.
10265         (ppc_linux_fetch_inferior_registers)
10266         (ppc_linux_can_use_hw_breakpoint)
10267         (ppc_linux_region_ok_for_hw_watchpoint)
10268         (ppc_linux_ranged_break_num_registers)
10269         (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
10270         (ppc_linux_insert_mask_watchpoint)
10271         (ppc_linux_remove_mask_watchpoint)
10272         (ppc_linux_can_accel_watchpoint_condition)
10273         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
10274         (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
10275         (ppc_linux_watchpoint_addr_within_range)
10276         (ppc_linux_masked_watch_num_registers)
10277         (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
10278         (ppc_linux_read_description): Refactor as methods of
10279         ppc_linux_nat_target.
10280         (_initialize_ppc_linux_nat): Adjust.  Set linux_target.
10281
10282         * procfs.c (procfs_xfer_partial): Delete forward declaration.
10283         (procfs_target): New class.
10284         (the_procfs_target): New.
10285         (procfs_target): Delete function.
10286         (procfs_auxv_parse, procfs_attach, procfs_detach)
10287         (procfs_fetch_registers, procfs_store_registers, procfs_wait)
10288         (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
10289         (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
10290         (procfs_create_inferior, procfs_update_thread_list)
10291         (procfs_thread_alive, procfs_pid_to_str)
10292         (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
10293         (procfs_stopped_data_address, procfs_insert_watchpoint)
10294         (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
10295         (proc_find_memory_regions, procfs_info_proc)
10296         (procfs_make_note_section): Refactor as methods of procfs_target.
10297         (_initialize_procfs): Adjust.
10298         * sol-thread.c (sol_thread_target): New class.
10299         (sol_thread_ops): Now a sol_thread_target.
10300         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
10301         (sol_thread_fetch_registers, sol_thread_store_registers)
10302         (sol_thread_xfer_partial, sol_thread_mourn_inferior)
10303         (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
10304         (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
10305         (init_sol_thread_ops): Delete.
10306         (_initialize_sol_thread): Adjust.  Remove references to
10307         init_sol_thread_ops and complete_target_initialization.
10308
10309         * windows-nat.c (windows_nat_target): New class.
10310         (windows_fetch_inferior_registers)
10311         (windows_store_inferior_registers, windows_resume, windows_wait)
10312         (windows_attach, windows_detach, windows_pid_to_exec_file)
10313         (windows_files_info, windows_create_inferior)
10314         (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
10315         (windows_close, windows_pid_to_str, windows_xfer_partial)
10316         (windows_get_tib_address, windows_get_ada_task_ptid)
10317         (windows_thread_name, windows_thread_alive): Refactor as
10318         windows_nat_target methods.
10319         (do_initial_windows_stuff): Adjust.
10320         (windows_target): Delete function.
10321         (_initialize_windows_nat): Adjust.
10322
10323         * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
10324         (darwin_mourn_inferior, darwin_kill_inferior)
10325         (darwin_create_inferior, darwin_attach, darwin_detach)
10326         (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
10327         (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
10328         (darwin_supports_multi_process): Refactor as darwin_nat_target
10329         methods.
10330         (darwin_resume_to, darwin_files_info): Delete.
10331         (_initialize_darwin_inferior): Rename to ...
10332         (_initialize_darwin_nat): ... this.  Adjust to C++ification.
10333         * darwin-nat.h: Include "inf-child.h".
10334         (darwin_nat_target): New class.
10335         (darwin_complete_target): Delete.
10336         * i386-darwin-nat.c (i386_darwin_nat_target): New class.
10337         (darwin_target): New.
10338         (i386_darwin_fetch_inferior_registers)
10339         (i386_darwin_store_inferior_registers): Refactor as methods of
10340         darwin_nat_target.
10341         (darwin_complete_target): Delete, with ...
10342         (_initialize_i386_darwin_nat): ... bits factored out here.
10343
10344         * alpha-linux-nat.c (alpha_linux_nat_target): New class.
10345         (the_alpha_linux_nat_target): New.
10346         (alpha_linux_register_u_offset): Refactor as
10347         alpha_linux_nat_target method.
10348         (_initialize_alpha_linux_nat): Adjust.
10349         * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
10350         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
10351         (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
10352         methods of linux_nat_trad_target.
10353         (linux_trad_target): Delete.
10354         * linux-nat-trad.h (linux_trad_target): Delete function.
10355         (linux_nat_trad_target): New class.
10356         * mips-linux-nat.c (mips_linux_nat_target): New class.
10357         (super_fetch_registers, super_store_registers, super_close):
10358         Delete.
10359         (the_mips_linux_nat_target): New.
10360         (mips64_linux_regsets_fetch_registers)
10361         (mips64_linux_regsets_store_registers)
10362         (mips64_linux_fetch_registers, mips64_linux_store_registers)
10363         (mips_linux_register_u_offset, mips_linux_read_description)
10364         (mips_linux_can_use_hw_breakpoint)
10365         (mips_linux_stopped_by_watchpoint)
10366         (mips_linux_stopped_data_address)
10367         (mips_linux_region_ok_for_hw_watchpoint)
10368         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
10369         (mips_linux_close): Refactor as methods of mips_linux_nat.
10370         (_initialize_mips_linux_nat): Adjust to C++ification.
10371
10372         * aix-thread.c (aix_thread_target): New class.
10373         (aix_thread_ops): Now an aix_thread_target.
10374         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
10375         (aix_thread_fetch_registers, aix_thread_store_registers)
10376         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
10377         (aix_thread_thread_alive, aix_thread_pid_to_str)
10378         (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
10379         Refactor as methods of aix_thread_target.
10380         (init_aix_thread_ops): Delete.
10381         (_initialize_aix_thread): Remove references to init_aix_thread_ops
10382         and complete_target_initialization.
10383         * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
10384         (rs6000_nat_target): New class.
10385         (the_rs6000_nat_target): New.
10386         (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
10387         (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
10388         (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
10389         (super_create_inferior): Delete.
10390         (_initialize_rs6000_nat): Adjust to C++ification.
10391
10392         * arm-linux-nat.c (arm_linux_nat_target): New class.
10393         (the_arm_linux_nat_target): New.
10394         (arm_linux_fetch_inferior_registers)
10395         (arm_linux_store_inferior_registers, arm_linux_read_description)
10396         (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
10397         (arm_linux_remove_hw_breakpoint)
10398         (arm_linux_region_ok_for_hw_watchpoint)
10399         (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
10400         (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
10401         (arm_linux_watchpoint_addr_within_range): Refactor as methods of
10402         arm_linux_nat_target.
10403         (_initialize_arm_linux_nat): Adjust to C++ification.
10404
10405         * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
10406         (the_aarch64_linux_nat_target): New.
10407         (aarch64_linux_fetch_inferior_registers)
10408         (aarch64_linux_store_inferior_registers)
10409         (aarch64_linux_child_post_startup_inferior)
10410         (aarch64_linux_read_description)
10411         (aarch64_linux_can_use_hw_breakpoint)
10412         (aarch64_linux_insert_hw_breakpoint)
10413         (aarch64_linux_remove_hw_breakpoint)
10414         (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
10415         (aarch64_linux_region_ok_for_hw_watchpoint)
10416         (aarch64_linux_stopped_data_address)
10417         (aarch64_linux_stopped_by_watchpoint)
10418         (aarch64_linux_watchpoint_addr_within_range)
10419         (aarch64_linux_can_do_single_step): Refactor as methods of
10420         aarch64_linux_nat_target.
10421         (super_post_startup_inferior): Delete.
10422         (_initialize_aarch64_linux_nat): Adjust to C++ification.
10423
10424         * hppa-linux-nat.c (hppa_linux_nat_target): New class.
10425         (the_hppa_linux_nat_target): New.
10426         (hppa_linux_fetch_inferior_registers)
10427         (hppa_linux_store_inferior_registers): Refactor as methods of
10428         hppa_linux_nat_target.
10429         (_initialize_hppa_linux_nat): Adjust to C++ification.
10430
10431         * ia64-linux-nat.c (ia64_linux_nat_target): New class.
10432         (the_ia64_linux_nat_target): New.
10433         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
10434         (ia64_linux_stopped_data_address)
10435         (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
10436         (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
10437         ia64_linux_nat_target methods.
10438         (super_xfer_partial): Delete.
10439         (_initialize_ia64_linux_nat): Adjust to C++ification.
10440
10441         * m32r-linux-nat.c (m32r_linux_nat_target): New class.
10442         (the_m32r_linux_nat_target): New.
10443         (m32r_linux_fetch_inferior_registers)
10444         (m32r_linux_store_inferior_registers): Refactor as
10445         m32r_linux_nat_target methods.
10446         (_initialize_m32r_linux_nat): Adjust to C++ification.
10447
10448         * m68k-linux-nat.c (m68k_linux_nat_target): New class.
10449         (the_m68k_linux_nat_target): New.
10450         (m68k_linux_fetch_inferior_registers)
10451         (m68k_linux_store_inferior_registers): Refactor as
10452         m68k_linux_nat_target methods.
10453         (_initialize_m68k_linux_nat): Adjust to C++ification.
10454
10455         * s390-linux-nat.c (s390_linux_nat_target): New class.
10456         (the_s390_linux_nat_target): New.
10457         (s390_linux_fetch_inferior_registers)
10458         (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
10459         (s390_insert_watchpoint, s390_remove_watchpoint)
10460         (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
10461         (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
10462         (s390_auxv_parse, s390_read_description): Refactor as methods of
10463         s390_linux_nat_target.
10464         (_initialize_s390_nat): Adjust to C++ification.
10465
10466         * sparc-linux-nat.c (sparc_linux_nat_target): New class.
10467         (the_sparc_linux_nat_target): New.
10468         (_initialize_sparc_linux_nat): Adjust to C++ification.
10469         * sparc-nat.c (sparc_fetch_inferior_registers)
10470         (sparc_store_inferior_registers): Remove target_ops parameter.
10471         * sparc-nat.h (sparc_fetch_inferior_registers)
10472         (sparc_store_inferior_registers): Remove target_ops parameter.
10473         * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
10474         (the_sparc64_linux_nat_target): New.
10475         (_initialize_sparc64_linux_nat): Adjust to C++ification.
10476
10477         * spu-linux-nat.c (spu_linux_nat_target): New class.
10478         (the_spu_linux_nat_target): New.
10479         (spu_child_post_startup_inferior, spu_child_post_attach)
10480         (spu_child_wait, spu_fetch_inferior_registers)
10481         (spu_store_inferior_registers, spu_xfer_partial)
10482         (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
10483         methods.
10484         (_initialize_spu_nat): Adjust to C++ification.
10485
10486         * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
10487         (the_tilegx_linux_nat_target): New.
10488         (fetch_inferior_registers, store_inferior_registers):
10489         Refactor as methods.
10490         (_initialize_tile_linux_nat): Adjust to C++ification.
10491
10492         * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
10493         (the_xtensa_linux_nat_target): New.
10494         (xtensa_linux_fetch_inferior_registers)
10495         (xtensa_linux_store_inferior_registers): Refactor as
10496         xtensa_linux_nat_target methods.
10497         (_initialize_xtensa_linux_nat): Adjust to C++ification.
10498
10499         * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
10500         (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
10501         (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
10502         (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
10503         (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
10504         (fbsd_stopped_by_sw_breakpoint)
10505         (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
10506         (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
10507         (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
10508         (fbsd_post_startup_inferior, fbsd_post_attach)
10509         (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
10510         (fbsd_set_syscall_catchpoint)
10511         (super_xfer_partial, super_resume, super_wait)
10512         (fbsd_supports_stopped_by_hw_breakpoint): Delete.
10513         (fbsd_handle_debug_trap): Remove target_ops parameter.
10514         (fbsd_nat_add_target): Delete.
10515         * fbsd-nat.h: Include "inf-ptrace.h".
10516         (fbsd_nat_add_target): Delete.
10517         (USE_SIGTRAP_SIGINFO): Define.
10518         (fbsd_nat_target): New class.
10519
10520         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
10521         (amd64bsd_store_inferior_registers): Remove target_ops parameter.
10522         (amd64bsd_target): Delete.
10523         * amd64-bsd-nat.h: New file.
10524         * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
10525         "x86-bsd-nat.h".
10526         (amd64_fbsd_nat_target): New class.
10527         (the_amd64_fbsd_nat_target): New.
10528         (amd64fbsd_read_description): Refactor as method of
10529         amd64_fbsd_nat_target.
10530         (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
10531         (_initialize_amd64fbsd_nat): Adjust to C++ification.
10532         * amd64-nat.h (amd64bsd_target): Delete function declaration.
10533         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
10534         (i386bsd_store_inferior_registers): Remove target_ops parameter.
10535         (i386bsd_target): Delete.
10536         * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
10537         (i386bsd_fetch_inferior_registers)
10538         (i386bsd_store_inferior_registers): Declare.
10539         (i386_bsd_nat_target): New class.
10540         * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
10541         (the_i386_fbsd_nat_target): New.
10542         (i386fbsd_resume, i386fbsd_read_description): Refactor as
10543         i386_fbsd_nat_target methods.
10544         (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
10545         (_initialize_i386fbsd_nat): Adjust to C++ification.
10546         * x86-bsd-nat.c (super_mourn_inferior): Delete.
10547         (x86bsd_mourn_inferior, x86bsd_target): Delete.
10548         (_initialize_x86_bsd_nat): Adjust to C++ification.
10549         * x86-bsd-nat.h: Include "x86-nat.h".
10550         (x86bsd_target): Delete declaration.
10551         (x86bsd_nat_target): New class.
10552
10553         * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
10554         (the_aarch64_fbsd_nat_target): New.
10555         (aarch64_fbsd_fetch_inferior_registers)
10556         (aarch64_fbsd_store_inferior_registers): Refactor as methods of
10557         aarch64_fbsd_nat_target.
10558         (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
10559         * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
10560         (the_alpha_bsd_nat_target): New.
10561         (alphabsd_fetch_inferior_registers)
10562         (alphabsd_store_inferior_registers): Refactor as
10563         alpha_bsd_nat_target methods.
10564         (_initialize_alphabsd_nat): Refactor as methods of
10565         alpha_bsd_nat_target.
10566         * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
10567         (the_amd64_nbsd_nat_target): New.
10568         (_initialize_amd64nbsd_nat): Adjust to C++ification.
10569         * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
10570         (the_amd64_obsd_nat_target): New.
10571         (_initialize_amd64obsd_nat): Adjust to C++ification.
10572         * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
10573         (the_arm_fbsd_nat_target): New.
10574         (arm_fbsd_fetch_inferior_registers)
10575         (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
10576         (_initialize_arm_fbsd_nat): Refactor as methods of
10577         arm_fbsd_nat_target.
10578         (_initialize_arm_fbsd_nat): Adjust to C++ification.
10579         * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
10580         (the_arm_netbsd_nat_target): New.
10581         (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
10582         arm_netbsd_nat_target.
10583         (_initialize_arm_netbsd_nat): Adjust to C++ification.
10584         * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
10585         (the_hppa_nbsd_nat_target): New.
10586         (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
10587         hppa_nbsd_nat_target methods.
10588         (_initialize_hppanbsd_nat): Adjust to C++ification.
10589         * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
10590         (the_hppa_obsd_nat_target): New.
10591         (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
10592         methods of hppa_obsd_nat_target.
10593         (_initialize_hppaobsd_nat): Adjust to C++ification.  Use
10594         add_target.
10595         * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
10596         (_initialize_i386nbsd_nat): Adjust to C++ification.  Use
10597         add_target.
10598         * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
10599         (_initialize_i386obsd_nat): Use add_target.
10600         * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
10601         (the_m68k_bsd_nat_target): New.
10602         (m68kbsd_fetch_inferior_registers)
10603         (m68kbsd_store_inferior_registers): Refactor as methods of
10604         m68k_bsd_nat_target.
10605         (_initialize_m68kbsd_nat): Adjust to C++ification.
10606         * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
10607         (the_mips_fbsd_nat_target): New.
10608         (mips_fbsd_fetch_inferior_registers)
10609         (mips_fbsd_store_inferior_registers): Refactor as methods of
10610         mips_fbsd_nat_target.
10611         (_initialize_mips_fbsd_nat): Adjust to C++ification.  Use
10612         add_target.
10613         * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
10614         (the_mips_nbsd_nat_target): New.
10615         (mipsnbsd_fetch_inferior_registers)
10616         (mipsnbsd_store_inferior_registers): Refactor as methods of
10617         mips_nbsd_nat_target.
10618         (_initialize_mipsnbsd_nat): Adjust to C++ification.
10619         * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
10620         (the_mips64_obsd_nat_target): New.
10621         (mips64obsd_fetch_inferior_registers)
10622         (mips64obsd_store_inferior_registers): Refactor as methods of
10623         mips64_obsd_nat_target.
10624         (_initialize_mips64obsd_nat): Adjust to C++ification.  Use
10625         add_target.
10626         * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
10627         nbsd_nat_target.
10628         * nbsd-nat.h: Include "inf-ptrace.h".
10629         (nbsd_nat_target): New class.
10630         * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
10631         (obsd_wait): Refactor as methods of obsd_nat_target.
10632         (obsd_add_target): Delete.
10633         * obsd-nat.h: Include "inf-ptrace.h".
10634         (obsd_nat_target): New class.
10635         * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
10636         (the_ppc_fbsd_nat_target): New.
10637         (ppcfbsd_fetch_inferior_registers)
10638         (ppcfbsd_store_inferior_registers): Refactor as methods of
10639         ppc_fbsd_nat_target.
10640         (_initialize_ppcfbsd_nat): Adjust to C++ification.  Use
10641         add_target.
10642         * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
10643         (the_ppc_nbsd_nat_target): New.
10644         (ppcnbsd_fetch_inferior_registers)
10645         (ppcnbsd_store_inferior_registers): Refactor as methods of
10646         ppc_nbsd_nat_target.
10647         (_initialize_ppcnbsd_nat): Adjust to C++ification.
10648         * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
10649         (the_ppc_obsd_nat_target): New.
10650         (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
10651         methods of ppc_obsd_nat_target.
10652         (_initialize_ppcobsd_nat): Adjust to C++ification.  Use
10653         add_target.
10654         * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
10655         (the_sh_nbsd_nat_target): New.
10656         (shnbsd_fetch_inferior_registers)
10657         (shnbsd_store_inferior_registers): Refactor as methods of
10658         sh_nbsd_nat_target.
10659         (_initialize_shnbsd_nat): Adjust to C++ification.
10660         * sparc-nat.c (sparc_xfer_wcookie): Make extern.
10661         (inf_ptrace_xfer_partial): Delete.
10662         (sparc_xfer_partial, sparc_target): Delete.
10663         * sparc-nat.h (sparc_fetch_inferior_registers)
10664         (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
10665         (sparc_target): Delete function declaration.
10666         (sparc_target): New template class.
10667         * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
10668         (_initialize_sparcnbsd_nat): Adjust to C++ification.
10669         * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
10670         (_initialize_sparc64fbsd_nat): Adjust to C++ification.  Use
10671         add_target.
10672         * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
10673         (_initialize_sparc64nbsd_nat): Adjust to C++ification.
10674         * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
10675         (_initialize_sparc64obsd_nat): Adjust to C++ification.  Use
10676         add_target.
10677         * vax-bsd-nat.c (vax_bsd_nat_target): New class.
10678         (the_vax_bsd_nat_target): New.
10679         (vaxbsd_fetch_inferior_registers)
10680         (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
10681         methods.
10682         (_initialize_vaxbsd_nat): Adjust to C++ification.
10683
10684         * bsd-kvm.c (bsd_kvm_target): New class.
10685         (bsd_kvm_ops): Now a bsd_kvm_target.
10686         (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
10687         (bsd_kvm_files_info, bsd_kvm_fetch_registers)
10688         (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
10689         bsd_kvm_target.
10690         (bsd_kvm_return_one): Delete.
10691         (bsd_kvm_add_target): Adjust to C++ification.
10692
10693         * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
10694         (nto_procfs_target_procfs): New classes.
10695         (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
10696         (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
10697         (procfs_post_attach, procfs_wait, procfs_fetch_registers)
10698         (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
10699         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
10700         (procfs_remove_hw_breakpoint, procfs_resume)
10701         (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
10702         (procfs_kill_inferior, procfs_store_registers)
10703         (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
10704         as methods of nto_procfs_target.
10705         (nto_procfs_ops): Now an nto_procfs_target_procfs.
10706         (nto_native_ops): Delete.
10707         (procfs_open, procfs_native_open): Delete.
10708         (nto_native_ops): Now an nto_procfs_target_native.
10709         (init_procfs_targets): Adjust to C++ification.
10710         (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
10711         (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
10712         Refactor as methods of nto_procfs_target.
10713
10714         * go32-nat.c (go32_nat_target): New class.
10715         (the_go32_nat_target): New.
10716         (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
10717         (go32_store_registers, go32_xfer_partial, go32_files_info)
10718         (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
10719         (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
10720         (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
10721         (go32_pid_to_str): Refactor as methods of go32_nat_target.
10722         (go32_target): Delete.
10723         (_initialize_go32_nat): Adjust to C++ification.
10724
10725         * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
10726         (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
10727         (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
10728         (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
10729         gnu_nat_target.
10730         (gnu_target): Delete.
10731         * gnu-nat.h (gnu_target): Delete.
10732         (gnu_nat_target): New class.
10733         * i386-gnu-nat.c (gnu_base_target): New.
10734         (i386_gnu_nat_target): New class.
10735         (the_i386_gnu_nat_target): New.
10736         (_initialize_i386gnu_nat): Adjust to C++ification.
10737
10738 2018-05-02  Pedro Alves  <palves@redhat.com>
10739
10740         * bfd-target.c (target_bfd_xclose): Rename to ...
10741         (target_bfd_close): ... this.
10742         (target_bfd_reopen): Adjust.
10743         * target.c (target_close): Remove references to to_xclose.
10744         * target.h (target_ops::to_xclose): Delete.
10745         (target_ops::to_close): Update comments.
10746
10747 2018-05-02  Pedro Alves  <palves@redhat.com>
10748
10749         * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
10750         "linux-nat.h".
10751         * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
10752         * inf-ptrace.c (inf_ptrace_register_u_offset)
10753         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
10754         (inf_ptrace_store_register, inf_ptrace_store_registers)
10755         (inf_ptrace_trad_target): Move to ...
10756         * linux-nat-trad.c: ... this new file.
10757         * linux-nat-trad.h: New file.
10758         * linux-nat.c (linux_target_install_ops): Make extern.
10759         (linux_trad_target): Delete.
10760         * linux-nat.h (linux_trad_target): Delete declaration.
10761         (linux_target_install_ops): Declare.
10762         * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
10763         "linux-nat.h".
10764
10765 2018-05-02  Pedro Alves  <palves@redhat.com>
10766
10767         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
10768         procfs_target/add_target here.
10769         * procfs.c (procfs_target): Make static.
10770         (_initialize_procfs): Call add_target here.
10771         * procfs.h (struct target_ops): Remove forward declaration.
10772         (procfs_target): Remove declaration.
10773         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
10774
10775 2018-05-02  Pedro Alves  <palves@redhat.com>
10776
10777         * procfs.c (procfs_stopped_by_watchpoint)
10778         (procfs_insert_watchpoint, procfs_remove_watchpoint)
10779         (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
10780         Forward declare.
10781         (procfs_use_watchpoints): Delete, move contents...
10782         (procfs_target): ... here.
10783         * procfs.h (procfs_use_watchpoints): Delete declaration.
10784         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
10785         procfs_use_watchpoints.
10786         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
10787         procfs_use_watchpoints.
10788
10789 2018-05-02  Tom Tromey  <tom@tromey.com>
10790
10791         PR python/20084:
10792         * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
10793         and var_zuinteger_unlimited.
10794         * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
10795         and PARAM_ZUINTEGER_UNLIMITED.
10796         (set_parameter_value): Handle var_zuinteger and
10797         var_zuinteger_unlimited.
10798         (add_setshow_generic): Likewise.
10799         (parmpy_init): Likewise.
10800
10801 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
10802
10803         PR rust/23124
10804         * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
10805         pointer is not null before dereferencing it.
10806
10807 2018-04-30  Tom Tromey  <tom@tromey.com>
10808
10809         * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
10810         is_mi_like_p.
10811
10812 2018-04-30  Tom Tromey  <tom@tromey.com>
10813
10814         * breakpoint.c (mention): Remove use of is_mi_like_p.
10815         (print_mention_ranged_breakpoint): Likewise.
10816         * break-catch-throw.c (print_it_exception_catchpoint): Remove use
10817         of is_mi_like_p.
10818
10819 2018-04-30  Tom Tromey  <tom@tromey.com>
10820
10821         * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
10822
10823 2018-04-30  Tom Tromey  <tom@tromey.com>
10824
10825         * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
10826         (info_spu_event_command): Remove some uses of is_mi_like_p.
10827
10828 2018-04-30  Tom Tromey  <tom@tromey.com>
10829
10830         * python/py-framefilter.c (py_print_single_arg)
10831         (enumerate_locals, py_print_args, py_print_frame): Remove some
10832         uses of is_mi_like_p.
10833
10834 2018-04-30  Tom Tromey  <tom@tromey.com>
10835
10836         * ui-out.c: Update.
10837         * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
10838         * ui-out.h (ui_out::is_mi_like_p): Now const.
10839         (ui_out::do_is_mi_like_p): Now const.
10840         * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
10841
10842 2018-04-30  Tom Tromey  <tom@tromey.com>
10843
10844         * varobj.c (varobj_set_visualizer): Use new_reference.
10845         * python/python.c (gdbpy_decode_line): Use new_reference.
10846         * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
10847         new_reference.
10848
10849 2018-04-30  Tom Tromey  <tom@tromey.com>
10850
10851         * varobj.c (install_new_value): Use new_reference.
10852         * value.h (value_incref): Return void.  Swap intro comment with
10853         value_decref.
10854         * value.c (set_value_parent): Use new_reference.
10855         (value_incref): Return void.  Update intro comment.
10856         (release_value): Use new_reference.
10857         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
10858
10859 2018-04-30  Tom Tromey  <tom@tromey.com>
10860
10861         * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
10862         * gdb_bfd.h (new_bfd_ref): Remove.
10863         (gdb_bfd_open): Update comment.
10864         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
10865         (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
10866         (gdb_bfd_fdopenr): Use new_reference.
10867         * exec.c (exec_file_attach): Use new_reference.
10868
10869 2018-04-30  Tom Tromey  <tom@tromey.com>
10870
10871         * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
10872         method.
10873
10874 2018-04-30  Tom Tromey  <tom@tromey.com>
10875
10876         * jit.c (jit_read_code_entry): Use type_align.
10877         * i386-tdep.c (i386_gdbarch_init): Don't call
10878         set_gdbarch_long_long_align_bit.
10879         * gdbarch.sh: Remove long_long_align_bit.
10880         * gdbarch.c, gdbarch.h: Rebuild.
10881         * arc-tdep.c (arc_type_align): New function.
10882         (arc_gdbarch_init): Use arc_type_align.  Don't call
10883         set_gdbarch_long_long_align_bit.
10884
10885 2018-04-30  Tom Tromey  <tom@tromey.com>
10886
10887         * rust-lang.c (rust_type_alignment): Remove.
10888         (rust_composite_type): Use type_align.
10889
10890 2018-04-30  Tom Tromey  <tom@tromey.com>
10891
10892         * NEWS: Mention Type.align.
10893         * python/py-type.c (typy_get_alignof): New function.
10894         (type_object_getset): Add "alignof".
10895
10896 2018-04-30  Tom Tromey  <tom@tromey.com>
10897
10898         PR exp/17095:
10899         * NEWS: Update.
10900         * std-operator.def (UNOP_ALIGNOF): New operator.
10901         * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
10902         New.
10903         * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
10904         * c-lang.c (c_op_print_tab): Add alignof.
10905         * c-exp.y (ALIGNOF): New token.
10906         (exp): Add "ALIGNOF" production.
10907         (ident_tokens): Add _Alignof and alignof.
10908
10909 2018-04-30  Tom Tromey  <tom@tromey.com>
10910
10911         * i386-tdep.c (i386_type_align): New function.
10912         (i386_gdbarch_init): Update.
10913         * gdbarch.sh (type_align): New method.
10914         * gdbarch.c, gdbarch.h: Rebuild.
10915         * arch-utils.h (default_type_align): Declare.
10916         * arch-utils.c (default_type_align): New function.
10917         * gdbtypes.h (TYPE_ALIGN_BITS): New define.
10918         (struct type) <align_log2>: New field.
10919         <instance_flags>: Now a bitfield.
10920         (TYPE_RAW_ALIGN): New macro.
10921         (type_align, type_raw_align, set_type_align): Declare.
10922         * gdbtypes.c (type_align, type_raw_align, set_type_align): New
10923         functions.
10924         * dwarf2read.c (quirk_rust_enum): Set type alignment.
10925         (get_alignment, maybe_set_alignment): New functions.
10926         (read_structure_type, read_enumeration_type, read_array_type)
10927         (read_set_type, read_tag_pointer_type, read_tag_reference_type)
10928         (read_subrange_type, read_base_type): Set type alignment.
10929
10930 2018-04-30  Simon Marchi  <simon.marchi@ericsson.com>
10931
10932         * dwarf2read.c (read_index_from_section): Use bool.
10933
10934 2018-04-29  Fabian Groffen  <grobian@gentoo.org>
10935
10936         PR gdb/22950
10937         * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
10938         with #ifdef.
10939
10940 2018-04-29  John Reiser  <jreiser@BitWagon.com>
10941
10942         PR build/22873
10943         * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
10944         last step, and do it atomically.
10945
10946 2018-04-27  Alexandre Oliva  <aoliva@redhat.com>
10947
10948         * compile/compile-c-types.c (convert_int, convert_float):
10949         Update for C FE v1.
10950
10951 2018-04-27  Tom Tromey  <tom@tromey.com>
10952
10953         PR rust/22545:
10954         * rust-lang.c (rust_inclusive_range_type_p): New function.
10955         (rust_range): Handle inclusive ranges.
10956         (rust_compute_range): Likewise.
10957         * rust-exp.y (struct rust_op) <inclusive>: New field.
10958         (DOTDOTEQ): New constant.
10959         (range_expr): Add "..=" productions.
10960         (operator_tokens): Add "..=" token.
10961         (ast_range): Add "inclusive" parameter.
10962         (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
10963         ranges.
10964         * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
10965         bounds values.
10966         * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
10967         LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
10968         Update comments.
10969         * expprint.c (print_subexp_standard): Handle new bounds values.
10970         (dump_subexp_body_standard): Likewise.
10971
10972 2018-04-27  Tom Tromey  <tom@tromey.com>
10973
10974         * configure: Rebuild.
10975         * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
10976         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
10977         "OVERRIDE".
10978         (class symbol_needs_eval_context): Likewise.
10979         * dwarf2read.c (mock_mapped_index::symbol_name_count)
10980         (mock_mapped_index::symbol_name_at): Use "override".  Remove
10981         "virtual".
10982         * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
10983         "override".
10984         (class dwarf_expr_executor): Use "override", not "OVERRIDE".
10985         * aarch64-tdep.c (instruction_reader::read): Use "override".
10986         (instruction_reader_test::read): Likewise.
10987         * arm-tdep.c (instruction_reader::read): Use "override".
10988         (instruction_reader_thumb::read): Likewise.
10989
10990 2018-04-26  Andrzej Kaczmarek  <andrzej.kaczmarek@codecoup.pl>
10991
10992         PR remote/9665
10993         * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
10994         instead of remote_send.
10995         (remote_send): Remove.
10996
10997 2018-04-26  Pedro Alves  <palves@redhat.com>
10998
10999         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
11000         find_function_start_sal instead of find_pc_line.
11001
11002 2018-04-26  Pedro Alves  <palves@redhat.com>
11003
11004         * breakpoint.c (set_breakpoint_location_function): Handle
11005         mst_data_gnu_ifunc.
11006         * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
11007         * elfread.c (elf_symtab_read): Give data symbols with
11008         BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
11009         (elf_rel_plt_read): Update comment.
11010         * linespec.c (convert_linespec_to_sals): Handle
11011         mst_data_gnu_ifunc.
11012         (minsym_found): Handle mst_data_gnu_ifunc.
11013         * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
11014         (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
11015         * parse.c (find_minsym_type_and_address): Handle
11016         mst_data_gnu_ifunc.
11017         * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
11018         * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
11019         * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
11020         comment.
11021         <mst_data_gnu_ifunc>: New enumerator.
11022
11023 2018-04-26  Pedro Alves  <palves@redhat.com>
11024
11025         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
11026         (lookup_minimal_symbol_by_pc_section): ... this.  Replace
11027         'want_trampoline' parameter by a lookup_msym_prefer parameter.
11028         Handle it.
11029         (lookup_minimal_symbol_by_pc_section): Delete old implementation.
11030         (lookup_minimal_symbol_by_pc): Adjust.
11031         (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
11032         (lookup_solib_trampoline_symbol_by_pc): Adjust.
11033         * minsyms.h (lookup_msym_prefer): New enum.
11034         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
11035         parameter by a lookup_msym_prefer parameter.
11036
11037 2018-04-26  Pedro Alves  <palves@redhat.com>
11038
11039         * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
11040         ends in "@plt" instead of looking at the symbol's section.
11041
11042 2018-04-26  Pedro Alves  <palves@redhat.com>
11043
11044         * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete.  Remove
11045         all references.
11046         (find_pc_partial_function_gnu_ifunc): Rename to ...
11047         (find_pc_partial_function): ... this, and remove references to
11048         'is_gnu_ifunc_p'.
11049         (find_pc_partial_function): Delete old implementation.
11050         * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
11051
11052 2018-04-26  Pedro Alves  <palves@redhat.com>
11053
11054         * linespec.c (struct bound_minimal_symbol_search_key): New.
11055         (convert_linespec_to_sals): Sort minimal symbols earlier.  Don't
11056         skip first line if we found a GNU ifunc minimal symbol by name.
11057         (compare_msymbols): Change parameters to work with a destructured
11058         lhs minsym.
11059         (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
11060         functions.
11061
11062 2018-04-26  Pedro Alves  <palves@redhat.com>
11063
11064         * breakpoint.c (set_breakpoint_location_function): Don't resolve
11065         ifunc targets here.  Instead, if we have an ifunc minsym, use its
11066         address/name.
11067         (add_location_to_breakpoint): Store the minsym and the objfile in
11068         the breakpoint location.
11069         * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
11070         * linespec.c (minsym_found): Resolve GNU ifunc targets here.
11071         Record the minsym in the sal.
11072         * symtab.h (symtab_and_line) <msymbol>: New field.
11073
11074 2018-04-26  Pedro Alves  <palves@redhat.com>
11075
11076         * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
11077         unless we actually resolved the ifunc.
11078
11079 2018-04-26  Pedro Alves  <palves@redhat.com>
11080
11081         * c-exp.y (variable production): Prefer ifunc minsyms over
11082         regular function symbols.
11083         * symtab.c (find_gnu_ifunc): New function.
11084         * minsyms.h (lookup_msym_prefer): New enum.
11085         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
11086         parameter by a lookup_msym_prefer parameter.
11087         * symtab.h (find_gnu_ifunc): New declaration.
11088
11089 2018-04-26  Pedro Alves  <palves@redhat.com>
11090
11091         * blockframe.c (find_gnu_ifunc_target_type): New function.
11092         (find_function_type): New.
11093         * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
11094         return a value with a memory address.
11095         (eval_call): For calls to GNU ifunc functions, try to find the
11096         type of the target function from the type that the resolver
11097         returns.
11098         * gdbtypes.c (objfile_type): Don't install a return type for ifunc
11099         symbols.
11100         * infcall.c (find_function_return_type): Delete.
11101         (find_function_addr): Add 'function_type' parameter.  For calls to
11102         GNU ifunc functions, try to find the type of the target function
11103         from the type that the resolver returns, and return it via
11104         FUNCTION_TYPE.
11105         (call_function_by_hand_dummy): Adjust to use the function type
11106         returned by find_function_addr.
11107         (find_function_addr): Add 'function_type' parameter and move
11108         description here.
11109         * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
11110         declarations.
11111
11112 2018-04-26  Pedro Alves  <palves@redhat.com>
11113
11114         * c-exp.y (variable production): Skip finding an alias for ifunc
11115         symbols.
11116
11117 2018-04-26  Pedro Alves  <palves@redhat.com>
11118
11119         * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
11120
11121 2018-04-25  Pedro Alves  <palves@redhat.com>
11122
11123         * infcmd.c (kill_command): Print the pid as string, not the whole
11124         thread's ptid.  Add comment.  s/has been killed/killed/ in output
11125         message.
11126         * remote.c (remote_detach_1): Print the pid as string, not the
11127         whole thread's ptid.
11128
11129 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11130             Sergio Durigan Junior  <sergiodj@redhat.com>
11131             Pedro Alves  <palves@redhat.com>
11132
11133         * infcmd.c (kill_command): Print message when inferior has
11134         been killed.
11135         * inferior.c (print_inferior_events): Remove 'static'.  Set as
11136         '1'.
11137         (add_inferior): Improve message printed when
11138         'print_inferior_events' is on.
11139         (exit_inferior): Remove message printed when
11140         'print_inferior_events' is on.
11141         (detach_inferior): Improve message printed when
11142         'print_inferior_events' is on.
11143         (initialize_inferiors): Use 'add_inferior_silent' to set
11144         'current_inferior_'.
11145         * inferior.h (print_inferior_events): Declare here as
11146         'extern'.
11147         * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
11148         '[Detaching...]' messages when 'print_inferior_events' is on.
11149         Use 'add_thread_silent' instead of 'add_thread'.  Add '[' and ']'
11150         as prefix/suffix for messages.  Remove periods.  Fix erroneous
11151         'Detaching after fork from child...', replace it by '... from
11152         parent...'.
11153         (handle_vfork_child_exec_or_exit): Add '[' and ']' as
11154         prefix/suffix when printing 'Detaching...' messages.  Print
11155         them when 'print_inferior_events' is on.
11156         * remote.c (remote_detach_1): Print message when detaching
11157         from inferior and '!is_fork_parent'.
11158
11159 2018-04-24  Tom Tromey  <tom@tromey.com>
11160
11161         * cli-out.h: Reindent.
11162
11163 2018-04-24  Tom Tromey  <tom@tromey.com>
11164
11165         * cli-out.c (cli_ui_out::out_field_fmt): Remove.
11166         (cli_ui_out::do_field_string): Use fputs_filtered.
11167         * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
11168
11169 2018-04-23  Tom Tromey  <tom@tromey.com>
11170
11171         * guile/scm-frame.c (gdbscm_frame_read_var): Use
11172         gdb::unique_xmalloc_ptr.
11173
11174 2018-04-23  Tom Tromey  <tom@tromey.com>
11175
11176         * configure: Rebuild.
11177
11178 2018-04-22  Rajendra SY  <rajendra.sy@gmail.com>
11179
11180         PR gdb/23095
11181         * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
11182         prepare_for_testing.  Set normal_bp to r_debug_state if target
11183         is bsd.
11184
11185 2018-04-21  Pedro Alves  <palves@redhat.com>
11186             Rajendra SY  <rajendra.sy@gmail.com>
11187
11188         * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
11189         * remote.c (extended_remote_attach): In all-stop mode, mark the
11190         thread as executing.
11191
11192 2018-04-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11193
11194         * thread.c (thread_apply_all_command): Fix comment.
11195         (thread_command): Fix comment.
11196
11197 2018-04-10  Alan Hayward  <alan.hayward@arm.com>
11198
11199         * common/tdesc.h (tdesc_create_feature): Remove xml filename
11200         parameter.
11201         * features/aarch64-core.c (create_feature_aarch64_core):
11202         Regenerate.
11203         * features/aarch64-fpu.c (create_feature_aarch64_fpu):
11204         Likewise.
11205         * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
11206         Likewise.
11207         * features/i386/32bit-avx512.c
11208         (create_feature_i386_32bit_avx512): Likewise.
11209         * features/i386/32bit-core.c (create_feature_i386_32bit_core):
11210         Likewise.
11211         * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
11212         Likewise.
11213         * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
11214         Likewise.
11215         * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
11216         Likewise.
11217         * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
11218         Likewise.
11219         * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
11220         Likewise.
11221         * features/i386/64bit-avx512.c
11222         (create_feature_i386_64bit_avx512): Likewise.
11223         * features/i386/64bit-core.c (create_feature_i386_64bit_core):
11224         Likewise.
11225         * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
11226         Likewise.
11227         * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
11228         Likewise.
11229         * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
11230         Likewise.
11231         * features/i386/64bit-segments.c
11232         (create_feature_i386_64bit_segments): Likewise.
11233         * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
11234         Likewise.
11235         * features/i386/x32-core.c
11236         (create_feature_i386_x32_core): Likewise.
11237         * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
11238         * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
11239         * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
11240         * target-descriptions.c: In generated code, don't pass xml
11241         filename.
11242
11243 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
11244
11245         * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
11246         (print_xml_feature::visit_post): Likewise.
11247         (print_xml_feature::visit): Likewise.
11248         * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
11249         (print_xml_feature): Add new class.
11250         * regformats/regdat.sh: Null xmltarget on feature targets.
11251         * target-descriptions.c (struct target_desc): Add xmltarget.
11252         (maintenance_check_tdesc_xml_convert): Add unittest function.
11253         (tdesc_get_features_xml): Add function to get xml.
11254         (maintenance_check_xml_descriptions): Test xml generation.
11255         * xml-tdesc.c (string_read_description_xml): Add function.
11256         * xml-tdesc.h (string_read_description_xml): Add declaration.
11257
11258 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
11259
11260         * features/Makefile: Add feature marker to targets with new style
11261         target descriptions.
11262         * regformats/aarch64.dat: Regenerate.
11263         * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
11264         * regformats/i386/amd64-avx-linux.dat: Likewise.
11265         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
11266         * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
11267         * regformats/i386/amd64-linux.dat: Likewise.
11268         * regformats/i386/amd64-mpx-linux.dat: Likewise.
11269         * regformats/i386/amd64.dat: Likewise.
11270         * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
11271         * regformats/i386/i386-avx-linux.dat: Likewise.
11272         * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
11273         * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
11274         * regformats/i386/i386-linux.dat: Likewise.
11275         * regformats/i386/i386-mmx-linux.dat: Likewise.
11276         * regformats/i386/i386-mpx-linux.dat: Likewise.
11277         * regformats/i386/i386.dat: Likewise.
11278         * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
11279         * regformats/i386/x32-avx-linux.dat: Likewise.
11280         * regformats/i386/x32-linux.dat: Likewise.
11281         * regformats/tic6x-c62x-linux.dat: Likewise.
11282         * regformats/tic6x-c64x-linux.dat: Likewise.
11283         * regformats/tic6x-c64xp-linux.dat: Likewise.
11284         * regformats/regdat.sh: Parse feature marker.
11285
11286 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
11287
11288         * common/tdesc.h (tdesc_architecture_name): Add new declaration.
11289         (tdesc_osabi_name): Likewise.
11290         * target-descriptions.c (tdesc_architecture_name): Add new
11291         function.
11292         (tdesc_osabi_name): Likewise.
11293
11294 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
11295
11296         * common/tdesc.c (tdesc_predefined_type): Move to here.
11297         (tdesc_named_type): Likewise.
11298         (tdesc_create_vector): Likewise.
11299         (tdesc_create_struct): Likewise.
11300         (tdesc_set_struct_size): Likewise.
11301         (tdesc_create_union): Likewise.
11302         (tdesc_create_flags): Likewise.
11303         (tdesc_create_enum): Likewise.
11304         (tdesc_add_field): Likewise.
11305         (tdesc_add_typed_bitfield): Likewise.
11306         (tdesc_add_bitfield): Likewise.
11307         (tdesc_add_flag): Likewise.
11308         (tdesc_add_enum_value): Likewise.
11309         * common/tdesc.h (struct tdesc_type_builtin): Likewise.
11310         (struct tdesc_type_vector): Likewise.
11311         (struct tdesc_type_field): Likewise.
11312         (struct tdesc_type_with_fields): Likewise.
11313         (tdesc_create_enum): Add declaration.
11314         (tdesc_add_typed_bitfield): Likewise.
11315         (tdesc_add_enum_value): Likewise.
11316         * target-descriptions.c (tdesc_type_field): Move from here.
11317         (tdesc_type_builtin): Likewise.
11318         (tdesc_type_vector): Likewise.
11319         (tdesc_type_with_fields): Likewise.
11320         (tdesc_predefined_types): Likewise.
11321         (tdesc_named_type): Likewise.
11322         (tdesc_create_vector): Likewise.
11323         (tdesc_create_struct): Likewise.
11324         (tdesc_set_struct_size): Likewise.
11325         (tdesc_create_union): Likewise.
11326         (tdesc_create_flags): Likewise.
11327         (tdesc_create_enum): Likewise.
11328         (tdesc_add_field): Likewise.
11329         (tdesc_add_typed_bitfield): Likewise.
11330         (tdesc_add_bitfield): Likewise.
11331         (tdesc_add_flag): Likewise.
11332         (tdesc_add_enum_value): Likewise.
11333         * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
11334         (tdesc_add_typed_bitfield): Likewise.
11335         (tdesc_add_enum_value): Likewise.
11336
11337 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
11338
11339         * common/tdesc.c (tdesc_feature::accept): Move to here.
11340         (tdesc_feature::operator==): Likewise.
11341         (tdesc_create_reg): Likewise.
11342         * common/tdesc.h (tdesc_type_kind): Likewise.
11343         (struct tdesc_type): Likewise.
11344         (struct tdesc_feature): Likewise.
11345         * regformats/regdat.sh: Create a feature.
11346         * target-descriptions.c (tdesc_type_kind): Move from here.
11347         (tdesc_type): Likewise.
11348         (tdesc_type_up): Likewise.
11349         (tdesc_feature): Likewise.
11350         (tdesc_create_reg): Likewise.
11351
11352 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
11353
11354         * Makefile.in: Add arch/tdesc.c
11355         * common/tdesc.c: New file.
11356         * common/tdesc.h (tdesc_element_visitor): Move to here.
11357         (tdesc_element): Likewise.
11358         (tdesc_reg): Likewise.
11359         (tdesc_reg_up): Likewise.
11360         * regformats/regdef.h (reg): Add offset to constructors.
11361         * target-descriptions.c (tdesc_element_visitor): Move from here.
11362         (tdesc_element): Likewise.
11363         (tdesc_reg): Likewise.
11364         (tdesc_reg_up): Likewise.
11365
11366 2018-04-17  Tom Tromey  <tom@tromey.com>
11367
11368         * dwarf2read.c (quirk_rust_enum): Conditionally drop the
11369         discriminant field.
11370
11371 2018-04-17  Tom Tromey  <tom@tromey.com>
11372
11373         * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
11374
11375 2018-04-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11376
11377         * symtab.c (print_symbol_info): Skip printing filename and line
11378         number when `last' is NULL.
11379         (symtab_symbol_info): Use empty string instead of NULL for first
11380         invocation of print_symbol_info.
11381         (rbreak_command): Pass NULL to `last' parameter of
11382         print_symbol_info.
11383
11384 2018-04-16  Simon Marchi  <simon.marchi@ericsson.com>
11385
11386         * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
11387         instead of nullptr.
11388
11389 2018-04-16  Pedro Alves  <palves@redhat.com>
11390
11391         * MAINTAINERS (sh): Remove.
11392         * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
11393         (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
11394         (ALLDEPFILES): Remove sh64-tdep.c.
11395         * NEWS: Mentions that support for SH-5/SH64 is removed.
11396         * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
11397         (sh*-*-openbsd*): Ditto.
11398         (sh64-*-elf*): Remove.
11399         (sh*): Remove.
11400         * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
11401         * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
11402         * sh-tdep.c: No longer include "sh64-tdep.h".
11403         (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
11404         * sh64-tdep.c, sh64-tdep.h: Remove files.
11405
11406 2018-04-16  Pedro Alves  <palves@redhat.com>
11407
11408         * MAINTAINERS: Remove m88k.
11409         * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
11410         (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
11411         (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
11412         * NEWS: Mention that support for m88k was removed.
11413         * configure.host (m88*-*-*): Remove support.
11414         * configure.nat (m88k-*-*): Remove support.
11415         * configure.tgt (m88*-*-openbsd*): Remove.
11416         * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
11417
11418 2018-04-15  Simon Marchi  <simon.marchi@polymtl.ca>
11419
11420         * configure.tgt (x86_tobjs): New variable.
11421         (amd64_tobjs, i386_tobjs): Use it.
11422
11423 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11424
11425         * symtab.c (print_symbol_info): Precede the symbol definition by
11426         the line number when available.
11427         * NEWS: Advertise this enhancement.
11428
11429 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
11430
11431         * NEWS (New options): announce set/show record btrace cpu.
11432         * btrace.c: Include record-btrace.h.
11433         (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
11434         the vendor is unknown.
11435         (btrace_compute_ftrace_1): Add cpu parameter.  Update callers.
11436         Maybe overwrite the btrace configuration's cpu.
11437         (btrace_compute_ftrace): Add cpu parameter.  Update callers.
11438         (btrace_fetch): Add cpu parameter.  Update callers.
11439         (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
11440         Maybe overwrite the btrace configuration's cpu.  Skip enabling
11441         errata workarounds if the vendor is unknown.
11442         * python/py-record-btrace.c: Include record-btrace.h.
11443         (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
11444         (recpy_bt_function_call_history): Call record_btrace_get_cpu.
11445         * record-btrace.c (record_btrace_cpu_state_kind): New.
11446         (record_btrace_cpu): New.
11447         (set_record_btrace_cpu_cmdlist): New.
11448         (record_btrace_get_cpu): New.
11449         (require_btrace_thread, record_btrace_info)
11450         (record_btrace_resume_thread): Call record_btrace_get_cpu.
11451         (cmd_set_record_btrace_cpu_none): New.
11452         (cmd_set_record_btrace_cpu_auto): New.
11453         (cmd_set_record_btrace_cpu): New.
11454         (cmd_show_record_btrace_cpu): New.
11455         (_initialize_record_btrace): Initialize set/show record btrace cpu
11456         commands.
11457         * record-btrace.h (record_btrace_get_cpu): New.
11458
11459 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
11460
11461         * record.c (set_record_command): Fix typo in message.
11462
11463 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
11464
11465         * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
11466
11467 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
11468
11469         * infrun.c (process_event_stop_test): Call
11470         gdbarch_in_indirect_branch_thunk.
11471         * gdbarch.sh (in_indirect_branch_thunk): New.
11472         * gdbarch.c: Regenerated.
11473         * gdbarch.h: Regenerated.
11474         * x86-tdep.h: New.
11475         * x86-tdep.c: New.
11476         * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
11477         (HFILES_NO_SRCDIR): Add x86-tdep.h.
11478         (ALLDEPFILES): Add x86-tdep.c.
11479         * arch-utils.h (default_in_indirect_branch_thunk): New.
11480         * arch-utils.c (default_in_indirect_branch_thunk): New.
11481         * i386-tdep: Include x86-tdep.h.
11482         (i386_in_indirect_branch_thunk): New.
11483         (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
11484         function.
11485         * amd64-tdep: Include x86-tdep.h.
11486         (amd64_in_indirect_branch_thunk): New.
11487         (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
11488
11489 2018-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11490
11491         PR gdb/23053
11492         * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
11493         (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
11494         (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
11495         regression.
11496
11497 2018-04-12  Tom Tromey  <tom@tromey.com>
11498
11499         * rust-lang.c (rust_print_struct_def): Remove univariant code.
11500         (rust_evaluate_subexp): Likewise.
11501
11502 2018-04-12  Pedro Alves  <palves@redhat.com>
11503
11504         * procfs.c (procfs_detach): Make forward declaration's prototype
11505         match definition's protototype.
11506         (proc_get_LDT_entry): Remove stale do_cleanups call.
11507
11508 2018-04-12  Pedro Alves  <palves@redhat.com>
11509
11510         * target.h (target_ops::to_has_exited): Delete.
11511         (target_has_exited): Delete.
11512         * target-delegates.c: Regenerate.
11513
11514 2018-04-11  Pedro Alves  <palves@redhat.com>
11515
11516         * target.c (fileio_fh_t::t): Add comment.
11517         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
11518         (target_fileio_close): Handle a NULL target.
11519         (invalidate_fileio_fh): New.
11520         (target_close): Call it.
11521         * remote.c (remote_hostio_send_command): No longer check whether
11522         remote_desc is open.
11523
11524 2018-04-11  Pedro Alves  <palves@redhat.com>
11525
11526         * target.c (fileio_fh_t): Make it a named struct instead of a
11527         typedef.
11528         (fileio_fh_t::is_closed): New method.
11529         (DEF_VEC_O (fileio_fh_t)): Remove.
11530         (fileio_fhandles): Now a std::vector.
11531         (is_closed_fileio_fh): Delete.
11532         (acquire_fileio_fd): Adjust.  Rename parameters.
11533         (release_fileio_fd): Adjust.
11534         (fileio_fd_to_fh): Reimplement as a function instead of a macro.
11535         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
11536         (target_fileio_close): Adjust.
11537
11538 2018-04-10  Simon Marchi  <simon.marchi@ericsson.com>
11539
11540         * auto-load.c (auto_load_safe_path_vec_update): Iterate by
11541         index.
11542
11543 2018-04-10  Pedro Alves  <palves@redhat.com>
11544
11545         * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
11546         (scoped_finish_thread_state): New class.
11547         * infcmd.c (run_command_1): Use it instead of finish_thread_state
11548         cleanup.
11549         * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
11550         (fetch_inferior_event, normal_stop): Likewise.
11551         * thread.c (finish_thread_state_cleanup): Delete.
11552
11553 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11554             Pedro Alves  <palves@redhat.com>
11555
11556         * value.c: Include "selftest.h" and "common/array-view.h".
11557         (struct range) <operator ==>: New.
11558         (test_ranges_contain): New.
11559         (check_ranges_vector): New.
11560         (test_insert_into_bit_range_vector): New.
11561         (_initialize_values): Register selftests.
11562         * common/array-view.h (operator==, operator!=): New.
11563
11564 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11565
11566         * common/gdb_vecs.h (unordered_remove): Add overload that takes
11567         an iterator.
11568         * inline-frame.c: Include <algorithm>.
11569         (struct inline_state): Add constructor.
11570         (inline_state_s): Remove.
11571         (DEF_VEC_O(inline_state_s)): Remove.
11572         (inline_states): Change type to std::vector.
11573         (find_inline_frame_state): Adjust to std::vector.
11574         (allocate_inline_frame_state): Remove.
11575         (clear_inline_frame_state): Adjust to std::vector.
11576         (skip_inline_frames): Adjust to std::vector.
11577
11578 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11579
11580         * tracepoint.h (struct trace_state_variable): Add constructor.
11581         <name>: Change type to std::string.
11582         * tracepoint.c (tsv_s): Remove.
11583         (DEF_VEC_O(tsv_s)): Remove.
11584         (tvariables): Change to std::vector.
11585         (create_trace_state_variable): Adjust to std::vector.
11586         (find_trace_state_variable): Likewise.
11587         (find_trace_state_variable_by_number): Likewise.
11588         (delete_trace_state_variable): Likewise.
11589         (trace_variable_command): Adjust to std::string.
11590         (delete_trace_variable_command): Likewise.
11591         (tvariables_info_1): Adjust to std::vector.
11592         (save_trace_state_variables): Likewise.
11593         (start_tracing): Likewise.
11594         (merge_uploaded_trace_state_variables): Adjust to std::vector
11595         and std::string.
11596         * target.h (struct target_ops)
11597         <to_download_trace_state_variable>: Pass reference to
11598         trace_state_variable.
11599         * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
11600         * target-delegates.c: Re-generate.
11601         * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
11602         (mi_tsv_deleted): Likewise.
11603         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
11604         * remote.c (remote_download_trace_state_variable): Change
11605         pointer to reference and adjust.
11606         * make-target-delegates (parse_argtypes): Handle references.
11607         (write_function_header): Likewise.
11608         (munge_type): Likewise.
11609
11610 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11611
11612         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11613         string_view-selftests.c.
11614         * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
11615         testsuite.
11616         * unittests/basic_string_view/cons/char/1.cc: Likewise.
11617         * unittests/basic_string_view/cons/char/2.cc: Likewise.
11618         * unittests/basic_string_view/cons/char/3.cc: Likewise.
11619         * unittests/basic_string_view/element_access/char/1.cc:
11620         Likewise.
11621         * unittests/basic_string_view/element_access/char/empty.cc:
11622         Likewise.
11623         * unittests/basic_string_view/element_access/char/front_back.cc:
11624         Likewise.
11625         * unittests/basic_string_view/inserters/char/2.cc: Likewise.
11626         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
11627         Likewise.
11628         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
11629         Likewise.
11630         * unittests/basic_string_view/modifiers/swap/char/1.cc:
11631         Likewise.
11632         * unittests/basic_string_view/operations/compare/char/1.cc:
11633         Likewise.
11634         * unittests/basic_string_view/operations/compare/char/13650.cc:
11635         Likewise.
11636         * unittests/basic_string_view/operations/copy/char/1.cc:
11637         Likewise.
11638         * unittests/basic_string_view/operations/data/char/1.cc:
11639         Likewise.
11640         * unittests/basic_string_view/operations/find/char/1.cc:
11641         Likewise.
11642         * unittests/basic_string_view/operations/find/char/2.cc:
11643         Likewise.
11644         * unittests/basic_string_view/operations/find/char/3.cc:
11645         Likewise.
11646         * unittests/basic_string_view/operations/find/char/4.cc:
11647         Likewise.
11648         * unittests/basic_string_view/operations/rfind/char/1.cc:
11649         Likewise.
11650         * unittests/basic_string_view/operations/rfind/char/2.cc:
11651         Likewise.
11652         * unittests/basic_string_view/operations/rfind/char/3.cc:
11653         Likewise.
11654         * unittests/basic_string_view/operations/substr/char/1.cc:
11655         Likewise.
11656         * unittests/basic_string_view/operators/char/2.cc: Likewise.
11657         * unittests/string_view-selftests.c: New file.
11658
11659 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11660
11661         * unittests/basic_string_view/capacity/1.cc: New file.
11662         * unittests/basic_string_view/capacity/empty_neg.cc: New file.
11663         * unittests/basic_string_view/cons/char/1.cc: New file.
11664         * unittests/basic_string_view/cons/char/2.cc: New file.
11665         * unittests/basic_string_view/cons/char/3.cc: New file.
11666         * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
11667         * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
11668         * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
11669         * unittests/basic_string_view/element_access/char/1.cc: New file.
11670         * unittests/basic_string_view/element_access/char/2.cc: New file.
11671         * unittests/basic_string_view/element_access/char/empty.cc: New file.
11672         * unittests/basic_string_view/element_access/char/front_back.cc: New file.
11673         * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
11674         * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
11675         * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
11676         * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
11677         * unittests/basic_string_view/include.cc: New file.
11678         * unittests/basic_string_view/inserters/char/1.cc: New file.
11679         * unittests/basic_string_view/inserters/char/2.cc: New file.
11680         * unittests/basic_string_view/inserters/char/3.cc: New file.
11681         * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
11682         * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
11683         * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
11684         * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
11685         * unittests/basic_string_view/literals/types.cc: New file.
11686         * unittests/basic_string_view/literals/values.cc: New file.
11687         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
11688         * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
11689         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
11690         * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
11691         * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
11692         * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
11693         * unittests/basic_string_view/operations/compare/char/1.cc: New file.
11694         * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
11695         * unittests/basic_string_view/operations/compare/char/2.cc: New file.
11696         * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
11697         * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
11698         * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
11699         * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
11700         * unittests/basic_string_view/operations/copy/char/1.cc: New file.
11701         * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
11702         * unittests/basic_string_view/operations/data/char/1.cc: New file.
11703         * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
11704         * unittests/basic_string_view/operations/find/char/1.cc: New file.
11705         * unittests/basic_string_view/operations/find/char/2.cc: New file.
11706         * unittests/basic_string_view/operations/find/char/3.cc: New file.
11707         * unittests/basic_string_view/operations/find/char/4.cc: New file.
11708         * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
11709         * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
11710         * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
11711         * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
11712         * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
11713         * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
11714         * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
11715         * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
11716         * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
11717         * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
11718         * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
11719         * unittests/basic_string_view/operations/substr/char/1.cc: New file.
11720         * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
11721         * unittests/basic_string_view/operators/char/2.cc: New file.
11722         * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
11723         * unittests/basic_string_view/range_access/char/1.cc: New file.
11724         * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
11725         * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
11726         * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
11727         * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
11728         * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
11729         * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
11730         * unittests/basic_string_view/requirements/typedefs.cc: New file.
11731         * unittests/basic_string_view/typedefs.cc: New file.
11732         * unittests/basic_string_view/types/1.cc: New file.
11733
11734 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11735
11736         * common/gdb_string_view.h: Remove libstdc++ implementation
11737         details, adjust to gdb reality.
11738         * common/gdb_string_view.tcc: Likewise.
11739         * cli/cli-script.c (struct string_view): Remove.
11740         (user_args) <m_args>: Change element type to gdb::string_view.
11741         (user_args::insert_args): Adjust.
11742
11743 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11744
11745         * common/gdb_string_view.h: New file.
11746         * common/gdb_string_view.tcc: New file.
11747
11748 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
11749
11750         * ax_cxx_compile_stdcxx.m4: Sync with upstream.
11751         * configure: Re-generate.
11752
11753 2018-04-09  Pedro Alves  <palves@redhat.com>
11754
11755         * gdbarch.sh: Include "observable.h" instead of "observer.h".
11756         (set_target_gdbarch): Call
11757         gdb::observers::architecture_changed.notify instead of
11758         observer_notify_architecture_changed.
11759
11760 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11761
11762         * tracepoint.c (struct current_traceframe_cleanup): Remove.
11763         (do_restore_current_traceframe_cleanup): Remove.
11764         (restore_current_traceframe_cleanup_dtor): Remove.
11765         (make_cleanup_restore_current_traceframe): Remove.
11766         (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
11767         New.
11768         * tracepoint.h (struct scoped_restore_current_traceframe): New.
11769         * infrun.c (fetch_inferior_event): Use
11770         scoped_restore_current_traceframe.
11771
11772 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11773
11774         * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
11775         Remove.
11776         <n_allocated_type_units>: Remove.
11777         <all_type_units>: Change to std::vector.
11778         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
11779         to std::vector change.
11780         (dwarf2_per_objfile::get_cutu): Likewise.
11781         (dwarf2_per_objfile::get_tu): Likewise.
11782         (create_signatured_type_table_from_index): Likewise.
11783         (create_signatured_type_table_from_debug_names): Likewise.
11784         (dw2_symtab_iter_next): Likewise.
11785         (dw2_print_stats): Likewise.
11786         (dw2_expand_all_symtabs): Likewise.
11787         (dw2_expand_marked_cus): Likewise.
11788         (dw2_debug_names_iterator::next): Likewise.
11789         (dwarf2_initialize_objfile): Likewise.
11790         (add_signatured_type_cu_to_table): Likewise.
11791         (create_all_type_units): Likewise.
11792         (add_type_unit): Likewise.
11793         (struct tu_abbrev_offset): Add constructor.
11794         (build_type_psymtabs_1): Adjust to std::vector change.
11795         (print_tu_stats): Likewise.
11796         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
11797         (write_debug_names): Likewise.
11798
11799 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11800
11801         * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
11802         Make an std::vector.
11803         <n_comp_units>: Remove.
11804         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
11805         to std::vector change.
11806         (dwarf2_per_objfile::get_cutu): Likewise.
11807         (dwarf2_per_objfile::get_cu): Likewise.
11808         (create_cus_from_index): Likewise.
11809         (create_addrmap_from_index): Likewise.
11810         (create_addrmap_from_aranges): Likewise.
11811         (dwarf2_read_index): Likewise.
11812         (dw2_find_last_source_symtab): Likewise.
11813         (dw2_map_symtabs_matching_filename): Likewise.
11814         (dw2_symtab_iter_next): Likewise.
11815         (dw2_print_stats): Likewise.
11816         (dw2_expand_all_symtabs): Likewise.
11817         (dw2_expand_symtabs_with_fullname): Likewise.
11818         (dw2_expand_marked_cus): Likewise.
11819         (dw2_map_symbol_filenames): Likewise.
11820         (create_cus_from_debug_names): Likewise.
11821         (dwarf2_read_debug_names): Likewise.
11822         (dw2_debug_names_iterator::next): Likewise.
11823         (dwarf2_initialize_objfile): Likewise.
11824         (set_partial_user): Likewise.
11825         (dwarf2_build_psymtabs_hard): Likewise.
11826         (read_comp_units_from_section): Remove arguments, adjust to
11827         std::vector change.
11828         (create_all_comp_units): Adjust to std::vector and
11829         read_comp_units_from_section changes.
11830         (dwarf2_find_containing_comp_unit): Adjust to std::vector
11831         change.
11832         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
11833         (psyms_seen_size): Likewise.
11834         (write_gdbindex): Likewise.
11835         (write_debug_names): Likewise.
11836
11837 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11838
11839         * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
11840         with dwarf2_per_objfile.
11841         (create_cus_from_index): Likewise.
11842         (create_signatured_type_table_from_index): Likewise.
11843         (dwarf2_read_index): Likewise.
11844         (dwarf2_initialize_objfile): Likewise.
11845         (dwarf2_fetch_die_loc_sect_off):  Get dwarf2_per_objfile from
11846         per_cu rather than get_dwarf2_per_objfile.
11847
11848 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11849
11850         * dwarf2read.h (struct signatured_type): Forward declare.
11851         (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
11852         New methods.
11853         * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
11854         (dw2_get_cutu): ...this.
11855         (dwarf2_per_objfile::get_cu): Rename from...
11856         (dw2_get_cu): ...this.
11857         (dwarf2_per_objfile::get_tu): New.
11858         (create_addrmap_from_index): Adjust.
11859         (create_addrmap_from_aranges): Adjust.
11860         (dw2_find_last_source_symtab): Adjust.
11861         (dw2_map_symtabs_matching_filename): Adjust.
11862         (dw2_symtab_iter_next): Adjust.
11863         (dw2_print_stats): Adjust.
11864         (dw2_expand_all_symtabs): Adjust.
11865         (dw2_expand_symtabs_with_fullname): Adjust.
11866         (dw2_expand_marked_cus): Adjust.
11867         (dw_expand_symtabs_matching_file_matcher): Adjust.
11868         (dw2_map_symbol_filenames): Adjust.
11869         (dw2_debug_names_iterator::next): Adjust.
11870         (dwarf2_initialize_objfile): Adjust.
11871         (set_partial_user): Adjust.
11872         (dwarf2_build_psymtabs_hard): Adjust.
11873
11874 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11875
11876         * dwarf2read.c (create_signatured_type_table_from_debug_names):
11877         Remove unused variables.
11878         (dw2_map_symtabs_matching_filename): Likewise.
11879         (dwarf2_record_block_ranges): Likewise.
11880         (dwarf2_read_addr_index): Likewise.
11881         (follow_die_offset): Likewise.
11882
11883 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11884
11885         * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
11886         to symbol_file_add_main.
11887
11888 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11889
11890         PR mi/22299
11891         * mi/mi-console.c (do_fputc_async_safe): New.
11892         (mi_console_file::write_async_safe): New.
11893         (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
11894         * mi/mi-console.h (class mi_console_file) <write_async_safe>:
11895         New.
11896         * ui-file.c (ui_file::putstrn): Adjust call to
11897         fputstrn_unfiltered.
11898         * utils.c (printchar): Replace do_fputs and do_fprintf
11899         parameters by do_fputc.
11900         (fputstr_filtered): Adjust call to printchar.
11901         (fputstr_unfiltered): Likewise.
11902         (fputstrn_filtered): Likewise.
11903         (fputstrn_unfiltered): Add do_fputc parameter, pass to
11904         printchar.
11905         * utils.h (do_fputc_ftype): New typedef.
11906         (fputstrn_unfiltered): Add do_fputc parameter.
11907
11908 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
11909
11910         * regformats/i386/i386-avx.dat: Remove.
11911
11912 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
11913
11914         PR gdb/22979
11915         * amd64-tdep.c (amd64_none_init_abi): New function.
11916         (amd64_x32_none_init_abi): New function.
11917         (_initialize_amd64_tdep): Register handlers for x86-64 and
11918         x64_32 with GDB_OSABI_NONE.
11919         * osabi.c (gdbarch_init_osabi): Allow running handlers for the
11920         GDB_OSABI_NONE osabi.
11921
11922 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
11923
11924         PR gdb/22980
11925         * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
11926         GDB_OSABI_NONE.
11927         * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
11928         * osabi.c (gdb_osabi_names): Add "unknown" entry.
11929
11930 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
11931
11932         * common/byte-vector.h (char_vector): New type.
11933         * target.h (target_read_alloc): Return
11934         gdb::optional<byte_vector>.
11935         (target_read_stralloc): Return gdb::optional<char_vector>.
11936         (target_get_osdata): Return gdb::optional<char_vector>.
11937         * target.c (target_read_alloc_1): Templatize.  Replacement
11938         manual memory management with vector.
11939         (target_read_alloc): Change return type, adjust.
11940         (target_read_stralloc): Change return type, adjust.
11941         (target_get_osdata): Change return type, adjust.
11942         * auxv.c (struct auxv_info) <length>: Remove.
11943         <data>: Change type to gdb::optional<byte_vector>.
11944         (auxv_inferior_data_cleanup): Free auxv_info with delete.
11945         (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
11946         (target_auxv_search): Adjust.
11947         (fprint_target_auxv): Adjust.
11948         * avr-tdep.c (avr_io_reg_read_command): Adjust.
11949         * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
11950         (linux_make_corefile_notes): Adjust.
11951         * osdata.c (get_osdata): Adjust.
11952         * remote.c (remote_get_threads_with_qxfer): Adjust.
11953         (remote_memory_map): Adjust.
11954         (remote_traceframe_info): Adjust.
11955         (btrace_read_config): Adjust.
11956         (remote_read_btrace): Adjust.
11957         (remote_pid_to_exec_file): Adjust.
11958         * solib-aix.c (solib_aix_get_library_list): Adjust.
11959         * solib-dsbt.c (decode_loadmap): Don't free buf.
11960         (dsbt_get_initial_loadmaps): Adjust.
11961         * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
11962         * solib-target.c (solib_target_current_sos): Adjust.
11963         * tracepoint.c (sdata_make_value): Adjust.
11964         * xml-support.c (xinclude_start_include): Adjust.
11965         (xml_fetch_content_from_file): Adjust.
11966         * xml-support.h (xml_fetch_another): Change return type.
11967         (xml_fetch_content_from_file): Change return type.
11968         * xml-syscall.c (xml_init_syscalls_info): Adjust.
11969         * xml-tdesc.c (file_read_description_xml): Adjust.
11970         (fetch_available_features_from_target): Change return type.
11971         (target_fetch_description_xml): Adjust.
11972         (target_read_description_xml): Adjust.
11973
11974 2018-04-06  Tom Tromey  <tom@tromey.com>
11975
11976         * value.c (~value): Update.
11977         (struct value) <contents>: Now unique_xmalloc_ptr.
11978         (value_contents_bits_eq, allocate_value_contents)
11979         (value_contents_raw, value_contents_all_raw)
11980         (value_contents_for_printing, value_contents_for_printing_const)
11981         (set_value_enclosing_type): Update.
11982
11983 2018-04-06  Tom Tromey  <tom@tromey.com>
11984
11985         * value.c (range_s): Remove typedef, VEC.
11986         (struct range): Add operator<.
11987         (range_lessthan): Remove.
11988         (ranges_contain): Change type.
11989         (~value): Update.
11990         (struct value) <unavailable, optimized_out>: Now std::vector.
11991         (value_entirely_available)
11992         (value_entirely_covered_by_range_vector)
11993         (value_entirely_unavailable, value_entirely_optimized_out):
11994         Update.
11995         (insert_into_bit_range_vector): Change argument type.
11996         (find_first_range_overlap): Likewise.
11997         (struct ranges_and_idx, value_contents_bits_eq)
11998         (require_not_optimized_out, require_available): Update.
11999         (ranges_copy_adjusted): Change argument types.
12000         (value_optimized_out, value_copy, value_fetch_lazy): Update.
12001
12002 2018-04-06  Tom Tromey  <tom@tromey.com>
12003
12004         * value.c (~value): Update.
12005         (struct value) <parent>: Now a value_ref_ptr.
12006         (value_parent, set_value_parent, value_address, value_copy):
12007         Update.
12008
12009 2018-04-06  Tom Tromey  <tom@tromey.com>
12010
12011         * value.c (struct value): Add constructor, destructor, and member
12012         initializers.
12013         (allocate_value_lazy, value_decref): Update.
12014
12015 2018-04-06  Tom Tromey  <tom@tromey.com>
12016
12017         * value.c (struct value) <released, next>: Remove.
12018         (all_values): Now a std::vector.
12019         (allocate_value_lazy): Update.
12020         (value_next): Remove.
12021         (value_mark, value_free_to_mark, release_value)
12022         (value_release_to_mark): Update.
12023
12024 2018-04-06  Tom Tromey  <tom@tromey.com>
12025
12026         * value.h (fetch_subexp_value, value_release_to_mark): Update.
12027         (free_value_chain): Remove.
12028         * value.c (free_value_chain): Remove.
12029         (value_release_to_mark): Return a std::vector.
12030         * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
12031         std::vector.
12032         (check_condition): Update.
12033         * eval.c (fetch_subexp_value): Change "val_chain" to a
12034         std::vector.
12035         * breakpoint.c (update_watchpoint): Update.
12036         (can_use_hardware_watchpoint): Change "vals" to a std::vector.
12037
12038 2018-04-06  Tom Tromey  <tom@tromey.com>
12039
12040         * value.h (free_all_values): Remove.
12041         * value.c (free_all_values): Remove.
12042
12043 2018-04-06  Tom Tromey  <tom@tromey.com>
12044
12045         * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
12046         (value_history_chain, value_history_count): Remove.
12047         (value_history): New global.
12048         (record_latest_value, access_value_history, show_values)
12049         (preserve_values): Update.
12050
12051 2018-04-06  Tom Tromey  <tom@tromey.com>
12052
12053         * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
12054         * varobj.c (varobj_set_display_format, varobj_set_value)
12055         (install_default_visualizer, construct_visualizer)
12056         (install_new_value, ~varobj, varobj_get_value_type)
12057         (my_value_of_variable, varobj_editable_p): Update.
12058         * c-varobj.c (c_describe_child, c_value_of_variable)
12059         (cplus_number_of_children, cplus_describe_child): Update.
12060         * ada-varobj.c (ada_number_of_children, ada_name_of_child)
12061         (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
12062         (ada_value_of_variable, ada_value_is_changeable_p): Update.
12063
12064 2018-04-06  Tom Tromey  <tom@tromey.com>
12065
12066         * printcmd.c (last_examine_address): Change type to
12067         value_ref_ptr.
12068         (do_examine, x_command): Update.
12069
12070 2018-04-06  Tom Tromey  <tom@tromey.com>
12071
12072         * value.c (release_value): Update.
12073         * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
12074         (struct bpstats) <val>: Now a value_ref_ptr.
12075         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
12076         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
12077         (~watchpoint, print_it_watchpoint, watch_command_1)
12078         (invalidate_bp_value_on_memory_change): Update.
12079
12080 2018-04-06  Tom Tromey  <tom@tromey.com>
12081
12082         * varobj.c (varobj_clear_saved_item)
12083         (update_dynamic_varobj_children, install_new_value, ~varobj):
12084         Update.
12085         * value.h (value_incref): Move declaration earlier.
12086         (value_decref): Rename from value_free.
12087         (struct value_ref_policy): New.
12088         (value_ref_ptr): New typedef.
12089         (struct value_deleter): Remove.
12090         (gdb_value_up): Remove typedef.
12091         (release_value): Change return type.
12092         (release_value_or_incref): Remove.
12093         * value.c (set_value_parent): Update.
12094         (value_incref): Change return type.
12095         (value_decref): Rename from value_free.
12096         (value_free_to_mark, free_all_values, free_value_chain): Update.
12097         (release_value): Return value_ref_ptr.
12098         (release_value_or_incref): Remove.
12099         (record_latest_value, set_internalvar, clear_internalvar):
12100         Update.
12101         * stack.c (info_frame_command): Don't call value_free.
12102         * python/py-value.c (valpy_dealloc, valpy_new)
12103         (value_to_value_object): Update.
12104         * printcmd.c (do_examine): Update.
12105         * opencl-lang.c (lval_func_free_closure): Update.
12106         * mi/mi-main.c (register_changed_p): Don't call value_free.
12107         * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
12108         * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
12109         * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
12110         value_free.
12111         * guile/scm-value.c (vlscm_free_value_smob)
12112         (vlscm_scm_from_value): Update.
12113         * frame.c (frame_register_unwind, frame_unwind_register_signed)
12114         (frame_unwind_register_unsigned, get_frame_register_bytes)
12115         (put_frame_register_bytes): Don't call value_free.
12116         * findvar.c (address_from_register): Don't call value_free.
12117         * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
12118         * dwarf2loc.c (entry_data_value_free_closure)
12119         (value_of_dwarf_reg_entry, free_pieced_value_closure)
12120         (dwarf2_evaluate_loc_desc_full): Update.
12121         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
12122         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
12123         (~watchpoint, watch_command_1)
12124         (invalidate_bp_value_on_memory_change): Update.
12125         * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
12126
12127 2018-04-06  Simon Marchi  <simon.marchi@polymtl.ca>
12128
12129         PR gdb/23022
12130         * warning.m4: Add -Wno-error=deprecated-register.
12131         * configure: Re-generate.
12132
12133 2018-04-05  Tom Tromey  <tom@tromey.com>
12134
12135         * linespec.h: Remove include of "vec.h".
12136
12137 2018-04-05  Tom Tromey  <tom@tromey.com>
12138
12139         * linespec.c (typep): Remove typedef.
12140         (find_methods, find_superclass_methods): Take a std::vector.
12141         (find_method): Use std::vector.
12142
12143 2018-04-05  Tom Tromey  <tom@tromey.com>
12144
12145         * utils.c (compare_strings): Remove.
12146         * utils.h (compare_strings): Remove.
12147         * objc-lang.h (find_imps): Update.
12148         * objc-lang.c (find_methods): Take a std::vector.
12149         (uniquify_strings, find_imps): Likewise.
12150         * linespec.c (find_methods): Take a std::vector.
12151         (decode_objc): Use std::vector.
12152         (add_all_symbol_names_from_pspace, find_superclass_methods): Take
12153         a std::vector.
12154         (find_method, find_function_symbols): Use std::vector.
12155
12156 2018-04-05  Tom Tromey  <tom@tromey.com>
12157
12158         * completer.c (completion_tracker::completion_tracker): Remove
12159         cast.
12160         (completion_tracker::discard_completions): Likewise.
12161         * breakpoint.c (ambiguous_names_p): Remove cast.
12162         * ada-lang.c (_initialize_ada_language): Remove cast.
12163         * utils.h (streq): Update.
12164         (streq_hash): Add new declaration.
12165         * utils.c (streq): Return bool.
12166         (streq_hash): New function.
12167
12168 2018-04-05  Tom Tromey  <tom@tromey.com>
12169
12170         * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
12171         Remove a string copy.
12172
12173 2018-04-05  Tom Tromey  <tom@tromey.com>
12174
12175         * linespec.c (filter_results): Use std::vector.
12176         (decode_line_2, decode_line_full): Update.
12177
12178 2018-04-05  Tom Tromey  <tom@tromey.com>
12179
12180         * linespec.c (canonical_to_fullform): Return std::string.
12181         (filter_results): Update.
12182         (struct decode_line_2_item): Add constructor.
12183         <fullform, displayform>: Now std::string.
12184         (decode_line_2_compare_items): Now a std::sort comparator.
12185         (decode_line_2): Update.
12186
12187 2018-04-05  Tom Tromey  <tom@tromey.com>
12188
12189         * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
12190         (unexpected_linespec_error): Update.
12191         (linespec_parse_basic, parse_linespec): Update.
12192
12193 2018-04-05  Tom Tromey  <tom@tromey.com>
12194
12195         * linespec.c (linespec_parse_basic): Reindent.
12196
12197 2018-04-05  Tom Tromey  <tom@tromey.com>
12198
12199         * minsyms.h (iterate_over_minimal_symbols): Update.
12200         * minsyms.c (iterate_over_minimal_symbols): Take a
12201         gdb::function_view.
12202         * linespec.c (struct collect_minsyms): Remove.
12203         (compare_msyms): Now a std::sort comparator.
12204         (add_minsym): Add parameters.
12205         (search_minsyms_for_name): Update.  Use std::vector.
12206
12207 2018-04-03  Tom Tromey  <tom@tromey.com>
12208
12209         * mipsread.c (read_alphacoff_dynamic_symtab): Use
12210         gdb::byte_vector.
12211
12212 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
12213
12214         * MAINTAINERS (Write After Approval): Add Weimin Pan.
12215
12216 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
12217
12218         PR gdb/16959
12219         * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
12220         printing static type.
12221
12222 2018-04-01  Tom Tromey  <tom@tromey.com>
12223
12224         * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
12225         (rs6000_xfer_shared_libraries): Update.
12226
12227 2018-04-01  Simon Marchi  <simon.marchi@polymtl.ca>
12228
12229         * common/gdb_vecs.h (char_ptr): Remove.
12230         * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
12231
12232 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
12233
12234         * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
12235         with std::vector.
12236         * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
12237
12238 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
12239
12240         * tracepoint.h (struct uploaded_tp): Initialize fields.
12241         <actions, step_actions, cmd_strings>: Change type to
12242         std::vector<char *>.
12243         * tracepoint.c (get_uploaded_tp): Allocate with new.
12244         (free_uploaded_tps): Free with delete.
12245         (parse_tracepoint_definition): Adjust to std::vector change.
12246         * breakpoint.c (read_uploaded_action): Likewise.
12247         (create_tracepoint_from_upload): Likewise.
12248         * ctf.c (ctf_write_uploaded_tp): Likewise.
12249         (SET_ARRAY_FIELD): Likewise.
12250         * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
12251
12252 2018-03-30  Tom Tromey  <tom@tromey.com>
12253
12254         * solib-svr4.c (lm_info_read): Use gdb::byte_vector.  Return
12255         std::unique_ptr.
12256         (svr4_keep_data_in_core): Update.
12257         (svr4_read_so_list): Update.
12258
12259 2018-03-30  Tom Tromey  <tom@tromey.com>
12260
12261         * windows-nat.c (handle_output_debug_string, handle_exception):
12262         Update.
12263         * target.h (target_read_string): Update.
12264         * target.c (target_read_string): Change "string" to
12265         unique_xmalloc_ptr.
12266         * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
12267         Update.
12268         * solib-frv.c (frv_current_sos): Update.
12269         * solib-dsbt.c (dsbt_current_sos): Update.
12270         * solib-darwin.c (darwin_current_sos): Update.
12271         * linux-thread-db.c (inferior_has_bug): Update.
12272         * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
12273         Update.  Remove alloca.
12274         * ada-lang.c (ada_main_name): Update.
12275
12276 2018-03-30  Tom Tromey  <tom@tromey.com>
12277
12278         * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
12279         (struct dwo_file_deleter): New.
12280         (dwo_file_up): New typedef.
12281         (open_and_init_dwo_file): Use dwo_file_up.
12282         (free_dwo_file_cleanup): Remove.
12283
12284 2018-03-30  Tom Tromey  <tom@tromey.com>
12285
12286         * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
12287         (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
12288
12289 2018-03-30  Tom Tromey  <tom@tromey.com>
12290
12291         * dwarf2read.c (class free_cached_comp_units): New class.
12292         (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
12293         (free_cached_comp_units): Remove function.
12294
12295 2018-03-30  Tom Tromey  <tom@tromey.com>
12296
12297         * utils.h (make_cleanup_unpush_target): Remove.
12298         * inf-ptrace.c (struct target_unpusher): New.
12299         (target_unpush_up) New typedef.
12300         (inf_ptrace_create_inferior, inf_ptrace_attach): Use
12301         target_unpush_up.
12302         * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
12303
12304 2018-03-27  Tom Tromey  <tom@tromey.com>
12305
12306         * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
12307
12308 2018-03-27  Pedro Alves  <palves@redhat.com>
12309             Tom Tromey  <tom@tromey.com>
12310
12311         * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
12312         destructor.  Now a class.
12313         (gdb_readline_wrapper_cleanup): Remove function.
12314         (gdb_readline_wrapper): Remove cleanups.
12315
12316 2018-03-27  Tom Tromey  <tom@tromey.com>
12317
12318         * typeprint.h (struct type_print_options) <local_typedefs,
12319         global_typedefs>: Remove "struct" keyword.
12320         (class typedef_hash_table): New class.
12321         (recursively_update_typedef_hash, add_template_parameters)
12322         (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
12323         (find_typedef_in_hash): Don't declare.
12324         * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
12325         (typedef_hash_table::recursively_update): Rename from
12326         recursively_update_typedef_hash.  Now a member.
12327         (typedef_hash_table::add_template_parameters): Rename from
12328         add_template_parameters.  Now a member.
12329         (typedef_hash_table::typedef_hash_table): Now a constructor;
12330         rename from create_typedef_hash.
12331         (typedef_hash_table::~typedef_hash_table): Now a destructor;
12332         rename from free_typedef_hash.
12333         (do_free_typedef_hash, make_cleanup_free_typedef_hash)
12334         (do_free_global_table): Remove.
12335         (typedef_hash_table::typedef_hash_table): New constructor; renamed
12336         from copy_type_recursive.
12337         (create_global_typedef_table): Remove.
12338         (typedef_hash_table::find_global_typedef): Now a member of
12339         typedef_hash_table.
12340         (typedef_hash_table::find_typedef): Rename from
12341         find_typedef_in_hash; now a member.
12342         (whatis_exp): Update.
12343         * extension.h (struct ext_lang_type_printers): Add constructor and
12344         destructor.
12345         (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
12346         declare.
12347         * extension.c (ext_lang_type_printers::ext_lang_type_printers):
12348         Now a constructor; rename from start_ext_lang_type_printers.
12349         (ext_lang_type_printers): Now a destructor; rename from
12350         free_ext_lang_type_printers.
12351         * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
12352         Update.
12353         (c_type_print_base_struct_union): Update.  Remove cleanups.
12354
12355 2018-03-27  Tom Tromey  <tom@tromey.com>
12356
12357         * dwarf-index-write.c: Include <cmath>.
12358
12359 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
12360
12361         * NEWS: Add entry describing new "set|show varsize-limit" command.
12362         * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
12363         command.
12364         * printcmd.c (_initialize_printcmd): Add "set var" alias of
12365         "set variable".
12366
12367 2018-03-27  Simon Marchi  <simon.marchi@ericsson.com>
12368
12369         * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
12370         dwarf-index-write.c
12371         (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
12372         * dwarf-index-common.c: New file.
12373         * dwarf-index-common.h: New file.
12374         * dwarf-index-write.c: New file.
12375         * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
12376         (struct dwarf2_section_info): Move from here.
12377         (dwarf2_section_info_def): Likewise.
12378         (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
12379         (offset_type): Likewise.
12380         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
12381         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
12382         (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
12383         (byte_swap): Likewise.
12384         (MAYBE_SWAP): Likewise.
12385         (dwarf2_per_cu_ptr): Likewise.
12386         (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
12387         (struct tu_stats): Likewise.
12388         (struct dwarf2_per_objfile): Likewise.
12389         (struct dwarf2_per_cu_data): Likewise.
12390         (struct signatured_type): Likewise.
12391         (sig_type_ptr): Likewise.
12392         (DEF_VEC_P (sig_type_ptr)): Likewise.
12393         (INDEX4_SUFFIX): Likewise.
12394         (INDEX5_SUFFIX): Likewise.
12395         (DEBUG_STR_SUFFIX): Likewise.
12396         (dwarf2_read_section): Make non-static.
12397         (mapped_index_string_hash): Move from here.
12398         (dwarf5_djb_hash): Likewise.
12399         (file_write): Likewise.
12400         (class data_buf): Likewise.
12401         (struct symtab_index_entry): Likewise.
12402         (struct mapped_symtab): Likewise.
12403         (find_slot): Likewise.
12404         (hash_expand): Likewise.
12405         (add_index_entry): Likewise.
12406         (uniquify_cu_indices): Likewise.
12407         (class c_str_view): Likewise.
12408         (class c_str_view_hasher): Likewise.
12409         (class vector_hasher): Likewise.
12410         (write_hash_table): Likewise.
12411         (psym_index_map): Likewise.
12412         (struct addrmap_index_data): Likewise.
12413         (add_address_entry): Likewise.
12414         (add_address_entry_worker): Likewise.
12415         (write_address_map): Likewise.
12416         (symbol_kind): Likewise.
12417         (write_psymbols): Likewise.
12418         (struct signatured_type_index_data): Likewise.
12419         (write_one_signatured_type): Likewise.
12420         (recursively_count_psymbols): Likewise.
12421         (recursively_write_psymbols): Likewise.
12422         (class debug_names): Likewise.
12423         (check_dwarf64_offsets): Likewise.
12424         (psyms_seen_size): Likewise.
12425         (write_gdbindex): Likewise.
12426         (write_debug_names): Likewise.
12427         (assert_file_size): Likewise.
12428         (write_psymtabs_to_index): Likewise.
12429         (save_gdb_index_command): Likewise.
12430         (_initialize_dwarf2_read): Don't register the "save gdb-index"
12431         command.
12432         * dwarf2read.h: New file.
12433
12434 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
12435
12436         PR gdb/22670
12437         * dwarf2read.c (dwarf2_physname): Do not return the demangled
12438         symbol name if the CU's language stores symbol names in linkage
12439         format.
12440         * language.h (struct language_defn)
12441         <la_store_sym_names_in_linkage_form_p>: New field.  Adjust
12442         all instances of this struct.
12443
12444 2018-03-26  Tom Tromey  <tom@tromey.com>
12445
12446         * stack.c (backtrace_command_1): Remove verbose code.
12447
12448 2018-03-26  Tom Tromey  <tom@tromey.com>
12449
12450         * python/py-framefilter.c (py_print_type): Don't catch
12451         exceptions.  Return void.
12452         (py_print_value): Likewise.
12453         (py_print_single_arg): Likewise.
12454         (enumerate_args): Don't catch exceptions.
12455         (py_print_args): Likewise.
12456         (py_print_frame): Likewise.
12457         (gdbpy_apply_frame_filter): Catch exceptions here.
12458
12459 2018-03-26  Tom Tromey  <tom@tromey.com>
12460
12461         * stack.c (_initialize_stack): Remove trailing newlines from help
12462         text.  Add "Usage" line to "backtrace" help.
12463
12464 2018-03-26  Tom Tromey  <tom@tromey.com>
12465
12466         PR python/16486:
12467         * python/py-framefilter.c (py_print_args): Call wrap_hint.
12468
12469 2018-03-26  Tom Tromey  <tom@tromey.com>
12470
12471         * python/py-framefilter.c (py_print_single_arg): Return
12472         EXT_LANG_BT_ERROR from catch.
12473
12474 2018-03-26  Tom Tromey  <tom@tromey.com>
12475
12476         PR backtrace/15584:
12477         * stack.c (backtrace_command_1): Move some code into no-filters
12478         "if".
12479
12480 2018-03-26  Tom Tromey  <tom@tromey.com>
12481
12482         * python/py-framefilter.c (throw_quit_or_print_exception): New
12483         function.
12484         (gdbpy_apply_frame_filter): Use it.
12485
12486 2018-03-26  Tom Tromey  <tom@tromey.com>
12487
12488         PR cli/17716:
12489         * python/py-framefilter.c (py_print_type, py_print_value)
12490         (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
12491         RETURN_MASK_ERROR.
12492
12493 2018-03-26  Tom Tromey  <tom@tromey.com>
12494
12495         * python/py-framefilter.c (enumerate_args): Use
12496         gdb::unique_xmalloc_ptr.
12497
12498 2018-03-26  Tom Tromey  <tom@tromey.com>
12499
12500         * python/py-framefilter.c (py_print_frame): Return
12501         EXT_LANG_BT_OK.
12502         (gdbpy_apply_frame_filter): Update comment.
12503         * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
12504         Remove.
12505         <EXT_LANG_BT_NO_FILTERS>: Change value.
12506
12507 2018-03-26  Tom Tromey  <tom@tromey.com>
12508
12509         PR backtrace/15582:
12510         * stack.c (backtrace_command): Parse "hide" argument.
12511         * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
12512         * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
12513         constant.
12514
12515 2018-03-26  Tom Tromey  <tom@tromey.com>
12516
12517         * stack.c (backtrace_command_1): Remove "show_locals" parameter,
12518         add "flags".
12519         (backtrace_command): Remove "fulltrace", add "flags".
12520
12521 2018-03-26  Tom Tromey  <tom@tromey.com>
12522
12523         * stack.c (backtrace_command): Rewrite command line parsing.
12524
12525 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
12526
12527         * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
12528
12529 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
12530
12531         * filename-seen-cache.h: Add include guard.
12532
12533 2018-03-26  Keith Seitz  <keiths@redhat.com>
12534
12535         * symfile.c (place_section): Remove "struct" from section_addr_info
12536         in comment.
12537         * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
12538         "struct" keyword from section_addr_info.
12539
12540 2018-03-26  Alan Hayward  <alan.hayward@arm.com>
12541
12542         * regformats/regdef.h (reg): Add constructors.
12543
12544 2018-03-25  Pedro Alves  <palves@redhat.com>
12545
12546         * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
12547         if then/else bodies in var_func_name extraction.
12548
12549 2018-03-23  Weimin Pan  <weimin.pan@oracle.com>
12550
12551         * minsyms.c (lookup_minimal_symbol_and_objfile): Use
12552         lookup_minimal_symbol() to find symbol entry.
12553         * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
12554
12555 2018-03-23  Keith Seitz  <keiths@redhat.com>
12556
12557         PR c++/22968
12558         * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
12559         nested type definitions for C++, too.
12560
12561 2018-03-23  Tom Tromey  <tom@tromey.com>
12562
12563         * machoread.c (struct oso_el): Add a constructor.  Don't define as
12564         a typedef.
12565         (macho_register_oso): Remove.
12566         (macho_symtab_read): Take a std::vector.
12567         (oso_el_compare_name): Now a std::sort comparator.
12568         (macho_symfile_read_all_oso): Take a std::vector.
12569         (macho_symfile_read): Use std::vector.  Remove cleanups.
12570
12571 2018-03-22  Tom Tromey  <tom@tromey.com>
12572
12573         * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
12574         (record_full_goto_bookmark): Use std::string.
12575
12576 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
12577
12578         PR tdep/18295
12579         * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
12580         a single mask.
12581
12582 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
12583
12584         * rs6000-tdep.c (store_insn_p): New function.
12585         (skip_prologue): New variable alloca_reg_offset. Set lr_reg
12586         and cr_reg to their unshifted values. Use store_insn_p to
12587         match LR saves using either R1 or fdata->alloca_reg. Use
12588         store_insn_p to match CR saves. Set alloca_reg_offset
12589         when alloca_reg and framep are set. Remove lr_reg shift
12590         when assigning to fdata->lr_register.
12591
12592 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12593
12594         * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
12595         command line args instead of emitting a warning.
12596
12597 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
12598
12599         * tracepoint.h (struct static_tracepoint_marker): Initialize
12600         fields, define default constructor, move constructor and move
12601         assignment, disable the rest.
12602         <str_id, extra>: Make std::string.
12603         (release_static_tracepoint_marker): Remove.
12604         (free_current_marker): Remove.
12605         * tracepoint.c (free_current_marker): Remove.
12606         (parse_static_tracepoint_marker_definition): Adjust to
12607         std::string, use new hex2str overload.
12608         (release_static_tracepoint_marker): Remove.
12609         (print_one_static_tracepoint_marker): Get marker by reference
12610         and adjust to std::string.
12611         (info_static_tracepoint_markers_command): Adjust to std::vector
12612         changes
12613         * target.h (static_tracepoint_marker_p): Remove typedef.
12614         (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
12615         (struct target_ops) <to_static_tracepoint_marker_at>: Return
12616         bool.
12617         <to_static_tracepoint_markers_by_strid>: Return std::vector.
12618         * target-debug.h
12619         (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
12620         (target_debug_print_std_vector_static_tracepoint_marker): New.
12621         (target_debug_print_struct_static_tracepoint_marker_p): Rename
12622         to...
12623         (target_debug_print_static_tracepoint_marker_p): ... this.
12624         * target-delegates.c: Re-generate.
12625         * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
12626         Make std::string.
12627         * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
12628         (decode_static_tracepoint_spec): Adjust to std::vector.
12629         (tracepoint_print_one_detail): Adjust to std::string.
12630         (strace_marker_decode_location): Adjust to std::string.
12631         (update_static_tracepoint): Adjust to std::string, remove call
12632         to release_static_tracepoint_marker.
12633         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
12634         Adjust to std::vector.
12635         * remote.c (remote_static_tracepoint_marker_at): Return bool.
12636         (remote_static_tracepoint_markers_by_strid): Adjust to
12637         std::vector.
12638         * common/rsp-low.h (hex2str): New overload with explicit count
12639         of bytes.
12640         * common/rsp-low.c (hex2str): New overload with explicit count
12641         of bytes.
12642         * unittests/rsp-low-selftests.c (test_hex2str): New function.
12643         (_initialize_rsp_low_selftests): Add test_hex2str test.
12644         * unittests/tracepoint-selftests.c
12645         (test_parse_static_tracepoint_marker_definition): Adjust to
12646         std::string.
12647
12648 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
12649
12650         * tracepoint.c (parse_static_tracepoint_marker_definition):
12651         Consider case where the definition is followed by more
12652         definitions.
12653         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12654         tracepoint-selftests.c.
12655         * unittests/tracepoint-selftests.c: New.
12656
12657 2018-03-21  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
12658
12659         * MAINTAINERS (Write After Approval): Add Pedro Franco de
12660         Carvalho.
12661
12662 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
12663
12664         * symtab.c (find_pc_sect_line): fixed indentation.
12665
12666 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
12667
12668         * symtab.c (find_pc_sect_line): now uses binary search.
12669
12670 2018-03-19  Tom Tromey  <tom@tromey.com>
12671
12672         * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
12673         "IDENT" production.
12674
12675 2018-03-19  Pedro Alves  <palves@redhat.com>
12676             Tom Tromey  <tom@tromey.com>
12677
12678         * unittests/observable-selftests.c: New file.
12679         * common/observable.h: New file.
12680         * observable.h: New file.
12681         * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
12682         arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
12683         breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
12684         corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
12685         extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
12686         infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
12687         linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
12688         mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
12689         ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
12690         python/py-breakpoint.c, python/py-finishbreakpoint.c,
12691         python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
12692         record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
12693         riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
12694         spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
12695         symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
12696         tui/tui-interp.c, valops.c: Update all users.
12697         * tui/tui-hooks.c (tui_bp_created_observer)
12698         (tui_bp_deleted_observer, tui_bp_modified_observer)
12699         (tui_inferior_exit_observer, tui_before_prompt_observer)
12700         (tui_normal_stop_observer, tui_register_changed_observer):
12701         Remove.
12702         (tui_observers_token): New global.
12703         (attach_or_detach, tui_attach_detach_observers): New functions.
12704         (tui_install_hooks, tui_remove_hooks): Use
12705         tui_attach_detach_observers.
12706         * record-btrace.c (record_btrace_thread_observer): Remove.
12707         (record_btrace_thread_observer_token): New global.
12708         * observer.sh: Remove.
12709         * observer.c: Rename to observable.c.
12710         * observable.c (namespace gdb_observers): Define new objects.
12711         (observer_debug): Move into gdb_observers namespace.
12712         (struct observer, struct observer_list, xalloc_observer_list_node)
12713         (xfree_observer_list_node, generic_observer_attach)
12714         (generic_observer_detach, generic_observer_notify): Remove.
12715         (_initialize_observer): Update.
12716         Don't include observer.inc.
12717         * Makefile.in (generated_files): Remove observer.h, observer.inc.
12718         (clean mostlyclean): Likewise.
12719         (observer.h, observer.inc): Remove targets.
12720         (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
12721         (COMMON_SFILES): Use observable.c, not observer.c.
12722         * .gitignore: Remove observer.h.
12723
12724 2018-03-18  Tom Tromey  <tom@tromey.com>
12725
12726         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
12727         gdb::def_vector.
12728         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
12729
12730 2018-03-17  Tom Tromey  <tom@tromey.com>
12731
12732         * auto-load.c (auto_load_objfile_script_1): Use std::string.
12733
12734 2018-03-17  Tom Tromey  <tom@tromey.com>
12735
12736         * target.c (class scoped_target_fd): New.
12737         (target_fileio_close_cleanup): Remove.
12738         (target_fileio_read_alloc_1): Use scoped_target_fd.
12739
12740 2018-03-16  Simon Marchi  <simon.marchi@polymtl.ca>
12741
12742         * silent-rules.mk: New.
12743         * Makefile.in: Include silent-rules.mk
12744         (srcdir, VPATH, top_srcdir): Move up.
12745         (COMPILE): Add ECHO_CXX.
12746         (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
12747         (init.c): Add ECHO_INIT_C.
12748         (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
12749         (version.c): Add ECHO_GEN.
12750         (printcmd.o): Add ECHO_CXX.
12751         (target-float.o): Add ECHO_CXX.
12752         (ada-exp.o): Add ECHO_CXX.
12753         (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
12754         (insight$(EXEEXT)): Add ECHO_CXXLD.
12755         * gnulib/configure.ac: Add AM_SILENT_RULES.
12756         * gnulib/aclocal.m4: Re-generate.
12757         * gnulib/configure: Re-generate.
12758         * gnulib/import/Makefile.in: Re-generate.
12759
12760 2018-03-16  Tom Tromey  <tom@tromey.com>
12761
12762         * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
12763         * utils.h (make_cleanup_free_section_addr_info): Don't declare.
12764         * utils.c (do_free_section_addr_info)
12765         (make_cleanup_free_section_addr_info): Remove.
12766         * symfile.h (struct other_sections): Add constructor.
12767         (struct section_addr_info): Remove.
12768         (section_addr_info): New typedef.
12769         (struct sym_fns) <sym_offsets>: Change type of parameter.
12770         (build_section_addr_info_from_objfile)
12771         (relative_addr_info_to_section_offsets, addr_info_make_relative)
12772         (default_symfile_offsets, symbol_file_add)
12773         (symbol_file_add_from_bfd)
12774         (build_section_addr_info_from_section_table): Update.
12775         (alloc_section_addr_info, free_section_addr_info): Don't declare.
12776         * symfile.c (alloc_section_addr_info): Remove.
12777         (build_section_addr_info_from_section_table): Change return type.
12778         Update.
12779         (build_section_addr_info_from_bfd)
12780         (build_section_addr_info_from_objfile): Likewise.
12781         (free_section_addr_info): Remove.
12782         (relative_addr_info_to_section_offsets): Change type of "addrs".
12783         (addrs_section_compar): Now a std::sort comparator.
12784         (addrs_section_sort): Change return type.
12785         (addr_info_make_relative): Change type of "addrs".  Update.
12786         (default_symfile_offsets, syms_from_objfile_1)
12787         (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
12788         (symbol_file_add_separate): Update.
12789         (symbol_file_add): Change type of "addrs".  Update.
12790         (add_symbol_file_command): Update.  Remove cleanups.
12791         * symfile-mem.c (symbol_file_add_from_memory): Update.  Remove
12792         cleanups.
12793         * symfile-debug.c (debug_sym_offsets): Change type of "info".
12794         * solib.c (solib_read_symbols): Update.
12795         * objfiles.c (objfile_relocate): Update.  Remove cleanups.
12796         * machoread.c (macho_symfile_offsets): Update.
12797         * jit.c (jit_bfd_try_read_symtab): Update.
12798
12799 2018-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
12800
12801         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12802         unittests/utils-selftests.c.
12803         * unittests/utils-selftests.c: New file.
12804
12805 2018-03-14  Tom Tromey  <tom@tromey.com>
12806
12807         PR cli/14977:
12808         * printcmd.c (printf_c_string, printf_wide_c_string): Special case
12809         for NULL.
12810
12811 2018-03-14  Tom Tromey  <tom@tromey.com>
12812
12813         PR cli/19918:
12814         * printcmd.c (printf_pointer): Allow "-" in format.
12815
12816 2018-03-14  Tom Tromey  <tom@tromey.com>
12817
12818         * printcmd.c (_initialize_printcmd): Add usage to printf.
12819
12820 2018-03-14  Yao Qi  <qiyao@sourceware.org>
12821
12822         * MAINTAINERS: Update my email address.
12823
12824 2018-03-13  Tom Tromey  <tom@tromey.com>
12825
12826         * machoread.c (macho_check_dsym): Change filenamep to a
12827         std::string*.
12828         (macho_symfile_read): Update.
12829         * symfile.c (load_command): Use std::string.
12830
12831 2018-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
12832
12833         * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
12834         to error message string.
12835         (riscv_register_name): Use xsnprintf instead of sprintf.
12836         (riscv_insn::fetch_instruction): Use gdb_assert instead of
12837         internal_error.
12838         (riscv_print_arg_location): Use gdb_assert_not_reached instead of
12839         error.
12840         (riscv_push_dummy_call): Likewise.
12841
12842 2018-03-12  Tom Tromey  <tom@tromey.com>
12843
12844         * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
12845         Use gdb::byte_vector.
12846         * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
12847
12848 2018-03-12  Yao Qi  <yao.qi@linaro.org>
12849
12850         * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
12851         parameter type to readable_regcache.
12852         * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
12853         the declaration.
12854
12855 2018-03-11  Tom Tromey  <tom@tromey.com>
12856
12857         * dwarf2read.c (struct nextfield): Add initializers.
12858         (struct nextfnfield): Remove.
12859         (struct fnfieldlist): Add initializers.  Remove "length" and
12860         "head", use std::vector.
12861         (struct decl_field_list): Remove.
12862         (struct field_info): Add initializers.
12863         <fields, baseclasses>: Now std::vector.
12864         <nbaseclasses, nfnfields, typedef_field_list_count,
12865         nested_types_list_count>: Remove.
12866         (dwarf2_add_field, dwarf2_add_type_defn)
12867         (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
12868         (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
12869         (process_structure_scope): Update.
12870
12871 2018-03-11  Tom Tromey  <tom@tromey.com>
12872
12873         * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
12874         for use by std::sort.
12875         (build_type_psymtabs_1): Use std::vector.
12876
12877 2018-03-09  Eli Zaretskii  <eliz@gnu.org>
12878
12879         * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
12880         and LIBMPFR in the printed configuration.
12881
12882 2018-03-08  Tom Tromey  <tom@tromey.com>
12883
12884         * source.c (get_filename_and_charpos): Use scoped_fd.
12885         * nto-procfs.c (procfs_open_1): Use scoped_fd.
12886         (procfs_pidlist): Likewise.
12887         * procfs.c (proc_get_LDT_entry): Use scoped_fd.
12888         (iterate_over_mappings): Likewise.
12889
12890 2018-03-08  Tom Tromey  <tom@tromey.com>
12891
12892         * infcall.c (struct call_return_meta_info)
12893         <stack_temporaries_enabled>: Remove.
12894         (get_call_return_value, call_function_by_hand_dummy): Update.
12895         * thread.c (disable_thread_stack_temporaries): Remove.
12896         (enable_thread_stack_temporaries): Remove.
12897         (thread_stack_temporaries_enabled_p): Return bool.
12898         (push_thread_stack_temporary, value_in_thread_stack_temporaries)
12899         (get_last_thread_stack_temporary): Update.
12900         * eval.c (evaluate_subexp): Update.
12901         * gdbthread.h (class enable_thread_stack_temporaries): Now a
12902         class, not a function.
12903         (value_ptr, value_vec): Remove typedefs.
12904         (class thread_info) <stack_temporaries_enabled>: Now bool.
12905         <stack_temporaries>: Now a std::vector.
12906         (thread_stack_temporaries_enabled_p)
12907         (value_in_thread_stack_temporaries): Return bool.
12908
12909 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
12910
12911         * remote.c (putpkt_binary): Fix omitted bytes reporting.
12912         (getpkt_or_notif_sane_1): Likewise.
12913
12914 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
12915
12916         * build-id.c (build_id_to_debug_bfd): Use std::string.
12917
12918 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
12919
12920         * build-id.c (find_separate_debug_file_by_buildid): Return
12921         std::string.
12922         * build-id.h (find_separate_debug_file_by_buildid): Return
12923         std::string.
12924         * coffread.c (coff_symfile_read): Adjust to std::string.
12925         * elfread.c (elf_symfile_read): Adjust to std::string.
12926         * symfile.c (separate_debug_file_exists): Change parameter to
12927         std::string.
12928         (find_separate_debug_file): Return std::string.
12929         (find_separate_debug_file_by_debuglink): Return std::string.
12930         * symfile.h (find_separate_debug_file_by_debuglink): Return
12931         std::string.
12932
12933 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
12934
12935         * common/xml-utils.c (xml_escape_text): Move code to...
12936         (xml_escape_text_append): ... this new function.
12937         * common/xml-utils.h (xml_escape_text_append): New declaration.
12938         * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
12939         New function.
12940         (_initialize_xml_utils): register test_xml_escape_text_append as
12941         a selftest.
12942
12943 2018-03-07  Alan Hayward  <alan.hayward@arm.com>
12944
12945         * defs.h: Remove MAX_REGISTER_SIZE.
12946         * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
12947         asserts.
12948         * python/py-unwind.c (pyuw_sniffer): Likewise.
12949
12950 2018-03-07  Tom Tromey  <tom@tromey.com>
12951
12952         * linux-tdep.c (linux_info_proc): Update.
12953         * target.h (struct target_ops) <to_fileio_readlink>: Return
12954         optional<string>.
12955         (target_fileio_readlink): Return optional<string>.
12956         * remote.c (remote_hostio_readlink): Return optional<string>.
12957         * inf-child.c (inf_child_fileio_readlink): Return
12958         optional<string>.
12959         * target.c (target_fileio_readlink): Return optional<string>.
12960
12961 2018-03-07  Andrew Burgess  <andrew.burgess@embecosm.com>
12962
12963         * regcache.c (cooked_read_test): Add riscv to the list of
12964         architectures that have a save_reggroup.
12965
12966 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12967
12968         * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
12969         value is not a dynamic class object.
12970
12971 2018-03-06  Tom Tromey  <tom@tromey.com>
12972
12973         * rust-exp.y: Formatting fixes.
12974
12975 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
12976
12977         * riscv-tdep.c (riscv_register_name): Remove target description
12978         support.
12979         (riscv_gdbarch_init): Remove target description check.
12980
12981 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
12982
12983         * riscv-tdep.c: Remove 'Contributed by ...' lines from header
12984         comment.
12985         * riscv-tdep.h: Likewise.
12986
12987 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
12988
12989         * riscv-tdep.c (riscv_pseudo_register_read): Delete.
12990         (riscv_pseudo_register_write): Delete.
12991         (riscv_gdbarch_init): Remove all use of pseudo registers.
12992
12993 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
12994
12995         * record-btrace.c (btrace_print_lines): Replace cleanup
12996         parameter with RAII equivalents.
12997         (btrace_insn_history): Replace cleanup with RAII equivalents.
12998         * ui-out.h (make_cleanup_ui_out_list_begin_end,
12999         make_cleanup_ui_out_tuple_begin_end): Remove.
13000         * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
13001         make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
13002         make_cleanup_ui_out_list_begin_end): Remove.
13003
13004 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
13005
13006         * record-btrace.c (record_btrace_maybe_mark_async_event): Change
13007         parameter types to std::vector.  Use bool.
13008         (record_btrace_wait): Replace VEC(tp_t) with
13009         std::vector<thread_info *>.
13010         * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
13011
13012 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
13013
13014         * record-btrace.c (record_btrace_disable_callback): Remove.
13015         (struct scoped_btrace_disable): New.
13016         (record_btrace_open): Use scoped_btrace_disable.
13017
13018 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13019
13020         * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
13021         reading values from registers.
13022
13023 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13024
13025         * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
13026         where appropriate.
13027
13028 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13029
13030         * riscv-tdep.c (riscv_print_arg_location): Add header comment,
13031         change parameter type.  Use GDB's print functions, and use
13032         core_addr_to_string where appropriate.
13033         (riscv_push_dummy_call): Use core_addr_to_string where
13034         appropriate, update call to riscv_print_arg_location, and reindent
13035         a few lines.
13036         (riscv_return_value): Update call to riscv_print_arg_location.
13037
13038 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13039             Tim Newsome <tim@sifive.com>
13040             Albert Ou <a0u@eecs.berkeley.edu>
13041             Darius Rad <darius@bluespec.com>
13042
13043         * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
13044         (HFILES_NO_SRCDIR): Add riscv-tdep.h.
13045         (ALLDEPFILES): Add riscv-tdep.c
13046         * configure.tgt: Add riscv support.
13047         * riscv-tdep.c: New file.
13048         * riscv-tdep.h: New file.
13049         * NEWS: Mention new target.
13050         * MAINTAINERS: Add entry for riscv.
13051
13052 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13053
13054         * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
13055         fields within aggregates.
13056
13057 2018-03-04  Simon Marchi  <simon.marchi@polymtl.ca>
13058
13059         * record-btrace.c (btrace_print_lines): Change type of flags to
13060         gdb_disassembly_flags.
13061
13062 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
13063
13064         * fbsd-nat.c: Include "inf-ptrace.h".
13065         (USE_SIGTRAP_SIGINFO): Conditionally define.
13066         [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
13067         (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
13068         [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
13069         function.
13070         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
13071         Likewise.
13072         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
13073         Likewise.
13074         (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
13075         "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
13076         "supports_stopped_by_hw_breakpoint" target methods.
13077
13078 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
13079
13080         * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
13081         * fbsd-nat.c (debug_fbsd_nat): New variable.
13082         (show_fbsd_nat_debug): New function.
13083         (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
13084         (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
13085
13086 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
13087
13088         * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
13089         * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
13090         prototype.
13091         * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
13092         (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
13093         method.
13094
13095 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
13096
13097         * common/gdb_vecs.c (free_char_ptr_vec): Remove.
13098         * common/gdb_vecs.h (free_char_ptr_vec): Remove.
13099
13100 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
13101
13102         * charset.c (struct charset_vector): New.
13103         (charsets): Change type to charset_vector.
13104         (find_charset_names): Adjust.
13105         (add_one): Adjust.
13106         (_initialize_charset): Adjust.
13107
13108 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
13109
13110         * progspace.h (struct program_space) <deleted_solibs>: Change
13111         type to std::vector<std::string>.
13112         * progspace.c (clear_program_space_solib_cache): Adjust.
13113         * breakpoint.c (print_solib_event): Adjust.
13114         (check_status_catch_solib): Adjust.
13115         * solib.c (update_solib_list): Adjust.
13116         * ui-out.h (class ui_out) <field_string>: New overload.
13117         * ui-out.c (ui_out::field_string): New overload.
13118
13119 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
13120
13121         * progspace.h (struct program_space): Add constructor and
13122         destructor, initialize fields.
13123         (add_program_space): Remove.
13124         * progspace.c (add_program_space): Rename to...
13125         (program_space::program_space): ... this.
13126         (release_program_space): Rename to...
13127         (program_space::~program_space): ... this.
13128         (delete_program_space): Use delete to delete program_space.
13129         (initialize_progspace): Use new to allocate program_space.
13130         * inferior.c (add_inferior_with_spaces): Likewise.
13131         (clone_inferior_command): Likewise.
13132         * infrun.c (follow_fork_inferior): Likewise.
13133         (handle_vfork_child_exec_or_exit): Likewise.
13134
13135 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
13136
13137         * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
13138         (delim_string_to_char_ptr_vec): Return std::vector of
13139         gdb::unique_xmalloc_ptr.
13140         (dirnames_to_char_ptr_vec_append): Take std::vector of
13141         gdb::unique_xmalloc_ptr.
13142         (dirnames_to_char_ptr_vec): Return std::vector of
13143         gdb::unique_xmalloc_ptr.
13144         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
13145         Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
13146         (delim_string_to_char_ptr_vec): Return an std::vector of
13147         gdb::unique_xmalloc_ptr, adjust the code.
13148         (dirnames_to_char_ptr_vec_append): Take an std::vector of
13149         gdb::unique_xmalloc_ptr, adjust the code.
13150         (dirnames_to_char_ptr_vec): Return an std::vector of
13151         gdb::unique_xmalloc_ptr, adjust the code.
13152         * auto-load.c (auto_load_safe_path_vec): Change type to
13153         std::vector of gdb::unique_xmalloc_ptr.
13154         (auto_load_expand_dir_vars): Return an std::vector of
13155         gdb::unique_xmalloc_ptr, adjust the code.
13156         (auto_load_safe_path_vec_update): Adjust.
13157         (filename_is_in_auto_load_safe_path_vec): Adjust.
13158         (auto_load_objfile_script_1): Adjust.
13159         * build-id.c (build_id_to_debug_bfd): Adjust.
13160         * linux-thread-db.c (thread_db_load_search): Adjust.
13161         * source.c (add_path): Adjust.
13162         (openp): Adjust.
13163         * symfile.c (find_separate_debug_file): Adjust.
13164         * utils.c (do_free_char_ptr_vec): Remove.
13165         (make_cleanup_free_char_ptr_vec): Remove.
13166
13167 2018-03-01  Sergio Durigan Junior  <sergiodj@redhat.com>
13168
13169         PR gdb/22907
13170         * common/pathstuff.c: Conditionally include "<windows.h>".
13171
13172 2018-03-01  Georg Sauthoff  <mail@georg.so>
13173
13174         PR gdb/22888
13175         * gcore.in: Quote variables and switch interpreter to bash.
13176
13177 2018-03-01  Tom Tromey  <tom@tromey.com>
13178
13179         * dwarf2read.c (alloc_discriminant_info): Fix default_index
13180         assertion.  Add assertion for discriminant_index.
13181         (quirk_rust_enum): Use correct base type name in univariant case.
13182
13183 2018-03-01  Simon Marchi  <simon.marchi@ericsson.com>
13184
13185         * record.c (get_call_history_modifiers): Return a
13186         record_print_flags.
13187         (cmd_record_call_history): Adjust.
13188         * record-btrace.c (record_btrace_call_history): Adjust.
13189         (record_btrace_call_history_range): Adjust.
13190         (record_btrace_call_history_from): Adjust.
13191         * target-debug.h (target_debug_print_record_print_flags): New.
13192         * target-delegates.c: Re-generate.
13193         * target.c (target_call_history): Change flags type.
13194         (target_call_history_from): Likewise.
13195         (target_call_history_range): Likewise.
13196         * target.h (struct target_ops) <target_call_history>: Likewise.
13197         (target_call_history_from): Likewise.
13198         (target_call_history_range): Likewise.
13199
13200 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
13201             Simon Marchi  <simon.marchi@polymtl.ca>
13202
13203         * common/common-utils.c: Include "sys/stat.h".
13204         (is_regular_file): Move here from "source.c"; change return
13205         type to "bool".
13206         * common/common-utils.h (is_regular_file): New prototype.
13207         * common/pathstuff.c (contains_dir_separator): New function.
13208         * common/pathstuff.h (contains_dir_separator): New prototype.
13209         * source.c: Don't include "sys/stat.h".
13210         (is_regular_file): Move to "common/common-utils.c".
13211
13212 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
13213
13214         * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
13215         (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
13216         * auto-load.c: Include "common/pathstuff.h".
13217         * common/common-def.h (current_directory): Move here.
13218         * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
13219         function.
13220         * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
13221         prototype.
13222         * common/pathstuff.c: New file.
13223         * common/pathstuff.h: New file.
13224         * compile/compile.c: Include "common/pathstuff.h".
13225         * defs.h (current_directory): Move to "common/common-defs.h".
13226         * dwarf2read.c: Include "common/pathstuff.h".
13227         * exec.c: Likewise.
13228         * guile/scm-safe-call.c: Likewise.
13229         * linux-thread-db.c: Likewise.
13230         * main.c: Likewise.
13231         * nto-tdep.c: Likewise.
13232         * objfiles.c: Likewise.
13233         * source.c: Likewise.
13234         * symtab.c: Likewise.
13235         * utils.c: Include "common/pathstuff.h".
13236         (gdb_realpath): Move to "common/pathstuff.c".
13237         (gdb_realpath_keepfile): Likewise.
13238         (gdb_abspath): Likewise.
13239         * utils.h (gdb_realpath): Move to "common/pathstuff.h".
13240         (gdb_realpath_keepfile): Likewise.
13241         (gdb_abspath): Likewise.
13242
13243 2018-02-28  John Baldwin  <jhb@FreeBSD.org>
13244
13245         * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
13246         wildcard process pid for super_resume for kernels with a
13247         specific bug.
13248
13249 2018-02-27  Phil Muldoon  <pmuldoon@redhat.com>
13250
13251         * compile/compile.c (get_args): Add additional comments
13252         explaining function.
13253
13254 2018-02-27  Simon Marchi  <simon.marchi@polymtl.ca>
13255             Tom Tromey  <tom@tromey.com>
13256
13257         * target.h (memory_write_request_s): Remove typedef.  Don't define
13258         VEC.
13259         (target_write_memory_blocks): Change argument to std::vector.
13260         (struct memory_write_request): Add constructor.
13261         * target-memory.c (compare_block_starting_address): Return bool.
13262         Change argument types.
13263         (claim_memory): Change arguments to use std::vector.
13264         (split_regular_and_flash_blocks, blocks_to_erase)
13265         (compute_garbled_blocks): Likewise.
13266         (cleanup_request_data, cleanup_write_requests_vector): Remove.
13267         (target_write_memory_blocks): Change argument to std::vector.
13268         * symfile.c (struct load_section_data): Add constructor and
13269         destructor.  Use std::vector for "requests".
13270         (struct load_progress_data): Add initializers.
13271         (load_section_callback): Update.  Use "new".
13272         (clear_memory_write_data): Remove.
13273         (generic_load): Update.
13274
13275 2018-02-27  Alan Hayward  <alan.hayward@arm.com>
13276
13277         * arch/aarch64.h: Use common/tdesc.h.
13278
13279 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
13280
13281         * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
13282         architecture with a 64-bit ABI.
13283
13284 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
13285
13286         * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
13287         ahead of target description loading.
13288
13289 2018-02-26  Tom Tromey  <tom@tromey.com>
13290
13291         * stack.c (backtrace_command_1): Update.
13292         * python/python-internal.h (gdbpy_apply_frame_filter): Change type
13293         of "flags".
13294         * python/py-framefilter.c (py_print_frame)
13295         (gdbpy_apply_frame_filter): Change type of "flags".
13296         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
13297         of "flags".
13298         (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
13299         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
13300         * extension.h (enum frame_filter_flag): Rename from
13301         frame_filter_flags.
13302         (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
13303         (apply_ext_lang_frame_filter): Change type of "flags".
13304         * extension.c (apply_ext_lang_frame_filter): Change type of
13305         "flags".
13306         * extension-priv.h (struct extension_language_ops)
13307         <apply_frame_filter>: Change type of "flags".
13308
13309 2018-02-26  Tom Tromey  <tom@tromey.com>
13310
13311         PR python/16497:
13312         * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag.  Fix
13313         off-by-one in py_end computation.
13314         * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
13315         PRINT_MORE_FRAMES.
13316         * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
13317         constant.
13318
13319 2018-02-26  Tom Tromey  <tom@tromey.com>
13320
13321         * dwarf2read.c (struct variant_field): New.
13322         (struct nextfield) <variant>: New field.
13323         (dwarf2_add_field): Handle DW_TAG_variant_part.
13324         (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
13325         discriminated union.
13326         (read_structure_type): Handle DW_TAG_variant_part.
13327         (handle_struct_member_die): New function, extracted from
13328         process_structure_scope.  Handle DW_TAG_variant.
13329         (process_structure_scope): Handle discriminated unions.  Call
13330         handle_struct_member_die.
13331
13332 2018-02-26  Tom Tromey  <tom@tromey.com>
13333
13334         * rust-lang.h (rust_last_path_segment): Declare.
13335         * rust-lang.c (rust_last_path_segment): Now public.  Change
13336         contract.
13337         (struct disr_info): Remove.
13338         (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
13339         (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
13340         (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
13341         (rust_enum_p, rust_enum_variant): New function.
13342         (rust_underscore_fields): Remove "offset" parameter.
13343         (rust_print_enum): New function.
13344         (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
13345         <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
13346         (rust_print_struct_def): Add "for_rust_enum" parameter.  Handle
13347         enums.
13348         (rust_internal_print_type): New function, from rust_print_type.
13349         Remove enum code.
13350         (rust_print_type): Call rust_internal_print_type.
13351         (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
13352         Update enum handling.
13353         * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
13354         (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
13355         (rust_union_quirks): New functions.
13356         (process_full_comp_unit, process_full_type_unit): Call
13357         rust_union_quirks.
13358         (process_structure_scope): Update rust_unions if necessary.
13359
13360 2018-02-26  Tom Tromey  <tom@tromey.com>
13361
13362         * value.h (value_union_variant): Declare.
13363         * valops.c (value_union_variant): New function.
13364         * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
13365         (struct discriminant_info): New.
13366         (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
13367         enumerator.
13368         (struct main_type) <flag_discriminated_union>: New field.
13369
13370 2018-02-26  Tom Tromey  <tom@tromey.com>
13371
13372         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13373         unittests/unpack-selftests.c.
13374         * unittests/unpack-selftests.c: New file.
13375         * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
13376
13377 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13378
13379         * dwarf2read.c (struct partial_die_info) <read>: New method.
13380         (read_partial_die): Remove the declaration.
13381         (load_partial_dies): Update.
13382         (partial_die_info::partial_die_info):
13383         (read_partial_die): Change it to partial_die_info::read.
13384
13385 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13386
13387         * dwarf2read.c (struct partial_die_info) <fixup>: New method.
13388         (fixup_partial_die): Remove declaration.
13389         (scan_partial_symbols): Update.
13390         (partial_die_parent_scope): Likewise.
13391         (partial_die_full_name): Likewise.
13392         (fixup_partial_die): Change it to partial_die_info::fixup.
13393
13394 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13395
13396         * dwarf2read.c (read_partial_die): Update the declaration.
13397         (load_partial_dies): Caller update.
13398         (read_partial_die): Remove one argument abbrev_len.
13399
13400 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13401
13402         * dwarf2read.c (struct partial_die_info): Add ctor, delete
13403         assignment operator.
13404         (load_partial_dies): Use ctor and copy ctor.
13405         (read_partial_die): Update.
13406         (dwarf2_cu::find_partial_die): Use ctor.
13407
13408 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13409
13410         * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
13411         (find_partial_die_in_comp_unit): Change it to
13412         dwarf2_cu::find_partial_die.
13413         (find_partial_die): Update.
13414
13415 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13416
13417         * dwarf2read.c (read_partial_die): Remove the code checking abbrev
13418         is NULL.
13419
13420 2018-02-26  Yao Qi  <yao.qi@linaro.org>
13421
13422         * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
13423
13424 2018-02-26  Alan Hayward  <alan.hayward@arm.com>
13425
13426         * arch/amd64.h: Use common/tdesc.h.
13427         * arch/i386.c: Likewise.
13428         * arch/i386.h: Likewise.
13429         * arch/tic6x.c: Likewise.
13430         * arch/tdesc.h: Move file from here...
13431         * common/tdesc.h: ...to here.
13432         * features/aarch64-core.c: Regenerate.
13433         * features/aarch64-fpu.c: Regenerate.
13434         * features/i386/32bit-avx.c: Regenerate.
13435         * features/i386/32bit-avx512.c: Regenerate.
13436         * features/i386/32bit-core.c: Regenerate.
13437         * features/i386/32bit-linux.c: Regenerate.
13438         * features/i386/32bit-mpx.c: Regenerate.
13439         * features/i386/32bit-pkeys.c: Regenerate.
13440         * features/i386/32bit-sse.c: Regenerate.
13441         * features/i386/64bit-avx.c: Regenerate.
13442         * features/i386/64bit-avx512.c: Regenerate.
13443         * features/i386/64bit-core.c: Regenerate.
13444         * features/i386/64bit-linux.c: Regenerate.
13445         * features/i386/64bit-mpx.c: Regenerate.
13446         * features/i386/64bit-pkeys.c: Regenerate.
13447         * features/i386/64bit-segments.c: Regenerate.
13448         * features/i386/64bit-sse.c: Regenerate.
13449         * features/i386/x32-core.c: Regenerate.
13450         * features/tic6x-c6xp.c: Regenerate.
13451         * features/tic6x-core.c: Regenerate.
13452         * features/tic6x-gp.c: Regenerate.
13453         * target-descriptions.c: Use common/tdesc.h.
13454         * target-descriptions.h: Likewise.
13455
13456 2018-02-24  Tom Tromey  <tom@tromey.com>
13457
13458         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
13459         (try_thread_db_load_from_dir, thread_db_load_search): Use
13460         std::string.
13461         (info_auto_load_libthread_db_compare): Return bool.  Change
13462         argument types.
13463         (info_auto_load_libthread_db): Use std::vector, std::string.
13464         Remove cleanups.
13465
13466 2018-02-24  Tom Tromey  <tom@tromey.com>
13467
13468         * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
13469         std::string.
13470         * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
13471         std::string*.
13472         * gdbarch.c: Rebuild.
13473         * gdbarch.h: Rebuild.
13474         * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
13475         * arch-utils.h (default_fast_tracepoint_valid_at): Update.
13476         * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
13477         std::string*.
13478
13479 2018-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
13480
13481         * gdbtypes.h (sect_offset): Change type to uint64_t.
13482         (sect_offset_str): New function.
13483         * dwarf2read.c (create_addrmap_from_aranges): Use
13484         sect_offset_str.
13485         (error_check_comp_unit_head): Likewise.
13486         (create_debug_type_hash_table): Likewise.
13487         (read_cutu_die_from_dwo): Likewise.
13488         (init_cutu_and_read_dies): Likewise.
13489         (init_cutu_and_read_dies_no_follow): Likewise.
13490         (process_psymtab_comp_unit_reader): Likewise.
13491         (partial_die_parent_scope): Likewise.
13492         (peek_die_abbrev): Likewise.
13493         (process_queue): Likewise.
13494         (dwarf2_physname): Likewise.
13495         (read_namespace_alias): Likewise.
13496         (read_import_statement): Likewise.
13497         (create_dwo_cu_reader): Likewise.
13498         (create_cus_hash_table): Likewise.
13499         (lookup_dwo_cutu): Likewise.
13500         (inherit_abstract_dies): Likewise.
13501         (read_func_scope): Likewise.
13502         (read_call_site_scope): Likewise.
13503         (dwarf2_add_member_fn): Likewise.
13504         (read_common_block): Likewise.
13505         (read_module_type): Likewise.
13506         (read_typedef): Likewise.
13507         (read_subrange_type): Likewise.
13508         (load_partial_dies): Likewise.
13509         (read_partial_die): Likewise.
13510         (find_partial_die): Likewise.
13511         (read_str_index): Likewise.
13512         (dwarf2_string_attr): Likewise.
13513         (build_error_marker_type): Likewise.
13514         (lookup_die_type): Likewise.
13515         (dump_die_shallow): Likewise.
13516         (follow_die_ref): Likewise.
13517         (dwarf2_fetch_die_loc_sect_off): Likewise.
13518         (dwarf2_fetch_constant_bytes): Likewise.
13519         (follow_die_sig): Likewise.
13520         (get_signatured_type): Likewise.
13521         (get_DW_AT_signature_type): Likewise.
13522         (dwarf2_find_containing_comp_unit): Likewise.
13523         (set_die_type): Likewise.
13524
13525 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
13526
13527         * arch/aarch64.c: Include "common-defs.h".
13528         * arch/amd64.c: Likewise.
13529         * arch/i386.c: Likewise.
13530
13531 2018-02-21  Tom Tromey  <tom@tromey.com>
13532
13533         * value.h: (extract_field_op): Update.
13534         * eval.c (extract_field_op): Return a const char *.
13535         * expression.h (parse_expression_for_completion): Update.
13536         * completer.c (complete_expression): Update.
13537         (add_struct_fields): Make fieldname const.
13538         * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
13539         (mark_completion_tag, parse_exp_in_context_1): Update.
13540         (parse_expression_for_completion): Change "name" to
13541         unique_xmalloc_ptr*.
13542
13543 2018-02-21  Tom Tromey  <tom@tromey.com>
13544
13545         * infcall.c (call_function_by_hand_dummy): Use std::vector.
13546
13547 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13548
13549         * avr-tdep.c (avr_read_pc): Change parameter type to
13550         readable_regcache.
13551         * gdbarch.sh (read_pc): Likewise.
13552         * gdbarch.c: Re-generated.
13553         * gdbarch.h: Re-generated.
13554         * hppa-tdep.c (hppa_read_pc): Change parameter type to
13555         readable_regcache.
13556         * ia64-tdep.c (ia64_read_pc): Likewise.
13557         * mips-tdep.c (mips_read_pc): Likewise.
13558         * spu-tdep.c (spu_read_pc): Likewise.
13559
13560 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13561
13562         * Makefile.in (COMMON_SFILES): Add regcache-dump.c
13563         * regcache-dump.c: New file.
13564         * regcache.c: Move register_dump to regcache-dump.c.
13565         (maintenance_print_registers): Likewise.
13566         (maintenance_print_raw_registers): Likewise.
13567         (maintenance_print_cooked_registers): Likewise.
13568         (maintenance_print_register_groups): Likewise.
13569         (maintenance_print_remote_registers): Likewise.
13570         (_initialize_regcache): Likewise.
13571         * regcache.h (register_dump): Moved from regcache.c.
13572
13573 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13574
13575         * regcache.c (regcache::regcache): Update.
13576         (regcache::invalidate): Move it to detached_regcache::invalidate.
13577         (get_thread_arch_aspace_regcache): Update.
13578         (regcache::raw_update): Update.
13579         (regcache::cooked_read): Remove some code.
13580         (regcache::cooked_read_value): Likewise.
13581         (regcache::raw_write): Remove assert on m_readonly_p.
13582         (regcache::raw_supply_integer): Move it to
13583         detached_regcache::raw_supply_integer.
13584         (regcache::raw_supply_zeroed): Likewise.
13585         * regcache.h (detached_regcache) <raw_supply_integer>: New
13586         declaration.
13587         <raw_supply_zeroed, invalidate>: Likewise.
13588         (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
13589         <invalidate>: Likewise.
13590         <m_readonly_p>: Removed.
13591
13592 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13593
13594         * infcmd.c (get_return_value): Let stop_regs point to
13595         get_current_regcache.
13596         * regcache.c (regcache::regcache): Remove.
13597         (register_dump_reg_buffer): New class.
13598         (regcache_print): Adjust.
13599         * regcache.h (regcache): Remove constructors.
13600
13601 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13602
13603         * regcache.c (class register_dump): New class.
13604         (register_dump_regcache, register_dump_none): New class.
13605         (register_dump_remote, register_dump_groups): New class.
13606         (regcache_print): Update.
13607         * regcache.h (regcache_dump_what): Move it to regcache.c.
13608         (regcache) <dump>: Remove.
13609
13610 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13611
13612         * jit.c (struct jit_unwind_private) <regcache>: Change its type to
13613          reg_buffer_rw *.
13614         (jit_unwind_reg_set_impl): Call raw_supply.
13615         (jit_frame_sniffer): Use reg_buffer_rw.
13616         * record-full.c (record_full_core_regbuf): Change its type.
13617         (record_full_core_open_1): Use reg_buffer_rw.
13618         (record_full_close): Likewise.
13619         (record_full_core_fetch_registers): Use regcache->raw_supply.
13620         (record_full_core_store_registers): Likewise.
13621         * regcache.c (regcache::get_register_status): Move it to
13622         reg_buffer.
13623         (regcache_raw_set_cached_value): Remove.
13624         (regcache::raw_set_cached_value): Remove.
13625         (regcache::raw_write): Call raw_supply.
13626         (regcache::raw_supply): Move it to reg_buffer_rw.
13627         * regcache.h (regcache_raw_set_cached_value): Remove.
13628         (reg_buffer_rw): New class.
13629
13630 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13631
13632         * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
13633         readonly_detached_regcache.
13634         (dummy_frame_prev_register): Use regcache->cooked_read.
13635         * frame.c (frame_save_as_regcache): Change return type.
13636         (frame_pop): Update.
13637         * frame.h (frame_save_as_regcache): Update declaration.
13638         * inferior.h (get_infcall_suspend_state_regcache): Update
13639         declaration.
13640         * infrun.c (infcall_suspend_state) <registers>: use
13641         readonly_detached_regcache.
13642         (save_infcall_suspend_state): Don't use regcache_dup.
13643         (get_infcall_suspend_state_regcache): Change return type.
13644         * linux-fork.c (struct fork_info) <savedregs>: Change to
13645         readonly_detached_regcache.
13646         <pc>: New field.
13647         (fork_save_infrun_state): Don't use regcache_dup.
13648         (info_checkpoints_command): Adjust.
13649         * mi/mi-main.c (register_changed_p): Update declaration.
13650         (mi_cmd_data_list_changed_registers): Use
13651         readonly_detached_regcache.
13652         (register_changed_p): Change parameter type to
13653         readonly_detached_regcache.
13654         * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
13655         readonly_detached_regcache.
13656         (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
13657         * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
13658         New.
13659         (regcache::save): Move it to reg_buffer.
13660         (regcache::restore): Change parameter type.
13661         (regcache_dup): Remove.
13662         * regcache.h (reg_buffer) <save>: New method.
13663         (readonly_detached_regcache): New class.
13664         * spu-tdep.c (spu2ppu_cache) <regcache>: Use
13665         readonly_detached_regcache.
13666         (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
13667
13668 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13669
13670         * frame.c (frame_save_as_regcache): Use regcache method save.
13671         (frame_pop): Use regcache method restore.
13672         * infrun.c (restore_infcall_suspend_state): Likewise.
13673         * linux-fork.c (fork_load_infrun_state): Likewise.
13674         * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
13675         save.
13676         * regcache.c (regcache_save): Remove.
13677         (regcache::restore): More asserts.
13678         (regcache_cpy): Remove.
13679         * regcache.h (regcache_save): Remove the declaration.
13680         (regcache::restore): Move from private to public.
13681         Remove the friend declaration of regcache_cpy.
13682         (regcache_cpy): Remove declaration.
13683
13684 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13685
13686         * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
13687         parameter type to 'readable_regcache *'.
13688         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
13689         * arm-tdep.c (arm_neon_quad_read): Likewise.
13690         (arm_pseudo_read): Likewise.
13691         * avr-tdep.c (avr_pseudo_register_read): Likewise.
13692         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
13693         * frv-tdep.c (frv_pseudo_register_read): Likewise.
13694         * gdbarch.c: Re-generated.
13695         * gdbarch.h: Re-generated.
13696         * gdbarch.sh (pseudo_register_read): Change parameter type to
13697         'readable_regcache *'.
13698         (pseudo_register_read_value): Likewise.
13699         * h8300-tdep.c (pseudo_from_raw_register): Likewise.
13700         (h8300_pseudo_register_read): Likewise.
13701         * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
13702         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
13703         (i386_pseudo_register_read_into_value): Likewise.
13704         (i386_pseudo_register_read_value): Likewise.
13705         * i386-tdep.h (i386_pseudo_register_read_into_value): Update
13706         declaration.
13707         * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
13708         * m32c-tdep.c (m32c_raw_read): Likewise.
13709         (m32c_read_flg): Likewise.
13710         (m32c_banked_register): Likewise.
13711         (m32c_banked_read): Likewise.
13712         (m32c_sb_read): Likewise.
13713         (m32c_part_read): Likewise.
13714         (m32c_cat_read): Likewise.
13715         (m32c_r3r2r1r0_read): Likewise.
13716         (m32c_pseudo_register_read): Likewise.
13717         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
13718         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
13719         (mep_pseudo_cr64_read): Likewise.
13720         (mep_pseudo_register_read): Likewise.
13721         * mips-tdep.c (mips_pseudo_register_read): Likewise.
13722         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
13723         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
13724         * regcache.c (regcache::raw_read): Move it to readable_regcache.
13725         (regcache::cooked_read): Likewise.
13726         (regcache::cooked_read_value): Likewise.
13727         (regcache_cooked_read_signed):
13728         (regcache::cooked_read): Likewise.
13729         * regcache.h (readable_regcache): New class.
13730         (regcache): Inherit readable_regcache.  Move some methods to
13731         readable_regcache.
13732         * rl78-tdep.c (rl78_pseudo_register_read): Change
13733         parameter type to 'readable_regcache *'.
13734         * rs6000-tdep.c (do_regcache_raw_read): Remove.
13735         (e500_pseudo_register_read): Change parameter type to
13736         'readable_regcache *'.
13737         (dfp_pseudo_register_read): Likewise.
13738         (vsx_pseudo_register_read): Likewise.
13739         (efpr_pseudo_register_read): Likewise.
13740         * s390-tdep.c (s390_pseudo_register_read): Likewise.
13741         * sh-tdep.c (sh_pseudo_register_read): Likewise.
13742         * sh64-tdep.c (pseudo_register_read_portions): Likewise.
13743         (sh64_pseudo_register_read): Likewise.
13744         * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
13745         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
13746         * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
13747         (spu_pseudo_register_read): Likewise.
13748         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
13749         (xtensa_pseudo_register_read): Likewise.
13750
13751 2018-02-21  Yao Qi  <yao.qi@linaro.org>
13752
13753         * regcache.c (regcache::regcache): Call reg_buffer ctor.
13754         (regcache::arch): Move it to reg_buffer::arch.
13755         (regcache::register_buffer): Likewise.
13756         (regcache::assert_regnum): Likewise.
13757         (regcache::num_raw_registers): Likewise.
13758         * regcache.h (reg_buffer): New class.
13759         (regcache): Inherit reg_buffer.
13760
13761 2018-02-20  Simon Marchi  <simon.marchi@ericsson.com>
13762
13763         * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
13764         gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
13765
13766 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
13767
13768         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
13769
13770 2018-02-19  Alan Hayward  <alan.hayward@arm.com>
13771
13772         * Makefile.in: (COMMON_SFILES): Add common/*.c files.
13773         (SFILES): Remove common/*.c files.
13774         (COMMON_OBS): Remove some *.o files built from common/*.c files.
13775         * common/common.host: Add common reference.
13776         * configure.ac: Likewise.
13777         * configure: Regenerate.
13778
13779 2018-02-16  Yao Qi  <yao.qi@linaro.org>
13780
13781         * block.c (block_namespace_info): Inherit allocate_on_obstack.
13782         (block_initialize_namespace): Use new.
13783         * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
13784         (dwarf2_free_objfile): Use delete.
13785         * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
13786         (copy_type_recursive): Use new.
13787         * gdb_obstack.h (allocate_on_obstack): New.
13788
13789 2018-02-15  Yao Qi  <yao.qi@linaro.org>
13790
13791         PR gdb/22849
13792         * inferior.c (exit_inferior_1): Reset inf->control.
13793
13794 2018-02-15  Joel Brobecker  <brobecker@adacore.com>
13795
13796         * ada-lang.c (ada_to_fixed_value_create): Delete advance
13797         declaration.
13798
13799 2018-02-14  Pedro Alves  <palves@redhat.com>
13800
13801         * frame-unwind.c (frame_unwind_try_unwinder): Always call
13802         frame_cleanup_after_sniffer on exception.
13803
13804 2018-02-14  Tom Tromey  <tom@tromey.com>
13805
13806         * solist.h (struct target_so_ops) <bfd_open>: Make pathname
13807         const.
13808         (solib_bfd_open): Make pathname const.
13809         * solib.c (solib_bfd_open): Make pathname const.
13810         * solib-spu.c (spu_bfd_fopen): Make name const.
13811         (spu_bfd_open): Make pathname const.
13812         * solib-darwin.c (darwin_bfd_open): Make pathname const.
13813         * solib-aix.c (solib_aix_bfd_open): Make pathname const.
13814
13815 2018-02-14  Tom Tromey  <tom@tromey.com>
13816
13817         * symfile.c (symfile_bfd_open): Update.
13818         * source.h (openp, source_full_path_of, find_and_open_source):
13819         Change argument type to unique_xmalloc_ptr.
13820         * source.c (openp): Take a unique_xmalloc_ptr.
13821         (source_full_path_of, find_and_open_source): Likewise.
13822         (open_source_file, symtab_to_fullname): Update.
13823         * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
13824         unique_xmalloc_ptr.
13825         * solib.c (solib_find_1): Use unique_xmalloc_ptr.
13826         (exec_file_find): Update.
13827         * psymtab.c (psymtab_to_fullname): Update.
13828         * nto-tdep.h (nto_find_and_open_solib): Update.
13829         * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
13830         unique_xmalloc_ptr.
13831         * exec.c (exec_file_attach): Update.
13832         * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
13833         * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
13834
13835 2018-02-14  Tom Tromey  <tom@tromey.com>
13836
13837         * solib.c: Include source.h.
13838         * nto-tdep.c: Include source.h.
13839         * mi/mi-cmd-env.c: Include source.h.
13840         * infcmd.c: Include source.h.
13841         * exec.c: Include source.h.
13842         * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
13843         (add_path, directory_switch, source_path, init_source_path): Move
13844         declarations...
13845         * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
13846         (add_path, directory_switch, source_path, init_source_path):
13847         ...here.
13848
13849 2018-02-14  Tom Tromey  <tom@tromey.com>
13850
13851         * solist.h (exec_file_find, solib_find): Return
13852         unique_xmalloc_ptr.
13853         (solib_bfd_fopen): Take a const char *.
13854         * solib.c (solib_find_1): Return unique_xmalloc_ptr.
13855         (exec_file_find, solib_find): Likewise.
13856         (solib_bfd_fopen): Do not take ownership of "pathname".
13857         (solib_bfd_open): Use unique_xmalloc_ptr.
13858         * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
13859         * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
13860         * infrun.c (follow_exec): Use unique_xmalloc_ptr.
13861         * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
13862
13863 2018-02-14  Joel Brobecker  <brobecker@adacore.com>
13864
13865         * ada-lang.c (name_match_type_from_name): Remove reference to
13866         ada_name_for_lookup in function's documentation.
13867         * ada-lang.h (ada_name_for_lookup): Delete declaration.
13868
13869 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
13870
13871         * defs.h (enum openp_flags): New enum.
13872         (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
13873         Move to enum openp_flags.
13874         (openp_flags): New enum flags.
13875         (openp): Change parameter type to openp_flags.
13876         * source.c (openp): Change parameter type to openp_flags.
13877         * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
13878         * dwarf2read.c (try_open_dwop_file): Use openp_flags.
13879
13880 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
13881
13882         * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
13883         per-command.
13884
13885 2018-02-12  Andrew Burgess  <andrew.burgess@embecosm.com>
13886
13887         * dwarf2read.c (dwarf2_release_queue): Delete function, move body
13888         into...
13889         (class dwarf2_queue_guard): ...the destructor of this new class.
13890         (dw2_do_instantiate_symtab): Create instance of the new class
13891         dwarf2_queue_guard, remove cleanup.
13892
13893 2018-02-09  Tom Tromey  <tom@tromey.com>
13894
13895         * source.c (find_source_lines): Don't reference past the end of
13896         the vector.
13897
13898 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13899
13900         * remote.c (remote_btrace_maybe_reopen): Change error message.
13901         * btrace.c (btrace_enable): Likewise.
13902         (parse_xml_btrace): Likewise.
13903         (parse_xml_btrace_conf): Likewise.
13904
13905 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13906
13907         * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
13908         (linux_enable_pt, linux_enable_bts): Call
13909         diagnose_perf_event_open_fail.
13910
13911 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13912
13913         * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
13914         Remove parameter and change return type.  Update callers.  Move it.
13915         (linux_enable_bts, linux_enable_pt): Improve error message.
13916         (linux_enable_pt): Remove zero buffer size check.
13917         (linux_enable_btrace): Improve error messages.  Remove NULL return
13918         check.
13919
13920 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13921
13922         * btrace.c (btrace_enable): Remove target_supports_btrace call.
13923         * nat/linux-btrace.c (perf_event_pt_event_type): Move.
13924         (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
13925         (linux_supports_pt, linux_supports_btrace): Remove.
13926         (linux_enable_bts): Call cpu_supports_bts.
13927         * nat/linux-btrace.h (linux_supports_btrace): Remove.
13928         * remote.c (remote_supports_btrace): Remove.
13929         (init_remote_ops): Remove remote_supports_btrace.
13930         * target-delegates.c: Regenerated.
13931         * target.c (target_supports_btrace): Remove.
13932         * target.h (target_ops) <to_supports_btrace>: Remove
13933         (target_supports_btrace): Remove.
13934         * x86-linux-nat.c (x86_linux_create_target): Remove
13935         linux_supports_btrace.
13936
13937 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13938
13939         * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
13940         btrace failed.
13941         * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
13942         exception and use message in own exception.
13943
13944 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13945
13946         * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
13947         (perf_event_pt_event_type): Use gdb_file_up.
13948         (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
13949         scoped_fd, and scoped_mmap.
13950
13951 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13952
13953         * common/scoped_mmap.h: New.
13954         * unittests/scoped_mmap-selftest.c: New.
13955         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13956         unittests/scoped_mmap-selftest.c.
13957
13958 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
13959
13960         * common/scoped_fd.h: New.
13961         * unittests/scoped_fd-selftest.c: New.
13962         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13963         unittests/scoped_fd-selftest.c.
13964
13965 2018-02-09  Tom Tromey  <tom@tromey.com>
13966
13967         * auto-load.c (auto_load_section_scripts): Use
13968         gdb::unique_xmalloc_ptr.
13969
13970 2018-02-09  Tom Tromey  <tom@tromey.com>
13971
13972         * auto-load.c (execute_script_contents): Use std::string.
13973
13974 2018-02-09  Joel Brobecker  <brobecker@adacore.com>
13975
13976         * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
13977         Python function, rather than a new command.
13978
13979 2018-02-08  Tom Tromey  <tom@tromey.com>
13980
13981         * solib.c (solib_find_1): Use std::string.
13982         (solib_bfd_fopen): Use unique_xmalloc_ptr.
13983
13984 2018-02-08  Tom Tromey  <tom@tromey.com>
13985
13986         * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
13987
13988 2018-02-08  Tom Tromey  <tom@tromey.com>
13989
13990         * source.c (find_source_lines): Use gdb::def_vector.
13991
13992 2018-02-08  Tom Tromey  <tom@tromey.com>
13993
13994         * macrocmd.c (struct temporary_macro_definition): New.
13995         (macro_define_command): Use temporary_macro_definition.  Remove
13996         cleanups.
13997         (free_macro_definition_ptr): Remove.
13998
13999 2018-02-08  Tom Tromey  <tom@tromey.com>
14000
14001         * macroexp.c (maybe_expand): Use std::string.
14002
14003 2018-02-08  Tom Tromey  <tom@tromey.com>
14004
14005         * macroexp.c (struct macro_buffer): Add initializers for some
14006         members.
14007         (init_buffer, init_shared_buffer, free_buffer)
14008         (free_buffer_return_text): Remove.
14009         (macro_buffer): New constructors.
14010         (~macro_buffer): New destructor.
14011         (macro_buffer::set_shared): New method.
14012         (macro_buffer::resize_buffer, macro_buffer::appendc)
14013         (macro_buffer::appendmem): Now methods, not free functions.
14014         (set_token, append_tokens_without_splicing, stringify)
14015         (macro_stringify): Update.
14016         (gather_arguments): Change return type.  Remove argc_p argument,
14017         add args_ptr argument.  Use std::vector.
14018         (substitute_args): Remove argc argument.  Accept std::vector.
14019         (expand): Update.  Use std::vector.
14020         (scan, macro_expand, macro_expand_next): Update.
14021
14022 2018-02-08  Tom Tromey  <tom@tromey.com>
14023
14024         * symtab.c (default_collect_symbol_completion_matches_break_on):
14025         Use unique_xmalloc_ptr.
14026         * macroscope.h: (sal_macro_scope, user_macro_scope)
14027         (default_macro_scope): Return unique_xmalloc_ptr.
14028         * macroscope.c (sal_macro_scope, user_macro_scope)
14029         (default_macro_scope): Return unique_xmalloc_ptr.
14030         * macroexp.h (macro_expand, macro_expand_once): Return
14031         unique_xmalloc_ptr.
14032         * macroexp.c (macro_expand, macro_expand_once): Return
14033         unique_xmalloc_ptr.
14034         * macrocmd.c (macro_expand_command, macro_expand_once_command)
14035         (info_macro_command, info_macros_command): Use
14036         unique_xmalloc_ptr.
14037         * compile/compile-c-support.c (write_macro_definitions): Use
14038         unique_xmalloc_ptr.
14039         * c-exp.y (c_parse): Use unique_xmalloc_ptr.
14040
14041 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
14042
14043         * value.c (value_static_field): Assign field type instead of
14044         containing type when returning an optimized out value.
14045
14046 2018-02-06  Yao Qi  <yao.qi@linaro.org>
14047
14048         * ft32-tdep.c (ft32_read_pc): Remove.
14049         (ft32_write_pc): Remove.
14050         (ft32_gdbarch_init): Update.
14051         * m32r-tdep.c (m32r_read_pc): Remove.
14052         (m32r_gdbarch_init): Update.
14053         * mep-tdep.c (mep_read_pc): Remove.
14054         (mep_gdbarch_init): Update.
14055         * microblaze-tdep.c (microblaze_write_pc): Remove.
14056         (microblaze_gdbarch_init): Update.
14057         * mn10300-tdep.c (mn10300_read_pc): Remove.
14058         (mn10300_write_pc): Remove.
14059         (mn10300_gdbarch_init): Update.
14060         * moxie-tdep.c (moxie_read_pc): Remove.
14061         (moxie_write_pc): Remove.
14062         (moxie_gdbarch_init): Update.
14063
14064 2018-02-06  Yao Qi  <yao.qi@linaro.org>
14065
14066         * expprint.c (print_subexp_standard): Handle
14067         OP_F77_UNDETERMINED_ARGLIST.
14068         (dump_subexp_body_standard): Likewise.
14069
14070 2018-02-05  Alan Hayward  <alan.hayward@arm.com>
14071
14072         * target-descriptions.c (tdesc_element_visitor) Add empty
14073         implementations.
14074         (tdesc_type): Move make_gdb_type from here.
14075         (tdesc_type_builtin): Likewise.
14076         (tdesc_type_vector): Likewise.
14077         (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
14078         (make_gdb_type_struct): Move from tdesc_type_with_fields.
14079         (make_gdb_type_union): Likewise.
14080         (make_gdb_type_flags): Likewise.
14081         (make_gdb_type_enum): Likewise.
14082         (make_gdb_type): New function.
14083         (tdesc_register_type): Use static make_gdb_type.
14084
14085 2018-02-05  Ruslan Kabatsayev <b7.10110111@gmail.com>
14086
14087         * infcmd.c (default_print_one_register_info): Align natural-format
14088         column values consistently one under another.
14089         (pad_to_column): New function.
14090
14091 2018-02-05  Joel Brobecker  <brobecker@adacore.com>
14092
14093         * dwarf2read.c (dwarf2_physname): Move commment.
14094
14095 2018-02-01  Leszek Swirski  <leszeks@google.com>
14096
14097         * varobj.c (varobj_formatted_print_options): Allow recursive
14098         pretty printing if pretty printing is enabled.
14099
14100 2018-02-01  Leszek Swirski  <leszeks@google.com>
14101
14102         * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
14103         names after a structop as a filename.
14104
14105 2018-02-01  Yao Qi  <yao.qi@linaro.org>
14106
14107         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
14108         (arm_record_coproc_data_proc): Likewise.
14109
14110 2018-02-01  Yao Qi  <yao.qi@linaro.org>
14111
14112         * arm-tdep.c (arm_record_extension_space): Change ret to signed.
14113
14114 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
14115
14116         * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
14117         assign shifted lr_reg to fdata->lr_register when lr_reg is set.
14118
14119 2018-01-31  Pedro Alves  <palves@redhat.com>
14120
14121         * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
14122         * inflow.c (child_terminal_save_inferior): Wrap reference to
14123         tcgetpgrp in HAVE_TERMIOS_H.
14124         (child_interrupt, child_pass_ctrlc): Wrap references to signal in
14125         _WIN32.
14126         * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
14127         always iterate over all inferiors.
14128         (gdbsim_cntrl_c): Adjust.
14129         * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
14130
14131 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
14132
14133         * gdbtypes.c (lookup_array_range_type): Make sure the array's
14134         index type is objfile-owned if the element type is as well.
14135
14136 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
14137
14138         GDB 8.1 released.
14139
14140 2018-01-30  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14141
14142         * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
14143         "features/s390x-linux64.c".
14144         (_initialize_s390_linux_tdep): Remove initialization of tdescs
14145         s390_linux32 and s390x_linux64.
14146         (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
14147         default tdesc.
14148         * s390-tdep.c: Include "features/s390-linux32.c" and
14149         "features/s390x-linux64.c".
14150         (s390_tdesc_valid): Add check for tdesc_has_registers.
14151         (s390_gdbarch_init): Make sure there is always a valid tdesc.
14152         (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
14153         tdesc_s390x_linux64.
14154         * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
14155         tdesc_s390x_linux64 to...
14156         * s390-tdep.h: ...here.
14157
14158 2018-01-30  Pedro Alves  <palves@redhat.com>
14159
14160         PR gdb/13211
14161         * config.in, configure: Regenerate.
14162         * configure.ac: Check for getpgid.
14163         * go32-nat.c (go32_pass_ctrlc): New.
14164         (go32_target): Install it.
14165         * inf-child.c (inf_child_target): Install
14166         child_terminal_save_inferior, child_pass_ctrlc and
14167         child_interrupt.
14168         * inf-ptrace.c (inf_ptrace_interrupt): Delete.
14169         (inf_ptrace_target): No longer install it.
14170         * infcmd.c (interrupt_target_1): Adjust.
14171         * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
14172         (child_interrupt): Declare.
14173         (inferior::terminal_state): New.
14174         * inflow.c (struct terminal_info): Update comments.
14175         (inferior_process_group): Delete.
14176         (terminal_is_ours): Delete.
14177         (gdb_tty_state): New.
14178         (child_terminal_init): Adjust.
14179         (is_gdb_terminal, sharing_input_terminal_1)
14180         (sharing_input_terminal): New functions.
14181         (child_terminal_inferior): Adjust.  Use sharing_input_terminal.
14182         Set the process's actual process group in the foreground if
14183         possible.  Handle is_ours_for_output/is_ours distinction.  Don't
14184         mark terminal as the inferior's if not sharing GDB's terminal.
14185         Don't check attach_flag.
14186         (child_terminal_ours_for_output, child_terminal_ours): Adjust to
14187         pass down a target_terminal_state.
14188         (child_terminal_save_inferior): New, factored out from ...
14189         (child_terminal_ours_1): ... this.  Handle
14190         target_terminal_state::is_ours_for_output.
14191         (child_interrupt, child_pass_ctrlc): New.
14192         (inflow_inferior_exit): Clear the inferior's terminal_state.
14193         (copy_terminal_info): Copy the inferior's terminal state.
14194         (_initialize_inflow): Remove reference to terminal_is_ours.
14195         * inflow.h (inferior_process_group): Delete.
14196         * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
14197         * procfs.c (procfs_target): Don't install procfs_interrupt.
14198         (procfs_interrupt): Delete.
14199         * remote.c (remote_serial_quit_handler): Adjust.
14200         (remote_interrupt): Remove ptid parameter.  Adjust.
14201         * target-delegates.c: Regenerate.
14202         * target.c: Include "terminal.h".
14203         (target_terminal::terminal_state): Rename to ...
14204         (target_terminal::m_terminal_state): ... this.
14205         (target_terminal::init): Adjust.
14206         (target_terminal::inferior): Adjust to per-inferior
14207         terminal_state.
14208         (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
14209         (target_terminal::ours, target_terminal::ours_for_output): Use
14210         target_terminal_is_ours_kind.
14211         (target_interrupt): Remove ptid parameter.  Adjust.
14212         (default_target_pass_ctrlc): Adjust.
14213         * target.h (target_ops::to_terminal_save_inferior): New field.
14214         (target_ops::to_interrupt): Remove ptid_t parameter.
14215         (target_interrupt): Remove ptid_t parameter.  Update comment.
14216         (target_pass_ctrlc): Update comment.
14217         * target/target.h (target_terminal_state): New scoped enum,
14218         factored out of ...
14219         (target_terminal::terminal_state): ... here.
14220         (target_terminal::inferior): Update comments.
14221         (target_terminal::restore_inferior): New.
14222         (target_terminal::is_inferior, target_terminal::is_ours)
14223         (target_terminal::is_ours_for_output): Adjust.
14224         (target_terminal::scoped_restore_terminal_state): Adjust to
14225         rename, and call restore_inferior() instead of inferior().
14226         (target_terminal::scoped_restore_terminal_state::m_state): Change
14227         type.
14228         (target_terminal::terminal_state): Rename to ...
14229         (target_terminal::m_terminal_state): ... this and change type.
14230
14231 2018-01-30  Pedro Alves  <palves@redhat.com>
14232
14233         * linux-nat.c (wait_for_signal): New function.
14234         (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
14235         directly.
14236         (async_terminal_is_ours)
14237         (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
14238         (linux_nat_add_target): Don't override
14239         to_terminal_inferior/to_terminal_ours.
14240
14241 2018-01-29  Sergio Durigan Junior  <sergiodj@redhat.com>
14242
14243         * remote.c (remote_follow_fork): Don't call "detach_inferior".
14244
14245 2018-01-28  Simon Marchi  <simon.marchi@ericsson.com>
14246
14247         * dwarf2read.c (free_dwo_files): Add forward-declaration.
14248         (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
14249         dwarf2_per_objfile_free here.
14250         (dwarf2_per_objfile_free): Remove.
14251         (_initialize_dwarf2_read): Don't register
14252         dwarf2_per_objfile_free as a registry cleanup.
14253
14254 2018-01-27  Eli Zaretskii  <eliz@gnu.org>
14255
14256         Avoid compilation errors in MinGW native builds
14257
14258         The error is triggered by including python-internal.h, and the
14259         error message is:
14260
14261              In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
14262                       from build-gnulib/import/math.h:27,
14263                       from d:/usr/Python26/include/pyport.h:235,
14264                       from d:/usr/Python26/include/Python.h:58,
14265                       from python/python-internal.h:94,
14266                       from python/py-arch.c:24:
14267              d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
14268         using ::hypot;
14269                 ^~~~~
14270
14271         This happens because Python headers define 'hypot' to expand t
14272         '_hypot' in the Windows builds.
14273         * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
14274         'hypoth'.  This avoids a compilation error.
14275
14276 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
14277
14278         * MAINTAINERS (Write After Approval): Fix ordering.
14279
14280 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
14281
14282         * MAINTAINERS (Write After Approval): Add Alan Hayward.
14283
14284 2018-01-26  Alan Modra  <amodra@gmail.com>
14285
14286         * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
14287         (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
14288         Remove nop.  Make const.  Comment.
14289         (powerpc32_plt_stub_so_2): New.
14290         (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
14291         Correct count.  Update uses.
14292         (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
14293         Move common code reading PLT entry word.  Correct
14294         powerpc32_plt_stub PLT address calculation.
14295         * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
14296         (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
14297         (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
14298         (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
14299         (ppc64_standard_linkage8): Likewise.
14300         * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
14301         Correct insns description.
14302         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
14303
14304 2018-01-24  Pedro Alves  <palves@redhat.com>
14305
14306         GCC PR libstdc++/83906
14307         * gdbtypes.c (operator==(const dynamic_prop &,
14308         const dynamic_prop &)): New.
14309         (operator==(const range_bounds &, const range_bounds &)): New.
14310         (check_types_equal): Use them instead of memcmp.
14311         * gdbtypes.h (operator==(const dynamic_prop &,
14312         const dynamic_prop &)): Declare.
14313         (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
14314         (operator==(const range_bounds &, const range_bounds &)): Declare.
14315         (operator!=(const range_bounds &, const range_bounds &)): Declare.
14316
14317 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14318
14319         * s390-linux-tdep.c (s390_record_address_mask)
14320         (s390_record_calc_disp_common, s390_record_calc_disp)
14321         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
14322         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
14323         (s390_process_record): Move to s390-tdep.c.
14324         (s390_linux_init_abi_any): Adjust.
14325         * s390-tdep.c (s390_record_address_mask)
14326         (s390_record_calc_disp_common, s390_record_calc_disp)
14327         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
14328         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
14329         (s390_process_record): Moved from s390-linux-tdep.c
14330         (s390_gdbarch_init): Adjust.
14331
14332 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14333
14334         * s390-linux-nat.c (s390-tdep.h): New include.
14335         * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
14336         (HFILES_NO_SRCDIR): Add s390-tdep.h.
14337         (ALLDEPFILES): Add s390-tdep.c.
14338         * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
14339         * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
14340         * s390-tdep.h: ...this.  New file.
14341         * s390-linux-tdep.c (s390-tdep.h): New include.
14342         (_initialize_s390_tdep): Rename to...
14343         (_initialize_s390_linux_tdep): ...this and adjust.
14344         (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
14345         (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
14346         s390-tdep.h.
14347         (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
14348         (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
14349         (s390_is_partial_instruction, s390_software_single_step)
14350         (is_non_branch_ril, s390_displaced_step_copy_insn)
14351         (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
14352         (s390_prologue_data, s390_addr, s390_store, s390_load)
14353         (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
14354         (s390_register_call_saved, s390_guess_tracepoint_registers)
14355         (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
14356         (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
14357         (s390_pseudo_register_name, s390_pseudo_register_type)
14358         (s390_pseudo_register_read, s390_pseudo_register_write)
14359         (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
14360         (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
14361         (s390_addr_bits_remove, s390_address_class_type_flags)
14362         (s390_address_class_type_flags_to_name)
14363         (s390_address_class_name_to_type_flags, s390_effective_inner_type)
14364         (s390_function_arg_float, s390_function_arg_vector)
14365         (is_power_of_two, s390_function_arg_integer, s390_arg_state)
14366         (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
14367         (s390_frame_align, s390_register_return_value, s390_return_value)
14368         (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
14369         (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
14370         (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
14371         (s390_trad_frame_prev_register, s390_unwind_cache)
14372         (s390_prologue_frame_unwind_cache)
14373         (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
14374         (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
14375         (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
14376         (s390_stub_frame_this_id, s390_stub_frame_prev_register)
14377         (s390_stub_frame_sniffer, s390_stub_frame_unwind)
14378         (s390_frame_base_address, s390_local_base_address)
14379         (s390_frame_base, s390_gcc_target_options)
14380         (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
14381         (s390_validate_reg_range, s390_tdesc_valid)
14382         (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
14383         * s390-tdep.c: ...this.  New file.
14384
14385 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14386
14387         * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
14388         (s390_process_record, s390_gdbarch_tdep_alloc)
14389         (s390_linux_init_abi_any): Use/set new hook.
14390
14391 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14392
14393         * s390-linux-tdep.c (osabi.h): New include.
14394         (s390_linux_init_abi_31, s390_linux_init_abi_64)
14395         (s390_linux_init_abi_any): New functions.
14396         (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
14397
14398 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14399
14400         * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
14401         tdesc_has_registers check
14402
14403 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14404
14405         * s390-linux-tdep.c (s390_tdesc_valid): New function.
14406         (s390_validate_reg_range): New macro.
14407         (s390_gdbarch_init): Adjust.
14408
14409 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14410
14411         * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
14412         (s390_gdbarch_tdep_alloc): Adjust.
14413         (s390_gdbarch_init): Adjust.
14414
14415 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14416
14417         * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
14418         <have_tdb>: Change type to bool.
14419         (s390_gdbarch_tdep_alloc): Adjust.
14420         (s390_gdbarch_init): Adjust.
14421
14422 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14423
14424         * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
14425         (gdbarch_tdep) <have_upper, have_vx>: New fields.
14426         (s390_gdbarch_tdep_alloc): New function.
14427         (s390_gdbarch_init): Allocate tdep at start and use its fields
14428         instead of separate variables.
14429
14430 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
14431
14432         * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
14433         when looking for cached gdbarch and add comment for remaining.
14434
14435 2018-01-22  Pedro Alves  <palves@redhat.com>
14436             Sergio Durigan Junior  <sergiodj@redhat.com>
14437
14438         * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
14439         case.
14440
14441 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
14442
14443         * MAINTAINERS: Update my company e-mail address.
14444
14445 2018-01-22  Yao Qi  <yao.qi@linaro.org>
14446
14447         * regcache.c (cooked_write_test): New function.
14448         (_initialize_regcache): Register the test.
14449
14450 2018-01-22  Yao Qi  <yao.qi@linaro.org>
14451
14452         * ia64-tdep.c (ia64_pseudo_register_read): Call
14453         regcache->cooked_read instead of regcache_cooked_read_unsigned.
14454         * m32c-tdep.c (m32c_cat_read): Likewise.
14455         (m32c_r3r2r1r0_read): Likewise.
14456         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
14457         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
14458
14459 2018-01-22  Yao Qi  <yao.qi@linaro.org>
14460
14461         * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
14462         method raw_read instead of regcache_raw_read.
14463         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
14464         * arm-tdep.c (arm_neon_quad_read): Likewise.
14465         * avr-tdep.c (avr_pseudo_register_read): Likewise.
14466         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
14467         * frv-tdep.c (frv_pseudo_register_read): Likewise.
14468         * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
14469         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
14470         (i386_pseudo_register_read_into_value): Likewise.
14471         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
14472         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
14473         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
14474         * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
14475         * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
14476         * sparc-tdep.c (sparc32_pseudo_register_read):  Likewise.
14477         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
14478         * spu-tdep.c (spu_pseudo_register_read_spu):  Likewise.
14479         * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
14480
14481 2018-01-22  Yao Qi  <yao.qi@linaro.org>
14482
14483         * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
14484         * configure.tgt: Remove target mt.
14485         * mt-tdep.c: Remove.
14486         * regcache.c (cooked_read_test): Remove the check for mt.
14487
14488 2018-01-22  Yao Qi  <yao.qi@linaro.org>
14489
14490         * jit.c (jit_frame_prev_register): Call regcache::cooked_read
14491         instead of gdbarch_pseudo_register_read_value.
14492
14493 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
14494
14495         * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
14496         language is Ada.
14497
14498 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
14499
14500         * linespec.c (create_sals_line_offset): Remove code that preserved
14501         the symtab_and_line's line number.
14502
14503 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
14504
14505         * varobj.c (varobj_create): Don't set valid_block when creating a
14506         floating varobj.
14507
14508 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
14509
14510         * varobj.c (varobj_create): Remove out of date comment.
14511
14512 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
14513
14514         PR mi/20395
14515         * ada-exp.y (write_var_from_sym): Pass extra parameter when
14516         updating innermost block.
14517         * parse.c (innermost_block_tracker::update): Take extra type
14518         parameter, and check types match before updating innermost block.
14519         (write_dollar_variable): Update innermost block for registers.
14520         * parser-defs.h (enum innermost_block_tracker_type): New enum.
14521         (innermost_block_tracker::innermost_block_tracker): Initialise
14522         m_types member.
14523         (innermost_block_tracker::reset): Take type parameter.
14524         (innermost_block_tracker::update): Take type parameter, and pass
14525         type through as needed.
14526         (innermost_block_tracker::m_types): New member.
14527         * varobj.c (varobj_create): Pass type when reseting innermost
14528         block.
14529
14530 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
14531
14532         * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
14533         * ada-lang.c (resolve_subexp): Likewise.
14534         * breakpoint.c (set_breakpoint_condition) Likewise.
14535         (watch_command_1) Likewise.
14536         * c-exp.y (variable): Likewise.
14537         * d-exp.y (PrimaryExpression): Likewise.
14538         * f-exp.y (variable): Likewise.
14539         * go-exp.y (variable): Likewise.
14540         * m2-exp.y (variable): Likewise.
14541         * objfiles.c (objfile::~objfile): Likewise.
14542         * p-exp.y (variable): Likewise.
14543         * parse.c (innermost_block): Change type.
14544         * parser-defs.h (class innermost_block_tracker): New.
14545         (innermost_block): Change to innermost_block_tracker.
14546         * printcmd.c (display_command): Switch to innermost_block API.
14547         (do_one_display): Likewise.
14548         * rust-exp.y (do_one_display): Likewise.
14549         * symfile.c (clear_symtab_users): Likewise.
14550         * varobj.c (varobj_create): Switch to innermost_block API, replace
14551         use of innermost_block with block stored on varobj object.
14552
14553 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
14554
14555         * expression.h (innermost_block): Remove declaration.
14556         * varobj.c: Add 'parser-defs.h' include.
14557
14558 2018-01-19  Tom Tromey  <tom@tromey.com>
14559
14560         * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
14561         symbols in the static and global blocks.
14562
14563 2018-01-19  James Clarke  <jrtc27@jrtc27.com>
14564
14565         * nat/linux-ptrace.c: Remove unnecessary reinclusion of
14566         gdb_ptrace.h, and move including gdb_wait.h ...
14567         * nat/linux-ptrace.h: ... to here.
14568
14569 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
14570
14571         * inf-ptrace.c (inf_ptrace_detach): Adjust call to
14572         inf_ptrace_detach_success.
14573         (inf_ptrace_detach_success): Add inferior parameter, use it
14574         instead of inferior_ptid, pass it to detach_inferior.
14575         * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
14576         parameter.
14577         * inferior.c (detach_inferior): Add overload that takes an
14578         inferior object.
14579         * inferior.h (detach_inferior): Likewise.
14580         * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
14581         use inferior_ptid, adjust call to inf_ptrace_detach_success.
14582         * linux-thread-db.c (thread_db_detach): Use inf parameter.
14583
14584 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
14585
14586         * target.h (struct target_ops) <to_detach>: Add inferior
14587         parameter.
14588         (target_detach): Likewise.
14589         * target.c (dispose_inferior): Pass inferior down.
14590         (target_detach): Pass inferior down.  Assert that it is equal to
14591         the current inferior.
14592         * aix-thread.c (aix_thread_detach): Pass inferior down.
14593         * corefile.c (core_file_command): Pass current_inferior() down.
14594         * corelow.c (core_detach): Add inferior parameter.
14595         * darwin-nat.c (darwin_detach): Likewise.
14596         * gnu-nat.c (gnu_detach): Likewise.
14597         * inf-ptrace.c (inf_ptrace_detach): Likewise.
14598         * infcmd.c (detach_command): Pass current_inferior() down to
14599         target_detach.
14600         * infrun.c (follow_fork_inferior): Pass parent_inf to
14601         target_detach.
14602         (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
14603         target_detach.
14604         * linux-nat.c (linux_nat_detach): Add inferior parameter.
14605         * linux-thread-db.c (thread_db_detach): Likewise.
14606         * nto-procfs.c (procfs_detach): Likewise.
14607         * procfs.c (procfs_detach): Likewise.
14608         * record.c (record_detach): Likewise.
14609         * record.h (struct inferior): Forward-declare.
14610         (record_detach): Add inferior parameter.
14611         * remote-sim.c (gdbsim_detach): Likewise.
14612         * remote.c (remote_detach_1): Likewise.
14613         (remote_detach): Likewise.
14614         (extended_remote_detach): Likewise.
14615         * sol-thread.c (sol_thread_detach): Likewise.
14616         * target-debug.h (target_debug_print_inferior_p): New macro.
14617         * target-delegates.c: Re-generate.
14618         * top.c (kill_or_detach): Pass inferior down to target_detach.
14619         * windows-nat.c (windows_detach): Add inferior parameter.
14620
14621 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
14622
14623         * target.h (struct target_ops) <to_detach>: Remove args
14624         parameter.
14625         (target_detach): Likewise.
14626         * target.c (dispose_inferior): Adjust.
14627         (target_detach): Remove args parameter, adjust.
14628         * aix-thread.c (aix_thread_detach): Adjust.
14629         * corefile.c (core_file_command): Adjust.
14630         * corelow.c (core_detach): Adjust.
14631         * darwin-nat.c (darwin_detach): Adjust.
14632         * gnu-nat.c (gnu_detach): Adjust.
14633         * inf-ptrace.c (inf_ptrace_detach): Adjust.
14634         * infcmd.c (detach_command): Adjust
14635         * infrun.c (follow_fork_inferior): Adjust.
14636         (handle_vfork_child_exec_or_exit): Adjust.
14637         * linux-fork.c (linux_fork_detach): Remove args parameter.
14638         * linux-fork.h (linux_fork_detach): Likewise.
14639         * linux-nat.c (linux_nat_detach): Likewise, and adjust.
14640         * linux-thread-db.c (thread_db_detach): Likewise.
14641         * nto-procfs.c (procfs_detach): Likewise.
14642         * procfs.c (procfs_detach): Likewise.
14643         (do_detach): Remove signo parameter.
14644         * record.c (record_detach): Remove args parameter.
14645         * record.h (record_detach): Likewise.
14646         * remote-sim.c (gdbsim_detach): Likewise.
14647         * remote.c (remote_detach_1): Likewise.
14648         (remote_detach): Likewise.
14649         (extended_remote_detach): Likewise.
14650         * sol-thread.c (sol_thread_detach): Likewise.
14651         * target-delegates.c: Re-generate.
14652         * top.c (struct qt_args) <args>: Remove field.
14653         (kill_or_detach): Don't pass args.
14654         (quit_force): Don't set args.
14655         * windows-nat.c (windows_detach): Remove args parameter.
14656
14657 2018-01-19  Yao Qi  <yao.qi@linaro.org>
14658
14659         * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
14660         (arm_linux_init_abi): Install it.
14661
14662 2018-01-19  Yao Qi  <yao.qi@linaro.org>
14663
14664         * osabi.c (gdb_osabi_names): Extend the regexp for
14665         arm-linux-gnueabihf.
14666
14667 2018-01-18  Yao Qi  <yao.qi@linaro.org>
14668
14669         * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
14670         m_abbrevs.
14671         (abbrev_table::add_abbrev): Update.
14672         (abbrev_table::lookup_abbrev): Update.
14673
14674 2018-01-18  Yao Qi  <yao.qi@linaro.org>
14675
14676         * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
14677
14678 2018-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
14679
14680         * compile/compile.c (compile_to_object): Convert "triplet_rx"
14681         to "std::string".
14682
14683 2018-01-17  Tom Tromey  <tom@tromey.com>
14684
14685         * dwarf2read.c (symbolp): Remove typedef.  Don't instantiate VEC.
14686
14687 2018-01-17  Tom Tromey  <tom@tromey.com>
14688
14689         * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
14690         * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
14691         (create_array_type_with_stride): Update.
14692         * dwarf2read.c (set_die_type): Update.
14693
14694 2018-01-17  Tom Tromey  <tom@tromey.com>
14695
14696         * dwarf2read.c (delayed_method_info): Remove typedef.
14697         (dwarf2_cu::method_info): Now a std::vector.
14698         (add_to_method_list): Update.
14699         (free_delayed_list): Remove.
14700         (compute_delayed_physnames): Update.
14701         (process_full_comp_unit, process_full_type_unit): Clear the method
14702         list.  Remove cleanups.
14703         (psymtab_include_file_name): Add name_holder parameter.  Use
14704         unique_xmalloc_ptr.
14705         (dwarf_decode_lines): Update.
14706
14707 2018-01-17  Tom Tromey  <tom@tromey.com>
14708             Simon Marchi  <simon.marchi@ericsson.com>
14709
14710         * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
14711         (dwarf2_per_objfile::free_cached_comp_units)
14712         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
14713         (init_cutu_and_read_dies_no_follow): Update.
14714         (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
14715         (dwarf2_cu::~dwarf2_cu): New.
14716         (free_heap_comp_unit, free_stack_comp_unit): Remove.
14717         (age_cached_comp_units, free_one_cached_comp_unit): Update.
14718
14719 2018-01-17  Tom Tromey  <tom@tromey.com>
14720             Simon Marchi  <simon.marchi@ericsson.com>
14721
14722         * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
14723         (struct die_reader_specs) <abbrev_table>: New member.
14724         (struct abbrev_table): Add constructor.
14725         <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
14726         <abbrev_obstack>: Now an auto_obstack.
14727         (abbrev_table_up): New typedef.
14728         (init_cu_die_reader): Add abbrev_table parameter.
14729         (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
14730         Add result_dwo_abbrev_table.
14731         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
14732         (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
14733         Update.
14734         (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
14735         parameter.
14736         (skip_children): Update.
14737         (abbrev_table::alloc_abbrev): Rename from
14738         abbrev_table_alloc_abbrev.
14739         (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
14740         (abbrev_table::lookup_abbrev): Rename from
14741         abbrev_table_lookup_abbrev.
14742         (abbrev_table_read_table): Return abbrev_table_up.
14743         (abbrev_table_free, abbrev_table_free_cleanup)
14744         (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
14745         (load_partial_dies): Update.
14746
14747 2018-01-17  Tom Tromey  <tom@tromey.com>
14748
14749         * dwarf2read.c (dwarf2_compute_name): Update comment.
14750         (read_func_scope, read_variable): Update.
14751         (new_symbol): Remove.
14752         (new_symbol_full): Rename to new_symbol.
14753
14754 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
14755
14756         PR gdb/16577
14757         * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
14758         a warning instead of throwing an error, set section size to 0 and return
14759         NULL.
14760         * gdb_bfd.h (gdb_bfd_map_section): Update description.
14761
14762 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
14763
14764         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
14765         std::string.
14766         (linux_ptrace_attach_fail_reason_string): Likewise.
14767         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
14768         Likewise.
14769         (linux_ptrace_attach_fail_reason_string): Likewise.
14770         * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
14771
14772 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
14773
14774         * linux-nat.c (linux_nat_attach): Remove xstrdup.
14775
14776 2018-01-17  Eldar Abusalimov  <eldar.abusalimov@jetbrains.com>
14777
14778         PR gdb/21559
14779         * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
14780         checking for fs_base/gs_base fields in struct user_regs_struct.
14781         * configure: Regenerate.
14782
14783 2018-01-17  Yao Qi  <yao.qi@linaro.org>
14784
14785         * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
14786         function.
14787         (aarch64_linux_init_abi): Install it to gdbarch hook
14788         gcc_target_options.
14789
14790 2018-01-15  Pedro Alves  <palves@redhat.com>
14791
14792         * common/signals-state-save-restore.c
14793         (save_original_signals_state): Fix typos.
14794
14795 2017-01-12  Tom Tromey  <tom@tromey.com>
14796             Sergio Durigan Junior  <sergiodj@redhat.com>
14797
14798         * Makefile.in (install-only): Install gdb-add-index.
14799
14800 2018-01-12  John Baldwin  <jhb@FreeBSD.org>
14801
14802         * fbsd-tdep.c (KVE_PROTECTION): Correct value.
14803
14804 2018-01-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14805
14806         * infrun.c (keep_going_pass_signal): Clear step-over info when
14807         insert_breakpoints fails.
14808
14809 2018-01-11  Pedro Alves  <palves@redhat.com>
14810
14811         PR gdb/22583
14812         * infrun.c (resume): Rename to ...
14813         (resume_1): ... this.
14814         (resume): Reimplement as wrapper around resume_1.
14815
14816 2018-01-11  Pedro Alves  <palves@redhat.com>
14817
14818         PR remote/22597
14819         * remote.c (remote_parse_stop_reply): Default to the last-set
14820         general thread instead of to 'magic_null_ptid'.
14821
14822 2018-01-10  Pedro Alves  <palves@redhat.com>
14823
14824         * language.h (language_get_symbol_name_matcher): Rename ...
14825         (get_symbol_name_matcher): ... this.
14826         * language.c (language_get_symbol_name_matcher): Ditto.
14827         * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
14828         callers adjusted.
14829
14830 2018-01-10  Pedro Alves  <palves@redhat.com>
14831
14832         PR gdb/22670
14833         * dwarf2read.c
14834         (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
14835         Adjust to use language_get_symbol_name_matcher instead of
14836         language_defn::la_get_symbol_name_matcher.
14837         * language.c (language_get_symbol_name_matcher): If in Ada mode
14838         and the lookup name is a verbatim match, return Ada's matcher.
14839         * language.h (language_get_symbol_name_matcher): Adjust comment.
14840         (ada_lookup_name_info::verbatim_p):: New method.
14841
14842 2018-01-10  Pedro Alves  <palves@redhat.com>
14843
14844         PR gdb/22670
14845         * ada-lang.c (ada_collect_symbol_completion_matches): If the
14846         minsym's language is language_auto or language_cplus, pass down
14847         language_ada instead.
14848         * symtab.c (compare_symbol_name): Don't frob symbol language here.
14849
14850 2018-01-10  Pedro Alves  <palves@redhat.com>
14851
14852         PR gdb/22670
14853         * minsyms.c (linkage_name_str): New function.
14854         (iterate_over_minimal_symbols): Use it.
14855
14856 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
14857
14858         * NEWS: Document that 'info proc' now works on FreeBSD.
14859
14860 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
14861
14862         * configure.ac: Check for kinfo_getfile in libutil.
14863         * configure: Regenerate.
14864         * config.in: Regenerate.
14865         * fbsd-nat.c: Include "fbsd-tdep.h".
14866         (fbsd_fetch_cmdline): New.
14867         (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
14868         rather than calling error.
14869         (fbsd_info_proc): New.
14870         (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
14871         (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
14872         (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
14873
14874 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
14875
14876         * fbsd-nat.c (struct free_deleter): Remove.
14877         (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
14878
14879 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
14880
14881         * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
14882         NULL for an empty pathname.
14883
14884 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
14885
14886         * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
14887         (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
14888         (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
14889         (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
14890         (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
14891         (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
14892         (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
14893         (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
14894         (kinfo_proc_layout_32, kinfo_proc_layout_i386)
14895         (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
14896         (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
14897         (fbsd_core_fetch_timeval, fbsd_print_sigset)
14898         (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
14899         (fbsd_init_abi):  Install gdbarch "core_info_proc" method.
14900         * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
14901
14902 2018-01-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14903
14904         * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
14905         (gnu_xfer_auxv): New function.
14906         (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
14907         TARGET_OBJECT_AUXV.
14908
14909 2018-01-08  Yao Qi  <yao.qi@linaro.org>
14910             Simon Marchi  <simon.marchi@ericsson.com>
14911
14912         * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
14913         common/selftest.c.
14914         (COMMON_OBS): Remove selftest.o.
14915         * configure.ac: Append selftest-arch.c and common/selftest.c to
14916         CONFIG_SRCS.  Append selftest-arch.o and selftest.o to COMMON_OBS.
14917         * configure: Re-generated.
14918         * maint.c (maintenance_selftest): Wrap selftests::run_tests with
14919         GDB_SELF_TEST.
14920         (maintenance_info_selftests): Likewise.
14921
14922 2018-01-08  Xavier Roirand  <roirand@adacore.com>
14923
14924         * ada-valprint.c (val_print_packed_array_elements): Use
14925         proper number of elements when printing an array indexed
14926         by an enumeration type.
14927
14928 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
14929
14930         * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
14931         (dw2_get_file_names_reader): Adjust.
14932         (lookup_dwo_signatured_type): Adjust.
14933         (lookup_dwp_signatured_type): Adjust.
14934         (lookup_signatured_type): Adjust.
14935         (create_type_unit_group): Adjust.
14936         (get_type_unit_group): Adjust.
14937         (process_psymtab_comp_unit_reader): Adjust.
14938         (build_type_psymtabs_reader): Adjust.
14939         (scan_partial_symbols): Adjust.
14940         (add_partial_symbol): Adjust.
14941         (add_partial_subprogram): Adjust.
14942         (peek_die_abbrev): Adjust.
14943         (fixup_go_packaging): Adjust.
14944         (process_imported_unit_die): Adjust.
14945         (dwarf2_compute_name): Adjust.
14946         (dwarf2_physname): Adjust.
14947         (read_import_statement): Adjust.
14948         (handle_DW_AT_stmt_list): Adjust.
14949         (read_file_scope): Adjust.
14950         (read_func_scope): Adjust.
14951         (read_lexical_block_scope): Adjust.
14952         (read_call_site_scope): Adjust.
14953         (read_variable): Adjust.
14954         (dwarf2_rnglists_process): Adjust.
14955         (dwarf2_ranges_process): Adjust.
14956         (dwarf2_ranges_read): Adjust.
14957         (dwarf2_get_pc_bounds): Adjust.
14958         (dwarf2_record_block_ranges): Adjust.
14959         (dwarf2_add_field): Adjust.
14960         (dwarf2_add_member_fn): Adjust.
14961         (read_structure_type): Adjust.
14962         (process_structure_scope): Adjust.
14963         (read_enumeration_type): Adjust.
14964         (read_array_type): Adjust.
14965         (mark_common_block_symbol_computed): Adjust.
14966         (read_common_block): Adjust.
14967         (read_namespace_type): Adjust.
14968         (read_namespace): Adjust.
14969         (read_module_type): Adjust.
14970         (read_tag_pointer_type): Adjust.
14971         (read_tag_ptr_to_member_type): Adjust.
14972         (read_tag_string_type): Adjust.
14973         (read_subroutine_type): Adjust.
14974         (read_typedef): Adjust.
14975         (read_base_type): Adjust.
14976         (attr_to_dynamic_prop): Adjust.
14977         (read_subrange_type): Adjust.
14978         (read_unspecified_type): Adjust.
14979         (dwarf2_read_abbrevs): Adjust.
14980         (load_partial_dies): Adjust.
14981         (read_partial_die): Adjust.
14982         (find_partial_die): Adjust.
14983         (guess_partial_die_structure_name): Adjust.
14984         (fixup_partial_die): Adjust.
14985         (read_attribute_value): Adjust.
14986         (read_addr_index): Adjust.
14987         (read_addr_index_from_leb128): Adjust.
14988         (read_str_index): Adjust.
14989         (dwarf2_string_attr): Adjust.
14990         (get_debug_line_section): Adjust.
14991         (dwarf_decode_line_header): Adjust.
14992         (lnp_state_machine::check_line_address): Adjust.
14993         (dwarf_decode_lines_1): Adjust.
14994         (dwarf_decode_lines): Adjust.
14995         (dwarf2_start_symtab): Adjust.
14996         (var_decode_location): Adjust.
14997         (new_symbol_full): Adjust.
14998         (dwarf2_const_value_data): Adjust.
14999         (dwarf2_const_value_attr): Adjust.
15000         (dwarf2_const_value): Adjust.
15001         (die_type): Adjust.
15002         (die_containing_type): Adjust.
15003         (build_error_marker_type): Adjust.
15004         (lookup_die_type): Adjust.
15005         (guess_full_die_structure_name): Adjust.
15006         (anonymous_struct_prefix): Adjust.
15007         (determine_prefix): Adjust.
15008         (dwarf2_name): Adjust.
15009         (follow_die_ref_or_sig): Adjust.
15010         (follow_die_offset): Adjust.
15011         (follow_die_ref): Adjust.
15012         (follow_die_sig_1): Adjust.
15013         (follow_die_sig): Adjust.
15014         (get_signatured_type): Adjust.
15015         (get_DW_AT_signature_type): Adjust.
15016         (decode_locdesc): Adjust.
15017         (dwarf_decode_macros): Adjust.
15018         (cu_debug_loc_section): Adjust.
15019         (fill_in_loclist_baton): Adjust.
15020         (dwarf2_symbol_mark_computed): Adjust.
15021         (init_one_comp_unit): Don't assign
15022         dwarf2_cu::dwarf2_per_objfile.
15023         (set_die_type): Adjust.
15024
15025 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
15026
15027         * dwarf2read.c (struct mapped_debug_names): Add constructor.
15028         <dwarf2_per_objfile>: New field.
15029         (dwarf2_per_objfile): Remove global.
15030         (get_dwarf2_per_objfile): New function.
15031         (set_dwarf2_per_objfile): New function.
15032         (dwarf2_build_psymtabs_hard): Change objfile parameter to
15033         dwarf2_per_objfile.
15034         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
15035         (read_abbrev_offset): Likewise.
15036         (read_indirect_string): Likewise.
15037         (read_indirect_line_string): Likewise.
15038         (read_indirect_string_at_offset): Likewise.
15039         (read_indirect_string_from_dwz): Likewise.
15040         (dwarf2_find_containing_comp_unit): Change objfile parameter to
15041         dwarf2_per_objfile.
15042         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
15043         (create_all_comp_units): Change objfile parameter to
15044         dwarf2_per_objfile.
15045         (create_all_type_units): Likewise.
15046         (process_queue): Add dwarf2_per_objfile parameter.
15047         (read_and_check_comp_unit_head): Likewise.
15048         (lookup_dwo_unit_in_dwp): Likewise.
15049         (get_dwp_file): Likewise.
15050         (process_cu_includes): Likewise.
15051         (struct free_dwo_file_cleanup_data): New struct.
15052         (dwarf2_has_info): Use get_dwarf2_per_objfile and
15053         set_dwarf2_per_objfile.
15054         (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
15055         (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
15056         context, adjust calls.
15057         (dw2_instantiate_symtab): Likewise.
15058         (dw2_get_cutu): Add dwarf2_per_objfile parameter.
15059         (dw2_get_cu): Likewise.
15060         (create_cu_from_index_list): Change objfile parameter to
15061         dwarf2_per_objfile.
15062         (create_cus_from_index_list): Get dwarf2_per_objfile from
15063         context, adjust calls.
15064         (create_cus_from_index): Likewise.
15065         (create_signatured_type_table_from_index): Change objfile
15066         parameter to dwarf2_per_objfile.
15067         (create_signatured_type_table_from_debug_names): Change objfile
15068         parameter to dwarf2_per_objfile.
15069         (create_addrmap_from_index): Likewise.
15070         (create_addrmap_from_aranges): Likewise.
15071         (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
15072         (dw2_setup): Remove.
15073         (dw2_get_file_names_reader): Get dwarf2_per_objfile from
15074         context.
15075         (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
15076         get_dwarf2_per_objfile.
15077         (dw2_forget_cached_source_info): Likewise.
15078         (dw2_map_symtabs_matching_filename): Likewise.
15079         (struct dw2_symtab_iterator) <index>: Remove.
15080         <dwarf2_per_objfile>: New field.
15081         (dw2_symtab_iter_init): Replace index parameter with
15082         dwarf2_per_objfile.
15083         (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
15084         (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
15085         (dw2_print_stats): Likewise.
15086         (dw2_dump): Likewise.
15087         (dw2_expand_symtabs_for_function): Likewise.
15088         (dw2_expand_all_symtabs): Likewise.
15089         (dw2_expand_symtabs_with_fullname): Likewise.
15090         (dw2_expand_marked_cus): Replace index and objfile parameters
15091         with dwarf2_per_objfile.
15092         (dw_expand_symtabs_matching_file_matcher): Add
15093         dwarf2_per_objfile parameter and adjust calls.
15094         (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
15095         adjust calls.
15096         (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
15097         (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
15098         adjust calls.
15099         (create_cus_from_debug_names_list): Replace objfile parameter
15100         with dwarf2_per_objfile and adjust calls.
15101         (create_cus_from_debug_names): Likewise.
15102         (dwarf2_read_debug_names): Likewise.
15103         (mapped_debug_names::namei_to_name): Adjust call.
15104         (dw2_debug_names_iterator::next): Likewise.
15105         (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
15106         (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
15107         (dw2_debug_names_dump): Likewise.
15108         (dw2_debug_names_expand_symtabs_for_function): Likewise.
15109         (dw2_debug_names_expand_symtabs_matching): Likewise.
15110         (dwarf2_initialize_objfile): Likewise.
15111         (dwarf2_build_psymtabs): Likewise.
15112         (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
15113         this_cu.
15114         (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
15115         (read_and_check_comp_unit_head): Likewise.
15116         (read_abbrev_offset): Likewise.
15117         (create_debug_type_hash_table): Likewise.
15118         (create_debug_types_hash_table): Likewise.
15119         (create_all_type_units): Replace objfile parameter with
15120         dwarf2_per_objfile.
15121         (add_type_unit): Add dwarf2_per_objfile parameter.
15122         (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
15123         with dwarf2_per_objfile.
15124         (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
15125         (lookup_dwp_signatured_type): Likewise.
15126         (lookup_signatured_type): Likewise.
15127         (read_cutu_die_from_dwo): Likewise.
15128         (init_tu_and_read_dwo_dies): Likewise.
15129         (init_cutu_and_read_dies): Likewise.
15130         (init_cutu_and_read_dies_no_follow): Likewise.
15131         (allocate_type_unit_groups_table): Add objfile parameter.
15132         (create_type_unit_group): Use dwarf2_per_objfile from cu.
15133         (get_type_unit_group): Likewise.
15134         (process_psymtab_comp_unit): Update call.
15135         (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
15136         (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
15137         (print_tu_stats): Likewise.
15138         (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
15139         in void* parameter.
15140         (build_type_psymtabs): Change objfile parameter to
15141         dwarf2_per_objfile.
15142         (process_skeletonless_type_unit): Use dwarf2_per_objfile
15143         passed in void* parameter.
15144         (process_skeletonless_type_units): Change objfile parameter to
15145         dwarf2_per_objfile.
15146         (set_partial_user): Likewise.
15147         (dwarf2_build_psymtabs_hard): Likewise.
15148         (read_comp_units_from_section): Likewise.
15149         (create_all_comp_units): Likewise.
15150         (scan_partial_symbols): Update calls.
15151         (add_partial_symbol): Likewise.
15152         (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
15153         (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
15154         (process_queue): Add dwarf2_per_objfile parameter.
15155         (get_compunit_symtab): Use dwarf2_per_objfile from cu.
15156         (compute_compunit_symtab_includes): Likewise.
15157         (process_cu_includes): Add dwarf2_per_objfile parameter.
15158         (process_full_comp_unit): Use dwarf2_per_objfile from cu.
15159         (process_full_type_unit): Likewise.
15160         (process_imported_unit_die): Update call.
15161         (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
15162         (read_file_scope): Likewise.
15163         (allocate_dwo_file_hash_table): Add objfile parameter.
15164         (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
15165         (create_cus_hash_table): Likewise.
15166         (create_dwp_hash_table): Likewise.
15167         (create_dwo_unit_in_dwp_v1): Likewise.
15168         (create_dwp_v2_section): Likewise.
15169         (create_dwo_unit_in_dwp_v2): Likewise.
15170         (lookup_dwo_unit_in_dwp): Likewise.
15171         (try_open_dwop_file): Likewise.
15172         (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
15173         (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
15174         cleanup to include a reference to dwarf2_per_objfile.
15175         (open_dwp_file): Add dwarf2_per_objfile parameter.
15176         (open_and_init_dwp_file): Likewise.
15177         (get_dwp_file): Likewise.
15178         (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
15179         (queue_and_load_all_dwo_tus): Update call.
15180         (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
15181         data.
15182         (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
15183         (dwarf2_ranges_process): Likewise.
15184         (dwarf2_get_pc_bounds): Likewise.
15185         (mark_common_block_symbol_computed): Likewise.
15186         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
15187         (dwarf2_read_abbrevs): Update call.
15188         (read_partial_die): Use dwarf2_per_objfile from cu.
15189         (find_partial_die): Likewise.
15190         (fixup_partial_die): Likewise.
15191         (read_attribute_value): Likewise.
15192         (read_indirect_string_at_offset_from): Add objfile parameter.
15193         (read_indirect_string_at_offset): Add dwarf2_per_objfile
15194         parameter.
15195         (read_indirect_string_from_dwz): Add objfile parameter.
15196         (read_indirect_string): Add objfile parameter.
15197         (read_addr_index_1): Add dwarf2_per_objfile parameter.
15198         (read_addr_index): Use dwarf2_per_objfile from cu.
15199         (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
15200         call dw2_setup.
15201         (read_str_index): Use dwarf2_per_objfile from cu.
15202         (get_debug_line_section): Likewise.
15203         (read_formatted_entries): Add dwarf2_per_objfile parameter.
15204         (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
15205         (new_symbol_full): Use dwarf2_per_objfile from cu.
15206         (build_error_marker_type): Likewise.
15207         (lookup_die_type): Likewise.
15208         (determine_prefix): Likewise.
15209         (follow_die_offset): Likewise.
15210         (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
15211         (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
15212         (dwarf2_fetch_die_type_sect_off): Likewise.
15213         (dwarf2_get_die_type): Likewise.
15214         (follow_die_sig_1): Use dwarf2_per_objfile from cu.
15215         (get_signatured_type): Likewise.
15216         (get_DW_AT_signature_type): Likewise.
15217         (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
15218         (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
15219         (cu_debug_loc_section): Likewise.
15220         (fill_in_loclist_baton): Likewise.
15221         (dwarf2_symbol_mark_computed): Likewise.
15222         (dwarf2_find_containing_comp_unit): Change objfile parameter to
15223         dwarf2_per_objfile.
15224         (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
15225         parameter.
15226         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
15227         (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
15228         (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
15229         (set_die_type): Use dwarf2_free_objfile from cu.
15230         (get_die_type_at_offset): Likewise.
15231         (dwarf2_per_objfile_free): Don't assign global variable.
15232         (debug_names) <constructor>: Add dwarf2_per_objfile
15233         parameter, update m_debugstrlookup construction.
15234         (debug_names::debug_str_lookup): Add dwarf2_per_objfile
15235         parameter.
15236         <m_dwarf2_per_objfile>: New field.
15237         <lookup>: Use m_dwarf2_per_objfile.
15238         (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
15239         (psyms_seen_size): Likewise.
15240         (write_gdbindex): Replace objfile parameter with
15241         dwarf2_per_objfile.
15242         (write_debug_names): Likewise.
15243         (write_psymtabs_to_index): Likewise.
15244         (save_gdb_index_command): Use get_dwarf2_per_objfile, update
15245         calls.
15246
15247 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
15248
15249         * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
15250         <dwarf2_per_objfile>: New field.
15251         (struct dwarf2_per_cu_data) <objfile>: Remove.
15252         <dwarf2_per_objfile>: New field.
15253         (create_cu_from_index_list): Assign dwarf2_per_objfile instead
15254         of objfile.
15255         (create_signatured_type_table_from_index): Likewise.
15256         (create_debug_type_hash_table): Likewise.
15257         (fill_in_sig_entry_from_dwo_entry): Likewise.
15258         (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
15259         (create_type_unit_group): Assign dwarf2_per_objfile instead of
15260         objfile.
15261         (create_partial_symtab): Access objfile through
15262         dwarf2_per_objfile.
15263         (process_psymtab_comp_unit_reader): Likewise.
15264         (read_comp_units_from_section): Likewise.
15265         (scan_partial_symbols): Likewise.
15266         (add_partial_symbol): Likewise.
15267         (add_partial_subprogram): Likewise.
15268         (peek_die_abbrev): Likewise.
15269         (fixup_go_packaging): Likewise.
15270         (process_full_comp_unit): Likewise.
15271         (process_full_type_unit): Likewise.
15272         (process_imported_unit_die): Likewise.
15273         (dwarf2_compute_name): Likewise.
15274         (dwarf2_physname): Likewise.
15275         (read_import_statement): Likewise.
15276         (create_cus_hash_table): Assign dwarf2_physname instead of
15277         objfile.
15278         (read_func_scope): Access objfile through dwarf2_per_objfile.
15279         (read_lexical_block_scope): Likewise.
15280         (read_call_site_scope): Likewise.
15281         (read_variable): Likewise.
15282         (dwarf2_rnglists_process): Likewise.
15283         (dwarf2_ranges_process): Likewise.
15284         (dwarf2_ranges_read): Likewise.
15285         (dwarf2_record_block_ranges): Likewise.
15286         (dwarf2_add_field): Likewise.
15287         (dwarf2_add_member_fn): Likewise.
15288         (read_structure_type): Likewise.
15289         (process_structure_scope): Likewise.
15290         (read_enumeration_type): Likewise.
15291         (read_array_type): Likewise.
15292         (read_common_block): Likewise.
15293         (read_namespace_type): Likewise.
15294         (read_namespace): Likewise.
15295         (read_module_type): Likewise.
15296         (read_tag_pointer_type): Likewise.
15297         (read_tag_ptr_to_member_type): Likewise.
15298         (read_tag_string_type): Likewise.
15299         (read_subroutine_type): Likewise.
15300         (read_typedef): Likewise.
15301         (read_base_type): Likewise.
15302         (attr_to_dynamic_prop): Likewise.
15303         (read_subrange_type): Likewise.
15304         (read_unspecified_type): Likewise.
15305         (load_partial_dies): Likewise.
15306         (read_partial_die): Likewise.
15307         (find_partial_die): Likewise.
15308         (guess_partial_die_structure_name): Likewise.
15309         (fixup_partial_die): Likewise.
15310         (read_attribute_value): Likewise.
15311         (read_addr_index_from_leb128): Likewise.
15312         (dwarf2_read_addr_index): Likewise.
15313         (dwarf2_string_attr): Likewise.
15314         (lnp_state_machine::check_line_address): Likewise.
15315         (dwarf_decode_lines_1): Likewise.
15316         (dwarf_decode_lines): Likewise.
15317         (dwarf2_start_symtab): Likewise.
15318         (var_decode_location): Likewise.
15319         (new_symbol_full): Likewise.
15320         (dwarf2_const_value_data): Likewise.
15321         (dwarf2_const_value_attr): Likewise.
15322         (dwarf2_const_value): Likewise.
15323         (die_type): Likewise.
15324         (die_containing_type): Likewise.
15325         (lookup_die_type): Likewise.
15326         (guess_full_die_structure_name): Likewise.
15327         (anonymous_struct_prefix): Likewise.
15328         (dwarf2_name): Likewise.
15329         (follow_die_ref_or_sig): Likewise.
15330         (follow_die_offset): Likewise.
15331         (follow_die_ref): Likewise.
15332         (dwarf2_fetch_die_loc_sect_off): Likewise.
15333         (dwarf2_fetch_constant_bytes): Likewise.
15334         (dwarf2_fetch_die_type_sect_off): Likewise.
15335         (dwarf2_get_die_type): Likewise.
15336         (follow_die_sig): Likewise.
15337         (decode_locdesc): Likewise.
15338         (dwarf2_per_cu_objfile): Likewise.
15339         (dwarf2_per_cu_text_offset): Likewise.
15340         (init_one_comp_unit): Assign dwarf2_per_objfile instead of
15341         objfile.
15342         (set_die_type): Access objfile through
15343         dwarf2_per_objfile.
15344
15345 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
15346
15347         * valprint.c (converted_character_d): Remove typedef.
15348         (DEF_VEC_O (converted_character_d)): Remove.
15349         (count_next_character): Use std::vector.
15350         (print_converted_chars_to_obstack): Likewise.
15351         (generic_printstr): Likewise.
15352
15353 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
15354
15355         * xml-support.h (struct gdb_xml_value): Add constructor.
15356         <value>: Change type to unique_xmalloc_ptr.
15357         (gdb_xml_value_s): Remove typedef.
15358         (DEF_VEC_O (gdb_xml_value_s)): Remove.
15359         (gdb_xml_element_start_handler): Change parameter type to
15360         std::vector.
15361         (xml_find_attribute): Likewise.
15362         * xml-support.c (xml_find_attribute): Change parameter type to
15363         std::vector and adjust.
15364         (gdb_xml_values_cleanup): Remove.
15365         (gdb_xml_parser::start_element): Adjust to std::vector.
15366         (xinclude_start_include): Change paraeter type to std::vector
15367         and adjust.
15368         * btrace.c (check_xml_btrace_version): Likewise.
15369         (parse_xml_btrace_block): Likewise.
15370         (parse_xml_btrace_pt_config_cpu): Likewise.
15371         (parse_xml_btrace_pt): Likewise.
15372         (parse_xml_btrace_conf_bts): Likewise.
15373         (parse_xml_btrace_conf_pt): Likewise.
15374         * memory-map.c (memory_map_start_memory): Likewise.
15375         (memory_map_start_property): Likewise.
15376         * osdata.c (osdata_start_osdata): Likewise.
15377         (osdata_start_item): Likewise.
15378         (osdata_start_column): Likewise.
15379         * remote.c (start_thread): Likewise.
15380         * solib-aix.c (library_list_start_library): Likewise.
15381         (library_list_start_list): Likewise.
15382         * solib-svr4.c (library_list_start_library): Likewise.
15383         (svr4_library_list_start_list): Likewise.
15384         * solib-target.c (library_list_start_segment): Likewise.
15385         (library_list_start_section): Likewise.
15386         (library_list_start_library): Likewise.
15387         (library_list_start_list): Likewise.
15388         * tracepoint.c (traceframe_info_start_memory): Likewise.
15389         (traceframe_info_start_tvar): Likewise.
15390         * xml-syscall.c (syscall_start_syscall): Likewise.
15391         * xml-tdesc.c (tdesc_start_target): Likewise.
15392         (tdesc_start_feature): Likewise.
15393         (tdesc_start_reg): Likewise.
15394         (tdesc_start_union): Likewise.
15395         (tdesc_start_struct): Likewise.
15396         (tdesc_start_flags): Likewise.
15397         (tdesc_start_enum): Likewise.
15398         (tdesc_start_field): Likewise.
15399         (tdesc_start_enum_value): Likewise.
15400         (tdesc_start_vector): Likewise.
15401
15402 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
15403
15404         * extension.h (struct xmethod_worker) <clone>: Remove.
15405         * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
15406         Remove.
15407         (python_xmethod_worker::clone): Remove.
15408         * valops.c (find_overload_match): Use std::move instead of
15409         clone.
15410
15411 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
15412
15413         * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
15414         (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
15415         <free_xmethod_worker_data>: Remove.
15416         <get_matching_xmethod_workers>: Chance VEC to std::vector.
15417         <get_xmethod_arg_types>: Remove.
15418         <get_xmethod_result_type>: Remove.
15419         <invoke_xmethod>: Remove.
15420         * extension.c (new_xmethod_worker): Remove.
15421         (clone_xmethod_worker): Remove.
15422         (get_matching_xmethod_workers): Return void, pass std::vector by
15423         pointer.
15424         (get_xmethod_arg_types): Rename to...
15425         (xmethod_worker::get_arg_types): ... this, and adjust.
15426         (get_xmethod_result_type): Rename to...
15427         (xmethod_worker::get_result_type): ... this, and adjust.
15428         (invoke_xmethod): Remove.
15429         (free_xmethod_worker): Remove.
15430         (free_xmethod_worker_vec): Remove.
15431         * extension.h (enum ext_lang_rc): Move here from
15432         extension-priv.h.
15433         (struct xmethod_worker): Add constructor and destructor.
15434         <data>: Remove.
15435         <value>: Remove.
15436         <invoke, clone, do_get_result_type, do_get_arg_types>: New
15437         virtual pure methods.
15438         <get_arg_types, get_result_type>: New methods.
15439         (xmethod_worker_ptr): Remove typedef.
15440         (DEF_VEC_P (xmethod_worker_ptr)): Remove.
15441         (xmethod_worker_vec): Remove typedef.
15442         (xmethod_worker_up): New typedef.
15443         (invoke_xmethod): Remove.
15444         (clone_xmethod_worker): Remove.
15445         (free_xmethod_worker): Remove.
15446         (free_xmethod_worker_vec): Remove.
15447         (get_xmethod_arg_types): Remove.
15448         (get_xmethod_result_type): Remove.
15449         * valops.c (find_method_list): Use std::vector, don't use
15450         intermediate vector.
15451         (value_find_oload_method_list): Use std::vector.
15452         (find_overload_match): Use std::vector.
15453         (find_oload_champ): Use std::vector.
15454         * value.c (value_free): Use operator delete.
15455         (value_of_xmethod): Rename to...
15456         (value_from_xmethod): ... this.  Don't assign
15457         xmethod_worker::value, take rvalue-reference.
15458         (result_type_of_xmethod): Adjust.
15459         (call_xmethod): Adjust.
15460         * value.h: Include extension.h.
15461         (struct xmethod_worker): Don't forward-declare.
15462         (value_of_xmethod): Rename to...
15463         (value_from_xmethod): ... this, take rvalue-reference.
15464         * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
15465         (struct python_xmethod_worker): ... this, add constructor and
15466         destructor.
15467         <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
15468         (gdbpy_free_xmethod_worker_data): Rename to...
15469         (python_xmethod_worker::~python_xmethod_worker): ... this and
15470         adjust.
15471         (gdbpy_clone_xmethod_worker_data): Rename to...
15472         (python_xmethod_worker::clone): ... this and adjust.
15473         (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
15474         temporary vector.
15475         (gdbpy_get_xmethod_arg_types): Rename to...
15476         (python_xmethod_worker::do_get_arg_types): ... this and adjust.
15477         (gdbpy_get_xmethod_result_type): Rename to...
15478         (python_xmethod_worker::do_get_result_type): ... this and
15479         adjust.
15480         (gdbpy_invoke_xmethod): Rename to...
15481         (python_xmethod_worker::invoke): ... this and adjust.
15482         (new_python_xmethod_worker): Rename to...
15483         (python_xmethod_worker::python_xmethod_worker): ... this and
15484         adjust.
15485         * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
15486         Remove.
15487         (gdbpy_free_xmethod_worker_data): Remove.
15488         (gdbpy_get_matching_xmethod_workers): Use std::vector.
15489         (gdbpy_get_xmethod_arg_types): Remove.
15490         (gdbpy_get_xmethod_result_type): Remove.
15491         (gdbpy_invoke_xmethod): Remove.
15492         * python/python.c (python_extension_ops): Remove obsolete
15493         callbacks.
15494
15495 2018-01-05  Pedro Alves  <palves@redhat.com>
15496
15497         PR gdb/18653
15498         * common/signals-state-save-restore.c
15499         (save_original_signals_state): New parameter 'quiet'.  Warn if we
15500         find a custom handler preinstalled, instead of internal erroring.
15501         But only warn if !quiet.
15502         * common/signals-state-save-restore.h
15503         (save_original_signals_state): New parameter 'quiet'.
15504         * main.c (captured_main_1): Move save_original_signals_state call
15505         after option handling, and pass QUIET.
15506
15507 2018-01-05  Pedro Alves  <palves@redhat.com>
15508
15509         * spu-tdep.c (spu_catch_start): Pass
15510         symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
15511
15512 2018-01-05  Pedro Alves  <palves@redhat.com>
15513
15514         PR gdb/22670
15515         * ada-lang.c (literal_symbol_name_matcher): New function.
15516         (ada_get_symbol_name_matcher): Use it for
15517         symbol_name_match_type::SEARCH_NAME.
15518         * block.c (block_lookup_symbol): New parameter 'match_type'.  Pass
15519         it down instead of assuming symbol_name_match_type::FULL.
15520         * block.h (block_lookup_symbol): New parameter 'match_type'.
15521         * c-valprint.c (print_unpacked_pointer): Use
15522         lookup_symbol_search_name instead of lookup_symbol.
15523         * compile/compile-object-load.c (get_out_value_type): Pass down
15524         symbol_name_match_type::SEARCH_NAME.
15525         * cp-namespace.c (cp_basic_lookup_symbol): Pass down
15526         symbol_name_match_type::FULL.
15527         * cp-support.c (cp_get_symbol_name_matcher): Handle
15528         symbol_name_match_type::SEARCH_NAME.
15529         * infrun.c (insert_exception_resume_breakpoint): Use
15530         lookup_symbol_search_name.
15531         * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
15532         * psymtab.c (maintenance_check_psymtabs): Use
15533         symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
15534         * stack.c (print_frame_args): Use lookup_symbol_search_name and
15535         SYMBOL_SEARCH_NAME.
15536         * symtab.c (lookup_local_symbol): Don't demangle the lookup name
15537         if symbol_name_match_type::SEARCH_NAME.
15538         (lookup_symbol_in_language): Pass down
15539         symbol_name_match_type::FULL.
15540         (lookup_symbol_search_name): New.
15541         (lookup_language_this): Pass down
15542         symbol_name_match_type::SEARCH_NAME.
15543         (lookup_symbol_aux, lookup_local_symbol): New parameter
15544         'match_type'.  Pass it down.
15545         * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
15546         (lookup_symbol_search_name): New declaration.
15547         (lookup_symbol_in_block): New 'match_type' parameter.
15548
15549 2018-01-05  Pedro Alves  <palves@redhat.com>
15550
15551         PR gdb/22670
15552         * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
15553         ada_lookup_symbol.
15554         (ada_lookup_symbol): Reimplement in terms of
15555         ada_lookup_symbol_list, bits factored out from
15556         ada_lookup_encoded_symbol.
15557
15558 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
15559
15560         * ada-exp.y (write_object_renaming): When subscripting an array
15561         using a symbol as the index, pass the block in call to
15562         ada_lookup_encoded_symbol when looking that symbol up.
15563
15564 2018-01-05  Jerome Guitton  <guitton@adacore.com>
15565
15566         * ada-lang.c (ada_array_length): Use ada_index_type instead of
15567         TYPE_INDEX_TYPE.
15568
15569 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
15570
15571         * ada-lang.c (ada_to_fixed_value_create): Add handling of
15572         the case where VALUE_LVAL (val0) is not lval_memory.
15573
15574 2018-01-05  Xavier Roirand  <roirand@adacore.com>
15575
15576         * ada-valprint.c (print_optional_low_bound): Handle
15577         character-indexed array printing like boolean-indexed array
15578         printing.
15579
15580 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
15581
15582         * NEWS: Create a new section for the next release branch.
15583         Rename the section of the current branch, now that it has
15584         been cut.
15585
15586 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
15587
15588         GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
15589         * version.in: Bump version to 8.1.50.DATE-git.
15590
15591 2018-01-03  Xavier Roirand  <roirand@adacore.com>
15592
15593         * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
15594         Add field.
15595         * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
15596         Add field.
15597         (default_exception_support_info) <catch_handlers_sym>: Add field.
15598         (exception_support_info_fallback) <catch_handlers_sym>: Add field.
15599         (ada_exception_name_addr_1): Add "catch handlers" handling.
15600         (ada_exception_catchpoint_cond_string) <ex>: New parameter.
15601         Update all callers.
15602         (create_excep_cond_exprs) <ex>: Add parameter.
15603         (re_set_exception): Update create_excep_cond_exprs call.
15604         (print_it_exception, print_one_exception, print_mention_exception)
15605         (print_recreate_exception): Add "catch handler" handling.
15606         (allocate_location_catch_handlers, re_set_catch_handlers)
15607         (check_status_catch_handlers, print_it_catch_handlers)
15608         (print_one_catch_handlers, print_mention_catch_handlers)
15609         (print_recreate_catch_handlers): New function.
15610         (catch_handlers_breakpoint_ops): New variable.
15611         (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
15612         Add parameter.  Add "catch handler" handling.
15613         (ada_exception_sym_name, ada_exception_breakpoint_ops):
15614         Add "catch handler" handling.
15615         (ada_exception_catchpoint_cond_string): Add "catch handler"
15616         handling.
15617         (create_ada_exception_catchpoint): Update create_excep_cond_exprs
15618         call.
15619         (catch_ada_handlers_command): New function.
15620         (initialize_ada_catchpoint_ops): Initialize "catch handlers"
15621         operations structure.
15622         (_initialize_ada_language): Add "catch handlers" command entry.
15623         * NEWS: Document "catch handlers" feature.
15624
15625 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
15626
15627         * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
15628         account when creating the array type of the slice.
15629         (ada_value_slice): Likewise.
15630
15631 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
15632
15633         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
15634         New enum value.
15635         (create_array_type_with_stride): Add byte_stride_prop parameter.
15636         * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
15637         New parameter.  Update all callers in this file.
15638         (array_type_has_dynamic_stride): New function.
15639         (is_dynamic_type_internal, resolve_dynamic_array): Add handling
15640         of arrays with dynamic byte strides.
15641         * dwarf2read.c (read_array_type): Add support for dynamic
15642         DW_AT_byte_stride attributes.
15643
15644 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
15645
15646         * dwarf2read.c (read_unspecified_type): Treat
15647         DW_TAG_enumeration_type DIEs from Ada units as stubs.
15648
15649 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
15650
15651         Update copyright year range in all GDB files.
15652
15653 2018-01-01, 18  Joel Brobecker  <brobecker@adacore.com>
15654
15655         * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
15656         and gdb/testsuite/gdb.base/step-line.c.
15657
15658 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
15659
15660         * copyright.py (main): Dump the contents of
15661         MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
15662         even if BY_HAND is empty.
15663
15664 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
15665
15666         * top.c (print_gdb_version): Update Copyright year in version
15667         message.
15668
15669 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
15670
15671         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
15672
15673 For older changes see ChangeLog-2017.
15674 \f
15675 Local Variables:
15676 mode: change-log
15677 left-margin: 8
15678 fill-column: 74
15679 version-control: never
15680 coding: utf-8
15681 End: