Avoid internal errors when stepping outside 'main' on MinGW
[external/binutils.git] / gdb / ChangeLog
1 2018-12-28  Eli Zaretskii  <eliz@gnu.org>
2
3         * coffread.c (coff_symtab_read): Don't record in minsyms symbols
4         that are unresolved.  This avoids triggering an internal error
5         when stepping outside of 'main' in MinGW programs.
6
7 2018-12-27  Tom Tromey  <tom@tromey.com>
8
9         * python/py-utils.c (gdbpy_handle_exception): Translate
10         PyExc_KeyboardInterrupt to quit.
11
12 2018-12-27  Tom Tromey  <tom@tromey.com>
13
14         * python/python-internal.h (gdbpy_print_stack_or_quit): Declare.
15         * python/py-unwind.c (pyuw_sniffer): Use
16         gdbpy_print_stack_or_quit.
17         * python/py-framefilter.c (throw_quit_or_print_exception):
18         Remove.
19         (gdbpy_apply_frame_filter): Use gdbpy_print_stack_or_quit.
20         * python/python.c (gdbpy_print_stack_or_quit): New function.
21
22 2018-12-27  Tom Tromey  <tom@tromey.com>
23
24         * python/py-value.c (convert_value_from_python): Use
25         gdbpy_convert_exception.
26         * python/py-param.c (parmpy_init): Use gdbpy_convert_exception.
27         * python/py-cmd.c (cmdpy_init): Use gdbpy_convert_exception.
28         * python/py-breakpoint.c (bppy_init): Use
29         gdbpy_convert_exception.
30
31 2018-12-27  Tom Tromey  <tom@tromey.com>
32
33         * configure.nat (NATDEPFILES): Use nat/ prefix.
34         * Makefile.in (CONFIG_SRC_SUBDIR): Add nat.
35         (%.o: ${srcdir}/nat/%.c): Remove rule.
36         (INIT_FILES): Do not filter out NATDEPFILES.
37
38 2018-12-27  Tom Tromey  <tom@tromey.com>
39
40         * Makefile.in (INIT_FILES): Redefine.
41         (stamp-init): Remove sed, tr invocations.  Use for loop.  Don't
42         set LANG or LC_ALL.
43
44 2018-12-27  Tom Tromey  <tom@tromey.com>
45
46         * Makefile.in (stamp-init): Remove gdbtypes special case.
47
48 2018-12-27  John Baldwin  <jhb@FreeBSD.org>
49
50         * config/i386/nm-fbsd.h: Remove file.
51         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-fbsd.h.
52         * configure.nat: Remove NAT_FILE for FreeBSD/i386.
53
54 2018-12-27  Tom Tromey  <tom@tromey.com>
55
56         * minsyms.h (class minimal_symbol_reader): Use
57         DISABLE_COPY_AND_ASSIGN.
58
59 2018-12-27  Tom Tromey  <tom@tromey.com>
60
61         * python/python.c (python_interactive_command): Use std::string.
62         (gdbpy_parameter): Likewise.
63         * python/py-utils.c (unicode_to_encoded_string): Update comment.
64         * python/py-symtab.c (salpy_str): Use PyString_FromFormat.
65         * python/py-record-btrace.c (recpy_bt_insn_data): Use
66         byte_vector.
67         * python/py-objfile.c (objfpy_get_build_id): Use
68         unique_xmalloc_ptr.
69         * python/py-inferior.c (infpy_read_memory): Use
70         unique_xmalloc_ptr.
71         * python/py-cmd.c (gdbpy_parse_command_name): Use std::string.
72
73 2018-12-26  Simon Marchi  <simon.marchi@polymtl.ca>
74
75         * target.c (target_terminal::restore_inferior): Remove struct keyword.
76
77 2018-12-26  Simon Marchi  <simon.marchi@ericsson.com>
78
79         * build-id.c (build_id_to_debug_bfd): Enhance debug output.
80         * symfile.c (separate_debug_file_exists): Likewise.
81
82 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
83
84         * c-exp.y (field_name): Allow DOUBLE_KEYWORD, INT_KEYWORD, LONG,
85         SHORT, SIGNED_KEYWORD, and UNSIGNED tokens to act as a field
86         names.
87         (typename_stoken): New function.
88
89 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
90
91         * c-exp.y (field_name): New %token, and new rule.
92         (exp): Replace uses of 'name' with 'field_name' where appropriate.
93
94 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
95
96         PR gdb/13368
97         * c-exp.y (typebase): Extend the comment.
98         (ident_tokens): Likewise.
99
100 2018-12-18  Tom Tromey  <tom@tromey.com>
101
102         * dwarf2read.c (dwarf2_find_containing_comp_unit): Don't take
103         address of sect_off.
104
105 2018-12-23  Joel Brobecker  <brobecker@adacore.com>
106
107         GDB 8.2.1 released.
108
109 2018-12-22  Andrew Burgess  <andrew.burgess@embecosm.com>
110
111         * riscv-tdep.c (riscv_call_arg_struct): Don't adjust size before
112         assigning locations.
113         (riscv_return_value): Take more care not to read/write outside of
114         argument buffer.  Cast return value between the declared type and
115         the abi type.
116
117 2018-12-22  Andrew Burgess  <andrew.burgess@embecosm.com>
118
119         * riscv-tdep.c (riscv_register_reggroup_p): Save and restore fcsr,
120         fflags, and frm registers.
121
122 2018-12-22  Andrew Burgess  <andrew.burgess@embecosm.com>
123
124         * riscv-tdep.c (riscv_dwarf_reg_to_regnum): New function.
125         (riscv_gdbarch_init): Register new function with gdbarch.
126         * riscv-tdep.h: New enum to define RISC-V DWARF register numbers.
127
128 2018-12-21  Simon Marchi  <simon.marchi@ericsson.com>
129
130         * minsyms.c (mst_str): New.
131         (minimal_symbol_reader::record_full): Add debug output.
132
133 2018-12-21  John Baldwin  <jhb@FreeBSD.org>
134
135         * fbsd-nat.c (fbsd_handle_debug_trap): Require pl.pl_flags to
136         equal PL_FLAG_SI.
137         (fbsd_nat_target::stopped_by_sw_breakpoint): Likewise.
138
139 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
140
141         PR gdb/23974
142         * target.c (target_read_stralloc): Check for empty vector.
143
144 2018-12-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
145
146         * top.c (print_gdb_configuration): Print "--without-python"
147         if GDB was configured without Python.
148
149 2018-12-21  Andrew Burgess  <andrew.burgess@embecosm.com>
150
151         * riscv-tdep.c (riscv_scan_prologue): Use plongest to format
152         a signed offset as a string.
153
154 2018-12-21  Dave Murphy  <davem@devkitpro.org>
155
156         * dtrace-probe.c (dtrace_static_probe_ops): Explicit zero
157         initialise.
158         * probe.c (any_static_probe_ops): Ditto.
159         * record-btrace.c (record_btrace_thread_observer_token): Ditto.
160         * stap-probe.c (stap_static_probe_ops): Ditto.
161         * tui/tui-hooks.c (tui_observers_token): Ditto.
162         * unittests/observable-selftests.c (token1, token2, token3): Ditto.
163
164 2018-12-19  Andrew Burgess  <andrew.burgess@embecosm.com>
165
166         * gdb/dummy-frame.c (default_dummy_id): Defined new function.
167         * gdb/dummy-frame.h (default_dummy_id): Declare new function.
168         * gdb/frame-unwind.c (default_unwind_pc): Define new function.
169         (default_unwind_sp): Define new function.
170         * gdb/frame-unwind.h (default_unwind_pc): Declare new function.
171         (default_unwind_sp): Declare new function.
172         * gdb/frame.c (frame_unwind_pc): Assume gdbarch_unwind_pc is
173         available.
174         (get_frame_sp): Assume that gdbarch_unwind_sp is available.
175         * gdb/gdbarch.c: Regenerate.
176         * gdb/gdbarch.h: Regenerate.
177         * gdb/gdbarch.sh: Update definition of dummy_id, unwind_pc, and
178         unwind_sp.  Add additional header files to be included in
179         generated file.
180
181 2018-12-19  Dimitar Dimitrov  <dimitar@dinux.eu>
182
183         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Remove
184         sp clobbers.
185
186 2018-12-17  Andrew Burgess  <andrew.burgess@embecosm.com>
187
188         * dwarf2read.c (struct dwarf2_cu): Convert the fields 'mark',
189         'has_loclist', 'checked_producer', 'producer_is_gxx_lt_4_6',
190         'producer_is_gcc_lt_4_3', 'producer_is_icc_lt_14',
191         'processing_has_namespace_info' from unsigned int to bool.  Update
192         comments.
193         (producer_is_icc_lt_14): Update return type.
194         (producer_is_gcc_lt_4_3): Likewise.
195         (producer_is_gxx_lt_4_6): Likewise.
196         (process_die): Write true instead of 1 into predicate fields.
197         (dwarf2_start_symtab): Likewise.
198         (var_decode_location): Likewise.
199         (dwarf2_mark_helper): Likewise.
200         (dwarf2_mark): Likewise.
201         (dwarf2_clear_marks): Write false instead of 0 into predicate
202         field.
203         (dwarf2_cu::dwarf2_cu): Initialise predicate fields to false, not
204         0.
205
206 2018-12-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
207
208         * nat/aarch64-sve-linux-ptrace.h: Include signal.h instead of
209         asm/sigcontext.h.
210
211 2018-12-17  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
212
213         * nat/linux-ptrace.c (kill_child): Fix ARI warning by removing
214         warning trailing new line.
215
216 2018-12-16  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
217
218         * nat/linux-ptrace.c (kill_child): New function.
219         (linux_ptrace_test_ret_to_nx): Use kill_child instead of local code.
220         Add a call to kill_child in case of early return after fork.
221         (linux_check_ptrace_features): Use kill_child instead of local code.
222         (linux_test_for_tracefork): Likewise.
223
224 2018-12-14  Tom Tromey  <tom@tromey.com>
225
226         * Makefile.in: Remove "alloca" comment.
227         (INFOFILES): Remove.
228         (local-maintainer-clean): Don't use INFOFILES.
229
230 2018-12-13  John Baldwin  <jhb@FreeBSD.org>
231
232         * syscalls/update-freebsd.sh: New file.
233         * syscalls/freebsd.xml: Regenerate.
234
235 2018-12-13  John Baldwin  <jhb@FreeBSD.org>
236
237         * NEWS: Add entry documenting system call aliases.
238         * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
239         to get_syscalls_by_name.
240         * gdbarch.sh (UNKNOWN_SYSCALL): Remove.
241         * gdbarch.h: Regenerate.
242         * syscalls/gdb-syscalls.dtd (syscall): Add alias attribute.
243         * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_name): Rename
244         from get_syscall_by_name.  Now accepts a pointer to a vector of
245         integers and returns a bool.
246         [HAVE_LIBEXPAT] (struct syscall_desc): Add alias member.
247         (syscall_create_syscall_desc): Add alias parameter and pass it to
248         syscall_desc constructor.
249         (syscall_start_syscall): Handle alias attribute.
250         (syscall_attr): Add alias attribute.
251         (xml_get_syscalls_by_name): Rename from xml_get_syscall_number.
252         Now accepts a pointer to a vector of integers and returns a
253         bool.  Add syscalls whose alias or name matches the requested
254         name.
255         (get_syscalls_by_name): Rename from get_syscall_by_name.  Now
256         accepts a pointer to a vector of integers and returns a bool.
257         * xml-syscall.h (get_syscalls_by_name): Likewise.
258
259 2018-12-13  John Baldwin  <jhb@FreeBSD.org>
260
261         * break-catch-syscall.c (catch_syscall_split_args): Pass 'result'
262         to get_syscalls_by_group.
263         * xml-syscall.c [!HAVE_LIBEXPAT] (get_syscalls_by_group): Return
264         false.
265         [HAVE_LIBEXPAT] (xml_list_syscalls_by_group): Append syscall
266         numbers to an existing vector of integers and return a bool.
267         (get_syscalls_by_group): Accept pointer to vector of integers
268         and change return type to bool.
269         * xml-syscall.h (get_syscalls_by_group): Likewise.
270
271 2018-12-13  Jim Wilson  <jimw@sifive.com>
272
273         * riscv-tdep.c (riscv_print_one_register_info): For MSTATUS, add
274         comment for SD field, and correct xlen calculation.  For MISA, add
275         comment for MXL field, add call to register_size, and correct base
276         calculation.
277
278 2018-12-13  Stafford Horne  <shorne@gmail.com>
279
280         * NEWS(New targets): Add or1k*-*-linux*.
281
282 2018-12-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
283
284         * nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
285         declare on one line to fix ARI warning.
286
287 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
288
289         * infrun.c (infcall_suspend_state::infcall_suspend_state): New.
290         (infcall_suspend_state::registers): New.
291         (infcall_suspend_state::restore): New.
292         (infcall_suspend_state::thread_suspend): Rename to...
293         (infcall_suspend_state::m_thread_suspend): ...this.
294         (infcall_suspend_state::registers): Rename to...
295         (infcall_suspend_state::m_registers): ...this.
296         (infcall_suspend_state::siginfo_gdbarch): Rename to...
297         (infcall_suspend_state::m_siginfo_gdbarch): ...this.
298         (infcall_suspend_state::siginfo_data): Rename to...
299         (infcall_suspend_state::m_siginfo_data): ...this.
300         (save_infcall_suspend_state): Rewrite to use infcall_suspend_state
301         constructor.
302         (restore_infcall_suspend_state): Rewrite to use
303         infcall_suspend_state::restore method.
304         (get_infcall_suspend_state_regcache): Use
305         infcall_suspend_state::registers method.
306
307 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
308
309         * riscv-tdep.c (riscv_call_arg_scalar_float): Unnamed (variadic)
310         arguments are passed in integer registers.
311         (riscv_call_arg_complex_float): Likewise.
312
313 2018-12-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
314
315         * nat/linux-osdata.c (common_getter): New function.
316         (struct osdata_type): Change getter to take_snapshot.
317         Add LONGEST len_avail and struct buffer buffer.
318         Change all elements in the initializer.
319         Add an element for the list of types.
320         (linux_xfer_osdata_info_os_types): New function.
321         (linux_common_xfer_osdata): Use common_getter for the list of types.
322         Replace getter call by common_getter.
323         (linux_xfer_osdata_cpus): Remove args READBUF, OFFSET, LEN.
324         Add arg BUFFER.  Only keep the code that adds data in BUFFER.
325         (linux_xfer_osdata_fds): Likewise.
326         (linux_xfer_osdata_modules): Likewise.
327         (linux_xfer_osdata_msg): Likewise.
328         (linux_xfer_osdata_processes): Likewise.
329         (linux_xfer_osdata_processgroups): Likewise.
330         (linux_xfer_osdata_sem): Likewise.
331         (linux_xfer_osdata_shm): Likewise.
332         (linux_xfer_osdata_isockets): Likewise.
333         (linux_xfer_osdata_threads): Likewise.
334
335 2018-12-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
336
337         * nat/linux-osdata.c: Removed various trailing spaces.
338
339 2018-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
340
341         * riscv-tdep.c (riscv_register_name): Fix ARI warning by removing
342         leading whitespace before #include line.
343
344 2018-12-08  Simon Marchi  <simon.marchi@ericsson.com>
345             Дилян Палаузов  <dilyan.palauzov@aegee.org>
346
347         PR gdb/23950
348         * configure.ac: Search for tgetent in libtinfow.
349         * configure: Re-generate.
350
351 2018-12-08  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
352
353         * linux-thread-db.c (struct thread_db_info): Add td_ta_delete_p.
354         (thread_db_err_str): Forward declare.
355         (delete_thread_db_info): Call td_ta_delete_p if available.
356         (try_thread_db_load_1): Acquire td_ta_delete address.
357         * nat/gdb_thread_db.h (td_ta_delete_ftype): Declare.
358
359 2018-12-08  Pedro Alves  <palves@redhat.com>
360
361         * source.c (forward_search_command): Rename to ...
362         (search_command_helper): ... this.  Add 'forward' parameter.
363         Tweak to use a gdb::def_vector<char> instead of a xrealloc'ed
364         buffer.  Handle backward searches too.
365         (forward_search_command, reverse_search_command): Reimplement by
366         calling search_command_helper.
367
368 2018-12-07  Andrew Burgess  <andrew.burgess@embecosm.com>
369
370         * .dir-locals.el: Copy most of the settings from c-mode over to
371         c++-mode.
372
373 2018-12-08  Stafford Horne  <shorne@gmail.com>
374
375         * Makefile.in (ALL_TARGET_OBS): Add or1k-linux-tdep.o.
376         * configure.tgt: Add or1k*-*-linux*.
377         * or1k-linux-tdep.c: New file.
378         * or1k-tdep.c (or1k_gdbarch_init): Call gdbarch_init_osabi.
379
380 2018-12-07  Pedro Alves  <palves@redhat.com>
381
382         * dwarf2read.c (get_gdb_index_contents_from_section): Use
383         gdb::make_array_view.
384
385 2018-12-05  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
386
387         * language.c (_initialize_language): Fix leak by assigning
388         a static string to language.  Same for range and case_sensitive,
389         even if no leak is detected for these variables.
390
391 2018-12-05  John Baldwin  <jhb@FreeBSD.org>
392
393         * configure: Re-generate.
394         * configure.ac: Use separate sed expressions to escape variables
395         in auto-load directories.
396
397 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
398
399         * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
400         (riscv_find_default_target_description): Use new function to
401         extract feature from gdbarch_info.
402         (riscv_gdbarch_init): Add error checks for xlen and flen between
403         target description and bfd headers.  Be smarter about when we
404         think the hardware floating point abi should be used.
405
406 2018-12-05  Alan Hayward  <alan.hayward@arm.com>
407
408         * nat/aarch64-linux-hw-point.c
409         (aarch64_linux_any_set_debug_regs_state): New function.
410         * nat/aarch64-linux-hw-point.h
411         (aarch64_linux_any_set_debug_regs_state): New declaration.
412         * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
413         BPs or WPs are set.
414
415 2018-11-30  John Baldwin  <jhb@FreeBSD.org>
416
417         * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
418         (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
419
420 2018-11-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
421             Simon Marchi  <simon.marchi@ericsson.com>
422
423         * linespec.c (symtab_vector_up): Remove.
424         (symtabs_from_filename): Change return type to std::vector.
425         (collect_symtabs_from_filename): Likewise.
426         (create_sals_line_offset): Assign return value of
427         collect_symtabs_from_filename to *ls->file_symtabs.
428         (convert_explicit_location_to_linespec): Remove call to release.
429         (parse_linespec): Likewise.
430         (symtab_collector) <symtab_collector>: Remove initialization of
431         m_symtabs.
432         <release_symtabs>: Change return type to std::vector<symtab *>.
433         <operator ()>: Adjust.
434
435 2018-11-30  John Baldwin  <jhb@FreeBSD.org>
436
437         * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
438         defined.
439         (union sigval32, struct siginfo32, fbsd_siginfo_size)
440         (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
441         of KERN_PROC_AUXV and PT_LWPINFO.
442         (fbsd_nat_target::xfer_partial): Define method unconditionally.
443         Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
444         Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
445         Make TARGET_OBJECT_FREEBSD_VMMAP and
446         TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
447         and KERN_PROC_PS_STRINGS.
448         * fbsd-nat.h: Include <sys/proc.h>.
449         (fbsd_nat_target::xfer_partial): Declare method unconditionally.
450
451 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
452
453         * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
454         header files.
455         (riscv_linux_nat_target::read_description): New method.
456
457 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
458
459         * arch/riscv.h (riscv_gdbarch_features::hash): New method.
460         * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
461         (riscv_tdesc_cache): New global.
462         (riscv_create_target_description): Look in the cache before
463         creating a new target description.
464
465 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
466
467         * arch/riscv.h (riscv_gdb_features::operator==): New.
468         (riscv_gdb_features::operator!=): New.
469         * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
470         operator.
471
472 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
473
474         * arch/riscv.h (riscv_create_target_description): Make return type
475         const.
476         * arch/riscv.c (riscv_create_target_description): Likewise.
477         * riscv-tdep.c (riscv_find_default_target_description): Likewise.
478
479 2018-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
480             Keith Seitz  <keiths@redhat.com>
481             Tom Tromey  <tom@tromey.com>
482             Sergio Durigan Junior  <sergiodj@redhat.com>
483
484         https://bugzilla.redhat.com/show_bug.cgi?id=1613614
485         * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
486         'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
487         inside the CU.
488
489 2018-11-30  Pedro Alves  <palves@redhat.com>
490
491         * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
492         <stratum>: New override.
493         * bfd-target.c (aix_thread_target) <aix_thread_target>: Delete.
494         <stratum>: New override.
495         * bsd-uthread.c (bsd_uthread_target) <bsd_uthread_target>: Delete.
496         <stratum>: New override.
497         * exec.c (exec_target) <exec_target>: Delete.
498         <stratum>: New override.
499         * gdbarch-selftests.c (register_to_value_test): Adjust to use the
500         stratum method instead of the to_stratum field.
501         * linux-thread-db.c (thread_db_target) <thread_db_target>: Delete.
502         <stratum>: New override.
503         (thread_db_target::thread_db_target): Delete.
504         * make-target-delegates (print_class): Don't print a ctor
505         declaration.  Print a stratum method override declaration.
506         * process-stratum-target.h (process_stratum_target)
507         <process_stratum_target>: Delete.
508         <stratum>: New override.
509         * ravenscar-thread.c (ravenscar_thread_target)
510         <ravenscar_thread_target>: Delete.
511         <stratum>: New override.
512         * record-btrace.c (record_btrace_target)
513         <record_btrace_target>: Delete.
514         <stratum>: New override.
515         * record-full.c (record_full_base_target)
516         <record_full_base_target>: Delete.
517         <stratum>: New override.
518         * record.c (record_disconnect, record_detach)
519         (record_mourn_inferior, record_kill): Adjust to use the stratum
520         method instead of the to_stratum field.
521         * regcache.c (cooked_read_test, cooked_write_test): Likewise.
522         * sol-thread.c (sol_thread_target)
523         <sol_thread_target>: Delete.
524         <stratum>: New override.
525         * spu-multiarch.c (spu_multiarch_target)
526         <spu_multiarch_target>: Delete.
527         <stratum>: New override.
528         * target-delegates.c: Regenerate.
529         * target.c (target_stack::push, target_stack::unpush)
530         (pop_all_targets_above, pop_all_targets_at_and_above)
531         (info_target_command, target_require_runnable)
532         (target_stack::find_beneath): Adjust to use the stratum method
533         instead of the to_stratum field.
534         (dummy_target::dummy_target): Delete.
535         (dummy_target::stratum): New.
536         (debug_target::debug_target): Delete.
537         (debug_target::stratum): New.
538         (maintenance_print_target_stack): Adjust to use the stratum method
539         instead of the to_stratum field.
540         * target.h (struct target_ops) <stratum>: New method.
541         <to_stratum>: Delete.
542         <is_pushed>: Adjust to use the stratum method
543         instead of the to_stratum field.
544
545 2018-11-30  Pedro Alves  <palves@redhat.com>
546
547         * corelow.c (core_target) <has_all_memory, has_execution>: New
548         overrides.
549         * inf-child.c (inf_child_target::has_all_memory)
550         (inf_child_target::has_memory, inf_child_target::has_stack)
551         (inf_child_target::has_registers)
552         (inf_child_target::has_execution): Delete.
553         * inf-child.h (inf_child_target) <has_all_memory, has_memory,
554         has_stack, has_registers, has_execution>: Delete.
555         * process-stratum-target.c
556         (process_stratum_target::has_all_memory)
557         (process_stratum_target::has_memory)
558         (process_stratum_target::has_stack)
559         (process_stratum_target::has_registers)
560         (process_stratum_target::has_execution): New.
561         * process-stratum-target.h (process_stratum_target)
562         <has_all_memory, has_memory, has_stack, has_registers,
563         has_execution>: New method overrides.
564         * ravenscar-thread.c (ravenscar_thread_target) <has_all_memory,
565         has_memory, has_stack, has_registers, has_execution>: Delete.
566         * remote-sim.c (gdbsim_target) <has_stack, has_registers,
567         has_execution>: Delete.
568         * remote.c (remote_target) <has_all_memory, has_memory, has_stack,
569         has_registers, has_execution>: Delete.
570         * target.c (default_child_has_all_memory)
571         (default_child_has_memory, default_child_has_stack)
572         (default_child_has_registers, default_child_has_execution):
573         Delete.
574         * target.h (default_child_has_all_memory)
575         (default_child_has_memory, default_child_has_stack)
576         (default_child_has_registers, default_child_has_execution):
577         Delete.
578         * tracefile.h (tracefile_target) <has_execution>: New override.
579
580 2018-11-30  Pedro Alves  <palves@redhat.com>
581
582         * Makefile.in (COMMON_SFILES): Add process-stratum-target.c.
583         * bsd-kvm.c: Include "process-stratum-target.h".
584         (bsd_kvm_target): Now inherits from process_stratum_target.
585         (bsd_kvm_target::bsd_kvm_target): Default it.
586         * corelow.c: Include "process-stratum-target.h".
587         (core_target): Now inherits from process_stratum_target.
588         (core_target::core_target): Don't set to_stratum here.
589         * inf-child.c (inf_child_target::inf_child_target): Delete.
590         * inf-child.h: Include "process-stratum-target.h".
591         (inf_child_target): Inherit from process_stratum_target.
592         (inf_child_target) <inf_child_target>: Default it.
593         <can_async_p, supports_non_stop, supports_disable_randomization>:
594         Delete overrides.
595         * process-stratum-target.c: New file.
596         * process-stratum-target.h: New file.
597         * remote-sim.c: Include "process-stratum-target.h".
598         (gdbsim_target): Inherit from process_stratum_target.
599         <gdbsim_target>: Default it.
600         * remote.c: Include "process-stratum-target.h".
601         (remote_target): Inherit from process_stratum_target.
602         <remote_target>: Default it.
603         * target.c (default_thread_address_space)
604         (default_thread_architecture): Delete.
605         * target.h (target_ops) <thread_architecture>: Now returns NULL by
606         default.
607         <thread_address_space>: Ditto.
608         * test-target.h: Include "process-stratum-target.h" instead of
609         "target.h".
610         (test_target_ops): Inherit from process_stratum_target.
611         <test_target_ops>: Default it.
612         * tracefile.c (tracefile_target::tracefile_target): Delete.
613         * tracefile.h: Include "process-stratum-target.h".
614         (tracefile_target): Inherit from process_stratum_target.
615         <tracefile_target>: Default it.
616         * target-delegates.c: Regenerate.
617
618 2018-11-30  Pedro Alves  <palves@redhat.com>
619
620         * Makefile.in (COMMON_SFILES): Add test-target.c.
621         * gdbarch-selftests.c: Include "test-target.h".
622         * regcache.c: Include "test-target.h".
623         * target.c (test_target_info, test_target_ops::info): Move to ...
624         * test-target.c: ... this new file.
625         * target.h (test_target_ops): Move to ...
626         * test-target.h: ... this new file.
627
628 2018-11-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
629
630         * source.c (forward_search_command): Fix leak by using
631         xrealloc even for the first allocation in the loop, as buf
632         is static.
633
634 2018-11-29  Rajendra SY  <rajendra.sy@gmail.com>
635
636         PR gdb/23093
637         * gdb/fbsd-tdep.c (fbsd_gdb_signal_from_target)
638         (fbsd_gdb_signal_to_target): New.
639         (fbsd_init_abi): Install gdbarch "signal_from_target" and
640         "signal_to_target" methods.
641
642 2018-11-29  Tom Tromey  <tom@tromey.com>
643
644         * valarith.c (value_x_unop): Don't set argvec[3].
645
646 2018-11-26  Simon Marchi  <simon.marchi@ericsson.com>
647
648         PR gdb/23917
649         * sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
650         semicolon.
651
652 2018-11-26  Pedro Alves  <palves@redhat.com>
653
654         * procfs.c (procfs_notice_thread): Replace uses of
655         in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
656         * sol-thread.c (sol_thread_target::wait)
657         (sol_update_thread_list_callback): Likewise.
658
659 2018-11-25  Tom Tromey  <tom@tromey.com>
660
661         * ui-out.c (ui_out::field_fmt): Remove comment.
662         * tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
663         * mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
664
665 2018-11-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
666
667         * source.c (open_source_file): Leak fixed in '8e6a5953e1d Fix 4K
668         leak in open_source_file' has been partially undone by '2179fbc36d23
669         Return scoped_fd from open_source_file'. Re-add the transfer of
670         current s->fullname to the unique_xmalloc_ptr fullname given
671         to find_and_open_source.
672
673 2018-11-23  Pedro Alves  <palves@redhat.com>
674
675         * gdbthread.h (enum thread_state): Move comments here.
676         (is_running, is_stopped, is_exited): Remove declarations.
677
678 2018-11-22  Pedro Alves  <palves@redhat.com>
679
680         * Makefile.in (COMMON_SFILES): Add thread-iter.c.
681         * breakpoint.c (breakpoints_should_be_inserted_now): Replace
682         ALL_NON_EXITED_THREADS with all_non_exited_threads.
683         (print_one_breakpoint_location): Replace ALL_INFERIORS with
684         all_inferiors.
685         * bsd-kvm.c: Include inferior.h.
686         * btrace.c (btrace_free_objfile): Replace ALL_NON_EXITED_THREADS
687         with all_non_exited_threads.
688         * common/filtered-iterator.h: New.
689         * common/safe-iterator.h: New.
690         * corelow.c (core_target_open): Don't call init_thread_list here.
691         * darwin-nat.c (thread_info_from_private_thread_info): Replace
692         ALL_THREADS with all_threads.
693         * fbsd-nat.c (fbsd_nat_target::resume): Replace
694         ALL_NON_EXITED_THREADS with inf->non_exited_threads.
695         * fbsd-tdep.c (fbsd_make_corefile_notes): Replace
696         ALL_NON_EXITED_THREADS with inf->non_exited_threads.
697         * fork-child.c (postfork_hook): Don't call init_thread_list here.
698         * gdbarch-selftests.c (register_to_value_test): Adjust.
699         * gdbthread.h: Don't include "inferior.h" here.
700         (struct inferior): Forward declare.
701         (enum step_over_calls_kind): Moved here from inferior.h.
702         (thread_info::deletable): Definition moved to thread.c.
703         (find_thread_ptid (inferior *, ptid_t)): Declare.
704         (ALL_THREADS, ALL_THREADS_BY_INFERIOR, ALL_THREADS_SAFE): Delete.
705         Include "thread-iter.h".
706         (all_threads, all_non_exited_threads, all_threads_safe): New.
707         (any_thread_p): Declare.
708         (thread_list): Delete.
709         * infcmd.c (signal_command): Replace ALL_NON_EXITED_THREADS with
710         all_non_exited_threads.
711         (proceed_after_attach_callback): Delete.
712         (proceed_after_attach): Take an inferior pointer instead of an
713         integer PID.  Adjust to use range-for.
714         (attach_post_wait): Pass down inferior pointer instead of pid.
715         Use range-for instead of ALL_NON_EXITED_THREADS.
716         (detach_command): Remove init_thread_list call.
717         * inferior-iter.h: New.
718         * inferior.c (struct delete_thread_of_inferior_arg): Delete.
719         (delete_thread_of_inferior): Delete.
720         (delete_inferior, exit_inferior_1): Use range-for with
721         inf->threads_safe() instead of iterate_over_threads.
722         (inferior_appeared): Call init_thread_list here.
723         (discard_all_inferiors): Use all_non_exited_inferiors.
724         (find_inferior_id, find_inferior_pid): Use all_inferiors.
725         (iterate_over_inferiors): Use all_inferiors_safe.
726         (have_inferiors, number_of_live_inferiors): Use
727         all_non_exited_inferiors.
728         (number_of_inferiors): Use all_inferiors and std::distance.
729         (print_inferior): Use all_inferiors.
730         * inferior.h: Include gdbthread.h.
731         (enum step_over_calls_kind): Moved to gdbthread.h.
732         (struct inferior) <thread_list>: New field.
733         <threads, non_exited_threads, threads_safe>: New methods.
734         (ALL_INFERIORS): Delete.
735         Include "inferior-iter.h".
736         (ALL_NON_EXITED_INFERIORS): Delete.
737         (all_inferiors_safe, all_inferiors, all_non_exited_inferiors): New
738         functions.
739         * inflow.c (child_interrupt, child_pass_ctrlc): Replace
740         ALL_NON_EXITED_THREADS with all_non_exited_threads.
741         * infrun.c (follow_exec): Use all_threads_safe.
742         (clear_proceed_status, proceed): Use all_non_exited_threads.
743         (init_wait_for_inferior): Don't clear inline frame state here.
744         (infrun_thread_stop_requested, for_each_just_stopped_thread): Use
745         all_threads instead of ALL_NON_EXITED_THREADS.
746         (random_pending_event_thread): Use all_non_exited_threads instead
747         of ALL_NON_EXITED_THREADS.  Use a lambda for repeated code.
748         (clean_up_just_stopped_threads_fsms): Use all_non_exited_threads
749         instead of ALL_NON_EXITED_THREADS.
750         (handle_no_resumed): Use all_non_exited_threads instead of
751         ALL_NON_EXITED_THREADS.  Use all_inferiors instead of
752         ALL_INFERIORS.
753         (restart_threads, switch_back_to_stepped_thread): Use
754         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
755         * linux-nat.c (check_zombie_leaders): Replace ALL_INFERIORS with
756         all_inferiors.
757         (kill_unfollowed_fork_children): Use inf->non_exited_threads
758         instead of ALL_NON_EXITED_THREADS.
759         * linux-tdep.c (linux_make_corefile_notes): Use
760         inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
761         * linux-thread-db.c (thread_db_target::update_thread_list):
762         Replace ALL_INFERIORS with all_inferiors.
763         (thread_db_target::thread_handle_to_thread_info): Use
764         inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
765         * mi/mi-interp.c (multiple_inferiors_p): New.
766         (mi_on_resume_1): Simplify using all_non_exited_threads and
767         multiple_inferiors_p.
768         * mi/mi-main.c (mi_cmd_thread_list_ids): Use all_non_exited_threads
769         instead of ALL_NON_EXITED_THREADS.
770         * nto-procfs.c (nto_procfs_target::open): Don't call
771         init_thread_list here.
772         * record-btrace.c (record_btrace_target_open)
773         (record_btrace_target::stop_recording)
774         (record_btrace_target::close)
775         (record_btrace_target::record_is_replaying)
776         (record_btrace_target::resume, record_btrace_target::wait)
777         (record_btrace_target::record_stop_replaying): Use
778         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
779         * record-full.c (record_full_wait_1): Use all_non_exited_threads
780         instead of ALL_NON_EXITED_THREADS.
781         * regcache.c (cooked_read_test): Remove reference to global
782         thread_list.
783         * remote-sim.c (gdbsim_target::create_inferior): Don't call
784         init_thread_list here.
785         * remote.c (remote_target::update_thread_list): Use
786         all_threads_safe instead of ALL_NON_EXITED_THREADS.
787         (remote_target::process_initial_stop_replies): Replace
788         ALL_INFERIORS with all_non_exited_inferiors and use
789         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
790         (remote_target::open_1): Don't call init_thread_list here.
791         (remote_target::append_pending_thread_resumptions)
792         (remote_target::remote_resume_with_hc): Use all_non_exited_threads
793         instead of ALL_NON_EXITED_THREADS.
794         (remote_target::commit_resume)
795         (remote_target::remove_new_fork_children): Replace ALL_INFERIORS
796         with all_non_exited_inferiors and use all_non_exited_threads
797         instead of ALL_NON_EXITED_THREADS.
798         (remote_target::kill_new_fork_children): Use
799         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.  Remove
800         init_thread_list and init_wait_for_inferior calls.
801         (remote_target::remote_btrace_maybe_reopen)
802         (remote_target::thread_handle_to_thread_info): Use
803         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
804         * target.c (target_terminal::restore_inferior)
805         (target_terminal_is_ours_kind): Replace ALL_INFERIORS with
806         all_non_exited_inferiors.
807         * thread-iter.c: New file.
808         * thread-iter.h: New file.
809         * thread.c: Include "inline-frame.h".
810         (thread_list): Delete.
811         (clear_thread_inferior_resources): Call clear_inline_frame_state.
812         (init_thread_list): Use all_threads_safe instead of
813         ALL_THREADS_SAFE.  Adjust to per-inferior thread lists.
814         (new_thread): Adjust to per-inferior thread lists.
815         (add_thread_silent): Pass inferior to find_thread_ptid.
816         (thread_info::deletable): New, moved from the header.
817         (delete_thread_1): Adjust to per-inferior thread lists.
818         (find_thread_global_id): Use inf->threads().
819         (find_thread_ptid): Use find_inferior_ptid and pass inferior to
820         find_thread_ptid.
821         (find_thread_ptid(inferior*, ptid_t)): New overload.
822         (iterate_over_threads): Use all_threads_safe.
823         (any_thread_p): New.
824         (thread_count): Use all_threads and std::distance.
825         (live_threads_count): Use all_non_exited_threads and
826         std::distance.
827         (valid_global_thread_id): Use all_threads.
828         (in_thread_list): Use find_thread_ptid.
829         (first_thread_of_inferior): Adjust to per-inferior thread lists.
830         (any_thread_of_inferior, any_live_thread_of_inferior): Use
831         inf->non_exited_threads().
832         (prune_threads, delete_exited_threads): Use all_threads_safe.
833         (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
834         (set_resumed, set_running): Use all_non_exited_threads.
835         (is_thread_state, is_stopped, is_exited, is_running)
836         (is_executing): Delete.
837         (set_executing, set_stop_requested, finish_thread_state): Use
838         all_non_exited_threads.
839         (print_thread_info_1): Use all_inferiors and all_threads.
840         (thread_apply_all_command): Use all_non_exited_threads.
841         (thread_find_command): Use all_threads.
842         (update_threads_executing): Use all_non_exited_threads.
843         * tid-parse.c (parse_thread_id): Use inf->threads.
844         * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
845
846 2018-11-22  Pedro Alves  <palves@redhat.com>
847
848         * infrun.c (follow_exec) <set follow-exec new>: Add thread and
849         switch to it before calling into try_open_exec_file.
850
851 2018-11-22  Pedro Alves  <palves@redhat.com>
852
853         * cli/cli-interp.c (cli_on_user_selected_context_changed): Use
854         inferior_thread instead of find_thread_ptid, and only when
855         inferior_ptid is not null_ptid.
856         * inferior.c (add_inferior): Don't include target_pid_to_str
857         output when the inferior is not started.
858         * python/py-inferior.c (python_on_normal_stop): Don't use
859         find_thread_ptid.
860         (tui_on_user_selected_context_changed): Use inferior_thread
861         instead of find_thread_ptid, and only when inferior_ptid is not
862         null_ptid.
863
864 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
865
866         PR python/23714
867         * gdb/python/python.c (execute_gdb_command): Call
868         prevent_dont_repeat earlier to avoid affecting dont_repeat.
869
870 2018-11-21  Andrew Burgess  <andrew.burgess@embecosm.com>
871
872         * Makefile.in (ALL_TARGET_OBS): Add arch/riscv.o.
873         (HFILES_NO_SRCDIR): Add arch/riscv.h.
874         * arch/riscv.c: New file.
875         * arch/riscv.h: New file.
876         * configure.tgt: Add cpu_obs list of riscv, move riscv-tdep.o into
877         this list, and add arch/riscv.o.
878         * features/Makefile: Add riscv features.
879         * features/riscv/32bit-cpu.c: New file.
880         * features/riscv/32bit-cpu.xml: New file.
881         * features/riscv/32bit-csr.c: New file.
882         * features/riscv/32bit-csr.xml: New file.
883         * features/riscv/32bit-fpu.c: New file.
884         * features/riscv/32bit-fpu.xml: New file.
885         * features/riscv/64bit-cpu.c: New file.
886         * features/riscv/64bit-cpu.xml: New file.
887         * features/riscv/64bit-csr.c: New file.
888         * features/riscv/64bit-csr.xml: New file.
889         * features/riscv/64bit-fpu.c: New file.
890         * features/riscv/64bit-fpu.xml: New file.
891         * features/riscv/rebuild-csr-xml.sh: New file.
892         * riscv-tdep.c: Add 'arch/riscv.h' include.
893         (riscv_gdb_reg_names): Delete.
894         (csr_reggroup): New global.
895         (struct riscv_register_alias): Delete.
896         (struct riscv_register_feature): New structure.
897         (riscv_register_aliases): Delete.
898         (riscv_xreg_feature): New global.
899         (riscv_freg_feature): New global.
900         (riscv_virtual_feature): New global.
901         (riscv_csr_feature): New global.
902         (riscv_create_csr_aliases): New function.
903         (riscv_read_misa_reg): Delete.
904         (riscv_has_feature): Delete.
905         (riscv_isa_xlen): Simplify, just return cached xlen.
906         (riscv_isa_flen): Simplify, just return cached flen.
907         (riscv_has_fp_abi): Update for changes in struct gdbarch_tdep.
908         (riscv_register_name): Update to make use of tdesc_register_name.
909         Look up xreg and freg names in the new globals riscv_xreg_feature
910         and riscv_freg_feature.  Don't supply csr aliases here.
911         (riscv_fpreg_q_type): Delete.
912         (riscv_register_type): Use tdesc_register_type in almost all
913         cases, override the returned type in a few specific cases only.
914         (riscv_print_one_register_info): Handle errors reading registers.
915         (riscv_register_reggroup_p): Use tdesc_register_in_reggroup_p for
916         registers that are otherwise unknown to GDB.  Also check the
917         csr_reggroup.
918         (riscv_print_registers_info): Remove assert about upper register
919         number, and use gdbarch_register_reggroup_p instead of
920         short-cutting.
921         (riscv_find_default_target_description): New function.
922         (riscv_check_tdesc_feature): New function.
923         (riscv_add_reggroups): New function.
924         (riscv_setup_register_aliases): New function.
925         (riscv_init_reggroups): New function.
926         (_initialize_riscv_tdep): Add calls to setup CSR aliases, and
927         setup register groups.  Register new riscv debug variable.
928         * riscv-tdep.h: Add 'arch/riscv.h' include.
929         (struct gdbarch_tdep): Remove abi union, and add
930         riscv_gdbarch_features field.  Remove cached quad floating point
931         type, and provide initialisation for double type field.
932         * target-descriptions.c (maint_print_c_tdesc_cmd): Add riscv to
933         the list of targets using the feature based target descriptions.
934         * NEWS: Mention target description support.
935
936 2018-11-21  Pedro Alves  <palves@redhat.com>
937
938         * valops.c (find_method_list, value_find_oload_method_list)
939         (find_overload_match, find_oload_champ): Rename parameters and
940         locals.
941
942 2018-11-21  Pedro Alves  <palves@redhat.com>
943
944         * valops.c (find_method_list): Replace pointer and length
945         parameters with an gdb::array_view.  Adjust.
946         (value_find_oload_method_list): Likewise.
947         (find_overload_match): Use gdb::array_view for methods list.
948         Adjust to find_oload_champ interface change.
949         (find_oload_champ): 'xm_worker_vec' parameter now a pointer/array.
950         'num_fns' parameter now a size_t.  Eliminate 'fn_count' local.
951
952 2018-11-21  Pedro Alves  <palves@redhat.com>
953
954         * gdbtypes.c (compare_badness): Change type of parameters to const
955         reference.  Adjust to badness_vector being a std::vector now.
956         (rank_function): Adjust to badness_vector being a std::vector now.
957         * gdbtypes.h (badness_vector): Now a typedef to std::vector.
958         (LENGTH_MATCH): Delete.
959         (compare_badness): Change type of parameters to const reference.
960         (rank_function): Return a badness_vector by value now.
961         (find_overload_match): Adjust to badness_vector being a
962         std::vector now.  Remove cleanups.
963         (find_oload_champ_namespace): 'oload_champ_bv' parameter now a
964         badness_vector pointer.
965         (find_oload_champ_namespace_loop): 'oload_champ_bv' parameter now
966         a badness_vector pointer.  Adjust to badness_vector being a
967         std::vector now.  Remove cleanups.
968         (find_oload_champ): 'oload_champ_bv' parameter now
969         a badness_vector pointer.  Adjust to badness_vector being a
970         std::vector now.  Remove cleanups.
971
972 2018-11-21  Pedro Alves  <palves@redhat.com>
973
974         * cp-support.c (sym_return_val_size, sym_return_val_index)
975         (sym_return_val): Delete.
976         (overload_list_add_symbol): Add std::vector parameter.  Adjust to
977         add to the vector.
978         (make_symbol_overload_list): Adjust to return a std::vector
979         instead of maintaining a global open coded vector.
980         (make_symbol_overload_list_block): Add std::vector parameter.
981         (make_symbol_overload_list_block): Rename to ...
982         (add_symbol_overload_list_block): ... this and add std::vector
983         parameter.
984         (make_symbol_overload_list_namespace): Rename to ...
985         (add_symbol_overload_list_namespace): ... this and add std::vector
986         parameter.
987         (make_symbol_overload_list_adl_namespace): Rename to ...
988         (add_symbol_overload_list_adl_namespace): ... this and add
989         std::vector parameter.
990         (make_symbol_overload_list_adl): Delete.
991         (add_symbol_overload_list_adl): New.
992         (make_symbol_overload_list_using): Rename to ...
993         (add_symbol_overload_list_using): ... this and add std::vector
994         parameter.
995         (make_symbol_overload_list_qualified): Rename to ...
996         (add_symbol_overload_list_qualified): ... this and add std::vector
997         parameter.
998         * cp-support.h: Include "common/array-view.h" and <vector>.
999         (make_symbol_overload_list): Change return type to std::vector.
1000         (make_symbol_overload_list_adl): Delete declaration.
1001         (add_symbol_overload_list_adl): New declaration.
1002         * valops.c (find_overload_match): Local 'oload_syms' now a
1003         std::vector.
1004         (find_oload_champ_namespace): 'oload_syms' parameter now a
1005         std::vector pointer.
1006         (find_oload_champ_namespace_loop): 'oload_syms' parameter now a
1007         std::vector pointer.  Adjust to new make_symbol_overload_list
1008         interface.
1009
1010 2018-11-21  Pedro Alves  <palves@redhat.com>
1011
1012         * common/array-view.h (array_view::splice(size_type, size_t)): New.
1013         (array_view::splice(size_type)): New.
1014         * eval.c (eval_call, evaluate_funcall): Adjust to use array_view.
1015         * extension.c (xmethod_worker::get_arg_types): Adjust to return an
1016         std::vector.
1017         (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
1018         * extension.h: Include "common/array-view.h".
1019         (xmethod_worker::invoke): Adjust to use gdb::array_view.
1020         (xmethod_worker::get_arg_types): Adjust to return an std::vector.
1021         (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
1022         (xmethod_worker::do_get_arg_types): Adjust to use std::vector.
1023         (xmethod_worker::do_get_result_type): Adjust to use
1024         gdb::array_view.
1025         * gdbtypes.c (rank_function): Adjust to use gdb::array_view.
1026         * gdbtypes.h: Include "common/array-view.h".
1027         (rank_function): Adjust to use gdb::array_view.
1028         * python/py-xmethods.c (python_xmethod_worker::invoke)
1029         (python_xmethod_worker::do_get_arg_types)
1030         (python_xmethod_worker::do_get_result_type)
1031         (python_xmethod_worker::invoke): Adjust to new interfaces.
1032         * valarith.c (value_user_defined_cpp_op, value_user_defined_op)
1033         (value_x_binop, value_x_unop): Adjust to use gdb::array_view.
1034         * valops.c (find_overload_match, find_oload_champ_namespace)
1035         (find_oload_champ_namespace_loop, find_oload_champ): Adjust to use
1036         gdb:array_view and the new xmethod_worker interfaces.
1037         * value.c (result_type_of_xmethod, call_xmethod): Adjust to use
1038         gdb::array_view.
1039         * value.h (find_overload_match, result_type_of_xmethod)
1040         (call_xmethod): Adjust to use gdb::array_view.
1041         * unittests/array-view-selftests.c: Add slicing tests.
1042
1043 2018-11-21  Pedro Alves  <palves@redhat.com>
1044
1045         * ada-lang.c (ada_evaluate_subexp): Adjust to pass an array_view.
1046         * common/array-view.h (make_array_view): New.
1047         * compile/compile-object-run.c (compile_object_run): Adjust to
1048         pass an array_view.
1049         * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust.
1050         * eval.c (eval_call): Adjust to pass an array_view.
1051         (evaluate_subexp_standard): Adjust to pass an array_view.
1052         * gcore.c (call_target_sbrk): Adjust to pass an array_view.
1053         * guile/scm-value.c (gdbscm_value_call): Likewise.
1054         * infcall.c (push_dummy_code): Replace pointer + size parameters
1055         with an array_view parameter.
1056         (call_function_by_hand, call_function_by_hand_dummy): Likewise and
1057         adjust.
1058         * infcall.h: Include "common/array-view.h".
1059         (call_function_by_hand, call_function_by_hand_dummy): Replace
1060         pointer + size parameters with an array_view parameter.
1061         * linux-fork.c (inferior_call_waitpid): Adjust to use array_view.
1062         * linux-tdep.c (linux_infcall_mmap): Likewise.
1063         * objc-lang.c (lookup_objc_class, lookup_child_selector)
1064         (value_nsstring, print_object_command): Likewise.
1065         * python/py-value.c (valpy_call): Likewise.
1066         * rust-lang.c (rust_evaluate_funcall): Likewise.
1067         * spu-tdep.c (flush_ea_cache): Likewise.
1068         * valarith.c (value_x_binop, value_x_unop): Likewise.
1069         * valops.c (value_allocate_space_in_inferior): Likewise.
1070         * unittests/array-view-selftests.c (run_tests): Add
1071         gdb::make_array_view test.
1072
1073 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1074
1075         * cli-out.c (cli_ui_out::do_field_int): Use string_printf rather
1076         than a fixed size buffer.
1077
1078 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1079
1080         * breakpoint.c (print_one_breakpoint_location): Reduce whitespace,
1081         and remove insertion of extra spaces in GDB's output.
1082         * cli-out.c (cli_ui_out::do_field_fmt): Update header comment.
1083         Layout field into a temporary buffer, and then output it as a
1084         string field.
1085
1086 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1087
1088         * NEWS: Document the language choice done by
1089         'info [types|functions|variables]|rbreak'.
1090
1091 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1092
1093         * symtab.c (treg_matches_sym_type_name): Use
1094         scoped_switch_to_sym_language_if_auto instead of local logic.
1095         (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
1096         to switch to SYM language when language mode is auto.
1097
1098 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1099
1100         * language.h (scoped_switch_to_sym_language_if_auto): New class.
1101
1102 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1103
1104         * symtab.c (search_symbols): Properly check absence of type regexp
1105         before entering the loop scanning the minimal symbols.
1106
1107 2018-11-20  John Darrington  <john@darrington.wattle.id.au>
1108
1109         * s12z-tdep.c (s12z_extract_return_value): New function.
1110         (inv_reg_perm) New array.
1111         (s12z_return_value): Populate readbuf if non-null.
1112
1113 2018-11-20  Eli Zaretskii  <eliz@gnu.org>
1114
1115         * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode
1116         with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater
1117         to MinGW fixed by Gnulib.
1118         (O_NOINHERIT): Define if not defined.
1119
1120 2018-11-19  John Darrington  <john@darrington.wattle.id.au>
1121
1122         * s12z-tdep.c (s12z_frame_cache): Add an assertion.
1123
1124 2018-11-19  Simon Marchi  <simon.marchi@polymtl.ca>
1125
1126         * infrun.c (displaced_step_inferior_state) <next>: Remove.
1127
1128 2018-11-19  Tom Tromey  <tom@tromey.com>
1129
1130         * source.c (get_filename_and_charpos): Return void.
1131
1132 2018-11-19  Simon Marchi  <simon.marchi@polymtl.ca>
1133
1134         * skip.c (_initialize_step_skip): Fix "info skip" help.
1135
1136 2018-11-16  Tom Tromey  <tom@tromey.com>
1137
1138         PR rust/23625:
1139         * rust-lang.c (rust_internal_print_type): Handle TYPE_CODE_PTR.
1140
1141 2018-11-19  Simon Marchi  <simon.marchi@ericsson.com>
1142
1143         * infrun.c (displaced_step_inferior_states): Change type to
1144         std::forward_list.
1145         (get_displaced_stepping_state): Adjust.
1146         (displaced_step_in_progress_any_inferior): Adjust.
1147         (add_displaced_stepping_state): Adjust.
1148         (remove_displaced_stepping_state): Adjust.
1149
1150 2018-11-18  Tom Tromey  <tom@tromey.com>
1151
1152         PR build/23814:
1153         * target-delegates.c: Rebuild.
1154         * ia64-linux-nat.c (class ia64_linux_nat_target)
1155         <have_steppable_watchpoint>: Use override.  Return true, not 1.
1156         (ia64_linux_nat_target::can_use_hw_breakpoint): Rename.  Remove
1157         "self" argument.
1158         (ia64_linux_nat_target::low_new_thread): Rename.
1159         (class ia64_linux_nat_target) <read_description>: Don't declare.
1160         * target.h (struct target_ops) <have_steppable_watchpoint>: Return
1161         bool.
1162
1163 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1164
1165         PR gdb/22736:
1166         * aarch64-tdep.c (aarch64_push_dummy_call): Remove
1167         lang_struct_return code.
1168
1169 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1170
1171         * aarch64-tdep.c (aarch64_push_dummy_call): Replace arg with
1172         return_method.
1173         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
1174         * amd64-tdep.c (amd64_push_arguments): Likewise.
1175         (amd64_push_dummy_call): Likewise.
1176         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
1177         * arc-tdep.c (arc_push_dummy_call): Likewise.
1178         * arm-tdep.c (arm_push_dummy_call): Likewise.
1179         * avr-tdep.c (avr_push_dummy_call): Likewise.
1180         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1181         * cris-tdep.c (cris_push_dummy_call): Likewise.
1182         * csky-tdep.c (csky_push_dummy_call): Likewise.
1183         * frv-tdep.c (frv_push_dummy_call): Likewise.
1184         * gdbarch.c: Regenerate.
1185         * gdbarch.h: Regenerate.
1186         * gdbarch.sh (gdbarch_push_dummy_call): Replace arg with
1187         return_method.
1188         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1189         * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
1190         (hppa64_push_dummy_call): Likewise.
1191         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1192         * i386-tdep.c (i386_push_dummy_call): Likewise.
1193         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1194         * infcall.c (call_function_by_hand_dummy): Likewise.
1195         * iq2000-tdep.c (iq2000_push_dummy_call): Likewise.
1196         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1197         * m32c-tdep.c (m32c_push_dummy_call): Likewise.
1198         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1199         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1200         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1201         * mep-tdep.c (mep_push_dummy_call): Likewise.
1202         * mips-tdep.c (mips_eabi_push_dummy_call): Likewise.
1203         (mips_n32n64_push_dummy_call): Likewise.
1204         (mips_o32_push_dummy_call): Likewise.
1205         (mips_o64_push_dummy_call): Likewise.
1206         * mn10300-tdep.c (mn10300_push_dummy_call): Likewise.
1207         * msp430-tdep.c (msp430_push_dummy_call): Likewise.
1208         * nds32-tdep.c (nds32_push_dummy_call): Likewise.
1209         * nios2-tdep.c (nios2_push_dummy_call): Likewise.
1210         * or1k-tdep.c (or1k_push_dummy_call): Likewise.
1211         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
1212         (ppc64_sysv_abi_push_dummy_call): Likewise.
1213         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Likewise.
1214         (ppc64_sysv_abi_push_dummy_call): Likewise.
1215         * riscv-tdep.c (riscv_push_dummy_call): Likewise.
1216         * rl78-tdep.c (rl78_push_dummy_call): Likewise.
1217         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
1218         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
1219         * rx-tdep.c (rx_push_dummy_call): Likewise.
1220         * s390-tdep.c (s390_push_dummy_call): Likewise.
1221         * score-tdep.c (score_push_dummy_call): Likewise.
1222         * sh-tdep.c (sh_push_dummy_call_fpu): Likewise.
1223         (sh_push_dummy_call_nofpu): Likewise.
1224         * sparc-tdep.c (sparc32_store_arguments): Likewise.
1225         (sparc32_push_dummy_call): Likewise.
1226         * sparc64-tdep.c (sparc64_store_arguments): Likewise.
1227         (sparc64_push_dummy_call): Likewise.
1228         * spu-tdep.c (spu_push_dummy_call): Likewise.
1229         * tic6x-tdep.c (tic6x_push_dummy_call): Likewise.
1230         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1231         * v850-tdep.c (v850_push_dummy_call): Likewise.
1232         * vax-tdep.c (vax_push_dummy_call): Likewise.
1233         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1234         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1235
1236 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1237
1238         * gdbarch.sh (enum function_call_return_method): Add enum.
1239         * gdbarch.h: Regenerate.
1240         * infcall.c (call_function_by_hand_dummy): Replace vars with enum.
1241
1242 2018-11-15  Joel Brobecker  <brobecker@adacore.com>
1243
1244         * unittests/copy_bitwise-selftests.c: New file.
1245         * utils.c (selftests::bits_to_str, selftests::check_copy_bitwise)
1246         (selftests::copy_bitwise_tests): Delete, moving this code to
1247         unittests/copy_bitwise-selftests.c instead.
1248         (_initialize_utils): Do not register copy_bitwise tests.
1249         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1250         unittests/copy_bitwise-selftests.c.
1251
1252 2018-11-14  Joel Brobecker  <brobecker@adacore.com>
1253
1254         * ada-lang.c (move_bits): Delete. Update all callers to use
1255         copy_bitwise instead.
1256         * dwarf2loc.c (copy_bitwise, bits_to_str::bits_to_str)
1257         (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1258         Move from here to utils.c.
1259         (_initialize_dwarf2loc): Remove call to register copy_bitwise
1260         selftests.
1261         * utils.h (copy_bitwise): Add declaration.
1262         * utils.c (copy_bitwise, bits_to_str::bits_to_str)
1263         (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
1264         Moved here from dwarf2loc.c.
1265         (_initialize_utils): Register copy_bitwise selftests.
1266
1267 2018-11-14  Jim Wilson  <jimw@sifive.com>
1268
1269         * riscv-tdep.c (struct riscv_arg_info): New field is_unnamed.
1270         (riscv_call_arg_scalar_int): If unnamed arg with twice xlen alignment,
1271         then increment next_regnum if odd.
1272         (riscv_arg_location): New arg is_unnamed.  Set ainfo->is_unnamed.
1273         (riscv_push_dummy_call): New local ftype.  Call check_typedef to set
1274         function type.  Pass new arg to riscv_arg_location based on function
1275         type.
1276         (riscv_return_value): Pass new arg to riscv_arg_location.
1277
1278         * riscv-tdep.c (BIGGEST_ALIGNMENT): New.
1279         (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
1280         of TYPE_LENGTH and BIGGEST_ALIGNMENT.
1281
1282         * riscv-tdep.c (riscv_call_arg_scalar_int): Use std::min when
1283         setting len.  New local align, set to max of arg align and xlen,
1284         and pass to first riscv_assign_stack_location call.
1285
1286 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
1287
1288         * skip.c (complete_skip_number): New function.
1289         (_initialize_step_skip): Add completers to some skip commands.
1290
1291 2018-11-09  Tom Tromey  <tom@tromey.com>
1292
1293         * remote.c (remote_g_packet_guess_s): Remove typedef and DEF_VEC.
1294         (struct remote_g_packet_data): Derive from allocate_on_obstack.
1295         <guesses>: Now a std::vector.
1296         (remote_g_packet_data_init, register_remote_g_packet_guess):
1297         Update.
1298         (remote_read_description_p): Update.  Return bool.
1299         (remote_target::read_description): Update.
1300         (struct remote_g_packet_guess): Add constructor.
1301
1302 2018-11-09  Tom Tromey  <tom@tromey.com>
1303
1304         * common/scoped_fd.h (class scoped_fd): Add move constructor and
1305         move assignment operator.
1306         * psymtab.c (psymtab_to_fullname): Update.
1307         * source.h (open_source_file): Return scoped_fd.
1308         (find_and_open_source): Likewise.
1309         * source.c (open_source_file): Return scoped_fd.
1310         (get_filename_and_charpos): Update.
1311         (print_source_lines_base): Update.  Use scoped_fd::to_file.
1312         (forward_search_command): Likewise.
1313         (reverse_search_command): Likewise.
1314         (find_and_open_source): Return scoped_fd.
1315         * tui/tui-source.c (tui_set_source_content): Update.  Use
1316         gdb_file_up.
1317
1318 2018-11-09  John Baldwin  <jhb@FreeBSD.org>
1319
1320         * minsyms.c (minimal_symbol_reader::install): Fix unsigned
1321         overflow.
1322
1323 2018-11-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1324
1325         * configure: Regenerate.
1326
1327 2018-11-09  Tom de Vries  <tdevries@suse.de>
1328
1329         * symtab.c (symbol_set_names): Call symbol_find_demangled_name
1330         unconditionally, to set the language of the symbol.  Manage freeing
1331         returned pointer using gdb::unique_xmalloc_ptr.
1332
1333 2018-11-08  Tom Tromey  <tom@tromey.com>
1334
1335         * record.c (require_record_target): Upper-case "<TAB>".
1336
1337 2018-11-08  Tom Tromey  <tom@tromey.com>
1338
1339         * python/lib/gdb/command/pretty_printers.py
1340         (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
1341
1342 2018-11-08  Tom Tromey  <tom@tromey.com>
1343
1344         PR gdb/23555:
1345         PR gdb/23838:
1346         * target.h (target_supports_terminal_ours): Return bool.
1347         * target.c (target_supports_terminal_ours): Handle case where
1348         current_top_target returns nullptr.  Return bool.
1349
1350 2018-11-08  Joel Brobecker  <brobecker@adacore.com>
1351
1352         * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
1353         return the correct count for potential HFAs.
1354
1355 2018-11-08  Jan Beulich  <jbeulich@suse.com>
1356
1357         * i387-tdep.c (i387_supply_xsave): Split handling of
1358         X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
1359         (i387_collect_xsave): Likewise.
1360
1361 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1362
1363         * riscv-tdep.c (riscv_insn::decode): Update header comment.
1364         (riscv_frame_this_id): Catch errors thrown while building the
1365         frame cache, leave the frame id as the default, which is the outer
1366         frame id.
1367
1368 2018-11-07  Joel Brobecker  <brobecker@adacore.com>
1369
1370         * ada-lang.c (read_atcb): Only set task_info->called_task if
1371         task_info->state == Entry_Caller_Sleep.
1372         (print_ada_task_info): Do not check task_info->state before
1373         checking task_info->called_task.
1374         (info_task): Likewise.
1375
1376 2018-11-07  Joel Brobecker  <brobecker@adacore.com>
1377
1378         * ada-tasks.c (read_atcb): Clear task_info before computing
1379         the value of each of its fields.
1380
1381 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1382
1383         * dwarf2read.c (dwarf2_init_integer_type): Check for name being
1384         NULL before dereferencing it.
1385
1386 2018-11-06  Tom de Vries  <tdevries@suse.de>
1387
1388         * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
1389         program headers.
1390
1391 2018-11-06  Max Filippov  <jcmvbkbc@gmail.com>
1392
1393         * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
1394         so that it applies to uclinux as well.
1395
1396 2018-11-06  Marius Muench  <marius.muench@eurecom.fr>
1397
1398         * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
1399         when on AAPCS.
1400
1401 2018-11-06  John Baldwin  <jhb@FreeBSD.org>
1402
1403         * riscv-fbsd-nat.c (getregs_supplies): Return true for
1404         RISCV_CSR_SSTATUS_REGNUM.
1405
1406 2018-11-04  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1407
1408         * source.c (open_source_file): Fix leak by transferring the
1409         current s->fullname to the unique_xmalloc_ptr fullname given
1410         to find_and_open_source.
1411
1412 2018-11-04  Tom Tromey  <tom@tromey.com>
1413
1414         * varobj.c (install_default_visualizer): Update.
1415         * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
1416         Return gdbpy_ref.
1417         * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
1418         (find_pretty_printer_from_progspace)
1419         (find_pretty_printer_from_gdb, find_pretty_printer)
1420         (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
1421         (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
1422         Update.
1423
1424 2018-11-04  Tom Tromey  <tom@tromey.com>
1425
1426         * python/python.c (gdbpy_parameter_value): Update.
1427         * python/python-internal.h (python_string_to_unicode)
1428         (python_string_to_target_python_string)
1429         (host_string_to_python_string): Return gdbpy_ref.
1430         * python/py-utils.c (python_string_to_unicode)
1431         (unicode_to_encoded_python_string)
1432         (unicode_to_target_python_string)
1433         (python_string_to_target_string)
1434         (python_string_to_target_python_string): Return gdbpy_ref.
1435         (python_string_to_host_string): Update.
1436         (host_string_to_python_string): Return gdbpy_ref.
1437         * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
1438         (stpy_fullname): Update.
1439         * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
1440         Update.
1441         * python/py-prettyprint.c (print_string_repr): Update.
1442         * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
1443         (objfpy_get_build_id): Update.
1444         * python/py-breakpoint.c (bppy_get_location)
1445         (bppy_get_expression, bppy_get_condition, bppy_get_commands):
1446         Update.
1447
1448 2018-11-04  Tom Tromey  <tom@tromey.com>
1449
1450         * python/python-internal.h (gdb_py_object_from_longest)
1451         (gdb_py_object_from_ulongest): Return gdbpy_ref.
1452         * python/py-value.c (valpy_int): Update.
1453         * python/py-utils.c (gdb_py_object_from_longest): Return
1454         gdbpy_ref.
1455         (gdb_py_object_from_ulongest): Likewise.
1456         * python/py-type.c (typy_get_alignof): Update.
1457         * python/py-linetable.c (ltpy_get_all_source_lines)
1458         (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
1459         * python/py-block.c (blpy_get_start, blpy_get_end): Update.
1460
1461 2018-11-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1462
1463         * ada-lang.c (_initialize_ada_language): Fix typo.
1464
1465 2018-11-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1466
1467         * language.c (type): Remove.
1468         (_initialize_language): Remove assignment to type.
1469
1470 2018-11-02  Joel Brobecker  <brobecker@adacore.com>
1471
1472         * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
1473         * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
1474         (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
1475         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
1476         (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
1477         (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
1478         * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
1479         and aarch64-ravenscar-thread.o.
1480         * NEWS: Add entry documenting Ravenscar tasking support
1481         on AArch64 ELF.
1482
1483 2018-11-02  Matthew Malcomson  <matthew.malcomson@arm.com>
1484
1485         * symtab.c (info_functions_command): Initialize quiet flag.
1486         * stack.c (info_args_command): Likewise.
1487
1488 2018-11-01  Jim Wilson  <jimw@sifive.com>
1489
1490         * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
1491         Set if pcptr if unaligned.  Return 2 if unaligned_p true.  Update
1492         debugging messages.
1493
1494 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1495
1496         * ada-lang.c (ada_watch_location_expression): New function.
1497         (ada_language_defn): Set la_watch_location_expression to
1498         ada_watch_location_expression.
1499
1500 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1501
1502         * print-utils.c (int_string): Remove unnecessary trailing spaces.
1503
1504 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1505
1506         * rs6000-tdep.c (skip_prologue): Fix potential negative left
1507         shifting.
1508
1509 2018-11-01  Jerome Guitton  <guitton@adacore.com>
1510             Joel Brobecker  <brobecker@adacore.com>
1511
1512         * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
1513         * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
1514         * arm-pikeos-tdep.c: New file.
1515         * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
1516         embedded system.
1517         * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
1518
1519 2018-11-01  Simon Marchi  <simon.marchi@ericsson.com>
1520
1521         * common/pathstuff.c (get_standard_temp_dir): New.
1522         * common/pathstuff.h (get_standard_temp_dir): New.
1523         * config.in: Re-generate.
1524         * configure: Re-generate.
1525         * configure.ac: Don't check for mkdtemp.
1526         * gnulib/aclocal-m4-deps.mk: Re-generate.
1527         * gnulib/aclocal.m4: Re-generate.
1528         * gnulib/config.in: Re-generate.
1529         * gnulib/configure: Re-generate.
1530         * gnulib/import/Makefile.am: Re-generate.
1531         * gnulib/import/Makefile.in: Re-generate.
1532         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1533         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1534         * gnulib/import/m4/mkdtemp.m4: New file.
1535         * gnulib/import/mkdtemp.c: New file.
1536         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
1537         Add mkdtemp module.
1538         * unittests/mkdir-recursive-selftests.c (test): Use
1539         get_standard_temp_dir.
1540         (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
1541         ifdef.
1542         * compile/compile.c (get_compile_file_tempdir): Likewise.
1543
1544 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1545
1546         * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1547         (SIG_FRAME_LR_OFFSET64): New define.
1548         (SIG_FRAME_FP_OFFSET64): New define.
1549         (aix_sighandle_frame_cache): New Function.
1550         (aix_sighandle_frame_this_id): New Function.
1551         (aix_sighandle_frame_prev_register): New Function.
1552         (aix_sighandle_frame_sniffer): New Function.
1553         (aix_sighandle_frame_unwind): New global variable.
1554         (rs6000_aix_init_osabi): Install new frame unwinder.
1555
1556 2018-10-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1557
1558         PR gdb/23835
1559         * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
1560         already defined.
1561
1562 2018-10-31  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1563
1564         * ppc-linux-nat.c: Include nat/linux-ptrace.h.
1565
1566 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1567
1568         * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
1569         (producer_is_icc): New function.
1570         (check_producer): Set producer_is_icc field on dwarf2_cu.
1571         (dwarf2_init_integer_type): New function.
1572         (read_base_type): Call dwarf2_init_integer_type instead of
1573         init_integer_type in all cases.
1574         (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
1575         * valprint.c (maybe_negate_by_bytes): Add an assertion that the
1576         LEN is greater than 0.
1577
1578 2018-10-30  Tom Tromey  <tom@tromey.com>
1579
1580         * main.c (captured_main_1): Check return value of bfd_init.
1581
1582 2018-10-29  Sergio Durigan Junior  <sergiodj@redhat.com>
1583
1584         * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
1585         Adjust comments.
1586
1587 2018-10-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1588
1589         * procfs.c: Include common/pathstuff.h.
1590
1591 2018-10-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1592
1593         * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1594         Add missing braces.  No functional change.
1595
1596 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1597
1598         * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
1599         to report a bad option and fix indentation.
1600         * demangle.c (demangle_command): Use report_unrecognized_option_error
1601         to report a bad option and correctly report the bad option.
1602
1603 2018-10-27  Tom Tromey  <tom@tromey.com>
1604
1605         PR cli/23364:
1606         * darwin-nat.c (copied_shell): New global.
1607         (may_have_sip): Rename from should_disable_startup_with_shell.
1608         (copy_shell_to_cache, maybe_cache_shell): New functions.
1609         (darwin_nat_target::create_inferior): Update.  Use
1610         copied_shell.
1611
1612 2018-10-27  Tom Tromey  <tom@tromey.com>
1613
1614         * unittests/scoped_fd-selftests.c (test_to_file): New function.
1615         (run_tests): Call test_to_file.
1616         * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
1617         temporary files.
1618         * common/scoped_fd.h (scoped_fd::to_file): New method.
1619
1620 2018-10-27  Tom Tromey  <tom@tromey.com>
1621
1622         * unittests/scoped_mmap-selftests.c (test_normal): Use
1623         gdb_mkostemp_cloexec.
1624         * unittests/scoped_fd-selftests.c (test_destroy, test_release):
1625         Use gdb_mkostemp_cloexec.
1626         * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
1627         gnulib/config.in, gnulib/configure,
1628         gnulib/import/Makefile.am, gnulib/import/Makefile.in,
1629         gnulib/import/m4/gnulib-cache.m4,
1630         gnulib/import/m4/gnulib-comp.m4: Update.
1631         * gnulib/import/m4/mkostemp.m4: New file.
1632         * gnulib/import/m4/mkstemp.m4: Remove.
1633         * gnulib/import/mkostemp.c: New file.
1634         * gnulib/import/mkstemp.m4: Remove.
1635         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
1636         mkstemp, add mkostemp.  Apply new patch.
1637         * gnulib/import/stdlib.in.h: Apply patch.
1638         * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
1639         New file.
1640         * dwarf-index-write.c (write_psymtabs_to_index): Use
1641         gdb_mkostemp_cloexec.
1642         * common/filestuff.h (gdb_mkostemp_cloexec): New function.
1643
1644 2018-10-27  Tom Tromey  <tom@tromey.com>
1645
1646         * unittests/mkdir-recursive-selftests.c: New file.
1647         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1648         unittests/mkdir-recursive-selftests.c.
1649         * dwarf-index-cache.c (mkdir_recursive): Move to
1650         common/filestuff.c.
1651         (index_cache::store): Check return value of mkdir_recursive.
1652         (create_dir_and_check, test_mkdir_recursive): Move to new file.
1653         (_initialize_index_cache): Don't register test.
1654         * common/filestuff.h (mkdir_recursive): Declare.
1655         * common/filestuff.c (mkdir_recursive): Move from
1656         dwarf-index-cache.c.  Return bool.
1657
1658 2018-10-27  Tom Tromey  <tom@tromey.com>
1659
1660         * dwarf-index-write.c (write_psymtabs_to_index): Move
1661         make_temp_filename to common/pathstuff.c.
1662         * common/pathstuff.h (make_temp_filename): Declare.
1663         * common/pathstuff.c (make_temp_filename): New function, moved
1664         from dwarf-index-write.c.
1665
1666 2018-10-27  Tom Tromey  <tom@tromey.com>
1667
1668         * procfs.c (procfs_target::create_inferior): Use get_shell.
1669         * cli/cli-cmds.c (shell_escape): Use get_shell.
1670         * windows-nat.c (windows_nat_target::create_inferior): Use
1671         get_shell.
1672         * common/pathstuff.c (get_shell): New function.
1673         * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
1674         (fork_inferior): Use get_shell.
1675         * common/pathstuff.h (get_shell): Declare.
1676
1677 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1678
1679         * NEWS: Mention changes to 'info [args|functions|locals|variables]'
1680
1681 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1682
1683         * stack.c (print_variable_and_value_data): Add preg and treg.
1684         (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
1685         and update callers.
1686         (print_frame_arg_vars): Likewise.
1687         (prepare_reg): New function.
1688         (info_locals_command): Extract info print args and use them.
1689         (info_args_command): Likewise.
1690         (_initialize_stack): Modify on-line help.
1691         * symtab.c (treg_matches_sym_type_name): New function.
1692         (search_symbols): New arg t_regexp.
1693         (symtab_symbol_info): New args quiet, regexp, t_regexp.
1694         (info_variables_command): Extract info print args and use them.
1695         (info_functions_command): Likewise.
1696         (info_types_command): Update call to symtab_symbol_info.
1697         (_initialize_symtab): Modify on-line help.
1698         * symtab.h (treg_matches_sym_type_name): New function.
1699         (search_symbols): New t_regexp arg.
1700
1701 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1702
1703         * cli-utils.c (extract_arg_maybe_quoted): New function.
1704         (extract_info_print_args): New function.
1705         (info_print_args_help): New function.
1706         (report_unrecognized_option_error): New function.
1707         * cli-utils.h (extract_arg_maybe_quoted): New function.
1708         (extract_info_print_args): New function.
1709         (info_print_args_help): New function.
1710         (report_unrecognized_option_error): New function.
1711
1712 2018-10-26  Tom Tromey  <tom@tromey.com>
1713
1714         * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
1715         (compute_compunit_symtab_includes): Update.
1716         * symtab.h: (symtab_ptr): Remove typedef.  Don't define a VEC.
1717         (compunit_symtab_ptr): Likewise.
1718
1719 2018-10-26  John Baldwin  <jhb@FreeBSD.org>
1720
1721         * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
1722         default_print_auxv_entry for specific tag values.
1723
1724 2018-10-26  John Baldwin  <jhb@FreeBSD.org>
1725
1726         * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
1727
1728 2018-10-26  Jim Wilson  <jimw@sifive.com>
1729
1730         * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
1731         (riscv_linux_sigframe_init): Declare.
1732         (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
1733         (riscv_linux_sigframe): New.
1734         (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
1735         (riscv_linux_sigframe_init): Define.
1736         (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
1737
1738         * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
1739         (riscv_isa_flen): Likewise.  Drop static.
1740         * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
1741         (riscv_isa_flen): Likewise.  Declare.
1742
1743 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1744             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1745
1746         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
1747         (tdesc_powerpc_isa207_htm_vsx64l): Declare.
1748         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
1749         (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
1750         (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
1751         (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
1752         (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
1753         Define.
1754         (struct ppc_linux_features) <htm>: New field.
1755         (ppc_linux_no_features): Add initializer for htm field.
1756         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1757         new tdescs.
1758         * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
1759         (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
1760         (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
1761         Define if not already defined.
1762         * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
1763         and rs6000/powerpc-isa207-htm-vsx64l.
1764         (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
1765         rs6000/powerpc-isa207-htm-vsx64l.xml.
1766         * features/rs6000/power-htm-spr.xml: New file.
1767         * features/rs6000/power-htm-core.xml: New file.
1768         * features/rs6000/power64-htm-core.xml: New file.
1769         * features/rs6000/power-htm-fpu.xml: New file.
1770         * features/rs6000/power-htm-altivec.xml: New file.
1771         * features/rs6000/power-htm-vsx.xml: New file.
1772         * features/rs6000/power-htm-ppr.xml: New file.
1773         * features/rs6000/power-htm-dscr.xml: New file.
1774         * features/rs6000/power-htm-tar.xml: New file.
1775         * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
1776         * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
1777         * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
1778         * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
1779         * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
1780         * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
1781         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1782         fetch_regset with HTM regsets.
1783         (store_register, store_ppc_registers): Call store_regset with HTM
1784         regsets.
1785         (ppc_linux_nat_target::read_description): Set htm field in the
1786         features struct if needed.
1787         * ppc-linux-tdep.c: Include
1788         features/rs6000/powerpc-isa207-htm-vsx32l.c and
1789         features/rs6000/powerpc-isa207-htm-vsx64l.c.
1790         (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
1791         (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
1792         (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
1793         (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
1794         (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
1795         (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
1796         (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
1797         (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
1798         (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
1799         (ppc32_linux_ctarregset): New globals.
1800         (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
1801         (ppc_linux_collect_core_cpgrregset): New function.
1802         (ppc_linux_iterate_over_regset_sections): Call back with the htm
1803         regsets.
1804         (ppc_linux_core_read_description): Check if the tm spr section is
1805         present and set htm in the features struct.
1806         (_initialize_ppc_linux_tdep): Call
1807         initialize_tdesc_powerpc_isa207_htm_vsx32l and
1808         initialize_tdesc_powerpc_isa207_htm_vsx64l.
1809         * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
1810         Declare.
1811         (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
1812         (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
1813         (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
1814         * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
1815         New fields.
1816         <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
1817         Likewise.
1818         <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
1819         <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
1820         (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
1821         New enum fields.
1822         <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
1823         <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
1824         <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
1825         <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
1826         <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
1827         <PPC_CTAR_REGNUM>: Likewise.
1828         (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
1829         (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
1830         * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
1831         (IS_CEFP_PSEUDOREG): Define.
1832         (rs6000_register_name): Hide the upper halves of checkpointed VSX
1833         registers.  Return names for the checkpointed DFP, VSX, and EFP
1834         pseudo registers.
1835         (rs6000_pseudo_register_type): Remove initial assert and raise an
1836         internal error in the else clause instead.  Return types for the
1837         checkpointed DFP, VSX, and EFP pseudo registers.
1838         (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
1839         checkpointed DFP pseudo registers.
1840         (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
1841         checkpointed VSX pseudo registers.
1842         (efp_pseudo_register_read, efp_pseudo_register_write): Rename
1843         from efpr_pseudo_register_read and
1844         efpr_pseudo_register_write.  Handle checkpointed EFP pseudo
1845         registers.
1846         (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
1847         Handle checkpointed DFP, VSX, and EFP registers.
1848         (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
1849         (efp_ax_pseudo_register_collect): New functions.
1850         (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
1851         register logic to new functions.  Handle checkpointed DFP, VSX,
1852         and EFP pseudo registers.
1853         (rs6000_gdbarch_init): Look for and validate the htm features.
1854         Include checkpointed DFP, VSX and EFP pseudo-registers.
1855         * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
1856         HTM registers.
1857
1858 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1859
1860         * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
1861         without altivec or fpu.
1862
1863 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1864             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1865
1866         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
1867         (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
1868         * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
1869         Define if not already defined.
1870         * features/rs6000/power-ebb.xml: New file.
1871         * features/rs6000/power-linux-pmu.xml: New file.
1872         * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
1873         features.
1874         * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
1875         * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
1876         * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
1877         * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
1878         * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
1879         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1880         fetch_regset with ebb and pmu regsets.
1881         (store_register, store_ppc_registers): Call store_regset with ebb
1882         and pmu regsets.
1883         (ppc_linux_nat_target::read_description): Set isa207 field in the
1884         features struct if ebb and pmu are avaiable.
1885         * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
1886         (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
1887         (ppc_linux_iterate_over_regset_sections): Call back with the ebb
1888         and pmu regsets.
1889         (ppc_linux_core_read_description): Check if the pmu section is
1890         present and set isa207 in the features struct.
1891         * ppc-linux-tdep.h (ppc32_linux_ebbregset)
1892         (ppc32_linux_pmuregset): Declare.
1893         * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
1894         <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
1895         <ppc_sier_regnum>: New field.
1896         (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
1897         New enum values.
1898         <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
1899         values.
1900         <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
1901         (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
1902         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
1903         ebb and pmu features.
1904
1905 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1906             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1907
1908         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
1909         (tdesc_powerpc_isa207_vsx64l): Declare.
1910         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
1911         (struct ppc_linux_features) <isa207>: New field.
1912         (ppc_linux_no_features): Add initializer for isa207 field.
1913         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1914         new tdescs.
1915         * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
1916         (NT_PPC_TAR): Define if not already defined.
1917         * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
1918         rs6000/powerpc-isa207-vsx64l.
1919         (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
1920         rs6000/powerpc-isa207-vsx64l.xml.
1921         * features/rs6000/power-tar.xml: New file.
1922         * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
1923         * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
1924         * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
1925         * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
1926         * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
1927         * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
1928         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1929         fetch_regset with the TAR regset.
1930         (store_register, store_ppc_registers): Call store_regset with the
1931         TAR regset.
1932         (ppc_linux_nat_target::read_description): Set isa207 field in the
1933         features struct if needed.
1934         * ppc-linux-tdep.c: Include
1935         features/rs6000/powerpc-isa207-vsx32l.c and
1936         features/rs6000/powerpc-isa207-vsx64l.c.
1937         (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
1938         (ppc_linux_iterate_over_regset_sections): Call back with the tar
1939         regset.
1940         (ppc_linux_core_read_description): Check if the tar section is
1941         present and set isa207 in the features struct.
1942         (_initialize_ppc_linux_tdep): Call
1943         initialize_tdesc_powerpc_isa207_vsx32l and
1944         initialize_tdesc_powerpc_isa207_vsx64l.
1945         * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
1946         * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
1947         (enum) <PPC_TAR_REGNUM>: New enum value.
1948         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
1949         feature.
1950         (ppc_process_record_op31): Record changes to TAR.
1951
1952 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1953             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1954
1955         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
1956         (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
1957         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
1958         (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
1959         (struct ppc_linux_features) <ppr_dscr>: New field.
1960         (ppc_linux_no_features): Add initializer for ppr_dscr field.
1961         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1962         new tdescs.
1963         * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
1964         Define if not already defined.
1965         * features/Makefile (WHICH): Add
1966         rs6000/powerpc-isa205-ppr-dscr-vsx32l and
1967         rs6000/powerpc-isa205-ppr-dscr-vsx64l.
1968         (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
1969         rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
1970         * features/rs6000/power-dscr.xml: New file.
1971         * features/rs6000/power-ppr.xml: New file.
1972         * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
1973         * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
1974         * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
1975         * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
1976         * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
1977         * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
1978         * ppc-linux-nat.c: Include <sys/uio.h>.
1979         (fetch_regset, store_regset, check_regset): New functions.
1980         (fetch_register, fetch_ppc_registers): Call fetch_regset with
1981         DSCR and PPR regsets.
1982         (store_register, store_ppc_registers): Call store_regset with
1983         DSCR and PPR regsets.
1984         (ppc_linux_get_hwcap2): New function.
1985         (ppc_linux_nat_target::read_description): Call
1986         ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
1987         features struct if needed.
1988         * ppc-linux-tdep.c: Include
1989         features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
1990         features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
1991         (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
1992         (ppc32_linux_dscrregset): New globals.
1993         (ppc_linux_iterate_over_regset_sections): Call back with the ppr
1994         and dscr regsets.
1995         (ppc_linux_core_read_description): Check if the ppr and dscr
1996         sections are present and set ppr_dscr in the features struct.
1997         (_initialize_ppc_linux_tdep): Call
1998         initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
1999         initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
2000         * ppc-linux-tdep.h (ppc32_linux_pprregset)
2001         (ppc32_linux_dscrregset): Declare.
2002         * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
2003         <ppc_dscr_regnum>: New field.
2004         (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
2005         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
2006         and dscr features.
2007         (ppc_process_record_op31): Record changes to PPR and DSCR.
2008
2009 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2010
2011         * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
2012         second initializer line for the have_* variables.  Initialize
2013         have_fpu to 0 instead of 1.
2014
2015 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2016
2017         * arch/ppc-linux-common.c (ppc_linux_match_description):
2018         Parenthesize tdesc assignements and indent them properly.
2019
2020 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2021
2022         * ppc-linux-nat.c (fetch_register): Change if statement to else
2023         if.
2024         (store_register): Likewise.
2025
2026 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2027
2028         * rs6000-tdep.c: Remove reggroups.h include.
2029         (rs6000_pseudo_register_reggroup_p): Remove.
2030         (rs6000_gdbarch_init): Remove call to
2031         set_tdesc_pseudo_register_reggroup_p.
2032
2033 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2034
2035         * reggroups.c (default_register_reggroup_p): Return true for
2036         decfloat registers and float_reggroup.
2037
2038 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2039
2040         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
2041         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
2042         ppc_linux_collect_vrregset by regcache_collect_regset.
2043
2044 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
2045
2046         * linux-tdep.c (linux_collect_regset_section_cb): Use
2047         std::vector<gdb_byte> instead of char * and malloc for buf.
2048         Remove xfree.
2049
2050 2018-10-26  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2051
2052         * xcoffread.c (read_xcoff_symtab): Pass deduced language to
2053         symtab_start instead of always using language_unknown.
2054
2055 2018-10-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2056
2057         * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
2058         READ_P parameter, catch and ignore register access errors from
2059         either the old or new MISA location.
2060         (riscv_has_feature): Update call to riscv_read_misa_reg.
2061
2062 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
2063
2064         * python/py-function.c (convert_values_to_python): Return
2065         gdbpy_ref<>.  Add header comment.
2066         (fnpy_call): Adjust.
2067
2068 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
2069
2070         * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
2071         (cmdpy_completer_handle_brkchars): Adjust.
2072         (cmdpy_completer): Adjust.
2073
2074 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
2075
2076         * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
2077         Pass correct regnum to raw_supply_zeroed.
2078
2079 2018-10-23  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2080
2081         * regcache.c (cooked_read_test): Add CSKY to the list of
2082         architectures with a save_reggroup
2083
2084 2018-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
2085
2086         PR gdb/23368
2087         * infrun.c (follow_exec): In the follow_exec_mode_new case,
2088         transfer terminal state from old new new inferior.
2089         * terminal.h (swap_terminal_info): New function.
2090         * inflow.c (swap_terminal_info): New function.
2091
2092 2018-10-23  Tom Tromey  <tom@tromey.com>
2093
2094         * record-btrace.c (get_thread_current_frame_id): Rename from
2095         get_thread_current_frame.  Return a frame_id.
2096         (record_btrace_start_replaying): Update.
2097
2098 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2099
2100         * riscv-tdep.c (riscv_register_name): Use the user-friendly names
2101         for CSRs.
2102
2103 2018-10-23  Joel Brobecker  <brobecker@adacore.com>
2104
2105         * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
2106         have_nonsteppable_watchpoint attribute to 1.
2107
2108 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2109
2110         * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
2111         register names.
2112         (struct register_alias): Rename to...
2113         (struct riscv_register_alias): ...this, and update comment.
2114         (riscv_register_aliases): Update type, and alias names.  Remove
2115         CSR names from this list.
2116         (riscv_register_name): Use riscv_gdb_reg_names for int and float
2117         register names.  Add an extra assertion.
2118         (riscv_is_regnum_a_named_csr): New function.
2119         (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
2120
2121 2018-10-23  John Darrington  <john@darrington.wattle.id.au>
2122
2123         * configure.tgt: Add configuration for s12z.
2124         * s12z-tdep.c:  New file.
2125         * NEWS: Mention new target.
2126
2127 2018-10-22  Jim Wilson  <jimw@sifive.com>
2128
2129         * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
2130         FP reg smaller than FP reg size, and fill with -1 instead of 0.
2131
2132         * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
2133         (riscv_register_type): Use them.
2134         (riscv_print_one_register_info): Handle union of floats same as float.
2135         * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
2136         riscv_fpreg_q_type fields.
2137
2138 2018-10-21  Simon Marchi  <simon.marchi@ericsson.com>
2139
2140         * gdbarch.sh (gdbarch_num_cooked_regs): New.
2141         * gdbarch.h: Re-generate.
2142         * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
2143         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2144         * eval.c (evaluate_subexp_standard): Likewise.
2145         * findvar.c (value_of_register): Likewise.
2146         (value_of_register_lazy): Likewise.
2147         (address_from_register): Likewise.
2148         * frame.c (get_frame_register_bytes): Likewise.
2149         * gdbarch-selftests.c (register_to_value_test): Likewise.
2150         * h8300-tdep.c (h8300_register_type): Likewise.
2151         * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
2152         (i386_svr4_reg_to_regnum): Likewise.
2153         * infcmd.c (default_print_registers_info): Likewise.
2154         (registers_info): Likewise.
2155         (print_vector_info): Likewise.
2156         (default_print_float_info): Likewise.
2157         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2158         * mdebugread.c (mdebug_reg_to_regnum): Likewise.
2159         * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
2160         (mi_cmd_data_list_changed_registers): Likewise.
2161         (mi_cmd_data_list_register_values): Likewise.
2162         (mi_cmd_data_write_register_values): Likewise.
2163         (mi_cmd_trace_frame_collected): Likewise.
2164         * mips-tdep.c (print_gp_register_row): Likewise.
2165         (mips_print_registers_info): Likewise.
2166         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
2167         * regcache.c (init_regcache_descr): Likewise.
2168         (register_size): Likewise.
2169         (register_dump::dump): Likewise.
2170         (cooked_read_test): Likewise.
2171         (cooked_write_test): Likewise.
2172         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
2173         (rs6000_gdbarch_init): Likewise.
2174         * stabsread.c (stab_reg_to_regnum): Likewise.
2175         * stack.c (info_frame_command): Likewise.
2176         * target-descriptions.c (tdesc_register_name): Likewise.
2177         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
2178         * tui/tui-regs.c (tui_show_register_group): Likewise.
2179         * user-regs.c (user_reg_map_name_to_regnum): Likewise.
2180         (user_reg_map_regnum_to_name): Likewise.
2181         (value_of_user_reg): Likewise.
2182         (maintenance_print_user_registers): Likewise.
2183         * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
2184         (xtensa_register_name): Likewise.
2185         (xtensa_register_type): Likewise.
2186         (xtensa_reg_to_regnum): Likewise.
2187         (xtensa_pseudo_register_read): Likewise.
2188         (xtensa_pseudo_register_write): Likewise.
2189
2190 2018-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
2191
2192         * amd64-tdep.c (amd64_pseudo_register_read_value): Use
2193         correctly-sized buffer with raw_read.
2194         (amd64_pseudo_register_write): Use correctly-sized buffer for
2195         raw_read/raw_write.
2196
2197 2018-10-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2198
2199         * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
2200         in add_prefix_cmd of set print type.
2201
2202 2018-10-19  Tom Tromey  <tom@tromey.com>
2203
2204         PR tui/18388:
2205         * NEWS: Mention tabset deprecation.
2206         * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
2207         (update_tab_width): New function.
2208         (tui_set_tab_width, tui_show_tab_width): New functions.
2209         (tui_set_tab_width_command): Use update_tab_width.
2210         (_initialize_tui_win): Move to end of file.  Deprecate "tabset".
2211         Add new "set tui tab-width" command.
2212         * tui/tui-source.c (tui_set_source_content): Update.
2213         * tui/tui-disasm.c (tui_set_disassem_content): Update.
2214         * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
2215         Don't declare.
2216         (tui_tab_width): Declare.
2217         * tui/tui-data.c (default_tab_len, tui_default_tab_len)
2218         (tui_set_default_tab_len): Remove.
2219
2220 2018-10-19  Tom Tromey  <tom@tromey.com>
2221
2222         * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
2223         (key_is_backspace, tui_getc): Don't declare.
2224         * tui/tui-io.c (key_is_start_sequence): Now static.
2225         (key_is_end_sequence, key_is_backspace): Remove.
2226         (tui_getc): Now static.
2227
2228 2018-10-19  Tom Tromey  <tom@tromey.com>
2229
2230         * symfile.c (reread_symbols): Clear "static_links".
2231
2232 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
2233
2234         * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
2235         define.
2236         (aarch64_linux_sigframe_init): Extra boundary checks.
2237
2238 2018-10-19  Andreas Arnez  <arnez@linux.ibm.com>
2239
2240         * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
2241         the possibly non-existent tdesc type 'vec128', but the type of raw
2242         register v16 instead.
2243
2244 2018-10-19  Gary Benson <gbenson@redhat.com>
2245
2246         * cli/cli-interp.c (cli_interp::~cli_interp): New function.
2247
2248 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2249
2250         PR cli/23785
2251         * cli/cli-dump.c (restore_binary_file): Check if "file" is
2252         NULL.
2253
2254 2018-10-17  Paul Koning  <paul_koning@dell.com>
2255
2256         * charset.c (convert_between_encodings): Fix unsigned overflow.
2257
2258 2018-10-17  John Baldwin  <jhb@FreeBSD.org>
2259
2260         * fbsd-nat.c (fbsd_nat_target::info_proc) Use
2261         fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
2262         * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
2263         (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2264         New functions.
2265         (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
2266         and fbsd_info_proc_mappings_header.
2267         * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
2268         (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
2269         New.
2270
2271 2018-10-17  Joel Brobecker  <brobecker@adacore.com>
2272
2273         * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
2274         Solaris Maintainer.
2275
2276 2018-10-15  Tom Tromey  <tom@tromey.com>
2277
2278         * tui/tui.c (strcat_to_buf): Remove casts.
2279         * tui/tui-winsource.c (tui_show_source_line)
2280         (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
2281         * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
2282         * tui/tui-windata.c (tui_first_data_item_displayed)
2283         (tui_delete_data_content_windows, tui_erase_data_content)
2284         (tui_display_all_data, tui_display_data_from)
2285         (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
2286         * tui/tui-win.c (tui_set_win_height)
2287         (make_invisible_and_set_new_height, parse_scrolling_args): Remove
2288         casts.
2289         * tui/tui-win.c (tui_resize_all): Remove casts.
2290         (tui_scroll_backward_command, tui_set_focus)
2291         (tui_set_tab_width_command): Likewise.
2292         * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
2293         * tui/tui-regs.c (tui_show_register_group): Remove cast.
2294         * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
2295         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
2296         * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
2297         Remove casts.
2298
2299 2018-10-15  Simon Marchi  <simon.marchi@ericsson.com>
2300
2301         * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
2302         AArch64/ARM maintainer.
2303
2304 2018-10-11  Gary Benson <gbenson@redhat.com>
2305
2306         * interps.h (interp::m_name): Make private and mutable.
2307         * interps.c (interp::~interp): Free m_name.
2308
2309 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2310             Simon Marchi <simark@simark.ca>
2311
2312         * README (`configure' options): Add documentation for new
2313         "--enable-unit-tests" option.
2314         * acinclude.m4: Include "selftest.m4".
2315         * configure: Regenerate.
2316         * configure.ac: Use "GDB_AC_SELFTEST".
2317         * maint.c (maintenance_selftest): Update message informing
2318         that selftests have been disabled.
2319         (maintenance_info_selftests): Likewise.
2320         * selftest.m4: New file.
2321
2322 2018-10-10  Gary Benson <gbenson@redhat.com>
2323
2324         * remote.c (remote_target::remote_send_printf): Add
2325         missing va_end found by Coverity.
2326
2327 2018-10-10  Markus Metzger  <markus.t.metzger@intel.com>
2328
2329         * btrace.c (ftrace_update_function): Add indirect jump heuristic.
2330
2331 2018-10-09  Tom Tromey  <tom@tromey.com>
2332
2333         * configure: Rebuild.
2334         * sanitize.m4 (AM_GDB_UBSAN): Default to no.
2335         * NEWS: Update --enable-ubsan documentation.
2336
2337 2018-10-09  Gary Benson <gbenson@redhat.com>
2338
2339         * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
2340         found by Coverity.
2341
2342 2018-10-08  Tom Tromey  <tom@tromey.com>
2343
2344         * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
2345         variable.
2346         (riscv_fbsd_init_abi): Likewise.
2347
2348 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
2349         * valops.c (value_struct_elt_for_reference): Rename local variable
2350         to work around the shadowing a previous local warning.
2351
2352 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
2353
2354         * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
2355         * NEWS: Mention new FreeBSD/riscv native configuration.
2356         * configure.host: Add riscv*-*-freebsd*.
2357         * configure.nat: Likewise.
2358         * riscv-fbsd-nat.c: New file.
2359
2360 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
2361
2362         * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
2363         (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
2364         (ALLDEPFILES): Add riscv-fbsd-tdep.c.
2365         * NEWS: Mention new FreeBSD/riscv target.
2366         * configure.tgt: Add riscv*-*-freebsd*.
2367         * riscv-fbsd-tdep.c: New file.
2368         * riscv-fbsd-tdep.h: New file.
2369
2370 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
2371
2372         * regcache.h (struct regcache_map_entry): Note that this type can
2373         be used with traditional frame caches.
2374         * trad-frame.c (trad_frame_set_reg_regmap): New.
2375         * trad-frame.h (trad_frame_set_reg_regmap): New.
2376
2377 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
2378
2379         PR c++/16841
2380         * valops.c (get_virtual_base_offset): New function.
2381         (value_struct_elt_for_reference): Use it to get virtual base offset
2382         and add it in calculating class member address.
2383
2384 2018-10-08  John Darrington  <john@darrington.wattle.id.au>
2385
2386         * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
2387         (check_producer): Check if the producer is codewarrior.
2388         (producer_is_codewarrior): New function.
2389         (lnp_state_machine::record_line): Ignore is_stmt flag for records
2390         produced by codewarrior.
2391         (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
2392
2393 2018-10-06  Tom Tromey  <tom@tromey.com>
2394
2395         PR python/19399:
2396         * python/py-inferior.c: Add "architecture" entry.
2397         (infpy_architecture): New function.
2398
2399 2018-10-06  Tom Tromey  <tom@tromey.com>
2400
2401         PR python/21765:
2402         * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
2403         SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
2404         SYMBOL_TYPES_DOMAIN.  Define SYMBOL_MODULE_DOMAIN,
2405         SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
2406
2407 2018-10-06  Tom Tromey  <tom@tromey.com>
2408
2409         PR build/17077:
2410         * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
2411         * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
2412         microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
2413         #include.
2414
2415 2018-10-06  Tom Tromey  <tom@tromey.com>
2416
2417         * python/py-breakpoint.c (bppy_get_location): Handle a
2418         bp_breakpoint without a location.
2419
2420 2018-10-06  Tom Tromey  <tom@tromey.com>
2421
2422         * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
2423         (_RegEx): Reformat help text.
2424         * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
2425         (AnyCallerIs, AnyCallerMatches): Reformat help text.
2426         * python/lib/gdb/function/as_string.py (_AsString): Reformat help
2427         text.
2428         * python/lib/gdb/command/xmethods.py (InfoXMethod)
2429         (EnableXMethod, DisableXMethod): Remove help indentation.
2430         Capitalize meta-syntactic variables.
2431         * python/lib/gdb/command/unwinders.py (InfoUnwinder)
2432         (EnableUnwinder, DisableUnwinder): Remove help indentation.
2433         Capitalize meta-syntactic variables.
2434         * python/lib/gdb/command/explore.py (ExploreCommand)
2435         (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
2436         * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
2437         (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
2438         * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
2439         Remove help indentation.
2440         (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
2441         * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
2442         (DisableFrameFilter, SetFrameFilterPriority)
2443         (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
2444
2445 2018-10-06  Tom Tromey  <tom@tromey.com>
2446
2447         PR tui/28819:
2448         * tui/tui-io.c (gdb_wgetch): New function.
2449         (tui_mld_getc, tui_getc): Use it.
2450
2451 2018-10-05  Tom Tromey  <tom@tromey.com>
2452
2453         * sol-thread.c (sol_thread_target::wait): Rename inner
2454         "save_ptid".
2455
2456 2018-10-04  Tom Tromey  <tom@tromey.com>
2457
2458         * configure: Rebuild.
2459         * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
2460
2461 2018-10-04  Tom Tromey  <tom@tromey.com>
2462
2463         * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
2464         declaration of "block".
2465
2466 2018-10-04  Tom Tromey  <tom@tromey.com>
2467
2468         * common/filestuff.c (fdwalk): Remove inner declaration of
2469         "result".
2470
2471 2018-10-04  Tom Tromey  <tom@tromey.com>
2472
2473         * msp430-tdep.c (msp430_push_dummy_call): Rename inner
2474         "structs_addr" and hoist declaration.
2475
2476 2018-10-04  Tom Tromey  <tom@tromey.com>
2477
2478         * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
2479         variable "size".
2480
2481 2018-10-04  Tom Tromey  <tom@tromey.com>
2482
2483         * mdebugread.c (parse_partial_symbols): Use std::string.
2484
2485 2018-10-04  Tom Tromey  <tom@tromey.com>
2486
2487         * ctf.c (SET_ARRAY_FIELD): Rename "u32".
2488         * p-valprint.c (pascal_val_print): Split inner "i" variable.
2489         * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
2490         header.
2491         * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
2492         more inner scope.
2493         * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
2494         * varobj.c (varobj_update): Rename inner "newobj",
2495         "type_changed".
2496         * valprint.c (generic_emit_char): Rename inner "buf".
2497         * valops.c (find_overload_match): Rename inner "temp".
2498         (value_struct_elt_for_reference): Declare "v" in more inner
2499         scope.
2500         * v850-tdep.c (v850_push_dummy_call): Rename "len".
2501         * unittests/array-view-selftests.c (run_tests): Rename inner
2502         "vec".
2503         * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
2504         header.
2505         * tracepoint.c (merge_uploaded_trace_state_variables): Declare
2506         "tsv" in more inner scope.
2507         (print_one_static_tracepoint_marker): Rename inner
2508         "tuple_emitter".
2509         * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
2510         (tic6x_push_dummy_call): Don't redeclare "addr".
2511         * target-float.c: Declare "dto" lower.
2512         * symtab.c (lookup_local_symbol): Rename inner "sym".
2513         (find_pc_sect_line): Rename inner "pc".
2514         * stack.c (print_frame): Don't redeclare "gdbarch".
2515         (return_command): Rename inner "gdbarch".
2516         * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
2517         "sp".
2518         * rust-lang.c (rust_internal_print_type): Declare "i" in loop
2519         header.
2520         * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
2521         * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
2522         scope.
2523         * remote.c (remote_target::update_thread_list): Don't redeclare
2524         "tp".
2525         (remote_target::process_initial_stop_replies): Rename inner
2526         "thread".
2527         (remote_target::remote_parse_stop_reply): Don't redeclare "p".
2528         (remote_target::wait_as): Don't redeclare "stop_reply".
2529         (remote_target::get_thread_local_address): Rename inner
2530         "result".
2531         (remote_target::get_tib_address): Likewise.
2532
2533         * regcache.c (cooked_read_test): Rename "regnum".
2534         * record-btrace.c (cmd_record_btrace_start): Rename inner
2535         "exception".
2536         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
2537         loop header.
2538         * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
2539         header.
2540         (ppu2spu_sniffer): Rename inner "buf".
2541         * parse.c (operator_check_standard): Rename inner "type",
2542         "objfile".
2543         * p-valprint.c (pascal_val_print): Introduce new scope for
2544         "low_bound", "high_bound".
2545         * p-exp.y (yylex): Declare "i" in loop header.
2546         * objfiles.c (objfile_relocate1): Declare "i" in loop header.
2547         Lower declaration of "s".
2548         * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
2549         header.
2550         (nios2_push_dummy_call): Rename "len".
2551         * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
2552         "buf".
2553         (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
2554         (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
2555         (linux_xfer_osdata_modules): Likewise.
2556         * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
2557         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2558         (mips_o64_push_dummy_call): Likewise.
2559         * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
2560         "op".
2561         * mi/mi-main.c (list_available_thread_groups): Rename inner
2562         "tuple_emitter".
2563         (mi_cmd_data_read_memory): Rename inner "opts".
2564         * mi/mi-cmd-var.c (varobj_update_one): Rename inner
2565         "tuple_emitter".
2566         * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
2567         * mdebugread.c (parse_symbol): Rename inner "b".  Declare "f" in
2568         more inner scope.
2569         (parse_partial_symbols): Rename inner "pst", "p", "name"
2570         * main.c (captured_main_1): Rename inner "i"s.
2571         * machoread.c (macho_symfile_read_all_oso): Don't redeclare
2572         "oso2".
2573         * linux-tdep.c (linux_info_proc): Rename inner "filename".
2574         * linespec.c (linespec_lexer_lex_string): Rename inner "p".
2575         * infrun.c (handle_no_resumed): Don't redeclare "thread".
2576         (handle_signal_stop): Rename inner "gdbarch".
2577         (handle_command): Declare "signum" in loop header.
2578         * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
2579         "status".
2580         (examine_prologue): Rename inner "sol" and "sof".
2581         (ia64_extract_return_value): Rename inner "val".  Declare another
2582         "val" in a more inner scope.
2583         * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
2584         inner scope.
2585         * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
2586         "except".
2587         * findvar.c (default_read_var_value): Don't redeclare "addr".
2588         * f-exp.y (yylex): Declare "i" in loop header.
2589         * eval.c (evaluate_subexp_standard): Don't redeclare "type".
2590         Rename inner "type", "expect_type".
2591         (evaluate_subexp_for_sizeof): Rename inner "pc".
2592         * elfread.c (elf_symfile_read): Rename inner "abfd".
2593         * dwarf2read.c (read_debug_names_from_section): Don't redeclare
2594         "bytes_read".
2595         (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
2596         (add_partial_subprogram): Rename inner "lowpc" and "highpc".
2597         (dwarf_decode_line_header): Rename inner "lh".
2598         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
2599         "offset".  Declare "i" in loop header.
2600         (disassemble_dwarf_expression): Rename inner "addr_size".
2601         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
2602         inner "result".
2603         (dwarf_expr_context::execute_stack_op): Rename inner "offset".
2604         * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
2605         * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
2606         "inner_list_emitter".
2607         (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
2608         * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
2609         declaration in a block.
2610         * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
2611         * cp-valprint.c (cp_print_value_fields): Don't redeclare
2612         "obstack_final_size".
2613         * cp-support.c (inspect_type): Declare "i" in loop header.
2614         * compile/compile.c (compile_instance::insert_symbol_error):
2615         Rename inner "e".
2616         * common/agent.c (agent_run_command): Remove inner "ret"
2617         declaration.
2618         * coffread.c (coff_symfile_read): Rename inner "name".
2619         (coff_symfile_read): Rename inner "abfd".
2620         * cli/cli-utils.c (get_number_trailer): Rename inner "val".
2621         * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
2622         "high".
2623         * c-exp.y (lex_one_token): Move "len" declaration lower.
2624         * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
2625         "gdbarch".
2626         (create_exception_master_breakpoint): Likewise.  Don't redeclare
2627         "b".
2628         (watch_command_1): Declare "mark" later.
2629         (clear_command): Don't shadow "a" or "b".
2630         (delete_command): Rename inner "b".
2631         (delete_trace_command): Likewise.
2632         * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
2633         "op".
2634         (arm_gdbarch_init): Remove inner "e_flags".
2635         * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
2636         "offset" in inner blocks.
2637
2638 2018-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2639
2640         * dwarf-index-write.c (file_write): Don't write if the vector is
2641         empty.
2642
2643 2018-10-05  Tom de Vries  <tdevries@suse.de>
2644
2645         * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
2646         PyArg_ParseTuple call.
2647
2648 2018-10-05  Tom de Vries  <tdevries@suse.de>
2649
2650         * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
2651         PyArg_ParseTuple call.
2652
2653 2018-10-04  Joel Brobecker  <brobecker@adacore.com>
2654
2655         * psymtab.c (recursively_search_psymtabs): Reformat parameters
2656         to avoid exceeding 80 characters per line limit.
2657
2658 2018-10-04  Tom Tromey  <tom@tromey.com>
2659
2660         * symfile.c (syms_from_objfile_1, finish_new_objfile)
2661         (reread_symbols): Update.
2662         * complaints.h (clear_complaints): Remove argument.
2663         * complaints.c (enum complaint_series): Remove.
2664         (series): Remove global.
2665         (complaint_internal): Update.
2666         (clear_complaints): Remove argument.
2667
2668 2018-10-04  Tom Tromey  <tom@tromey.com>
2669
2670         * symfile.c (symbol_file_add_with_addrs): Do not print "no
2671         debugging symbols" message if there is a separate debug objfile.
2672
2673 2018-10-04  Tom Tromey  <tom@tromey.com>
2674
2675         PR cli/19551:
2676         * symfile.c (symbol_file_add_with_addrs): Update output.
2677         * psymtab.c (require_partial_symbols): Update output.
2678
2679 2018-10-04  Tom Tromey  <tom@tromey.com>
2680
2681         PR cli/22234:
2682         * complaints.c: Emit \n.
2683
2684 2018-10-04  Tom Tromey  <tom@tromey.com>
2685
2686         * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
2687         (separate_debug_file_exists, find_separate_debug_file)
2688         (add_symbol_file_command, reread_symbols, allocate_symtab)
2689         (allocate_compunit_symtab): Use filtered printing, not
2690         unfiltered.
2691         * psymtab.c (require_partial_symbols, dump_psymtab)
2692         (allocate_psymtab): Use filtered printing, not unfiltered.
2693
2694 2018-10-04  Tom Tromey  <tom@tromey.com>
2695
2696         * complaints.c (complaint_internal): Correctly check complaint
2697         count.
2698
2699 2018-10-04  Tom Tromey  <tom@tromey.com>
2700
2701         * complaints.h (struct complaints): Remove declaration.
2702         * complaints.c (clear_complaints): Remove an unused variable.
2703
2704 2018-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2705
2706         * MAINTAINERS (Write After Approval): Add self.
2707
2708 2018-10-03  Tom Tromey  <tom@tromey.com>
2709
2710         * guile/scm-value.c (gdbscm_value_to_string): Initialize
2711         "buffer_contents".
2712         * coffread.c (coff_symtab_read): Initialize "newobj".
2713
2714 2018-10-03  Simon Marchi  <simon.marchi@polymtl.ca>
2715
2716         * dwarf2read.c (read_func_scope): Remove struct keyword in
2717         range-based for.
2718
2719 2018-10-03  Tom Tromey  <tom@tromey.com>
2720
2721         * README: Mention --enable-ubsan.
2722         * NEWS: Mention --enable-ubsan.
2723         * acinclude.m4: Include sanitize.m4.
2724         * configure: Rebuild.
2725         * configure.ac: Call AM_GDB_UBSAN.
2726         * sanitize.m4: New file.
2727
2728 2018-10-03  Tom Tromey  <tom@tromey.com>
2729
2730         * expression.h (enum exp_opcode): Use uint8_t as base type.
2731         * expprint.c (op_name): Handle invalid opcodes.
2732
2733 2018-10-03  Tom Tromey  <tom@tromey.com>
2734
2735         * parse.c (prefixify_expression): Add assert.
2736         (parse_exp_in_context_1): Throw exception if the expression is
2737         empty.
2738
2739 2018-10-03  Tom Tromey  <tom@tromey.com>
2740
2741         * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
2742
2743 2018-10-03  Tom Tromey  <tom@tromey.com>
2744
2745         * c-exp.y (parse_number): Work in unsigned.  Remove casts.
2746
2747 2018-10-03  Tom Tromey  <tom@tromey.com>
2748
2749         * dwarf2read.c (read_subrange_type): Make "negative_mask"
2750         unsigned.
2751
2752 2018-10-03  Tom Tromey  <tom@tromey.com>
2753
2754         * findvar.c (extract_integer): Do work in an unsigned type.
2755
2756 2018-10-03  Tom Tromey  <tom@tromey.com>
2757
2758         * common/enum-flags.h (enum_flags::operator~): Add static assert.
2759         * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
2760         base type.
2761         * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
2762         * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
2763         type.
2764         * c-lang.h (enum c_string_type_values): Use unsigned as base
2765         type.
2766         * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
2767
2768 2018-10-03  Tom Tromey  <tom@tromey.com>
2769
2770         * dwarf2-frame.h (dwarf2_frame_state_reg_info)
2771         <~dwarf2_frame_state_reg_info>: Update.
2772         <dwarf2_frame_state_reg_info>: Update.
2773         <alloc_regs>: Add assertion.  Update.
2774         <reg>: Now a std::vector.
2775         <num_regs>: Remove.
2776         <swap>: Update.
2777         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
2778         (execute_cfa_program_test, dwarf2_frame_cache): Update.
2779
2780 2018-10-03  Tom Tromey  <tom@tromey.com>
2781
2782         * namespace.c (add_using_directive): Don't pass NULL to memcpy.
2783
2784 2018-10-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2785
2786         * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
2787
2788 2018-10-02  Tom Tromey  <tom@tromey.com>
2789
2790         * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
2791
2792 2018-10-02  John Darrington  <john@darrington.wattle.id.au>
2793
2794         * NEWS: Mention changed commands.
2795         * ser-uds.c: New file.
2796         * configure.ac (SER_HARDWIRE): Add ser-uds.o.
2797         * configure: Regenerate.
2798         * Makefile.in: Add new file.
2799         * serial.c (serial_open): Check if filename is a socket
2800         and lookup the appropriate interface accordingly.
2801
2802 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2803
2804         * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
2805         define.
2806         (AARCH64_EXTRA_MAGIC): Likewise.
2807         (AARCH64_FPSIMD_MAGIC): Likewise.
2808         (AARCH64_SVE_MAGIC): Likewise.
2809         (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
2810         (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
2811         (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
2812         (AARCH64_FPSIMD_V0_OFFSET): Likewise.
2813         (AARCH64_FPSIMD_VREG_SIZE): Likewise.
2814         (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
2815         (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
2816         (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
2817         (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
2818         (AARCH64_SVE_CONTEXT_SIZE): Likewise.
2819         (read_aarch64_ctx): Add function.
2820         (aarch64_linux_sigframe_init): Detect FP registers.
2821
2822 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2823
2824         * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
2825         (AARCH64_D0_REGNUM): Likewise.
2826         (AARCH64_S0_REGNUM): Likewise.
2827         (AARCH64_H0_REGNUM): Likewise.
2828         (AARCH64_B0_REGNUM): Likewise.
2829         (AARCH64_SVE_V0_REGNUM): Likewise.
2830         * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
2831         (AARCH64_D0_REGNUM): Likewise.
2832         (AARCH64_S0_REGNUM): Likewise.
2833         (AARCH64_H0_REGNUM): Likewise.
2834         (AARCH64_B0_REGNUM): Likewise.
2835         (AARCH64_SVE_V0_REGNUM): Likewise.
2836
2837 2018-10-01  Gary Benson <gbenson@redhat.com>
2838
2839         * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
2840         * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
2841         prfpregset_t instead of gdb_prfpregset_t.
2842         * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
2843         * configure, config.in: Rebuild.
2844
2845 2018-10-01  Gary Benson <gbenson@redhat.com>
2846
2847         * common/gdb_proc_service.h: New file, factored out from...
2848         * gdb_proc_service.h: Moved common code to the above file.
2849         * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
2850
2851 2018-10-01  Gary Benson <gbenson@redhat.com>
2852
2853         * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
2854         undefined.  Use elf_fpregset_t if prfpregset_t is undefined.
2855
2856 2018-10-01  Gary Benson <gbenson@redhat.com>
2857
2858         * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
2859         (AC_CHECK_HEADERS): Check for linux/elf.h.
2860         * configure, config.in: Rebuild.
2861         * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
2862         doesn't define elf_fpregset_t.
2863
2864 2018-10-01  Gary Benson <gbenson@redhat.com>
2865
2866         * gdb_proc_service.h: Whitespace change.
2867
2868 2018-10-01  Tom Tromey  <tom@tromey.com>
2869
2870         * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
2871         * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
2872         * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
2873
2874 2018-10-01  Tom Tromey  <tom@tromey.com>
2875
2876         * README: Minor change.
2877
2878 2018-09-30  Pedro Alves  <palves@redhat.com>
2879
2880         * darwin-nat-info.c (darwin_debug_regions_recurse)
2881         (info_mach_exceptions_command): Remove unused local variables.
2882         * darwin-nat.c (darwin_decode_notify_message)
2883         (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
2884         (darwin_stop_inferior, darwin_setup_exceptions)
2885         (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
2886         (darwin_nat_target::attach, darwin_nat_target::detach)
2887         (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
2888         local variables.
2889         * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
2890         variables.
2891
2892 2018-09-29  Tom Tromey  <tom@tromey.com>
2893
2894         * README: Remove some leftover text.
2895
2896 2018-09-29  Tom Tromey  <tom@tromey.com>
2897
2898         * PROBLEMS: Rewrite.
2899         * README: Update.
2900
2901 2018-09-28  John Baldwin  <jhb@FreeBSD.org>
2902
2903         * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
2904         case with explicit breakpoint kind.
2905         * riscv-tdep.c (show_use_compressed_breakpoints): Remove
2906         'additional_info' and related logic.
2907         (riscv_debug_breakpoints): New variable.
2908         (riscv_breakpoint_kind_from_pc): Use the length of the existing
2909         instruction to determine the breakpoint kind.
2910         (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
2911         flag.  Update description of 'set/show riscv
2912         use-compressed-breakpoints' flag.
2913
2914 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2915
2916         (NEWS): Mention changes to frame related commands.
2917         * cli/cli-decode.c (add_cmd_suppress_notification): New function.
2918         (add_prefix_cmd_suppress_notification): New function.
2919         (add_com_suppress_notification): Call
2920         add_cmd_suppress_notification.
2921         * command.h (add_cmd_suppress_notification): Declare.
2922         (add_prefix_cmd_suppress_notification): Declare.
2923         * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
2924         (parse_frame_specification): Moved from stack.c, with
2925         simplification to handle a single argument.
2926         (mi_cmd_stack_select_frame): Use parse_frame_specification, the
2927         switch to the selected frame.  Add a header comment.
2928         * stack.c: Remove 'safe-ctype.h' include.
2929         (find_frame_for_function): Add declaration.
2930         (find_frame_for_address): New function.
2931         (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
2932         (frame_selection_by_function_completer): New function.
2933         (info_frame_command): Rename to...
2934         (info_frame_command_core): ...this, and update parameter types.
2935         (select_frame_command): Rename to...
2936         (select_frame_command_core): ...this, and update parameter types.
2937         (frame_command): Rename to...
2938         (frame_command_core): ...this, and update parameter types.
2939         (class frame_command_helper): New class to wrap implementations of
2940         frame related sub-commands.
2941         (frame_apply_cmd_list): New static global.
2942         (frame_cmd_list): Make static.
2943         (select_frame_cmd_list): New global for sub-commands.
2944         (info_frame_cmd_list): New global for sub-commands.
2945         (_initialize_stack): Register sub-commands for 'frame',
2946         'select-frame', and 'info frame'.  Update 'frame apply' commands
2947         to use frame_apply_cmd_list.  Move function local static
2948         frame_apply_list to file static frame_apply_cmd_list for
2949         consistency.
2950         * stack.h (select_frame_command): Delete declarationn.
2951         (select_frame_for_mi): Declare new function.
2952
2953 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2954
2955         * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
2956         (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
2957         and NOP.
2958
2959 2018-09-26  Simon Marchi  <simon.marchi@ericsson.com>
2960
2961         * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
2962
2963 2018-09-26  Tom Tromey  <tom@tromey.com>
2964
2965         * valops.c (auto_abandon): Remove dead code.
2966
2967 2018-09-26  Tom Tromey  <tom@tromey.com>
2968
2969         * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
2970
2971 2018-09-24  Tom Tromey  <tom@tromey.com>
2972
2973         * common/pathstuff.c (get_standard_cache_dir): Make
2974         "xdg_cache_home" and "home" const.
2975         * top.c (init_history): Make "tmpenv" const.
2976         * main.c (get_init_files): Make "homedir" const.
2977
2978 2018-09-23  Tom Tromey  <tom@tromey.com>
2979
2980         PR python/18852:
2981         * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
2982
2983 2018-09-23  Tom Tromey  <tom@tromey.com>
2984
2985         * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
2986         * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
2987         * python/python-internal.h (gdbpy_handle_exception): Declare.
2988         * python/py-utils.c (gdbpy_handle_exception): New function.
2989
2990 2018-09-23  Tom Tromey  <tom@tromey.com>
2991
2992         PR python/17284:
2993         * python/py-type.c (typy_template_argument): Check for negative
2994         argument number.
2995
2996 2018-09-23  Tom Tromey  <tom@tromey.com>
2997
2998         PR python/14062:
2999         * python/python.c (gdbpy_run_events): Do not ignore exceptions.
3000
3001 2018-09-23  Tom Tromey  <tom@tromey.com>
3002
3003         PR python/18170:
3004         * python/py-value.c (valpy_int): Allow conversion from pointer
3005         type.
3006
3007 2018-09-23  Tom Tromey  <tom@tromey.com>
3008
3009         PR python/20126:
3010         * python/py-value.c (valpy_int): Respect type sign.
3011
3012 2018-09-23  Tom Tromey  <tom@tromey.com>
3013
3014         PR python/18352;
3015         * python/py-value.c (valpy_float): Allow conversions from int or
3016         char.
3017         (valpy_int, valpy_long): Allow conversions from float.
3018
3019 2018-09-23  Tom Tromey  <tom@tromey.com>
3020
3021         * ctf.c (ctf_start): Use gdb_fopen_cloexec.
3022         * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
3023
3024 2018-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3025
3026         * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
3027         __sighndlr.
3028         * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
3029
3030 2018-08-02  Jon Turney  <jon.turney@dronecode.org.uk>
3031
3032         * windows-nat.c (windows_nat_target::wait): Remove a spurious
3033         target_terminal::ours().
3034
3035 2018-09-23  Simon Marchi  <simon.marchi@ericsson.com>
3036
3037         * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
3038         of vl to ULONGEST.
3039
3040 2018-09-21  Yacov Simhony  <ysimhony@gmail.com>
3041
3042         * breakpoint.c (update_inserted_breakpoint_locations): Remove
3043         redundant condition.
3044
3045 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3046
3047         * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
3048
3049         * procfs.c: Don't check for PR_MODEL_NATIVE definition.
3050         * sparc-sol2-nat.c: Likewise.  Remove Linux, __arch64__ references.
3051         * sol-thread.c (ps_pdmodel): Don't guard definition.
3052
3053         * procfs.c: Fix formatting.
3054
3055         * procfs.c (sysset_t_alloc): Remove.
3056         (create_procinfo): Use XNEW instead of sysset_t_alloc.
3057         (procfs_debug_inferior): Likewise.
3058         (procfs_set_exec_trap): Likewise.
3059         (proc_set_traced_sysentry): Don't allocate argp dynamically.
3060         (proc_set_traced_sysexit): Likewise.
3061
3062         * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
3063         (dead_procinfo): Likewise.
3064         (proc_warn): Likewise.
3065         (proc_error): Likewise.
3066         (proc_get_LDT_entry): Likewise.
3067         (do_attach): Likewise.
3068         (procfs_target::pid_to_str): Likewise.
3069         (iterate_over_mappings): Likewise.
3070
3071         * procfs.c (create_procinfo): Fix ARI warning.
3072         (proc_get_status): Likewise.
3073         (proc_stop_process): Likewise.
3074         (proc_run_process): Likewise.
3075         (proc_kill): Likewise.
3076         (proc_get_LDT_entry): Likewise.
3077         (procfs_find_LDT_entry): Likewise.
3078         (proc_update_threads): Likewise.
3079         (proc_iterate_over_threads): Likewise.
3080         (do_attach): Likewise.
3081         (procfs_xfer_memory): Likewise.
3082         (invalidate_cache): Likewise.
3083         (procfs_target::resume): Likewise.
3084         (procfs_init_inferior): Likewise.
3085         (procfs_set_exec_trap): Likewise.
3086         (procfs_target::thread_alive): Likewise.
3087         (procfs_target::pid_to_exec_file): Likewise.
3088         (iterate_over_mappings): Likewise.
3089         (procfs_target::make_corefile_notes): Likewise.
3090         * sol-thread.c (sol_thread_target::thread_alive): Likewise.
3091
3092         * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
3093         (procfs_find_LDT_entry): Likewise.
3094         * sol-thread.c (ps_lgetLDT): Likewise.
3095
3096 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3097
3098         PR tdep/17903
3099         * procfs.c (procfs_target): Declare pid_to_exec_file.
3100         (procfs_target::pid_to_exec_file): New.
3101
3102 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3103
3104         * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
3105         renaming.
3106         Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
3107         AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
3108
3109 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3110
3111         * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
3112         (supply_fpregset, fill_fpregset): Move ...
3113         * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
3114         Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
3115         Remove references to ioctl-based procfs.
3116         Include <sys/reg.h>.
3117         Remove PR_MODEL_NATIVE guards.
3118         * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
3119         * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
3120
3121 2018-09-19  Xavier Roirand  <roirand@adacore.com>
3122
3123         PR gdb/20981:
3124         * solib-darwin.c (darwin_get_dyld_bfd): New function.
3125         (darwin_solib_get_all_image_info_addr_at_init): Update call.
3126         (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
3127
3128 2018-09-19  John Baldwin  <jhb@FreeBSD.org>
3129
3130         * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
3131         (fbsd_print_sockaddr_in6): Likewise.
3132
3133 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
3134             Chris January  <chris.january@arm.com>
3135
3136         * eval.c (skip_undetermined_arglist): Skip argument list helper.
3137         (evaluate_subexp_standard): Return a dummy type when
3138         honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
3139         OP_F77_UNDETERMINED_ARGLIST case.
3140         * expression.h (enum noside): Update comment.
3141
3142 2018-09-19  George Vasick <george.vasick@oracle.com>
3143
3144         * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
3145
3146 2018-09-19  Stefan Teleman <stefan.teleman@oracle.com>
3147             April Chin <april.chin@oracle.com>
3148             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3149
3150         * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
3151         uint_t lwpid_t.
3152         (create_procinfo): Print pids in /proc without leading zeros.
3153
3154 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
3155
3156         * nios2-tdep.c (nios2_gcc_target_options): New.
3157         (nios2_gdb_arch_init): Install new hook.
3158
3159 2018-09-18  Simon Marchi  <simon.marchi@ericsson.com>
3160
3161         * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
3162         New file.
3163         * update-gnulib.sh: Apply patch.
3164         * configure: Re-generate.
3165
3166 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3167
3168         * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
3169         description.  Make "info proc" command descriptions more
3170         consistent.
3171
3172 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3173
3174         * NEWS: Mention 'info proc files' command.
3175
3176 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3177
3178         * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
3179         descriptors for IP_FILES and IP_ALL.
3180
3181 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3182
3183         * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
3184         (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
3185         (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
3186         (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
3187         (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
3188         (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
3189         (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
3190         (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
3191         (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
3192         (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
3193         (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
3194         (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
3195         (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
3196         (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
3197         (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
3198         (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
3199         (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
3200         (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
3201         (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
3202         (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
3203         (struct fbsd_sockaddr_un): New types.
3204         (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
3205         (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
3206         (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
3207         (fbsd_core_info_proc_files): New functions.
3208         (fbsd_core_info_proc): List open file descriptors for IP_FILES and
3209         IP_ALL.
3210         * fbsd-tdep.h (fbsd_info_proc_files_header)
3211         (fbsd_info_proc_files_entry): New.
3212
3213 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3214
3215         * defs.h (enum info_proc_what) [IP_FILES]: New value.
3216         * infcmd.c (info_proc_cmd_files): New function.
3217         (_initialize_infcmd): Register 'info proc files' command.
3218
3219 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3220
3221         * gnulib/aclocal-m4-deps.mk: Re-generate.
3222         * gnulib/aclocal.m4: Re-generate.
3223         * gnulib/config.in: Re-generate.
3224         * gnulib/configure: Re-generate.
3225         * gnulib/import/Makefile.am: Re-generate.
3226         * gnulib/import/Makefile.in: Re-generate.
3227         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
3228         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
3229         * gnulib/import/arpa_inet.in.h: New file.
3230         * gnulib/import/inet_ntop.c: New file.
3231         * gnulib/import/m4/arpa_inet_h.m4: New file.
3232         * gnulib/import/m4/inet_ntop.m4: New file.
3233         * gnulib/import/m4/netinet_in_h.m4: New file.
3234         * gnulib/import/m4/socklen.m4: New file.
3235         * gnulib/import/m4/sockpfaf.m4: New file.
3236         * gnulib/import/m4/stdalign.m4: New file.
3237         * gnulib/import/m4/sys_uio_h.m4: New file.
3238         * gnulib/import/netinet_in.in.h: New file.
3239         * gnulib/import/stdalign.in.h: New file.
3240         * gnulib/import/sys_socket.c: New file.
3241         * gnulib/import/sys_socket.in.h: New file.
3242         * gnulib/import/sys_uio.in.h: New file.
3243         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
3244         module.
3245
3246 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3247
3248         * gnulib/aclocal-m4-deps.mk: New file.
3249         * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
3250         deterministically.
3251
3252 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
3253
3254         * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
3255         KVE_PATH.
3256
3257 2018-09-18  Tom Tromey  <tom@tromey.com>
3258
3259         * compile/compile-object-load.c (struct
3260         link_hash_table_cleanup_data): Add constructor and destructor.
3261         Use DISABLE_COPY_AND_ASSIGN.
3262         (~link_hash_table_cleanup_data): Rename from
3263         link_hash_table_free.  Now a destructor.
3264         (copy_sections): Use gdb::unique_xmalloc_ptr.  Remove cleanups.
3265
3266 2018-09-18  Tom Tromey  <tom@tromey.com>
3267
3268         * compile/compile-object-run.c (do_module_cleanup): Use delete.
3269         * compile/compile-object-load.c (struct munmap_list): Move to
3270         header file.
3271         (munmap_list::add): Rename from munmap_list_add; rewrite.
3272         (munmap_list::~munmap_list): Rename from munmap_list_free.
3273         (munmap_listp_free_cleanup): Remove.
3274         (compile_object_load): Update.
3275         * compile/compile-object-load.h (struct munmap_list): Move from
3276         compile-object-load.c.  Rewrite.
3277
3278 2018-09-18  Alan Hayward  <alan.hayward@arm.com>
3279
3280         * aarch64-tdep.c (pass_in_v): Use register size.
3281         (aarch64_extract_return_value): Likewise.
3282         (aarch64_store_return_value): Likewise.
3283
3284 2018-09-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3285
3286         * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
3287         rlim_t.
3288
3289 2018-09-17  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3290
3291         * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
3292         Fix short help line.
3293
3294 2018-09-17  Tom Tromey  <tom@tromey.com>
3295
3296         PR python/20445:
3297         * configure: Rebuild.
3298         * configure.ac: Conditionally use -DNDEBUG for Python.
3299
3300 2018-09-17  Tom Tromey  <tom@tromey.com>
3301
3302         * configure: Rebuild.
3303         * configure.ac: Use gmp as a library dependency when checking for
3304         mpfr.
3305
3306 2018-09-17  Pedro Alves  <palves@redhat.com>
3307
3308         * python/py-inferior.c (find_inferior_object): Delete.
3309
3310 2018-09-17  Simon Marchi  <simon.marchi@ericsson.com>
3311
3312         * compile/compile-cplus-types.c
3313         (compile_cplus_instance::enter_scope): Don't use new_scope after
3314         std::move.
3315
3316 2018-09-17  Tom Tromey  <tom@tromey.com>
3317
3318         * common/pathstuff.c (get_standard_cache_dir): Use
3319         ~/Library/Caches on macOS.
3320         * common/pathstuff.h (get_standard_cache_dir): Update comment.
3321
3322 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
3323
3324         PR python/23669
3325         * breakpoint.c (commands_cmd_element): New.
3326         (_initialize_breakpoint): Assign commands_cmd_element.
3327         * breakpoint.h (commands_cmd_element): New.
3328         * cli/cli-script.c (while_cmd_element, if_command,
3329         define_cmd_element): New.
3330         (command_name_equals): Remove.
3331         (process_next_line): Compare commands by pointer, not by name.
3332         (_initialize_cli_script): Assign the various cmd_list_element
3333         variables.
3334         * compile/compile.c (compile_cmd_element): New.
3335         (_initialize_compile): Assign compile_cmd_element.
3336         * compile/compile.h (compile_cmd_element): New.
3337         * guile/guile.c (guile_cmd_element): New.
3338         (install_gdb_commands): Assign guile_cmd_element.
3339         * guile/guile.h (guile_cmd_element): New.
3340         * python/python.c (python_cmd_element): New.
3341         (_initialize_python): Assign python_cmd_element.
3342         * python/python.h (python_cmd_element): New.
3343         * tracepoint.c (while_stepping_cmd_element): New.
3344         (_initialize_tracepoint): Assign while_stepping_cmd_element.
3345         * tracepoint.h (while_stepping_cmd_element): New.
3346
3347 2018-09-17  Tom Tromey  <tom@tromey.com>
3348
3349         * infrun.c (save_infcall_suspend_state): Return
3350         infcall_suspend_state_up.
3351         (save_infcall_control_state): Return infcall_control_state_up.
3352         * inferior.h (save_infcall_suspend_state)
3353         (save_infcall_control_state): Declare later.  Return unique
3354         pointers.
3355
3356 2018-09-17  Tom Tromey  <tom@tromey.com>
3357
3358         * infrun.c (struct stop_context): Declare constructor,
3359         destructor, "changed" method.
3360         (stop_context::stop_context): Rename from save_stop_context.
3361         (stop_context::~stop_context): Rename from
3362         release_stop_context_cleanup.
3363         (normal_stop): Update.
3364         (stop_context::changed): Rename from stop_context_changed.  Return
3365         bool.
3366
3367 2018-09-17  Tom Tromey  <tom@tromey.com>
3368
3369         * inferior.h (struct infcall_suspend_state_deleter): New.
3370         (infcall_suspend_state_up): New typedef.
3371         (struct infcall_control_state_deleter): New.
3372         (infcall_control_state_up): New typedef.
3373         (make_cleanup_restore_infcall_suspend_state)
3374         (make_cleanup_restore_infcall_control_state): Don't declare.
3375         * infcall.c (call_function_by_hand_dummy): Update.
3376         * infrun.c (do_restore_infcall_suspend_state_cleanup)
3377         (make_cleanup_restore_infcall_suspend_state): Remove.
3378         (do_restore_infcall_control_state_cleanup)
3379         (make_cleanup_restore_infcall_control_state): Remove.
3380
3381 2018-09-17  Tom Tromey  <tom@tromey.com>
3382
3383         * gdbthread.h (struct thread_control_state): Add initializer.
3384         (class thread_info) <control>: Remove initializer.
3385         * inferior.h (struct inferior_control_state): Add initializer.
3386         (class inferior) <control>: Remove initializer.
3387         (exit_inferior_1): Update.
3388         * infrun.c (struct infcall_control_state): Add constructors.
3389         (save_infcall_control_state): Use new.
3390         (restore_infcall_control_state, discard_infcall_control_state):
3391         Use delete.
3392
3393 2018-09-17  Tom Tromey  <tom@tromey.com>
3394
3395         * infrun.c (struct infcall_suspend_state) <registers>: Now a
3396         unique_ptr.
3397         <siginfo_data>: Now a unique_xmalloc_ptr.
3398         (save_infcall_suspend_state, restore_infcall_suspend_state)
3399         (discard_infcall_suspend_state)
3400         (get_infcall_suspend_state_regcache): Update.
3401
3402 2018-09-17  Tom Tromey  <tom@tromey.com>
3403
3404         * gdbthread.h (struct thread_suspend_state): Add initializers.
3405         (class thread_info) <suspend>: Remove initializer.
3406         * infrun.c (struct infcall_suspend_state): Add initializers.
3407         (save_infcall_suspend_state): Use new.
3408         (discard_infcall_suspend_state): Use delete.
3409
3410 2018-09-16  Tom Tromey  <tom@tromey.com>
3411
3412         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3413         Remove.
3414         * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
3415         rvalue reference.  Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3416         (py_varobj_iter_new): Likewise.
3417         (py_varobj_get_iterator): Use gdbpy_ref.
3418
3419 2018-09-16  Tom Tromey  <tom@tromey.com>
3420
3421         * python/py-threadevent.c (py_get_event_thread): Simplify.
3422         * python/py-inferior.c (infpy_thread_from_thread_handle):
3423         Return immediately after calling thread_to_thread_object.  Use
3424         Py_RETURN_NONE.
3425         (thread_to_thread_object): Set the exception on a NULL return.
3426
3427 2018-09-16  Simon Marchi  <simon.marchi@polymtl.ca>
3428
3429         * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
3430
3431 2018-09-16  Tom Tromey  <tom@tromey.com>
3432
3433         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3434         Remove.
3435
3436 2018-09-16  Tom Tromey  <tom@tromey.com>
3437
3438         * python/python-internal.h (thread_to_thread_object): Change
3439         return type.
3440         * python/py-inferior.c (thread_to_thread_object): Return a new
3441         reference.
3442         (infpy_thread_from_thread_handle): Update.
3443         * python/py-infthread.c (gdbpy_selected_thread): Update.
3444         * python/py-stopevent.c (create_stop_event_object): Update.
3445         * python/py-threadevent.c (py_get_event_thread): Return a new
3446         reference.
3447         (py_get_event_thread): Update.
3448         * python/py-event.h (py_get_event_thread): Change return type.
3449         * python/py-continueevent.c (create_continue_event_object):
3450         Update.
3451
3452 2018-09-16  Tom Tromey  <tom@tromey.com>
3453
3454         * python/py-progspace.c (pspy_get_objfiles): Update.
3455         * python/python-internal.h (objfile_to_objfile_object): Change
3456         return type.
3457         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3458         Update.
3459         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3460         Update.
3461         * python/python.c (gdbpy_get_current_objfile): Update.
3462         (gdbpy_objfiles): Update.
3463         * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
3464         Update.
3465         (objfile_to_objfile_object): Return a new reference.
3466         * python/py-symtab.c (stpy_get_objfile): Update.
3467         * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3468         Update.
3469
3470 2018-09-16  Tom Tromey  <tom@tromey.com>
3471
3472         * python/py-inferior.c (infpy_get_progspace): Update.
3473         * python/python-internal.h (pspace_to_pspace_object): Change
3474         return type.
3475         * python/py-newobjfileevent.c
3476         (create_clear_objfiles_event_object): Update.
3477         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3478         Update.
3479         * python/python.c (gdbpy_get_current_progspace): Update.
3480         (gdbpy_progspaces): Update.
3481         * python/py-progspace.c (pspace_to_pspace_object): Return a new
3482         reference.
3483         * python/py-objfile.c (objfpy_get_progspace): Update.
3484         * python/py-prettyprint.c (find_pretty_printer_from_progspace):
3485         Update.
3486
3487 2018-09-16  Tom Tromey  <tom@tromey.com>
3488
3489         * python/lib/gdb/__init__.py (current_progspace, objfiles)
3490         (solib_name, block_for_pc, find_pc_line): New functions.
3491         (execute_unwinders): Update.
3492         * python/py-block.c (gdbpy_block_for_pc): Remove.
3493         * python/py-inferior.c (infpy_get_progspace): New function.
3494         (inferior_object_getset) <progspace>: Add.
3495         * python/py-progspace.c (pspy_objfiles): Rewrite.
3496         (pspy_solib_name, pspy_block_for_pc)
3497         (pspy_find_pc_line, pspy_is_valid): New functions.
3498         (progspace_object_methods): Add entries for solib_name,
3499         block_for_pc, find_pc_line, is_valid.
3500         * python/python-internal.h (gdbpy_block_for_pc)
3501         (build_objfiles_list): Don't declare.
3502         * python/python.c: Don't include solib.h.
3503         (gdbpy_solib_name, gdbpy_find_pc_line)
3504         (gdbpy_get_current_progspace, build_objfiles_list)
3505         (gdbpy_objfiles): Remove.
3506         (GdbMethods) <current_progspace, objfiles, block_for_pc,
3507         solib_name, find_pc_line>: Remove entries.
3508
3509 2018-09-16  Tom Tromey  <tom@tromey.com>
3510
3511         * top.c (new_ui_command): Use GNU style for metasyntactic
3512         variables.
3513         * breakpoint.c (stopat_command): Use GNU style for metasyntactic
3514         variables.
3515         * maint.c (maintenance_translate_address): Remove "<>" around
3516         text.
3517         * interps.c (interpreter_exec_cmd): Use GNU style for
3518         metasyntactic variables.
3519         * nto-procfs.c (nto_procfs_target_info): Use GNU style for
3520         metasyntactic variables.
3521         * tracepoint.c (tfind_range_command): Use GNU style for
3522         metasyntactic variables.
3523         (tfind_outside_command): Likewise.
3524         (_initialize_tracepoint): Likewise.
3525         * remote.c (extended_remote_target::create_inferior): Use GNU
3526         style for metasyntactic variables.
3527         * sparc64-tdep.c (adi_examine_command): Use GNU style for
3528         metasyntactic variables.
3529         (adi_assign_command): Likewise.
3530
3531 2018-09-16  Tom Tromey  <tom@tromey.com>
3532
3533         * disasm.c (show_disassembler_options_sfunc): Use GNU style for
3534         metasyntactic variables.  Print message if no disassembler options
3535         are available.
3536
3537 2018-09-15  Tom Tromey  <tom@tromey.com>
3538
3539         * infcmd.c (get_inferior_args): Return const char *.
3540         * inferior.h (get_inferior_args): Return type now const.
3541         * linux-tdep.c (linux_fill_prpsinfo): Update.
3542         * procfs.c (procfs_target::make_corefile_notes): Update.
3543
3544 2018-09-07  Tom Tromey  <tom@tromey.com>
3545
3546         * python/python.c (execute_gdb_command): Call bpstat_do_actions
3547         inside the TRY.
3548
3549 2018-09-14  Sandra Loosemore  <sandra@codesourcery.com>
3550
3551         * nios2-tdep.c (nios2_type_align): New.
3552         (nios2_gdb_arch_init): Install type_align hook.
3553
3554 2018-09-10  Andrew Burgess  <andrew.burgess@embecosm.com>
3555
3556         * eval.c (fake_method::fake_method): Call xzalloc directly for a
3557         type that is neither object file owned, nor gdbarch owned.
3558         * gdbtypes.c (get_type_gdbarch): Add an assert that returned
3559         gdbarch is non-NULL.
3560         (alloc_type_instance): Allocate non-objfile owned types on the
3561         gdbarch obstack.
3562         (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
3563         using TYPE_ALLOC to ensure memory is allocated on the correct
3564         obstack.
3565         * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
3566         obstack, or the gdbarch obstack.
3567         (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
3568
3569 2018-09-14  Tom Tromey  <tom@tromey.com>
3570
3571         * infcall.c (call_function_by_hand_dummy): Remove unnecessary
3572         block.
3573
3574 2018-09-14  Tom Tromey  <tom@tromey.com>
3575
3576         * nat/fork-inferior.c (get_startup_shell): Remove "static".
3577
3578 2018-09-13  Tom Tromey  <tom@tromey.com>
3579
3580         * python/py-inferior.c (infpy_thread_from_thread_handle): Now
3581         static.
3582
3583 2018-09-13  Tom Tromey  <tom@tromey.com>
3584
3585         * exec.c (try_open_exec_file): Use std::string.
3586
3587 2018-09-13  Tom Tromey  <tom@tromey.com>
3588
3589         * utils.h (gdb_bfd_errmsg): Return std::string.
3590         * exec.c (exec_file_attach): Update.
3591         * compile/compile-object-load.c (compile_object_load): Update.
3592         * utils.c (gdb_bfd_errmsg): Return std::string.
3593
3594 2018-09-13  Tom Tromey  <tom@tromey.com>
3595
3596         * procfs.c (struct procinfo_deleter): New.
3597         (procinfo_up): New typedef.
3598         (do_destroy_procinfo_cleanup): Remove.
3599         (procfs_target::info_proc): Use procinfo_up.  Remove cleanups.
3600
3601 2018-09-13  Tom Tromey  <tom@tromey.com>
3602
3603         * source.c (add_path): Use gdb::unique_xmalloc_ptr.
3604
3605 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
3606 2018-09-13  Tom Tromey  <tom@tromey.com>
3607
3608         * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
3609         (pspy_get_objfiles): New function.
3610         (progspace_object_methods): New.
3611         (pspace_object_type): Add tp_methods callback.
3612         * python/python-internal.h (build_objfiles_list): New
3613         declaration.
3614         * python/python.c (build_objfiles_list): New function.
3615         (gdbpy_objfiles): Implement using build_objfiles_list.
3616         * NEWS: Mention the Progspace.objfiles method.
3617
3618 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
3619
3620         * python/py-inferior.c (infpy_get_progspace): New function.
3621         (inferior_object_getset): Add progspace property.
3622         * NEWS: Mention the new property.
3623
3624 2018-09-13  Tom Tromey  <tom@tromey.com>
3625
3626         PR rust/23650:
3627         * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
3628
3629 2018-09-13  Tom Tromey  <tom@tromey.com>
3630
3631         PR rust/23626:
3632         * rust-lang.c (rust_enum_variant): Now static.
3633         (rust_empty_enum_p): New function.
3634         (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
3635         Handle empty enum.
3636
3637 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
3638
3639         * python/py-inferior.c (infpy_repr): New.
3640         (inferior_object_type): Register infpy_repr.
3641         * python/py-objfile.c (objfpy_repr): New.
3642         (objfile_object_type): Register objfpy_repr.
3643
3644 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
3645
3646         * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
3647
3648 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
3649
3650         * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
3651         typo.
3652
3653 2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3654
3655         * common/common-utils.c: Don't include '<sys/stat.h>'.
3656         (is_regular_file): Move to...
3657         * common/filestuff.c (is_regular_file): ... here.
3658         * common/common-utils.h (is_regular_file): Move to...
3659         * common/filestuff.h (is_regular_file): ... here.
3660
3661 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
3662
3663         * skip.c (debug_skip): New variable.
3664         (skiplist_entry::do_skip_file_p): Add debug output.
3665         (skiplist_entry::do_skip_gfile_p): Likewise.
3666         (skiplist_entry::skip_function_p): Likewise.
3667         (_initialize_step_skip): Create debug command.
3668         * NEWS: Mention set/show debug skip.
3669
3670 2018-09-11  Xavier Roirand  <roirand@adacore.com>
3671
3672         * darwin-nat.c (should_disable_startup_with_shell):
3673         New function.
3674         (darwin_nat_target::create_inferior): Add call.
3675
3676 2018-09-11  Xavier Roirand  <roirand@adacore.com>
3677
3678         * darwin-nat.h (struct darwin_thread_info) <gdb_port,
3679         inf_port, msg_state>: Initialize.
3680         (struct darwin_thread_info) <signaled, single_step>: Change
3681         type and initialize.
3682         (struct darwin_thread_info) <event>: Initialize.
3683
3684 2018-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3685
3686         PR gdb/23555
3687         PR gdb/23558
3688         * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
3689         guesses.
3690
3691 2018-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3692
3693         Revert:
3694         2018-08-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3695
3696         PR gdb/23555
3697         PR gdb/23558
3698         * gnulib/aclocal.m4: Regenerate.
3699         * gnulib/config.in: Regenerate.
3700         * gnulib/configure: Regenerate.
3701         * gnulib/import/Makefile.am: Update.
3702         * gnulib/import/Makefile.in: Update.
3703         * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3704         * gnulib/import/_Noreturn.h: ... this.
3705         * gnulib/import/alloca.in.h: Update.
3706         * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3707         * gnulib/import/arg-nonnull.h: ... this.
3708         * gnulib/import/assure.h: Update.
3709         * gnulib/import/at-func.c: Update.
3710         * gnulib/import/basename-lgpl.c: Update.
3711         * gnulib/import/extra/snippet/c++defs.h: Rename to...
3712         * gnulib/import/c++defs.h: ... this.
3713         * gnulib/import/canonicalize-lgpl.c: Update.
3714         * gnulib/import/cdefs.h: Update.
3715         * gnulib/import/chdir-long.c: Update.
3716         * gnulib/import/chdir-long.h: Update.
3717         * gnulib/import/cloexec.c: Update.
3718         * gnulib/import/cloexec.h: Update.
3719         * gnulib/import/close.c: Update.
3720         * gnulib/import/closedir.c: Update.
3721         * gnulib/import/config.charset: Update.
3722         * gnulib/import/dirent-private.h: Update.
3723         * gnulib/import/dirent.in.h: Update.
3724         * gnulib/import/dirfd.c: Update.
3725         * gnulib/import/dirname-lgpl.c: Update.
3726         * gnulib/import/dirname.h: Update.
3727         * gnulib/import/dosname.h: Update.
3728         * gnulib/import/dup-safer-flag.c: Update.
3729         * gnulib/import/dup-safer.c: Update.
3730         * gnulib/import/dup.c: Update.
3731         * gnulib/import/dup2.c: Update.
3732         * gnulib/import/errno.in.h: Update.
3733         * gnulib/import/error.c: Update.
3734         * gnulib/import/error.h: Update.
3735         * gnulib/import/exitfail.c: Update.
3736         * gnulib/import/exitfail.h: Update.
3737         * gnulib/import/extra/update-copyright: Update.
3738         * gnulib/import/fchdir.c: Update.
3739         * gnulib/import/fcntl.c: Update.
3740         * gnulib/import/fcntl.in.h: Update.
3741         * gnulib/import/fd-hook.c: Update.
3742         * gnulib/import/fd-hook.h: Update.
3743         * gnulib/import/fd-safer-flag.c: Update.
3744         * gnulib/import/fd-safer.c: Update.
3745         * gnulib/import/fdopendir.c: Update.
3746         * gnulib/import/filename.h: Update.
3747         * gnulib/import/filenamecat-lgpl.c: Update.
3748         * gnulib/import/filenamecat.h: Update.
3749         * gnulib/import/flexmember.h: Update.
3750         * gnulib/import/float+.h: Update.
3751         * gnulib/import/float.c: Update.
3752         * gnulib/import/float.in.h: Update.
3753         * gnulib/import/fnmatch.c: Update.
3754         * gnulib/import/fnmatch.in.h: Update.
3755         * gnulib/import/fnmatch_loop.c: Update.
3756         * gnulib/import/fpucw.h: Update.
3757         * gnulib/import/frexp.c: Update.
3758         * gnulib/import/frexpl.c: Update.
3759         * gnulib/import/fstat.c: Update.
3760         * gnulib/import/fstatat.c: Update.
3761         * gnulib/import/getcwd-lgpl.c: Update.
3762         * gnulib/import/getcwd.c: Update.
3763         * gnulib/import/getdtablesize.c: Update.
3764         * gnulib/import/getlogin_r.c: Update.
3765         * gnulib/import/getprogname.c: Update.
3766         * gnulib/import/getprogname.h: Update.
3767         * gnulib/import/gettext.h: Update.
3768         * gnulib/import/gettimeofday.c: Update.
3769         * gnulib/import/glob-libc.h: Update.
3770         * gnulib/import/glob.c: Update.
3771         * gnulib/import/glob.in.h: Update.
3772         * gnulib/import/glob_internal.h: Update.
3773         * gnulib/import/glob_pattern_p.c: Update.
3774         * gnulib/import/globfree.c: Update.
3775         * gnulib/import/hard-locale.c: Update.
3776         * gnulib/import/hard-locale.h: Update.
3777         * gnulib/import/intprops.h: Update.
3778         * gnulib/import/inttypes.in.h: Update.
3779         * gnulib/import/isnan.c: Update.
3780         * gnulib/import/isnand-nolibm.h: Update.
3781         * gnulib/import/isnand.c: Update.
3782         * gnulib/import/isnanl-nolibm.h: Update.
3783         * gnulib/import/isnanl.c: Update.
3784         * gnulib/import/itold.c: Update.
3785         * gnulib/import/libc-config.h: Update.
3786         * gnulib/import/limits.in.h: Update.
3787         * gnulib/import/localcharset.c: Update.
3788         * gnulib/import/localcharset.h: Update.
3789         * gnulib/import/localtime-buffer.c: Update.
3790         * gnulib/import/localtime-buffer.h: Update.
3791         * gnulib/import/lstat.c: Update.
3792         * gnulib/import/m4/00gnulib.m4: Update.
3793         * gnulib/import/m4/__inline.m4: Update.
3794         * gnulib/import/m4/absolute-header.m4: Update.
3795         * gnulib/import/m4/alloca.m4: Update.
3796         * gnulib/import/m4/builtin-expect.m4: Update.
3797         * gnulib/import/m4/canonicalize.m4: Update.
3798         * gnulib/import/m4/chdir-long.m4: Update.
3799         * gnulib/import/m4/close.m4: Update.
3800         * gnulib/import/m4/closedir.m4: Update.
3801         * gnulib/import/m4/configmake.m4: Update.
3802         * gnulib/import/m4/d-ino.m4: Update.
3803         * gnulib/import/m4/d-type.m4: Update.
3804         * gnulib/import/m4/dirent_h.m4: Update.
3805         * gnulib/import/m4/dirfd.m4: Update.
3806         * gnulib/import/m4/dirname.m4: Update.
3807         * gnulib/import/m4/double-slash-root.m4: Update.
3808         * gnulib/import/m4/dup.m4: Update.
3809         * gnulib/import/m4/dup2.m4: Update.
3810         * gnulib/import/m4/eealloc.m4: Update.
3811         * gnulib/import/m4/environ.m4: Update.
3812         * gnulib/import/m4/errno_h.m4: Update.
3813         * gnulib/import/m4/error.m4: Update.
3814         * gnulib/import/m4/exponentd.m4: Update.
3815         * gnulib/import/m4/exponentl.m4: Update.
3816         * gnulib/import/m4/extensions.m4: Update.
3817         * gnulib/import/m4/extern-inline.m4: Update.
3818         * gnulib/import/m4/fchdir.m4: Update.
3819         * gnulib/import/m4/fcntl-o.m4: Update.
3820         * gnulib/import/m4/fcntl.m4: Update.
3821         * gnulib/import/m4/fcntl_h.m4: Update.
3822         * gnulib/import/m4/fdopendir.m4: Update.
3823         * gnulib/import/m4/filenamecat.m4: Update.
3824         * gnulib/import/m4/flexmember.m4: Update.
3825         * gnulib/import/m4/float_h.m4: Update.
3826         * gnulib/import/m4/fnmatch.m4: Update.
3827         * gnulib/import/m4/fnmatch_h.m4: Update.
3828         * gnulib/import/m4/fpieee.m4: Update.
3829         * gnulib/import/m4/frexp.m4: Update.
3830         * gnulib/import/m4/frexpl.m4: Update.
3831         * gnulib/import/m4/fstat.m4: Update.
3832         * gnulib/import/m4/fstatat.m4: Update.
3833         * gnulib/import/m4/getcwd-abort-bug.m4: Update.
3834         * gnulib/import/m4/getcwd-path-max.m4: Update.
3835         * gnulib/import/m4/getcwd.m4: Update.
3836         * gnulib/import/m4/getdtablesize.m4: Update.
3837         * gnulib/import/m4/getlogin.m4: Update.
3838         * gnulib/import/m4/getlogin_r.m4: Update.
3839         * gnulib/import/m4/getpagesize.m4: Update.
3840         * gnulib/import/m4/getprogname.m4: Update.
3841         * gnulib/import/m4/gettimeofday.m4: Update.
3842         * gnulib/import/m4/glibc21.m4: Update.
3843         * gnulib/import/m4/glob.m4: Update.
3844         * gnulib/import/m4/glob_h.m4: Update.
3845         * gnulib/import/m4/gnulib-cache.m4: Update.
3846         * gnulib/import/m4/gnulib-common.m4: Update.
3847         * gnulib/import/m4/gnulib-comp.m4: Update.
3848         * gnulib/import/m4/gnulib-tool.m4: Update.
3849         * gnulib/import/m4/hard-locale.m4: Update.
3850         * gnulib/import/m4/include_next.m4: Update.
3851         * gnulib/import/m4/inttypes-pri.m4: Update.
3852         * gnulib/import/m4/inttypes.m4: Update.
3853         * gnulib/import/m4/isnand.m4: Update.
3854         * gnulib/import/m4/isnanl.m4: Update.
3855         * gnulib/import/m4/largefile.m4: Update.
3856         * gnulib/import/m4/limits-h.m4: Update.
3857         * gnulib/import/m4/localcharset.m4: Update.
3858         * gnulib/import/m4/locale-fr.m4: Update.
3859         * gnulib/import/m4/locale-ja.m4: Update.
3860         * gnulib/import/m4/locale-zh.m4: Update.
3861         * gnulib/import/m4/localtime-buffer.m4: Update.
3862         * gnulib/import/m4/longlong.m4: Update.
3863         * gnulib/import/m4/lstat.m4: Update.
3864         * gnulib/import/m4/malloc.m4: Update.
3865         * gnulib/import/m4/malloca.m4: Update.
3866         * gnulib/import/m4/math_h.m4: Update.
3867         * gnulib/import/m4/mbrtowc.m4: Update.
3868         * gnulib/import/m4/mbsinit.m4: Update.
3869         * gnulib/import/m4/mbsrtowcs.m4: Update.
3870         * gnulib/import/m4/mbstate_t.m4: Update.
3871         * gnulib/import/m4/memchr.m4: Update.
3872         * gnulib/import/m4/memmem.m4: Update.
3873         * gnulib/import/m4/mempcpy.m4: Update.
3874         * gnulib/import/m4/memrchr.m4: Update.
3875         * gnulib/import/m4/mkdir.m4: Update.
3876         * gnulib/import/m4/mkstemp.m4: Update.
3877         * gnulib/import/m4/mmap-anon.m4: Update.
3878         * gnulib/import/m4/mode_t.m4: Update.
3879         * gnulib/import/m4/msvc-inval.m4: Update.
3880         * gnulib/import/m4/msvc-nothrow.m4: Update.
3881         * gnulib/import/m4/multiarch.m4: Update.
3882         * gnulib/import/m4/nocrash.m4: Update.
3883         * gnulib/import/m4/off_t.m4: Update.
3884         * gnulib/import/m4/onceonly.m4: Update.
3885         * gnulib/import/m4/open-cloexec.m4: Update.
3886         * gnulib/import/m4/open.m4: Update.
3887         * gnulib/import/m4/openat.m4: Update.
3888         * gnulib/import/m4/opendir.m4: Update.
3889         * gnulib/import/m4/pathmax.m4: Update.
3890         * gnulib/import/m4/rawmemchr.m4: Update.
3891         * gnulib/import/m4/readdir.m4: Update.
3892         * gnulib/import/m4/readlink.m4: Update.
3893         * gnulib/import/m4/realloc.m4: Update.
3894         * gnulib/import/m4/rename.m4: Update.
3895         * gnulib/import/m4/rewinddir.m4: Update.
3896         * gnulib/import/m4/rmdir.m4: Update.
3897         * gnulib/import/m4/save-cwd.m4: Update.
3898         * gnulib/import/m4/secure_getenv.m4: Update.
3899         * gnulib/import/m4/setenv.m4: Update.
3900         * gnulib/import/m4/signal_h.m4: Update.
3901         * gnulib/import/m4/ssize_t.m4: Update.
3902         * gnulib/import/m4/stat-time.m4: Update.
3903         * gnulib/import/m4/stat.m4: Update.
3904         * gnulib/import/m4/std-gnu11.m4: Update.
3905         * gnulib/import/m4/stdbool.m4: Update.
3906         * gnulib/import/m4/stddef_h.m4: Update.
3907         * gnulib/import/m4/stdint.m4: Update.
3908         * gnulib/import/m4/stdio_h.m4: Update.
3909         * gnulib/import/m4/stdlib_h.m4: Update.
3910         * gnulib/import/m4/strchrnul.m4: Update.
3911         * gnulib/import/m4/strdup.m4: Update.
3912         * gnulib/import/m4/strerror.m4: Update.
3913         * gnulib/import/m4/string_h.m4: Update.
3914         * gnulib/import/m4/strstr.m4: Update.
3915         * gnulib/import/m4/strtok_r.m4: Update.
3916         * gnulib/import/m4/sys_socket_h.m4: Update.
3917         * gnulib/import/m4/sys_stat_h.m4: Update.
3918         * gnulib/import/m4/sys_time_h.m4: Update.
3919         * gnulib/import/m4/sys_types_h.m4: Update.
3920         * gnulib/import/m4/tempname.m4: Update.
3921         * gnulib/import/m4/time_h.m4: Update.
3922         * gnulib/import/m4/unistd-safer.m4: Update.
3923         * gnulib/import/m4/unistd_h.m4: Update.
3924         * gnulib/import/m4/warn-on-use.m4: Update.
3925         * gnulib/import/m4/wchar_h.m4: Update.
3926         * gnulib/import/m4/wchar_t.m4: Update.
3927         * gnulib/import/m4/wctype_h.m4: Update.
3928         * gnulib/import/m4/wint_t.m4: Update.
3929         * gnulib/import/malloc.c: Update.
3930         * gnulib/import/malloc/scratch_buffer.h: Update.
3931         * gnulib/import/malloc/scratch_buffer_grow.c: Update.
3932         * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
3933         * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
3934         * gnulib/import/malloca.c: Update.
3935         * gnulib/import/malloca.h: Update.
3936         * gnulib/import/malloca.valgrind: Update.
3937         * gnulib/import/math.in.h: Update.
3938         * gnulib/import/mbrtowc.c: Update.
3939         * gnulib/import/mbsinit.c: Update.
3940         * gnulib/import/mbsrtowcs-impl.h: Update.
3941         * gnulib/import/mbsrtowcs-state.c: Update.
3942         * gnulib/import/mbsrtowcs.c: Update.
3943         * gnulib/import/memchr.c: Update.
3944         * gnulib/import/memmem.c: Update.
3945         * gnulib/import/mempcpy.c: Update.
3946         * gnulib/import/memrchr.c: Update.
3947         * gnulib/import/mkdir.c: Update.
3948         * gnulib/import/mkstemp.c: Update.
3949         * gnulib/import/msvc-inval.c: Update.
3950         * gnulib/import/msvc-inval.h: Update.
3951         * gnulib/import/msvc-nothrow.c: Update.
3952         * gnulib/import/msvc-nothrow.h: Update.
3953         * gnulib/import/open.c: Update.
3954         * gnulib/import/openat-die.c: Update.
3955         * gnulib/import/openat-priv.h: Update.
3956         * gnulib/import/openat-proc.c: Update.
3957         * gnulib/import/openat.c: Update.
3958         * gnulib/import/openat.h: Update.
3959         * gnulib/import/opendir.c: Update.
3960         * gnulib/import/pathmax.h: Update.
3961         * gnulib/import/pipe-safer.c: Update.
3962         * gnulib/import/rawmemchr.c: Update.
3963         * gnulib/import/readdir.c: Update.
3964         * gnulib/import/readlink.c: Update.
3965         * gnulib/import/realloc.c: Update.
3966         * gnulib/import/ref-add.sin: Update.
3967         * gnulib/import/ref-del.sin: Update.
3968         * gnulib/import/rename.c: Update.
3969         * gnulib/import/rewinddir.c: Update.
3970         * gnulib/import/rmdir.c: Update.
3971         * gnulib/import/same-inode.h: Update.
3972         * gnulib/import/save-cwd.c: Update.
3973         * gnulib/import/save-cwd.h: Update.
3974         * gnulib/import/scratch_buffer.h: Update.
3975         * gnulib/import/secure_getenv.c: Update.
3976         * gnulib/import/setenv.c: Update.
3977         * gnulib/import/signal.in.h: Update.
3978         * gnulib/import/stat-time.c: Update.
3979         * gnulib/import/stat-time.h: Update.
3980         * gnulib/import/stat-w32.c: Update.
3981         * gnulib/import/stat-w32.h: Update.
3982         * gnulib/import/stat.c: Update.
3983         * gnulib/import/stdbool.in.h: Update.
3984         * gnulib/import/stddef.in.h: Update.
3985         * gnulib/import/stdint.in.h: Update.
3986         * gnulib/import/stdio.in.h: Update.
3987         * gnulib/import/stdlib.in.h: Update.
3988         * gnulib/import/str-two-way.h: Update.
3989         * gnulib/import/strchrnul.c: Update.
3990         * gnulib/import/strdup.c: Update.
3991         * gnulib/import/streq.h: Update.
3992         * gnulib/import/strerror-override.c: Update.
3993         * gnulib/import/strerror-override.h: Update.
3994         * gnulib/import/strerror.c: Update.
3995         * gnulib/import/string.in.h: Update.
3996         * gnulib/import/stripslash.c: Update.
3997         * gnulib/import/strnlen1.c: Update.
3998         * gnulib/import/strnlen1.h: Update.
3999         * gnulib/import/strstr.c: Update.
4000         * gnulib/import/strtok_r.c: Update.
4001         * gnulib/import/sys_stat.in.h: Update.
4002         * gnulib/import/sys_time.in.h: Update.
4003         * gnulib/import/sys_types.in.h: Update.
4004         * gnulib/import/tempname.c: Update.
4005         * gnulib/import/tempname.h: Update.
4006         * gnulib/import/time.in.h: Update.
4007         * gnulib/import/unistd--.h: Update.
4008         * gnulib/import/unistd-safer.h: Update.
4009         * gnulib/import/unistd.in.h: Update.
4010         * gnulib/import/unsetenv.c: Update.
4011         * gnulib/import/verify.h: Update.
4012         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4013         * gnulib/import/wchar.in.h: Update.
4014         * gnulib/import/wctype.in.h: Update.
4015         * gnulib/import/xalloc-oversized.h: Update.
4016         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4017         "53e2c179f26a890fa6685af4b6c1397ee370433b".
4018
4019 2018-09-10  Simon Marchi  <simon.marchi@ericsson.com>
4020
4021         * record-btrace.c (get_thread_current_frame): Remove
4022         old_inferior_ptid.
4023
4024 2018-09-10  Jerome Guitton  <guitton@adacore.com>
4025
4026         * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
4027         with check_tag to 1 if and only if the type is tagged and the
4028         component being searched cannot been found in the current
4029         view. Otherwise, always call ada_to_fixed_type with
4030         check_tag to 0.
4031
4032 2018-09-10  Xavier Roirand  <roirand@adacore.com>
4033
4034         * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
4035         declaration.
4036         * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
4037         * ada-varobj.c (ada_varobj_get_number_of_children,
4038         ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
4039
4040 2018-09-10  Xavier Roirand  <roirand@adacore.com>
4041
4042         * ada-valprint.c (ada_value_print): Use type instead of
4043         enclosing type.
4044
4045 2018-09-10  Xavier Roirand  <roirand@adacore.com>
4046
4047         * ada-lang.c (ada_value_subscript): Handle case when parameter is
4048         an array of access to unconstrained array.
4049
4050 2018-09-10  Xavier Roirand  <roirand@adacore.com>
4051
4052         * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
4053         (ada_check_typedef): Use it.
4054
4055 2018-09-10  Xavier Roirand  <roirand@adacore.com>
4056
4057         * ada-varobj.c (ada_varobj_describe_struct_child)
4058         (ada_varobj_describe_child): Handle union case like struct one.
4059
4060 2018-09-10  Tom Tromey  <tom@tromey.com>
4061
4062         PR python/18380:
4063         * python/python.c (_initialize_python): Make example in "python"
4064         help work in Python 3.
4065
4066 2018-09-10  Eli Zaretskii  <eliz@gnu.org>
4067
4068         * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
4069         INSTALL_PROGRAM to install gdb-add-index.sh.  Don't append
4070         $(EXEEXT) to the script, as it is not a program.
4071
4072 2018-09-09  Simon Marchi  <simon.marchi@ericsson.com>
4073
4074         * python/py-prettyprint.c (pretty_print_one_value): Return
4075         gdbpy_ref<>.
4076         (print_string_repr): Adjust.
4077         (apply_varobj_pretty_printer): Return gdbpy_ref<>.
4078         * python/python-internal.h (apply_varobj_pretty_printer): Return
4079         gdbpy_ref<>.
4080         * varobj.c (varobj_value_get_print_value): Adjust.
4081
4082 2018-09-08  Tom Tromey  <tom@tromey.com>
4083
4084         PR python/16047:
4085         * python/py-prettyprint.c (pretty_print_one_value): Check for
4086         to_string method.
4087
4088 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4089
4090         * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
4091         replace_operator_with_call.
4092
4093 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4094
4095         * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
4096
4097 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4098
4099         * ada-typeprint.c (print_range): Print the bounds using TYPE
4100         rather than its TYPE_TARGET_TYPE.
4101
4102 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4103
4104         * ada-lang.c (ada_to_fixed_value): Minor reformatting in
4105         call to ada_to_fixed_value_create.
4106
4107 2018-09-08  Jerome Guitton  <guitton@adacore.com>
4108
4109         * ada-lang.c (ada_decode): strip dot prefix in symbol name.
4110
4111 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4112
4113         * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
4114         by calls to error.
4115
4116 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4117
4118         * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
4119         Move update of loop variable "fi".
4120
4121 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
4122
4123         * ada-lang.c (value_assign_to_component): In the case of
4124         big-endian targets, extract the bits of the given VAL
4125         using an src_offset of zero if container is not a scalar.
4126
4127 2018-09-06  Simon Ser  <contact@emersion.fr>
4128
4129         PR gdb/23105
4130         * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
4131         TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
4132         * fbsd-tdep.c (fbsd_make_note_desc): New.
4133         (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
4134         NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
4135         * target.h (enum target_object) Add FreeBSD-specific
4136         TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
4137
4138 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
4139
4140         * compile/compile-c.h (generate_c_for_variable_locations):
4141         Change reference to pointer.
4142         * compile/compile-c-support.c (compile_program) <compute>:
4143         Likewise.
4144         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
4145         (generate_c_for_for_one_variable): Likewise
4146         (generate_c_for_variable_locations): Likewise
4147         * compile/compile-c-types.c (compile_c_instance::convert_type):
4148         Likewise
4149         * compile/compile-cplus-symbols.c (convert_one_symbol):
4150         std::move the scope passed to enter_scope.
4151         * compile/compile-cplus-types.c
4152         (compile_cplus_instance::enter_scope): Make parameter
4153         rvalue-reference.
4154         (compile_cplus_instance::new_scope): Change reference to
4155         pointer.
4156         (compile_cplus_instance::convert_type): Likewise
4157         (compile_cplus_convert_typedef): std::move the scope passed to
4158         enter_scope.
4159         (compile_cplus_convert_struct_or_union): Likewise.
4160         (compile_cplus_convert_enum): Likewise.
4161         (compile_cplus_convert_namespace): Likewise.
4162         * compile/compile-cplus.h (compile_cplus_instance)
4163         <enter_scope>: Make parameter rvalue-reference.
4164         * compile/compile-internal.h (compile_instance)
4165         <get_cached_type>: Likewise
4166         * compile/compile-loc2c.c (push): Likewise
4167         (pushf): Likewise
4168         (unary): Likewise
4169         (binary): Likewise
4170         (print_label): Likewise
4171         (pushf_register_address): Likewise
4172         (pushf_register): Likewise
4173         (do_compile_dwarf_expr_to_c): Likewise
4174         (compile_dwarf_expr_to_c): Likewise
4175         (compile_dwarf_bounds_to_c): Likewise
4176         * compile/compile.c (compile_instance::get_cached_type):
4177         Likewise
4178         * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
4179         (compile_dwarf_bounds_to_c): Likewise
4180         * dwarf2loc.c (locexpr_generate_c_location): Likewise.
4181         (dwarf2_compile_property_to_c): Likewise
4182         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
4183         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
4184         Likewise
4185
4186 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
4187
4188         * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
4189         * tui/tui-data.c (init_content_element): Don't initialize it.
4190
4191 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
4192
4193         * tui/tui-data.h (struct tui_win_info)
4194         <detail::opaque>: Remove.
4195         * tui/tui-data.c (init_win_info): Remove assignment.
4196
4197 2018-09-05  Tom Tromey  <tom@tromey.com>
4198
4199         * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
4200         -Wformat-nonliteral.
4201         * target-float.c (host_float_ops<T>::to_string)
4202         (host_float_ops<T>::from_string): Use
4203         DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4204         * configure: Rebuild.
4205
4206 2018-09-05  Simon Marchi  <simon.marchi@ericsson.com>
4207
4208         * printcmd.c (printf_c_string): Use
4209         DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
4210         (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
4211
4212 2018-09-05  Tom Tromey  <tom@tromey.com>
4213
4214         * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
4215
4216 2018-09-05  Tom de Vries  <tdevries@suse.de>
4217
4218         * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
4219         with resolve_abstract_p == true.
4220         (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
4221         defaulting to false. Propagate resolve_abstract_p to
4222         dwarf2_fetch_die_loc_sect_off.
4223         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
4224         parameter, defaulting to false.
4225         * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
4226         (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
4227         parameter.
4228         * dwarf2read.h (struct die_info): Forward-declare.
4229         (die_info_ptr): New typedef.
4230         (struct dwarf2_per_objfile): Add abstract_to_concrete field.
4231
4232 2018-09-05  Joel Brobecker  <brobecker@adacore.com>
4233
4234         GDB 8.2 released.
4235
4236 2018-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4237             Pedro Alves  <palves@redhat.com>
4238
4239         * gnulib/Makefile.in (aclocal_m4_deps): Move to
4240         "aclocal-m4-deps.mk".  Include file here.
4241         $(srcdir)/aclocal.m4: Add "configure.ac".
4242         * gnulib/aclocal-m4-deps.mk: New file.
4243         * gnulib/update-gnulib.sh: Automatically update
4244         "aclocal-m4-deps.mk".
4245
4246 2018-09-04  Tom Tromey  <tom@tromey.com>
4247
4248         * configure: Rebuild.
4249         * configure.ac: Remove multi-ice code.
4250
4251 2018-09-04  Tom Tromey  <tom@tromey.com>
4252
4253         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
4254         (ada-exp.o): Update.
4255
4256 2018-09-04  Tom Tromey  <tom@tromey.com>
4257
4258         * Makefile.in (printcmd.o, target-float.o): Remove.
4259         (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
4260
4261 2018-09-04  Tom Tromey  <tom@tromey.com>
4262
4263         * gnulib/Makefile.in: Remove obsolete comment.
4264         * Makefile.in: Remove obsolete comment.
4265
4266 2018-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
4267
4268         * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
4269         line with '+'.
4270
4271 2018-09-03  Andrew Burgess  <andrew.burgess@embecosm.com>
4272
4273         * riscv-tdep.c: Add 'prologue-value.h' include.
4274         (struct riscv_unwind_cache): New struct.
4275         (riscv_debug_unwinder): New global.
4276         (riscv_scan_prologue): Update arguments, capture register details
4277         from prologue scan.
4278         (riscv_skip_prologue): Reformat arguments line, move end of
4279         prologue calculation into riscv_scan_prologue.
4280         (riscv_frame_cache): Update return type, create
4281         riscv_unwind_cache, scan the prologue, and fill in remaining cache
4282         details.
4283         (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
4284         (riscv_frame_prev_register): Use the trad_frame within the
4285         riscv_unwind_cache.
4286         (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
4287         flag.
4288
4289 2018-09-03  Andrew Burgess  <andrew.burgess@embecosm.com>
4290
4291         * trad-frame.h (trad_frame_set_realreg): Declare.
4292         (trad_frame_set_addr): Declare.
4293         * trad-frame.c (trad_frame_set_realreg): Define new function.
4294         (trad_frame_set_addr): Define new function.
4295         (trad_frame_set_reg_realreg): Use new function.
4296         (trad_frame_set_reg_addr): Use new function.
4297
4298 2018-09-01  Keith Seitz  <keiths@redhat.com>
4299
4300         * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
4301         pulongest instead of "%lld".
4302         * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
4303         ATTRIBUTE_UNUSED.
4304
4305 2018-08-31  Tom Tromey  <tom@tromey.com>
4306
4307         * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
4308         variant part type.
4309
4310 2018-08-31  Pedro Alves  <palves@redhat.com>
4311
4312         * gdbarch.h: Regenerate.
4313
4314 2018-08-31  Pedro Alves  <palves@redhat.com>
4315
4316         * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
4317         * target.h (Hardware watchpoint interfaces): Describe
4318         continuable/steppable/non-steppable watchpoints.
4319         * gdbarch.h, gdbarch.c: Regenerate.
4320
4321 2018-08-31  Pedro Alves  <palves@redhat.com>
4322
4323         * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
4324         Delete.
4325         * s390-linux-nat.c
4326         (s390_linux_nat_target::have_continuable_watchpoint): Delete.
4327         * target.h (target_ops::have_continuable_watchpoint): Delete.
4328         (target_have_continuable_watchpoint): Delete.
4329         * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
4330         * target-delegates.c: Regenerate.
4331
4332 2018-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
4333
4334         * gnulib/Makefile.in (aclocal_m4_deps): Update according to
4335         the files present in "gnulib/import/m4/".
4336
4337 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
4338
4339         * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
4340         c.sw, c.swsp, and c.sdsp.
4341
4342 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
4343
4344         * riscv-tdep.c (struct riscv_inferior_data): Delete.
4345         (riscv_read_misa_reg): Don't cache value read into inferior data.
4346         (riscv_new_inferior_data): Delete.
4347         (riscv_inferior_data_cleanup): Delete.
4348         (riscv_inferior_data): Delete.
4349         (riscv_invalidate_inferior_data): Delete.
4350         (_initialize_riscv_tdep): Remove initialisation of inferior data.
4351
4352 2018-08-30  Simon Marchi  <simon.marchi@ericsson.com>
4353
4354         * compile/compile-cplus-types.c
4355         (compile_cplus_instance::leave_scope): Take the address of scope
4356         object.
4357         (compile_cplus_instance::convert_qualified_base): Compare quals
4358         to 0.
4359
4360 2018-08-30  Keith Seitz  <keiths@redhat.com>
4361
4362         * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
4363         Use "%s" and host_address_to_string instead of "%p" in printf.
4364
4365 2018-08-29  Keith Seitz  <keiths@redhat.com>
4366
4367         * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
4368         and compile-cplus-types.c.
4369         (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
4370         * c-lang.c (cplus_language_defn): Set C++ compile functions.
4371         * c-lang.h (cplus_get_compile_context, cplus_compute_program):
4372         Declare.
4373         * compile/compile-c-support.c: Include compile-cplus.h.
4374         (load_libcompile): Templatize.
4375         (get_compile_context): "New" function.
4376         (c_get_compile_context): Use get_compile_context.
4377         (cplus_get_compile_context): New function.
4378         (cplus_push_user_expression, cplus_pop_user_expression)
4379         (cplus_add_code_header, cplus_add_input, cplus_compile_program)
4380         (cplus_compute_program): Define new structs/functions.
4381         * compile/compile-cplus-symmbols.c: New file.
4382         * compile/compile-cplus-types.c: New file.
4383         * compile/compile-cplus.h: New file.
4384         * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
4385         Declare.
4386         * compile/compile-object-load.c (get_out_value_type): Use
4387         strncmp_iw when comparing symbol names.
4388         (compile_object_load): Add mst_bss and mst_data.
4389         * compile/compile.c (_initialize_compile): Remove
4390         -Wno-implicit-function-declaration from `compile_args'.
4391         * compile/gcc-cp-plugin.h: New file.
4392         * NEWS: Mention C++ compile support and new debug options.
4393
4394 2018-08-29  Keith Seitz  <keiths@redhat.com>
4395
4396         * linespec.c (collect_info::add_symbol): Make virtual.
4397         (struct symbol_searcher_collect_info): New struct.
4398         (symbol_searcher::find_all_symbols): New method.
4399         * symtab.h (class symbol_searcher): New class.
4400
4401 2018-08-29  Keith Seitz  <keiths@redhat.com>
4402
4403         * linespec.c (struct linespec) <function_symbols, label_symbols>:
4404         Change to vector of block_symbol.  Update all users.
4405         (struct collect_info) <symbols>: Likewise.
4406         (collect_info::add_symbol): Take block_symbol as argument.
4407         Update all callers.
4408         (decode_compound_collector) <m_symbols>: Change type to vector
4409         of block_symbol.  Update all users.
4410         (decode_compound_collector::operator ()): Change parameter type
4411         to block_symbol.
4412         (find_method, find_function_symbols, find_linespec_symbols)
4413         (find_label_symbols_in_block, find_label_symbols): Change symbol
4414         vectors to block_symbol vectors.
4415         * symtab.h (symbol_found_callback_ftype): Change parameter type to
4416         block_symbol.
4417
4418 2018-08-29  Keith Seitz  <keiths@redhat.com>
4419
4420         * linespec.c (symbolp): Remove typedef and VEC definitions.
4421         (bound_minimal_symbol_d): Likewise.
4422
4423 2018-08-29  Keith Seitz  <keiths@redhat.com>
4424
4425         * linespec.c (decode_compound_collector::decode_compound_collector):
4426         Remove initialization for `m_symtabs'.
4427         (decode_compound_collector::release_symbols): Change return type
4428         to std::vector.  Update all callers.
4429         (class decode_compound_collector) <m_symbols>: Change type to
4430         std::vector.
4431         (lookup_prefix_sym): Change return type to std::vector.  Update all
4432         callers.
4433         (compare_symbols): Remove.
4434         (std_compare_symbols): Rename to `compare_symbols'.
4435         (find_method): Change `sym_classes' parameter to std::vector.
4436         Update all callers.  Use std::sort to sort sym_classes.
4437         (find_linespec_symbols): Remove cleanup.
4438
4439 2018-08-29  Keith Seitz  <keiths@redhat.com>
4440
4441         * linespec.c (struct linespec) <minimal_symbols>: Change type to
4442         std::vector.  Update all users.
4443         (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
4444         (struct collect_info) <minimal_symbols>: Likewise.
4445         (compare_msymbols): Return bool.  Change parameters to const
4446         bound_minimal_symbol references.
4447         (find_method, find_function_symbols, find_linespec_symbols): Change
4448         `minsyms' parameter to std::vector.  Update all callers.
4449
4450 2018-08-29  Keith Seitz  <keiths@redhat.com>
4451
4452         * linespec.c (struct linespec) <label_symbols>: Change type to
4453         std::vector.  Update all users.
4454         (find_label_symbols_in_block): Change `result' parameter to
4455         std::vector.  Update all callers.
4456         (find_label_symbols): Return std::vector.  Update all callers.
4457
4458 2018-08-29  Keith Seitz  <keiths@redhat.com>
4459
4460         * linespec.c (struct linespec) <function_symbols>: Change type to
4461         std::vector.  Update all users.
4462         (struct collect_info) <function_symbols>: Likewise.
4463         (convert_linespec_to_sals): Use std::sort to sort function_symbols.
4464         (std_compare_symbols): New function.
4465         (find_method, find_function_symbols, find_linespec_symbols)
4466         (find_label_symbols_in_block): Change `symbols' parameter to
4467         std::vector.  Update all callers.
4468         (find_label_symbols): Likewise for `function_symbols' and
4469         `label_funcs_ret'.
4470
4471 2018-08-29  Keith Seitz  <keiths@redhat.com>
4472
4473         * linespec.c (symtab_vector_up): Define.
4474         (struct linespec) <file_symtabs>: Change type to std::vector *.
4475         Update all uses.
4476         (struct collect_info) <file_symtabs>: Likewise.
4477         (collect_symtabs_from_filename): Return symtab_vector_up.
4478         Update all callers.
4479         (decode_objc): Remove cleanup.
4480         (symtab_collector::symtab_collector): Initialize `m_symtabs'.
4481         (symtab_collector::release_symtabs): Return symtab_vector_up.
4482         Update all callers.
4483         (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
4484         Update all users.
4485         (collect_symtabs_from_filename, symtabs_from_filename): Return
4486         symtab_vector_up.  Update all callers.
4487
4488 2018-08-29  Tom Tromey  <tom@tromey.com>
4489
4490         * csky-tdep.c (csky_analyze_prologue): Use
4491         core_addr_to_string_nz.
4492
4493 2018-08-29  Tom Tromey  <tom@tromey.com>
4494
4495         * windows-nat.c (struct xlate_exception) <them>: Change type to
4496         DWORD.
4497         (xlate): Fix formatting.  Remove last entry.
4498         (struct xlate_exception, xlate): Comment out.
4499         (windows_nat_target::resume): Use ranged for.
4500
4501 2018-08-29  Jim Wilson  <jimw@sifive.com>
4502
4503         * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
4504         (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
4505         of NT_PRFPREG.
4506         (riscv_linux_nat_target::store_registers): Likewise.
4507
4508 2018-08-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4509
4510         PR gdb/23555
4511         PR gdb/23558
4512         * gnulib/aclocal.m4: Regenerate.
4513         * gnulib/config.in: Regenerate.
4514         * gnulib/configure: Regenerate.
4515         * gnulib/import/Makefile.am: Update.
4516         * gnulib/import/Makefile.in: Update.
4517         * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
4518         * gnulib/import/_Noreturn.h: ... this.
4519         * gnulib/import/alloca.in.h: Update.
4520         * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
4521         * gnulib/import/arg-nonnull.h: ... this.
4522         * gnulib/import/assure.h: Update.
4523         * gnulib/import/at-func.c: Update.
4524         * gnulib/import/basename-lgpl.c: Update.
4525         * gnulib/import/extra/snippet/c++defs.h: Rename to...
4526         * gnulib/import/c++defs.h: ... this.
4527         * gnulib/import/canonicalize-lgpl.c: Update.
4528         * gnulib/import/cdefs.h: Update.
4529         * gnulib/import/chdir-long.c: Update.
4530         * gnulib/import/chdir-long.h: Update.
4531         * gnulib/import/cloexec.c: Update.
4532         * gnulib/import/cloexec.h: Update.
4533         * gnulib/import/close.c: Update.
4534         * gnulib/import/closedir.c: Update.
4535         * gnulib/import/config.charset: Update.
4536         * gnulib/import/dirent-private.h: Update.
4537         * gnulib/import/dirent.in.h: Update.
4538         * gnulib/import/dirfd.c: Update.
4539         * gnulib/import/dirname-lgpl.c: Update.
4540         * gnulib/import/dirname.h: Update.
4541         * gnulib/import/dosname.h: Update.
4542         * gnulib/import/dup-safer-flag.c: Update.
4543         * gnulib/import/dup-safer.c: Update.
4544         * gnulib/import/dup.c: Update.
4545         * gnulib/import/dup2.c: Update.
4546         * gnulib/import/errno.in.h: Update.
4547         * gnulib/import/error.c: Update.
4548         * gnulib/import/error.h: Update.
4549         * gnulib/import/exitfail.c: Update.
4550         * gnulib/import/exitfail.h: Update.
4551         * gnulib/import/extra/update-copyright: Update.
4552         * gnulib/import/fchdir.c: Update.
4553         * gnulib/import/fcntl.c: Update.
4554         * gnulib/import/fcntl.in.h: Update.
4555         * gnulib/import/fd-hook.c: Update.
4556         * gnulib/import/fd-hook.h: Update.
4557         * gnulib/import/fd-safer-flag.c: Update.
4558         * gnulib/import/fd-safer.c: Update.
4559         * gnulib/import/fdopendir.c: Update.
4560         * gnulib/import/filename.h: Update.
4561         * gnulib/import/filenamecat-lgpl.c: Update.
4562         * gnulib/import/filenamecat.h: Update.
4563         * gnulib/import/flexmember.h: Update.
4564         * gnulib/import/float+.h: Update.
4565         * gnulib/import/float.c: Update.
4566         * gnulib/import/float.in.h: Update.
4567         * gnulib/import/fnmatch.c: Update.
4568         * gnulib/import/fnmatch.in.h: Update.
4569         * gnulib/import/fnmatch_loop.c: Update.
4570         * gnulib/import/fpucw.h: Update.
4571         * gnulib/import/frexp.c: Update.
4572         * gnulib/import/frexpl.c: Update.
4573         * gnulib/import/fstat.c: Update.
4574         * gnulib/import/fstatat.c: Update.
4575         * gnulib/import/getcwd-lgpl.c: Update.
4576         * gnulib/import/getcwd.c: Update.
4577         * gnulib/import/getdtablesize.c: Update.
4578         * gnulib/import/getlogin_r.c: Update.
4579         * gnulib/import/getprogname.c: Update.
4580         * gnulib/import/getprogname.h: Update.
4581         * gnulib/import/gettext.h: Update.
4582         * gnulib/import/gettimeofday.c: Update.
4583         * gnulib/import/glob-libc.h: Update.
4584         * gnulib/import/glob.c: Update.
4585         * gnulib/import/glob.in.h: Update.
4586         * gnulib/import/glob_internal.h: Update.
4587         * gnulib/import/glob_pattern_p.c: Update.
4588         * gnulib/import/globfree.c: Update.
4589         * gnulib/import/hard-locale.c: Update.
4590         * gnulib/import/hard-locale.h: Update.
4591         * gnulib/import/intprops.h: Update.
4592         * gnulib/import/inttypes.in.h: Update.
4593         * gnulib/import/isnan.c: Update.
4594         * gnulib/import/isnand-nolibm.h: Update.
4595         * gnulib/import/isnand.c: Update.
4596         * gnulib/import/isnanl-nolibm.h: Update.
4597         * gnulib/import/isnanl.c: Update.
4598         * gnulib/import/itold.c: Update.
4599         * gnulib/import/libc-config.h: Update.
4600         * gnulib/import/limits.in.h: Update.
4601         * gnulib/import/localcharset.c: Update.
4602         * gnulib/import/localcharset.h: Update.
4603         * gnulib/import/localtime-buffer.c: Update.
4604         * gnulib/import/localtime-buffer.h: Update.
4605         * gnulib/import/lstat.c: Update.
4606         * gnulib/import/m4/00gnulib.m4: Update.
4607         * gnulib/import/m4/__inline.m4: Update.
4608         * gnulib/import/m4/absolute-header.m4: Update.
4609         * gnulib/import/m4/alloca.m4: Update.
4610         * gnulib/import/m4/builtin-expect.m4: Update.
4611         * gnulib/import/m4/canonicalize.m4: Update.
4612         * gnulib/import/m4/chdir-long.m4: Update.
4613         * gnulib/import/m4/close.m4: Update.
4614         * gnulib/import/m4/closedir.m4: Update.
4615         * gnulib/import/m4/configmake.m4: Update.
4616         * gnulib/import/m4/d-ino.m4: Update.
4617         * gnulib/import/m4/d-type.m4: Update.
4618         * gnulib/import/m4/dirent_h.m4: Update.
4619         * gnulib/import/m4/dirfd.m4: Update.
4620         * gnulib/import/m4/dirname.m4: Update.
4621         * gnulib/import/m4/double-slash-root.m4: Update.
4622         * gnulib/import/m4/dup.m4: Update.
4623         * gnulib/import/m4/dup2.m4: Update.
4624         * gnulib/import/m4/eealloc.m4: Update.
4625         * gnulib/import/m4/environ.m4: Update.
4626         * gnulib/import/m4/errno_h.m4: Update.
4627         * gnulib/import/m4/error.m4: Update.
4628         * gnulib/import/m4/exponentd.m4: Update.
4629         * gnulib/import/m4/exponentl.m4: Update.
4630         * gnulib/import/m4/extensions.m4: Update.
4631         * gnulib/import/m4/extern-inline.m4: Update.
4632         * gnulib/import/m4/fchdir.m4: Update.
4633         * gnulib/import/m4/fcntl-o.m4: Update.
4634         * gnulib/import/m4/fcntl.m4: Update.
4635         * gnulib/import/m4/fcntl_h.m4: Update.
4636         * gnulib/import/m4/fdopendir.m4: Update.
4637         * gnulib/import/m4/filenamecat.m4: Update.
4638         * gnulib/import/m4/flexmember.m4: Update.
4639         * gnulib/import/m4/float_h.m4: Update.
4640         * gnulib/import/m4/fnmatch.m4: Update.
4641         * gnulib/import/m4/fnmatch_h.m4: Update.
4642         * gnulib/import/m4/fpieee.m4: Update.
4643         * gnulib/import/m4/frexp.m4: Update.
4644         * gnulib/import/m4/frexpl.m4: Update.
4645         * gnulib/import/m4/fstat.m4: Update.
4646         * gnulib/import/m4/fstatat.m4: Update.
4647         * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4648         * gnulib/import/m4/getcwd-path-max.m4: Update.
4649         * gnulib/import/m4/getcwd.m4: Update.
4650         * gnulib/import/m4/getdtablesize.m4: Update.
4651         * gnulib/import/m4/getlogin.m4: Update.
4652         * gnulib/import/m4/getlogin_r.m4: Update.
4653         * gnulib/import/m4/getpagesize.m4: Update.
4654         * gnulib/import/m4/getprogname.m4: Update.
4655         * gnulib/import/m4/gettimeofday.m4: Update.
4656         * gnulib/import/m4/glibc21.m4: Update.
4657         * gnulib/import/m4/glob.m4: Update.
4658         * gnulib/import/m4/glob_h.m4: Update.
4659         * gnulib/import/m4/gnulib-cache.m4: Update.
4660         * gnulib/import/m4/gnulib-common.m4: Update.
4661         * gnulib/import/m4/gnulib-comp.m4: Update.
4662         * gnulib/import/m4/gnulib-tool.m4: Update.
4663         * gnulib/import/m4/hard-locale.m4: Update.
4664         * gnulib/import/m4/include_next.m4: Update.
4665         * gnulib/import/m4/inttypes-pri.m4: Update.
4666         * gnulib/import/m4/inttypes.m4: Update.
4667         * gnulib/import/m4/isnand.m4: Update.
4668         * gnulib/import/m4/isnanl.m4: Update.
4669         * gnulib/import/m4/largefile.m4: Update.
4670         * gnulib/import/m4/limits-h.m4: Update.
4671         * gnulib/import/m4/localcharset.m4: Update.
4672         * gnulib/import/m4/locale-fr.m4: Update.
4673         * gnulib/import/m4/locale-ja.m4: Update.
4674         * gnulib/import/m4/locale-zh.m4: Update.
4675         * gnulib/import/m4/localtime-buffer.m4: Update.
4676         * gnulib/import/m4/longlong.m4: Update.
4677         * gnulib/import/m4/lstat.m4: Update.
4678         * gnulib/import/m4/malloc.m4: Update.
4679         * gnulib/import/m4/malloca.m4: Update.
4680         * gnulib/import/m4/math_h.m4: Update.
4681         * gnulib/import/m4/mbrtowc.m4: Update.
4682         * gnulib/import/m4/mbsinit.m4: Update.
4683         * gnulib/import/m4/mbsrtowcs.m4: Update.
4684         * gnulib/import/m4/mbstate_t.m4: Update.
4685         * gnulib/import/m4/memchr.m4: Update.
4686         * gnulib/import/m4/memmem.m4: Update.
4687         * gnulib/import/m4/mempcpy.m4: Update.
4688         * gnulib/import/m4/memrchr.m4: Update.
4689         * gnulib/import/m4/mkdir.m4: Update.
4690         * gnulib/import/m4/mkstemp.m4: Update.
4691         * gnulib/import/m4/mmap-anon.m4: Update.
4692         * gnulib/import/m4/mode_t.m4: Update.
4693         * gnulib/import/m4/msvc-inval.m4: Update.
4694         * gnulib/import/m4/msvc-nothrow.m4: Update.
4695         * gnulib/import/m4/multiarch.m4: Update.
4696         * gnulib/import/m4/nocrash.m4: Update.
4697         * gnulib/import/m4/off_t.m4: Update.
4698         * gnulib/import/m4/onceonly.m4: Update.
4699         * gnulib/import/m4/open-cloexec.m4: Update.
4700         * gnulib/import/m4/open.m4: Update.
4701         * gnulib/import/m4/openat.m4: Update.
4702         * gnulib/import/m4/opendir.m4: Update.
4703         * gnulib/import/m4/pathmax.m4: Update.
4704         * gnulib/import/m4/rawmemchr.m4: Update.
4705         * gnulib/import/m4/readdir.m4: Update.
4706         * gnulib/import/m4/readlink.m4: Update.
4707         * gnulib/import/m4/realloc.m4: Update.
4708         * gnulib/import/m4/rename.m4: Update.
4709         * gnulib/import/m4/rewinddir.m4: Update.
4710         * gnulib/import/m4/rmdir.m4: Update.
4711         * gnulib/import/m4/save-cwd.m4: Update.
4712         * gnulib/import/m4/secure_getenv.m4: Update.
4713         * gnulib/import/m4/setenv.m4: Update.
4714         * gnulib/import/m4/signal_h.m4: Update.
4715         * gnulib/import/m4/ssize_t.m4: Update.
4716         * gnulib/import/m4/stat-time.m4: Update.
4717         * gnulib/import/m4/stat.m4: Update.
4718         * gnulib/import/m4/std-gnu11.m4: Update.
4719         * gnulib/import/m4/stdbool.m4: Update.
4720         * gnulib/import/m4/stddef_h.m4: Update.
4721         * gnulib/import/m4/stdint.m4: Update.
4722         * gnulib/import/m4/stdio_h.m4: Update.
4723         * gnulib/import/m4/stdlib_h.m4: Update.
4724         * gnulib/import/m4/strchrnul.m4: Update.
4725         * gnulib/import/m4/strdup.m4: Update.
4726         * gnulib/import/m4/strerror.m4: Update.
4727         * gnulib/import/m4/string_h.m4: Update.
4728         * gnulib/import/m4/strstr.m4: Update.
4729         * gnulib/import/m4/strtok_r.m4: Update.
4730         * gnulib/import/m4/sys_socket_h.m4: Update.
4731         * gnulib/import/m4/sys_stat_h.m4: Update.
4732         * gnulib/import/m4/sys_time_h.m4: Update.
4733         * gnulib/import/m4/sys_types_h.m4: Update.
4734         * gnulib/import/m4/tempname.m4: Update.
4735         * gnulib/import/m4/time_h.m4: Update.
4736         * gnulib/import/m4/unistd-safer.m4: Update.
4737         * gnulib/import/m4/unistd_h.m4: Update.
4738         * gnulib/import/m4/warn-on-use.m4: Update.
4739         * gnulib/import/m4/wchar_h.m4: Update.
4740         * gnulib/import/m4/wchar_t.m4: Update.
4741         * gnulib/import/m4/wctype_h.m4: Update.
4742         * gnulib/import/m4/wint_t.m4: Update.
4743         * gnulib/import/malloc.c: Update.
4744         * gnulib/import/malloc/scratch_buffer.h: Update.
4745         * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4746         * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4747         * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4748         * gnulib/import/malloca.c: Update.
4749         * gnulib/import/malloca.h: Update.
4750         * gnulib/import/malloca.valgrind: Update.
4751         * gnulib/import/math.in.h: Update.
4752         * gnulib/import/mbrtowc.c: Update.
4753         * gnulib/import/mbsinit.c: Update.
4754         * gnulib/import/mbsrtowcs-impl.h: Update.
4755         * gnulib/import/mbsrtowcs-state.c: Update.
4756         * gnulib/import/mbsrtowcs.c: Update.
4757         * gnulib/import/memchr.c: Update.
4758         * gnulib/import/memmem.c: Update.
4759         * gnulib/import/mempcpy.c: Update.
4760         * gnulib/import/memrchr.c: Update.
4761         * gnulib/import/mkdir.c: Update.
4762         * gnulib/import/mkstemp.c: Update.
4763         * gnulib/import/msvc-inval.c: Update.
4764         * gnulib/import/msvc-inval.h: Update.
4765         * gnulib/import/msvc-nothrow.c: Update.
4766         * gnulib/import/msvc-nothrow.h: Update.
4767         * gnulib/import/open.c: Update.
4768         * gnulib/import/openat-die.c: Update.
4769         * gnulib/import/openat-priv.h: Update.
4770         * gnulib/import/openat-proc.c: Update.
4771         * gnulib/import/openat.c: Update.
4772         * gnulib/import/openat.h: Update.
4773         * gnulib/import/opendir.c: Update.
4774         * gnulib/import/pathmax.h: Update.
4775         * gnulib/import/pipe-safer.c: Update.
4776         * gnulib/import/rawmemchr.c: Update.
4777         * gnulib/import/readdir.c: Update.
4778         * gnulib/import/readlink.c: Update.
4779         * gnulib/import/realloc.c: Update.
4780         * gnulib/import/ref-add.sin: Update.
4781         * gnulib/import/ref-del.sin: Update.
4782         * gnulib/import/rename.c: Update.
4783         * gnulib/import/rewinddir.c: Update.
4784         * gnulib/import/rmdir.c: Update.
4785         * gnulib/import/same-inode.h: Update.
4786         * gnulib/import/save-cwd.c: Update.
4787         * gnulib/import/save-cwd.h: Update.
4788         * gnulib/import/scratch_buffer.h: Update.
4789         * gnulib/import/secure_getenv.c: Update.
4790         * gnulib/import/setenv.c: Update.
4791         * gnulib/import/signal.in.h: Update.
4792         * gnulib/import/stat-time.c: Update.
4793         * gnulib/import/stat-time.h: Update.
4794         * gnulib/import/stat-w32.c: Update.
4795         * gnulib/import/stat-w32.h: Update.
4796         * gnulib/import/stat.c: Update.
4797         * gnulib/import/stdbool.in.h: Update.
4798         * gnulib/import/stddef.in.h: Update.
4799         * gnulib/import/stdint.in.h: Update.
4800         * gnulib/import/stdio.in.h: Update.
4801         * gnulib/import/stdlib.in.h: Update.
4802         * gnulib/import/str-two-way.h: Update.
4803         * gnulib/import/strchrnul.c: Update.
4804         * gnulib/import/strdup.c: Update.
4805         * gnulib/import/streq.h: Update.
4806         * gnulib/import/strerror-override.c: Update.
4807         * gnulib/import/strerror-override.h: Update.
4808         * gnulib/import/strerror.c: Update.
4809         * gnulib/import/string.in.h: Update.
4810         * gnulib/import/stripslash.c: Update.
4811         * gnulib/import/strnlen1.c: Update.
4812         * gnulib/import/strnlen1.h: Update.
4813         * gnulib/import/strstr.c: Update.
4814         * gnulib/import/strtok_r.c: Update.
4815         * gnulib/import/sys_stat.in.h: Update.
4816         * gnulib/import/sys_time.in.h: Update.
4817         * gnulib/import/sys_types.in.h: Update.
4818         * gnulib/import/tempname.c: Update.
4819         * gnulib/import/tempname.h: Update.
4820         * gnulib/import/time.in.h: Update.
4821         * gnulib/import/unistd--.h: Update.
4822         * gnulib/import/unistd-safer.h: Update.
4823         * gnulib/import/unistd.in.h: Update.
4824         * gnulib/import/unsetenv.c: Update.
4825         * gnulib/import/verify.h: Update.
4826         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4827         * gnulib/import/wchar.in.h: Update.
4828         * gnulib/import/wctype.in.h: Update.
4829         * gnulib/import/xalloc-oversized.h: Update.
4830         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4831         "53e2c179f26a890fa6685af4b6c1397ee370433b".
4832
4833 2018-08-16  Gary Benson <gbenson@redhat.com>
4834
4835         PR gdb/13000:
4836         * gdb/main.c (captured_main_1): Exit with nonzero status
4837         in batch mode if the last command to be executed failed.
4838         * NEWS: Mention the above.
4839
4840 2018-08-29  Simon Marchi  <simon.marchi@ericsson.com>
4841
4842         * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
4843         end of warning message.
4844
4845 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
4846
4847         PR gdb/22943:
4848         * aarch64-tdep.c (is_hfa_or_hva): Remove function.
4849         (aarch64_extract_return_value): Use
4850         aapcs_is_vfp_call_or_return_candidate.
4851         (aarch64_return_in_memory): Likewise.
4852         (aarch64_store_return_value): Likewise.
4853
4854 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
4855
4856         * aarch64-tdep.c
4857         (aapcs_is_vfp_call_or_return_candidate): Make static
4858         (pass_in_v_or_stack): Remove function.
4859         (pass_in_v_vfp_candidate): New function.
4860         (aarch64_push_dummy_call): Check for float register candidates.
4861
4862 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
4863
4864         * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
4865         (aapcs_is_vfp_call_or_return_candidate_1): New function.
4866         (aapcs_is_vfp_call_or_return_candidate): Likewise.
4867
4868 2018-08-28  Simon Marchi  <simon.marchi@polymtl.ca>
4869
4870         PR build/23399
4871         * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
4872         (struct ipa_sym_addresses): Rename to...
4873         (struct ipa_sym_addresses_common): ... this.
4874         * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
4875
4876 2018-08-28  Tom Tromey  <tom@tromey.com>
4877
4878         * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4879         (token_fifo): Now a std::vector.
4880         (yylex, c_parse): Update.
4881         * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4882         (token_fifo): Now a std::vector.
4883         (yylex, d_parse): Update.
4884         * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4885         (token_fifo): Now a std::vector.
4886         (yylex, go_parse): Update.
4887
4888 2018-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4889
4890         * parser-defs.h (struct type_stack) <elements>: Change type to
4891         std::vector<union type_stack_elt>.
4892         <depth, size>: Remove.
4893         * parse.c (parse_exp_in_context_1): Adjust.
4894         (type_stack_reserve): Remove.
4895         (check_type_stack_depth): Remove.
4896         (insert_into_type_stack): Adjust to std::vector.
4897         (insert_type): Likewise.
4898         (push_type): Likewise.
4899         (push_type_int): Likewise.
4900         (insert_type_address_space): Likewise.
4901         (pop_type): Likewise.
4902         (pop_type_int): Likewise.
4903         (pop_typelist): Likewise.
4904         (pop_type_stack): Likewise.
4905         (append_type_stack): Likewise.
4906         (push_type_stack): Likewise.
4907         (get_type_stack): Likewise.
4908         (type_stack_cleanup): Likewise.
4909         (push_typelist): Likewise.
4910         (follow_types): Likewise.
4911         (_initialize_parse): Likewise.
4912
4913 2018-08-28  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4914
4915         * NEWS: Mention csky target.
4916
4917 2018-08-28  Jiangshuai Li  <jiangshuai_li@c-sky.com>
4918             Hafiz Abid Qadeer  <abidh@codesourcery.com>
4919             Don Breazeal  <donb@codesourcery.com>
4920
4921         * csky-linux-tdep.c: New file.
4922         * csky-tdep.c: Likewise.
4923         * csky-tdep.h: Likewise.
4924         * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
4925         csky-tdep.o.
4926         (HFILES_NO_SRCDIR): Add csky-tdep.h.
4927         (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
4928         * configure.tgt: Add csky support.
4929
4930 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
4931
4932         * python/py-framefilter.c (py_print_frame): Print frame architecture
4933         when printing on an MI output.
4934
4935 2018-08-27  Tom Tromey  <tom@tromey.com>
4936
4937         PR build/23087:
4938         * configure: Rebuild.
4939         * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
4940
4941 2018-08-27  Tom Tromey  <tom@tromey.com>
4942
4943         * aarch64-linux-tdep.c
4944         (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
4945         casts to int.
4946
4947 2018-08-27  Tom Tromey  <tom@tromey.com>
4948
4949         * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
4950         unsigned.
4951         (ppc64_standard_linkage1, ppc64_standard_linkage2)
4952         (ppc64_standard_linkage3, ppc64_standard_linkage4)
4953         (ppc64_standard_linkage5, ppc64_standard_linkage6)
4954         (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
4955         unsigned.
4956
4957 2018-08-27  Tom Tromey  <tom@tromey.com>
4958
4959         * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
4960         (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
4961
4962 2018-08-27  Tom Tromey  <tom@tromey.com>
4963
4964         * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
4965         * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
4966         ULONGEST_MAX.
4967         * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
4968         ULONGEST_MAX.
4969         * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
4970         ULONGEST_MAX.
4971         * sparc-linux-tdep.c (sparc32_linux_sigframe)
4972         (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
4973         * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
4974         ULONGEST_MAX.
4975         * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
4976         (ppc64_linux_sigaction_tramp_frame)
4977         (ppc32_linux_sighandler_tramp_frame)
4978         (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4979         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
4980         (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
4981         * mn10300-linux-tdep.c (am33_linux_sigframe)
4982         (am33_linux_rt_sigframe): Use ULONGEST_MAX.
4983         * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
4984         * mips-linux-tdep.c (mips_linux_o32_sigframe)
4985         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4986         (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
4987         (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
4988         (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
4989         * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
4990         (mips64_fbsd_sigframe): Use ULONGEST_MAX.
4991         * microblaze-linux-tdep.c
4992         (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4993         * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
4994         (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
4995         (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
4996         * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
4997         * common/common-types.h (ULONGEST_MAX): New define.
4998         (CORE_ADDR_MAX): Fix formatting.
4999         * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
5000         * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
5001         * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
5002         (arm_linux_rt_sigreturn_tramp_frame)
5003         (arm_eabi_linux_sigreturn_tramp_frame)
5004         (arm_eabi_linux_rt_sigreturn_tramp_frame)
5005         (thumb2_eabi_linux_sigreturn_tramp_frame)
5006         (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
5007         (arm_linux_restart_syscall_tramp_frame)
5008         (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
5009         * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
5010         * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
5011         ULONGEST_MAX.
5012         * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
5013
5014 2018-08-27  Tom Tromey  <tom@tromey.com>
5015
5016         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
5017         CORE_ADDR_MAX.
5018         * mips-tdep.c (mips_deal_with_atomic_sequence)
5019         (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
5020         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
5021         (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
5022         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
5023         CORE_ADDR_MAX.
5024         * aarch64-tdep.c (aarch64_software_single_step): Use
5025         CORE_ADDR_MAX.
5026
5027 2018-08-27  Tom Tromey  <tom@tromey.com>
5028
5029         * linespec.c (complete_linespec_component): Add cast to "char".
5030         * completer.c (completion_tracker::build_completion_result): Add
5031         cast to "char".
5032
5033 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
5034
5035         * solist.h (struct solist, struct target_so_ops): Fix
5036         indentation.
5037
5038 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
5039
5040         * ada-tasks.c (ada_task_info_s): Remove typedef.
5041         (DEF_VEC_O(ada_task_info_s)): Remove.
5042         (struct ada_tasks_inferior_data): Initialize fields.
5043         <task_list>: Make an std::vector.
5044         (get_ada_tasks_inferior_data): Allocate with new.
5045         (ada_get_task_number): Adjust.
5046         (get_task_number_from_id): Likewise.
5047         (valid_task_id): Likewise.
5048         (ada_get_task_info_from_ptid): Likewise.
5049         (iterate_over_live_ada_tasks): Likewise.
5050         (add_ada_task): Likewise.
5051         (read_known_tasks): Likewise.
5052         (ada_build_task_list): Likewise.
5053         (print_ada_task_info): Likewise.
5054         (info_task): Likewise.
5055         (task_command_1): Likewise.
5056
5057 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
5058
5059         * ada-lang.c (add_angle_brackets): Return std::string.
5060
5061 2018-08-25  Simon Marchi  <simon.marchi@polymtl.ca>
5062
5063         * python/py-threadevent.c (py_get_event_thread): Initialize
5064         pythread.
5065
5066 2018-08-24  Pedro Alves  <palves@redhat.com>
5067
5068         * python/py-bpevent.c (create_breakpoint_event_object): Use
5069         copy-initialization.
5070         * python/py-continueevent.c (emit_continue_event): Use
5071         copy-initialization.
5072         * python/py-exitedevent.c (create_exited_event_object): Return a
5073         gdbpy_ref<>.
5074         (emit_exited_event): Use copy-initialization.
5075         * python/py-inferior.c (python_new_inferior)
5076         (python_inferior_deleted, add_thread_object): Use
5077         copy-initialization.
5078         * python/py-infevents.c (create_inferior_call_event_object)
5079         (create_register_changed_event_object)
5080         (create_memory_changed_event_object): Return a gdbpy_ref<>.
5081         (emit_inferior_call_event, emit_memory_changed_event)
5082         (emit_register_changed_event): Use copy-initialization.
5083         * python/py-newobjfileevent.c (create_new_objfile_event_object):
5084         Return a gdbpy_ref<>.
5085         (emit_new_objfile_event): Use copy-initialization.
5086         (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
5087         (emit_clear_objfiles_event): Use copy-initialization.
5088         * python/py-signalevent.c (create_signal_event_object): Use
5089         copy-initialization.
5090         * python/py-threadevent.c (create_thread_event_object): Use
5091         copy-initialization.
5092
5093 2018-08-24  Pedro Alves  <palves@redhat.com>
5094             Simon Marchi  <simon.marchi@ericsson.com>
5095
5096         PR gdb/23379
5097         * python/py-continueevent.c: Include "gdbthread.h".
5098         (create_continue_event_object): Add intro comment.  Add 'ptid'
5099         parameter.  Use it to find thread to pass to
5100         create_thread_event_object.
5101         (emit_continue_event): Pass PTID down to
5102         create_continue_event_object.
5103         * python/py-event.h (py_get_event_thread): Declare.
5104         (create_thread_event_object): Remove default from 'thread'
5105         parameter.
5106         * python/py-stopevent.c (create_stop_event_object): Use
5107         py_get_event_thread.
5108         * python/py-threadevent.c (get_event_thread): Rename to ...
5109         (py_get_event_thread): ... this, make extern, add 'ptid' parameter
5110         and use it to find the thread.
5111         (create_thread_event_object): Assert that THREAD isn't null.
5112         Don't find the event thread here.
5113
5114 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
5115
5116         * block.h (blockrange, blockranges): New struct declarations.
5117         (struct block): Add new field named `ranges'.
5118         (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
5119         (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
5120         macros for accessing ranges in struct block.
5121         (make_blockranges): New declaration.
5122         block.c (make_blockranges): New function.
5123         * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
5124         for block.
5125         * symtab.h (find_pc_partial_function): Add new parameter `block'.
5126         * blockframe.c (cache_pc_function_block): New static global.
5127         (clear_pc_function_cache): Clear cache_pc_function_block.
5128         (find_pc_partial_function): Move comment to symtab.h.  Add
5129         support for non-contiguous blocks.
5130         * cli/cli-cmds.c (block.h): Include.
5131         (print_disassembly): Handle printing of non-contiguous blocks.
5132         (disassemble_current_function): Likewise.
5133         (disassemble_command): Likewise.
5134
5135         * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
5136         BLOCK_START.
5137         * blockframe.c (get_pc_function_start): Likewise.
5138         * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
5139         (gcc_symbol_address): Likewise.
5140         * compile/compile-object-run.c (compile_object_run): Likewise.
5141         * compile/compile.c (get_expr_block_and_pc): Likewise.
5142         * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
5143         (func_addr_to_tail_call_list): Likewise.
5144         * findvar.c (default_read_var_value): Likewise.
5145         * inline-frame.c (inline_frame_this_id): Likewise.
5146         (skip-inline_frames): Likewise.
5147         * infcmd.c (until_next_command): Likewise.
5148         * linespec.c (convert_linespec_to_sals): Likewise.
5149         * parse.c (parse_exp_in_context_1): Likewise.
5150         * printcmd.c (build_address_symbolic): likewise.
5151         (info_address_command): Likewise.
5152         symtab.c (find_function_start_sal): Likewise.
5153         (skip_prologue_sal): Likewise.
5154         (find_function_alias_target): Likewise.
5155         (find_gnu_ifunc): Likewise.
5156         * stack.c (find_frame_funname): Likewise.
5157         * symtab.c (fixup_symbol_section): Likewise.
5158         (find_function_start_sal): Likewise.
5159         (skip_prologue_sal): Likewsie.
5160         (find_function_alias_target): Likewise.
5161         (find_gnu_ifunc): Likewise.
5162         * tracepoint.c (info_scope_command): Likewise.
5163         * value.c (value_fn_field): Likewise.
5164
5165         * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
5166         in place of find_pc_partial_function.
5167         * blockframe.c (find_function_entry_range_from_pc): New function.
5168         * symtab.h (find_function_entry_range_from_pc): Declare and document.
5169         * objfiles.c (objfile_relocate1): Relocate start and end addresses
5170         for each range in a block.
5171
5172
5173 2018-08-23  Xavier Roirand  <roirand@adacore.com>
5174
5175         * machoread.c (macho_symfile_read_all_oso): Remove uneeded
5176         incrementation.
5177
5178 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
5179
5180         * solib-svr4.c (read_program_headers_from_bfd): Return
5181         gdb::optional<gdb::byte_vector>.
5182         (svr4_exec_displacement): Adjust.
5183
5184 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
5185
5186         * solib-svr4.c (read_program_header): Return
5187         gdb::optional<gdb::byte_vector>, remove p_sect_size param.
5188         (find_program_interpreter): Return
5189         gdb::optional<gdb::byte_vector>.
5190         (scan_dyntag_auxv): Adjust.
5191         (enable_break): Adjust.
5192         (svr4_exec_displacement): Adjust.
5193
5194 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
5195
5196         * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
5197         * inf-child.c (inf_child_target::terminal_save_inferior): New.
5198
5199 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
5200
5201         * guile/scm-string.c (gdbscm_scm_from_printf): Use
5202         string_vprintf.
5203         * guile/scm-utils.c (gdbscm_printf): Likewise.
5204         * serial.c (serial_printf): Likewise.
5205         * xml-support.c (gdb_xml_parser::vdebug): Likewise.
5206
5207 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
5208
5209         * stack.c (print_frame): Print frame architecture when printing on
5210         an MI output.
5211         * NEWS: Mention new "arch" attribute in frame output.
5212
5213 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
5214
5215         * arch/aarch64.h (aarch64_regnum): Update comment.
5216
5217 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
5218
5219         * NEWS: Add SVE to 8.2 section.
5220
5221 2018-08-21  Pedro Alves  <palves@redhat.com>
5222
5223         * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
5224         out from gdbscm_parse_function_args.
5225         (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
5226         gdbscm_parse_function_args_1.
5227
5228 2018-08-21  Simon Marchi  <simon.marchi@ericsson.com>
5229
5230         PR gdb/17816
5231         * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
5232         operator.
5233
5234 2018-08-19  Simon Marchi  <simon.marchi@polymtl.ca>
5235
5236         * solib-svr4.c (svr4_exec_displacement): Fix formatting.
5237
5238 2018-08-19  Michael Spang  <spang@google.com>
5239
5240         PR gdb/11786
5241         * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
5242         for PT_TLS segments.
5243
5244 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
5245
5246         * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
5247         dwarf_variable_value.
5248         * dwarf2-frame.c (class dwarf_expr_executor):
5249         Add override for dwarf_variable_value.
5250         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
5251         (class symbol_needs_eval_context): Likewise.
5252         (indirect_synthetic_pointer): Add forward declaration.
5253         (sect_variable_value): New function.
5254         (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
5255         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
5256         for DW_OP_GNU_variable_value.
5257
5258 2018-08-16  Tom Tromey  <tom@tromey.com>
5259
5260         * top.c (read_command_file): Update.
5261         (command_line_input): Remove "repeat" argument.
5262         * ada-lang.c (get_selections): Update.
5263         * linespec.c (decode_line_2): Update.
5264         * defs.h (command_line_input): Remove argument.
5265         * cli/cli-script.c (read_next_line): Update.
5266         * python/py-gdb-readline.c: Update.
5267
5268 2018-08-17  Tom Tromey  <tom@tromey.com>
5269
5270         * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
5271         command_line_input.
5272
5273 2018-08-15  Tom Tromey  <tom@tromey.com>
5274
5275         * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
5276
5277 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
5278
5279         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
5280         If used, use find_pc_partial_function to find address range
5281         to disassemble.
5282         * mi/mi-main.c (mi_cmd_list_features): Report
5283         "data-disassemble-a-option" feature.
5284         * NEWS: Mention new -data-disassemble option -a.
5285
5286 2018-08-13  Tom Tromey  <tom@tromey.com>
5287
5288         * common/common-defs.h (_FORTIFY_SOURCE): Define.
5289
5290 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
5291
5292         * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
5293         (aarch64_linux_collect_sve_regset): Likewise.
5294         (aarch64_linux_iterate_over_regset_sections): Check for SVE.
5295         * regcache.h (regcache_map_entry_size): New function.
5296
5297 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
5298
5299         * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
5300         (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
5301         (SVE_HEADER_VL_LENGTH): Likewise.
5302         (SVE_HEADER_MAX_VL_LENGTH): Likewise.
5303         (SVE_HEADER_FLAGS_LENGTH): Likewise.
5304         (SVE_HEADER_RESERVED_LENGTH): Likewise.
5305         (SVE_HEADER_SIZE_OFFSET): Likewise.
5306         (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
5307         (SVE_HEADER_VL_OFFSET): Likewise.
5308         (SVE_HEADER_MAX_VL_OFFSET): Likewise.
5309         (SVE_HEADER_FLAGS_OFFSET): Likewise.
5310         (SVE_HEADER_RESERVED_OFFSET): Likewise.
5311         (SVE_HEADER_SIZE): Likewise.
5312         (aarch64_linux_core_read_vq): Add function.
5313         (aarch64_linux_core_read_description): Check for SVE section.
5314
5315 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
5316
5317         * aarch64-fbsd-tdep.c
5318         (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
5319         collect_size.
5320         * aarch64-linux-tdep.c
5321         (aarch64_linux_iterate_over_regset_sections): Likewise.
5322         * alpha-linux-tdep.c
5323         (alpha_linux_iterate_over_regset_sections):
5324         * alpha-nbsd-tdep.c
5325         (alphanbsd_iterate_over_regset_sections): Likewise.
5326         * amd64-fbsd-tdep.c
5327         (amd64fbsd_iterate_over_regset_sections): Likewise.
5328         * amd64-linux-tdep.c
5329         (amd64_linux_iterate_over_regset_sections): Likewise.
5330         * arm-bsd-tdep.c
5331         (armbsd_iterate_over_regset_sections): Likewise.
5332         * arm-fbsd-tdep.c
5333         (arm_fbsd_iterate_over_regset_sections): Likewise.
5334         * arm-linux-tdep.c
5335         (arm_linux_iterate_over_regset_sections): Likewise.
5336         * corelow.c (get_core_registers_cb): Likewise.
5337         (core_target::fetch_registers): Likewise.
5338         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
5339         * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
5340         * gdbarch.h (void): Regenerate.
5341         * gdbarch.sh: Add supply_size and collect_size.
5342         * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
5343         * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
5344         * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
5345         * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
5346         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
5347         * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
5348         * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
5349         * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
5350         * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
5351         * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
5352         * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
5353         * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
5354         * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
5355         * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
5356         * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections):
5357         Likewise.
5358         * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
5359         * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
5360         * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
5361         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
5362         * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
5363         * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
5364         * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections):
5365         Likewise.
5366         * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
5367         * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
5368         * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
5369         * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
5370         * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
5371         * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
5372         * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
5373         * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
5374
5375 2018-08-10  Simon Marchi  <simon.marchi@ericsson.com>
5376
5377         * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
5378         with string_printf.
5379
5380 2018-08-10  Keith Seitz  <keiths@redhat.com>
5381
5382         * compile/compile-c-support.c (add_code_header, add_code_footer):
5383         Move into policy class.
5384         (c_push_user_expression, pop_user_expression_nop)
5385         (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
5386         (compile_program): New host class.
5387         (c_compile_program): New typedef.
5388         (c_compute_porgram): Use c_compile_program.
5389
5390 2018-08-10  Keith Seitz  <keiths@redhat.com>
5391
5392         * compile/compile-internal.h (compile_instance::~compile_instance):
5393         Remove calls to htab_delete.
5394         <m_type_map, m_symbol_err_map>: Switch type to htab_up.
5395         * compile.c (compile_instance::compile_instance): Initialize
5396         htab unique pointers.
5397         (compile_instance::get_cached_type, compile_instance::insert_type)
5398         (compile_instance::error_symbol_once): Update for unique_ptr.
5399
5400 2018-08-10  Keith Seitz  <keiths@redhat.com>
5401
5402         * compile/compile-c-symbols.c (struct symbol_error)
5403         (hash_symbol_error, eq_symbol_error, del_symbol_error)
5404         (compile_instance::insert_symbol_error)
5405         (compile_instance::error_symbol_once): Move to ...
5406         * compile/compile.c: ... here.
5407
5408 2018-08-10  Keith Seitz  <keiths@redhat.com>
5409
5410         * compile/compile-c-support.c (c_get_compile_context): Use `new'
5411         instead of `new_compile_instance'.
5412         * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
5413         Update description.
5414         If the symbol error map is not initialized, create it.
5415         (generate_c_for_for_one_symbol): Do not check/initialize
5416         the symbol error map.
5417         * compile/compile-c-types.c (compile_c_instance): Make a class.
5418         Update all callers.
5419         (compile_instance::compile_instance): Initialize the type cache.
5420         (get_cached_type): New function.
5421         (insert_type): Update description.
5422         (compile_c_instance::m_default_cflags): Define.
5423         (convert_type): Update description.  Use get_cached_type.
5424         (delete_instance): Moved to destructor.
5425         (new_compile_instance): Moved to constructor.
5426         * compile/compile-c.h (compile_c_instance): Make class inheriting
5427         from compile_instance.
5428         <base>: Remove field.
5429         <type_map, symbol_err_map>: Move to base class.
5430         <c_plugin>: Rename to `m_plugin' and remove pointer type.
5431         * compile/compile-internal.h (compile_instance): Make class.
5432         <type_map_t, symbol_err_map_t>: Define.
5433         <fe>: Rename to `m_gcc_fe'.
5434         <scope, block, gcc_target_options>: Add `m_' prefix.
5435         <m_type_map, m_symbol_err_map>: New fields, moved from
5436         compile_c_instance.
5437         <destroy>: Remove.
5438         (convert_type, new_compile_instance): Remove.
5439         * compile/compile.c (cleanup_compile_instance): Remove.
5440         (compile_to_object): Use unique_ptr to eliminate cleanups.
5441         (compile_instance::set_print_callback, compile_instance::version)
5442         (compile_instance::set_verbose)
5443         (compile_instance::set_driver_filename)
5444         (compile_instance::set_triplet_regexp)
5445         (compile_instance::set_arguments)
5446         (compile_instance::set_source_file)
5447         (compile_instance::compile): Define.
5448
5449 2018-08-10  Keith Seitz  <keiths@redhat.com>
5450
5451         * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
5452         * compile/compile-c-types.c: Define GCC_METHODN macros and include
5453         gcc-c-fe.def to define C plugin.
5454         (delete_instance): Delete `c_plugin'.
5455         (new_compile_instance): Initialize `c_plugin'.
5456         * compile/compile-c.h: Include gcc_c_plugin.h.
5457         (struct compile_c_instance) <c_plugin>: New member.
5458         * gcc-c-plugin.h: New file.
5459         Update all callers with API change.
5460
5461 2018-08-10  Keith Seitz  <keiths@redhat.com>
5462
5463         * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
5464         (HFILES_NO_SRCDIR): ... to here.
5465         Add compile-internal.h and compile-c.h.
5466         * compile/compile-c-support.c: Include compile-c.h.
5467         * compile/compile-c-symbols.c: Include compile-c.h.
5468         (generate_c_for_variable_locations): Update comment.
5469         * compile/compile-c-types.c: Include compile-c.h.
5470         * compile/compile-c.h: New file -- moved C language declarations
5471         from other files here.
5472         * compile/compile-internal.h: Do not include hashtab.h or
5473         common/enum-flags.h.
5474         (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
5475         (gcc_convert_symbol, gcc_symbol_address)
5476         (generate_c_for_variable_locations, c_get_mode_for_size)
5477         (c_get_range_decl_name): Definitions moved to compile-c.h.
5478         * compile/compile-loc2c.c: Include compile-c.h.
5479
5480 2018-08-10  Keith Seitz  <keiths@redhat.com>
5481
5482         * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
5483         (c_symbol_substitution_name): ... this.
5484         Update all callers.
5485
5486 2018-08-10  Keith Seitz  <keiths@redhat.com>
5487
5488         * compile/compile-c-support.c (c_compute_program): Use
5489         unique_xmalloc_ptr to eliminate cleanup.
5490         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
5491         Return a unique_xmalloc_ptr and eliminate cleanup.
5492         * compile/compile-internal.h (generate_c_for_variable_locations):
5493         Return unique_xmalloc_ptr and update description.
5494
5495 2018-08-10  Alan Hayward  <alan.hayward@arm.com>
5496
5497         * corelow.c (core_target::get_core_register_section): Rename
5498         min_size to section_min_size.
5499
5500 2018-08-09  Jim Wilson  <jimw@sifive.com>
5501
5502         * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
5503         (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
5504         * NEWS: Mention new GNU/Linux RISC-V target.
5505         * configure.host: Add riscv*-*-linux*.
5506         * configure.nat: Add riscv*.
5507         * configure.tgt: Add riscv*-*-linux*.
5508         * riscv-linux-nat.c: New file.
5509         * riscv-linux-tdep.c: New file.
5510
5511 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
5512
5513         * infrun.c (resume): Make static, add forward declaration.
5514         (proceed): Update header comment.
5515         * infrun.h (resume): Delete declaration.
5516
5517 2018-08-09  Tom Tromey  <tom@tromey.com>
5518
5519         * riscv-tdep.h: Minor formatting fixes.
5520
5521 2018-08-09  Simon Marchi  <simon.marchi@ericsson.com>
5522
5523         * common/scoped_mmap.c (mmap_file): Silence ARI warning.
5524         * dwarf-index-cache.c (create_dir_and_check): Likewise.
5525         (test_mkdir_recursive): Likewise.
5526         * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
5527
5528 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
5529
5530         * valarith.c (value_subscripted_rvalue): If an array is not in
5531         memory, and we don't know the upper bound, then we can't know that
5532         the requested element exists or not.
5533
5534 2018-08-08  Simon Marchi  <simon.marchi@ericsson.com>
5535
5536         * target.c (str_comma_list_concat_elem): Fix typo in comment.
5537         (target_options_to_string): Add comment.
5538
5539 2018-08-08  Tom Tromey  <tom@tromey.com>
5540
5541         * unittests/scoped_mmap-selftests.c: Check result of "write".
5542
5543 2018-08-08  Jim Wilson  <jimw@sifive.com>
5544
5545         * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
5546         (decode_register_index_short): New.
5547         (decode_j_type_insn, decode_cj_type_insn): New.
5548         (decode_b_type_insn, decode_cb_type_insn): New.
5549         (riscv_insn::decode): Add support for jumps, branches, lr, and sc.  New
5550         local xlen.  Check xlen when decoding ambiguous compressed insns.  In
5551         compressed decode, use is_c_lui_insn instead of is_lui_insn, and
5552         is_c_sw_insn instead of is_sw_insn.
5553         (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
5554         (riscv_software_single_step): New.
5555         * riscv-tdep.h (riscv_software_single_step): Declare.
5556
5557         * riscv-tdep.c (riscv_isa_xlen): Drop static.
5558         * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
5559
5560 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
5561
5562         PR gdb/18050:
5563         * target.c (dispose_inferior): Don't dispose of inferiors that are
5564         already killed.
5565
5566 2018-08-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5567
5568         * remote.c (remote_target::download_tracepoint): Change char* to
5569         const char*.
5570
5571 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
5572
5573         * target.h (target_options_to_string): Return an std::string.
5574         * target.c (str_comma_list_concat_elem): Return void, use
5575         std::string.
5576         (do_option): Likewise.
5577         (target_options_to_string): Return an std::string.
5578         * linux-nat.c (linux_nat_target::wait): Adjust.
5579         * target-debug.h (target_debug_print_options): Adjust.
5580
5581 2018-08-07  Tom Tromey  <tom@tromey.com>
5582
5583         * Makefile.in (CPPFLAGS): New variable.
5584         (INTERNAL_CPPFLAGS): Use it.
5585
5586 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5587
5588         * NEWS: Mention the index cache.
5589
5590 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5591
5592         * common/pathstuff.h (get_standard_cache_dir): New.
5593         * common/pathstuff.c (get_standard_cache_dir): New.
5594         * build-id.h (build_id_to_string): New.
5595         * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
5596         DEBUG_STR_SUFFIX): Move to here.
5597         * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
5598         DEBUG_STR_SUFFIX): Move from there.
5599         (write_psymtabs_to_index): Make non-static, add basename
5600         parameter.  Write to temporary files, rename when done.
5601         (save_gdb_index_command): Adjust call to
5602         write_psymtabs_to_index.
5603         * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
5604         field.
5605         * dwarf2read.c (dwz_file) <index_cache_res>: New field.
5606         (get_gdb_index_contents_from_cache): New.
5607         (get_gdb_index_contents_from_cache_dwz): New.
5608         (dwarf2_initialize_objfile): Read index from cache.
5609         (dwarf2_build_psymtabs): Save to index.
5610         * dwarf-index-cache.h: New file.
5611         * dwarf-index-cache.c: New file.
5612         * dwarf-index-write.h: New file.
5613
5614 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5615
5616         * gnulib/aclocal.m4: Re-generate.
5617         * gnulib/config.in: Re-generate.
5618         * gnulib/configure: Re-generate.
5619         * gnulib/import/Makefile.am: Re-generate.
5620         * gnulib/import/Makefile.in: Re-generate.
5621         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
5622         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5623         * gnulib/import/m4/mkdir.m4: New file.
5624         * gnulib/import/mkdir.c: New file.
5625         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
5626         module.
5627
5628 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5629
5630         * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
5631         * common/scoped_mmap.c: New file.
5632         * common/scoped_mmap.h (destroy): New method.
5633         (~scoped_mmap, reset): Use destroy.
5634         (scoped_mmap): New move constructor.
5635         (mmap_file): New declaration.
5636         * unittests/scoped_mmap-selftests.c (test_normal,
5637         test_invalid_filename, run_tests): New functions.
5638         (_initialize_scoped_mmap_selftests): Register selftest.
5639
5640 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5641
5642         * dwarf2read.c (read_gdb_index_from_section): Rename to...
5643         (read_gdb_index_from_buffer): ... this.  Remove section
5644         parameter, add buffer parameter.
5645         (get_gdb_index_contents_ftype,
5646         get_gdb_index_contents_dwz_ftype): New typedefs.
5647         (dwarf2_read_gdb_index): Add callback parameters to get the
5648         index contents.
5649         (get_gdb_index_contents_from_section): New.
5650         (dwarf2_initialize_objfile): Update call to
5651         dwarf2_read_gdb_index.
5652
5653 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5654
5655         * common/filestuff.h (gdb_fopen_cloexec): New overload.
5656         (gdb_open_cloexec): Likewise.
5657         * nat/linux-osdata.c (command_from_pid): Use string_printf.
5658         (commandline_from_pid): Likewise.
5659         (linux_xfer_osdata_threads): Likewise.
5660         (linux_xfer_osdata_fds): Likewise.
5661         * ada-lang.c (is_package_name): Likewise.
5662         * auxv.c (procfs_xfer_auxv): Likewise.
5663         * breakpoint.c (print_one_breakpoint_location): Use
5664         uiout::field_fmt.
5665         (print_one_catch_solib): Use string_printf.
5666         * coff-pe-read.c (add_pe_exported_sym): Likewise.
5667         (add_pe_forwarded_sym): Likewise.
5668         * dwarf2read.c (create_type_unit_group): Likewise.
5669         (build_error_marker_type): Likewise.
5670         * infcall.c (get_function_name): Likewise.
5671         * valprint.c (print_converted_chars_to_obstack): Likewise.
5672         * xtensa-tdep.c (xtensa_register_type): Likewise.
5673
5674 2018-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5675
5676         * remote.c (remote_target::download_tracepoint): Fix format
5677         string errors.
5678
5679 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5680
5681         * tracefile.c: Include common/byte-vector.h.
5682         (trace_save): Change type of buf to gdb::byte_vector.  Initialize
5683         with trace_regblock_size if needed.  Update uses of buf.
5684
5685 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5686
5687         * tracepoint.h (collection_list) <m_regs_mask>: Change type to
5688         std::vector<unsigned char>.
5689         * tracepoint.c (collection_list::collection_list): Remove
5690         m_regs_mask initializer from initializer list.  Resize
5691         m_regs_mask using the largest remote register number.
5692         (collection_list::add_remote_register): Remove size check on
5693         m_regs_mask.  Use at to access element.
5694         (collection_list::stringify): Change type of temp_buf to
5695         gdb::char_vector.  Update uses of temp_buf.  Resize if needed to
5696         stringify the register mask.  Use pack_hex_byte for the register
5697         mask.
5698
5699 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5700
5701         * tracepoint.h (class collection_list) <add_register>: Remove.
5702         <add_remote_register, add_ax_registers, add_local_register>:
5703         Declare.
5704         <add_memrange>: Add scope parameter.
5705         * tracepoint.c (encode_actions_1): Likewise.
5706         (collection_list::add_register): Rename to ...
5707         (collection_list::add_remote_register): ... this.  Update
5708         comment.
5709         (collection_list::add_ax_registers, add_local_register): New
5710         methods.
5711         (collection_list::add_memrange): Add scope parameter.  Call
5712         add_local_register instead of add_register.
5713         (finalize_tracepoint_aexpr): New function.
5714         (collection_list::collect_symbol): Update calls to add_memrange.
5715         Call add_local_register instead of add_register.  Call
5716         add_ax_registers.  Call finalize_tracepoint_aexpr.
5717         (encode_actions_1): Get remote regnos for $reg action.  Call
5718         add_remote_register, add_ax_registers, and add_local_register.
5719         Update call to add_memrange.  Call finalize_tracepoint_aexpr.
5720         (validate_actionline): Call finalize_tracepoint_aexpr.
5721
5722 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5723
5724         * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
5725         Replace array buf with gdb::char_vector buf, of size
5726         get_remote_packet_size ().  Replace references to buf and
5727         BUF_SIZE to buf.data () and buf.size ().  Replace strcpy, strcat
5728         and xsnprintf with snprintf.  Raise errors if the buffer is too
5729         small.
5730
5731 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5732
5733         * remote.c (remote_target::download_tracepoint): Fix the has_more
5734         predicate in the QTDP action list iteration.
5735
5736 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5737
5738         * remote.c (remote_target::download_tracepoint): Fix indentation
5739         in for block.
5740
5741 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5742
5743         * proc-api.c (_initialize_proc_api): Remove c, unused.
5744         * procfs.c (procfs_init_inferior): Remove signals, unused.
5745         (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
5746         unused.
5747
5748 2018-08-06  Sergey Korolev  <s.korolev@ndmsystems.com>
5749             Andrew Burgess  <andrew.burgess@embecosm.com>
5750
5751         * linux-nat.c (linux_nat_target::follow_fork): Avoid using
5752         'W_STOPCODE (0)' as this could be ambiguous.
5753
5754 2018-08-03  Sergio Durigan Junior  <sergiodj@redhat.com>
5755
5756         * ser-tcp.c (net_open): Fix thinko when deciding whether to
5757         disable TCP's Nagle algorithm (use "ai_protocol" instead of
5758         "ai_socktype").
5759
5760 2018-08-02  Tom Tromey  <tom@tromey.com>
5761
5762         PR symtab/16842.
5763         * dwarf2read.c (read_func_scope): Set symtab on template parameter
5764         symbols.
5765         (process_structure_scope): Likewise.
5766
5767 2018-08-02  Xavier Roirand  <roirand@adacore.com>
5768
5769         PR gdb/22629:
5770         * darwin-nat.c (darwin_kill_inferior): Fix handling of
5771         kill inferior.
5772
5773 2018-08-02  Tom Tromey  <tom@tromey.com>
5774
5775         * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
5776         (darwin_suspend_inferior, darwin_resume_inferior)
5777         (darwin_decode_notify_message, darwin_resume_inferior_threads)
5778         (darwin_check_new_threads): Check result of get_darwin_inferior.
5779
5780 2018-07-31  Joel Brobecker  <brobecker@adacore.com>
5781
5782         GDB 8.1.1 released.
5783
5784 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
5785
5786         * varobj.c (varobj_get_path_expr_parent): Report an error if
5787         parent is a dynamic varobj.
5788
5789 2018-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5790
5791         * gnulib/aclocal.m4: Re-generate.
5792         * gnulib/config.in: Re-generate.
5793         * gnulib/configure: Re-generate.
5794         * gnulib/import/Makefile.in: Re-generate.
5795         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5796         * gnulib/import/m4/onceonly.m4: Re-generate.
5797
5798 2018-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5799
5800         * target-descriptions.c (struct xml_test_tdesc): New.
5801         (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
5802         (record_xml_tdesc): Update.
5803         (maintenance_check_xml_descriptions): Update.
5804         * target-descriptions.h (record_xml_tdesc): Update comment.
5805
5806 2018-07-30  Andrew Burgess  <andrew.burgess@embecosm.com>
5807
5808         * eval.c (evaluate_subexp_for_sizeof): Check for array type before
5809         checking array bounds are defined.
5810
5811 2018-07-30  Tom Tromey  <tom@tromey.com>
5812
5813         * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
5814         irreflexivity violation.
5815
5816 2018-07-30  Tom Tromey  <tom@tromey.com>
5817
5818         * cli/cli-decode.c (lookup_cmd): Remove lint code.
5819         * value.c (unpack_long): Remove lint code.
5820         * valops.c (value_ind): Remove lint code.
5821         * valarith.c (value_x_binop, value_x_unop, value_equal)
5822         (value_pos): Remove lint code.
5823
5824 2018-07-28  Tom de Vries  <tdevries@suse.de>
5825
5826         * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
5827         with undefined upper bound as <optimized out>.
5828
5829 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5830
5831         * gcore.in: Rename variable "name" to "prefix".  Expand
5832         "usage" text.
5833
5834 2018-07-14  Jon Turney  <jon.turney@dronecode.org.uk>
5835
5836         * windows-nat.c (windows_nat_target::create_inferior): Update to
5837         call close() in global namespace.
5838
5839 2018-07-26  Tom Tromey  <tom@tromey.com>
5840
5841         * dwarf-index-write.c (add_address_entry): Don't add objfile
5842         offsets.
5843         * dbxread.c (find_stab_function): Rename from
5844         find_stab_function_addr.  Return a bound_minimal_symbol.
5845         (read_dbx_symtab): Use raw_text_low, raw_text_high.
5846         Don't add objfile offsets.
5847         (end_psymtab): Use raw_text_low, raw_text_high,
5848         MSYMBOL_VALUE_RAW_ADDRESS.
5849         (read_ofile_symtab): Update.
5850         (process_one_symbol): Update.
5851         * dwarf2read.c (create_addrmap_from_index): Don't add objfile
5852         offsets.
5853         (dw2_relocate): Remove.
5854         (dw2_find_pc_sect_symtab): Bias PC by the text offset before
5855         searching addrmap.
5856         (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
5857         Update.
5858         (process_psymtab_comp_unit_reader, add_partial_symbol)
5859         (add_partial_subprogram, dwarf2_ranges_read): Update.
5860         (load_partial_dies): Update.
5861         (add_address_entry): Don't add objfile offsets.
5862         (dwarf2_build_include_psymtabs): Update.
5863         (create_addrmap_from_aranges): Don't add objfile offsets.
5864         (dw2_find_pc_sect_compunit_symtab): Update.
5865         * mdebugread.c (parse_symbol): Don't add objfile offsets.
5866         (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
5867         Update.
5868         (parse_partial_symbols): Don't add objfile offsets.  Use
5869         raw_text_low, raw_text_high.  Update.
5870         (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
5871         * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
5872         or call 'relocate' quick function.  Clear psymbol_map.
5873         * psympriv.h (struct partial_symbol) <address>: Add section
5874         offset.
5875         <set_unrelocated_address>: Rename from set_address.
5876         <raw_text_low, raw_text_high>: New methods.
5877         <text_low, text_high>: Add objfile parameter.
5878         (add_psymbol_to_bcache): Add 'section' parameter.  Call
5879         set_unrelocated_address.
5880         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5881         (find_pc_psymbol): Update.
5882         (fixup_psymbol_section, relocate_psymtabs): Remove.
5883         (dump_psymtab, psym_functions): Update.
5884         (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
5885         parameter.
5886         (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
5887         (start_psymtab_common): Update.
5888         * symfile-debug.c (debug_qf_relocate): Remove.
5889         (debug_sym_quick_functions): Update.
5890         * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
5891         * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
5892         Update.
5893
5894 2018-07-26  Tom Tromey  <tromey@redhat.com>
5895
5896         * dbxread.c (end_psymtab): Use text_high_valid and
5897         text_low_valid.
5898         * mdebugread.c (parse_partial_symbols): Use text_low_valid.
5899         (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
5900         * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5901         Update comment.
5902         <text_low_valid, text_high_valid>: New fields.
5903         <set_text_low, set_text_high>: Update.
5904         * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
5905
5906 2018-07-26  Tom Tromey  <tom@tromey.com>
5907
5908         * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
5909         Update.
5910         * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
5911         textlow and texthigh fields.
5912         (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
5913         Update.
5914         * mdebugread.c (parse_lines, parse_partial_symbols)
5915         (psymtab_to_symtab_1): Update.
5916         * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5917         Rename fields.  Update comment.  Now private.
5918         <text_low, text_high, set_text_low, set_text_high>: New methods.
5919         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5920         (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
5921         (start_psymtab_common, maintenance_info_psymtabs)
5922         (maintenance_check_psymtabs): Update.
5923         * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
5924         texthigh fields.
5925         (scan_xcoff_symtab): Update.
5926
5927 2018-07-26  Tom Tromey  <tromey@redhat.com>
5928
5929         * psympriv.h (struct partial_symbol) <unrelocated_address,
5930         address, set_address>: New methods.
5931         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
5932         (fixup_psymbol_section, relocate_psymtabs): Update.
5933         (print_partial_symbols): Add 'objfile' parameter.  Update.
5934         (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
5935         Update.
5936
5937 2018-07-26  Tom Tromey  <tom@tromey.com>
5938
5939         * dwarf-index-write.c (write_psymbols, debug_names::insert)
5940         (debug_names::write_psymbols): Update.
5941         * psympriv.h (struct partial_symbol): Derive from
5942         general_symbol_info.
5943         <obj_section>: New method.
5944         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
5945         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5946         (find_pc_sect_psymbol, fixup_psymbol_section)
5947         (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
5948         (print_partial_symbols, recursively_search_psymtabs)
5949         (compare_psymbols, psymbol_hash, psymbol_compare)
5950         (add_psymbol_to_bcache, maintenance_check_psymtabs)
5951         (psymbol_name_matches, psym_fill_psymbol_map): Update.
5952
5953 2018-07-26  Tom Tromey  <tromey@redhat.com>
5954
5955         * dbxread.c (end_psymtab): Remove dead code.
5956
5957 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
5958
5959         * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
5960         DWARF unwinders are disabled.
5961         * dwarf2-frame.c: Add dwarf2read.h include.
5962         (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
5963         disabled.
5964         (dwarf2_frame_unwinders_enabled_p): Define.
5965         (show_dwarf_unwinders_enabled_p): New function.
5966         (_initialize_dwarf2_frame): Register switch to control DWARF
5967         unwinder use.
5968         * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
5969         * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
5970         (show_dwarf_cmdlist): Remove static keyword.
5971         * dwarf2read.h (set_dwarf_cmdlist): Declare.
5972         (show_dwarf_cmdlist): Declare.
5973         * NEWS: Document new feature.
5974
5975 2018-07-26  Tom de Vries  <tdevries@suse.de>
5976
5977         PR breakpoints/23366
5978         * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
5979
5980 2018-07-26  Tom de Vries  <tdevries@suse.de>
5981
5982         * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
5983         DW_AT_count can't be translated to a dynamic prop.
5984
5985 2018-07-25  Tom de Vries  <tdevries@suse.de>
5986
5987         * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
5988         try/catch.
5989
5990 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
5991
5992         * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
5993
5994 2018-07-25  Joel Brobecker  <brobecker@adacore.com>
5995
5996         * MAINTAINERS (Global Maintainers): Add Tom Tromey.
5997
5998 2018-07-24  Keith Seitz  <keiths@redhat.comt
5999
6000         PR symtab/23010
6001         * dwarf2read.c (dw2_add_symbol_to_list): New function.
6002         (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
6003         instead of add_symbol_to_list.
6004         (read_file_scope): Call prepare_one_comp_unit before reading
6005         any other DIEs.
6006
6007 2018-07-24  Simon Marchi  <simon.marchi@ericsson.com>
6008
6009         * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
6010
6011 2018-07-24  Tom Tromey  <tom@tromey.com>
6012
6013         * utils.c (malloc, realloc, free): Don't declare.
6014         * configure, config.in: Rebuild.
6015         * configure.ac: Don't check for declarations of free, malloc, or
6016         realloc.
6017
6018 2018-07-22  Simon Marchi  <simon.marchi@polymtl.ca>
6019
6020         * aarch64-linux-nat.c
6021         (aarch64_linux_nat_target::stopped_data_address): Remove unused
6022         variable.
6023         * arm-linux-nat.c (fetch_regs): Likewise.
6024         (store_regs): Likewise.
6025         (fetch_vfp_regs): Likewise.
6026         (store_vfp_regs): Likewise.
6027         (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
6028         (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
6029         (arm_linux_nat_target::insert_watchpoint): Likewise.
6030         (arm_linux_nat_target::remove_watchpoint): Likewise.
6031         * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
6032         Likewise.
6033         * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
6034         Likewise.
6035         * ppc-linux-nat.c (fetch_register): Likewise.
6036         (fetch_all_gp_regs): Likewise.
6037         (fetch_ppc_registers): Likewise.
6038         (store_all_gp_regs): Likewise.
6039         (store_ppc_registers): Likewise.
6040         (hwdebug_insert_point): Likewise.
6041         (can_use_watchpoint_cond_accel): Likewise.
6042         * remote-sim.c (gdb_os_write_stdout): Likewise.
6043
6044 2018-07-22  Simon Marchi  <simon.marchi@polymtl.ca>
6045             Tom Tromey  <tom@tromey.com>
6046
6047         * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
6048         test for it.
6049         * configure: Rebuild.
6050
6051 2018-07-22  Tom Tromey  <tom@tromey.com>
6052
6053         * regformats/regdat.sh: Define xmltarget_${name} inside
6054         #ifndef IN_PROCESS_AGENT.
6055
6056 2018-07-22  Tom Tromey  <tom@tromey.com>
6057
6058         * value.c (value_fetch_lazy_bitfield): Remove unused variable.
6059
6060 2018-07-22  Tom Tromey  <tom@tromey.com>
6061
6062         * symfile.c (reread_symbols): Notify iter, not objfile.
6063
6064 2018-07-22  Tom Tromey  <tom@tromey.com>
6065
6066         * ravenscar-thread.c (ravenscar_thread_target::store_registers):
6067         Use arch_ops.
6068         (ravenscar_thread_target::prepare_to_store): Likewise.
6069
6070 2018-07-22  Tom Tromey  <tom@tromey.com>
6071
6072         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
6073         unused variable.  Call value_fetch_lazy when needed.
6074         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
6075         Remove unused variable.  Call value_fetch_lazy when needed.
6076
6077 2018-07-22  Tom Tromey  <tom@tromey.com>
6078
6079         * m32c-tdep.c (mark_dma): Return void.
6080         (make_regs): Remove unused declarations.
6081
6082 2018-07-22  Tom Tromey  <tom@tromey.com>
6083
6084         * guile/scm-cmd.c (gdbscm_dont_repeat): Call
6085         cmdscm_get_valid_command_smob_arg_unsafe for effect.
6086         * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
6087         bkscm_get_valid_block_smob_arg_unsafe for effect.
6088
6089 2018-07-22  Tom Tromey  <tom@tromey.com>
6090
6091         * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
6092         value_type.
6093
6094 2018-07-22  Tom Tromey  <tom@tromey.com>
6095
6096         * windows-nat.c (saved_context): Conditionally define.
6097         * remote.c (remote_target::remote_btrace_maybe_reopen):
6098         Conditionally declare "warned".
6099         * inflow.c (sigquit_ours): Conditionally define.
6100         (new_tty): Move "tty" declaration inside #if.
6101         * guile/guile.c (guile_datadir): Conditionally define.
6102         * charset.c (set_be_le_names): Move some declarations inside #if.
6103         * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
6104         #if.
6105         (parse_xml_btrace_conf): Likewise.
6106
6107 2018-07-22  Tom Tromey  <tom@tromey.com>
6108
6109         * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
6110
6111 2018-07-22  Tom Tromey  <tom@tromey.com>
6112
6113         * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
6114         * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
6115         (vlscm_convert_typed_value_from_scheme): Remove unused variable.
6116         * buildsym-legacy.c (get_macro_table): Remove unused variable.
6117         * stack.c (frame_apply_level_command): Remove unused variable.
6118         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
6119         * sparc64-tdep.c (adi_examine_command): Remove unused variable.
6120         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
6121         unused variable.
6122         * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
6123         * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
6124         * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
6125         variable.
6126         * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
6127         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
6128         variable.
6129         * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
6130         Remove unused variable.
6131         * cli/cli-script.c (recurse_read_control_structure): Remove unused
6132         variable.
6133         * common/tdesc.c (print_xml_feature::visit): Remove unused
6134         variable.
6135         * compile/compile-object-load.c (store_regs): Remove unused
6136         variables.
6137         * complaints.c (clear_complaints): Remove unused variable.
6138         * corelow.c (core_target_open): Remove unused variable.
6139         * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
6140         variable.
6141         * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
6142         variable.
6143         * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
6144         variable.
6145         * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
6146         variable.
6147         * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
6148         variable.
6149         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
6150         variable.
6151         * ia64-tdep.c (examine_prologue): Remove unused variable.
6152         * infcall.c (run_inferior_call): Remove unused variable.
6153         * inferior.c (exit_inferior): Remove unused variable.
6154         * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
6155         * linespec.c (decode_line_2): Remove unused variable.
6156         * linux-nat.c (super_close): Remove.
6157         * linux-tdep.c (linux_info_proc): Remove unused variable.
6158         * mi/mi-main.c (mi_execute_command): Remove unused variable.
6159         * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
6160         Remove unused variable.
6161         * parse.c (find_minsym_type_and_address): Remove unused variable.
6162         * printcmd.c (info_symbol_command, printf_floating): Remove unused
6163         variable.
6164         * python/py-breakpoint.c (bppy_set_commands): Remove unused
6165         variable.
6166         * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
6167         variables.
6168         * record-btrace.c (record_btrace_target::store_registers): Remove
6169         unused variable.
6170         (cmd_show_record_btrace_cpu): Remove unused variable.
6171         * riscv-tdep.c (riscv_register_reggroup_p)
6172         (riscv_push_dummy_call, riscv_return_value): Remove unused
6173         variable.
6174         * rust-exp.y (literal): Remove unused variable.
6175         * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
6176         unused variable.
6177         <STRUCTOP_ANONYMOUS>: Likewise.
6178         * s390-linux-tdep.c (s390_linux_init_abi_31)
6179         (s390_linux_init_abi_64): Remove unused variable.
6180         * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
6181         (file_select_thread, net_windows_open, _initialize_ser_windows):
6182         Remove unused variables.
6183         * symtab.c (find_pc_sect_line): Remove unused variable.
6184         * target-memory.c (compute_garbled_blocks): Remove unused
6185         variable.
6186         (target_write_memory_blocks): Remove unused variable.
6187         * target.c (target_stack::unpush): Remove unused variables.
6188         * tracepoint.c (start_tracing, all_tracepoint_actions)
6189         (merge_uploaded_trace_state_variables)
6190         (print_one_static_tracepoint_marker): Remove unused variable.
6191         * unittests/basic_string_view/element_access/char/1.cc (test01):
6192         Remove unused variable.
6193         * windows-nat.c (windows_continue, windows_add_all_dlls)
6194         (do_initial_windows_stuff, windows_nat_target::create_inferior):
6195         Remove unused variables.
6196
6197 2018-07-21  Simon Marchi  <simon.marchi@polymtl.ca>
6198
6199         * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
6200         attr_profile in HAVE_ELF.
6201         * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
6202         HAVE_ELF.
6203
6204 2018-07-20  Simon Marchi  <simon.marchi@polymtl.ca>
6205
6206         * frame.c (frame_register_unwind): Change parameter name.
6207         (frame_unwind_register): Likewise.
6208         (frame_unwind_register_value): Likewise.
6209         (frame_unwind_register_signed): Likewise.
6210         (frame_unwind_register_unsigned): Likewise.
6211         * frame.h (frame_register_unwind): Likewise.
6212         (frame_unwind_register): Likewise.
6213         (frame_unwind_register_value): Likewise.
6214         (frame_unwind_register_signed): Likewise.
6215         (frame_unwind_register_unsigned): Likewise.
6216         (frame_unwind_arch): Likewise.
6217
6218 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
6219
6220         * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
6221         ISA maintenance.
6222
6223 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
6224
6225         * mips-linux-nat.c (mips_linux_nat_target::read_description):
6226         Call `get_ptrace_pid' rather than extracting the ptrace PID by
6227         hand.
6228
6229 2018-07-20  Keith Seitz  <keiths@redhat.com>
6230
6231         * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
6232         m_main_subfile, m_comp_dir, m_producer, m_debugformat,
6233         m_compunit_symtab, m_language>: Add "m_" prefix.
6234         Update all uses.
6235         * buildsym.c: Update all uses.
6236
6237 2018-07-20  Tom Tromey  <tom@tromey.com>
6238
6239         * buildsym-legacy.h (record_line): Don't use record_line_ftype.
6240         * buildsym.h (record_line_ftype): Remove typedef.
6241
6242 2018-07-20  Tom Tromey  <tom@tromey.com>
6243
6244         * buildsym-legacy.h (augment_type_symtab): Don't declare.
6245         (end_expandable_symtab): Likewise.
6246         (end_symtab_get_static_block): Likewise.
6247         (end_symtab_from_static_block): Likewise.
6248         * buildsym-legacy.c (augment_type_symtab): Remove.
6249         (end_expandable_symtab): Remove.
6250         (end_symtab_get_static_block): Remove.
6251         (end_symtab_from_static_block): Remove.
6252
6253 2018-07-20  Tom Tromey  <tom@tromey.com>
6254
6255         * dwarf2read.c: Include buildsym.h.
6256         (struct dwarf2_cu) <builder>: New method.
6257         (fixup_go_packaging): Update.
6258         (process_full_comp_unit, process_full_type_unit): Update.  Don't
6259         use scoped_free_pendings.
6260         (using_directives): Add "cu" parameter, remove "language".
6261         (read_import_statement, setup_type_unit_groups, )
6262         (read_func_scope, read_lexical_block_scope)
6263         (dwarf2_record_block_ranges, read_namespace): Update.
6264         (lnp_state_machine::lnp_state_machine): Add cu parameter.
6265         (lnp_state_machine::handle_end_sequence): Update.
6266         (class lnp_state_machine) <m_cu>: New member.
6267         <m_record_line_callback>: Remove.
6268         <m_currently_recording_lines>: New member.
6269         (lnp_state_machine::handle_set_file): Update.
6270         (noop_record_line): Remove.
6271         (dwarf_record_line_p): Add cu parameter.
6272         (dwarf_record_line_1, dwarf_finish_line): Likewise.
6273         (lnp_state_machine::record_line)
6274         (lnp_state_machine::lnp_state_machine)
6275         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
6276         (dwarf_decode_lines): Update.
6277         (dwarf2_start_subfile): Add cu parameter.
6278         (dwarf2_start_symtab, new_symbol): Update.
6279         (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
6280         Remove dwarf2_per_objfile parameter.
6281         (dwarf_decode_macros): Update.
6282
6283 2018-07-20  Tom Tromey  <tom@tromey.com>
6284
6285         * stabsread.c (define_symbol): Update.
6286         * buildsym-legacy.h (get_buildsym_compunit): Declare.
6287         * dwarf2read.c (new_symbol): Update.
6288         * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
6289         * cp-namespace.c: Include buildsym.h.
6290         (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
6291         * buildsym-legacy.c (get_buildsym_compunit): New function.
6292
6293 2018-07-20  Tom Tromey  <tom@tromey.com>
6294
6295         * xcoffread.c: Include buildsym-legacy.h.
6296         * windows-nat.c: Include buildsym-legacy.h.
6297         * stabsread.c: Include buildsym-legacy.h.
6298         * mdebugread.c: Include buildsym-legacy.h.
6299         * buildsym-legacy.h: New file.
6300         * buildsym-legacy.c: New file, from buildsym.c.
6301         * go32-nat.c: Include buildsym-legacy.h.
6302         * dwarf2read.c: Include buildsym-legacy.h.
6303         * dbxread.c: Include buildsym-legacy.h.
6304         * cp-namespace.c: Include buildsym-legacy.h.
6305         * coffread.c: Include buildsym-legacy.h.
6306         * buildsym.h: Move some contents to buildsym-legacy.h.
6307         * buildsym.c: Include buildsym-legacy.h.  Move many functions to
6308         buildsym-legacy.c.
6309         * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
6310
6311 2018-07-20  Tom Tromey  <tom@tromey.com>
6312
6313         * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
6314         * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
6315         (buildsym_compunit::buildsym_compunit)
6316         (buildsym_compunit::~buildsym_compunit)
6317         (buildsym_compunit::get_macro_table): Define.
6318
6319 2018-07-20  Tom Tromey  <tom@tromey.com>
6320
6321         * buildsym.c (reset_symtab_globals): Remove.
6322         (buildsym_compunit::end_symtab_from_static_block): Update.
6323         (buildsym_compunit::augment_type_symtab): Update.
6324         (end_symtab_from_static_block): Call free_buildsym_compunit.
6325         (augment_type_symtab, end_symtab, end_expandable_symtab):
6326         Likewise.
6327
6328 2018-07-20  Tom Tromey  <tom@tromey.com>
6329
6330         * arch-utils.c: Do not include buildsym.h.
6331         * mipsread.c: Do not include buildsym.h.
6332         * machoread.c: Do not include buildsym.h.
6333         * elfread.c: Do not include buildsym.h.
6334
6335 2018-07-20  Tom Tromey  <tom@tromey.com>
6336
6337         * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
6338         initialization.
6339         (buildsym_compunit): Add new constructor.
6340         (struct buildsym_compunit) <get_last_source_file, finish_block,
6341         record_block_range, start_subfile, patch_subfile_names,
6342         push_subfile, pop_subfile, record_line, get_compunit_symtab,
6343         set_last_source_start_addr, get_last_source_start_addr,
6344         get_local_using_directives, set_local_using_directives,
6345         get_global_using_directives, outermost_context_p,
6346         get_current_context_stack, get_context_stack_depth,
6347         get_current_subfile, get_local_symbols, get_file_symbols,
6348         get_global_symbols, record_debugformat, record_producer,
6349         push_context, pop_context, end_symtab_get_static_block,
6350         end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
6351         New public methods.
6352         <record_pending_block, finish_block_internal, make_blockvector,
6353         watch_main_source_file_lossage, end_symtab_with_blockvector>: New
6354         private methods.
6355         Update all users.
6356
6357 2018-05-22  Tom Tromey  <tom@tromey.com>
6358
6359         * buildsym.c (record_pending_block): Move earlier.  Remove objfile
6360         parameter.
6361         (finish_block_internal): Update.
6362
6363 2018-07-20  Tom Tromey  <tom@tromey.com>
6364
6365         * buildsym.c (record_pending_block): Move earlier.  Remove objfile
6366         parameter.
6367         (finish_block_internal): Update.
6368
6369 2018-07-20  Tom Tromey  <tom@tromey.com>
6370
6371         * buildsym.h (EXTERN): Don't define or undef.
6372         * buildsym.c (EXTERN): Don't define.
6373
6374 2018-07-20  Tom Tromey  <tom@tromey.com>
6375
6376         * buildsym.c: Remove TODO comment.
6377
6378 2018-07-20  Tom Tromey  <tom@tromey.com>
6379
6380         * coffread.c (coff_symtab_read): Update.
6381         * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
6382         (xcoff_new_init): Update.
6383         * mipsread.c (mipscoff_new_init): Update.
6384         * mdebugread.c (mdebug_build_psymtabs): Update.
6385         * elfread.c (elf_new_init): Update.
6386         * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
6387         Update.
6388         * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
6389         (coffstab_build_psymtabs, elfstab_build_psymtabs)
6390         (stabsect_build_psymtabs): Update.
6391         * buildsym.h (buildsym_init): Don't declare.
6392         * buildsym.c: Update comment.
6393         (prepare_for_building): Remove.
6394         (start_symtab, restart_symtab): Update.
6395         (reset_symtab_globals): Update comment.
6396         (buildsym_init): Remove.
6397
6398 2018-07-20  Tom Tromey  <tom@tromey.com>
6399
6400         * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
6401         * stabsread.c (patch_block_stabs, define_symbol, read_type)
6402         (read_enum_type, common_block_start, common_block_end)
6403         (cleanup_undefined_types_1, finish_global_stabs): Update.
6404         * mdebugread.c (psymtab_to_symtab_1): Update.
6405         * dwarf2read.c (fixup_go_packaging, read_func_scope)
6406         (read_lexical_block_scope, new_symbol): Update.
6407         * dbxread.c (process_one_symbol): Update.
6408         * coffread.c (coff_symtab_read, process_coff_symbol)
6409         (coff_read_enum_type): Update.
6410         * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
6411         declare.
6412         (get_local_symbols, get_file_symbols, get_global_symbols): New
6413         functions.
6414         * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
6415         m_global_symbols.
6416         <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
6417         (~scoped_free_pendings): Update.
6418         (finish_block, prepare_for_building, reset_symtab_globals)
6419         (end_symtab_get_static_block, end_symtab_with_blockvector)
6420         (augment_type_symtab, push_context): Update.
6421         (get_local_symbols, get_file_symbols, get_global_symbols): New
6422         functions.
6423         (buildsym_init): Update.
6424
6425 2018-07-20  Tom Tromey  <tom@tromey.com>
6426
6427         * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
6428         (process_full_type_unit): Likewise.
6429         (dwarf2_start_symtab): Set list_in_scope.
6430
6431 2018-07-20  Tom Tromey  <tom@tromey.com>
6432
6433         * dwarf2read.c (process_psymtab_comp_unit_reader)
6434         (build_type_psymtabs_reader): Do not set list_in_scope.
6435
6436 2018-07-20  Tom Tromey  <tom@tromey.com>
6437
6438         * buildsym.c (free_pendings): Remove.
6439         (add_symbol_to_list, scoped_free_pendings)
6440         (finish_block_internal, buildsym_init): Update.
6441
6442 2018-07-20  Tom Tromey  <tom@tromey.com>
6443
6444         * xcoffread.c (read_xcoff_symtab): Update.
6445         * dwarf2read.c (read_func_scope, read_lexical_block_scope):
6446         Update.
6447         * dbxread.c (process_one_symbol): Update.
6448         * coffread.c (coff_symtab_read): Update.
6449         * buildsym.h (finish_block): Update.
6450         * buildsym.c (finish_block): Remove "listhead" argument.
6451         (end_symtab_get_static_block): Update.
6452
6453 2018-07-20  Tom Tromey  <tom@tromey.com>
6454
6455         * buildsym.h (class scoped_free_pendings): Remove constructor.
6456         * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
6457         method.
6458         <m_pending_block_obstack, m_pending_blocks>: New members.
6459         (pending_block_obstack, pending_blocks): Remove.
6460         (scoped_free_pendings::scoped_free_pendings): Default.
6461         (~scoped_free_pendings): Update.
6462         (free_pending_blocks): Remove.
6463         (finish_block_internal, record_pending_block, make_blockvector)
6464         (end_symtab_get_static_block, augment_type_symtab, push_context)
6465         (buildsym_init): Update.
6466
6467 2018-07-20  Tom Tromey  <tom@tromey.com>
6468
6469         * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
6470         m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
6471         members.
6472         (pending_addrmap, pending_addrmap_obstack)
6473         (pending_addrmap_interesting): Remove.
6474         (scoped_free_pendings, record_block_range, make_blockvector)
6475         (prepare_for_building, reset_symtab_globals, buildsym_init):
6476         Update.
6477
6478 2018-07-20  Tom Tromey  <tom@tromey.com>
6479
6480         * xcoffread.c (process_linenos): Update.
6481         * stabsread.c (define_symbol, read_type, read_enum_type): Update.
6482         * mdebugread.c (psymtab_to_symtab_1): Update.
6483         * dwarf2read.c (setup_type_unit_groups)
6484         (lnp_state_machine::handle_set_file, dwarf_record_line_p)
6485         (lnp_state_machine::record_line, dwarf_decode_lines): Update.
6486         * dbxread.c (process_one_symbol): Update.
6487         * coffread.c (coff_symtab_read, enter_linenos)
6488         (process_coff_symbol): Update.
6489         * buildsym.h (current_subfile): Don't declare.
6490         (get_current_subfile): Declare.
6491         * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
6492         member.
6493         (start_subfile, free_buildsym_compunit, push_subfile)
6494         (prepare_for_building, start_symtab): Update.
6495         (get_current_subfile): New function.
6496
6497 2018-07-20  Tom Tromey  <tom@tromey.com>
6498
6499         * coffread.c (coff_symtab_read): Update.
6500         * xcoffread.c (read_xcoff_symtab): Update.
6501         * dwarf2read.c (new_symbol): Update.
6502         (read_func_scope, read_lexical_block_scope): Update.
6503         * dbxread.c (process_one_symbol): Update.
6504         * buildsym.h (context_stack, context_stack_depth): Don't declare.
6505         (outermost_context_p): Remove macro.
6506         (outermost_context_p, get_current_context_stack)
6507         (get_context_stack_depth): Declare.
6508         (pop_context): Return struct context_stack.
6509         * buildsym.c (struct buildsym_compunit) <m_context_stack: New
6510         member.
6511         (context_stack_size): Remove.
6512         (INITIAL_CONTEXT_STACK_SIZE): Remove.
6513         (prepare_for_building, end_symtab_get_static_block)
6514         (augment_type_symtab, push_context): Update.
6515         (pop_context): Return struct context_stack.
6516         (outermost_context_p, get_current_context_stack)
6517         (get_context_stack_depth): New functions.
6518         (buildsym_init): Update.
6519
6520 2018-07-20  Tom Tromey  <tom@tromey.com>
6521
6522         * rust-exp.y: Now a pure parser.  Update all rules.
6523         (%union): Move earlier.
6524         (current_parser, work_obstack): Remove globals.
6525         (rust_parser, ~rust_parser): Update.
6526         (class rust_parser) <copy_name, concat3, crate_name, super_name,
6527         lex_character, lex_number, lex_string, lex_identifier,
6528         rust_lookup_type, convert_params_to_types, convert_ast_to_type,
6529         convert_name, convert_params_to_expression,
6530         convert_ast_to_expression, ast_basic_type, ast_operation,
6531         ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
6532         ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
6533         ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
6534         ast_array_type, ast_slice_type, ast_reference_type,
6535         ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
6536         (rust_parse): Update.
6537         (rustyyerror, rustyylex): Add parser parameter.
6538         (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
6539         (rust_lex_stringish_test, rust_lex_test_sequence)
6540         (rust_lex_test_trailing_dot, rust_lex_test_completion)
6541         (rust_lex_test_push_back, rust_lex_tests): Update.
6542
6543 2018-07-19  Pedro Alves  <palves@redhat.com>
6544
6545         * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
6546         gdb::unique_xmalloc_ptr.
6547         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
6548         Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
6549         * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
6550         copy-initialization.
6551         * guile/scm-pretty-print.c (ppscm_print_children): Use
6552         gdb::unique_xmalloc_ptr instead of cleanups.
6553         (gdbscm_apply_val_pretty_printer): Remove cleanups.
6554         * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
6555         gdb::unique_xmalloc_ptr.
6556         * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6557         Adjust to use gdb::unique_xmalloc_ptr.
6558         * guile/scm-utils.c (extract_arg): Adjust.
6559         * guile/scm-value.c (gdbscm_value_field): Adjust to use
6560         gdb::unique_xmalloc_ptr instead of a cleanup.
6561
6562 2018-07-19  Tom Tromey  <tom@tromey.com>
6563
6564         * utils.c (do_value_free_to_mark)
6565         (make_cleanup_value_free_to_mark): Remove.
6566         * utils.h (make_cleanup_value_free_to_mark): Remove.
6567
6568 2018-07-19  Pedro Alves  <palves@redhat.com>
6569
6570         * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
6571         forwarding reference.
6572
6573 2018-07-18  Pedro Alves  <palves@redhat.com>
6574
6575         * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
6576         gdbscm_wrap.  Use gdb::unique_xmalloc_ptr<char> instead of a
6577         cleanup.
6578
6579 2018-07-18  Pedro Alves  <palves@redhat.com>
6580
6581         * guile/guile-internal.h: Add comment about mixing GDB and Scheme
6582         exceptions.
6583         (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
6584         (gdbscm_wrap): New.
6585         * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
6586         directly instead of a cleanup.
6587         * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
6588         (vlscm_unop): ... this.  Reimplement using gdbscm_wrap.
6589         (vlscm_binop_gdbthrow): New, factored out from ...
6590         (vlscm_binop): ... this.  Reimplement using gdbscm_wrap.
6591         (vlscm_rich_compare): Use gdbscm_wrap.
6592         * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
6593         instead of a cleanup.
6594         (gdbscm_lookup_global_symbol): Use xfree directly instead of a
6595         cleanup.
6596         * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6597         Use xfree directly instead of a cleanup.
6598         * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
6599         Adjust to use gdbscm_wrap and scoped_value_mark.
6600         (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
6601         (gdbscm_value_address, gdbscm_value_dereference)
6602         (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
6603         scoped_value_mark.
6604         (gdbscm_value_dynamic_type): Use scoped_value_mark.
6605         (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
6606         scoped_value_mark.
6607         (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
6608         gdbscm_wrap and scoped_value_mark.
6609         (gdbscm_value_to_string): Use xfree directly instead of a
6610         cleanup.  Move 'buffer' unique_ptr to TRY scope.
6611         (gdbscm_value_to_lazy_string): Use xfree directly instead of a
6612         cleanup.  Move 'buffer' unique_ptr to TRY scope.  Use
6613         scoped_value_mark.
6614         (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
6615         (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
6616         scoped_value_mark.
6617         (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
6618         gdbscm_wrap.
6619
6620 2018-07-18  Tom de Vries  <tdevries@suse.de>
6621
6622         * findvar.c (default_read_var_value): Also resolve dynamic type for
6623         LOC_OPTIMIZED_OUT vars.
6624
6625 2018-07-18  Maciej W. Rozycki  <macro@mips.com>
6626
6627         * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
6628         decoding.
6629
6630 2018-07-17  Tom Tromey  <tom@tromey.com>
6631
6632         * guile/scm-param.c (pascm_set_func, pascm_show_func)
6633         (compute_enum_list, pascm_set_param_value_x)
6634         (gdbscm_parameter_value): Update.
6635         * guile/guile-internal.h (gdbscm_scm_to_string): Update.
6636         (gdbscm_scm_to_host_string): Update.
6637         * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
6638         Update.
6639         * guile/scm-cmd.c (cmdscm_add_completion): Update.
6640         * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
6641         * guile/scm-string.c (gdbscm_scm_to_string): Return
6642         unique_xmalloc_ptr.
6643         (gdbscm_scm_to_host_string): Likewise.
6644
6645 2018-07-17  Tom Tromey  <tom@tromey.com>
6646
6647         * guile/guile.c (gdbscm_eval_from_control_command): Update.
6648         * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
6649         * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
6650         * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
6651         unique_xmalloc_ptr.
6652
6653 2018-07-17  Tom Tromey  <tom@tromey.com>
6654
6655         * guile/scm-param.c (pascm_signal_setshow_error): Update.
6656         * guile/guile-internal.h (gdbscm_exception_message_to_string):
6657         Update.
6658         * guile/scm-cmd.c (cmdscm_function): Update.
6659         * guile/scm-pretty-print.c
6660         (ppscm_print_exception_unless_memory_error): Update.
6661         * guile/scm-exception.c (gdbscm_exception_message_to_string):
6662         Return unique_xmalloc_ptr.
6663
6664 2018-07-17  Tom Tromey  <tom@tromey.com>
6665
6666         * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
6667         Use string_printf.
6668
6669 2018-07-17  Jim Wilson  <jimw@sifive.com>
6670
6671         * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
6672         set_gdbarch_decr_pc_after_break.  Call riscv_read_misa_reg always.
6673         (riscv_gdbarch_init): Delete local has_compressed_isa.  Delete now
6674         unecessary braces after EF_RISCV_RVC test.  Delete call to
6675         set_gdbarch_decr_pc_after_break.
6676
6677         * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
6678         RISCV_LAST_FP_REGNUM + 1.
6679         (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
6680
6681 2018-07-17  Tom Tromey  <tom@tromey.com>
6682
6683         * configure.ac: Remove --disable-gdbcli.
6684         * configure: Rebuild.
6685         * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
6686         (SUBDIR_CLI_CFLAGS): Remove.
6687         (SFILES): Use SUBDIR_CLI_SRCS.
6688         (COMMON_OBS): Use SUBDIR_CLI_OBS.
6689
6690 2018-07-17  Tom Tromey  <tom@tromey.com>
6691
6692         PR gdb/18624:
6693         * coffread.c (coff_symtab_read): Use scoped_free_pendings.
6694
6695 2018-07-16  Jim Wilson  <jimw@sifive.com>
6696
6697         * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
6698
6699 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
6700
6701         * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
6702         variable.
6703         (libunwind_frame_sniffer): Likewise.
6704         (libunwind_frame_prev_register): Likewise.
6705         (libunwind_sigtramp_frame_sniffer): Likewise.
6706         * ia64-tdep.c (ia64_access_reg): Likewise.
6707         (ia64_access_rse_reg): Likewise.
6708         (ia64_libunwind_sigtramp_frame_this_id): Likewise.
6709         * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
6710
6711 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
6712
6713         * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
6714
6715 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
6716
6717         * remote-sim.c (gdbsim_target::close,
6718         gdbsim_target::mourn_inferior): Remove unused variables.
6719
6720 2018-07-16  Simon Marchi  <simon.marchi@polymtl.ca>
6721
6722         * ia64-tdep.c (ktab_buf): New global.
6723         (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
6724         (get_kernel_table): Adjust.
6725
6726 2018-07-16  Tom Tromey  <tom@tromey.com>
6727
6728         * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
6729         * dwarf2read.c (using_directives, new_symbol): Use
6730         outermost_context_p.
6731         * dbxread.c (process_one_symbol): Use outermost_context_p.
6732         * coffread.c (coff_symtab_read): Use outermost_context_p.
6733
6734 2018-07-16  Tom Tromey  <tom@tromey.com>
6735
6736         * dwarf2read.c (using_directives, read_func_scope)
6737         (read_lexical_block_scope): Update.
6738         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6739         * buildsym.h (local_using_directives, global_using_directives):
6740         Don't declare.
6741         (get_local_using_directives, set_local_using_directives)
6742         (get_global_using_directives): Declare.
6743         * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
6744         m_global_using_directives>: New members.
6745         (finish_block_internal, prepare_for_building)
6746         (reset_symtab_globals, end_symtab_get_static_block)
6747         (push_context): Update.
6748         (get_local_using_directives, set_local_using_directives)
6749         (get_global_using_directives): New functions.
6750         (buildsym_init): Update.
6751
6752 2018-07-16  Tom Tromey  <tom@tromey.com>
6753
6754         * xcoffread.c (xcoff_initial_scan): Don't call
6755         free_pending_blocks.
6756         * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
6757         * buildsym.h (class scoped_free_pendings): Add constructor.
6758         (free_pending_blocks): Don't declare.
6759         * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
6760         (free_pending_blocks): Now static.
6761
6762 2018-07-16  Tom Tromey  <tom@tromey.com>
6763
6764         * buildsym.h (push_subfile, pop_subfile): Update declarations.
6765         * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
6766         member.
6767         (struct subfile_stack): Remove.
6768         (subfile_stack): Remove.
6769         (push_subfile, pop_subfile, buildsym_init): Update.
6770
6771 2018-07-16  Tom Tromey  <tom@tromey.com>
6772
6773         * buildsym.c (push_subfile): Use gdb_assert.
6774         (pop_subfile): Use gdb_assert.
6775
6776 2018-07-16  Tom Tromey  <tom@tromey.com>
6777
6778         * buildsym.h (merge_symbol_lists): Remove.
6779         * buildsym.c (merge_symbol_lists): Remove.
6780
6781 2018-07-16  Tom Tromey  <tom@tromey.com>
6782
6783         * stabsread.c (scan_file_globals): Update comment.
6784         * stabsread.h (scan_file_globals): Move from buildsym.h.
6785         * buildsym.h (scan_file_globals): Move to stabsread.h.
6786
6787 2018-07-16  Tom Tromey  <tom@tromey.com>
6788
6789         * xcoffread.c (xcoff_new_init): Update.
6790         * mipsread.c (mipscoff_new_init): Update.
6791         * mdebugread.c (mdebug_build_psymtabs): Update.
6792         * elfread.c (elf_new_init): Update.
6793         * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
6794         (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
6795         * buildsym.h (buildsym_new_init): Don't declare.
6796         * buildsym.c (buildsym_new_init): Remove.
6797
6798 2018-07-16  Tom Tromey  <tom@tromey.com>
6799
6800         * stabsread.h (within_function): Move from buildsym.h.
6801         * stabsread.c (start_stabs): Clear within_function.
6802         * coffread.c (coff_start_symtab): Clear within_function.
6803         * buildsym.h (within_function): Move to stabsread.h.
6804         * buildsym.c (prepare_for_building): Update.
6805
6806 2018-07-16  Tom Tromey  <tom@tromey.com>
6807
6808         * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
6809         * dwarf2read.c (dwarf2_start_symtab): Don't set
6810         processing_gcc_compilation.
6811         * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
6812
6813 2018-07-16  Tom Tromey  <tom@tromey.com>
6814
6815         * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
6816         (next_symbol_text_func): Move from buildsym.h.
6817         * stabsread.c (hashname): Move from buildsym.c.
6818         * buildsym.h (HASHSIZE, symnum, next_symbol_text)
6819         (next_symbol_text_func, hashname): Move to stabsread.h.
6820         * buildsym.c: Don't include bcache.h
6821         (hashname): Move to stasbread.c.
6822
6823 2018-07-16  Tom Tromey  <tom@tromey.com>
6824
6825         * buildsym.h (context_stack_size): Don't declare.
6826         * buildsym.c (context_stack_size): New global.
6827
6828 2018-07-16  Tom Tromey  <tom@tromey.com>
6829
6830         * dbxread.c (processing_acc_compilation): New global.
6831         * buildsym.h (processing_acc_compilation): Don't declare.
6832
6833 2018-07-16  Tom Tromey  <tom@tromey.com>
6834
6835         * xcoffread.c (aix_process_linenos, complete_symtab): Update.
6836         * dbxread.c (read_ofile_symtab): Update.
6837         * coffread.c (coff_start_symtab, coff_end_symtab): Update.
6838         * buildsym.h (last_source_start_addr): Remove.
6839         (set_last_source_start_addr, get_last_source_start_addr):
6840         Declare.
6841         * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
6842         parameter.
6843         (struct buildsym_compunit) <m_last_source_start_addr>: New
6844         member.
6845         (prepare_for_building): Remove start_addr parameter.
6846         (start_symtab, restart_symtab, end_symtab_get_static_block)
6847         (end_symtab_with_blockvector): Update.
6848         (set_last_source_start_addr, get_last_source_start_addr): New
6849         functions.
6850
6851 2018-07-16  Tom Tromey  <tom@tromey.com>
6852
6853         * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
6854         member.
6855         (have_line_numbers): Remove.
6856         (record_line, prepare_for_building, end_symtab_get_static_block)
6857         (augment_type_symtab): Update.
6858
6859 2018-07-16  Tom Tromey  <tom@tromey.com>
6860
6861         * buildsym.c (~buildsym_compunit): Free the macro table.
6862         (struct buildsym_compunit) <get_macro_table, release_macros>: New
6863         methods.
6864         <m_pending_macros>: New member.
6865         (pending_macros): Remove.
6866         (~scoped_free_pendings, get_macro_table, prepare_for_building)
6867         (reset_symtab_globals, end_symtab_get_static_block)
6868         (end_symtab_with_blockvector, augment_type_symtab)
6869         (buildsym_init): Update.
6870
6871 2018-07-16  Tom Tromey  <tom@tromey.com>
6872
6873         * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
6874         parameter.
6875         (buildsym_compunit::set_last_source_file): New method.
6876         <m_last_source_file>: New member.
6877         (prepare_for_building): Remove "name" parameter.
6878         (start_symtab, restart_symtab, reset_symtab_globals): Update.
6879         (last_source_file): Remove.
6880         (set_last_source_file, get_last_source_file): Update.
6881
6882 2018-07-16  Tom Tromey  <tom@tromey.com>
6883
6884         * buildsym.c (prepare_for_building): Add assert.
6885
6886 2018-07-16  Tom Tromey  <tom@tromey.com>
6887
6888         * buildsym.c (~buildsym_compunit): Update.
6889         (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
6890         (start_subfile, patch_subfile_names)
6891         (end_symtab_with_blockvector): Update.
6892
6893 2018-07-16  Tom Tromey  <tom@tromey.com>
6894
6895         * buildsym.c (struct buildsym_compunit): Add constructor,
6896         destructor, initializers.
6897         (start_buildsym_compunit): Remove.
6898         (free_buildsym_compunit): Use "delete".
6899         (start_symtab, restart_symtab): Use "new".
6900
6901 2018-07-13  Simon Marchi  <simon.marchi@polymtl.ca>
6902
6903         * symfile.c (set_objfile_default_section_offset): Remove struct
6904         keyword.
6905
6906 2018-07-14  Stafford Horne  <shorne@gmail.com>
6907
6908         * (Responsible Maintainers): Add myself as or1k maintainer.
6909
6910 2018-07-13  Tom Tromey  <tom@tromey.com>
6911
6912         * symfile.c (set_objfile_default_section_offset): Use extra braces
6913         around initializer.
6914
6915 2018-07-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6916
6917         * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
6918         non-branching basr.
6919
6920 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6921
6922         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6923         unittests/cli-utils-selftests.c
6924         * unittests/cli-utils-selftests.c: New file.
6925
6926 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6927
6928         * NEWS: Mention new commands. Mention change to 'thread apply'.
6929
6930 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6931
6932         * thread.c (thr_try_catch_cmd): New function.
6933         (thread_apply_all_command): Handle qcs flags.
6934         (thread_apply_command): Handle qcs flags.
6935         (taas_command): New function.
6936         (tfaas_command): New function.
6937         (_initialize_thread): Update to setup the new commands 'taas
6938         and 'tfaas'. Change doc string for 'thread apply'.
6939
6940 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6941
6942         * stack.c: (trailing_outermost_frame): New function, mostly
6943         extracted from backtrace_command_1.
6944         (leading_innermost_frame): New function.
6945         (backtrace_command_1): Update to call trailing_outermost_frame.
6946         (frame_apply_command_count): New function.
6947         (frame_apply_level_command): New function.
6948         (frame_apply_all_command): New function.
6949         (frame_apply_command): New function.
6950         (faas_command): New function.
6951         (frame_cmd_list): New variable.
6952         (_initialize_stack): Update to setup the new commands 'frame apply'
6953         and 'faas'.
6954
6955 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6956
6957         * cli-utils.c (number_or_range_parser::get_number): Only handle
6958         numbers or convenience var as numbers.
6959         (parse_flags): New function.
6960         (parse_flags_qcs): New function.
6961         (number_or_range_parser::finished): Ensure parsing end is detected
6962         before end of string.
6963         * cli-utils.h (parse_flags): New function.
6964         (parse_flags_qcs): New function.
6965         (number_or_range_parser): Remove m_finished bool.
6966         (number_or_range_parser::skip_range): Set m_in_range to false.
6967
6968 2018-07-12  Sergio Durigan Junior  <sergiodj@redhat.com>
6969
6970         * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
6971         on Windows.
6972
6973 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6974             Jan Kratochvil  <jan.kratochvil@redhat.com>
6975             Paul Fertser  <fercerpav@gmail.com>
6976             Tsutomu Seki  <sekiriki@gmail.com>
6977             Pedro Alves  <palves@redhat.com>
6978
6979         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6980         'unittests/parse-connection-spec-selftests.c'.
6981         (COMMON_SFILES): Add 'common/netstuff.c'.
6982         (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
6983         * NEWS (Changes since GDB 8.2): Mention IPv6 support.
6984         * common/netstuff.c: New file.
6985         * common/netstuff.h: New file.
6986         * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
6987         (wait_for_connect): Update comment.  New parameter
6988         'gdb::optional<int> sock' instead of 'struct serial *scb'.
6989         Use 'sock' directly instead of 'scb->fd'.
6990         (try_connect): New function, with code from 'net_open'.
6991         (net_open): Rewrite main loop to deal with multiple
6992         sockets/addresses.  Handle IPv6-style hostnames; implement
6993         support for IPv6 connections.
6994         * unittests/parse-connection-spec-selftests.c: New file.
6995
6996 2018-07-11  Pedro Alves  <palves@redhat.com>
6997
6998         PR gdb/23377
6999         * remote.c (remote_target::remote_detach_pid): Call
7000         set_current_process.
7001
7002 2018-07-11  Pedro Alves  <palves@redhat.com>
7003
7004         * h8300-tdep.c (h8300_gdbarch_init): Remove
7005         set_gdbarch_ecoff_reg_to_regnum calls.
7006
7007 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7008
7009         PR c++/23373
7010         * c-typeprint.c (c_type_print_base_struct_union): Don't print
7011         offsets/sizes for static members of a class/struct.
7012
7013 2018-07-11  Alan Hayward  <alan.hayward@arm.com>
7014
7015         * target-descriptions.c (tdesc_register_bitsize): Rename.
7016         * target-descriptions.h (tdesc_register_bitsize): Likewise.
7017         * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
7018         * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
7019
7020 2018-07-10  Tom Tromey  <tom@tromey.com>
7021
7022         * breakpoint.c (moribund_locations): Now static and a
7023         std::vector.
7024         (breakpoint_init_inferior, moribund_breakpoint_here_p)
7025         (build_bpstat_chain, update_global_location_list)
7026         (breakpoint_retire_moribund): Update.
7027         * breakpoint.h (bp_location_p): Remove typedef.  Don't declare
7028         VEC.
7029
7030 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7031
7032         * riscv-tdep.c (riscv_is_fp_regno_p): New function.
7033         (riscv_register_reggroup_p): Use new function, remove unneeded
7034         parenthesis.
7035         (riscv_push_dummy_call): Extend assert to compare against xlen or
7036         flen based on register type.
7037
7038 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7039
7040         * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
7041
7042 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
7043
7044         * remote.c (show_hardware_watchpoint_limit): New function.
7045         (show_hardware_watchpoint_length_limit): New function.
7046         (show_hardware_breakpoint_limit): New function.
7047         (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
7048         where appropriate, update help text.
7049
7050 2018-07-09  Tom Tromey  <tom@tromey.com>
7051
7052         * Makefile.in (CDEPS): Don't mention XM_CDEPS.
7053         (CLIBS): Don't mention NAT_CLIBS.
7054
7055 2018-07-09  Tom Tromey  <tom@tromey.com>
7056
7057         * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
7058         (LIBGDB_OBS, clean mostlyclean): Update.
7059         (gdb$(EXEEXT), insight$(EXEEXT)): Update.
7060
7061 2018-07-09  Tom Tromey  <tom@tromey.com>
7062
7063         * Makefile.in (%.c: %.y): Use ECHO_YACC.
7064         (%.c: %.l): Use ECHO_LEX.  Just fail if flex not available.
7065         * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
7066
7067 2018-07-09  Tom Tromey  <tom@tromey.com>
7068
7069         * Makefile.in (ALLDEPFILES): Remove exec.c.
7070         (COMMON_OBS): Remove exec.o.
7071         (COMMON_SFILES): Add exec.c.
7072
7073 2018-07-09  Tom Tromey  <tom@tromey.com>
7074
7075         * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
7076
7077 2018-07-09  Tom Tromey  <tom@tromey.com>
7078
7079         * Makefile.in (clean mostlyclean): Remove stamp-version.
7080         (version.c): Depend on stamp-version.
7081         (stamp-version): New rule, from version.c rule.
7082
7083 2018-07-09  Tom Tromey  <tom@tromey.com>
7084
7085         * Makefile.in (init.c): Depend on stamp-init.
7086         (stamp-init): New rule, from init.c rule.
7087         (clean mostlyclean): Remove stamp-init.
7088
7089 2018-07-09  Tom Tromey  <tom@tromey.com>
7090
7091         * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
7092         SUBDIR_GCC_COMPILE_SRCS.
7093
7094 2018-07-09  Tom Tromey  <tom@tromey.com>
7095
7096         * Makefile.in (init.c): Remove some unused sed rules.
7097
7098 2018-07-09  Tom Tromey  <tom@tromey.com>
7099
7100         * Makefile.in (TSOBS): Remove.
7101         (INIT_FILES): Update.
7102         (LIBGDB_OBS): Update.
7103         (COMMON_SFILES): Add inflow.c.
7104         (SFILES): Remove inflow.c.
7105
7106 2018-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7107
7108         * contrib/gdb-add-index.sh ($dwarf5): New, use it.
7109
7110 2018-07-07  Simon Marchi  <simon.marchi@polymtl.ca>
7111
7112         * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
7113         get_saveloc_name, is_signal_frame_name, step_name,
7114         init_remote_name, create_addr_space_name,
7115         destroy_addr_space_name, search_unwind_table_name,
7116         find_dyn_list_name): Constify.
7117
7118 2018-07-05  Simon Marchi  <simon.marchi@polymtl.ca>
7119
7120         * darwin-nat.c (darwin_pthread_kill): New function.
7121         (darwin_resume_thread): Use darwin_pthread_kill.
7122
7123 2018-07-05  Tom de Vries  <tdevries@suse.de>
7124
7125         * macroexp.c (macro_buffer) <operator=>: New member function.
7126
7127 2018-07-04  Tom Tromey  <tom@tromey.com>
7128
7129         * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
7130
7131 2018-07-04  Simon Marchi  <simon.marchi@polymtl.ca>
7132
7133         * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
7134         * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
7135         * maint.c: Likewise.
7136         * top.c: Likewise.
7137
7138 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
7139
7140         * NEWS: Create a new section for the next release branch.
7141         Rename the section of the current branch, now that it has
7142         been cut.
7143
7144 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
7145
7146         GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
7147         * version.in: Bump version to 8.2.50.DATE-git.
7148
7149 2018-07-04  Vyacheslav Barinov  <v.barinov@samsung.com>
7150             Pedro Alves  <palves@redhat.com>
7151
7152         * linux-nat.c (linux_init_ptrace): Rename to ...
7153         (linux_init_ptrace_procfs): ... this.  Call
7154         linux_proc_init_warnings.
7155         (linux_nat_target::post_attach)
7156         (linux_nat_target::post_startup_inferior): Adjust.
7157         * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
7158         * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
7159
7160 2018-07-04  Tom de Vries  <tdevries@suse.de>
7161
7162         * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
7163         check ...
7164         (read_comp_unit_head): ... here.
7165
7166 2018-07-03  Tom Tromey  <tom@tromey.com>
7167
7168         * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
7169         (stop_tracing, tstatus_command)
7170         (find_matching_tracepoint_location, merge_uploaded_tracepoints)
7171         (print_one_static_tracepoint_marker): Update.
7172         * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
7173         std::vector.
7174         * breakpoint.h (breakpoint_p): Remove typedef.  Don't declare
7175         VEC.
7176         (all_tracepoints, static_tracepoints_here): Return std::vector.
7177
7178 2018-07-03  Tom Tromey  <tom@tromey.com>
7179
7180         * common/ptid.c (ptid_equal): Remove.
7181         * common/ptid.h (ptid_equal): Don't declare.
7182         * ada-tasks.c: Update.
7183         * breakpoint.c: Update.
7184         * common/agent.c: Update.
7185         * corelow.c: Update.
7186         * darwin-nat-info.c: Update.
7187         * darwin-nat.c: Update.
7188         * dcache.c: Update.
7189         * dtrace-probe.c: Update.
7190         * dummy-frame.c: Update.
7191         * fbsd-nat.c: Update.
7192         * frame.c: Update.
7193         * gdbthread.h: Update.
7194         * gnu-nat.c: Update.
7195         * go32-nat.c: Update.
7196         * inf-loop.c: Update.
7197         * inf-ptrace.c: Update.
7198         * infcall.c: Update.
7199         * infcmd.c: Update.
7200         * inflow.c: Update.
7201         * infrun.c: Update.
7202         * linux-fork.c: Update.
7203         * linux-nat.c: Update.
7204         * linux-thread-db.c: Update.
7205         * mi/mi-cmd-var.c: Update.
7206         * mi/mi-interp.c: Update.
7207         * mi/mi-main.c: Update.
7208         * nto-procfs.c: Update.
7209         * ppc-linux-tdep.c: Update.
7210         * procfs.c: Update.
7211         * python/py-inferior.c: Update.
7212         * python/py-record-btrace.c: Update.
7213         * python/py-record.c: Update.
7214         * ravenscar-thread.c: Update.
7215         * regcache.c: Update.
7216         * remote-sim.c: Update.
7217         * remote.c: Update.
7218         * sol-thread.c: Update.
7219         * solib.c: Update.
7220         * target.c: Update.
7221         * tui/tui-stack.c: Update.
7222         * varobj.c: Update.
7223         * windows-nat.c: Update.
7224         * windows-tdep.c: Update.
7225
7226 2018-07-03  Tom Tromey  <tom@tromey.com>
7227
7228         * common/ptid.c (ptid_match): Remove.
7229         * common/ptid.h (ptid_match): Don't declare.
7230         * fbsd-nat.c: Update.
7231         * infcmd.c: Update.
7232         * infrun.c: Update.
7233         * linux-nat.c: Update.
7234         * record-btrace.c: Update.
7235         * regcache.c: Update.
7236         * remote.c: Update.
7237
7238 2018-07-03  Tom Tromey  <tom@tromey.com>
7239
7240         * common/ptid.c (ptid_tid_p): Remove.
7241         * common/ptid.h (ptid_tid_p): Don't declare.
7242         * sol-thread.c: Update.
7243
7244 2018-07-03  Tom Tromey  <tom@tromey.com>
7245
7246         * common/ptid.c (ptid_lwp_p): Remove.
7247         * common/ptid.h (ptid_lwp_p): Don't declare.
7248         * fbsd-nat.c: Update.
7249         * linux-nat.c: Update.
7250         * nat/linux-procfs.c: Update.
7251         * nat/x86-linux-dregs.c: Update.
7252         * sol-thread.c: Update.
7253
7254 2018-07-03  Tom Tromey  <tom@tromey.com>
7255
7256         * common/ptid.c (ptid_is_pid): Remove.
7257         * common/ptid.h (ptid_is_pid): Don't declare.
7258         * infrun.c: Update.
7259         * linux-nat.c: Update.
7260         * mi/mi-interp.c: Update.
7261         * remote.c: Update.
7262         * thread.c: Update.
7263
7264 2018-07-03  Tom Tromey  <tom@tromey.com>
7265
7266         * common/ptid.c (ptid_get_tid): Remove.
7267         * common/ptid.h (ptid_get_tid): Don't declare.
7268         * ada-tasks.c: Update.
7269         * aix-thread.c: Update.
7270         * bsd-uthread.c: Update.
7271         * darwin-nat.c: Update.
7272         * fbsd-nat.c: Update.
7273         * i386-darwin-nat.c: Update.
7274         * infrun.c: Update.
7275         * linux-tdep.c: Update.
7276         * nto-procfs.c: Update.
7277         * ppc-ravenscar-thread.c: Update.
7278         * python/py-infthread.c: Update.
7279         * ravenscar-thread.c: Update.
7280         * sol-thread.c: Update.
7281         * sparc-ravenscar-thread.c: Update.
7282         * windows-nat.c: Update.
7283
7284 2018-07-03  Tom Tromey  <tom@tromey.com>
7285
7286         * common/ptid.c (ptid_get_lwp): Remove.
7287         * common/ptid.h (ptid_get_lwp): Don't declare.
7288         * aarch64-linux-nat.c: Update.
7289         * ada-tasks.c: Update.
7290         * aix-thread.c: Update.
7291         * amd64-linux-nat.c: Update.
7292         * arm-linux-nat.c: Update.
7293         * corelow.c: Update.
7294         * fbsd-nat.c: Update.
7295         * fbsd-tdep.c: Update.
7296         * gnu-nat.c: Update.
7297         * i386-cygwin-tdep.c: Update.
7298         * i386-gnu-nat.c: Update.
7299         * i386-linux-nat.c: Update.
7300         * ia64-linux-nat.c: Update.
7301         * inf-ptrace.c: Update.
7302         * infrun.c: Update.
7303         * linux-fork.c: Update.
7304         * linux-nat.c: Update.
7305         * linux-tdep.c: Update.
7306         * linux-thread-db.c: Update.
7307         * mips-linux-nat.c: Update.
7308         * nat/aarch64-linux-hw-point.c: Update.
7309         * nat/aarch64-linux.c: Update.
7310         * nat/linux-btrace.c: Update.
7311         * nat/linux-osdata.c: Update.
7312         * nat/linux-procfs.c: Update.
7313         * nat/x86-linux-dregs.c: Update.
7314         * obsd-nat.c: Update.
7315         * ppc-fbsd-nat.c: Update.
7316         * ppc-linux-nat.c: Update.
7317         * procfs.c: Update.
7318         * python/py-infthread.c: Update.
7319         * ravenscar-thread.c: Update.
7320         * remote.c: Update.
7321         * s390-linux-nat.c: Update.
7322         * sol-thread.c: Update.
7323         * sol2-tdep.c: Update.
7324         * spu-linux-nat.c: Update.
7325         * x86-linux-nat.c: Update.
7326         * xtensa-linux-nat.c: Update.
7327
7328 2018-07-03  Tom Tromey  <tom@tromey.com>
7329
7330         * common/ptid.c (ptid_get_pid): Remove.
7331         * common/ptid.h (ptid_get_pid): Don't declare.
7332         * aarch64-linux-nat.c: Update.
7333         * ada-lang.c: Update.
7334         * aix-thread.c: Update.
7335         * alpha-bsd-nat.c: Update.
7336         * amd64-fbsd-nat.c: Update.
7337         * amd64-linux-nat.c: Update.
7338         * arm-linux-nat.c: Update.
7339         * arm-nbsd-nat.c: Update.
7340         * auxv.c: Update.
7341         * break-catch-syscall.c: Update.
7342         * breakpoint.c: Update.
7343         * bsd-uthread.c: Update.
7344         * corelow.c: Update.
7345         * ctf.c: Update.
7346         * darwin-nat.c: Update.
7347         * fbsd-nat.c: Update.
7348         * fbsd-tdep.c: Update.
7349         * gcore.c: Update.
7350         * gnu-nat.c: Update.
7351         * hppa-nbsd-nat.c: Update.
7352         * hppa-obsd-nat.c: Update.
7353         * i386-fbsd-nat.c: Update.
7354         * ia64-linux-nat.c: Update.
7355         * inf-ptrace.c: Update.
7356         * infcmd.c: Update.
7357         * inferior.c: Update.
7358         * inferior.h: Update.
7359         * inflow.c: Update.
7360         * infrun.c: Update.
7361         * linux-fork.c: Update.
7362         * linux-nat.c: Update.
7363         * linux-tdep.c: Update.
7364         * linux-thread-db.c: Update.
7365         * m68k-bsd-nat.c: Update.
7366         * mi/mi-interp.c: Update.
7367         * mi/mi-main.c: Update.
7368         * mips-linux-nat.c: Update.
7369         * mips-nbsd-nat.c: Update.
7370         * mips64-obsd-nat.c: Update.
7371         * nat/aarch64-linux-hw-point.c: Update.
7372         * nat/aarch64-linux.c: Update.
7373         * nat/linux-btrace.c: Update.
7374         * nat/linux-osdata.c: Update.
7375         * nat/linux-procfs.c: Update.
7376         * nat/x86-linux-dregs.c: Update.
7377         * nto-procfs.c: Update.
7378         * obsd-nat.c: Update.
7379         * ppc-linux-nat.c: Update.
7380         * ppc-nbsd-nat.c: Update.
7381         * ppc-obsd-nat.c: Update.
7382         * proc-service.c: Update.
7383         * procfs.c: Update.
7384         * python/py-inferior.c: Update.
7385         * python/py-infthread.c: Update.
7386         * ravenscar-thread.c: Update.
7387         * record.c: Update.
7388         * remote-sim.c: Update.
7389         * remote.c: Update.
7390         * rs6000-nat.c: Update.
7391         * s390-linux-nat.c: Update.
7392         * sh-nbsd-nat.c: Update.
7393         * sol-thread.c: Update.
7394         * sparc-nat.c: Update.
7395         * sparc64-tdep.c: Update.
7396         * spu-linux-nat.c: Update.
7397         * spu-tdep.c: Update.
7398         * target-debug.h: Update.
7399         * target.c: Update.
7400         * thread.c: Update.
7401         * tid-parse.c: Update.
7402         * tracefile-tfile.c: Update.
7403         * vax-bsd-nat.c: Update.
7404         * windows-nat.c: Update.
7405         * x86-linux-nat.c: Update.
7406         * x86-nat.c: Update.
7407
7408 2018-07-03  Tom Tromey  <tom@tromey.com>
7409
7410         * common/ptid.c (pid_to_ptid): Remove.
7411         * common/ptid.h (pid_to_ptid): Don't declare.
7412         * aix-thread.c: Update.
7413         * arm-linux-nat.c: Update.
7414         * common/ptid.c: Update.
7415         * common/ptid.h: Update.
7416         * corelow.c: Update.
7417         * ctf.c: Update.
7418         * darwin-nat.c: Update.
7419         * fbsd-nat.c: Update.
7420         * fork-child.c: Update.
7421         * gnu-nat.c: Update.
7422         * go32-nat.c: Update.
7423         * inf-ptrace.c: Update.
7424         * infcmd.c: Update.
7425         * inferior.c: Update.
7426         * infrun.c: Update.
7427         * linux-fork.c: Update.
7428         * linux-nat.c: Update.
7429         * nat/aarch64-linux-hw-point.c: Update.
7430         * nat/fork-inferior.c: Update.
7431         * nat/x86-linux-dregs.c: Update.
7432         * nto-procfs.c: Update.
7433         * obsd-nat.c: Update.
7434         * procfs.c: Update.
7435         * progspace.c: Update.
7436         * remote.c: Update.
7437         * rs6000-nat.c: Update.
7438         * s390-linux-nat.c: Update.
7439         * sol-thread.c: Update.
7440         * spu-linux-nat.c: Update.
7441         * target.c: Update.
7442         * top.c: Update.
7443         * tracefile-tfile.c: Update.
7444         * windows-nat.c: Update.
7445
7446 2018-07-03  Tom Tromey  <tom@tromey.com>
7447
7448         * common/ptid.h (ptid_build): Don't declare.
7449         * common/ptid.c (ptid_build): Remove.
7450         * aix-thread.c: Update.
7451         * bsd-kvm.c: Update.
7452         * bsd-uthread.c: Update.
7453         * common/agent.c: Update.
7454         * common/ptid.c: Update.
7455         * common/ptid.h: Update.
7456         * corelow.c: Update.
7457         * darwin-nat.c: Update.
7458         * fbsd-nat.c: Update.
7459         * gnu-nat.c: Update.
7460         * linux-fork.c: Update.
7461         * linux-nat.c: Update.
7462         * linux-thread-db.c: Update.
7463         * nat/linux-osdata.c: Update.
7464         * nat/linux-procfs.c: Update.
7465         * nto-procfs.c: Update.
7466         * obsd-nat.c: Update.
7467         * proc-service.c: Update.
7468         * procfs.c: Update.
7469         * ravenscar-thread.c: Update.
7470         * remote-sim.c: Update.
7471         * remote.c: Update.
7472         * sol-thread.c: Update.
7473         * target.c: Update.
7474         * windows-nat.c: Update.
7475
7476 2018-07-03  Tom Tromey  <tom@tromey.com>
7477
7478         * infrun.c (follow_exec): Use exit_inferior_silent.
7479         * inferior.c (exit_inferior_num_silent): Remove.
7480         * inferior.h (exit_inferior_num_silent): Don't declare.
7481
7482 2018-07-03  Tom Tromey  <tom@tromey.com>
7483
7484         PR cli/23340:
7485         * darwin-nat.c (darwin_attach_pid): Reset inferior and
7486         inferior_ptid on error.
7487
7488 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
7489             Simon Marchi  <simon.marchi@polymtl.ca>
7490
7491         PR tdep/8282
7492         * disasm.h (gdb_disassembler): Add
7493         `m_disassembler_options_holder'. member
7494         * disasm.c (get_all_disassembler_options): New function.
7495         (gdb_disassembler::gdb_disassembler): Use it.
7496         (gdb_buffered_insn_length_init_dis): Likewise.
7497         (gdb_buffered_insn_length): Adjust accordingly.
7498         (set_disassembler_options): Handle options with arguments.
7499         (show_disassembler_options_sfunc): Likewise.  Add a leading new
7500         line if showing options with descriptions.
7501         (disassembler_options_completer): Adapt to using the
7502         `disasm_options_and_args_t' structure.
7503         * mips-tdep.c (mips_disassembler_options): New variable.
7504         (mips_disassembler_options_o32): Likewise.
7505         (mips_disassembler_options_n32): Likewise.
7506         (mips_disassembler_options_n64): Likewise.
7507         (gdb_print_insn_mips): Don't set `disassembler_options'.
7508         (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
7509         functions.
7510         (mips_gdbarch_init): Always set `gdbarch_print_insn' to
7511         `gdb_print_insn_mips'.  Set `gdbarch_disassembler_options',
7512         `gdbarch_disassembler_options_implicit' and
7513         `gdbarch_valid_disassembler_options'.
7514         * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
7515         `disasm_options_and_args_t' structure.
7516         * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
7517         method.
7518         (valid_disassembler_options): Switch from `disasm_options_t' to
7519         the `disasm_options_and_args_t' structure.
7520         * NEWS: Document `set disassembler-options' support for the MIPS
7521         target.
7522         * gdbarch.h: Regenerate.
7523         * gdbarch.c: Regenerate.
7524
7525 2018-07-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7526
7527         * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
7528
7529 2018-06-29  Joel Brobecker  <brobecker@adacore.com>
7530
7531         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
7532         parameter in call to amd64_target_description.
7533         * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
7534         * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
7535         (amd64fbsd_init_abi): Likewise.
7536         * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
7537         * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
7538         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
7539         * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
7540
7541 2018-06-29  Pedro Alves  <palves@redhat.com>
7542
7543         * gdb/amd64-tdep.h (amd64_create_target_description): Add
7544         "segments" parameter.
7545         * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
7546         (_initialize_amd64_tdep): Update call to
7547         amd64_create_target_description.
7548         (amd64_target_description): Add "segments" parameter.  Adjust
7549         the implementation to use it.
7550         * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
7551         call to amd64_create_target_description.
7552         * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
7553         * gdb/arch/amd64.h (amd64_create_target_description): Add
7554         "segments" register.
7555         * gdb/arch/amd64.c (amd64_create_target_description): Add
7556         "segments" parameter.  Call create_feature_i386_64bit_segments
7557         only if SEGMENTS is true.
7558         * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
7559         call to amd64_create_target_description.
7560
7561 2018-06-29  Pedro Alves  <palves@redhat.com>
7562
7563         * thread.c (thread_target_id_str): New, factored out from ...
7564         (print_thread_info_1): ... here.  Use it to compute the max
7565         "Target Id" column width.
7566
7567 2018-06-29  Pedro Alves  <palves@redhat.com>
7568
7569         * remote.c (remote_target::extra_thread_info): Delete
7570         'display_buf' and 'n' locals.  from the cache, regardless of
7571         packet mechanims is in use.  Use cache for qThreadExtra and qP
7572         methods too.
7573
7574 2018-06-29  Pedro Alves  <palves@redhat.com>
7575
7576         * blockframe.c (find_pc_sect_containing_function): New function.
7577         * breakpoint.c (print_breakpoint_location): Don't call
7578         find_pc_sect_function.
7579         * linespec.c (create_sals_line_offset): Record the location's
7580         symbol in the sal.
7581         * linespec.c (convert_address_location_to_sals): Fill in sal's
7582         symbol with find_pc_sect_containing_function.
7583         * symtab.c (find_function_start_sal): Rename to ...
7584         (find_function_start_sal_1): ... this.
7585         (find_function_start_sal): Reimplement as wrapper around
7586         find_function_start_sal_1, and use
7587         find_pc_sect_containing_function to fill in the sal's symbol.
7588         (find_function_start_sal(symbol*, bool)): Adjust.
7589         * symtab.h (find_pc_function, find_pc_sect_function): Adjust
7590         comments.
7591         (find_pc_sect_containing_function): Declare.
7592
7593 2018-06-29  Pedro Alves  <palves@redhat.com>
7594
7595         * inline-frame.c (stopped_by_user_bp_inline_frame): Return
7596         true if the the location has no symbol.
7597
7598 2018-06-28  Tom Tromey  <tom@tromey.com>
7599
7600         * NEWS: Mention --enable-codesign.
7601         * silent-rules.mk (ECHO_SIGN): New variable.
7602         * configure.ac: Add --enable-codesign.
7603         * configure: Rebuild.
7604         * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
7605         (gdb$(EXEEXT)): Optionally invoke codesign.
7606
7607 2018-06-28  Pedro Alves  <palves@redhat.com>
7608
7609         * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
7610         comments.
7611         (switch_to_thread_no_regs): Adjust comment.
7612         * infcmd.c (stop_pc): Delete.
7613         (post_create_inferior, info_program_command): Replace references
7614         to stop_pc with references to thread_info->suspend.stop_pc.
7615         * inferior.h (stop_pc): Delete declaration.
7616         * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
7617         (handle_inferior_event_1, handle_signal_stop)
7618         (process_event_stop_test, keep_going_stepped_thread)
7619         (handle_step_into_function, handle_step_into_function_backward)
7620         (print_stop_location): Replace references to stop_pc with
7621         references to thread_info->suspend.stop_pc.
7622         (struct infcall_suspend_state) <stop_pc>: Delete field.
7623         (save_infcall_suspend_state, restore_infcall_suspend_state):
7624         Remove references to inf_stat->stop_pc.
7625         * linux-fork.c (fork_load_infrun_state): Likewise.
7626         * record-btrace.c (record_btrace_set_replay): Likewise.
7627         * record-full.c (record_full_goto_entry): Likewise.
7628         * remote.c (print_one_stopped_thread): Likewise.
7629         * target.c (target_resume): Extend comment.
7630         * thread.c (set_executing_thread): New.
7631         (set_executing): Use it.
7632         (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
7633         Remove references to stop_pc.
7634
7635 2018-06-28  Pedro Alves  <palves@redhat.com>
7636
7637         * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
7638         Moving fetching stop_pc until after ecs->event_thread is refreshed.
7639
7640 2018-06-28  Tom Tromey  <tom@tromey.com>
7641
7642         * coffread.c (coff_symfile_finish): Update.
7643         * xcoffread.c (xcoff_symfile_finish): Update.
7644         * elfread.c (elf_symfile_finish): Update.
7645         * symfile.h (dwarf2_free_objfile): Don't declare.
7646         * dwarf2read.c (_initialize_dwarf2_read): Use
7647         register_objfile_data_with_cleanup.
7648         (dwarf2_free_objfile): Now static.  Change signature.
7649
7650 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7651
7652         * symfile.c (add_symbol_file_command, _initialize_symfile): Add
7653         option "-o" to add-symbol-file-load to add an offset to each
7654         section's load address.
7655         * symfile.c (set_objfile_default_section_offset): New function.
7656
7657 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7658
7659         * symfile.c (add_symbol_file_command): Make sure that sections
7660         with the same name are sorted in the same order.
7661
7662 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7663
7664         * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
7665         require the second argument.  If omitted, load sections at the
7666         addresses specified in the file.
7667
7668 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7669
7670         * symfile.c (symbol_file_command, symbol_file_add_main_1)
7671         (_initialize_symfile): Add option "-o" to symbol-file to add an
7672         offset to each section of the symbol file.
7673
7674 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7675
7676         * MAINTAINERS (Write After Approval): Add Petr Tesarik.
7677
7678 2018-06-27  Tom Tromey  <tom@tromey.com>
7679
7680         * stack.c (_initialize_stack): Update "func" help text.
7681
7682 2018-06-27  Tom Tromey  <tom@tromey.com>
7683
7684         * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
7685         std::vector.
7686         (unwind_infopy_str, pyuw_create_unwind_info)
7687         (unwind_infopy_add_saved_register, pyuw_sniffer)
7688         (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
7689         Update.
7690         (struct saved_reg): Add constructor.
7691         <value>: Now a gdbpy_ref<>.
7692
7693 2018-06-27  Tom Tromey  <tom@tromey.com>
7694
7695         * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
7696
7697 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7698
7699         * gdb-gdb.py.in: Format using autopep8.
7700
7701 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7702
7703         * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
7704         (type_lookup_function): Recognize CORE_ADDR values.
7705
7706 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7707
7708         * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
7709         print tag_name.
7710
7711 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7712
7713         * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
7714         <__lt__>: Add.
7715
7716 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7717
7718         * gdb-gdb.py: Move to...
7719         * gdb-gdb.py.in: ... here.
7720         * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
7721         * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
7722         dependencies.
7723         (distclean): Remove gdb-gdb.py when cleaning.
7724         (gdb-gdb.py, gdb-gdb.gdb): New rules.
7725         * configure: Re-generate.
7726
7727 2018-06-27  Pedro Alves  <palves@redhat.com>
7728
7729         * proc-service.c (get_ps_regcache): New.
7730         (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7731         (ps_lsetfpregs): Use it.
7732
7733 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
7734
7735         PR gdb/21695
7736         * dwarf2read.c (lnp_state_machine::check_line_address): Update
7737         declaration.
7738         (dwarf_decode_lines_1): Adjust.
7739
7740 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7741
7742         * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
7743         override.
7744         <info_proc>: Likewise.
7745
7746 2018-06-26  Joel Brobecker  <brobecker@adacore.com>
7747
7748         * windows-nat.c (do_windows_fetch_inferior_registers): Rename
7749         to windows_fetch_one_register, and only handle the case of
7750         fetching one register.  Move the code that reloads the context
7751         and iterates over all registers if R is negative to...
7752         (windows_nat_target::fetch_registers): ... here.
7753         (do_windows_store_inferior_registers): Rename to
7754         windows_store_one_register, and only handle the case of storing
7755         one register.  Move the code that handles the case where r is
7756         negative to...
7757         (windows_nat_target::store_registers) ... here.
7758
7759 2018-06-26  Tom Tromey  <tom@tromey.com>
7760
7761         PR rust/22574:
7762         * typeprint.c (whatis_exp): Allow ptype/o for Rust.
7763         * rust-lang.c (rust_print_struct_def): Add podata parameter.
7764         Update.
7765         (rust_internal_print_type): Add podata parameter.
7766         (rust_print_type): Update.
7767
7768 2018-06-26  Tom Tromey  <tom@tromey.com>
7769
7770         * typeprint.h (struct print_offset_data) <update, finish,
7771         maybe_print_hole>: New methods.
7772         <indentation>: New constant.
7773         * typeprint.c (print_offset_data::indentation): Define.
7774         (print_offset_data::maybe_print_hole, print_offset_data::update)
7775         (print_offset_data::finish): Move from c-typeprint.c and rename.
7776         * c-typeprint.c (OFFSET_SPC_LEN): Remove.
7777         (print_spaces_filtered_with_print_options): Update.
7778         (c_print_type_union_field_offset, maybe_print_hole)
7779         (c_print_type_struct_field_offset): Move to typeprint.c and
7780         rename.
7781         (c_type_print_base_struct_union): Update.
7782
7783 2018-06-25  Pedro Alves  <palves@redhat.com>
7784
7785         * gdbthread.h (thread_info_ref, delete_thread)
7786         (delete_thread_silent, first_thread_of_inferior)
7787         (any_thread_of_inferior, switch_to_thread)
7788         (enable_thread_stack_temporaries)
7789         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7790         (get_last_thread_stack_temporary)
7791         (value_in_thread_stack_temporaries, can_access_registers_thread):
7792         Spell out "struct thread_info" instead of just "thread_info".
7793         * inferior.h (notice_new_inferior): Likewise.
7794
7795 2018-06-25  Pedro Alves  <palves@redhat.com>
7796
7797         * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7798         pass thread_info pointer to delete_thread.
7799         (windows_nat_target::detach): Pass inferior pointer to
7800         detach_inferior.
7801         * aix-thread.c (sync_threadlists): Pass thread_info pointer to
7802         delete_thread.
7803         * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
7804         * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
7805         and pass a thread_info pointer to delete_thread.
7806         * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
7807         pass thread_info pointer to delete_thread.
7808         * go32-nat.c (go32_nat_target::mourn_inferior): Remove
7809         delete_thread_silent call.
7810         * procfs.c (procfs_target::detach): Pass inferior pointer to
7811         detach_inferior.
7812         (procfs_target::wait): Pass thread_info pointer to delete_thread.
7813         * remote-sim.c (gdbsim_target::mourn_inferior): Remove
7814         delete_thread_silent call.
7815         * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7816         pass thread_info pointer to delete_thread.
7817         (windows_nat_target::detach): Pass inferior pointer to
7818         delete_inferior.
7819
7820 2018-06-22  Alan Hayward  <alan.hayward@arm.com>
7821
7822         * regcache.c (readable_regcache::read_part): Fix asserts.
7823         (reg_buffer::raw_collect_part): New function.
7824         (regcache::write_part): Fix asserts.
7825         (reg_buffer::raw_supply_part): New function.
7826         (regcache::transfer_regset_register): New helper function.
7827         (regcache::transfer_regset): Call new functions.
7828         (regcache_supply_regset): Use gdb_byte*.
7829         (regcache::supply_regset): Likewise.
7830         (regcache_collect_regset): Likewise.
7831         (regcache::collect_regset): Likewise.
7832         * regcache.h (reg_buffer::raw_collect_part): New declaration.
7833         (reg_buffer::raw_supply_part): Likewise.
7834         (regcache::transfer_regset_register): Likewise.
7835         (regcache::transfer_regset): Use gdb_byte*.
7836
7837 2018-06-22  Alan Hayward  <alan.hayward@arm.com>
7838
7839         * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
7840
7841 2018-06-21  Pedro Alves  <palves@redhat.com>
7842
7843         * ada-lang.h (ada_get_task_number): Take a thread_info pointer
7844         instead of a ptid_t.  All callers adjusted.
7845         * ada-tasks.c (ada_get_task_number): Likewise.  All callers
7846         adjusted.
7847         (print_ada_task_info, display_current_task_id, task_command_1):
7848         Adjust.
7849         * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
7850         inferior_thread.
7851         (breakpoint_kind): Adjust.
7852         (remove_breakpoints_pid): Rename to ...
7853         (remove_breakpoints_inf): ... this.  Adjust to take an inferior
7854         pointer.  All callers adjusted.
7855         (bpstat_clear_actions): Use inferior_thread.
7856         (get_bpstat_thread): New.
7857         (bpstat_do_actions): Use it.
7858         (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
7859         to take a thread_info pointer.  All callers adjusted.
7860         (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
7861         (breakpoint_re_set_thread): Use inferior_thread.
7862         * breakpoint.h (struct inferior): Forward declare.
7863         (bpstat_stop_status): Update.
7864         (remove_breakpoints_pid): Delete.
7865         (remove_breakpoints_inf): New.
7866         * bsd-uthread.c (bsd_uthread_target::wait)
7867         (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
7868         * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
7869         (maint_btrace_packet_history_cmd)
7870         (maint_btrace_clear_packet_history_cmd): Adjust.
7871         (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
7872         inferior_thread.
7873         * cli/cli-interp.c: Include "inferior.h".
7874         * common/refcounted-object.h (struct
7875         refcounted_object_ref_policy): New.
7876         * compile/compile-object-load.c: Include gdbthread.h.
7877         (store_regs): Use inferior_thread.
7878         * corelow.c (core_target::close): Use current_inferior.
7879         (core_target_open): Adjust to use first_thread_of_inferior and use
7880         the current inferior.
7881         * ctf.c (ctf_target::close): Adjust to use current_inferior.
7882         * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
7883         <thread>: ... this new field.  All references adjusted.
7884         (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
7885         Take a thread_info pointer instead of a ptid_t.
7886         * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
7887         (dummy_frame_discard, register_dummy_frame_dtor): Take a
7888         thread_info pointer instead of a ptid_t.
7889         * elfread.c: Include "inferior.h".
7890         (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
7891         Use inferior_thread.
7892         * eval.c (evaluate_subexp): Likewise.
7893         * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
7894         inferior_thread.
7895         * gdb_proc_service.h (struct thread_info): Forward declare.
7896         (struct ps_prochandle) <ptid>: Delete, replaced by ...
7897         <thread>: ... this new field.  All references adjusted.
7898         * gdbarch.h, gdbarch.c: Regenerate.
7899         * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
7900         'thread' parameter.  All implementations and callers adjusted.
7901         * gdbthread.h (thread_info) <set_running>: New method.
7902         (delete_thread, delete_thread_silent): Take a thread_info pointer
7903         instead of a ptid.
7904         (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
7905         (first_thread_of_process): Delete, replaced by ...
7906         (first_thread_of_inferior): ... this new function.  All callers
7907         adjusted.
7908         (any_live_thread_of_process): Delete, replaced by ...
7909         (any_live_thread_of_inferior): ... this new function.  All callers
7910         adjusted.
7911         (switch_to_thread, switch_to_no_thread): Declare.
7912         (is_executing): Delete.
7913         (enable_thread_stack_temporaries): Update comment.
7914         <enable_thread_stack_temporaries>: Take a thread_info pointer
7915         instead of a ptid_t.  Incref the thread.
7916         <~enable_thread_stack_temporaries>: Decref the thread.
7917         <m_ptid>: Delete
7918         <m_thr>: New.
7919         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7920         (get_last_thread_stack_temporary)
7921         (value_in_thread_stack_temporaries, can_access_registers_thread):
7922         Take a thread_info pointer instead of a ptid_t.  All callers
7923         adjusted.
7924         * infcall.c (get_call_return_value): Use inferior_thread.
7925         (run_inferior_call): Work with thread pointers instead of ptid_t.
7926         (call_function_by_hand_dummy): Work with thread pointers instead
7927         of ptid_t.  Use thread_info_ref.
7928         * infcmd.c (proceed_thread_callback): Access thread's state
7929         directly.
7930         (ensure_valid_thread, ensure_not_running): Use inferior_thread,
7931         access thread's state directly.
7932         (continue_command): Use inferior_thread.
7933         (info_program_command): Use find_thread_ptid and access thread
7934         state directly.
7935         (proceed_after_attach_callback): Use thread state directly.
7936         (notice_new_inferior): Take a thread_info pointer instead of a
7937         ptid_t.  All callers adjusted.
7938         (exit_inferior): Take an inferior pointer instead of a pid.  All
7939         callers adjusted.
7940         (exit_inferior_silent): New.
7941         (detach_inferior): Delete.
7942         (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
7943         (gdb_inferior_id_to_pid, in_inferior_list): Delete.
7944         (detach_inferior_command, kill_inferior_command): Use
7945         find_inferior_id instead of valid_gdb_inferior_id and
7946         gdb_inferior_id_to_pid.
7947         (inferior_command): Use inferior and thread pointers.
7948         * inferior.h (struct thread_info): Forward declare.
7949         (notice_new_inferior): Take a thread_info pointer instead of a
7950         ptid_t.  All callers adjusted.
7951         (detach_inferior): Delete declaration.
7952         (exit_inferior, exit_inferior_silent): Take an inferior pointer
7953         instead of a pid.  All callers adjusted.
7954         (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
7955         (valid_gdb_inferior_id): Delete.
7956         * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
7957         (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
7958         (struct displaced_step_inferior_state) <pid>: Delete, replaced by
7959         ...
7960         <inf>: ... this new field.
7961         <step_ptid>: Delete, replaced by ...
7962         <step_thread>: ... this new field.
7963         (get_displaced_stepping_state): Take an inferior pointer instead
7964         of a pid.  All callers adjusted.
7965         (displaced_step_in_progress_any_inferior): Adjust.
7966         (displaced_step_in_progress_thread): Take a thread pointer instead
7967         of a ptid_t.  All callers adjusted.
7968         (displaced_step_in_progress, add_displaced_stepping_state): Take
7969         an inferior pointer instead of a pid.  All callers adjusted.
7970         (get_displaced_step_closure_by_addr): Adjust.
7971         (remove_displaced_stepping_state): Take an inferior pointer
7972         instead of a pid.  All callers adjusted.
7973         (displaced_step_prepare_throw, displaced_step_prepare)
7974         (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
7975         All callers adjusted.
7976         (start_step_over): Adjust.
7977         (infrun_thread_ptid_changed): Remove bit updating ptids in the
7978         displaced step queue.
7979         (do_target_resume): Adjust.
7980         (fetch_inferior_event): Use inferior_thread.
7981         (context_switch, get_inferior_stop_soon): Take an
7982         execution_control_state pointer instead of a ptid_t.  All callers
7983         adjusted.
7984         (switch_to_thread_cleanup): Delete.
7985         (stop_all_threads): Use scoped_restore_current_thread.
7986         * inline-frame.c: Include "gdbthread.h".
7987         (inline_state) <inline_state>: Take a thread pointer instead of a
7988         ptid_t.  All callers adjusted.
7989         <ptid>: Delete, replaced by ...
7990         <thread>: ... this new field.
7991         (find_inline_frame_state): Take a thread pointer instead of a
7992         ptid_t.  All callers adjusted.
7993         (skip_inline_frames, step_into_inline_frame)
7994         (inline_skipped_frames, inline_skipped_symbol): Take a thread
7995         pointer instead of a ptid_t.  All callers adjusted.
7996         * inline-frame.h (skip_inline_frames, step_into_inline_frame)
7997         (inline_skipped_frames, inline_skipped_symbol): Likewise.
7998         * linux-fork.c (delete_checkpoint_command): Adjust to use thread
7999         pointers directly.
8000         * linux-nat.c (get_detach_signal): Likewise.
8001         * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
8002         (thread_db_notice_clone): Adjust.
8003         (thread_db_find_new_threads_silently)
8004         (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
8005         a thread pointer instead of a ptid_t.  All callers adjusted.
8006         * mi/mi-cmd-var.c: Include "inferior.h".
8007         (mi_cmd_var_update_iter): Update to use thread pointers.
8008         * mi/mi-interp.c (mi_new_thread): Update to use the thread's
8009         inferior directly.
8010         (mi_output_running_pid, mi_inferior_count): Delete, bits factored
8011         out to ...
8012         (mi_output_running): ... this new function.
8013         (mi_on_resume_1): Adjust to use it.
8014         (mi_user_selected_context_changed): Adjust to use inferior_thread.
8015         * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
8016         directly.
8017         (interrupt_thread_callback): : Adjust to use thread and inferior
8018         pointers.
8019         * proc-service.c: Include "gdbthread.h".
8020         (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
8021         * progspace-and-thread.c: Include "inferior.h".
8022         * progspace.c: Include "inferior.h".
8023         * python/py-exitedevent.c (create_exited_event_object): Adjust to
8024         hold a reference to an inferior_object.
8025         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
8026         inferior_thread.
8027         * python/py-inferior.c (struct inferior_object): Give the type a
8028         tag name instead of a typedef.
8029         (python_on_normal_stop): No need to check if the current thread is
8030         listed.
8031         (inferior_to_inferior_object): Change return type to
8032         inferior_object.  All callers adjusted.
8033         (find_thread_object): Delete, bits factored out to ...
8034         (thread_to_thread_object): ... this new function.
8035         * python/py-infthread.c (create_thread_object): Use
8036         inferior_to_inferior_object.
8037         (thpy_is_stopped): Use thread pointer directly.
8038         (gdbpy_selected_thread): Use inferior_thread.
8039         * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
8040         field, replaced with ...
8041         <thread>: ... this new field.  All users adjusted.
8042         (btpy_insn_or_gap_new): Drop const.
8043         (btpy_list_new): Take a thread pointer instead of a ptid_t.  All
8044         callers adjusted.
8045         * python/py-record.c: Include "gdbthread.h".
8046         (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
8047         a ptid_t.  All callers adjusted.
8048         (gdbpy_current_recording): Use inferior_thread.
8049         * python/py-record.h (recpy_record_object) <ptid>: Delete
8050         field, replaced with ...
8051         <thread>: ... this new field.  All users adjusted.
8052         (recpy_element_object) <ptid>: Delete
8053         field, replaced with ...
8054         <thread>: ... this new field.  All users adjusted.
8055         (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
8056         a ptid_t.  All callers adjusted.
8057         * python/py-threadevent.c: Include "gdbthread.h".
8058         (get_event_thread): Use thread_to_thread_object.
8059         * python/python-internal.h (struct inferior_object): Forward
8060         declare.
8061         (find_thread_object, find_inferior_object): Delete declarations.
8062         (thread_to_thread_object, inferior_to_inferior_object): New
8063         declarations.
8064         * record-btrace.c: Include "inferior.h".
8065         (require_btrace_thread): Use inferior_thread.
8066         (record_btrace_frame_sniffer)
8067         (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
8068         (get_thread_current_frame): Use scoped_restore_current_thread and
8069         switch_to_thread.
8070         (get_thread_current_frame): Use thread pointer directly.
8071         (record_btrace_replay_at_breakpoint): Use thread's inferior
8072         pointer directly.
8073         * record-full.c: Include "inferior.h".
8074         * regcache.c: Include "gdbthread.h".
8075         (get_thread_arch_regcache): Use the inferior's address space
8076         directly.
8077         (get_thread_regcache, registers_changed_thread): New.
8078         * regcache.h (get_thread_regcache(thread_info *thread)): New
8079         overload.
8080         (registers_changed_thread): New.
8081         (remote_target) <remote_detach_1>: Swap order of parameters.
8082         (remote_add_thread): <remote_add_thread>: Return the new thread.
8083         (get_remote_thread_info(ptid_t)): New overload.
8084         (remote_target::remote_notice_new_inferior): Use thread pointers
8085         directly.
8086         (remote_target::process_initial_stop_replies): Use
8087         thread_info::set_running.
8088         (remote_target::remote_detach_1, remote_target::detach)
8089         (extended_remote_target::detach): Adjust.
8090         * stack.c (frame_show_address): Use inferior_thread.
8091         * target-debug.h (target_debug_print_thread_info_pp): New.
8092         * target-delegates.c: Regenerate.
8093         * target.c (default_thread_address_space): Delete.
8094         (memory_xfer_partial_1): Use current_inferior.
8095         (target_detach): Use current_inferior.
8096         (target_thread_address_space): Delete.
8097         (generic_mourn_inferior): Use current_inferior.
8098         * target.h (struct target_ops) <thread_address_space>: Delete.
8099         (target_thread_address_space): Delete.
8100         * thread.c (init_thread_list): Use ALL_THREADS_SAFE.  Use thread
8101         pointers directly.
8102         (delete_thread_1, delete_thread, delete_thread_silent): Take a
8103         thread pointer instead of a ptid_t.  Adjust all callers.
8104         (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
8105         (first_thread_of_process): Delete, replaced by ...
8106         (first_thread_of_inferior): ... this new function.  All callers
8107         adjusted.
8108         (any_thread_of_process): Rename to ...
8109         (any_thread_of_inferior): ... this, and take an inferior pointer.
8110         (any_live_thread_of_process): Rename to ...
8111         (any_live_thread_of_inferior): ... this, and take an inferior
8112         pointer.
8113         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
8114         (value_in_thread_stack_temporaries)
8115         (get_last_thread_stack_temporary): Take a thread pointer instead
8116         of a ptid_t.  Adjust all callers.
8117         (thread_info::set_running): New.
8118         (validate_registers_access): Use inferior_thread.
8119         (can_access_registers_ptid): Rename to ...
8120         (can_access_registers_thread): ... this, and take a thread
8121         pointer.
8122         (print_thread_info_1): Adjust to compare thread pointers instead
8123         of ptids.
8124         (switch_to_no_thread, switch_to_thread): Make extern.
8125         (scoped_restore_current_thread::~scoped_restore_current_thread):
8126         Use m_thread pointer directly.
8127         (scoped_restore_current_thread::scoped_restore_current_thread):
8128         Use inferior_thread.
8129         (thread_command): Use thread pointer directly.
8130         (thread_num_make_value_helper): Use inferior_thread.
8131         * top.c (execute_command): Use inferior_thread.
8132         * tui/tui-interp.c: Include "inferior.h".
8133         * varobj.c (varobj_create): Use inferior_thread.
8134         (value_of_root_1): Use find_thread_global_id instead of
8135         global_thread_id_to_ptid.
8136
8137 2018-06-21  Alan Hayward  <alan.hayward@arm.com>
8138
8139         * regcache.c (readable_regcache::read_part): Avoid memcpy when
8140         possible.
8141         (regcache::write_part): Likewise.
8142         (readable_regcache::cooked_read_part): Update comment.
8143         (readable_regcache::cooked_write_part): Likewise.
8144         * regcache.h: (readable_regcache::read_part): Likewise.
8145         (regcache::write_part): Likewise.
8146
8147 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
8148             Dirk Schubert  <dirk.schubert@arm.com>
8149
8150         * aarch64-linux-nat.c (post_attach): New.
8151         (aarch64_linux_nat_target::post_attach): Override post_attach to
8152         record the number of hardware debug registers.
8153
8154 2018-06-20  Tom Tromey  <tom@tromey.com>
8155
8156         * python/py-param.c (add_setshow_generic): Make parameters const.
8157         (parmpy_init): Update.
8158
8159 2018-06-20  Simon Marchi  <simon.marchi@polymtl.ca>
8160
8161         * regcache.h (regcache_cooked_read_ftype): Rename to...
8162         (register_read_ftype): ...this, change type to function_view.
8163         (class reg_buffer) <save>: Remove src parameter.
8164         (readonly_detached_regcache) <readonly_detached_regcache>: Make
8165         parameter non-const in first overload.  Remove src parameter in
8166         second overload.
8167         * regcache.c (do_cooked_read): Remove.
8168         (readonly_detached_regcache::readonly_detached_regcache): Make
8169         parameter non-const, adjust call to other constructor.
8170         (reg_buffer::save): Remove src parameter.
8171         * frame.c (do_frame_register_read): Remove.
8172         (frame_save_as_regcache): Use lambda function.
8173         * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
8174         parameter to ppu2spu_data *.
8175         (ppu2spu_sniffer): Use lambda function.
8176
8177 2018-06-20  Simon Marchi  <simon.marchi@polymtl.ca>
8178
8179         * record-full.c (record_full_target::insert_breakpoint): Remove
8180         "struct" keyword, add const.
8181
8182 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
8183
8184         * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
8185         PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
8186         * configure.ac: Remove AC_PREREQ, add missing quoting.
8187         * gnulib/configure.ac: Modernize usage of
8188         AC_INIT/AM_INIT_AUTOMAKE.  Remove AC_PREREQ.
8189         * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
8190         (AUTOMAKE_VERSION): Bump to 1.15.1.
8191         * configure: Re-generate.
8192         * config.in: Re-generate.
8193         * aclocal.m4: Re-generate.
8194         * gnulib/aclocal.m4: Re-generate.
8195         * gnulib/config.in: Re-generate.
8196         * gnulib/configure: Re-generate.
8197         * gnulib/import/Makefile.in: Re-generate.
8198
8199 2018-06-19  Pedro Alves  <palves@redhat.com>
8200
8201         * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
8202         (lookup_minimal_symbol_by_pc_section): ... here with
8203         gdb_assert_not_reached added.
8204
8205 2018-06-19  Pedro Alves  <palves@redhat.com>
8206
8207         * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
8208         parameter with a block parameter.  Compare location's block symbol
8209         with the frame's block instead of addresses.
8210         (skip_inline_frames): Pass the current block instead of the
8211         frame's address.  Break out as soon as we determine the frame
8212         should not be skipped.
8213
8214 2018-06-18  Tom Tromey  <tom@tromey.com>
8215
8216         * solib-aix.c (solib_aix_get_section_offsets): Return
8217         unique_xmalloc_ptr.
8218         (solib_aix_solib_create_inferior_hook): Update.
8219
8220 2018-06-18  Tom Tromey  <tom@tromey.com>
8221
8222         * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
8223
8224 2018-06-18  Tom Tromey  <tom@tromey.com>
8225
8226         * solib-frv.c (frv_relocate_main_executable): Use
8227         unique_xmalloc_ptr.
8228         * solib-dsbt.c (dsbt_relocate_main_executable): Use
8229         unique_xmalloc_ptr.
8230
8231 2018-06-18  Tom Tromey  <tom@tromey.com>
8232
8233         * objfiles.h (inhibit_section_map_updates): Update.
8234         (resume_section_map_updates, resume_section_map_updates_cleanup):
8235         Remove.
8236         * solib-svr4.c (svr4_handle_solib_event): Update.
8237         * objfiles.c (inhibit_section_map_updates): Return
8238         scoped_restore_tmpl<int>.
8239         (resume_section_map_updates, resume_section_map_updates_cleanup):
8240         Remove.
8241
8242 2018-06-18  Tom Tromey  <tom@tromey.com>
8243
8244         * valprint.h (read_string): Update.
8245         * valprint.c (read_string): Change type of "buffer".
8246         (val_print_string): Update.
8247         * python/py-value.c (valpy_string): Update.
8248         * language.h (struct language_defn) <la_get_string>: Change
8249         type of "buffer".
8250         (default_get_string, c_get_string): Update.
8251         * language.c (default_get_string): Change type of "buffer".
8252         * guile/scm-value.c (gdbscm_value_to_string): Update.
8253         * c-lang.c (c_get_string): Change type of "buffer".
8254
8255 2018-06-18  Tom Tromey  <tom@tromey.com>
8256
8257         * ser-mingw.c (struct pipe_state_destroyer): New.
8258         (pipe_state_up): New typedef.
8259         (cleanup_pipe_state): Remove.
8260         (pipe_windows_open): Use pipe_state_up.  Don't release argv.
8261
8262 2018-06-18  Tom Tromey  <tom@tromey.com>
8263
8264         * rust-lang.h (rust_yyerror): Don't declare.
8265         * rust-lang.c (rust_language_defn): Update.
8266         * rust-exp.y (yyerror): Now static.
8267         * parse.c (parse_exp_in_context_1): Update.
8268         * p-lang.h (p_yyerror): Don't declare.
8269         * p-lang.c (p_language_defn): Update.
8270         * p-exp.y (yyerror): Now static.
8271         * opencl-lang.c (opencl_language_defn): Update.
8272         * objc-lang.c (objc_language_defn): Update.
8273         * m2-lang.h (m2_yyerror): Don't declare.
8274         * m2-lang.c (m2_language_defn): Update.
8275         * m2-exp.y (yyerror): Now static.
8276         * language.h (struct language_defn) <la_error>: Remove.
8277         * language.c (unk_lang_error): Remove.
8278         (unknown_language_defn, auto_language_defn): Remove.
8279         * go-lang.h (go_yyerror): Don't declare.
8280         * go-lang.c (go_language_defn): Update.
8281         * go-exp.y (yyerror): Now static.
8282         * f-lang.h (f_yyerror): Don't declare.
8283         * f-lang.c (f_language_defn): Update.
8284         * f-exp.y (yyerror): Now static.
8285         * d-lang.h (d_yyerror): Don't declare.
8286         * d-lang.c (d_language_defn): Update.
8287         * d-exp.y (yyerror): Now static.
8288         * c-lang.h (c_yyerror): Don't declare.
8289         * c-lang.c (c_language_defn, cplus_language_defn)
8290         (asm_language_defn, minimal_language_defn): Update.
8291         * c-exp.y (yyerror): Now static.
8292         * ada-lang.h (ada_yyerror): Don't declare.
8293         * ada-lang.c (ada_language_defn): Update.
8294         * ada-exp.y (yyerror): Now static.
8295
8296 2018-06-18  Alan Hayward  <alan.hayward@arm.com>
8297
8298         * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
8299         (store_sveregs_to_thread): Likewise.
8300         (aarch64_linux_fetch_inferior_registers): Check for SVE.
8301         (aarch64_linux_store_inferior_registers): Likewise.
8302         * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
8303         function.
8304         (aarch64_sve_regs_copy_to_regcache): Likewise.
8305         (aarch64_sve_regs_copy_from_regcache): Likewise.
8306         * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
8307         declaration.
8308         (aarch64_sve_regs_copy_to_regcache): Likewise.
8309         (aarch64_sve_regs_copy_from_regcache): Likewise.
8310         (sve_context): Structure from Linux headers.
8311         (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
8312         (SVE_SIG_ZREG_SIZE): Likewise.
8313         (SVE_SIG_PREG_SIZE): Likewise.
8314         (SVE_SIG_FFR_SIZE): Likewise.
8315         (SVE_SIG_REGS_OFFSET): Likewise.
8316         (SVE_SIG_ZREGS_OFFSET): Likewise.
8317         (SVE_SIG_ZREG_OFFSET): Likewise.
8318         (SVE_SIG_ZREGS_SIZE): Likewise.
8319         (SVE_SIG_PREGS_OFFSET): Likewise.
8320         (SVE_SIG_PREG_OFFSET): Likewise.
8321         (SVE_SIG_PREGS_SIZE): Likewise.
8322         (SVE_SIG_FFR_OFFSET): Likewise.
8323         (SVE_SIG_REGS_SIZE): Likewise.
8324         (SVE_SIG_CONTEXT_SIZE): Likewise.
8325         (SVE_PT_REGS_MASK): Likewise.
8326         (SVE_PT_REGS_FPSIMD): Likewise.
8327         (SVE_PT_REGS_SVE): Likewise.
8328         (SVE_PT_VL_INHERIT): Likewise.
8329         (SVE_PT_VL_ONEXEC): Likewise.
8330         (SVE_PT_REGS_OFFSET): Likewise.
8331         (SVE_PT_FPSIMD_OFFSET): Likewise.
8332         (SVE_PT_FPSIMD_SIZE): Likewise.
8333         (SVE_PT_SVE_ZREG_SIZE): Likewise.
8334         (SVE_PT_SVE_PREG_SIZE): Likewise.
8335         (SVE_PT_SVE_FFR_SIZE): Likewise.
8336         (SVE_PT_SVE_FPSR_SIZE): Likewise.
8337         (SVE_PT_SVE_FPCR_SIZE): Likewise.
8338         (__SVE_SIG_TO_PT): Likewise.
8339         (SVE_PT_SVE_OFFSET): Likewise.
8340         (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
8341         (SVE_PT_SVE_ZREG_OFFSET): Likewise.
8342         (SVE_PT_SVE_ZREGS_SIZE): Likewise.
8343         (SVE_PT_SVE_PREGS_OFFSET): Likewise.
8344         (SVE_PT_SVE_PREG_OFFSET): Likewise.
8345         (SVE_PT_SVE_PREGS_SIZE): Likewise.
8346         (SVE_PT_SVE_FFR_OFFSET): Likewise.
8347         (SVE_PT_SVE_FPSR_OFFSET): Likewise.
8348         (SVE_PT_SVE_FPCR_OFFSET): Likewise.
8349         (SVE_PT_SVE_SIZE): Likewise.
8350         (SVE_PT_SIZE): Likewise.
8351         (HAS_SVE_STATE): New define.
8352
8353 2018-06-18  Alan Hayward  <alan.hayward@arm.com>
8354
8355         * nat/aarch64-sve-linux-sigcontext.h: New file.
8356         * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
8357         new files.
8358         (SVE_VQ_MIN): Likewise.
8359         (SVE_VQ_MAX): Likewise.
8360         (SVE_VL_MIN): Likewise.
8361         (SVE_VL_MAX): Likewise.
8362         (SVE_NUM_ZREGS): Likewise.
8363         (SVE_NUM_PREGS): Likewise.
8364         (sve_vl_valid): Likewise.
8365         (struct user_sve_header): Likewise.
8366
8367 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
8368             Richard Bunt <Richard.Bunt@arm.com>
8369
8370         * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
8371         was requested by GDB.
8372
8373 2018-06-15  Tom de Vries  <tdevries@suse.de>
8374
8375         * MAINTAINERS (Write After Approval): Add Tom de Vries.
8376
8377 2018-06-14  Simon Marchi  <simon.marchi@polymtl.ca>
8378
8379         * gnulib/update-gnulib.sh: Print expected versions of
8380         autoconf/aclocal.
8381
8382 2018-06-14  Simon Marchi  <simon.marchi@ericsson.com>
8383
8384         * arch-utils.c (default_type_align): Use type_length_units.
8385         * gdbtypes.c (type_align): Use type_length_units.
8386
8387 2018-06-14  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8388
8389         * cli/cli-script.c (_initialize_cli_script): Fix online documentation
8390         of 'define' command.
8391
8392 2018-06-14  Tom de Vries  <tdevries@suse.de>
8393
8394         PR cli/22573
8395         * infcmd.c (print_return_value_1): Use get_user_print_options instead of
8396         get_no_prettyformat_print_options.
8397
8398 2018-06-13  Simon Marchi  <simon.marchi@ericsson.com>
8399
8400         * sparc-nat.h: Include target.h.
8401         * sparc64-linux-nat.c (class sparc64_linux_nat_target)
8402         <fetch_registers>: Remove this argument in function call.
8403         <store_registers>: Remove this argument in function call, remove
8404         extra semicolon.
8405         <low_forget_process>: Call sparc64_forget_process instead of
8406         sparc_forget_process.
8407
8408 2018-06-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8409
8410         * procfs.c (_initialize_procfs): Use add_inf_child_target.
8411         (procfs_target::make_corefile_notes): Adjust to new
8412         target_read_alloc return type.
8413
8414 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8415             Stephen Roberts  <stephen.roberts@arm.com>
8416
8417         PR gdb/22882
8418         * infrun.c (fetch_inferior_event): If GDB is not proceeding then
8419         run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
8420         Move should_notify_stop local into more inner scope.
8421
8422 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8423             Stephen Roberts  <stephen.roberts@arm.com>
8424
8425         PR gdb/22882
8426         * infrun.c (resume_1): Add call to mark_async_event_handler.
8427
8428 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8429
8430         * infrun.c (do_target_wait): Change old version of $pc printed.
8431
8432 2018-06-11  Simon Marchi  <simon.marchi@ericsson.com>
8433
8434         * dwarf2read.c (read_index_from_section): Rename to...
8435         (read_gdb_index_from_section): ... this, update all callers.
8436         (dwarf2_read_index): Rename to...
8437         (dwarf2_read_gdb_index): ... this, update all callers.
8438
8439 2018-06-11  John David Anglin  <danglin@gcc.gnu.org>
8440
8441         * hppa-linux-nat.c
8442         (hppa_linux_nat_target::fetch_inferior_registers): Rename to
8443         hppa_linux_nat_target::fetch_registers.
8444
8445 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
8446
8447         * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
8448         * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
8449         (AARCH64_DWARF_SVE_FFR): Likewise.
8450         (AARCH64_DWARF_SVE_P0): Likewise.
8451         (AARCH64_DWARF_SVE_Z0): Likewise.
8452
8453 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
8454
8455         * common/common-regcache.h (raw_compare): New function.
8456         * regcache.c (regcache::raw_compare): Likewise.
8457         * regcache.h (regcache::raw_compare): New declaration.
8458
8459 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
8460
8461         * common/common-regcache.h (reg_buffer_common): New structure.
8462         * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
8463         (reg_buffer::raw_supply): Likewise.
8464         (reg_buffer::raw_supply_integer): Likewise.
8465         (reg_buffer::raw_supply_zeroed): Likewise.
8466         (reg_buffer::raw_collect): Likewise.
8467         (reg_buffer::raw_collect_integer): Likewise.
8468         * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
8469         (reg_buffer::raw_supply): Likewise.
8470         (reg_buffer::raw_supply_integer): Likewise.
8471         (reg_buffer::raw_supply_zeroed): Likewise.
8472         (reg_buffer::raw_collect): Likewise.
8473         (reg_buffer::raw_collect_integer): Likewise.
8474
8475 2018-06-10  Tom Tromey  <tom@tromey.com>
8476
8477         * remote.c (stop_reply_p): Remove typedef.  Don't declare queue.
8478         (class remote_state) <stop_reply_queue>: Now std::vector.
8479         (remote_state::~remote_state)
8480         (remote_target::stop_reply_queue_length): Update.
8481         (struct queue_iter_param, remove_child_of_pending_fork)
8482         (struct check_pending_event_prevents_wildcard_vcont_callback_data)
8483         (check_pending_event_prevents_wildcard_vcont_callback)
8484         (remove_stop_reply_for_inferior)
8485         (remove_stop_reply_of_remote_state)
8486         (remote_notif_remove_once_on_match)
8487         (stop_reply_match_ptid_and_ws)
8488         (remote_kill_child_of_pending_fork): Remove.
8489         (remote_target::remove_new_fork_children)
8490         (remote_target::check_pending_events_prevent_wildcard_vcont)
8491         (remote_target::discard_pending_stop_replies)
8492         (remote_target::discard_pending_stop_replies_in_queue)
8493         (remote_target::remote_notif_remove_queued_reply)
8494         (remote_target::queued_stop_reply)
8495         (remote_target::push_stop_reply, remote_target::peek_stop_reply)
8496         (remote_target::wait, remote_target::kill_new_fork_children)
8497         (remote_target::async): Update.
8498
8499 2018-06-10  Tom Tromey  <tom@tromey.com>
8500
8501         * record-full.c (record_full_arch_list_cleanups): Remove.
8502         (record_full_message): Use try/catch.
8503         (record_full_wait_cleanups): Remove.
8504         (record_full_wait_1): Use try/catch.
8505         (record_full_restore): Likewise.
8506
8507 2018-06-10  Tom Tromey  <tom@tromey.com>
8508
8509         * record-full.c (record_full_breakpoint_p): Remove typedef.  Don't
8510         declare VEC.  Add constructor.
8511         <in_target_beneath>: Now bool.
8512         (record_full_breakpoints): Now a std::vector, static.
8513         (record_full_sync_record_breakpoints)
8514         (record_full_init_record_breakpoints)
8515         (record_full_target::insert_breakpoint)
8516         (record_full_target::remove_breakpoint): Update.  Don't use XNEW.
8517
8518 2018-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
8519
8520         * dwarf2read.c (process_cu_includes): Remove struct keyword.
8521         * serial.c (serial_interface_lookup): Remove struct keyword.
8522
8523 2018-06-10  Tom Tromey  <tom@tromey.com>
8524
8525         * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
8526         method.
8527         * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
8528         a method.
8529         * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
8530         method.
8531         * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
8532         "beneath" as a method.
8533         * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
8534         Use "beneath" as a method.
8535
8536 2018-06-10  Tom Tromey  <tom@tromey.com>
8537
8538         * tracefile.c (struct trace_file_writer_deleter): New.
8539         <operator()>: Rename from trace_file_writer_xfree.
8540         (trace_file_writer_up): New typedef.
8541         (tsave_command, trace_save_tfile, trace_save_ctf): Update.
8542
8543 2018-06-09  Simon Marchi  <simon.marchi@ericsson.com>
8544
8545         * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
8546         <m_registers, m_register_status>: Change type to
8547         std::unique_ptr.
8548         * regcache.c (reg_buffer::reg_buffer): Use new instead of
8549         XCNEWVEC.
8550
8551 2018-06-09  Simon Marchi  <simon.marchi@ericsson.com>
8552
8553         * common/common-regcache.h (enum register_status): Add
8554         underlying type "signed char".
8555         * regcache.h (reg_buffer) <m_register_status>: Change type to
8556         register_status *.
8557         * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
8558         register_status instead of signed char.
8559         (reg_buffer::save): Use REG_UNKNOWN instead of 0.
8560         (reg_buffer::get_register_status): Remove cast.
8561         (readable_regcache::raw_read): Remove cast.
8562         (readable_regcache::cooked_read): Remove cast.
8563
8564 2018-06-09  Tom Tromey  <tom@tromey.com>
8565
8566         * source.c (reverse_search_command, forward_search_command): Use
8567         scoped_fd.
8568
8569 2018-06-09  Tom Tromey  <tom@tromey.com>
8570
8571         * serial.c (serial_ops_p): Remove typedef.  Don't declare VEC.
8572         (serial_ops_list): Now static, std::vector.
8573         (serial_interface_lookup, serial_add_interface): Update.
8574
8575 2018-06-09  Tom Tromey  <tom@tromey.com>
8576
8577         * dwarf2read.c (process_cu_includes): Update.
8578         (process_full_comp_unit): Update.
8579         * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
8580         std::vector.
8581
8582 2018-06-08  Paul Koning  <paul_koning@dell.com>
8583
8584         PR gdb/23252
8585
8586         * python/python.c (do_start_initialization):
8587         Avoid call to internal Python API.
8588         (init__gdb_module): New function.
8589
8590 2018-06-08  Gary Benson <gbenson@redhat.com>
8591
8592         * linux-thread-db.c (valprint.h): New include.
8593         (struct check_thread_db_info): New structure.
8594         (check_thread_db_on_load, tdb_testinfo): New static globals.
8595         (check_thread_db, check_thread_db_callback): New functions.
8596         (try_thread_db_load_1): Run integrity checks if requested.
8597         (maintenance_check_libthread_db): New function.
8598         (_initialize_thread_db): Register "maint check libthread-db"
8599         and "maint set/show check-libthread-db".
8600         * NEWS: Mention the above new commands.
8601
8602 2018-06-08  Tom Tromey  <tom@tromey.com>
8603
8604         * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
8605         now a method.
8606
8607 2018-06-08  Tom Tromey  <tom@tromey.com>
8608
8609         * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
8610
8611 2018-06-08  Tom Tromey  <tom@tromey.com>
8612
8613         * common/btrace-common.h (struct btrace_data): Add constructor,
8614         destructor, move assignment operator.
8615         <empty, clear, fini>: New methods.
8616         <format>: Initialize.
8617         (btrace_data_init, btrace_data_fini, btrace_data_clear)
8618         (btrace_data_empty): Don't declare.
8619         * common/btrace-common.c (btrace_data_init): Remove.
8620         (btrace_data::fini): Rename from btrace_data_fini.
8621         (btrace_data::empty): Rename from btrace_data_empty.
8622         (btrace_data::clear): Rename from btrace_data_clear.  Return
8623         bool.
8624         * btrace.h (make_cleanup_btrace_data): Don't declare.
8625         * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
8626         (parse_xml_btrace): Update.
8627         (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
8628         (maint_btrace_clear_packet_history_cmd): Update.
8629
8630 2018-06-07  Pedro Alves  <palves@redhat.com>
8631
8632         * target.h (target_ops) <beneath>: Now a method.  All references
8633         updated.
8634         (class target_stack): New.
8635         * target.c (g_target_stack): New.
8636         (g_current_top_target): Delete.
8637         (current_top_target): Get the top target out of g_target_stack.
8638         (target_stack::push, target_stack::unpush): New.
8639         (push_target, unpush_target): Reimplement.
8640         (target_is_pushed): Reimplement in terms of g_target_stack.
8641         (target_ops::beneath, target_stack::find_beneath): New.
8642
8643 2018-06-07  Pedro Alves  <palves@redhat.com>
8644
8645         * target.h (find_target_beneath): Delete declaration.
8646         * target.c (find_target_beneath): Delete definition.
8647         * aix-thread.c: All callers of find_target_beneath adjusted to
8648         call target_ops::beneath instead.
8649         * bsd-uthread.c: Likewise.
8650         * linux-thread-db.c: Likewise.
8651         * ravenscar-thread.c: Likewise.
8652         * sol-thread.c: Likewise.
8653         * spu-multiarch.c: Likewise.
8654
8655 2018-06-07  Pedro Alves  <palves@redhat.com>
8656
8657         * target.h (target_ops) <beneath>: Now a method.  All references
8658         updated.
8659         (target_ops) <m_beneath>: New.
8660         * target.c (target_ops::beneath): New.
8661         * corelow.c: Adjust all references to target_ops::beneath.
8662         * linux-thread-db.c: Likewise.
8663         * make-target-delegates: Likewise.
8664         * record-btrace.c: Likewise.
8665         * record-full.c: Likewise.
8666         * remote.c: Likewise.
8667         * target.c: Likewise.
8668         * target-delegates.c: Regenerate.
8669
8670 2018-06-07  Pedro Alves  <palves@redhat.com>
8671
8672         * target.h (target_stack): Delete.
8673         (current_top_target): Declare function.
8674         * target.c (target_stack): Delete.
8675         (g_current_top_target): New.
8676         (current_top_target): New function.
8677         * auxv.c: Use current_top_target instead of target_stack
8678         throughout.
8679         * avr-tdep.c: Likewise.
8680         * breakpoint.c: Likewise.
8681         * corefile.c: Likewise.
8682         * elfread.c: Likewise.
8683         * eval.c: Likewise.
8684         * exceptions.c: Likewise.
8685         * frame.c: Likewise.
8686         * gdbarch-selftests.c: Likewise.
8687         * gnu-v3-abi.c: Likewise.
8688         * ia64-tdep.c: Likewise.
8689         * ia64-vms-tdep.c: Likewise.
8690         * infcall.c: Likewise.
8691         * infcmd.c: Likewise.
8692         * infrun.c: Likewise.
8693         * linespec.c: Likewise.
8694         * linux-tdep.c: Likewise.
8695         * minsyms.c: Likewise.
8696         * ppc-linux-nat.c: Likewise.
8697         * ppc-linux-tdep.c: Likewise.
8698         * procfs.c: Likewise.
8699         * regcache.c: Likewise.
8700         * remote.c: Likewise.
8701         * rs6000-tdep.c: Likewise.
8702         * s390-linux-nat.c: Likewise.
8703         * s390-tdep.c: Likewise.
8704         * solib-aix.c: Likewise.
8705         * solib-darwin.c: Likewise.
8706         * solib-dsbt.c: Likewise.
8707         * solib-spu.c: Likewise.
8708         * solib-svr4.c: Likewise.
8709         * solib-target.c: Likewise.
8710         * sparc-tdep.c: Likewise.
8711         * sparc64-tdep.c: Likewise.
8712         * spu-tdep.c: Likewise.
8713         * symfile.c: Likewise.
8714         * symtab.c: Likewise.
8715         * target-descriptions.c: Likewise.
8716         * target-memory.c: Likewise.
8717         * target.c: Likewise.
8718         * target.h: Likewise.
8719         * tracefile-tfile.c: Likewise.
8720         * tracepoint.c: Likewise.
8721         * valops.c: Likewise.
8722         * valprint.c: Likewise.
8723         * value.c: Likewise.
8724         * windows-tdep.c: Likewise.
8725         * mi/mi-main.c: Likewise.
8726
8727 2018-06-07  Tom Tromey  <tom@tromey.com>
8728
8729         * valprint.h (build_address_symbolic): Declare.
8730         * printcmd.c (print_address_symbolic): Update.
8731         (build_address_symbolic): Change "name" and "filename" to
8732         std::string.
8733         * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
8734         Update.
8735         * defs.h (build_address_symbolic): Remove declaration.
8736
8737 2018-06-07  Alan Hayward  <alan.hayward@arm.com>
8738
8739         * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
8740         (aarch64_vnv_type): Add function.
8741         (aarch64_pseudo_register_name): Add V regs for SVE.
8742         (aarch64_pseudo_register_type): Likewise.
8743         (aarch64_pseudo_register_reggroup_p): Likewise.
8744         (aarch64_pseudo_read_value_2): Use V0 offset for SVE
8745         (aarch64_pseudo_read_value): Add V regs for SVE.
8746         (aarch64_pseudo_write_2): Use V0 offset for SVE
8747         (aarch64_pseudo_write): Add V regs for SVE.
8748         * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
8749
8750 2018-06-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8751
8752         * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
8753         (sve_vl_from_vq): Likewise.
8754
8755 2018-06-05  Tom Tromey  <tom@tromey.com>
8756
8757         * cli/cli-cmds.c (show_version): Update.
8758         * top.c (print_gdb_version): Add "interactive" parameter.
8759         Update.
8760         * main.c (captured_main_1): Update.
8761         * top.h (print_gdb_version): Add "interactive" parameter and a
8762         comment.
8763
8764 2018-06-05  David Malcolm  <dmalcolm@redhat.com>
8765
8766         * common/enum-flags.h: Add trailing semicolon to example in
8767         comment.
8768
8769 2018-06-05  Tom Tromey  <tom@tromey.com>
8770
8771         PR cli/12326:
8772         * NEWS: Add entry about pager.
8773         * utils.c (pagination_disabled_for_command): New global.
8774         (prompt_for_continue): Allow "c" response to prompt.
8775         (reinitialize_more_filter): Clear
8776         pagination_disabled_for_command.
8777         (fputs_maybe_filtered): Check pagination_disabled_for_command.
8778
8779 2018-06-04  Tom Tromey  <tom@tromey.com>
8780
8781         * ada-lang.h (ada_lookup_symbol_list): Update.
8782         * ada-lang.c (resolve_subexp): Update.
8783         (symbols_are_identical_enums): Change type of syms.  Remove nsyms
8784         parameter.
8785         (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
8786         (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
8787         results parameter to std::vector.
8788         (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
8789         Update.
8790         * ada-exp.y (block_lookup): Update.
8791         (select_possible_type_sym): Change type of syms.  Remove nsyms
8792         parameter.
8793         (write_var_or_type, write_name_assoc): Update.
8794
8795 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
8796
8797         * windows-nat.c (windows_nat_target::xfer_partial): Return
8798         TARGET_XFER_E_IO if we need to delegate to the target beneath
8799         but BENEATH is NULL.
8800
8801 2018-06-04  Simon Marchi  <simon.marchi@ericsson.com>
8802
8803         * Makefile.in (config.status): Add configure.nat as a
8804         dependency.
8805
8806 2018-06-04  Tom Tromey  <tom@tromey.com>
8807
8808         * cp-name-parser.y (cpname_state): Add method declarations.
8809         (HANDLE_QUAL): Update.
8810         (cpname_state::d_grab, cpname_state::fill_comp)
8811         (cpname_state::make_operator, cpname_state::make_dtor)
8812         (cpname_state::make_builtin_type, cpname_state::make_name)
8813         (cpname_state::d_qualify, cpname_state::d_int_type)
8814         (cpname_state::d_unary, cpname_state::d_binary): Now methods.
8815         (%union): Move earlier.
8816
8817 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8818
8819         * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
8820
8821 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8822
8823         * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
8824         (aarch64_pseudo_write_1): Likewise.
8825         (aarch64_pseudo_read_value): Use helper.
8826         (aarch64_pseudo_write): Likewise.
8827
8828 2018-06-04  Pedro Alves  <palves@redhat.com>
8829
8830         * darwin-nat.c (darwin_ops): Delete.
8831         (darwin_attach_pid): Use get_native_target.
8832
8833 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8834
8835         * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
8836         * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
8837
8838 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8839
8840         * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
8841         * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
8842         (aarch64_gdbarch_init): Check for SVE.
8843         * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
8844
8845 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8846
8847         * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
8848         * aarch64-tdep.h (aarch64_read_description): Likewise.
8849         * arch/aarch64.c (aarch64_create_target_description): Likewise.
8850         * arch/aarch64.h (aarch64_create_target_description): Likewise.
8851         * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
8852         * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
8853         * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
8854
8855 2018-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8856
8857         * value.c (value_fetch_lazy_bitfield): New.
8858         (value_fetch_lazy_memory): New.
8859         (value_fetch_lazy_register): New.
8860         (value_fetch_lazy): Factor out to smaller functions.
8861
8862 2018-06-01  Tom Tromey  <tom@tromey.com>
8863
8864         * cp-name-parser.y (backslashable, represented): Now const.
8865
8866 2018-06-01  Tom Tromey  <tom@tromey.com>
8867
8868         * cp-name-parser.y: Include parser-defs.h.
8869         (parser_fprintf): Remove declaration.
8870
8871 2018-06-01  Tom Tromey  <tom@tromey.com>
8872
8873         * cp-name-parser.y: Use %pure-parser, %lex-param, and
8874         %parse-param.
8875         (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
8876         (global_result): Remove globals.
8877         (struct cpname_state): New.
8878         (yyparse): Don't declare.
8879         (yylex, yyerror): Move declarations after %union.
8880         (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
8881         (make_name): Add state parameter.
8882         Update all callers.
8883         (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
8884         parameter.
8885         (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
8886         Update.
8887         (yylex): Add lvalp, state parameters.
8888         (yyerror): Add state parameter.
8889         (cp_demangled_name_to_comp): Update.
8890
8891 2018-06-01  Tom Tromey  <tom@tromey.com>
8892
8893         * cp-name-parser.y (parser_fprintf): Declare.
8894         (GDB_YY_REMAP_PREFIX): Define.
8895         Include yy-remap.h.  Don't redefine yy* identifiers.
8896
8897 2018-06-01  Tom Tromey  <tom@tromey.com>
8898
8899         * python/py-type.c (typy_legacy_template_argument): Update.
8900         * cp-support.h (cp_demangled_name_to_comp): Update.
8901         * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
8902         parameter to be a "std::string *".
8903         (main): Update.
8904
8905 2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8906
8907         * ada-lex.l: Include "diagnostics.h" instead of
8908         "common/diagnostics.h".
8909         * unittests/environ-selftests.c: Likewise.
8910         * common/diagnostics.h: Moved to ../include.
8911
8912 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
8913
8914         * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
8915         to language_mode_manual while calling breakpoint_re_set_one.
8916
8917 2018-06-01  Tom Tromey  <tom@tromey.com>
8918
8919         * valops.c (value_cast_structs, destructor_name_p): Update.
8920         * symtab.c (gdb_mangle_name): Update.
8921         * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
8922         Update.
8923         * p-valprint.c (pascal_object_is_vtbl_ptr_type)
8924         (pascal_object_print_value_fields, pascal_object_print_value):
8925         Update.
8926         * p-typeprint.c (pascal_type_print_derivation_info): Update.
8927         * linespec.c (find_methods): Update.
8928         * gdbtypes.h (type_name_no_tag): Remove.
8929         (type_name_or_error): Rename from type_name_no_tag_or_error.
8930         * gdbtypes.c (type_name_no_tag): Remove.
8931         (type_name_or_error): Rename from type_name_no_tag_or_error.
8932         (lookup_struct_elt_type, check_typedef): Update.
8933         * expprint.c (print_subexp_standard): Update.
8934         * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
8935         * d-namespace.c (d_lookup_nested_symbol): Update.
8936         * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
8937         (cp_print_class_member): Update.
8938         * cp-namespace.c (cp_lookup_nested_symbol): Update.
8939         * completer.c (add_struct_fields): Update.
8940         * c-typeprint.c (cp_type_print_derivation_info)
8941         (c_type_print_varspec_prefix, c_type_print_base_struct_union):
8942         Update.
8943         * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
8944         (ada_prefer_type, ada_is_exception_sym): Update.
8945
8946 2018-06-01  Tom Tromey  <tom@tromey.com>
8947
8948         * valops.c (enum_constant_from_type, value_namespace_elt)
8949         (value_maybe_namespace_elt): Update.
8950         * valarith.c (find_size_for_pointer_math): Update.
8951         * target-descriptions.c (make_gdb_type): Update.
8952         * symmisc.c (print_symbol): Update.
8953         * stabsread.c (define_symbol, read_type)
8954         (complain_about_struct_wipeout, add_undefined_type)
8955         (cleanup_undefined_types_1): Update.
8956         * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
8957         (rust_range_type_p, val_print_struct, rust_print_struct_def)
8958         (rust_internal_print_type, rust_composite_type)
8959         (rust_evaluate_funcall, rust_evaluate_subexp)
8960         (rust_inclusive_range_type_p): Update.
8961         * python/py-type.c (typy_get_tag): Update.
8962         * p-typeprint.c (pascal_type_print_base): Update.
8963         * mdebugread.c (parse_symbol, parse_type): Update.
8964         * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
8965         Update.
8966         * guile/scm-type.c (gdbscm_type_tag): Update.
8967         * go-lang.c (sixg_string_p): Update.
8968         * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
8969         Update.
8970         * gdbtypes.h (struct main_type) <tag_name>: Remove.
8971         (TYPE_TAG_NAME): Remove.
8972         * gdbtypes.c (type_name_no_tag): Simplify.
8973         (check_typedef, check_types_equal, recursive_dump_type)
8974         (copy_type_recursive, arch_composite_type): Update.
8975         * f-typeprint.c (f_type_print_base): Update.  Print "Type" prefix
8976         in summary mode when needed.
8977         * eval.c (evaluate_funcall): Update.
8978         * dwarf2read.c (fixup_go_packaging, read_structure_type)
8979         (process_structure_scope, read_enumeration_type)
8980         (read_namespace_type, read_module_type, determine_prefix): Update.
8981         * cp-support.c (inspect_type): Update.
8982         * coffread.c (process_coff_symbol, decode_base_type): Update.
8983         * c-varobj.c (c_is_path_expr_parent): Update.
8984         * c-typeprint.c (c_type_print_base_struct_union): Update.
8985         (c_type_print_base_1): Update.  Print struct/class/union/enum in
8986         summary when using C language.
8987         * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
8988         (gen_maybe_namespace_elt): Update.
8989         * ada-lang.c (ada_type_name): Simplify.
8990         (empty_record, ada_template_to_fixed_record_type_1)
8991         (template_to_static_fixed_type)
8992         (to_record_with_fixed_variant_part, ada_check_typedef): Update.
8993
8994 2018-06-01  Tom Tromey  <tom@tromey.com>
8995
8996         * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
8997         c_print_type.
8998         * c-typeprint.c (c_print_type_1): Add "language" parameter.
8999         (c_print_type): Update.
9000         (c_print_type): New overload.
9001         (c_type_print_varspec_prefix, c_type_print_args)
9002         (c_type_print_varspec_suffix, c_print_type_no_offsets)
9003         (c_type_print_base_struct_union, c_type_print_base_1)
9004         (cp_type_print_method_args): Add "language" parameter.
9005         (c_type_print_base): Update.
9006         * c-lang.h (c_print_type): Add new overload.
9007
9008 2018-06-01  Tom Tromey  <tom@tromey.com>
9009
9010         * typeprint.h (c_type_print_varspec_suffix): Don't declare.
9011         * c-typeprint.c (c_type_print_varspec_suffix): Now static.
9012
9013 2018-06-01  Alan Hayward  <alan.hayward@arm.com>
9014
9015         * aarch64-tdep.c (aarch64_sve_register_names): New const
9016         var.
9017         * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
9018         (AARCH64_SVE_Z_REGS_NUM): New define.
9019         (AARCH64_SVE_P_REGS_NUM): Likewise.
9020         (AARCH64_SVE_NUM_REGS): Likewise.
9021
9022 2018-05-31  Uros Bizjak  <ubizjak@gmail.com>
9023
9024         * nat/linux-ptrace.h [__alpha__]
9025         (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
9026         definitions.
9027
9028 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
9029
9030         * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
9031         the endianness selected.
9032         * NEWS: Document `set endian auto' mode operation update.
9033
9034 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
9035
9036         * Makefile.in: Add new header.
9037         * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
9038         (sve_vl_from_vg): Likewise.
9039         (sve_vq_from_vl): Likewise.
9040         (sve_vl_from_vq): Likewise.
9041         (sve_vq_from_vg): Likewise.
9042         (sve_vg_from_vq): Likewise.
9043         * configure.nat: Add new c file.
9044         * nat/aarch64-sve-linux-ptrace.c: New file.
9045         * nat/aarch64-sve-linux-ptrace.h: New file.
9046
9047 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
9048
9049         * aarch64-linux-nat.c (aarch64_linux_read_description):
9050         Add parmeter zero.
9051         * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9052         Likewise.
9053         * aarch64-tdep.c (tdesc_aarch64_list): Add.
9054         (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
9055         (aarch64_gdbarch_init): Add parmeter zero.
9056         * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
9057         * arch/aarch64.c (aarch64_create_target_description): Check VQ.
9058         * arch/aarch64.h (aarch64_create_target_description): Add VQ.
9059         parmeter.
9060         * doc/gdb.texinfo: Describe SVE feature
9061         * features/aarch64-sve.c: New file.
9062
9063 2018-05-31  Omair Javaid  <omair.javaid@linaro.org>
9064
9065         PR gdb/23210
9066         * gdbarch.sh (significant_addr_bit): Default to zero when
9067         not set by target architecture.
9068         * gdbarch.c: Re-generated.
9069         * utils.c (address_significant): Update.
9070
9071 2018-05-30  Joel Brobecker  <brobecker@adacore.com>
9072
9073         * stack.c (func_command): Remove trailing newline in call to error.
9074
9075 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9076
9077         * regcache.h (regcache_raw_collect): Remove, update callers to
9078         use regcache::raw_collect.
9079         * regcache.c (regcache_raw_collect): Remove.
9080
9081 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9082
9083         * regcache.h (regcache_raw_supply): Remove, update callers to
9084         use detached_regcache::raw_supply.
9085         * regcache.c (regcache_raw_supply): Remove.
9086
9087 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9088
9089         * regcache.h (regcache_cooked_write_part): Remove, update
9090         callers to use regcache::cooked_write_part.
9091         * regcache.c (regcache_cooked_write_part): Remove.
9092
9093 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9094
9095         * regcache.h (regcache_cooked_read_part): Remove, update callers
9096         to use readable_regcache::cooked_read_part.
9097         * regcache.c (regcache_cooked_read_part): Remove.
9098
9099 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9100
9101         * regcache.h (regcache_cooked_read_value): Remove, update
9102         callers to use readable_regcache::cooked_read_value.
9103         * regcache.c (regcache_cooked_read_value): Remove.
9104
9105 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9106
9107         * regcache.h (regcache_cooked_write): Remove, update callers to
9108         use regcache::cooked_write.
9109         * regcache.c (regcache_cooked_write): Remove.
9110
9111 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9112
9113         * regcache.h (regcache_invalidate): Remove, update callers to
9114         use detached_regcache::invalidate instead.
9115         * regcache.c (regcache_invalidate): Remove.
9116
9117 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9118
9119         * regcache.h (regcache_raw_write_part): Remove, update callers
9120         to use regcache::raw_write_part instead.
9121         * regcache.c (regcache_raw_write_part): Remove.
9122
9123 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9124
9125         * regcache.h (regcache_raw_read_part): Remove, update callers to
9126         use readable_regcache::raw_read_part instead.
9127         * regcache.c (regcache_raw_read_part): Remove.
9128
9129 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9130
9131         * regcache.h (regcache_cooked_read): Remove, update callers to
9132         use readable_regcache::cooked_read instead.
9133         * regcache.c (regcache_cooked_read): Remove.
9134
9135 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9136
9137         * regcache.h (regcache_raw_write): Remove, update callers to use
9138         regcache::raw_write instead.
9139         * regcache.c (regcache_raw_write): Remove.
9140
9141 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9142
9143         * regcache.h (regcache_raw_read): Remove, update callers to use
9144         readable_regcache::raw_read instead.
9145         * regcache.c (regcache_raw_read): Remove.
9146
9147 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9148
9149         * regcache.h (regcache_raw_update): Remove, update callers to
9150         use readable_regcache::raw_update instead.
9151         * regcache.c (regcache_raw_update): Remove.
9152
9153 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9154
9155         * regcache.h (regcache_register_status): Remove, update callers
9156         to use reg_buffer::get_register_status directly instead.
9157         * regcache.c (regcache_register_status): Remove.
9158
9159 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9160
9161         * regcache.h (regcache_get_ptid): Remove, update all callers to
9162         call regcache::ptid instead.
9163         * regcache.c (regcache_get_ptid): Remove.
9164
9165 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
9166
9167         * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
9168
9169 2018-05-30  Pedro Alves  <palves@redhat.com>
9170
9171         * common/common-exceptions.h (exception_rethrow): Use
9172         ATTRIBUTE_NORETURN.
9173
9174 2018-05-29  Simon Marchi  <simon.marchi@polymtl.ca>
9175
9176         * breakpoint.c (print_solib_event, check_status_catch_solib):
9177         Remove struct keyword in range-based for loops.
9178         * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
9179         * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
9180         Likewise.
9181         * linespec.c (find_superclass_methods, search_minsyms_for_name):
9182         Likewise.
9183         * symfile.c (addr_info_make_relative): Likewise.
9184         * thread.c (value_in_thread_stack_temporaries): Likewise.
9185
9186 2018-06-12  Weimin Pan  <weimin.pan@oracle.com>
9187
9188         PR gdb/16841
9189         * valops.c (value_struct_elt_for_reference): Call check_typedef on
9190         aggregate type to get its real type before accessing it.
9191
9192 2018-05-29  Weimin Pan  <weimin.pan@oracle.com>
9193
9194         * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
9195         * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
9196         * coff-pe-read.c (add_pe_forwarded_sym): Replace
9197         lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
9198         * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
9199         * jit.c (jit_breakpoint_re_set_internal): Likewise.
9200         * printcmd.c (info_address_command): Likewise.
9201
9202 2018-05-29  Tom Tromey  <tom@tromey.com>
9203
9204         * windows-nat.c (handle_exception): Update fall-through comment.
9205
9206 2018-05-29  Tom Tromey  <tom@tromey.com>
9207
9208         * progspace.h (so_list_ptr): Remove typedef.  Don't declare VEC.
9209         (struct program_space) <added_solibs>: Now a std::vector.
9210         * breakpoint.c (print_solib_event): Update.
9211         (check_status_catch_solib): Update.
9212         * progspace.c (clear_program_space_solib_cache): Update.
9213         * solib.c (update_solib_list): Update.
9214
9215 2018-05-29  Tom Tromey  <tom@tromey.com>
9216
9217         * python/py-type.c (typy_richcompare): Update.
9218         * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
9219         * gdbtypes.h (types_deeply_equal): Return bool.
9220         (types_equal): Likewise.
9221         * gdbtypes.c (type_equality_entry_d): Remove typedef.  Don't
9222         declare VEC.
9223         (check_types_equal): Change worklist to std::vector.  Return
9224         bool.
9225         (struct type_equality_entry): Add constructor.
9226         (compare_maybe_null_strings): Return bool.
9227         (check_types_worklist): Return bool.  Change worklist to
9228         std::vector.
9229         (types_deeply_equal): Use std::vector.
9230         (types_equal): Return bool.
9231         (compare_maybe_null_strings): Simplify.
9232
9233 2018-05-29  Tom Tromey  <tom@tromey.com>
9234
9235         * record-btrace.c (tp_t): Remove typedef.  Don't declare VEC.
9236
9237 2018-05-29  Tom Tromey  <tom@tromey.com>
9238
9239         * objc-lang.h: Don't include cp-support.h.
9240         * common/gdb_vecs.h (const_char_ptr): Remove typedef.  Don't
9241         declare VEC.
9242
9243 2018-05-27  Tom Tromey  <tom@tromey.com>
9244
9245         * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
9246
9247 2018-05-25  Tom Tromey  <tom@tromey.com>
9248
9249         * value.c (value::location): Initialize.
9250
9251 2018-05-25  Tom Tromey  <tom@tromey.com>
9252
9253         * dbxread.c (init_bincl_list): Remove.
9254         (bincl_list): Now a std::vector.
9255         (bincls_allocated, next_bincl): Remove.
9256         (free_bincl_list, do_free_bincl_list_cleanup)
9257         (make_cleanup_free_bincl_list): Remove.
9258         (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
9259         unique_xmalloc_ptr.
9260         (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
9261         (struct header_file_location): Add constructor.
9262         (add_bincl_to_list): Remove.
9263
9264 2018-05-25  Tom Tromey  <tom@tromey.com>
9265
9266         * tui/tui.c (tui_enable): Update.
9267         * mi/mi-interp.c (mi_interp::init): Update.
9268         * interps.h (class interp) <name>: New method.
9269         <m_name>: Rename from name.
9270         (~scoped_restore_interp): Update.
9271         * interps.c (interp::interp): Update.
9272         (interp_add, interp_set, interp_lookup_existing)
9273         (current_interp_named_p): Update.
9274
9275 2018-05-25  Tom Tromey  <tom@tromey.com>
9276
9277         * interps.c (interp_name): Remove.
9278         * mi/mi-interp.c (mi_interp::init): Update.
9279         * interps.h (interp_name): Remove.
9280         (~scoped_restore_interp): Update.
9281         * tui/tui.c (tui_enable): Update.
9282
9283 2018-05-25  Tom Tromey  <tom@tromey.com>
9284
9285         * utils.c (fputs_maybe_filtered): Update.
9286         * linespec.c (decode_line_full): Update.
9287         * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
9288         (mi_print_breakpoint_for_event, mi_solib_loaded)
9289         (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
9290         (mi_user_selected_context_changed): Update.
9291         * mi/mi-main.c (mi_execute_command): Update.
9292         * cli/cli-script.c (execute_control_command): Update.
9293         * python/python.c (execute_gdb_command): Update.
9294         * solib.c (info_sharedlibrary_command): Update.
9295         * interps.c (interp_ui_out): Remove.
9296         * interps.h (interp_ui_out): Remove.
9297
9298 2018-05-25  Tom Tromey  <tom@tromey.com>
9299
9300         * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
9301         * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
9302         * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
9303
9304 2018-05-25  Tom Tromey  <tom@tromey.com>
9305
9306         * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
9307         * interps.c (interp_exec): Use scoped_restore.
9308
9309 2018-05-25  Tom Tromey  <tom@tromey.com>
9310
9311         * remote.c (remote_target::remote_file_get): Use
9312         gdb::byte_vector.
9313         (remote_target::remote_file_put): Likewise.
9314
9315 2018-05-25  Tom Tromey  <tom@tromey.com>
9316
9317         * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
9318         a std::string.
9319         (get_pe_section_index, add_pe_exported_sym): Update.
9320         (read_pe_exported_syms): Use gdb::def_vector.
9321
9322 2018-05-25  Tom Tromey  <tom@tromey.com>
9323
9324         * frame.c (remove_prev_frame): Remove.
9325         (get_prev_frame_if_no_cycle): Use TRY/CATCH.
9326
9327 2018-05-25  Maciej W. Rozycki  <macro@mips.com>
9328
9329         * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
9330         Remove prototypes.
9331         * mips-linux-nat.c (supply_fpregset): Always call
9332         `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
9333         (fill_fpregset): Always call `mips64_fill_fpregset' rather than
9334         `mips_fill_fpregset'.
9335         * mips-linux-tdep.c (mips_supply_fpregset)
9336         (mips_supply_fpregset_wrapper, mips_fill_fpregset)
9337         (mips_fill_fpregset_wrapper): Remove functions.
9338         (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
9339         (mips_linux_fpregset): Remove variable.
9340         (mips_linux_iterate_over_regset_sections): Use
9341         `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
9342         (mips_linux_o32_sigframe_init): Remove comment.
9343
9344 2018-05-25  Pedro Alves  <palves@redhat.com>
9345
9346         * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
9347         (struct readahead_cache, struct packet_reg, struct
9348         remote_arch_state, class remote_state): Move higher up in the
9349         file.
9350         (remote_target::m_remote_state): Now an object instead of a pointer.
9351         (remote_target::get_remote_state): Adjust.
9352
9353 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9354
9355         * stack.c (select_and_print_frame): Delete.
9356         (struct function_bounds): Move struct within function.
9357         (func_command): Most content moved into new function
9358         find_frame_for_function, use new function, print result, add
9359         function comment.
9360         (find_frame_for_function): New function, now returns a result.
9361
9362 2018-05-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9363
9364         * stack.c (iterate_over_block_arg_vars): Fix comment.
9365         (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
9366
9367 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9368
9369         PR gdb/23203
9370         * frame.c
9371         (scoped_restore_selected_frame::scoped_restore_selected_frame):
9372         Define.
9373         (scoped_restore_selected_frame::~scoped_restore_selected_frame):
9374         Define.
9375         * frame.h (class scoped_restore_selected_frame): New class.
9376         * stack.c (print_frame_local_vars): Remove catching and rethrowing
9377         of any exception, use scoped_restore_selected_frame to restore the
9378         frame instead.
9379
9380 2018-05-24  Pedro Alves  <palves@redhat.com>
9381
9382         * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
9383         override.
9384
9385 2018-05-23  Tom Tromey  <tom@tromey.com>
9386
9387         * complaints.c (struct complaints): Remove.
9388         (symfile_complaint_book): Remove.
9389         (series): New global.
9390         (complaint_internal): Update.
9391         (clear_complaints): Update.
9392
9393 2018-05-23  Tom Tromey  <tom@tromey.com>
9394
9395         * complaints.c (counters): New global.
9396         (struct complain): Remove.
9397         (struct complaints) <root>: Remove.
9398         (complaint_sentinel): Remove.
9399         (symfile_complaint_book): Update.
9400         (find_complaint) Remove.
9401         (complaint_internal, clear_complaints): Update.
9402
9403 2018-05-23  Tom Tromey  <tom@tromey.com>
9404
9405         * complaints.c (struct complain) <file, line>: Remove.
9406         (find_complaint): Remove file, line parameters.
9407         (complaint_internal): Update.
9408
9409 2018-05-23  Tom Tromey  <tom@tromey.com>
9410
9411         * complaints.c (vcomplaint): Remove.
9412         (complaint_internal) Merge in contents of vcomplaint.
9413
9414 2018-05-23  Tom Tromey  <tom@tromey.com>
9415
9416         * complaints.c (struct complaints) <explanation>: Remove.
9417         (symfile_explanations): Remove.
9418         (symfile_complaint_book): Update.
9419         (vcomplaint): Update.
9420         (struct explanation): Remove.
9421
9422 2018-05-23  Tom Tromey  <tom@tromey.com>
9423
9424         * complaints.c (symfile_complaints): Remove.
9425         (complaint_internal): Remove "complaints" parameter.
9426         (clear_complaints, vcomplaint): Remove "c" parameter.
9427         (get_complaints): Remove.
9428         * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
9429         (dwarf2_debug_line_missing_file_complaint)
9430         (dwarf2_debug_line_missing_end_sequence_complaint)
9431         (dwarf2_complex_location_expr_complaint)
9432         (dwarf2_const_value_length_mismatch_complaint)
9433         (dwarf2_section_buffer_overflow_complaint)
9434         (dwarf2_macro_malformed_definition_complaint)
9435         (dwarf2_invalid_attrib_class_complaint)
9436         (create_addrmap_from_index, dw2_symtab_iter_next)
9437         (dw2_expand_marked_cus)
9438         (dw2_debug_names_iterator::find_vec_in_debug_names)
9439         (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
9440         (create_debug_type_hash_table, init_cutu_and_read_dies)
9441         (partial_die_parent_scope, add_partial_enumeration)
9442         (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
9443         (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
9444         (read_import_statement, read_file_scope, create_dwo_cu_reader)
9445         (create_cus_hash_table, create_dwp_hash_table)
9446         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9447         (dwarf2_rnglists_process, dwarf2_ranges_process)
9448         (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
9449         (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
9450         (handle_struct_member_die, process_structure_scope)
9451         (read_array_type, read_common_block, read_module_type)
9452         (read_tag_pointer_type, read_typedef, read_base_type)
9453         (read_subrange_type, load_partial_dies, partial_die_info::read)
9454         (partial_die_info::read, partial_die_info::read)
9455         (partial_die_info::read, read_checked_initial_length_and_offset)
9456         (dwarf2_string_attr, read_formatted_entries)
9457         (dwarf_decode_line_header)
9458         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
9459         (new_symbol, dwarf2_const_value_attr, lookup_die_type)
9460         (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
9461         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9462         (get_signatured_type, get_DW_AT_signature_type)
9463         (decode_locdesc, file_file_name, consume_improper_spaces)
9464         (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
9465         (dwarf_decode_macro_bytes, dwarf_decode_macros)
9466         (dwarf2_symbol_mark_computed, set_die_type)
9467         (read_attribute_value): Update.
9468         * stap-probe.c (handle_stap_probe, get_stap_base_address):
9469         Update.
9470         * dbxread.c (unknown_symtype_complaint)
9471         (lbrac_mismatch_complaint, repeated_header_complaint)
9472         (set_namestring, function_outside_compilation_unit_complaint)
9473         (read_dbx_symtab, process_one_symbol): Update.
9474         * gdbtypes.c (stub_noname_complaint): Update.
9475         * windows-nat.c (handle_unload_dll): Update.
9476         * coffread.c (coff_symtab_read, enter_linenos, decode_type)
9477         (decode_base_type): Update.
9478         * xcoffread.c (bf_notfound_complaint, ef_complaint)
9479         (eb_complaint, record_include_begin, record_include_end)
9480         (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
9481         (process_xcoff_symbol, read_symbol)
9482         (function_outside_compilation_unit_complaint)
9483         (scan_xcoff_symtab): Update.
9484         * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
9485         * buildsym.c (finish_block_internal, make_blockvector)
9486         (end_symtab_get_static_block, augment_type_symtab): Update.
9487         * dtrace-probe.c (dtrace_process_dof)
9488         (dtrace_static_probe_ops::get_probes): Update.
9489         * complaints.h (struct complaint): Don't declare.
9490         (symfile_complaints): Remove.
9491         (complaint_internal): Remove "complaints" parameter.
9492         (complaint): Likewise.
9493         (clear_complaints): Likewise.
9494         * symfile.c (syms_from_objfile_1, finish_new_objfile)
9495         (reread_symbols): Update.
9496         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
9497         (dwarf2_frame_cache, decode_frame_entry): Update.
9498         * dwarf2loc.c (dwarf_reg_to_regnum): Update.
9499         * objc-lang.c (lookup_objc_class, lookup_child_selector)
9500         (info_selectors_command): Update.
9501         * macrotab.c (macro_include, check_for_redefinition)
9502         (macro_undef): Update.
9503         * objfiles.c (filter_overlapping_sections): Update.
9504         * stabsread.c (invalid_cpp_abbrev_complaint)
9505         (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
9506         (define_symbol, error_type, read_type, rs6000_builtin_type)
9507         (stabs_method_name_from_physname, read_member_functions)
9508         (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
9509         (attach_fields_to_type, complain_about_struct_wipeout)
9510         (read_range_type, read_args, common_block_start)
9511         (common_block_end, cleanup_undefined_types_1, scan_file_globals):
9512         Update.
9513         * mdebugread.c (index_complaint, unknown_ext_complaint)
9514         (basic_type_complaint, bad_tag_guess_complaint)
9515         (bad_rfd_entry_complaint, unexpected_type_code_complaint)
9516         (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
9517         (parse_procedure, parse_lines)
9518         (function_outside_compilation_unit_complaint)
9519         (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
9520         (bad_tag_guess_complaint, reg_value_complaint): Update.
9521         * cp-support.c (demangled_name_complaint): Update.
9522         * macroscope.c (sal_macro_scope): Update.
9523         * dwarf-index-write.c (class debug_names): Update.
9524
9525 2018-05-23  Tom Tromey  <tom@tromey.com>
9526
9527         * complaints.c (clear_complaints): Remove "noisy" parameter.
9528         * complaints.h (clear_complaints): Update.
9529         * symfile.c (syms_from_objfile_1, finish_new_objfile)
9530         (reread_symbols): Update.
9531
9532 2018-05-23  Tom Tromey  <tom@tromey.com>
9533
9534         * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
9535         SUBSEQUENT_MESSAGE.
9536         (vcomplaint, clear_complaints): Update.
9537         (symfile_explanations): Remove some messages.
9538
9539 2018-05-23  Tom Tromey  <tom@tromey.com>
9540
9541         * complaints.c (internal_complaint): Remove.
9542         * complaints.h (internal_complaint): Remove.
9543
9544 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
9545
9546         * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
9547
9548 2018-05-22  Pedro Alves  <palves@redhat.com>
9549
9550         * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
9551         (remote_fileio_badfd, remote_fileio_return_errno)
9552         (remote_fileio_return_success, remote_fileio_func_open)
9553         (remote_fileio_func_open, remote_fileio_func_close)
9554         (remote_fileio_func_read, remote_fileio_func_write)
9555         (remote_fileio_func_lseek, remote_fileio_func_rename)
9556         (remote_fileio_func_unlink, remote_fileio_func_stat)
9557         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
9558         (remote_fileio_func_isatty, remote_fileio_func_system): Add
9559         remote_target parameter.
9560         (remote_fio_func_map) <func>: Add remote_target parameter.
9561         (do_remote_fileio_request, remote_fileio_request):
9562         * remote-fileio.h (remote_fileio_request):
9563         * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9564         remote_target parameter.
9565         (remote_notif_process, handle_notification): Adjust to pass down
9566         the remote.
9567         (remote_notif_state_allocate): Add remote_target parameter.  Save
9568         it.
9569         * remote-notif.h (struct remote_target): Forward declare.
9570         (struct notif_client) <parse, ack, can_get_pending_events>: Add
9571         remote_target parameter.
9572         (struct remote_notif_state) <remote>: New field.
9573         (remote_notif_ack, remote_notif_parse): Add remote_target
9574         parameter.
9575         (remote_notif_state_allocate, remote_notif_state_allocate): Add
9576         remote_target parameter.
9577         * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
9578         (threads_listing_context, rmt_thread_action, protocol_feature)
9579         (packet_reg, stop_reply, stop_reply_p, enum packet_support)
9580         (packet_result, struct threads_listing_context, remote_state):
9581         Move definitions and declarations higher up.
9582         (remote_target) <~remote_target>: Declare.
9583         (remote_download_command_source, remote_file_put, remote_file_get)
9584         (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
9585         (remote_hostio_pread_vFile, remote_hostio_send_command)
9586         (remote_hostio_set_filesystem, remote_hostio_open)
9587         (remote_hostio_close, remote_hostio_unlink, remote_state)
9588         (get_remote_state, get_remote_packet_size, get_memory_packet_size)
9589         (get_memory_write_packet_size, get_memory_read_packet_size)
9590         (append_pending_thread_resumptions, remote_detach_1)
9591         (append_resumption, remote_resume_with_vcont)
9592         (add_current_inferior_and_thread, wait_ns, wait_as)
9593         (process_stop_reply, remote_notice_new_inferior)
9594         (process_initial_stop_replies, remote_add_thread)
9595         (btrace_sync_conf, remote_btrace_maybe_reopen)
9596         (remove_new_fork_children, kill_new_fork_children)
9597         (discard_pending_stop_replies, stop_reply_queue_length)
9598         (check_pending_events_prevent_wildcard_vcont)
9599         (discard_pending_stop_replies_in_queue, stop_reply)
9600         (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
9601         (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
9602         (remote_interrupt_as, remote_interrupt_ns)
9603         (remote_get_noisy_reply, remote_query_attached)
9604         (remote_add_inferior, remote_current_thread, get_current_thread)
9605         (set_thread, set_general_thread, set_continue_thread)
9606         (set_general_process, write_ptid)
9607         (remote_unpack_thread_info_response, remote_get_threadinfo)
9608         (parse_threadlist_response, remote_get_threadlist)
9609         (remote_threadlist_iterator, remote_get_threads_with_ql)
9610         (remote_get_threads_with_qxfer)
9611         (remote_get_threads_with_qthreadinfo, extended_remote_restart)
9612         (get_offsets, remote_check_symbols, remote_supported_packet)
9613         (remote_query_supported, remote_packet_size)
9614         (remote_serial_quit_handler, remote_detach_pid)
9615         (remote_vcont_probe, remote_resume_with_hc)
9616         (send_interrupt_sequence, interrupt_query)
9617         (remote_notif_get_pending_events, fetch_register_using_p)
9618         (send_g_packet, process_g_packet, fetch_registers_using_g)
9619         (store_register_using_P, store_registers_using_G)
9620         (set_remote_traceframe, check_binary_download)
9621         (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
9622         (remote_xfer_live_readonly_partial, remote_read_bytes)
9623         (remote_send_printf, remote_flash_write, readchar)
9624         (remote_serial_write, putpkt, putpkt_binary, skip_frame)
9625         (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
9626         (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
9627         (extended_remote_disable_randomization, extended_remote_run)
9628         (send_environment_packet, extended_remote_environment_support)
9629         (extended_remote_set_inferior_cwd, remote_write_qxfer)
9630         (remote_read_qxfer, push_stop_reply, vcont_r_supported)
9631         (packet_command): Now methods of ...
9632         (remote_target): ... this class.
9633         (m_remote_state) <remote_target>: New field.
9634         (struct remote_state) <stop_reply_queue,
9635         remote_async_inferior_event_token, wait_forever_enabled_p>: New
9636         fields.
9637         (remote_state::remote_state): Allocate stop_reply_queue.
9638         (remote_state): Delete global.
9639         (get_remote_state_raw): Delete.
9640         (remote_target::get_remote_state): Allocate m_remote_state on
9641         demand.
9642         (get_current_remote_target): New.
9643         (remote_ops, extended_remote_ops): Delete.
9644         (wait_forever_enabled_p, remote_async_inferior_event_token):
9645         Delete, moved to struct remote_state.
9646         (remote_target::close): Delete self.  Destruction bits split to
9647         ...
9648         (remote_target::~remote_target): ... this.
9649         (show_memory_packet_size): Adjust to use
9650         get_current_remote_target.
9651         (struct protocol_feature) <func>: Add remote_target parameter.
9652         All callers adjusted.
9653         (curr_quit_handler_target): New.
9654         (remote_serial_quit_handler): Reimplement.
9655         (remote_target::open_1): Adjust to use get_current_remote_target.
9656         Heap-allocate remote_target/extended_remote_target instances.
9657         (vcont_builder::vcont_builder): Add remote_target parameter, and
9658         save it in m_remote.  All callers adjusted.
9659         (vcont_builder::m_remote): New field.
9660         (vcont_builder::restart, vcont_builder::flush)
9661         (vcont_builder::push_action): Use it.
9662         (remote_target::commit_resume): Use it.
9663         (struct queue_iter_param) <remote>: New field.
9664         (remote_target::remove_new_fork_children): Fill in 'remote' field.
9665         (check_pending_event_prevents_wildcard_vcont_callback_data): New.
9666         (check_pending_event_prevents_wildcard_vcont_callback)
9667         (remote_target::check_pending_events_prevent_wildcard_vcont)
9668         (remote_target::discard_pending_stop_replies)
9669         (remote_target::discard_pending_stop_replies_in_queue)
9670         (remote_target::remote_notif_remove_queued_reply): Fill in
9671         'remote' field.
9672         (remote_notif_get_pending_events): New.
9673         (remote_target::readchar, remote_target::remote_serial_write):
9674         Save/restore curr_quit_handler_target.
9675         (putpkt): New.
9676         (kill_new_fork_children): Fill in 'remote' field.
9677         (packet_command): Use get_current_remote_target, defer to
9678         remote_target method of same name.
9679         (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
9680         parameter, and save it in m_remote.  All callers adjusted.
9681         (scoped_remote_fd::release): Use m_remote.
9682         (scoped_remote_fd::m_remote): New field.
9683         (remote_file_put, remote_file_get, remote_file_delete): Use
9684         get_current_remote_target, defer to remote_target method of same
9685         name.
9686         (remote_btrace_reset): Add remote_state paremeter.  Update all
9687         callers.
9688         (remote_async_inferior_event_handler). Pass down 'data'.
9689         (remote_new_objfile): Use get_current_remote_target.
9690         (remote_target::vcont_r_supported): New.
9691         (set_range_stepping): Use get_current_remote_target and
9692         remote_target::vcont_r_supported.
9693         (_initialize_remote): Don't allocate 'remote_state' and
9694         'stop_reply_queue' globals.
9695         * remote.h (struct remote_target): Forward declare.
9696         (getpkt, putpkt, remote_notif_get_pending_events): Add
9697         'remote_target' parameter.
9698
9699 2018-05-22  Pedro Alves  <palves@redhat.com>
9700
9701         * remote.c (vcont_builder): Now a class.  Make all data members
9702         private.
9703         (vcont_builder) <vcont_builder, restart, flush, push_action>:
9704         Declare methods.
9705         (vcont_builder_restart): Rename to ...
9706         (vcont_builder::restart): ... this.
9707         (vcont_builder_flush): Rename to ...
9708         (vcont_builder::flush): ... this.
9709         (vcont_builder_push_action): Rename to ...
9710         (vcont_builder::push_action): ... this.
9711         (remote_target::commit_resume): Adjust.
9712
9713 2018-05-22  Pedro Alves  <palves@redhat.com>
9714
9715         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
9716         (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
9717         (get_fixed_memory_packet_size): New.
9718         (get_memory_packet_size): Use it.
9719         (set_memory_packet_size): Don't override the config size with
9720         DEFAULT_MAX_MEMORY_PACKET_SIZE.
9721         (show_memory_packet_size): Use get_fixed_memory_packet_size.
9722         Don't refer to get_memory_packet_size if not connected to a remote
9723         target.  Show "(default)" if configured size is 0.
9724
9725 2018-05-22  Pedro Alves  <palves@redhat.com>
9726
9727         * remote.c (remote_target::mourn_inferior): Move
9728         discard_pending_stop_replies call here from ...
9729         (_initialize_remote): ... here.
9730
9731 2018-05-22  Pedro Alves  <palves@redhat.com>
9732
9733         * remote.c (compare_section_command): Remove set_general_process
9734         call.
9735
9736 2018-05-22  Pedro Alves  <palves@redhat.com>
9737
9738         * remote.c (struct packet_reg, struct remote_arch_state):
9739         Move higher up in the file.
9740         (remote_state) <m_arch_states>: Store remote_arch_state values
9741         instead of remote_arch_state pointers.
9742         (remote_state::get_remote_arch_state): Adjust.
9743
9744 2018-05-22  Pedro Alves  <palves@redhat.com>
9745
9746         * remote.c: Include <unordered_map>.
9747         (remote_state): Now a class.
9748         (remote_state) <get_remote_arch_state>: Declare method.
9749         <get_remote_arch_state>: New field.
9750         (remote_arch_state) <remote_arch_state>: Declare ctor.
9751         <regs>: Now a unique_ptr.
9752         (remote_gdbarch_data_handle): Delete.
9753         (get_remote_arch_state): Delete.
9754         (remote_state::get_remote_arch_state): New.
9755         (get_remote_state): Adjust to call remote_state's
9756         get_remote_arch_state method.
9757         (init_remote_state): Delete, bits factored out to ...
9758         (remote_arch_state::remote_arch_state): ... this new method.
9759         (get_remote_packet_size, get_memory_packet_size)
9760         (process_g_packet, remote_target::fetch_registers)
9761         (remote_target::prepare_to_store, store_registers_using_G)
9762         (remote_target::store_registers, remote_target::get_trace_status):
9763         Adjust to call remote_state's method.
9764         (_initialize_remote): Remove reference to
9765         remote_gdbarch_data_handle.
9766
9767 2018-05-22  Pedro Alves  <palves@redhat.com>
9768
9769         * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
9770         pread>: New method declarations.
9771         (remote_target::open_1): Adjust.
9772         (readahead_cache_invalidate): Rename to ...
9773         (readahead_cache::invalidate): ... this, and adjust to be a class
9774         method.
9775         (readahead_cache_invalidate_fd): Rename to ...
9776         (readahead_cache::invalidate_fd): ... this, and adjust to be a
9777         class method.
9778         (remote_hostio_pwrite): Adjust.
9779         (remote_hostio_pread_from_cache): Rename to ...
9780         (readahead_cache::pread): ... this, and adjust to be a class
9781         method.
9782         (remote_hostio_close): Adjust.
9783
9784 2018-05-22  Pedro Alves  <palves@redhat.com>
9785
9786         * remote.c (remote_hostio_close_cleanup): Delete.
9787         (class scoped_remote_fd): New.
9788         (remote_file_put, remote_file_get): Use it.
9789
9790 2018-05-22  Pedro Alves  <palves@redhat.com>
9791
9792         (struct vCont_action_support): Use bool and initialize all fields.
9793         (struct readahead_cache): Initialize all fields.
9794         (remote_state): Use bool and initialize all fields.
9795         (remote_state::remote_state, remote_state::~remote_state): New.
9796         (new_remote_state): Delete.
9797         (_initialize_remote): Use new to allocate remote_state.
9798
9799 2018-05-22  Pedro Alves  <palves@redhat.com>
9800             張俊芝  <zjz@zjz.name>
9801
9802         PR gdb/22973
9803         * c-exp.y: Include "c-support.h".
9804         (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
9805         of tolower.  Use c_ident_is_alpha to scan names.
9806         * c-lang.c: Include "c-support.h".
9807         (convert_ucn, convert_octal, convert_hex, convert_escape): Use
9808         ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
9809         * c-support.h: New file, with bits factored out from ...
9810         * cp-name-parser.y: ... this file.
9811         Include "c-support.h".
9812         (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
9813         c-support.h and renamed.
9814         (symbol_end, yylex): Adjust.
9815
9816 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9817
9818         * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
9819         parameter type to CORE_ADDR.
9820         * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
9821         parameter type in declaration to CORE_ADDR.
9822         * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
9823         target_auxv_search to get AT_HWCAP and use the result to get the
9824         target description.
9825         * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
9826         to CORE_ADDR. Remove the cast of the return value to unsigned
9827         long. Fix error predicate of target_auxv_search.
9828         (ppc_linux_nat_target::read_description): Change the type of the
9829         hwcap variable to CORE_ADDR.
9830
9831 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9832
9833         * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
9834         if the size of fpscr is larger than 32 bits.
9835
9836 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9837
9838         * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
9839         (ppc32_linux_vsxregmap): New global.
9840         (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
9841         regcache_supply_regset, and regcache_collect_regset.
9842         * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
9843         * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
9844         (fetch_vsx_register, store_vsx_register): Remove.
9845         (fetch_vsx_registers): Add regno parameter. Get regset using
9846         ppc_linux_vsxregset. Use regset to supply registers.
9847         (store_vsx_registers): Add regno parameter. Get regset using
9848         ppc_linux_vsxregset. Use regset to collect registers.
9849         (fetch_register): Call fetch_vsx_registers instead of
9850         fetch_vsx_register.
9851         (store_register): Call store_vsx_registers instead of
9852         store_vsx_register.
9853         (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
9854         new regno parameter.
9855         (store_ppc_registers): Call store_vsx_registers with -1 for the
9856         new regno parameter.
9857         * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
9858         (ppc_collect_vsxregset): Remove.
9859
9860 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9861
9862         * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
9863         offset fields.
9864         * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
9865         for vector register offset fields.
9866         (ppc64_fbsd_reg_offsets): Likewise.
9867         * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9868         to vector register offset fields.
9869         * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9870         to vector register offset fields.
9871         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
9872         vector register offset fields.
9873         * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
9874         initializers for vector register offset fields.
9875         (rs6000_aix64_reg_offsets): Likewise.
9876         * rs6000-tdep.c (ppc_vrreg_offset): Remove.
9877         (ppc_supply_vrregset): Remove.
9878         (ppc_collect_vrregset): Remove.
9879         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
9880         (ppc_linux_vrregset) : New function.
9881         (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
9882         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
9883         (ppc32_linux_vrregset): Remove.
9884         (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
9885         and use result instead of ppc32_linux_vrregset.
9886         (ppc32_linux_reg_offsets): Remove initializers for vector register
9887         offset fields.
9888         (ppc64_linux_reg_offsets): Likewise.
9889         * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
9890         * ppc-linux-nat.c: Include regset.h.
9891         (gdb_vrregset_t): Adjust comment to account for little-endian
9892         mode.
9893         (supply_vrregset, fill_vrregset): Remove.
9894         (fetch_altivec_register, store_altivec_register): Remove.
9895         (fetch_altivec_registers): Add regno parameter. Get regset using
9896         ppc_linux_vrregset. Use regset to supply registers.
9897         (store_altivec_registers): Add regno parameter. Get regset using
9898         ppc_linux_vrregset. Use regset to collect registers.
9899         (fetch_register): Call fetch_altivec_registers instead of
9900         fetch_altivec_register.
9901         (store_register): Call store_altivec_registers instead of
9902         store_altivec_register.
9903         (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
9904         the new regno parameter.
9905         (store_ppc_registers): Call store_altivec_registers with -1 for
9906         the new regno parameter.
9907
9908 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9909
9910         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
9911         (PPC_LINUX_SIZEOF_VSXREGSET): Define.
9912         * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
9913         (gdb_vrregset_t): Change array type size to
9914         PPC_LINUX_SIZEOF_VRREGSET.
9915         (gdb_vsxregset_t): Change array type size to
9916         PPC_LINUX_SIZEOF_VSXREGSET.
9917         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
9918         Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
9919         PPC_LINUX_SIZEOF_VSXREGSET.
9920
9921 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9922
9923         * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
9924         * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
9925         nat/ppc-linux.c.
9926         (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
9927         ppc_linux_target_wordsize with tid.
9928         (ppc_linux_nat_target::read_description): Call ppc_linux_target
9929         wordsize with tid.
9930         * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
9931         (ppc64_64bit_inferior_p): Add static and inline specifiers.
9932         (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
9933         tid parameter. Remove static specifier.
9934         * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
9935         (ppc_linux_target_wordsize): New declaration.
9936
9937 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9938
9939         * arch/ppc-linux-common.c: New file.
9940         * arch/ppc-linux-common.h: New file.
9941         * arch/ppc-linux-tdesc.h: New file.
9942         * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
9943         * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
9944         (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
9945         arch/ppc-linux-tdesc.h.
9946         * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
9947         arch/ppc-linux-tdesc.h.
9948         (ppc_linux_nat_target::read_description): Remove target
9949         description matching code. Fill a ppc_linux_features struct and
9950         call ppc_linux_match_description with it. Move comment about ISA
9951         2.05 to ppc-linux-common.c.
9952         * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
9953         arch/ppc-linux-tdesc.h.
9954         (ppc_linux_core_read_description): Remove target description
9955         matching code. Fill a ppc_linux_features struct and call
9956         ppc_linux_match_description with it.
9957         * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
9958         (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
9959         (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
9960         (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
9961         (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
9962         (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
9963         (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
9964         (tdesc_powerpc_e500l): Remove.
9965
9966 2018-05-22  Joel Brobecker  <brobecker@adacore.com>
9967
9968         * ada-lang.c (catch_assert_command): Pass empty string instead
9969         of NULL for excep_string argument.
9970
9971 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
9972
9973         * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
9974         the width of the requested register exceeds the width of the
9975         `ptrace' data type.
9976
9977 2018-05-21  Tom Tromey  <tom@tromey.com>
9978
9979         * printcmd.c (output_command): Remove.
9980         (output_command_const): Rename to output_command.
9981         * valprint.h (output_command): Rename from output_command_const.
9982         * tracepoint.c (trace_dump_actions): Call output_command.
9983
9984 2018-05-21  Tom Tromey  <tom@tromey.com>
9985
9986         * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
9987         (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
9988         * ada-lang.h (create_ada_exception_catchpoint): Update.
9989         * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
9990         std::string.
9991         (create_excep_cond_exprs, ~ada_catchpoint)
9992         (should_stop_exception, print_one_exception)
9993         (print_mention_exception, print_recreate_exception): Update.
9994         (ada_get_next_arg): Remove.
9995         (catch_ada_exception_command_split): Use std::string.  Change type
9996         of "excep_string", "cond_string".
9997         (catch_ada_exception_command): Update.
9998         (create_ada_exception_catchpoint): Change type of excep_string.
9999         (ada_exception_sal): Remove excep_string parameter.
10000         (~ada_catchpoint): Remove.
10001
10002 2018-05-21  Tom Tromey  <tom@tromey.com>
10003
10004         * ada-lang.c (ada_collect_symbol_completion_matches): Remove
10005         cleanup.
10006
10007 2018-05-21  Tom Tromey  <tom@tromey.com>
10008
10009         * ada-lang.c (ada_exception_message_1, ada_exception_message):
10010         Return unique_xmalloc_ptr.
10011         (print_it_exception): Update.
10012
10013 2018-05-21  Tom Tromey  <tom@tromey.com>
10014
10015         * tracepoint.c (trace_dump_actions): Use std::string.
10016
10017 2018-05-21  Tom Tromey  <tom@tromey.com>
10018
10019         * symfile.c (reread_symbols): Use std::string for original_name.
10020
10021 2018-05-21  Tom Tromey  <tom@tromey.com>
10022
10023         * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
10024         (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN.  Default
10025         constructor.
10026
10027 2018-05-20  Simon Marchi  <simon.marchi@polymtl.ca>
10028
10029         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
10030         instance to...
10031         (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
10032         * objfiles.c (get_objfile_bfd_data): Allocate
10033         objfile_per_bfd_storage with obstack_new when allocating on
10034         obstack.
10035
10036 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
10037
10038         * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
10039         OBSTACK_ZALLOC.
10040         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
10041         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
10042         * mdebugread.c (mdebug_build_psymtabs): Likewise.
10043         (add_pending): Likewise.
10044         (parse_symbol): Likewise.
10045         (parse_partial_symbols): Likewise.
10046         (psymtab_to_symtab_1): Likewise.
10047         (new_psymtab): Likewise.
10048         (elfmdebug_build_psymtabs): Likewise.
10049         * minsyms.c (terminate_minimal_symbol_table): Likewise.
10050         * objfiles.c (get_objfile_bfd_data): Likewise.
10051         (objfile_register_static_link): Likewise.
10052         * psymtab.c (allocate_psymtab): Likewise.
10053         * stabsread.c (read_member_functions): Likewise.
10054         * xcoffread.c (xcoff_end_psymtab): Likewise.
10055
10056 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
10057
10058         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
10059         compiler supports std::is_trivially_constructible.
10060         * common/poison.h: Include obstack.h.
10061         (IsMallocable): Define to is_trivially_constructible if the
10062         compiler supports it, define to true_type otherwise.
10063         (xobnew): New.
10064         (XOBNEW): Redefine.
10065         (xobnewvec): New.
10066         (XOBNEWVEC): Redefine.
10067         * gdb_obstack.h (obstack_zalloc): New.
10068         (OBSTACK_ZALLOC): Redefine.
10069         (obstack_calloc): New.
10070         (OBSTACK_CALLOC): Redefine.
10071         (obstack_new): New.
10072         * gdbarch.sh: Include gdb_obstack in gdbarch.h.
10073         (gdbarch_obstack): New declaration in gdbarch.h, definition in
10074         gdbarch.c.
10075         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
10076         obstack_calloc/obstack_zalloc.
10077         (gdbarch_obstack_zalloc): Remove.
10078         * target-descriptions.c (tdesc_data_init): Use obstack_new.
10079
10080 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10081
10082         * stack.c (backtrace_command_1): Remove useless variable int i.
10083
10084 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10085
10086         * stack.c (print_frame_info): Fix comment.
10087
10088 2018-05-18  Tom Tromey  <tom@tromey.com>
10089
10090         * dwarf2read.c (struct dwz_file): Add constructor, initializers.
10091         <dwz_bfd>: Now a gdb_bfd_ref_ptr.
10092         (~dwarf2_per_objfile): Update
10093         (dwarf2_get_dwz_file): Use new.
10094         * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
10095         unique_ptr.
10096
10097 2018-05-18  Tom Tromey  <tom@tromey.com>
10098
10099         * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
10100         unique_ptr.
10101         * dwarf2read.c (struct dwp_file): Add constructor and
10102         initializers.
10103         (open_and_init_dwp_file): Return a unique_ptr.
10104         (dwarf2_per_objfile, create_dwp_hash_table)
10105         (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
10106         (lookup_dwo_unit_in_dwp): Update.
10107         (open_and_init_dwp_file, get_dwp_file): Update.
10108
10109 2018-05-18  Tom Tromey  <tom@tromey.com>
10110
10111         * dwarf2read.c (dwarf2_per_objfile): Update.
10112         (struct mapped_index): Add initializers.
10113         (dwarf2_read_index): Use new.
10114         (dw2_symtab_iter_init): Update.
10115         * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
10116         unique_ptr.
10117
10118 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
10119
10120         * dwarf2read.c (mapped_index) <total_size>: Remove.
10121
10122 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
10123
10124         * unittests/format_pieces-selftests.c (test_format_specifier):
10125         Add ARI comments.
10126
10127 2018-05-18  Tom Tromey  <tom@tromey.com>
10128
10129         * c-typeprint.c (maybe_print_hole): New function.
10130         (c_print_type_struct_field_offset): Update.
10131         (c_type_print_base_struct_union): Call maybe_print_hole.
10132
10133 2018-05-17  Keith Seitz  <keiths@redhat.com>
10134
10135         * breakpoint.c (build_bpstat_chain): New function, moved from
10136         bpstat_stop_status.
10137         (bpstat_stop_status): Add optional parameter, `stop_chain'.
10138         If no stop chain is passed, call build_bpstat_chain to build it.
10139         * breakpoint.h (build_bpstat_chain): Declare.
10140         (bpstat_stop_status): Move documentation here from breakpoint.c.
10141         * infrun.c (handle_signal_stop): Before eliding inlined frames,
10142         build the stop chain and pass it to skip_inline_frames.
10143         Pass this stop chain to bpstat_stop_status.
10144         * inline-frame.c: Include breakpoint.h.
10145         (stopped_by_user_bp_inline_frame): New function.
10146         (skip_inline_frames): Add parameter `stop_chain'.
10147         Move documention to inline-frame.h.
10148         If non-NULL, use stopped_by_user_bp_inline_frame to determine
10149         whether the frame should be elided.
10150         * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
10151         Add moved documentation and update for new parameter.
10152
10153 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
10154
10155         PR cli/14975
10156         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10157         unittests/format_pieces-selftests.c.
10158         * common/format.h (format_piece) <operator==>: New.
10159         (format_pieces) <operator[]>: Remove.
10160         * common/format.c (format_pieces::format_pieces): Handle \e.
10161         * unittests/format_pieces-selftests.c: New.
10162
10163 2018-05-17  Tom Tromey  <tom@tromey.com>
10164
10165         PR symtab/23010:
10166         * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
10167         (dw2_instantiate_symtab): Add skip_partial parameter.
10168         (dw2_find_last_source_symtab, dw2_map_expand_apply)
10169         (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
10170         (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
10171         (dw2_expand_symtabs_matching_one)
10172         (dw2_find_pc_sect_compunit_symtab)
10173         (dw2_debug_names_lookup_symbol)
10174         (dw2_debug_names_expand_symtabs_for_function): Update.
10175         (init_cutu_and_read_dies): Add skip_partial parameter.
10176         (process_psymtab_comp_unit, build_type_psymtabs_1)
10177         (process_skeletonless_type_unit, load_partial_comp_unit)
10178         (psymtab_to_symtab_1): Update.
10179         (load_full_comp_unit): Add skip_partial parameter.
10180         (process_imported_unit_die, dwarf2_read_addr_index)
10181         (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
10182         (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
10183         (read_signatured_type): Update.
10184
10185 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
10186
10187         * value.c (release_value): Remove unused variable.
10188         (record_latest_value): Likewise.
10189         (access_value_history): Likewise.
10190         (preserve_values): Likewise.
10191
10192 2018-05-17  Tom Tromey  <tom@tromey.com>
10193
10194         * extension.h (struct ext_lang_type_printers) <py_type_printers>:
10195         Initialize.
10196
10197 2018-05-16  Maciej W. Rozycki  <macro@mips.com>
10198
10199         PR gdb/22286
10200         * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
10201         Also handle registers whose width is not a multiple of
10202         PTRACE_TYPE_RET.
10203         (linux_nat_trad_target::store_register): Likewise.
10204
10205 2018-05-16  Tom Tromey  <tom@tromey.com>
10206
10207         * gdbcore.h (core_bfd): Redefine.
10208         * corelow.c (core_target::close): Update.
10209         (core_target_open): Update.
10210         * progspace.h (struct program_space) <cbfd>: Now a
10211         gdb_bfd_ref_ptr.
10212
10213 2018-05-16  Tom Tromey  <tom@tromey.com>
10214
10215         PR cli/19551:
10216         * symfile-add-flags.h (enum symfile_add_flags)
10217         <SYMFILE_NOT_FILENAME>: New constant.
10218         * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME.  Get
10219         objfile name from BFD.
10220         (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
10221         * minidebug.c (find_separate_debug_file_in_section): Put
10222         ".gnu_debugdata" into BFD's file name.
10223
10224 2018-05-16  Simon Marchi  <simon.marchi@ericsson.com>
10225
10226         * regcache.c (regcache_read_ftype, regcache_write_ftype):
10227         Remove.
10228
10229 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
10230
10231         PR binutils/21446
10232         * aarch64-tdep.c (aarch64_analyze_prologue,
10233         aarch64_software_single_step, aarch64_displaced_step_copy_insn):
10234         Indicate not interested in errors.
10235
10236 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
10237
10238         * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
10239         Supply the MIPS_ZERO_REGNUM register.
10240
10241 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
10242
10243         * mips-tdep.c (mask_address_var): Make variable static.
10244
10245 2018-05-14  Tom Tromey  <tom@tromey.com>
10246
10247         * dwarf2read.c (rust_union_quirks): Clear rust_unions.
10248
10249 2018-05-11  Andrew Burgess  <andrew.burgess@embecosm.com>
10250
10251         * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
10252         FXSAVE_ADDR for the mxcsr register.
10253
10254 2018-05-11  Max Filippov  <jcmvbkbc@gmail.com>
10255
10256         * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
10257
10258 2018-05-11  Pedro Alves  <palves@redhat.com>
10259
10260         * corelow.c (core_target) <core_target>: No longer inline.
10261         Initialize m_core_gdbarch, m_core_vec and build the section table
10262         here.
10263         <~core_target>: New.
10264         <core_gdbarch, get_core_register_section>: New methods.
10265         <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
10266         factored out from ...
10267         <core_data, core_vec, core_gdbarch>: ... these deleted globals.
10268         (core_ops): Delete.
10269         (sniff_core_bfd): Add gdbarch parameter.
10270         (core_close): Delete, merged into ...
10271         (core_target::close): ... here.  Delete self.
10272         (core_close_cleanup): Delete.
10273         (core_target_open): Allocate a core_target on the heap.  Use a
10274         unique_ptr instead of a cleanup.  Bits moved into the core_target
10275         ctor.  Adjust to use core_target methods instead of globals.
10276         (get_core_register_section): Rename to ...
10277         (core_target::get_core_register_section): ... this and adjust.
10278         (struct get_core_registers_cb_data): New.
10279         (get_core_registers_cb): Use it.  Use bool.
10280         (core_target::fetch_registers, core_target::files_info)
10281         (core_target::xfer_partial, core_target::read_description)
10282         (core_target::pid_to, core_target::thread_name): Adjust to
10283         reference class fields instead of globals.
10284         * target.h (struct target_ops_deleter, target_ops_up): New.
10285
10286 2018-05-11  Pedro Alves  <palves@redhat.com>
10287
10288         * corefile.c (core_file_command): Move to corelow.c.
10289         * corelow.c (the_core_target): Delete.
10290         (core_file_command): Moved from corefile.c.  Check exec_bfd
10291         instead of the_core_target.  Use target_detach instead of calling
10292         into the_core_target directly.
10293         (maybe_say_no_core_file_now): New.
10294         (core_target::detach): Use it.
10295         (_initialize_corelow): Remove references to the_core_target.
10296         * gdbcore.h (the_core_target): Delete.
10297
10298 2018-05-11  Tom Tromey  <tromey@redhat.com>
10299             Pedro Alves  <palves@redhat.com>
10300
10301         * corefile.c (core_bfd): Remove.
10302         * gdbcore.h (core_bfd): Now a macro.
10303         * progspace.h (struct program_space) <cbfd>: New field.
10304
10305 2018-05-11  Tom Tromey  <tom@tromey.com>
10306
10307         * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
10308         gdb::def_vector.
10309
10310 2018-05-10  Tom Tromey  <tom@tromey.com>
10311
10312         * configure: Rebuild.
10313         * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
10314
10315 2018-05-10  Joel Brobecker  <brobecker@adacore.com>
10316
10317         PR server/23158:
10318         * regformats/regdat.sh: Adjust script, following the addition
10319         of the new expedite_regs parameter to init_target_desc.
10320
10321 2018-05-10  Omair Javaid  <omair.javaid@linaro.org>
10322     
10323         PR gdb/23127
10324         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
10325         set_gdbarch_significant_addr_bit.
10326         * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
10327         set_gdbarch_significant_addr_bit.
10328         * utils.c (address_significant): Update to sign extend addr.
10329
10330 2018-05-09  Max Filippov  <jcmvbkbc@gmail.com>
10331
10332         * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
10333         (xtensa_linux_init_abi): Limit tdep->num_regs by
10334         tdep->num_nopriv_regs.
10335         * xtensa-tdep.c (xtensa_derive_tdep): Calculate
10336         tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
10337         not initialized.
10338
10339 2018-05-08  Simon Marchi  <simon.marchi@ericsson.com>
10340
10341         * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
10342
10343 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
10344
10345         * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
10346         (I387_MXCSR_INIT_VAL): New constant.
10347         * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
10348         buffer if it was supplied by the inferior.
10349         * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
10350         (i387_xsave_get_clear_bv): New function.
10351         (i387_supply_xsave): Only read x87 control registers from the
10352         xsave buffer if the feature is enabled, and the state will have
10353         been written, otherwise, provide a suitable default.
10354         (i387_collect_xsave): Pre-clear all registers in xsave buffer,
10355         including x87 control registers.  Update control registers if they
10356         have changed from the default value, and mark features as enabled
10357         as required.
10358         * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
10359
10360 2018-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
10361
10362         * spu-tdep.c (info_spu_event_command): Fix output formatting.
10363
10364 2018-05-07  Tom Tromey  <tom@tromey.com>
10365
10366         * configure: Rebuild.
10367         * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
10368
10369 2018-05-07  Tom Tromey  <tom@tromey.com>
10370
10371         PR tdep/20362:
10372         * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
10373         bit.  Use correct value for VDIV.
10374
10375 2018-05-04  Tom Tromey  <tom@tromey.com>
10376
10377         * configure: Rebuild.
10378         * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
10379
10380 2018-05-04  Tom Tromey  <tom@tromey.com>
10381
10382         * linux-record.c (record_linux_system_call) <case
10383         RECORD_SYS_RECVFROM>: Add "break".
10384
10385 2018-05-04  Tom Tromey  <tom@tromey.com>
10386
10387         * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
10388         Add missing "break".
10389         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
10390         Add missing "break".
10391
10392 2018-05-04  Tom Tromey  <tom@tromey.com>
10393
10394         * rs6000-tdep.c (ppc_process_record_op4)
10395         (ppc_process_record_op63): Add fall-through comment.
10396
10397 2018-05-04  Tom Tromey  <tom@tromey.com>
10398
10399         * i386-tdep.c (i386_process_record): Add fall-through comment.
10400
10401 2018-05-04  Tom Tromey  <tom@tromey.com>
10402
10403         * stabsread.c (define_symbol) <case 'p'>: Add fall-through
10404         comment.
10405
10406 2018-05-04  Tom Tromey  <tom@tromey.com>
10407
10408         * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
10409         * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
10410         * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
10411         comment.
10412         * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
10413         comment.
10414         * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
10415         comment.
10416
10417 2018-05-04  Tom Tromey  <tom@tromey.com>
10418
10419         * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
10420
10421 2018-05-04  Tom Tromey  <tom@tromey.com>
10422
10423         * s390-tdep.c (s390_process_record): Fix fall-through comments.
10424         * xcoffread.c (scan_xcoff_symtab): Move comment later.
10425         * symfile.c (section_is_mapped): Fix fall-through comment.
10426         * stabsread.c (define_symbol, read_member_functions): Fix
10427         fall-through comment.
10428         * s390-linux-tdep.c (s390_process_record): Fix fall-through
10429         comment.
10430         * remote.c (remote_wait_as): Fix fall-through comment.
10431         * p-exp.y (yylex): Fix fall-through comment.
10432         * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
10433         comment.
10434         * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
10435         * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
10436         * jv-exp.y (yylex): Fix fall-through comment.
10437         * go-exp.y (lex_one_token): Fix fall-through comment.
10438         * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
10439         fall-through comment.
10440         * f-exp.y (yylex): Fix fall-through comment.
10441         * dwarf2read.c (process_die): Fix fall-through comments.
10442         * dbxread.c (process_one_symbol): Fix fall-through comment.
10443         * d-exp.y (lex_one_token): Fix fall-through comment.
10444         * cp-name-parser.y (yylex): Fix fall-through comment.
10445         * coffread.c (coff_symtab_read): Fix fall-through comment.
10446         * c-exp.y (lex_one_token): Fix fall-through comment.
10447         * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
10448         comment.
10449         * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
10450         comment.
10451
10452 2018-05-04  Tom Tromey  <tom@tromey.com>
10453
10454         PR python/22730:
10455         * NEWS: Mention gdb.execute change.
10456         * gdbcmd.h (execute_control_command): Don't declare.
10457         * python/python.c (execute_gdb_command): Use read_command_lines_1,
10458         execute_control_commands, execute_control_commands_to_string.
10459         * cli/cli-script.h (execute_control_commands)
10460         (execute_control_commands_to_string): Declare.
10461         (execute_control_command): Add from_tty parameter.
10462         * cli/cli-script.c (execute_control_commands)
10463         (execute_control_commands_to_string): New functions.
10464         (execute_user_command): Use execute_control_commands.
10465         (execute_control_command_1): Add "from_tty" parameter.  Update.
10466         (execute_control_command): Likewise.
10467
10468 2018-05-04  Tom Tromey  <tom@tromey.com>
10469
10470         PR python/22731:
10471         * NEWS: Mention that breakpoint commands are writable.
10472         * python/py-breakpoint.c (bppy_set_commands): New function.
10473         (breakpoint_object_getset) <"commands">: Use it.
10474
10475 2018-05-04  Tom Tromey  <tom@tromey.com>
10476
10477         * tracepoint.c (actions_command): Update.
10478         * mi/mi-cmd-break.c (mi_command_line_array)
10479         (mi_command_line_array_cnt, mi_command_line_array_ptr)
10480         (mi_read_next_line): Remove.
10481         (mi_cmd_break_commands): Update.
10482         * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
10483         function_view.
10484         * cli/cli-script.c (get_command_line): Update.
10485         (process_next_line): Use function_view.  Constify.
10486         (recurse_read_control_structure, read_command_lines)
10487         (read_command_lines_1): Change argument types to function_view.
10488         (do_define_command, document_command): Update.
10489         * breakpoint.h (check_tracepoint_command): Don't declare.
10490         * breakpoint.c (check_tracepoint_command): Remove.
10491         (commands_command_1, create_tracepoint_from_upload): Update.
10492
10493 2018-05-04  Tom Tromey  <tom@tromey.com>
10494
10495         PR gdb/11750:
10496         * cli/cli-script.h (enum command_control_type) <define_control>:
10497         New constant.
10498         * cli/cli-script.c (multi_line_command_p): Handle define_control.
10499         (build_command_line, execute_control_command_1)
10500         (process_next_line): Likewise.
10501         (do_define_command): New function, extracted from define_command.
10502         (define_command): Use it.
10503
10504 2018-05-04  Tom Tromey  <tom@tromey.com>
10505
10506         * tracepoint.c (actions_command): Update.
10507         * cli/cli-script.h (read_command_lines): Update.
10508         * cli/cli-script.c (read_command_lines): Constify prompt_arg.
10509         (MAX_TMPBUF): Remove define.
10510         (define_command): Use string_printf.
10511         (document_command): Likewise.
10512         * breakpoint.c (commands_command_1): Update.
10513
10514 2018-05-04  Tom Tromey  <tom@tromey.com>
10515
10516         * top.c (execute_command): Update.
10517         * cli/cli-script.h (print_command_lines): Now varargs.
10518         * cli/cli-script.c (print_command_lines): Now varargs.
10519         (execute_control_command_1) <case while_control, case if_control>:
10520         Update.
10521
10522 2018-05-04  Tom Tromey  <tom@tromey.com>
10523
10524         * tracepoint.c (all_tracepoint_actions): Rename from
10525         all_tracepoint_actions_and_cleanup.  Change return type.
10526         (actions_command, encode_actions_1, encode_actions)
10527         (trace_dump_actions, tdump_command): Update.
10528         * remote.c (remote_download_command_source): Update.
10529         * python/python.c (gdbpy_eval_from_control_command)
10530         (python_command, python_interactive_command): Update.
10531         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
10532         * guile/guile.c (guile_command)
10533         (gdbscm_eval_from_control_command, guile_command): Update.
10534         * compile/compile.c (compile_code_command)
10535         (compile_print_command, compile_to_object): Update.
10536         * cli/cli-script.h (struct command_lines_deleter): New.
10537         (counted_command_line): New typedef.
10538         (struct command_line): Add constructor, destructor.
10539         <body_list>: Remove.
10540         <body_list_0, body_list_1>: New members.
10541         (command_line_up): Remove typedef.
10542         (read_command_lines, read_command_lines_1, get_command_line):
10543         Update.
10544         (copy_command_lines): Don't declare.
10545         * cli/cli-script.c (build_command_line): Use "new".
10546         (get_command_line): Return counted_command_line.
10547         (print_command_lines, execute_user_command)
10548         (execute_control_command_1, while_command, if_command): Update.
10549         (realloc_body_list): Remove.
10550         (process_next_line, recurse_read_control_structure): Update.
10551         (read_command_lines, read_command_lines_1): Return counted_command_line.
10552         (free_command_lines): Use "delete".
10553         (copy_command_lines): Remove.
10554         (define_command, document_command, show_user_1): Update.
10555         * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
10556         a counted_command_line.
10557         * breakpoint.h (counted_command_line): Remove typedef.
10558         (breakpoint_set_commands): Update.
10559         * breakpoint.c (check_no_tracepoint_commands)
10560         (validate_commands_for_breakpoint): Update.
10561         (breakpoint_set_commands): Change commands to be a
10562         counted_command_line.
10563         (commands_command_1, update_dprintf_command_list)
10564         (create_tracepoint_from_upload): Update.
10565
10566 2018-05-04  Tom Tromey  <tom@tromey.com>
10567
10568         * cli/cli-decode.h (cmd_list_element): New constructor.
10569         (~cmd_list_element): New destructor.
10570         (struct cmd_list_element): Add initializers.
10571         * cli/cli-decode.c (do_add_cmd): Use "new".
10572         (delete_cmd): Use "delete".
10573
10574 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10575             Pedro Alves <palves@redhat.com>
10576
10577         PR breakpoints/19806 and support for PR external/20207.
10578         * NEWS: Mention Aarch64 watchpoint improvements.
10579         * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
10580         watchpoints and PR external/20207 watchpoints.
10581         * nat/aarch64-linux-hw-point.c
10582         (kernel_supports_any_contiguous_range): New.
10583         (aarch64_watchpoint_offset): New.
10584         (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
10585         (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
10586         (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
10587         (aarch64_align_watchpoint): New parameters aligned_offset_p and
10588         next_addr_orig_p.  Support PR external/20207 watchpoints.
10589         (aarch64_downgrade_regs): New.
10590         (aarch64_dr_state_insert_one_point): New parameters offset and
10591         addr_orig.
10592         (aarch64_dr_state_remove_one_point): Likewise.
10593         (aarch64_handle_breakpoint): Update caller.
10594         (aarch64_handle_aligned_watchpoint): Likewise.
10595         (aarch64_handle_unaligned_watchpoint): Support addr_orig and
10596         aligned_offset.
10597         (aarch64_linux_set_debug_regs): Remove const from state.  Call
10598         aarch64_downgrade_regs.
10599         (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
10600         * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
10601         (DR_CONTROL_MASK): ... this.
10602         (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
10603         (unsigned int aarch64_watchpoint_offset): New prototype.
10604         (aarch64_linux_set_debug_regs): Remove const from state.
10605         * utils.c (align_up, align_down): Move to ...
10606         * common/common-utils.c (align_up, align_down): ... here.
10607         * utils.h (align_up, align_down): Move to ...
10608         * common/common-utils.h (align_up, align_down): ... here.
10609
10610 2018-05-04  Joel Brobecker  <brobecker@adacore.com>
10611
10612         * sparc-tdep.c (sparc_structure_return_p): Re-implement to
10613         match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
10614         (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
10615         Re-implement to match the ABI as summarized in GCC's
10616         gcc/config/sparc/sparc.c.  All callers updated.
10617         (sparc32_store_arguments): Remove assertion.
10618
10619 2018-05-04  Tom Tromey  <tom@tromey.com>
10620
10621         * printcmd.c: Don't include tui.h.
10622         (decode_format): Use skip_spaces.
10623
10624 2018-05-04  Tom Tromey  <tom@tromey.com>
10625
10626         PR gdb/22619:
10627         * printcmd.c (last_count): New global.
10628         (x_command): Use saved count when repeating.
10629
10630 2018-05-04  Tom Tromey  <tom@tromey.com>
10631
10632         * nto-procfs.c (do_closedir_cleanup): Remove.
10633         (procfs_pidlist): Use gdb_dir_up.
10634         * procfs.c (do_closedir_cleanup): Remove.
10635         (proc_update_threads): Use gdb_dir_up.
10636         * common/filestuff.h (struct gdb_dir_deleter): New.
10637         (gdb_dir_up): New typedef.
10638
10639 2018-05-04  Tom Tromey  <tom@tromey.com>
10640
10641         * ada-lang.c (print_mention_exception): Use std::string.
10642
10643 2018-05-04  Tom Tromey  <tom@tromey.com>
10644
10645         * ada-lang.c (create_excep_cond_exprs): Update.
10646         (ada_exception_catchpoint_cond_string): Use std::string.
10647
10648 2018-05-04  Tom Tromey  <tom@tromey.com>
10649
10650         * ada-lang.c (xget_renaming_scope): Return std::string.
10651         (old_renaming_is_invisible): Update.
10652
10653 2018-05-04  Tom Tromey  <tom@tromey.com>
10654
10655         * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
10656         (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
10657
10658 2018-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
10659
10660         * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
10661
10662 2018-05-04  Tom Tromey  <tom@tromey.com>
10663
10664         * remote.c (remote_query_supported_append): Change type.
10665         (remote_check_symbols): Update.
10666
10667 2018-05-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
10668
10669         PR gdb/11420
10670         * configure.ac: Prepend libpython.
10671         * python/python-config.py: Likewise.
10672         * configure: Regenerate.
10673
10674 2018-05-03  Simon Marchi  <simon.marchi@ericsson.com>
10675
10676         * Makefile.in (%.c: %.l): Use -t instead of --stdout.
10677
10678 2018-05-03  Pedro Alves  <palves@redhat.com>
10679
10680         * s390-linux-nat.c
10681         (s390_linux_nat_target::have_continuable_watchpoint): Mark with
10682         override.  Write 'true' instead of '1'.
10683         (s390_linux_nat_target::watchpoint_addr_within_range): Remove
10684         declaration.
10685
10686 2018-05-02  Pedro Alves  <palves@redhat.com>
10687
10688         * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
10689         add_inf_child_target.
10690         * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
10691         add_inf_child_target.
10692         * aix-thread.c (aix_thread_target_info): New.
10693         (aix_thread_target) <shortname, longname, doc>: Delete.
10694         <info>: New.
10695         * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
10696         add_inf_child_target.
10697         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
10698         add_inf_child_target.
10699         * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
10700         add_inf_child_target.
10701         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
10702         add_inf_child_target.
10703         * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
10704         add_inf_child_target.
10705         * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
10706         add_inf_child_target.
10707         * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
10708         add_inf_child_target.
10709         * arm-linux-nat.c (_initialize_arm_linux_nat): Use
10710         add_inf_child_target.
10711         * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
10712         add_inf_child_target.
10713         * bfd-target.c (target_bfd_target_info): New.
10714         (target_bfd) <shortname, longname, doc>: Delete.
10715         <info>: New.
10716         * bsd-kvm.c (bsd_kvm_target_info): New.
10717         (bsd_kvm_target) <shortname, longname, doc>: Delete.
10718         <info>: New.
10719         (bsd_kvm_target::open): Rename to ...
10720         (bsd_kvm_target_open): ... this.  Adjust.
10721         * bsd-uthread.c (bsd_uthread_target_info): New.
10722         (bsd_uthread_target) <shortname, longname, doc>: Delete.
10723         <info>: New.
10724         * corefile.c (core_file_command): Adjust.
10725         * corelow.c (core_target_info): New.
10726         (core_target) <shortname, longname, doc>: Delete.
10727         <info>: New.
10728         (core_target::open): Rename to ...
10729         (core_target_open): ... this.  Adjust.
10730         * ctf.c (ctf_target_info): New.
10731         (ctf_target) <shortname, longname, doc>: Delete.
10732         <info>: New.
10733         (ctf_target::open): Rename to ...
10734         (ctf_target_open): ... this.
10735         (_initialize_ctf): Adjust.
10736         * exec.c (exec_target_info): New.
10737         (exec_target) <shortname, longname, doc>: Delete.
10738         <info>: New.
10739         (exec_target::open): Rename to ...
10740         (exec_target_open): ... this.
10741         * gdbcore.h (core_target_open): Declare.
10742         * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
10743         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
10744         add_inf_child_target.
10745         * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
10746         add_inf_child_target.
10747         * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
10748         add_inf_child_target.
10749         * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
10750         add_inf_child_target.
10751         * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
10752         add_inf_child_target.
10753         * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
10754         add_inf_child_target.
10755         * i386-linux-nat.c (_initialize_i386_linux_nat): Use
10756         add_inf_child_target.
10757         * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
10758         add_inf_child_target.
10759         * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
10760         add_inf_child_target.
10761         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
10762         add_inf_child_target.
10763         * inf-child.c (inf_child_target_info): New.
10764         (inf_child_target::info): New.
10765         (inf_child_open_target): Remove 'target' parameter.  Use
10766         get_native_target instead.
10767         (inf_child_target::open): Delete.
10768         (add_inf_child_target): New.
10769         * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
10770         Delete.
10771         <info>: New.
10772         (add_inf_child_target): Declare.
10773         (inf_child_open_target): Declare.
10774         * linux-thread-db.c (thread_db_target_info): New.
10775         (thread_db_target) <shortname, longname, doc>: Delete.
10776         <info>: New.
10777         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
10778         add_inf_child_target.
10779         * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
10780         add_inf_child_target.
10781         * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
10782         add_inf_child_target.
10783         * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
10784         add_inf_child_target.
10785         * make-target-delegates (print_class): Adjust.
10786         * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
10787         add_inf_child_target.
10788         * mips-linux-nat.c (_initialize_mips_linux_nat): Use
10789         add_inf_child_target.
10790         * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
10791         add_inf_child_target.
10792         * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
10793         add_inf_child_target.
10794         * nto-procfs.c (nto_native_target_info): New.
10795         (nto_procfs_target_native) <shortname, longname, doc>:
10796         Delete.
10797         <info>: New.
10798         (nto_procfs_target_info): New.
10799         (nto_procfs_target_procfs) <shortname, longname, doc>:
10800         Delete.
10801         <info>: New.
10802         (init_procfs_targets): Adjust.
10803         * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
10804         add_inf_child_target.
10805         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
10806         add_inf_child_target.
10807         * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
10808         add_inf_child_target.
10809         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
10810         add_inf_child_target.
10811         * ravenscar-thread.c (ravenscar_target_info): New.
10812         (ravenscar_thread_target) <shortname, longname, doc>:
10813         Delete.
10814         <info>: New.
10815         * record-btrace.c (record_btrace_target_info):
10816         (record_btrace_target) <shortname, longname, doc>: Delete.
10817         <info>: New.
10818         (record_btrace_target::open): Rename to ...
10819         (record_btrace_target_open): ... this.  Adjust.
10820         * record-full.c (record_longname, record_doc): New.
10821         (record_full_base_target) <shortname, longname, doc>: Delete.
10822         <info>: New.
10823         (record_full_target_info): New.
10824         (record_full_target): <shortname>: Delete.
10825         <info>: New.
10826         (record_full_core_open_1, record_full_open_1): Update comments.
10827         (record_full_base_target::open): Rename to ...
10828         (record_full_open): ... this.
10829         (cmd_record_full_restore): Update.
10830         (_initialize_record_full): Update.
10831         * remote-sim.c (remote_sim_target_info): New.
10832         (gdbsim_target) <shortname, longname, doc>: Delete.
10833         <info>: New.
10834         (gdbsim_target::open): Rename to ...
10835         (gdbsim_target_open): ... this.
10836         (_initialize_remote_sim): Adjust.
10837         * remote.c (remote_doc): New.
10838         (remote_target_info): New.
10839         (remote_target) <shortname, longname, doc>: Delete.
10840         <info>: New.
10841         (extended_remote_target_info): New.
10842         (extended_remote_target) <shortname, longname, doc>: Delete.
10843         <info>: New.
10844         (remote_target::open_1): Make static.  Adjust.
10845         * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
10846         * s390-linux-nat.c (_initialize_s390_nat): Use
10847         add_inf_child_target.
10848         * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
10849         add_inf_child_target.
10850         * sol-thread.c (thread_db_target_info): New.
10851         (sol_thread_target) <shortname, longname, doc>: Delete.
10852         <info>: New.
10853         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
10854         add_inf_child_target.
10855         * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
10856         add_inf_child_target.
10857         * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
10858         add_inf_child_target.
10859         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
10860         add_inf_child_target.
10861         * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
10862         add_inf_child_target.
10863         * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
10864         add_inf_child_target.
10865         * spu-linux-nat.c (_initialize_spu_nat): Use
10866         add_inf_child_target.
10867         * spu-multiarch.c (spu_multiarch_target_info): New.
10868         (spu_multiarch_target) <shortname, longname, doc>: Delete.
10869         <info>: New.
10870         * target-delegates.c: Regenerate.
10871         * target.c: Include <unordered_map>.
10872         (target_ops_p): Delete.
10873         (DEF_VEC_P(target_ops_p)): Delete.
10874         (target_factories): New.
10875         (test_target_info): New.
10876         (test_target_ops::info): New.
10877         (open_target): Adjust to use target_factories.
10878         (add_target_with_completer): Rename to ...
10879         (add_target): ... this.  Change prototype.  Register target_info
10880         and open callback in target_factories.  Register target_info in
10881         command context instead of target_ops.
10882         (add_target): Delete old implementation.
10883         (add_deprecated_target_alias): Change prototype.  Adjust.
10884         (the_native_target): New.
10885         (set_native_target, get_native_target): New.
10886         (find_default_run_target): Use the_native_target.
10887         (find_attach_target, find_run_target): Simplify.
10888         (target_ops::open): Delete.
10889         (dummy_target_info): New.
10890         (dummy_target::shortname, dummy_target::longname)
10891         (dummy_target::doc): Delete.
10892         (dummy_target::info): New.
10893         (debug_target::shortname, debug_target::longname)
10894         (debug_target::doc): Delete.
10895         (debug_target::info): New.
10896         * target.h (struct target_info): New.
10897         (target_ops::~target_ops): Add comment.
10898         (target_ops::info): New.
10899         (target_ops::shortname, target_ops::longname, target_ops::doc): No
10900         longer virtual.  Implement in terms of target_info.
10901         (set_native_target, get_native_target): Declare.
10902         (target_open_ftype): New.
10903         (add_target, add_target_with_completer)
10904         (add_deprecated_target_alias): Change prototype.
10905         (test_target) <shortname, longname, doc>: Delete.
10906         <info>: New.
10907         * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
10908         add_inf_child_target.
10909         * tracefile-tfile.c (tfile_target_info): New.
10910         (tfile_target) <shortname, longname, doc>: Delete.
10911         <info>: New.
10912         (tfile_target::open): Rename to ...
10913         (tfile_target_open): ... this.
10914         (_initialize_tracefile_tfile): Adjust.
10915         * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
10916         add_inf_child_target.
10917         * windows-nat.c (_initialize_windows_nat): Use
10918         add_inf_child_target.
10919         * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
10920         add_inf_child_target.
10921
10922 2018-05-02  Pedro Alves  <palves@redhat.com>
10923
10924         * linux-nat.h (linux_nat_target) <low_new_thread,
10925         low_delete_thread, low_new_fork, low_forget_process,
10926         low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
10927         New virtual methods.
10928         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10929         (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
10930         (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
10931         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10932         (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
10933         Delete.
10934         * linux-fork.c (delete_fork): Adjust to call low method.
10935         * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
10936         (linux_nat_new_fork, linux_nat_forget_process_hook)
10937         (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
10938         (linux_nat_status_is_event):
10939         (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
10940         (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
10941         to call low method.
10942         (sigtrap_is_event): Rename to ...
10943         (linux_nat_target::low_status_is_event): ... this.
10944         (linux_nat_set_status_is_event): Delete.
10945         (save_stop_reason, linux_nat_wait_1)
10946         (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
10947         low methods.
10948         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10949         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10950         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10951         (linux_nat_set_prepare_to_resume): Delete.
10952         * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
10953         low virtual methods.
10954         * amd64-linux-nat.c: Likewise.
10955         * arm-linux-nat.c: Likewise.
10956         * i386-linux-nat.c: Likewise.
10957         * ia64-linux-nat.c: Likewise.
10958         * mips-linux-nat.c: Likewise.
10959         * ppc-linux-nat.c: Likewise.
10960         * s390-linux-nat.c: Likewise.
10961         * sparc64-linux-nat.c: Likewise.
10962         * x86-linux-nat.c: Likewise.
10963         * x86-linux-nat.h: Include "nat/x86-linux.h".
10964         (x86_linux_nat_target) <low_new_fork, low_forget_process,
10965         low_prepare_to_resume, low_new_thread, low_delete_thread>:
10966         Override methods.
10967
10968 2018-05-02  Pedro Alves  <palves@redhat.com>
10969
10970         * target.h (target_ops)
10971         <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
10972         stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
10973         stopped_by_watchpoint, have_continuable_watchpoint,
10974         stopped_data_address, watchpoint_addr_within_range,
10975         can_accel_watchpoint_condition, can_run, thread_alive,
10976         has_all_memory, has_memory, has_stack, has_registers,
10977         has_execution, can_async_p, is_async_p, supports_non_stop,
10978         always_non_stop_p, can_execute_reverse, supports_multi_process,
10979         supports_enable_disable_tracepoint,
10980         supports_disable_randomization, supports_string_tracing,
10981         supports_evaluation_of_breakpoint_conditions,
10982         can_run_breakpoint_commands, filesystem_is_local,
10983         can_download_tracepoint, get_trace_state_variable_value,
10984         set_trace_notes, get_tib_address, use_agent, can_use_agent,
10985         record_is_replaying, record_will_replay,
10986         augmented_libraries_svr4_read>: Adjust to return bool.
10987         * aarch64-linux-nat.c: All implementations adjusted.
10988         * aix-thread.c: All implementations adjusted.
10989         * arm-linux-nat.c: All implementations adjusted.
10990         * breakpoint.c: All implementations adjusted.
10991         * bsd-kvm.c: All implementations adjusted.
10992         * bsd-uthread.c: All implementations adjusted.
10993         * corelow.c: All implementations adjusted.
10994         * ctf.c: All implementations adjusted.
10995         * darwin-nat.c: All implementations adjusted.
10996         * darwin-nat.h: All implementations adjusted.
10997         * exec.c: All implementations adjusted.
10998         * fbsd-nat.c: All implementations adjusted.
10999         * fbsd-nat.h: All implementations adjusted.
11000         * gnu-nat.c: All implementations adjusted.
11001         * gnu-nat.h: All implementations adjusted.
11002         * go32-nat.c: All implementations adjusted.
11003         * ia64-linux-nat.c: All implementations adjusted.
11004         * inf-child.c: All implementations adjusted.
11005         * inf-child.h: All implementations adjusted.
11006         * inf-ptrace.c: All implementations adjusted.
11007         * inf-ptrace.h: All implementations adjusted.
11008         * linux-nat.c: All implementations adjusted.
11009         * linux-nat.h: All implementations adjusted.
11010         * mips-linux-nat.c: All implementations adjusted.
11011         * nto-procfs.c: All implementations adjusted.
11012         * ppc-linux-nat.c: All implementations adjusted.
11013         * procfs.c: All implementations adjusted.
11014         * ravenscar-thread.c: All implementations adjusted.
11015         * record-btrace.c: All implementations adjusted.
11016         * record-full.c: All implementations adjusted.
11017         * remote-sim.c: All implementations adjusted.
11018         * remote.c: All implementations adjusted.
11019         * s390-linux-nat.c: All implementations adjusted.
11020         * sol-thread.c: All implementations adjusted.
11021         * spu-multiarch.c: All implementations adjusted.
11022         * target-delegates.c: All implementations adjusted.
11023         * target.c: All implementations adjusted.
11024         * target.h: All implementations adjusted.
11025         * tracefile-tfile.c: All implementations adjusted.
11026         * tracefile.c: All implementations adjusted.
11027         * tracefile.h: All implementations adjusted.
11028         * windows-nat.c: All implementations adjusted.
11029         * x86-linux-nat.h: All implementations adjusted.
11030         * x86-nat.h: All implementations adjusted.
11031
11032 2018-05-02  Pedro Alves  <palves@redhat.com>
11033
11034         * make-target-delegates (scan_target_h): Don't trim lines here.
11035         Replace sequences of tabs and/or whitespace with a single
11036         whitespace.
11037         (top level, parsing methods): Trim each line before processing it
11038         here.
11039
11040 2018-05-02  Pedro Alves  <palves@redhat.com>
11041             John Baldwin  <jhb@freebsd.org>
11042
11043         * target.h (enum strata) <debug_stratum>: New.
11044         (struct target_ops) <all delegation methods>: Replace by C++
11045         virtual methods, and drop "to_" prefix.  All references updated
11046         throughout.
11047         <to_shortname, to_longname, to_doc, to_data,
11048         to_have_steppable_watchpoint, to_have_continuable_watchpoint,
11049         to_has_thread_control, to_attach_no_wait>: Delete, replaced by
11050         virtual methods.  All references updated throughout.
11051         <can_attach, supports_terminal_ours, can_create_inferior,
11052         get_thread_control_capabilities, attach_no_wait>: New
11053         virtual methods.
11054         <insert_breakpoint, remove_breakpoint>: Now
11055         TARGET_DEFAULT_NORETURN methods.
11056         <info_proc>: Now returns bool.
11057         <to_magic>: Delete.
11058         (OPS_MAGIC): Delete.
11059         (current_target): Delete.  All references replaced by references
11060         to ...
11061         (target_stack): ... this.  New.
11062         (target_shortname, target_longname): Adjust.
11063         (target_can_run): Now a function declaration.
11064         (default_child_has_all_memory, default_child_has_memory)
11065         (default_child_has_stack, default_child_has_registers)
11066         (default_child_has_execution): Remove target_ops parameter.
11067         (complete_target_initialization): Delete.
11068         (memory_breakpoint_target): New template class.
11069         (test_target_ops): Refactor as a C++ class with virtual methods.
11070         * make-target-delegates (NAME_PART): Tighten.
11071         (POINTER_PART, CP_SYMBOL): New.
11072         (SIMPLE_RETURN_PART): Reimplement.
11073         (VEC_RETURN_PART): Expect less.
11074         (RETURN_PART, VIRTUAL_PART): New.
11075         (METHOD): Adjust to C++ virtual methods.
11076         (scan_target_h): Remove reference to C99.
11077         (dname): Output "target_ops::" prefix.
11078         (write_function_header): Adjust to output a C++ class method.
11079         (write_declaration): New.
11080         (write_delegator): Adjust to output a C++ class method.
11081         (tdname): Output "dummy_target::" prefix.
11082         (write_tdefault, write_debugmethod): Adjust to output a C++ class
11083         method.
11084         (tdefault_names, debug_names): Delete.
11085         (return_types, tdefaults, styles, argtypes_array): New.
11086         (top level): All methods are delegators.
11087         (print_class): New.
11088         (top level): Print dummy_target and debug_target classes.
11089         * target-delegates.c: Regenerate.
11090         * target-debug.h (target_debug_print_enum_info_proc_what)
11091         (target_debug_print_thread_control_capabilities)
11092         (target_debug_print_thread_info_p): New.
11093         * target.c (dummy_target): Delete.
11094         (the_dummy_target, the_debug_target): New.
11095         (target_stack): Now extern.
11096         (set_targetdebug): Push/unpush debug target.
11097         (default_child_has_all_memory, default_child_has_memory)
11098         (default_child_has_stack, default_child_has_registers)
11099         (default_child_has_execution): Remove target_ops parameter.
11100         (complete_target_initialization): Delete.
11101         (add_target_with_completer): No longer call
11102         complete_target_initialization.
11103         (target_supports_terminal_ours): Use regular delegation.
11104         (update_current_target): Delete.
11105         (push_target): No longer check magic number.  Don't call
11106         update_current_target.
11107         (unpush_target): Don't call update_current_target.
11108         (target_is_pushed): No longer check magic number.
11109         (target_require_runnable): Skip for all stratums over
11110         process_stratum.
11111         (target_ops::info_proc): New.
11112         (target_info_proc): Use find_target_at and
11113         find_default_run_target.
11114         (target_supports_disable_randomization): Use regular delegation.
11115         (target_get_osdata): Use find_target_at.
11116         (target_ops::open, target_ops::close, target_ops::can_attach)
11117         (target_ops::attach, target_ops::can_create_inferior)
11118         (target_ops::create_inferior, target_ops::can_run)
11119         (target_can_run): New.
11120         (default_fileio_target): Use regular delegation.
11121         (target_ops::fileio_open, target_ops::fileio_pwrite)
11122         (target_ops::fileio_pread, target_ops::fileio_fstat)
11123         (target_ops::fileio_close, target_ops::fileio_unlink)
11124         (target_ops::fileio_readlink): New.
11125         (target_fileio_open_1, target_fileio_unlink)
11126         (target_fileio_readlink): Always call the target method.  Handle
11127         FILEIO_ENOSYS.
11128         (return_zero, return_zero_has_execution): Delete.
11129         (init_dummy_target): Delete.
11130         (dummy_target::dummy_target, dummy_target::shortname)
11131         (dummy_target::longname, dummy_target::doc)
11132         (debug_target::debug_target, debug_target::shortname)
11133         (debug_target::longname, debug_target::doc): New.
11134         (target_supports_delete_record): Use regular delegation.
11135         (setup_target_debug): Delete.
11136         (maintenance_print_target_stack): Skip debug_stratum.
11137         (initialize_targets): Instantiate the_dummy_target and
11138         the_debug_target.
11139         * auxv.c (target_auxv_parse): Remove 'ops' parameter.  Adjust to
11140         use target_stack.
11141         (target_auxv_search, fprint_target_auxv): Adjust.
11142         (info_auxv_command): Adjust to use target_stack.
11143         * auxv.h (target_auxv_parse): Remove 'ops' parameter.
11144         * exceptions.c (print_flush): Handle a NULL target_stack.
11145         * regcache.c (target_ops_no_register): Refactor as class with
11146         virtual methods.
11147
11148         * exec.c (exec_target): New class.
11149         (exec_ops): Now an exec_target.
11150         (exec_open, exec_close_1, exec_get_section_table)
11151         (exec_xfer_partial, exec_files_info, exec_has_memory)
11152         (exec_make_note_section): Refactor as exec_target methods.
11153         (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
11154         Delete.
11155         (exec_target::find_memory_regions): New.
11156         (_initialize_exec): Don't call init_exec_ops.
11157         * gdbcore.h (exec_file_clear): Delete.
11158
11159         * corefile.c (core_target): Delete.
11160         (core_file_command): Adjust.
11161         * corelow.c (core_target): New class.
11162         (the_core_target): New.
11163         (core_close): Remove target_ops parameter.
11164         (core_close_cleanup): Adjust.
11165         (core_target::close): New.
11166         (core_open, core_detach, get_core_registers, core_files_info)
11167         (core_xfer_partial, core_thread_alive, core_read_description)
11168         (core_pid_to_str, core_thread_name, core_has_memory)
11169         (core_has_stack, core_has_registers, core_info_proc): Rework as
11170         core_target methods.
11171         (ignore, core_remove_breakpoint, init_core_ops): Delete.
11172         (_initialize_corelow): Initialize the_core_target.
11173         * gdbcore.h (core_target): Delete.
11174         (the_core_target): New.
11175
11176         * ctf.c: (ctf_target): New class.
11177         (ctf_ops): Now a ctf_target.
11178         (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
11179         (ctf_xfer_partial, ctf_get_trace_state_variable_value)
11180         (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
11181         methods.
11182         (init_ctf_ops): Delete.
11183         (_initialize_ctf): Don't call it.
11184         * tracefile-tfile.c (tfile_target): New class.
11185         (tfile_ops): Now a tfile_target.
11186         (tfile_open, tfile_close, tfile_files_info)
11187         (tfile_get_tracepoint_status, tfile_trace_find)
11188         (tfile_fetch_registers, tfile_xfer_partial)
11189         (tfile_get_trace_state_variable_value, tfile_traceframe_info):
11190         Refactor as tfile_target methods.
11191         (tfile_xfer_partial_features): Remove target_ops parameter.
11192         (init_tfile_ops): Delete.
11193         (_initialize_tracefile_tfile): Don't call it.
11194         * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
11195         (tracefile_has_stack, tracefile_has_registers)
11196         (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
11197         tracefile_target methods.
11198         (init_tracefile_ops): Delete.
11199         (tracefile_target::tracefile_target): New.
11200         * tracefile.h: Include "target.h".
11201         (tracefile_target): New class.
11202         (init_tracefile_ops): Delete.
11203
11204         * spu-multiarch.c (spu_multiarch_target): New class.
11205         (spu_ops): Now a spu_multiarch_target.
11206         (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
11207         (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
11208         (spu_search_memory, spu_mourn_inferior): Refactor as
11209         spu_multiarch_target methods.
11210         (init_spu_ops): Delete.
11211         (_initialize_spu_multiarch): Remove references to init_spu_ops,
11212         complete_target_initialization.
11213
11214         * ravenscar-thread.c (ravenscar_thread_target): New class.
11215         (ravenscar_ops): Now a ravenscar_thread_target.
11216         (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
11217         (ravenscar_thread_alive, ravenscar_pid_to_str)
11218         (ravenscar_fetch_registers, ravenscar_store_registers)
11219         (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
11220         (ravenscar_stopped_by_hw_breakpoint)
11221         (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
11222         (ravenscar_mourn_inferior, ravenscar_core_of_thread)
11223         (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
11224         methods.
11225         (init_ravenscar_thread_ops): Delete.
11226         (_initialize_ravenscar): Remove references to
11227         init_ravenscar_thread_ops and complete_target_initialization.
11228
11229         * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
11230         (bsd_uthread_target): New class.
11231         (bsd_uthread_ops): Now a bsd_uthread_target.
11232         (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
11233         (bsd_uthread_close, bsd_uthread_mourn_inferior)
11234         (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
11235         (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
11236         (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
11237         (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
11238         (bsd_uthread_target): Delete function.
11239         (_initialize_bsd_uthread): Remove reference to
11240         complete_target_initialization.
11241
11242         * bfd-target.c (target_bfd_data): Delete.  Fields folded into ...
11243         (target_bfd): ... this new class.
11244         (target_bfd_xfer_partial, target_bfd_get_section_table)
11245         (target_bfd_close): Refactor as target_bfd methods.
11246         (target_bfd::~target_bfd): New.
11247         (target_bfd_reopen): Adjust.
11248         (target_bfd::close): New.
11249
11250         * record-btrace.c (record_btrace_target): New class.
11251         (record_btrace_ops): Now a record_btrace_target.
11252         (record_btrace_open, record_btrace_stop_recording)
11253         (record_btrace_disconnect, record_btrace_close)
11254         (record_btrace_async, record_btrace_info)
11255         (record_btrace_insn_history, record_btrace_insn_history_range)
11256         (record_btrace_insn_history_from, record_btrace_call_history)
11257         (record_btrace_call_history_range)
11258         (record_btrace_call_history_from, record_btrace_record_method)
11259         (record_btrace_is_replaying, record_btrace_will_replay)
11260         (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
11261         (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
11262         (record_btrace_store_registers, record_btrace_prepare_to_store)
11263         (record_btrace_to_get_unwinder)
11264         (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
11265         (record_btrace_commit_resume, record_btrace_wait)
11266         (record_btrace_stop, record_btrace_can_execute_reverse)
11267         (record_btrace_stopped_by_sw_breakpoint)
11268         (record_btrace_supports_stopped_by_sw_breakpoint)
11269         (record_btrace_stopped_by_hw_breakpoint)
11270         (record_btrace_supports_stopped_by_hw_breakpoint)
11271         (record_btrace_update_thread_list, record_btrace_thread_alive)
11272         (record_btrace_goto_begin, record_btrace_goto_end)
11273         (record_btrace_goto, record_btrace_stop_replaying_all)
11274         (record_btrace_execution_direction)
11275         (record_btrace_prepare_to_generate_core)
11276         (record_btrace_done_generating_core): Refactor as
11277         record_btrace_target methods.
11278         (init_record_btrace_ops): Delete.
11279         (_initialize_record_btrace): Remove reference to
11280         init_record_btrace_ops.
11281         * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
11282         the execution_direction global.
11283         (record_full_base_target, record_full_target)
11284         (record_full_core_target): New classes.
11285         (record_full_ops): Now a record_full_target.
11286         (record_full_core_ops): Now a record_full_core_target.
11287         (record_full_target::detach, record_full_target::disconnect)
11288         (record_full_core_target::disconnect)
11289         (record_full_target::mourn_inferior, record_full_target::kill):
11290         New.
11291         (record_full_open, record_full_close, record_full_async): Refactor
11292         as methods of the record_full_base_target class.
11293         (record_full_resume, record_full_commit_resume): Refactor
11294         as methods of the record_full_target class.
11295         (record_full_wait, record_full_stopped_by_watchpoint)
11296         (record_full_stopped_data_address)
11297         (record_full_stopped_by_sw_breakpoint)
11298         (record_full_supports_stopped_by_sw_breakpoint)
11299         (record_full_stopped_by_hw_breakpoint)
11300         (record_full_supports_stopped_by_hw_breakpoint): Refactor as
11301         methods of the record_full_base_target class.
11302         (record_full_store_registers, record_full_xfer_partial)
11303         (record_full_insert_breakpoint, record_full_remove_breakpoint):
11304         Refactor as methods of the record_full_target class.
11305         (record_full_can_execute_reverse, record_full_get_bookmark)
11306         (record_full_goto_bookmark, record_full_execution_direction)
11307         (record_full_record_method, record_full_info, record_full_delete)
11308         (record_full_is_replaying, record_full_will_replay)
11309         (record_full_goto_begin, record_full_goto_end, record_full_goto)
11310         (record_full_stop_replaying): Refactor as methods of the
11311         record_full_base_target class.
11312         (record_full_core_resume, record_full_core_kill)
11313         (record_full_core_fetch_registers)
11314         (record_full_core_prepare_to_store)
11315         (record_full_core_store_registers, record_full_core_xfer_partial)
11316         (record_full_core_insert_breakpoint)
11317         (record_full_core_remove_breakpoint)
11318         (record_full_core_has_execution): Refactor
11319         as methods of the record_full_core_target class.
11320         (record_full_base_target::supports_delete_record): New.
11321         (init_record_full_ops): Delete.
11322         (init_record_full_core_ops): Delete.
11323         (record_full_save): Refactor as method of the
11324         record_full_base_target class.
11325         (_initialize_record_full): Remove references to
11326         init_record_full_ops and init_record_full_core_ops.
11327
11328         * remote.c (remote_target, extended_remote_target): New classes.
11329         (remote_ops): Now a remote_target.
11330         (extended_remote_ops): Now an extended_remote_target.
11331         (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
11332         (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
11333         (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
11334         (remote_pass_signals, remote_set_syscall_catchpoint)
11335         (remote_program_signals, )
11336         (remote_thread_always_alive): Remove target_ops parameter.
11337         (remote_thread_alive, remote_thread_name)
11338         (remote_update_thread_list, remote_threads_extra_info)
11339         (remote_static_tracepoint_marker_at)
11340         (remote_static_tracepoint_markers_by_strid)
11341         (remote_get_ada_task_ptid, remote_close, remote_start_remote)
11342         (remote_open): Refactor as methods of remote_target.
11343         (extended_remote_open, extended_remote_detach)
11344         (extended_remote_attach, extended_remote_post_attach):
11345         (extended_remote_supports_disable_randomization)
11346         (extended_remote_create_inferior): : Refactor as method of
11347         extended_remote_target.
11348         (remote_set_permissions, remote_open_1, remote_detach)
11349         (remote_follow_fork, remote_follow_exec, remote_disconnect)
11350         (remote_resume, remote_commit_resume, remote_stop)
11351         (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
11352         (remote_terminal_ours, remote_wait, remote_fetch_registers)
11353         (remote_prepare_to_store, remote_store_registers)
11354         (remote_flash_erase, remote_flash_done, remote_files_info)
11355         (remote_kill, remote_mourn, remote_insert_breakpoint)
11356         (remote_remove_breakpoint, remote_insert_watchpoint)
11357         (remote_watchpoint_addr_within_range)
11358         (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
11359         (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
11360         (remote_supports_stopped_by_sw_breakpoint)
11361         (remote_stopped_by_hw_breakpoint)
11362         (remote_supports_stopped_by_hw_breakpoint)
11363         (remote_stopped_by_watchpoint, remote_stopped_data_address)
11364         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
11365         (remote_verify_memory): Refactor as methods of remote_target.
11366         (remote_write_qxfer, remote_read_qxfer): Remove target_ops
11367         parameter.
11368         (remote_xfer_partial, remote_get_memory_xfer_limit)
11369         (remote_search_memory, remote_rcmd, remote_memory_map)
11370         (remote_pid_to_str, remote_get_thread_local_address)
11371         (remote_get_tib_address, remote_read_description): Refactor as
11372         methods of remote_target.
11373         (remote_target::fileio_open, remote_target::fileio_pwrite)
11374         (remote_target::fileio_pread, remote_target::fileio_close): New.
11375         (remote_hostio_readlink, remote_hostio_fstat)
11376         (remote_filesystem_is_local, remote_can_execute_reverse)
11377         (remote_supports_non_stop, remote_supports_disable_randomization)
11378         (remote_supports_multi_process, remote_supports_cond_breakpoints)
11379         (remote_supports_enable_disable_tracepoint)
11380         (remote_supports_string_tracing)
11381         (remote_can_run_breakpoint_commands, remote_trace_init)
11382         (remote_download_tracepoint, remote_can_download_tracepoint)
11383         (remote_download_trace_state_variable, remote_enable_tracepoint)
11384         (remote_disable_tracepoint, remote_trace_set_readonly_regions)
11385         (remote_trace_start, remote_get_trace_status)
11386         (remote_get_tracepoint_status, remote_trace_stop)
11387         (remote_trace_find, remote_get_trace_state_variable_value)
11388         (remote_save_trace_data, remote_get_raw_trace_data)
11389         (remote_set_disconnected_tracing, remote_core_of_thread)
11390         (remote_set_circular_trace_buffer, remote_traceframe_info)
11391         (remote_get_min_fast_tracepoint_insn_len)
11392         (remote_set_trace_buffer_size, remote_set_trace_notes)
11393         (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
11394         (remote_disable_btrace, remote_teardown_btrace)
11395         (remote_read_btrace, remote_btrace_conf)
11396         (remote_augmented_libraries_svr4_read, remote_load)
11397         (remote_pid_to_exec_file, remote_can_do_single_step)
11398         (remote_execution_direction, remote_thread_handle_to_thread_info):
11399         Refactor as methods of remote_target.
11400         (init_remote_ops, init_extended_remote_ops): Delete.
11401         (remote_can_async_p, remote_is_async_p, remote_async)
11402         (remote_thread_events, remote_upload_tracepoints)
11403         (remote_upload_trace_state_variables): Refactor as methods of
11404         remote_target.
11405         (_initialize_remote): Remove references to init_remote_ops and
11406         init_extended_remote_ops.
11407
11408         * remote-sim.c (gdbsim_target): New class.
11409         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
11410         (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
11411         (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
11412         (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
11413         (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
11414         (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
11415         Refactor as methods of gdbsim_target.
11416         (gdbsim_ops): Now a gdbsim_target.
11417         (init_gdbsim_ops): Delete.
11418         (gdbsim_cntrl_c): Adjust.
11419         (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
11420
11421         * amd64-linux-nat.c (amd64_linux_nat_target): New class.
11422         (the_amd64_linux_nat_target): New.
11423         (amd64_linux_fetch_inferior_registers)
11424         (amd64_linux_store_inferior_registers): Refactor as methods of
11425         amd64_linux_nat_target.
11426         (_initialize_amd64_linux_nat): Adjust.  Set linux_target.
11427         * i386-linux-nat.c: Don't include "linux-nat.h".
11428         (i386_linux_nat_target): New class.
11429         (the_i386_linux_nat_target): New.
11430         (i386_linux_fetch_inferior_registers)
11431         (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
11432         as methods of i386_linux_nat_target.
11433         (_initialize_i386_linux_nat): Adjust.  Set linux_target.
11434         * inf-child.c (inf_child_ops): Delete.
11435         (inf_child_fetch_inferior_registers)
11436         (inf_child_store_inferior_registers): Delete.
11437         (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
11438         methods of inf_child_target.
11439         (inf_child_target::supports_terminal_ours)
11440         (inf_child_target::terminal_init)
11441         (inf_child_target::terminal_inferior)
11442         (inf_child_target::terminal_ours_for_output)
11443         (inf_child_target::terminal_ours, inf_child_target::interrupt)
11444         (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
11445         New.
11446         (inf_child_open, inf_child_disconnect, inf_child_close)
11447         (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
11448         (inf_child_post_startup_inferior, inf_child_can_run)
11449         (inf_child_pid_to_exec_file): Refactor as methods of
11450         inf_child_target.
11451         (inf_child_follow_fork): Delete.
11452         (inf_child_target::can_create_inferior)
11453         (inf_child_target::can_attach): New.
11454         (inf_child_target::has_all_memory, inf_child_target::has_memory)
11455         (inf_child_target::has_stack, inf_child_target::has_registers)
11456         (inf_child_target::has_execution): New.
11457         (inf_child_fileio_open, inf_child_fileio_pwrite)
11458         (inf_child_fileio_pread, inf_child_fileio_fstat)
11459         (inf_child_fileio_close, inf_child_fileio_unlink)
11460         (inf_child_fileio_readlink, inf_child_use_agent)
11461         (inf_child_can_use_agent): Refactor as methods of
11462         inf_child_target.
11463         (return_zero, inf_child_target): Delete.
11464         (inf_child_target::inf_child_target): New.
11465         * inf-child.h: Include "target.h".
11466         (inf_child_target): Delete function prototype.
11467         (inf_child_target): New class.
11468         (inf_child_open_target, inf_child_mourn_inferior)
11469         (inf_child_maybe_unpush_target): Delete.
11470         * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
11471         (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
11472         (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
11473         (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
11474         (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
11475         (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
11476         (inf_ptrace_wait, inf_ptrace_xfer_partial)
11477         (inf_ptrace_thread_alive, inf_ptrace_files_info)
11478         (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
11479         methods of inf_ptrace_target.
11480         (inf_ptrace_target): Delete function.
11481         * inf-ptrace.h: Include "inf-child.h".
11482         (inf_ptrace_target): Delete function declaration.
11483         (inf_ptrace_target): New class.
11484         (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
11485         * linux-nat.c (linux_target): New.
11486         (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
11487         (linux_nat_target::~linux_nat_target): New.
11488         (linux_child_post_attach, linux_child_post_startup_inferior)
11489         (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
11490         (linux_child_remove_fork_catchpoint)
11491         (linux_child_insert_vfork_catchpoint)
11492         (linux_child_remove_vfork_catchpoint)
11493         (linux_child_insert_exec_catchpoint)
11494         (linux_child_remove_exec_catchpoint)
11495         (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
11496         (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
11497         (linux_nat_resume, linux_nat_stopped_by_watchpoint)
11498         (linux_nat_stopped_data_address)
11499         (linux_nat_stopped_by_sw_breakpoint)
11500         (linux_nat_supports_stopped_by_sw_breakpoint)
11501         (linux_nat_stopped_by_hw_breakpoint)
11502         (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
11503         (linux_nat_kill, linux_nat_mourn_inferior)
11504         (linux_nat_xfer_partial, linux_nat_thread_alive)
11505         (linux_nat_update_thread_list, linux_nat_pid_to_str)
11506         (linux_nat_thread_name, linux_child_pid_to_exec_file)
11507         (linux_child_static_tracepoint_markers_by_strid)
11508         (linux_nat_is_async_p, linux_nat_can_async_p)
11509         (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
11510         (linux_nat_supports_multi_process)
11511         (linux_nat_supports_disable_randomization, linux_nat_async)
11512         (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
11513         (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
11514         (linux_nat_fileio_open, linux_nat_fileio_readlink)
11515         (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
11516         methods of linux_nat_target.
11517         (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
11518         (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
11519         parameter.
11520         (check_stopped_by_watchpoint): Adjust.
11521         (linux_xfer_partial): Delete.
11522         (linux_target_install_ops, linux_target, linux_nat_add_target):
11523         Delete.
11524         (linux_nat_target::linux_nat_target): New.
11525         * linux-nat.h: Include "inf-ptrace.h".
11526         (linux_nat_target): New.
11527         (linux_target, linux_target_install_ops, linux_nat_add_target):
11528         Delete function declarations.
11529         (linux_target): Declare global.
11530         * linux-thread-db.c (thread_db_target): New.
11531         (thread_db_target::thread_db_target): New.
11532         (thread_db_ops): Delete.
11533         (the_thread_db_target): New.
11534         (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
11535         (thread_db_update_thread_list, thread_db_pid_to_str)
11536         (thread_db_extra_thread_info)
11537         (thread_db_thread_handle_to_thread_info)
11538         (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
11539         (thread_db_resume): Refactor as methods of thread_db_target.
11540         (init_thread_db_ops): Delete.
11541         (_initialize_thread_db): Remove reference to init_thread_db_ops.
11542         * x86-linux-nat.c: Don't include "linux-nat.h".
11543         (super_post_startup_inferior): Delete.
11544         (x86_linux_nat_target::~x86_linux_nat_target): New.
11545         (x86_linux_child_post_startup_inferior)
11546         (x86_linux_read_description, x86_linux_enable_btrace)
11547         (x86_linux_disable_btrace, x86_linux_teardown_btrace)
11548         (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
11549         methods of x86_linux_nat_target.
11550         (x86_linux_create_target): Delete.  Bits folded ...
11551         (x86_linux_add_target): ... here.  Now takes a linux_nat_target
11552         pointer.
11553         * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
11554         (x86_linux_nat_target): New class.
11555         (x86_linux_create_target): Delete.
11556         (x86_linux_add_target): Now takes a linux_nat_target pointer.
11557         * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
11558         (x86_region_ok_for_watchpoint, x86_stopped_data_address)
11559         (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
11560         (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
11561         (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
11562         make extern.
11563         (x86_use_watchpoints): Delete.
11564         * x86-nat.h: Include "breakpoint.h" and "target.h".
11565         (x86_use_watchpoints): Delete.
11566         (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
11567         (x86_stopped_by_watchpoint, x86_stopped_data_address)
11568         (x86_insert_watchpoint, x86_remove_watchpoint)
11569         (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
11570         (x86_stopped_by_hw_breakpoint): New declarations.
11571         (x86_nat_target): New template class.
11572
11573         * ppc-linux-nat.c (ppc_linux_nat_target): New class.
11574         (the_ppc_linux_nat_target): New.
11575         (ppc_linux_fetch_inferior_registers)
11576         (ppc_linux_can_use_hw_breakpoint)
11577         (ppc_linux_region_ok_for_hw_watchpoint)
11578         (ppc_linux_ranged_break_num_registers)
11579         (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
11580         (ppc_linux_insert_mask_watchpoint)
11581         (ppc_linux_remove_mask_watchpoint)
11582         (ppc_linux_can_accel_watchpoint_condition)
11583         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
11584         (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
11585         (ppc_linux_watchpoint_addr_within_range)
11586         (ppc_linux_masked_watch_num_registers)
11587         (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
11588         (ppc_linux_read_description): Refactor as methods of
11589         ppc_linux_nat_target.
11590         (_initialize_ppc_linux_nat): Adjust.  Set linux_target.
11591
11592         * procfs.c (procfs_xfer_partial): Delete forward declaration.
11593         (procfs_target): New class.
11594         (the_procfs_target): New.
11595         (procfs_target): Delete function.
11596         (procfs_auxv_parse, procfs_attach, procfs_detach)
11597         (procfs_fetch_registers, procfs_store_registers, procfs_wait)
11598         (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
11599         (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
11600         (procfs_create_inferior, procfs_update_thread_list)
11601         (procfs_thread_alive, procfs_pid_to_str)
11602         (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
11603         (procfs_stopped_data_address, procfs_insert_watchpoint)
11604         (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
11605         (proc_find_memory_regions, procfs_info_proc)
11606         (procfs_make_note_section): Refactor as methods of procfs_target.
11607         (_initialize_procfs): Adjust.
11608         * sol-thread.c (sol_thread_target): New class.
11609         (sol_thread_ops): Now a sol_thread_target.
11610         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11611         (sol_thread_fetch_registers, sol_thread_store_registers)
11612         (sol_thread_xfer_partial, sol_thread_mourn_inferior)
11613         (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
11614         (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
11615         (init_sol_thread_ops): Delete.
11616         (_initialize_sol_thread): Adjust.  Remove references to
11617         init_sol_thread_ops and complete_target_initialization.
11618
11619         * windows-nat.c (windows_nat_target): New class.
11620         (windows_fetch_inferior_registers)
11621         (windows_store_inferior_registers, windows_resume, windows_wait)
11622         (windows_attach, windows_detach, windows_pid_to_exec_file)
11623         (windows_files_info, windows_create_inferior)
11624         (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
11625         (windows_close, windows_pid_to_str, windows_xfer_partial)
11626         (windows_get_tib_address, windows_get_ada_task_ptid)
11627         (windows_thread_name, windows_thread_alive): Refactor as
11628         windows_nat_target methods.
11629         (do_initial_windows_stuff): Adjust.
11630         (windows_target): Delete function.
11631         (_initialize_windows_nat): Adjust.
11632
11633         * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
11634         (darwin_mourn_inferior, darwin_kill_inferior)
11635         (darwin_create_inferior, darwin_attach, darwin_detach)
11636         (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
11637         (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
11638         (darwin_supports_multi_process): Refactor as darwin_nat_target
11639         methods.
11640         (darwin_resume_to, darwin_files_info): Delete.
11641         (_initialize_darwin_inferior): Rename to ...
11642         (_initialize_darwin_nat): ... this.  Adjust to C++ification.
11643         * darwin-nat.h: Include "inf-child.h".
11644         (darwin_nat_target): New class.
11645         (darwin_complete_target): Delete.
11646         * i386-darwin-nat.c (i386_darwin_nat_target): New class.
11647         (darwin_target): New.
11648         (i386_darwin_fetch_inferior_registers)
11649         (i386_darwin_store_inferior_registers): Refactor as methods of
11650         darwin_nat_target.
11651         (darwin_complete_target): Delete, with ...
11652         (_initialize_i386_darwin_nat): ... bits factored out here.
11653
11654         * alpha-linux-nat.c (alpha_linux_nat_target): New class.
11655         (the_alpha_linux_nat_target): New.
11656         (alpha_linux_register_u_offset): Refactor as
11657         alpha_linux_nat_target method.
11658         (_initialize_alpha_linux_nat): Adjust.
11659         * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
11660         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11661         (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
11662         methods of linux_nat_trad_target.
11663         (linux_trad_target): Delete.
11664         * linux-nat-trad.h (linux_trad_target): Delete function.
11665         (linux_nat_trad_target): New class.
11666         * mips-linux-nat.c (mips_linux_nat_target): New class.
11667         (super_fetch_registers, super_store_registers, super_close):
11668         Delete.
11669         (the_mips_linux_nat_target): New.
11670         (mips64_linux_regsets_fetch_registers)
11671         (mips64_linux_regsets_store_registers)
11672         (mips64_linux_fetch_registers, mips64_linux_store_registers)
11673         (mips_linux_register_u_offset, mips_linux_read_description)
11674         (mips_linux_can_use_hw_breakpoint)
11675         (mips_linux_stopped_by_watchpoint)
11676         (mips_linux_stopped_data_address)
11677         (mips_linux_region_ok_for_hw_watchpoint)
11678         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
11679         (mips_linux_close): Refactor as methods of mips_linux_nat.
11680         (_initialize_mips_linux_nat): Adjust to C++ification.
11681
11682         * aix-thread.c (aix_thread_target): New class.
11683         (aix_thread_ops): Now an aix_thread_target.
11684         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11685         (aix_thread_fetch_registers, aix_thread_store_registers)
11686         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11687         (aix_thread_thread_alive, aix_thread_pid_to_str)
11688         (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
11689         Refactor as methods of aix_thread_target.
11690         (init_aix_thread_ops): Delete.
11691         (_initialize_aix_thread): Remove references to init_aix_thread_ops
11692         and complete_target_initialization.
11693         * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
11694         (rs6000_nat_target): New class.
11695         (the_rs6000_nat_target): New.
11696         (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
11697         (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
11698         (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
11699         (super_create_inferior): Delete.
11700         (_initialize_rs6000_nat): Adjust to C++ification.
11701
11702         * arm-linux-nat.c (arm_linux_nat_target): New class.
11703         (the_arm_linux_nat_target): New.
11704         (arm_linux_fetch_inferior_registers)
11705         (arm_linux_store_inferior_registers, arm_linux_read_description)
11706         (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
11707         (arm_linux_remove_hw_breakpoint)
11708         (arm_linux_region_ok_for_hw_watchpoint)
11709         (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
11710         (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
11711         (arm_linux_watchpoint_addr_within_range): Refactor as methods of
11712         arm_linux_nat_target.
11713         (_initialize_arm_linux_nat): Adjust to C++ification.
11714
11715         * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
11716         (the_aarch64_linux_nat_target): New.
11717         (aarch64_linux_fetch_inferior_registers)
11718         (aarch64_linux_store_inferior_registers)
11719         (aarch64_linux_child_post_startup_inferior)
11720         (aarch64_linux_read_description)
11721         (aarch64_linux_can_use_hw_breakpoint)
11722         (aarch64_linux_insert_hw_breakpoint)
11723         (aarch64_linux_remove_hw_breakpoint)
11724         (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
11725         (aarch64_linux_region_ok_for_hw_watchpoint)
11726         (aarch64_linux_stopped_data_address)
11727         (aarch64_linux_stopped_by_watchpoint)
11728         (aarch64_linux_watchpoint_addr_within_range)
11729         (aarch64_linux_can_do_single_step): Refactor as methods of
11730         aarch64_linux_nat_target.
11731         (super_post_startup_inferior): Delete.
11732         (_initialize_aarch64_linux_nat): Adjust to C++ification.
11733
11734         * hppa-linux-nat.c (hppa_linux_nat_target): New class.
11735         (the_hppa_linux_nat_target): New.
11736         (hppa_linux_fetch_inferior_registers)
11737         (hppa_linux_store_inferior_registers): Refactor as methods of
11738         hppa_linux_nat_target.
11739         (_initialize_hppa_linux_nat): Adjust to C++ification.
11740
11741         * ia64-linux-nat.c (ia64_linux_nat_target): New class.
11742         (the_ia64_linux_nat_target): New.
11743         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
11744         (ia64_linux_stopped_data_address)
11745         (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
11746         (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
11747         ia64_linux_nat_target methods.
11748         (super_xfer_partial): Delete.
11749         (_initialize_ia64_linux_nat): Adjust to C++ification.
11750
11751         * m32r-linux-nat.c (m32r_linux_nat_target): New class.
11752         (the_m32r_linux_nat_target): New.
11753         (m32r_linux_fetch_inferior_registers)
11754         (m32r_linux_store_inferior_registers): Refactor as
11755         m32r_linux_nat_target methods.
11756         (_initialize_m32r_linux_nat): Adjust to C++ification.
11757
11758         * m68k-linux-nat.c (m68k_linux_nat_target): New class.
11759         (the_m68k_linux_nat_target): New.
11760         (m68k_linux_fetch_inferior_registers)
11761         (m68k_linux_store_inferior_registers): Refactor as
11762         m68k_linux_nat_target methods.
11763         (_initialize_m68k_linux_nat): Adjust to C++ification.
11764
11765         * s390-linux-nat.c (s390_linux_nat_target): New class.
11766         (the_s390_linux_nat_target): New.
11767         (s390_linux_fetch_inferior_registers)
11768         (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
11769         (s390_insert_watchpoint, s390_remove_watchpoint)
11770         (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
11771         (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
11772         (s390_auxv_parse, s390_read_description): Refactor as methods of
11773         s390_linux_nat_target.
11774         (_initialize_s390_nat): Adjust to C++ification.
11775
11776         * sparc-linux-nat.c (sparc_linux_nat_target): New class.
11777         (the_sparc_linux_nat_target): New.
11778         (_initialize_sparc_linux_nat): Adjust to C++ification.
11779         * sparc-nat.c (sparc_fetch_inferior_registers)
11780         (sparc_store_inferior_registers): Remove target_ops parameter.
11781         * sparc-nat.h (sparc_fetch_inferior_registers)
11782         (sparc_store_inferior_registers): Remove target_ops parameter.
11783         * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
11784         (the_sparc64_linux_nat_target): New.
11785         (_initialize_sparc64_linux_nat): Adjust to C++ification.
11786
11787         * spu-linux-nat.c (spu_linux_nat_target): New class.
11788         (the_spu_linux_nat_target): New.
11789         (spu_child_post_startup_inferior, spu_child_post_attach)
11790         (spu_child_wait, spu_fetch_inferior_registers)
11791         (spu_store_inferior_registers, spu_xfer_partial)
11792         (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
11793         methods.
11794         (_initialize_spu_nat): Adjust to C++ification.
11795
11796         * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
11797         (the_tilegx_linux_nat_target): New.
11798         (fetch_inferior_registers, store_inferior_registers):
11799         Refactor as methods.
11800         (_initialize_tile_linux_nat): Adjust to C++ification.
11801
11802         * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
11803         (the_xtensa_linux_nat_target): New.
11804         (xtensa_linux_fetch_inferior_registers)
11805         (xtensa_linux_store_inferior_registers): Refactor as
11806         xtensa_linux_nat_target methods.
11807         (_initialize_xtensa_linux_nat): Adjust to C++ification.
11808
11809         * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
11810         (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
11811         (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
11812         (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
11813         (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
11814         (fbsd_stopped_by_sw_breakpoint)
11815         (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
11816         (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
11817         (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
11818         (fbsd_post_startup_inferior, fbsd_post_attach)
11819         (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
11820         (fbsd_set_syscall_catchpoint)
11821         (super_xfer_partial, super_resume, super_wait)
11822         (fbsd_supports_stopped_by_hw_breakpoint): Delete.
11823         (fbsd_handle_debug_trap): Remove target_ops parameter.
11824         (fbsd_nat_add_target): Delete.
11825         * fbsd-nat.h: Include "inf-ptrace.h".
11826         (fbsd_nat_add_target): Delete.
11827         (USE_SIGTRAP_SIGINFO): Define.
11828         (fbsd_nat_target): New class.
11829
11830         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
11831         (amd64bsd_store_inferior_registers): Remove target_ops parameter.
11832         (amd64bsd_target): Delete.
11833         * amd64-bsd-nat.h: New file.
11834         * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
11835         "x86-bsd-nat.h".
11836         (amd64_fbsd_nat_target): New class.
11837         (the_amd64_fbsd_nat_target): New.
11838         (amd64fbsd_read_description): Refactor as method of
11839         amd64_fbsd_nat_target.
11840         (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11841         (_initialize_amd64fbsd_nat): Adjust to C++ification.
11842         * amd64-nat.h (amd64bsd_target): Delete function declaration.
11843         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
11844         (i386bsd_store_inferior_registers): Remove target_ops parameter.
11845         (i386bsd_target): Delete.
11846         * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
11847         (i386bsd_fetch_inferior_registers)
11848         (i386bsd_store_inferior_registers): Declare.
11849         (i386_bsd_nat_target): New class.
11850         * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
11851         (the_i386_fbsd_nat_target): New.
11852         (i386fbsd_resume, i386fbsd_read_description): Refactor as
11853         i386_fbsd_nat_target methods.
11854         (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11855         (_initialize_i386fbsd_nat): Adjust to C++ification.
11856         * x86-bsd-nat.c (super_mourn_inferior): Delete.
11857         (x86bsd_mourn_inferior, x86bsd_target): Delete.
11858         (_initialize_x86_bsd_nat): Adjust to C++ification.
11859         * x86-bsd-nat.h: Include "x86-nat.h".
11860         (x86bsd_target): Delete declaration.
11861         (x86bsd_nat_target): New class.
11862
11863         * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
11864         (the_aarch64_fbsd_nat_target): New.
11865         (aarch64_fbsd_fetch_inferior_registers)
11866         (aarch64_fbsd_store_inferior_registers): Refactor as methods of
11867         aarch64_fbsd_nat_target.
11868         (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
11869         * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
11870         (the_alpha_bsd_nat_target): New.
11871         (alphabsd_fetch_inferior_registers)
11872         (alphabsd_store_inferior_registers): Refactor as
11873         alpha_bsd_nat_target methods.
11874         (_initialize_alphabsd_nat): Refactor as methods of
11875         alpha_bsd_nat_target.
11876         * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
11877         (the_amd64_nbsd_nat_target): New.
11878         (_initialize_amd64nbsd_nat): Adjust to C++ification.
11879         * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
11880         (the_amd64_obsd_nat_target): New.
11881         (_initialize_amd64obsd_nat): Adjust to C++ification.
11882         * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
11883         (the_arm_fbsd_nat_target): New.
11884         (arm_fbsd_fetch_inferior_registers)
11885         (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
11886         (_initialize_arm_fbsd_nat): Refactor as methods of
11887         arm_fbsd_nat_target.
11888         (_initialize_arm_fbsd_nat): Adjust to C++ification.
11889         * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
11890         (the_arm_netbsd_nat_target): New.
11891         (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
11892         arm_netbsd_nat_target.
11893         (_initialize_arm_netbsd_nat): Adjust to C++ification.
11894         * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
11895         (the_hppa_nbsd_nat_target): New.
11896         (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
11897         hppa_nbsd_nat_target methods.
11898         (_initialize_hppanbsd_nat): Adjust to C++ification.
11899         * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
11900         (the_hppa_obsd_nat_target): New.
11901         (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
11902         methods of hppa_obsd_nat_target.
11903         (_initialize_hppaobsd_nat): Adjust to C++ification.  Use
11904         add_target.
11905         * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
11906         (_initialize_i386nbsd_nat): Adjust to C++ification.  Use
11907         add_target.
11908         * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
11909         (_initialize_i386obsd_nat): Use add_target.
11910         * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
11911         (the_m68k_bsd_nat_target): New.
11912         (m68kbsd_fetch_inferior_registers)
11913         (m68kbsd_store_inferior_registers): Refactor as methods of
11914         m68k_bsd_nat_target.
11915         (_initialize_m68kbsd_nat): Adjust to C++ification.
11916         * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
11917         (the_mips_fbsd_nat_target): New.
11918         (mips_fbsd_fetch_inferior_registers)
11919         (mips_fbsd_store_inferior_registers): Refactor as methods of
11920         mips_fbsd_nat_target.
11921         (_initialize_mips_fbsd_nat): Adjust to C++ification.  Use
11922         add_target.
11923         * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
11924         (the_mips_nbsd_nat_target): New.
11925         (mipsnbsd_fetch_inferior_registers)
11926         (mipsnbsd_store_inferior_registers): Refactor as methods of
11927         mips_nbsd_nat_target.
11928         (_initialize_mipsnbsd_nat): Adjust to C++ification.
11929         * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
11930         (the_mips64_obsd_nat_target): New.
11931         (mips64obsd_fetch_inferior_registers)
11932         (mips64obsd_store_inferior_registers): Refactor as methods of
11933         mips64_obsd_nat_target.
11934         (_initialize_mips64obsd_nat): Adjust to C++ification.  Use
11935         add_target.
11936         * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
11937         nbsd_nat_target.
11938         * nbsd-nat.h: Include "inf-ptrace.h".
11939         (nbsd_nat_target): New class.
11940         * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
11941         (obsd_wait): Refactor as methods of obsd_nat_target.
11942         (obsd_add_target): Delete.
11943         * obsd-nat.h: Include "inf-ptrace.h".
11944         (obsd_nat_target): New class.
11945         * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
11946         (the_ppc_fbsd_nat_target): New.
11947         (ppcfbsd_fetch_inferior_registers)
11948         (ppcfbsd_store_inferior_registers): Refactor as methods of
11949         ppc_fbsd_nat_target.
11950         (_initialize_ppcfbsd_nat): Adjust to C++ification.  Use
11951         add_target.
11952         * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
11953         (the_ppc_nbsd_nat_target): New.
11954         (ppcnbsd_fetch_inferior_registers)
11955         (ppcnbsd_store_inferior_registers): Refactor as methods of
11956         ppc_nbsd_nat_target.
11957         (_initialize_ppcnbsd_nat): Adjust to C++ification.
11958         * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
11959         (the_ppc_obsd_nat_target): New.
11960         (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
11961         methods of ppc_obsd_nat_target.
11962         (_initialize_ppcobsd_nat): Adjust to C++ification.  Use
11963         add_target.
11964         * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
11965         (the_sh_nbsd_nat_target): New.
11966         (shnbsd_fetch_inferior_registers)
11967         (shnbsd_store_inferior_registers): Refactor as methods of
11968         sh_nbsd_nat_target.
11969         (_initialize_shnbsd_nat): Adjust to C++ification.
11970         * sparc-nat.c (sparc_xfer_wcookie): Make extern.
11971         (inf_ptrace_xfer_partial): Delete.
11972         (sparc_xfer_partial, sparc_target): Delete.
11973         * sparc-nat.h (sparc_fetch_inferior_registers)
11974         (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
11975         (sparc_target): Delete function declaration.
11976         (sparc_target): New template class.
11977         * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
11978         (_initialize_sparcnbsd_nat): Adjust to C++ification.
11979         * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
11980         (_initialize_sparc64fbsd_nat): Adjust to C++ification.  Use
11981         add_target.
11982         * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
11983         (_initialize_sparc64nbsd_nat): Adjust to C++ification.
11984         * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
11985         (_initialize_sparc64obsd_nat): Adjust to C++ification.  Use
11986         add_target.
11987         * vax-bsd-nat.c (vax_bsd_nat_target): New class.
11988         (the_vax_bsd_nat_target): New.
11989         (vaxbsd_fetch_inferior_registers)
11990         (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
11991         methods.
11992         (_initialize_vaxbsd_nat): Adjust to C++ification.
11993
11994         * bsd-kvm.c (bsd_kvm_target): New class.
11995         (bsd_kvm_ops): Now a bsd_kvm_target.
11996         (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
11997         (bsd_kvm_files_info, bsd_kvm_fetch_registers)
11998         (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
11999         bsd_kvm_target.
12000         (bsd_kvm_return_one): Delete.
12001         (bsd_kvm_add_target): Adjust to C++ification.
12002
12003         * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
12004         (nto_procfs_target_procfs): New classes.
12005         (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
12006         (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
12007         (procfs_post_attach, procfs_wait, procfs_fetch_registers)
12008         (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
12009         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
12010         (procfs_remove_hw_breakpoint, procfs_resume)
12011         (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
12012         (procfs_kill_inferior, procfs_store_registers)
12013         (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
12014         as methods of nto_procfs_target.
12015         (nto_procfs_ops): Now an nto_procfs_target_procfs.
12016         (nto_native_ops): Delete.
12017         (procfs_open, procfs_native_open): Delete.
12018         (nto_native_ops): Now an nto_procfs_target_native.
12019         (init_procfs_targets): Adjust to C++ification.
12020         (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
12021         (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
12022         Refactor as methods of nto_procfs_target.
12023
12024         * go32-nat.c (go32_nat_target): New class.
12025         (the_go32_nat_target): New.
12026         (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
12027         (go32_store_registers, go32_xfer_partial, go32_files_info)
12028         (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
12029         (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
12030         (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
12031         (go32_pid_to_str): Refactor as methods of go32_nat_target.
12032         (go32_target): Delete.
12033         (_initialize_go32_nat): Adjust to C++ification.
12034
12035         * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
12036         (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
12037         (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
12038         (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
12039         gnu_nat_target.
12040         (gnu_target): Delete.
12041         * gnu-nat.h (gnu_target): Delete.
12042         (gnu_nat_target): New class.
12043         * i386-gnu-nat.c (gnu_base_target): New.
12044         (i386_gnu_nat_target): New class.
12045         (the_i386_gnu_nat_target): New.
12046         (_initialize_i386gnu_nat): Adjust to C++ification.
12047
12048 2018-05-02  Pedro Alves  <palves@redhat.com>
12049
12050         * bfd-target.c (target_bfd_xclose): Rename to ...
12051         (target_bfd_close): ... this.
12052         (target_bfd_reopen): Adjust.
12053         * target.c (target_close): Remove references to to_xclose.
12054         * target.h (target_ops::to_xclose): Delete.
12055         (target_ops::to_close): Update comments.
12056
12057 2018-05-02  Pedro Alves  <palves@redhat.com>
12058
12059         * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
12060         "linux-nat.h".
12061         * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
12062         * inf-ptrace.c (inf_ptrace_register_u_offset)
12063         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
12064         (inf_ptrace_store_register, inf_ptrace_store_registers)
12065         (inf_ptrace_trad_target): Move to ...
12066         * linux-nat-trad.c: ... this new file.
12067         * linux-nat-trad.h: New file.
12068         * linux-nat.c (linux_target_install_ops): Make extern.
12069         (linux_trad_target): Delete.
12070         * linux-nat.h (linux_trad_target): Delete declaration.
12071         (linux_target_install_ops): Declare.
12072         * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
12073         "linux-nat.h".
12074
12075 2018-05-02  Pedro Alves  <palves@redhat.com>
12076
12077         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
12078         procfs_target/add_target here.
12079         * procfs.c (procfs_target): Make static.
12080         (_initialize_procfs): Call add_target here.
12081         * procfs.h (struct target_ops): Remove forward declaration.
12082         (procfs_target): Remove declaration.
12083         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
12084
12085 2018-05-02  Pedro Alves  <palves@redhat.com>
12086
12087         * procfs.c (procfs_stopped_by_watchpoint)
12088         (procfs_insert_watchpoint, procfs_remove_watchpoint)
12089         (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
12090         Forward declare.
12091         (procfs_use_watchpoints): Delete, move contents...
12092         (procfs_target): ... here.
12093         * procfs.h (procfs_use_watchpoints): Delete declaration.
12094         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
12095         procfs_use_watchpoints.
12096         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
12097         procfs_use_watchpoints.
12098
12099 2018-05-02  Tom Tromey  <tom@tromey.com>
12100
12101         PR python/20084:
12102         * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
12103         and var_zuinteger_unlimited.
12104         * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
12105         and PARAM_ZUINTEGER_UNLIMITED.
12106         (set_parameter_value): Handle var_zuinteger and
12107         var_zuinteger_unlimited.
12108         (add_setshow_generic): Likewise.
12109         (parmpy_init): Likewise.
12110
12111 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
12112
12113         PR rust/23124
12114         * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
12115         pointer is not null before dereferencing it.
12116
12117 2018-04-30  Tom Tromey  <tom@tromey.com>
12118
12119         * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
12120         is_mi_like_p.
12121
12122 2018-04-30  Tom Tromey  <tom@tromey.com>
12123
12124         * breakpoint.c (mention): Remove use of is_mi_like_p.
12125         (print_mention_ranged_breakpoint): Likewise.
12126         * break-catch-throw.c (print_it_exception_catchpoint): Remove use
12127         of is_mi_like_p.
12128
12129 2018-04-30  Tom Tromey  <tom@tromey.com>
12130
12131         * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
12132
12133 2018-04-30  Tom Tromey  <tom@tromey.com>
12134
12135         * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
12136         (info_spu_event_command): Remove some uses of is_mi_like_p.
12137
12138 2018-04-30  Tom Tromey  <tom@tromey.com>
12139
12140         * python/py-framefilter.c (py_print_single_arg)
12141         (enumerate_locals, py_print_args, py_print_frame): Remove some
12142         uses of is_mi_like_p.
12143
12144 2018-04-30  Tom Tromey  <tom@tromey.com>
12145
12146         * ui-out.c: Update.
12147         * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
12148         * ui-out.h (ui_out::is_mi_like_p): Now const.
12149         (ui_out::do_is_mi_like_p): Now const.
12150         * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
12151
12152 2018-04-30  Tom Tromey  <tom@tromey.com>
12153
12154         * varobj.c (varobj_set_visualizer): Use new_reference.
12155         * python/python.c (gdbpy_decode_line): Use new_reference.
12156         * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
12157         new_reference.
12158
12159 2018-04-30  Tom Tromey  <tom@tromey.com>
12160
12161         * varobj.c (install_new_value): Use new_reference.
12162         * value.h (value_incref): Return void.  Swap intro comment with
12163         value_decref.
12164         * value.c (set_value_parent): Use new_reference.
12165         (value_incref): Return void.  Update intro comment.
12166         (release_value): Use new_reference.
12167         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
12168
12169 2018-04-30  Tom Tromey  <tom@tromey.com>
12170
12171         * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
12172         * gdb_bfd.h (new_bfd_ref): Remove.
12173         (gdb_bfd_open): Update comment.
12174         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12175         (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
12176         (gdb_bfd_fdopenr): Use new_reference.
12177         * exec.c (exec_file_attach): Use new_reference.
12178
12179 2018-04-30  Tom Tromey  <tom@tromey.com>
12180
12181         * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
12182         method.
12183
12184 2018-04-30  Tom Tromey  <tom@tromey.com>
12185
12186         * jit.c (jit_read_code_entry): Use type_align.
12187         * i386-tdep.c (i386_gdbarch_init): Don't call
12188         set_gdbarch_long_long_align_bit.
12189         * gdbarch.sh: Remove long_long_align_bit.
12190         * gdbarch.c, gdbarch.h: Rebuild.
12191         * arc-tdep.c (arc_type_align): New function.
12192         (arc_gdbarch_init): Use arc_type_align.  Don't call
12193         set_gdbarch_long_long_align_bit.
12194
12195 2018-04-30  Tom Tromey  <tom@tromey.com>
12196
12197         * rust-lang.c (rust_type_alignment): Remove.
12198         (rust_composite_type): Use type_align.
12199
12200 2018-04-30  Tom Tromey  <tom@tromey.com>
12201
12202         * NEWS: Mention Type.align.
12203         * python/py-type.c (typy_get_alignof): New function.
12204         (type_object_getset): Add "alignof".
12205
12206 2018-04-30  Tom Tromey  <tom@tromey.com>
12207
12208         PR exp/17095:
12209         * NEWS: Update.
12210         * std-operator.def (UNOP_ALIGNOF): New operator.
12211         * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
12212         New.
12213         * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
12214         * c-lang.c (c_op_print_tab): Add alignof.
12215         * c-exp.y (ALIGNOF): New token.
12216         (exp): Add "ALIGNOF" production.
12217         (ident_tokens): Add _Alignof and alignof.
12218
12219 2018-04-30  Tom Tromey  <tom@tromey.com>
12220
12221         * i386-tdep.c (i386_type_align): New function.
12222         (i386_gdbarch_init): Update.
12223         * gdbarch.sh (type_align): New method.
12224         * gdbarch.c, gdbarch.h: Rebuild.
12225         * arch-utils.h (default_type_align): Declare.
12226         * arch-utils.c (default_type_align): New function.
12227         * gdbtypes.h (TYPE_ALIGN_BITS): New define.
12228         (struct type) <align_log2>: New field.
12229         <instance_flags>: Now a bitfield.
12230         (TYPE_RAW_ALIGN): New macro.
12231         (type_align, type_raw_align, set_type_align): Declare.
12232         * gdbtypes.c (type_align, type_raw_align, set_type_align): New
12233         functions.
12234         * dwarf2read.c (quirk_rust_enum): Set type alignment.
12235         (get_alignment, maybe_set_alignment): New functions.
12236         (read_structure_type, read_enumeration_type, read_array_type)
12237         (read_set_type, read_tag_pointer_type, read_tag_reference_type)
12238         (read_subrange_type, read_base_type): Set type alignment.
12239
12240 2018-04-30  Simon Marchi  <simon.marchi@ericsson.com>
12241
12242         * dwarf2read.c (read_index_from_section): Use bool.
12243
12244 2018-04-29  Fabian Groffen  <grobian@gentoo.org>
12245
12246         PR gdb/22950
12247         * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
12248         with #ifdef.
12249
12250 2018-04-29  John Reiser  <jreiser@BitWagon.com>
12251
12252         PR build/22873
12253         * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
12254         last step, and do it atomically.
12255
12256 2018-04-27  Alexandre Oliva  <aoliva@redhat.com>
12257
12258         * compile/compile-c-types.c (convert_int, convert_float):
12259         Update for C FE v1.
12260
12261 2018-04-27  Tom Tromey  <tom@tromey.com>
12262
12263         PR rust/22545:
12264         * rust-lang.c (rust_inclusive_range_type_p): New function.
12265         (rust_range): Handle inclusive ranges.
12266         (rust_compute_range): Likewise.
12267         * rust-exp.y (struct rust_op) <inclusive>: New field.
12268         (DOTDOTEQ): New constant.
12269         (range_expr): Add "..=" productions.
12270         (operator_tokens): Add "..=" token.
12271         (ast_range): Add "inclusive" parameter.
12272         (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
12273         ranges.
12274         * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
12275         bounds values.
12276         * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
12277         LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
12278         Update comments.
12279         * expprint.c (print_subexp_standard): Handle new bounds values.
12280         (dump_subexp_body_standard): Likewise.
12281
12282 2018-04-27  Tom Tromey  <tom@tromey.com>
12283
12284         * configure: Rebuild.
12285         * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
12286         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
12287         "OVERRIDE".
12288         (class symbol_needs_eval_context): Likewise.
12289         * dwarf2read.c (mock_mapped_index::symbol_name_count)
12290         (mock_mapped_index::symbol_name_at): Use "override".  Remove
12291         "virtual".
12292         * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
12293         "override".
12294         (class dwarf_expr_executor): Use "override", not "OVERRIDE".
12295         * aarch64-tdep.c (instruction_reader::read): Use "override".
12296         (instruction_reader_test::read): Likewise.
12297         * arm-tdep.c (instruction_reader::read): Use "override".
12298         (instruction_reader_thumb::read): Likewise.
12299
12300 2018-04-26  Andrzej Kaczmarek  <andrzej.kaczmarek@codecoup.pl>
12301
12302         PR remote/9665
12303         * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
12304         instead of remote_send.
12305         (remote_send): Remove.
12306
12307 2018-04-26  Pedro Alves  <palves@redhat.com>
12308
12309         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
12310         find_function_start_sal instead of find_pc_line.
12311
12312 2018-04-26  Pedro Alves  <palves@redhat.com>
12313
12314         * breakpoint.c (set_breakpoint_location_function): Handle
12315         mst_data_gnu_ifunc.
12316         * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
12317         * elfread.c (elf_symtab_read): Give data symbols with
12318         BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
12319         (elf_rel_plt_read): Update comment.
12320         * linespec.c (convert_linespec_to_sals): Handle
12321         mst_data_gnu_ifunc.
12322         (minsym_found): Handle mst_data_gnu_ifunc.
12323         * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
12324         (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
12325         * parse.c (find_minsym_type_and_address): Handle
12326         mst_data_gnu_ifunc.
12327         * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
12328         * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
12329         * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
12330         comment.
12331         <mst_data_gnu_ifunc>: New enumerator.
12332
12333 2018-04-26  Pedro Alves  <palves@redhat.com>
12334
12335         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
12336         (lookup_minimal_symbol_by_pc_section): ... this.  Replace
12337         'want_trampoline' parameter by a lookup_msym_prefer parameter.
12338         Handle it.
12339         (lookup_minimal_symbol_by_pc_section): Delete old implementation.
12340         (lookup_minimal_symbol_by_pc): Adjust.
12341         (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
12342         (lookup_solib_trampoline_symbol_by_pc): Adjust.
12343         * minsyms.h (lookup_msym_prefer): New enum.
12344         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12345         parameter by a lookup_msym_prefer parameter.
12346
12347 2018-04-26  Pedro Alves  <palves@redhat.com>
12348
12349         * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
12350         ends in "@plt" instead of looking at the symbol's section.
12351
12352 2018-04-26  Pedro Alves  <palves@redhat.com>
12353
12354         * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete.  Remove
12355         all references.
12356         (find_pc_partial_function_gnu_ifunc): Rename to ...
12357         (find_pc_partial_function): ... this, and remove references to
12358         'is_gnu_ifunc_p'.
12359         (find_pc_partial_function): Delete old implementation.
12360         * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
12361
12362 2018-04-26  Pedro Alves  <palves@redhat.com>
12363
12364         * linespec.c (struct bound_minimal_symbol_search_key): New.
12365         (convert_linespec_to_sals): Sort minimal symbols earlier.  Don't
12366         skip first line if we found a GNU ifunc minimal symbol by name.
12367         (compare_msymbols): Change parameters to work with a destructured
12368         lhs minsym.
12369         (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
12370         functions.
12371
12372 2018-04-26  Pedro Alves  <palves@redhat.com>
12373
12374         * breakpoint.c (set_breakpoint_location_function): Don't resolve
12375         ifunc targets here.  Instead, if we have an ifunc minsym, use its
12376         address/name.
12377         (add_location_to_breakpoint): Store the minsym and the objfile in
12378         the breakpoint location.
12379         * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
12380         * linespec.c (minsym_found): Resolve GNU ifunc targets here.
12381         Record the minsym in the sal.
12382         * symtab.h (symtab_and_line) <msymbol>: New field.
12383
12384 2018-04-26  Pedro Alves  <palves@redhat.com>
12385
12386         * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
12387         unless we actually resolved the ifunc.
12388
12389 2018-04-26  Pedro Alves  <palves@redhat.com>
12390
12391         * c-exp.y (variable production): Prefer ifunc minsyms over
12392         regular function symbols.
12393         * symtab.c (find_gnu_ifunc): New function.
12394         * minsyms.h (lookup_msym_prefer): New enum.
12395         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12396         parameter by a lookup_msym_prefer parameter.
12397         * symtab.h (find_gnu_ifunc): New declaration.
12398
12399 2018-04-26  Pedro Alves  <palves@redhat.com>
12400
12401         * blockframe.c (find_gnu_ifunc_target_type): New function.
12402         (find_function_type): New.
12403         * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
12404         return a value with a memory address.
12405         (eval_call): For calls to GNU ifunc functions, try to find the
12406         type of the target function from the type that the resolver
12407         returns.
12408         * gdbtypes.c (objfile_type): Don't install a return type for ifunc
12409         symbols.
12410         * infcall.c (find_function_return_type): Delete.
12411         (find_function_addr): Add 'function_type' parameter.  For calls to
12412         GNU ifunc functions, try to find the type of the target function
12413         from the type that the resolver returns, and return it via
12414         FUNCTION_TYPE.
12415         (call_function_by_hand_dummy): Adjust to use the function type
12416         returned by find_function_addr.
12417         (find_function_addr): Add 'function_type' parameter and move
12418         description here.
12419         * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
12420         declarations.
12421
12422 2018-04-26  Pedro Alves  <palves@redhat.com>
12423
12424         * c-exp.y (variable production): Skip finding an alias for ifunc
12425         symbols.
12426
12427 2018-04-26  Pedro Alves  <palves@redhat.com>
12428
12429         * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
12430
12431 2018-04-25  Pedro Alves  <palves@redhat.com>
12432
12433         * infcmd.c (kill_command): Print the pid as string, not the whole
12434         thread's ptid.  Add comment.  s/has been killed/killed/ in output
12435         message.
12436         * remote.c (remote_detach_1): Print the pid as string, not the
12437         whole thread's ptid.
12438
12439 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12440             Sergio Durigan Junior  <sergiodj@redhat.com>
12441             Pedro Alves  <palves@redhat.com>
12442
12443         * infcmd.c (kill_command): Print message when inferior has
12444         been killed.
12445         * inferior.c (print_inferior_events): Remove 'static'.  Set as
12446         '1'.
12447         (add_inferior): Improve message printed when
12448         'print_inferior_events' is on.
12449         (exit_inferior): Remove message printed when
12450         'print_inferior_events' is on.
12451         (detach_inferior): Improve message printed when
12452         'print_inferior_events' is on.
12453         (initialize_inferiors): Use 'add_inferior_silent' to set
12454         'current_inferior_'.
12455         * inferior.h (print_inferior_events): Declare here as
12456         'extern'.
12457         * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
12458         '[Detaching...]' messages when 'print_inferior_events' is on.
12459         Use 'add_thread_silent' instead of 'add_thread'.  Add '[' and ']'
12460         as prefix/suffix for messages.  Remove periods.  Fix erroneous
12461         'Detaching after fork from child...', replace it by '... from
12462         parent...'.
12463         (handle_vfork_child_exec_or_exit): Add '[' and ']' as
12464         prefix/suffix when printing 'Detaching...' messages.  Print
12465         them when 'print_inferior_events' is on.
12466         * remote.c (remote_detach_1): Print message when detaching
12467         from inferior and '!is_fork_parent'.
12468
12469 2018-04-24  Tom Tromey  <tom@tromey.com>
12470
12471         * cli-out.h: Reindent.
12472
12473 2018-04-24  Tom Tromey  <tom@tromey.com>
12474
12475         * cli-out.c (cli_ui_out::out_field_fmt): Remove.
12476         (cli_ui_out::do_field_string): Use fputs_filtered.
12477         * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
12478
12479 2018-04-23  Tom Tromey  <tom@tromey.com>
12480
12481         * guile/scm-frame.c (gdbscm_frame_read_var): Use
12482         gdb::unique_xmalloc_ptr.
12483
12484 2018-04-23  Tom Tromey  <tom@tromey.com>
12485
12486         * configure: Rebuild.
12487
12488 2018-04-22  Rajendra SY  <rajendra.sy@gmail.com>
12489
12490         PR gdb/23095
12491         * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
12492         prepare_for_testing.  Set normal_bp to r_debug_state if target
12493         is bsd.
12494
12495 2018-04-21  Pedro Alves  <palves@redhat.com>
12496             Rajendra SY  <rajendra.sy@gmail.com>
12497
12498         * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
12499         * remote.c (extended_remote_attach): In all-stop mode, mark the
12500         thread as executing.
12501
12502 2018-04-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
12503
12504         * thread.c (thread_apply_all_command): Fix comment.
12505         (thread_command): Fix comment.
12506
12507 2018-04-10  Alan Hayward  <alan.hayward@arm.com>
12508
12509         * common/tdesc.h (tdesc_create_feature): Remove xml filename
12510         parameter.
12511         * features/aarch64-core.c (create_feature_aarch64_core):
12512         Regenerate.
12513         * features/aarch64-fpu.c (create_feature_aarch64_fpu):
12514         Likewise.
12515         * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
12516         Likewise.
12517         * features/i386/32bit-avx512.c
12518         (create_feature_i386_32bit_avx512): Likewise.
12519         * features/i386/32bit-core.c (create_feature_i386_32bit_core):
12520         Likewise.
12521         * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
12522         Likewise.
12523         * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
12524         Likewise.
12525         * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
12526         Likewise.
12527         * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
12528         Likewise.
12529         * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
12530         Likewise.
12531         * features/i386/64bit-avx512.c
12532         (create_feature_i386_64bit_avx512): Likewise.
12533         * features/i386/64bit-core.c (create_feature_i386_64bit_core):
12534         Likewise.
12535         * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
12536         Likewise.
12537         * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
12538         Likewise.
12539         * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
12540         Likewise.
12541         * features/i386/64bit-segments.c
12542         (create_feature_i386_64bit_segments): Likewise.
12543         * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
12544         Likewise.
12545         * features/i386/x32-core.c
12546         (create_feature_i386_x32_core): Likewise.
12547         * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
12548         * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
12549         * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
12550         * target-descriptions.c: In generated code, don't pass xml
12551         filename.
12552
12553 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12554
12555         * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
12556         (print_xml_feature::visit_post): Likewise.
12557         (print_xml_feature::visit): Likewise.
12558         * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
12559         (print_xml_feature): Add new class.
12560         * regformats/regdat.sh: Null xmltarget on feature targets.
12561         * target-descriptions.c (struct target_desc): Add xmltarget.
12562         (maintenance_check_tdesc_xml_convert): Add unittest function.
12563         (tdesc_get_features_xml): Add function to get xml.
12564         (maintenance_check_xml_descriptions): Test xml generation.
12565         * xml-tdesc.c (string_read_description_xml): Add function.
12566         * xml-tdesc.h (string_read_description_xml): Add declaration.
12567
12568 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12569
12570         * features/Makefile: Add feature marker to targets with new style
12571         target descriptions.
12572         * regformats/aarch64.dat: Regenerate.
12573         * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
12574         * regformats/i386/amd64-avx-linux.dat: Likewise.
12575         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
12576         * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
12577         * regformats/i386/amd64-linux.dat: Likewise.
12578         * regformats/i386/amd64-mpx-linux.dat: Likewise.
12579         * regformats/i386/amd64.dat: Likewise.
12580         * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
12581         * regformats/i386/i386-avx-linux.dat: Likewise.
12582         * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
12583         * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
12584         * regformats/i386/i386-linux.dat: Likewise.
12585         * regformats/i386/i386-mmx-linux.dat: Likewise.
12586         * regformats/i386/i386-mpx-linux.dat: Likewise.
12587         * regformats/i386/i386.dat: Likewise.
12588         * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
12589         * regformats/i386/x32-avx-linux.dat: Likewise.
12590         * regformats/i386/x32-linux.dat: Likewise.
12591         * regformats/tic6x-c62x-linux.dat: Likewise.
12592         * regformats/tic6x-c64x-linux.dat: Likewise.
12593         * regformats/tic6x-c64xp-linux.dat: Likewise.
12594         * regformats/regdat.sh: Parse feature marker.
12595
12596 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12597
12598         * common/tdesc.h (tdesc_architecture_name): Add new declaration.
12599         (tdesc_osabi_name): Likewise.
12600         * target-descriptions.c (tdesc_architecture_name): Add new
12601         function.
12602         (tdesc_osabi_name): Likewise.
12603
12604 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12605
12606         * common/tdesc.c (tdesc_predefined_type): Move to here.
12607         (tdesc_named_type): Likewise.
12608         (tdesc_create_vector): Likewise.
12609         (tdesc_create_struct): Likewise.
12610         (tdesc_set_struct_size): Likewise.
12611         (tdesc_create_union): Likewise.
12612         (tdesc_create_flags): Likewise.
12613         (tdesc_create_enum): Likewise.
12614         (tdesc_add_field): Likewise.
12615         (tdesc_add_typed_bitfield): Likewise.
12616         (tdesc_add_bitfield): Likewise.
12617         (tdesc_add_flag): Likewise.
12618         (tdesc_add_enum_value): Likewise.
12619         * common/tdesc.h (struct tdesc_type_builtin): Likewise.
12620         (struct tdesc_type_vector): Likewise.
12621         (struct tdesc_type_field): Likewise.
12622         (struct tdesc_type_with_fields): Likewise.
12623         (tdesc_create_enum): Add declaration.
12624         (tdesc_add_typed_bitfield): Likewise.
12625         (tdesc_add_enum_value): Likewise.
12626         * target-descriptions.c (tdesc_type_field): Move from here.
12627         (tdesc_type_builtin): Likewise.
12628         (tdesc_type_vector): Likewise.
12629         (tdesc_type_with_fields): Likewise.
12630         (tdesc_predefined_types): Likewise.
12631         (tdesc_named_type): Likewise.
12632         (tdesc_create_vector): Likewise.
12633         (tdesc_create_struct): Likewise.
12634         (tdesc_set_struct_size): Likewise.
12635         (tdesc_create_union): Likewise.
12636         (tdesc_create_flags): Likewise.
12637         (tdesc_create_enum): Likewise.
12638         (tdesc_add_field): Likewise.
12639         (tdesc_add_typed_bitfield): Likewise.
12640         (tdesc_add_bitfield): Likewise.
12641         (tdesc_add_flag): Likewise.
12642         (tdesc_add_enum_value): Likewise.
12643         * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
12644         (tdesc_add_typed_bitfield): Likewise.
12645         (tdesc_add_enum_value): Likewise.
12646
12647 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12648
12649         * common/tdesc.c (tdesc_feature::accept): Move to here.
12650         (tdesc_feature::operator==): Likewise.
12651         (tdesc_create_reg): Likewise.
12652         * common/tdesc.h (tdesc_type_kind): Likewise.
12653         (struct tdesc_type): Likewise.
12654         (struct tdesc_feature): Likewise.
12655         * regformats/regdat.sh: Create a feature.
12656         * target-descriptions.c (tdesc_type_kind): Move from here.
12657         (tdesc_type): Likewise.
12658         (tdesc_type_up): Likewise.
12659         (tdesc_feature): Likewise.
12660         (tdesc_create_reg): Likewise.
12661
12662 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12663
12664         * Makefile.in: Add arch/tdesc.c
12665         * common/tdesc.c: New file.
12666         * common/tdesc.h (tdesc_element_visitor): Move to here.
12667         (tdesc_element): Likewise.
12668         (tdesc_reg): Likewise.
12669         (tdesc_reg_up): Likewise.
12670         * regformats/regdef.h (reg): Add offset to constructors.
12671         * target-descriptions.c (tdesc_element_visitor): Move from here.
12672         (tdesc_element): Likewise.
12673         (tdesc_reg): Likewise.
12674         (tdesc_reg_up): Likewise.
12675
12676 2018-04-17  Tom Tromey  <tom@tromey.com>
12677
12678         * dwarf2read.c (quirk_rust_enum): Conditionally drop the
12679         discriminant field.
12680
12681 2018-04-17  Tom Tromey  <tom@tromey.com>
12682
12683         * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
12684
12685 2018-04-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12686
12687         * symtab.c (print_symbol_info): Skip printing filename and line
12688         number when `last' is NULL.
12689         (symtab_symbol_info): Use empty string instead of NULL for first
12690         invocation of print_symbol_info.
12691         (rbreak_command): Pass NULL to `last' parameter of
12692         print_symbol_info.
12693
12694 2018-04-16  Simon Marchi  <simon.marchi@ericsson.com>
12695
12696         * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
12697         instead of nullptr.
12698
12699 2018-04-16  Pedro Alves  <palves@redhat.com>
12700
12701         * MAINTAINERS (sh): Remove.
12702         * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
12703         (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
12704         (ALLDEPFILES): Remove sh64-tdep.c.
12705         * NEWS: Mentions that support for SH-5/SH64 is removed.
12706         * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
12707         (sh*-*-openbsd*): Ditto.
12708         (sh64-*-elf*): Remove.
12709         (sh*): Remove.
12710         * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
12711         * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
12712         * sh-tdep.c: No longer include "sh64-tdep.h".
12713         (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
12714         * sh64-tdep.c, sh64-tdep.h: Remove files.
12715
12716 2018-04-16  Pedro Alves  <palves@redhat.com>
12717
12718         * MAINTAINERS: Remove m88k.
12719         * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
12720         (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
12721         (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
12722         * NEWS: Mention that support for m88k was removed.
12723         * configure.host (m88*-*-*): Remove support.
12724         * configure.nat (m88k-*-*): Remove support.
12725         * configure.tgt (m88*-*-openbsd*): Remove.
12726         * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
12727
12728 2018-04-15  Simon Marchi  <simon.marchi@polymtl.ca>
12729
12730         * configure.tgt (x86_tobjs): New variable.
12731         (amd64_tobjs, i386_tobjs): Use it.
12732
12733 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12734
12735         * symtab.c (print_symbol_info): Precede the symbol definition by
12736         the line number when available.
12737         * NEWS: Advertise this enhancement.
12738
12739 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12740
12741         * NEWS (New options): announce set/show record btrace cpu.
12742         * btrace.c: Include record-btrace.h.
12743         (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
12744         the vendor is unknown.
12745         (btrace_compute_ftrace_1): Add cpu parameter.  Update callers.
12746         Maybe overwrite the btrace configuration's cpu.
12747         (btrace_compute_ftrace): Add cpu parameter.  Update callers.
12748         (btrace_fetch): Add cpu parameter.  Update callers.
12749         (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
12750         Maybe overwrite the btrace configuration's cpu.  Skip enabling
12751         errata workarounds if the vendor is unknown.
12752         * python/py-record-btrace.c: Include record-btrace.h.
12753         (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
12754         (recpy_bt_function_call_history): Call record_btrace_get_cpu.
12755         * record-btrace.c (record_btrace_cpu_state_kind): New.
12756         (record_btrace_cpu): New.
12757         (set_record_btrace_cpu_cmdlist): New.
12758         (record_btrace_get_cpu): New.
12759         (require_btrace_thread, record_btrace_info)
12760         (record_btrace_resume_thread): Call record_btrace_get_cpu.
12761         (cmd_set_record_btrace_cpu_none): New.
12762         (cmd_set_record_btrace_cpu_auto): New.
12763         (cmd_set_record_btrace_cpu): New.
12764         (cmd_show_record_btrace_cpu): New.
12765         (_initialize_record_btrace): Initialize set/show record btrace cpu
12766         commands.
12767         * record-btrace.h (record_btrace_get_cpu): New.
12768
12769 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12770
12771         * record.c (set_record_command): Fix typo in message.
12772
12773 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12774
12775         * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
12776
12777 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12778
12779         * infrun.c (process_event_stop_test): Call
12780         gdbarch_in_indirect_branch_thunk.
12781         * gdbarch.sh (in_indirect_branch_thunk): New.
12782         * gdbarch.c: Regenerated.
12783         * gdbarch.h: Regenerated.
12784         * x86-tdep.h: New.
12785         * x86-tdep.c: New.
12786         * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
12787         (HFILES_NO_SRCDIR): Add x86-tdep.h.
12788         (ALLDEPFILES): Add x86-tdep.c.
12789         * arch-utils.h (default_in_indirect_branch_thunk): New.
12790         * arch-utils.c (default_in_indirect_branch_thunk): New.
12791         * i386-tdep: Include x86-tdep.h.
12792         (i386_in_indirect_branch_thunk): New.
12793         (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
12794         function.
12795         * amd64-tdep: Include x86-tdep.h.
12796         (amd64_in_indirect_branch_thunk): New.
12797         (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
12798
12799 2018-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12800
12801         PR gdb/23053
12802         * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
12803         (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
12804         (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
12805         regression.
12806
12807 2018-04-12  Tom Tromey  <tom@tromey.com>
12808
12809         * rust-lang.c (rust_print_struct_def): Remove univariant code.
12810         (rust_evaluate_subexp): Likewise.
12811
12812 2018-04-12  Pedro Alves  <palves@redhat.com>
12813
12814         * procfs.c (procfs_detach): Make forward declaration's prototype
12815         match definition's protototype.
12816         (proc_get_LDT_entry): Remove stale do_cleanups call.
12817
12818 2018-04-12  Pedro Alves  <palves@redhat.com>
12819
12820         * target.h (target_ops::to_has_exited): Delete.
12821         (target_has_exited): Delete.
12822         * target-delegates.c: Regenerate.
12823
12824 2018-04-11  Pedro Alves  <palves@redhat.com>
12825
12826         * target.c (fileio_fh_t::t): Add comment.
12827         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12828         (target_fileio_close): Handle a NULL target.
12829         (invalidate_fileio_fh): New.
12830         (target_close): Call it.
12831         * remote.c (remote_hostio_send_command): No longer check whether
12832         remote_desc is open.
12833
12834 2018-04-11  Pedro Alves  <palves@redhat.com>
12835
12836         * target.c (fileio_fh_t): Make it a named struct instead of a
12837         typedef.
12838         (fileio_fh_t::is_closed): New method.
12839         (DEF_VEC_O (fileio_fh_t)): Remove.
12840         (fileio_fhandles): Now a std::vector.
12841         (is_closed_fileio_fh): Delete.
12842         (acquire_fileio_fd): Adjust.  Rename parameters.
12843         (release_fileio_fd): Adjust.
12844         (fileio_fd_to_fh): Reimplement as a function instead of a macro.
12845         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12846         (target_fileio_close): Adjust.
12847
12848 2018-04-10  Simon Marchi  <simon.marchi@ericsson.com>
12849
12850         * auto-load.c (auto_load_safe_path_vec_update): Iterate by
12851         index.
12852
12853 2018-04-10  Pedro Alves  <palves@redhat.com>
12854
12855         * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
12856         (scoped_finish_thread_state): New class.
12857         * infcmd.c (run_command_1): Use it instead of finish_thread_state
12858         cleanup.
12859         * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
12860         (fetch_inferior_event, normal_stop): Likewise.
12861         * thread.c (finish_thread_state_cleanup): Delete.
12862
12863 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12864             Pedro Alves  <palves@redhat.com>
12865
12866         * value.c: Include "selftest.h" and "common/array-view.h".
12867         (struct range) <operator ==>: New.
12868         (test_ranges_contain): New.
12869         (check_ranges_vector): New.
12870         (test_insert_into_bit_range_vector): New.
12871         (_initialize_values): Register selftests.
12872         * common/array-view.h (operator==, operator!=): New.
12873
12874 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12875
12876         * common/gdb_vecs.h (unordered_remove): Add overload that takes
12877         an iterator.
12878         * inline-frame.c: Include <algorithm>.
12879         (struct inline_state): Add constructor.
12880         (inline_state_s): Remove.
12881         (DEF_VEC_O(inline_state_s)): Remove.
12882         (inline_states): Change type to std::vector.
12883         (find_inline_frame_state): Adjust to std::vector.
12884         (allocate_inline_frame_state): Remove.
12885         (clear_inline_frame_state): Adjust to std::vector.
12886         (skip_inline_frames): Adjust to std::vector.
12887
12888 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12889
12890         * tracepoint.h (struct trace_state_variable): Add constructor.
12891         <name>: Change type to std::string.
12892         * tracepoint.c (tsv_s): Remove.
12893         (DEF_VEC_O(tsv_s)): Remove.
12894         (tvariables): Change to std::vector.
12895         (create_trace_state_variable): Adjust to std::vector.
12896         (find_trace_state_variable): Likewise.
12897         (find_trace_state_variable_by_number): Likewise.
12898         (delete_trace_state_variable): Likewise.
12899         (trace_variable_command): Adjust to std::string.
12900         (delete_trace_variable_command): Likewise.
12901         (tvariables_info_1): Adjust to std::vector.
12902         (save_trace_state_variables): Likewise.
12903         (start_tracing): Likewise.
12904         (merge_uploaded_trace_state_variables): Adjust to std::vector
12905         and std::string.
12906         * target.h (struct target_ops)
12907         <to_download_trace_state_variable>: Pass reference to
12908         trace_state_variable.
12909         * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
12910         * target-delegates.c: Re-generate.
12911         * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
12912         (mi_tsv_deleted): Likewise.
12913         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
12914         * remote.c (remote_download_trace_state_variable): Change
12915         pointer to reference and adjust.
12916         * make-target-delegates (parse_argtypes): Handle references.
12917         (write_function_header): Likewise.
12918         (munge_type): Likewise.
12919
12920 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12921
12922         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12923         string_view-selftests.c.
12924         * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
12925         testsuite.
12926         * unittests/basic_string_view/cons/char/1.cc: Likewise.
12927         * unittests/basic_string_view/cons/char/2.cc: Likewise.
12928         * unittests/basic_string_view/cons/char/3.cc: Likewise.
12929         * unittests/basic_string_view/element_access/char/1.cc:
12930         Likewise.
12931         * unittests/basic_string_view/element_access/char/empty.cc:
12932         Likewise.
12933         * unittests/basic_string_view/element_access/char/front_back.cc:
12934         Likewise.
12935         * unittests/basic_string_view/inserters/char/2.cc: Likewise.
12936         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
12937         Likewise.
12938         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
12939         Likewise.
12940         * unittests/basic_string_view/modifiers/swap/char/1.cc:
12941         Likewise.
12942         * unittests/basic_string_view/operations/compare/char/1.cc:
12943         Likewise.
12944         * unittests/basic_string_view/operations/compare/char/13650.cc:
12945         Likewise.
12946         * unittests/basic_string_view/operations/copy/char/1.cc:
12947         Likewise.
12948         * unittests/basic_string_view/operations/data/char/1.cc:
12949         Likewise.
12950         * unittests/basic_string_view/operations/find/char/1.cc:
12951         Likewise.
12952         * unittests/basic_string_view/operations/find/char/2.cc:
12953         Likewise.
12954         * unittests/basic_string_view/operations/find/char/3.cc:
12955         Likewise.
12956         * unittests/basic_string_view/operations/find/char/4.cc:
12957         Likewise.
12958         * unittests/basic_string_view/operations/rfind/char/1.cc:
12959         Likewise.
12960         * unittests/basic_string_view/operations/rfind/char/2.cc:
12961         Likewise.
12962         * unittests/basic_string_view/operations/rfind/char/3.cc:
12963         Likewise.
12964         * unittests/basic_string_view/operations/substr/char/1.cc:
12965         Likewise.
12966         * unittests/basic_string_view/operators/char/2.cc: Likewise.
12967         * unittests/string_view-selftests.c: New file.
12968
12969 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12970
12971         * unittests/basic_string_view/capacity/1.cc: New file.
12972         * unittests/basic_string_view/capacity/empty_neg.cc: New file.
12973         * unittests/basic_string_view/cons/char/1.cc: New file.
12974         * unittests/basic_string_view/cons/char/2.cc: New file.
12975         * unittests/basic_string_view/cons/char/3.cc: New file.
12976         * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
12977         * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
12978         * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
12979         * unittests/basic_string_view/element_access/char/1.cc: New file.
12980         * unittests/basic_string_view/element_access/char/2.cc: New file.
12981         * unittests/basic_string_view/element_access/char/empty.cc: New file.
12982         * unittests/basic_string_view/element_access/char/front_back.cc: New file.
12983         * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
12984         * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
12985         * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
12986         * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
12987         * unittests/basic_string_view/include.cc: New file.
12988         * unittests/basic_string_view/inserters/char/1.cc: New file.
12989         * unittests/basic_string_view/inserters/char/2.cc: New file.
12990         * unittests/basic_string_view/inserters/char/3.cc: New file.
12991         * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
12992         * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
12993         * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
12994         * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
12995         * unittests/basic_string_view/literals/types.cc: New file.
12996         * unittests/basic_string_view/literals/values.cc: New file.
12997         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
12998         * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
12999         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
13000         * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
13001         * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
13002         * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
13003         * unittests/basic_string_view/operations/compare/char/1.cc: New file.
13004         * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
13005         * unittests/basic_string_view/operations/compare/char/2.cc: New file.
13006         * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
13007         * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
13008         * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
13009         * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
13010         * unittests/basic_string_view/operations/copy/char/1.cc: New file.
13011         * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
13012         * unittests/basic_string_view/operations/data/char/1.cc: New file.
13013         * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
13014         * unittests/basic_string_view/operations/find/char/1.cc: New file.
13015         * unittests/basic_string_view/operations/find/char/2.cc: New file.
13016         * unittests/basic_string_view/operations/find/char/3.cc: New file.
13017         * unittests/basic_string_view/operations/find/char/4.cc: New file.
13018         * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
13019         * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
13020         * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
13021         * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
13022         * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
13023         * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
13024         * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
13025         * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
13026         * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
13027         * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
13028         * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
13029         * unittests/basic_string_view/operations/substr/char/1.cc: New file.
13030         * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
13031         * unittests/basic_string_view/operators/char/2.cc: New file.
13032         * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
13033         * unittests/basic_string_view/range_access/char/1.cc: New file.
13034         * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
13035         * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
13036         * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
13037         * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
13038         * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
13039         * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
13040         * unittests/basic_string_view/requirements/typedefs.cc: New file.
13041         * unittests/basic_string_view/typedefs.cc: New file.
13042         * unittests/basic_string_view/types/1.cc: New file.
13043
13044 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
13045
13046         * common/gdb_string_view.h: Remove libstdc++ implementation
13047         details, adjust to gdb reality.
13048         * common/gdb_string_view.tcc: Likewise.
13049         * cli/cli-script.c (struct string_view): Remove.
13050         (user_args) <m_args>: Change element type to gdb::string_view.
13051         (user_args::insert_args): Adjust.
13052
13053 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
13054
13055         * common/gdb_string_view.h: New file.
13056         * common/gdb_string_view.tcc: New file.
13057
13058 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
13059
13060         * ax_cxx_compile_stdcxx.m4: Sync with upstream.
13061         * configure: Re-generate.
13062
13063 2018-04-09  Pedro Alves  <palves@redhat.com>
13064
13065         * gdbarch.sh: Include "observable.h" instead of "observer.h".
13066         (set_target_gdbarch): Call
13067         gdb::observers::architecture_changed.notify instead of
13068         observer_notify_architecture_changed.
13069
13070 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13071
13072         * tracepoint.c (struct current_traceframe_cleanup): Remove.
13073         (do_restore_current_traceframe_cleanup): Remove.
13074         (restore_current_traceframe_cleanup_dtor): Remove.
13075         (make_cleanup_restore_current_traceframe): Remove.
13076         (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
13077         New.
13078         * tracepoint.h (struct scoped_restore_current_traceframe): New.
13079         * infrun.c (fetch_inferior_event): Use
13080         scoped_restore_current_traceframe.
13081
13082 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13083
13084         * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
13085         Remove.
13086         <n_allocated_type_units>: Remove.
13087         <all_type_units>: Change to std::vector.
13088         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
13089         to std::vector change.
13090         (dwarf2_per_objfile::get_cutu): Likewise.
13091         (dwarf2_per_objfile::get_tu): Likewise.
13092         (create_signatured_type_table_from_index): Likewise.
13093         (create_signatured_type_table_from_debug_names): Likewise.
13094         (dw2_symtab_iter_next): Likewise.
13095         (dw2_print_stats): Likewise.
13096         (dw2_expand_all_symtabs): Likewise.
13097         (dw2_expand_marked_cus): Likewise.
13098         (dw2_debug_names_iterator::next): Likewise.
13099         (dwarf2_initialize_objfile): Likewise.
13100         (add_signatured_type_cu_to_table): Likewise.
13101         (create_all_type_units): Likewise.
13102         (add_type_unit): Likewise.
13103         (struct tu_abbrev_offset): Add constructor.
13104         (build_type_psymtabs_1): Adjust to std::vector change.
13105         (print_tu_stats): Likewise.
13106         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13107         (write_debug_names): Likewise.
13108
13109 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13110
13111         * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
13112         Make an std::vector.
13113         <n_comp_units>: Remove.
13114         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
13115         to std::vector change.
13116         (dwarf2_per_objfile::get_cutu): Likewise.
13117         (dwarf2_per_objfile::get_cu): Likewise.
13118         (create_cus_from_index): Likewise.
13119         (create_addrmap_from_index): Likewise.
13120         (create_addrmap_from_aranges): Likewise.
13121         (dwarf2_read_index): Likewise.
13122         (dw2_find_last_source_symtab): Likewise.
13123         (dw2_map_symtabs_matching_filename): Likewise.
13124         (dw2_symtab_iter_next): Likewise.
13125         (dw2_print_stats): Likewise.
13126         (dw2_expand_all_symtabs): Likewise.
13127         (dw2_expand_symtabs_with_fullname): Likewise.
13128         (dw2_expand_marked_cus): Likewise.
13129         (dw2_map_symbol_filenames): Likewise.
13130         (create_cus_from_debug_names): Likewise.
13131         (dwarf2_read_debug_names): Likewise.
13132         (dw2_debug_names_iterator::next): Likewise.
13133         (dwarf2_initialize_objfile): Likewise.
13134         (set_partial_user): Likewise.
13135         (dwarf2_build_psymtabs_hard): Likewise.
13136         (read_comp_units_from_section): Remove arguments, adjust to
13137         std::vector change.
13138         (create_all_comp_units): Adjust to std::vector and
13139         read_comp_units_from_section changes.
13140         (dwarf2_find_containing_comp_unit): Adjust to std::vector
13141         change.
13142         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
13143         (psyms_seen_size): Likewise.
13144         (write_gdbindex): Likewise.
13145         (write_debug_names): Likewise.
13146
13147 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13148
13149         * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
13150         with dwarf2_per_objfile.
13151         (create_cus_from_index): Likewise.
13152         (create_signatured_type_table_from_index): Likewise.
13153         (dwarf2_read_index): Likewise.
13154         (dwarf2_initialize_objfile): Likewise.
13155         (dwarf2_fetch_die_loc_sect_off):  Get dwarf2_per_objfile from
13156         per_cu rather than get_dwarf2_per_objfile.
13157
13158 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13159
13160         * dwarf2read.h (struct signatured_type): Forward declare.
13161         (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
13162         New methods.
13163         * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
13164         (dw2_get_cutu): ...this.
13165         (dwarf2_per_objfile::get_cu): Rename from...
13166         (dw2_get_cu): ...this.
13167         (dwarf2_per_objfile::get_tu): New.
13168         (create_addrmap_from_index): Adjust.
13169         (create_addrmap_from_aranges): Adjust.
13170         (dw2_find_last_source_symtab): Adjust.
13171         (dw2_map_symtabs_matching_filename): Adjust.
13172         (dw2_symtab_iter_next): Adjust.
13173         (dw2_print_stats): Adjust.
13174         (dw2_expand_all_symtabs): Adjust.
13175         (dw2_expand_symtabs_with_fullname): Adjust.
13176         (dw2_expand_marked_cus): Adjust.
13177         (dw_expand_symtabs_matching_file_matcher): Adjust.
13178         (dw2_map_symbol_filenames): Adjust.
13179         (dw2_debug_names_iterator::next): Adjust.
13180         (dwarf2_initialize_objfile): Adjust.
13181         (set_partial_user): Adjust.
13182         (dwarf2_build_psymtabs_hard): Adjust.
13183
13184 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13185
13186         * dwarf2read.c (create_signatured_type_table_from_debug_names):
13187         Remove unused variables.
13188         (dw2_map_symtabs_matching_filename): Likewise.
13189         (dwarf2_record_block_ranges): Likewise.
13190         (dwarf2_read_addr_index): Likewise.
13191         (follow_die_offset): Likewise.
13192
13193 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13194
13195         * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
13196         to symbol_file_add_main.
13197
13198 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13199
13200         PR mi/22299
13201         * mi/mi-console.c (do_fputc_async_safe): New.
13202         (mi_console_file::write_async_safe): New.
13203         (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
13204         * mi/mi-console.h (class mi_console_file) <write_async_safe>:
13205         New.
13206         * ui-file.c (ui_file::putstrn): Adjust call to
13207         fputstrn_unfiltered.
13208         * utils.c (printchar): Replace do_fputs and do_fprintf
13209         parameters by do_fputc.
13210         (fputstr_filtered): Adjust call to printchar.
13211         (fputstr_unfiltered): Likewise.
13212         (fputstrn_filtered): Likewise.
13213         (fputstrn_unfiltered): Add do_fputc parameter, pass to
13214         printchar.
13215         * utils.h (do_fputc_ftype): New typedef.
13216         (fputstrn_unfiltered): Add do_fputc parameter.
13217
13218 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
13219
13220         * regformats/i386/i386-avx.dat: Remove.
13221
13222 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
13223
13224         PR gdb/22979
13225         * amd64-tdep.c (amd64_none_init_abi): New function.
13226         (amd64_x32_none_init_abi): New function.
13227         (_initialize_amd64_tdep): Register handlers for x86-64 and
13228         x64_32 with GDB_OSABI_NONE.
13229         * osabi.c (gdbarch_init_osabi): Allow running handlers for the
13230         GDB_OSABI_NONE osabi.
13231
13232 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
13233
13234         PR gdb/22980
13235         * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
13236         GDB_OSABI_NONE.
13237         * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
13238         * osabi.c (gdb_osabi_names): Add "unknown" entry.
13239
13240 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
13241
13242         * common/byte-vector.h (char_vector): New type.
13243         * target.h (target_read_alloc): Return
13244         gdb::optional<byte_vector>.
13245         (target_read_stralloc): Return gdb::optional<char_vector>.
13246         (target_get_osdata): Return gdb::optional<char_vector>.
13247         * target.c (target_read_alloc_1): Templatize.  Replacement
13248         manual memory management with vector.
13249         (target_read_alloc): Change return type, adjust.
13250         (target_read_stralloc): Change return type, adjust.
13251         (target_get_osdata): Change return type, adjust.
13252         * auxv.c (struct auxv_info) <length>: Remove.
13253         <data>: Change type to gdb::optional<byte_vector>.
13254         (auxv_inferior_data_cleanup): Free auxv_info with delete.
13255         (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
13256         (target_auxv_search): Adjust.
13257         (fprint_target_auxv): Adjust.
13258         * avr-tdep.c (avr_io_reg_read_command): Adjust.
13259         * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
13260         (linux_make_corefile_notes): Adjust.
13261         * osdata.c (get_osdata): Adjust.
13262         * remote.c (remote_get_threads_with_qxfer): Adjust.
13263         (remote_memory_map): Adjust.
13264         (remote_traceframe_info): Adjust.
13265         (btrace_read_config): Adjust.
13266         (remote_read_btrace): Adjust.
13267         (remote_pid_to_exec_file): Adjust.
13268         * solib-aix.c (solib_aix_get_library_list): Adjust.
13269         * solib-dsbt.c (decode_loadmap): Don't free buf.
13270         (dsbt_get_initial_loadmaps): Adjust.
13271         * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
13272         * solib-target.c (solib_target_current_sos): Adjust.
13273         * tracepoint.c (sdata_make_value): Adjust.
13274         * xml-support.c (xinclude_start_include): Adjust.
13275         (xml_fetch_content_from_file): Adjust.
13276         * xml-support.h (xml_fetch_another): Change return type.
13277         (xml_fetch_content_from_file): Change return type.
13278         * xml-syscall.c (xml_init_syscalls_info): Adjust.
13279         * xml-tdesc.c (file_read_description_xml): Adjust.
13280         (fetch_available_features_from_target): Change return type.
13281         (target_fetch_description_xml): Adjust.
13282         (target_read_description_xml): Adjust.
13283
13284 2018-04-06  Tom Tromey  <tom@tromey.com>
13285
13286         * value.c (~value): Update.
13287         (struct value) <contents>: Now unique_xmalloc_ptr.
13288         (value_contents_bits_eq, allocate_value_contents)
13289         (value_contents_raw, value_contents_all_raw)
13290         (value_contents_for_printing, value_contents_for_printing_const)
13291         (set_value_enclosing_type): Update.
13292
13293 2018-04-06  Tom Tromey  <tom@tromey.com>
13294
13295         * value.c (range_s): Remove typedef, VEC.
13296         (struct range): Add operator<.
13297         (range_lessthan): Remove.
13298         (ranges_contain): Change type.
13299         (~value): Update.
13300         (struct value) <unavailable, optimized_out>: Now std::vector.
13301         (value_entirely_available)
13302         (value_entirely_covered_by_range_vector)
13303         (value_entirely_unavailable, value_entirely_optimized_out):
13304         Update.
13305         (insert_into_bit_range_vector): Change argument type.
13306         (find_first_range_overlap): Likewise.
13307         (struct ranges_and_idx, value_contents_bits_eq)
13308         (require_not_optimized_out, require_available): Update.
13309         (ranges_copy_adjusted): Change argument types.
13310         (value_optimized_out, value_copy, value_fetch_lazy): Update.
13311
13312 2018-04-06  Tom Tromey  <tom@tromey.com>
13313
13314         * value.c (~value): Update.
13315         (struct value) <parent>: Now a value_ref_ptr.
13316         (value_parent, set_value_parent, value_address, value_copy):
13317         Update.
13318
13319 2018-04-06  Tom Tromey  <tom@tromey.com>
13320
13321         * value.c (struct value): Add constructor, destructor, and member
13322         initializers.
13323         (allocate_value_lazy, value_decref): Update.
13324
13325 2018-04-06  Tom Tromey  <tom@tromey.com>
13326
13327         * value.c (struct value) <released, next>: Remove.
13328         (all_values): Now a std::vector.
13329         (allocate_value_lazy): Update.
13330         (value_next): Remove.
13331         (value_mark, value_free_to_mark, release_value)
13332         (value_release_to_mark): Update.
13333
13334 2018-04-06  Tom Tromey  <tom@tromey.com>
13335
13336         * value.h (fetch_subexp_value, value_release_to_mark): Update.
13337         (free_value_chain): Remove.
13338         * value.c (free_value_chain): Remove.
13339         (value_release_to_mark): Return a std::vector.
13340         * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
13341         std::vector.
13342         (check_condition): Update.
13343         * eval.c (fetch_subexp_value): Change "val_chain" to a
13344         std::vector.
13345         * breakpoint.c (update_watchpoint): Update.
13346         (can_use_hardware_watchpoint): Change "vals" to a std::vector.
13347
13348 2018-04-06  Tom Tromey  <tom@tromey.com>
13349
13350         * value.h (free_all_values): Remove.
13351         * value.c (free_all_values): Remove.
13352
13353 2018-04-06  Tom Tromey  <tom@tromey.com>
13354
13355         * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
13356         (value_history_chain, value_history_count): Remove.
13357         (value_history): New global.
13358         (record_latest_value, access_value_history, show_values)
13359         (preserve_values): Update.
13360
13361 2018-04-06  Tom Tromey  <tom@tromey.com>
13362
13363         * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
13364         * varobj.c (varobj_set_display_format, varobj_set_value)
13365         (install_default_visualizer, construct_visualizer)
13366         (install_new_value, ~varobj, varobj_get_value_type)
13367         (my_value_of_variable, varobj_editable_p): Update.
13368         * c-varobj.c (c_describe_child, c_value_of_variable)
13369         (cplus_number_of_children, cplus_describe_child): Update.
13370         * ada-varobj.c (ada_number_of_children, ada_name_of_child)
13371         (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
13372         (ada_value_of_variable, ada_value_is_changeable_p): Update.
13373
13374 2018-04-06  Tom Tromey  <tom@tromey.com>
13375
13376         * printcmd.c (last_examine_address): Change type to
13377         value_ref_ptr.
13378         (do_examine, x_command): Update.
13379
13380 2018-04-06  Tom Tromey  <tom@tromey.com>
13381
13382         * value.c (release_value): Update.
13383         * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
13384         (struct bpstats) <val>: Now a value_ref_ptr.
13385         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13386         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13387         (~watchpoint, print_it_watchpoint, watch_command_1)
13388         (invalidate_bp_value_on_memory_change): Update.
13389
13390 2018-04-06  Tom Tromey  <tom@tromey.com>
13391
13392         * varobj.c (varobj_clear_saved_item)
13393         (update_dynamic_varobj_children, install_new_value, ~varobj):
13394         Update.
13395         * value.h (value_incref): Move declaration earlier.
13396         (value_decref): Rename from value_free.
13397         (struct value_ref_policy): New.
13398         (value_ref_ptr): New typedef.
13399         (struct value_deleter): Remove.
13400         (gdb_value_up): Remove typedef.
13401         (release_value): Change return type.
13402         (release_value_or_incref): Remove.
13403         * value.c (set_value_parent): Update.
13404         (value_incref): Change return type.
13405         (value_decref): Rename from value_free.
13406         (value_free_to_mark, free_all_values, free_value_chain): Update.
13407         (release_value): Return value_ref_ptr.
13408         (release_value_or_incref): Remove.
13409         (record_latest_value, set_internalvar, clear_internalvar):
13410         Update.
13411         * stack.c (info_frame_command): Don't call value_free.
13412         * python/py-value.c (valpy_dealloc, valpy_new)
13413         (value_to_value_object): Update.
13414         * printcmd.c (do_examine): Update.
13415         * opencl-lang.c (lval_func_free_closure): Update.
13416         * mi/mi-main.c (register_changed_p): Don't call value_free.
13417         * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13418         * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13419         * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
13420         value_free.
13421         * guile/scm-value.c (vlscm_free_value_smob)
13422         (vlscm_scm_from_value): Update.
13423         * frame.c (frame_register_unwind, frame_unwind_register_signed)
13424         (frame_unwind_register_unsigned, get_frame_register_bytes)
13425         (put_frame_register_bytes): Don't call value_free.
13426         * findvar.c (address_from_register): Don't call value_free.
13427         * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
13428         * dwarf2loc.c (entry_data_value_free_closure)
13429         (value_of_dwarf_reg_entry, free_pieced_value_closure)
13430         (dwarf2_evaluate_loc_desc_full): Update.
13431         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13432         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13433         (~watchpoint, watch_command_1)
13434         (invalidate_bp_value_on_memory_change): Update.
13435         * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
13436
13437 2018-04-06  Simon Marchi  <simon.marchi@polymtl.ca>
13438
13439         PR gdb/23022
13440         * warning.m4: Add -Wno-error=deprecated-register.
13441         * configure: Re-generate.
13442
13443 2018-04-05  Tom Tromey  <tom@tromey.com>
13444
13445         * linespec.h: Remove include of "vec.h".
13446
13447 2018-04-05  Tom Tromey  <tom@tromey.com>
13448
13449         * linespec.c (typep): Remove typedef.
13450         (find_methods, find_superclass_methods): Take a std::vector.
13451         (find_method): Use std::vector.
13452
13453 2018-04-05  Tom Tromey  <tom@tromey.com>
13454
13455         * utils.c (compare_strings): Remove.
13456         * utils.h (compare_strings): Remove.
13457         * objc-lang.h (find_imps): Update.
13458         * objc-lang.c (find_methods): Take a std::vector.
13459         (uniquify_strings, find_imps): Likewise.
13460         * linespec.c (find_methods): Take a std::vector.
13461         (decode_objc): Use std::vector.
13462         (add_all_symbol_names_from_pspace, find_superclass_methods): Take
13463         a std::vector.
13464         (find_method, find_function_symbols): Use std::vector.
13465
13466 2018-04-05  Tom Tromey  <tom@tromey.com>
13467
13468         * completer.c (completion_tracker::completion_tracker): Remove
13469         cast.
13470         (completion_tracker::discard_completions): Likewise.
13471         * breakpoint.c (ambiguous_names_p): Remove cast.
13472         * ada-lang.c (_initialize_ada_language): Remove cast.
13473         * utils.h (streq): Update.
13474         (streq_hash): Add new declaration.
13475         * utils.c (streq): Return bool.
13476         (streq_hash): New function.
13477
13478 2018-04-05  Tom Tromey  <tom@tromey.com>
13479
13480         * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
13481         Remove a string copy.
13482
13483 2018-04-05  Tom Tromey  <tom@tromey.com>
13484
13485         * linespec.c (filter_results): Use std::vector.
13486         (decode_line_2, decode_line_full): Update.
13487
13488 2018-04-05  Tom Tromey  <tom@tromey.com>
13489
13490         * linespec.c (canonical_to_fullform): Return std::string.
13491         (filter_results): Update.
13492         (struct decode_line_2_item): Add constructor.
13493         <fullform, displayform>: Now std::string.
13494         (decode_line_2_compare_items): Now a std::sort comparator.
13495         (decode_line_2): Update.
13496
13497 2018-04-05  Tom Tromey  <tom@tromey.com>
13498
13499         * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
13500         (unexpected_linespec_error): Update.
13501         (linespec_parse_basic, parse_linespec): Update.
13502
13503 2018-04-05  Tom Tromey  <tom@tromey.com>
13504
13505         * linespec.c (linespec_parse_basic): Reindent.
13506
13507 2018-04-05  Tom Tromey  <tom@tromey.com>
13508
13509         * minsyms.h (iterate_over_minimal_symbols): Update.
13510         * minsyms.c (iterate_over_minimal_symbols): Take a
13511         gdb::function_view.
13512         * linespec.c (struct collect_minsyms): Remove.
13513         (compare_msyms): Now a std::sort comparator.
13514         (add_minsym): Add parameters.
13515         (search_minsyms_for_name): Update.  Use std::vector.
13516
13517 2018-04-03  Tom Tromey  <tom@tromey.com>
13518
13519         * mipsread.c (read_alphacoff_dynamic_symtab): Use
13520         gdb::byte_vector.
13521
13522 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
13523
13524         * MAINTAINERS (Write After Approval): Add Weimin Pan.
13525
13526 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
13527
13528         PR gdb/16959
13529         * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
13530         printing static type.
13531
13532 2018-04-01  Tom Tromey  <tom@tromey.com>
13533
13534         * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
13535         (rs6000_xfer_shared_libraries): Update.
13536
13537 2018-04-01  Simon Marchi  <simon.marchi@polymtl.ca>
13538
13539         * common/gdb_vecs.h (char_ptr): Remove.
13540         * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
13541
13542 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
13543
13544         * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
13545         with std::vector.
13546         * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
13547
13548 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
13549
13550         * tracepoint.h (struct uploaded_tp): Initialize fields.
13551         <actions, step_actions, cmd_strings>: Change type to
13552         std::vector<char *>.
13553         * tracepoint.c (get_uploaded_tp): Allocate with new.
13554         (free_uploaded_tps): Free with delete.
13555         (parse_tracepoint_definition): Adjust to std::vector change.
13556         * breakpoint.c (read_uploaded_action): Likewise.
13557         (create_tracepoint_from_upload): Likewise.
13558         * ctf.c (ctf_write_uploaded_tp): Likewise.
13559         (SET_ARRAY_FIELD): Likewise.
13560         * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
13561
13562 2018-03-30  Tom Tromey  <tom@tromey.com>
13563
13564         * solib-svr4.c (lm_info_read): Use gdb::byte_vector.  Return
13565         std::unique_ptr.
13566         (svr4_keep_data_in_core): Update.
13567         (svr4_read_so_list): Update.
13568
13569 2018-03-30  Tom Tromey  <tom@tromey.com>
13570
13571         * windows-nat.c (handle_output_debug_string, handle_exception):
13572         Update.
13573         * target.h (target_read_string): Update.
13574         * target.c (target_read_string): Change "string" to
13575         unique_xmalloc_ptr.
13576         * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
13577         Update.
13578         * solib-frv.c (frv_current_sos): Update.
13579         * solib-dsbt.c (dsbt_current_sos): Update.
13580         * solib-darwin.c (darwin_current_sos): Update.
13581         * linux-thread-db.c (inferior_has_bug): Update.
13582         * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
13583         Update.  Remove alloca.
13584         * ada-lang.c (ada_main_name): Update.
13585
13586 2018-03-30  Tom Tromey  <tom@tromey.com>
13587
13588         * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
13589         (struct dwo_file_deleter): New.
13590         (dwo_file_up): New typedef.
13591         (open_and_init_dwo_file): Use dwo_file_up.
13592         (free_dwo_file_cleanup): Remove.
13593
13594 2018-03-30  Tom Tromey  <tom@tromey.com>
13595
13596         * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
13597         (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
13598
13599 2018-03-30  Tom Tromey  <tom@tromey.com>
13600
13601         * dwarf2read.c (class free_cached_comp_units): New class.
13602         (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
13603         (free_cached_comp_units): Remove function.
13604
13605 2018-03-30  Tom Tromey  <tom@tromey.com>
13606
13607         * utils.h (make_cleanup_unpush_target): Remove.
13608         * inf-ptrace.c (struct target_unpusher): New.
13609         (target_unpush_up) New typedef.
13610         (inf_ptrace_create_inferior, inf_ptrace_attach): Use
13611         target_unpush_up.
13612         * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
13613
13614 2018-03-27  Tom Tromey  <tom@tromey.com>
13615
13616         * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
13617
13618 2018-03-27  Pedro Alves  <palves@redhat.com>
13619             Tom Tromey  <tom@tromey.com>
13620
13621         * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
13622         destructor.  Now a class.
13623         (gdb_readline_wrapper_cleanup): Remove function.
13624         (gdb_readline_wrapper): Remove cleanups.
13625
13626 2018-03-27  Tom Tromey  <tom@tromey.com>
13627
13628         * typeprint.h (struct type_print_options) <local_typedefs,
13629         global_typedefs>: Remove "struct" keyword.
13630         (class typedef_hash_table): New class.
13631         (recursively_update_typedef_hash, add_template_parameters)
13632         (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
13633         (find_typedef_in_hash): Don't declare.
13634         * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
13635         (typedef_hash_table::recursively_update): Rename from
13636         recursively_update_typedef_hash.  Now a member.
13637         (typedef_hash_table::add_template_parameters): Rename from
13638         add_template_parameters.  Now a member.
13639         (typedef_hash_table::typedef_hash_table): Now a constructor;
13640         rename from create_typedef_hash.
13641         (typedef_hash_table::~typedef_hash_table): Now a destructor;
13642         rename from free_typedef_hash.
13643         (do_free_typedef_hash, make_cleanup_free_typedef_hash)
13644         (do_free_global_table): Remove.
13645         (typedef_hash_table::typedef_hash_table): New constructor; renamed
13646         from copy_type_recursive.
13647         (create_global_typedef_table): Remove.
13648         (typedef_hash_table::find_global_typedef): Now a member of
13649         typedef_hash_table.
13650         (typedef_hash_table::find_typedef): Rename from
13651         find_typedef_in_hash; now a member.
13652         (whatis_exp): Update.
13653         * extension.h (struct ext_lang_type_printers): Add constructor and
13654         destructor.
13655         (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
13656         declare.
13657         * extension.c (ext_lang_type_printers::ext_lang_type_printers):
13658         Now a constructor; rename from start_ext_lang_type_printers.
13659         (ext_lang_type_printers): Now a destructor; rename from
13660         free_ext_lang_type_printers.
13661         * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
13662         Update.
13663         (c_type_print_base_struct_union): Update.  Remove cleanups.
13664
13665 2018-03-27  Tom Tromey  <tom@tromey.com>
13666
13667         * dwarf-index-write.c: Include <cmath>.
13668
13669 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
13670
13671         * NEWS: Add entry describing new "set|show varsize-limit" command.
13672         * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
13673         command.
13674         * printcmd.c (_initialize_printcmd): Add "set var" alias of
13675         "set variable".
13676
13677 2018-03-27  Simon Marchi  <simon.marchi@ericsson.com>
13678
13679         * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
13680         dwarf-index-write.c
13681         (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
13682         * dwarf-index-common.c: New file.
13683         * dwarf-index-common.h: New file.
13684         * dwarf-index-write.c: New file.
13685         * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
13686         (struct dwarf2_section_info): Move from here.
13687         (dwarf2_section_info_def): Likewise.
13688         (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
13689         (offset_type): Likewise.
13690         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
13691         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
13692         (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
13693         (byte_swap): Likewise.
13694         (MAYBE_SWAP): Likewise.
13695         (dwarf2_per_cu_ptr): Likewise.
13696         (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
13697         (struct tu_stats): Likewise.
13698         (struct dwarf2_per_objfile): Likewise.
13699         (struct dwarf2_per_cu_data): Likewise.
13700         (struct signatured_type): Likewise.
13701         (sig_type_ptr): Likewise.
13702         (DEF_VEC_P (sig_type_ptr)): Likewise.
13703         (INDEX4_SUFFIX): Likewise.
13704         (INDEX5_SUFFIX): Likewise.
13705         (DEBUG_STR_SUFFIX): Likewise.
13706         (dwarf2_read_section): Make non-static.
13707         (mapped_index_string_hash): Move from here.
13708         (dwarf5_djb_hash): Likewise.
13709         (file_write): Likewise.
13710         (class data_buf): Likewise.
13711         (struct symtab_index_entry): Likewise.
13712         (struct mapped_symtab): Likewise.
13713         (find_slot): Likewise.
13714         (hash_expand): Likewise.
13715         (add_index_entry): Likewise.
13716         (uniquify_cu_indices): Likewise.
13717         (class c_str_view): Likewise.
13718         (class c_str_view_hasher): Likewise.
13719         (class vector_hasher): Likewise.
13720         (write_hash_table): Likewise.
13721         (psym_index_map): Likewise.
13722         (struct addrmap_index_data): Likewise.
13723         (add_address_entry): Likewise.
13724         (add_address_entry_worker): Likewise.
13725         (write_address_map): Likewise.
13726         (symbol_kind): Likewise.
13727         (write_psymbols): Likewise.
13728         (struct signatured_type_index_data): Likewise.
13729         (write_one_signatured_type): Likewise.
13730         (recursively_count_psymbols): Likewise.
13731         (recursively_write_psymbols): Likewise.
13732         (class debug_names): Likewise.
13733         (check_dwarf64_offsets): Likewise.
13734         (psyms_seen_size): Likewise.
13735         (write_gdbindex): Likewise.
13736         (write_debug_names): Likewise.
13737         (assert_file_size): Likewise.
13738         (write_psymtabs_to_index): Likewise.
13739         (save_gdb_index_command): Likewise.
13740         (_initialize_dwarf2_read): Don't register the "save gdb-index"
13741         command.
13742         * dwarf2read.h: New file.
13743
13744 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
13745
13746         PR gdb/22670
13747         * dwarf2read.c (dwarf2_physname): Do not return the demangled
13748         symbol name if the CU's language stores symbol names in linkage
13749         format.
13750         * language.h (struct language_defn)
13751         <la_store_sym_names_in_linkage_form_p>: New field.  Adjust
13752         all instances of this struct.
13753
13754 2018-03-26  Tom Tromey  <tom@tromey.com>
13755
13756         * stack.c (backtrace_command_1): Remove verbose code.
13757
13758 2018-03-26  Tom Tromey  <tom@tromey.com>
13759
13760         * python/py-framefilter.c (py_print_type): Don't catch
13761         exceptions.  Return void.
13762         (py_print_value): Likewise.
13763         (py_print_single_arg): Likewise.
13764         (enumerate_args): Don't catch exceptions.
13765         (py_print_args): Likewise.
13766         (py_print_frame): Likewise.
13767         (gdbpy_apply_frame_filter): Catch exceptions here.
13768
13769 2018-03-26  Tom Tromey  <tom@tromey.com>
13770
13771         * stack.c (_initialize_stack): Remove trailing newlines from help
13772         text.  Add "Usage" line to "backtrace" help.
13773
13774 2018-03-26  Tom Tromey  <tom@tromey.com>
13775
13776         PR python/16486:
13777         * python/py-framefilter.c (py_print_args): Call wrap_hint.
13778
13779 2018-03-26  Tom Tromey  <tom@tromey.com>
13780
13781         * python/py-framefilter.c (py_print_single_arg): Return
13782         EXT_LANG_BT_ERROR from catch.
13783
13784 2018-03-26  Tom Tromey  <tom@tromey.com>
13785
13786         PR backtrace/15584:
13787         * stack.c (backtrace_command_1): Move some code into no-filters
13788         "if".
13789
13790 2018-03-26  Tom Tromey  <tom@tromey.com>
13791
13792         * python/py-framefilter.c (throw_quit_or_print_exception): New
13793         function.
13794         (gdbpy_apply_frame_filter): Use it.
13795
13796 2018-03-26  Tom Tromey  <tom@tromey.com>
13797
13798         PR cli/17716:
13799         * python/py-framefilter.c (py_print_type, py_print_value)
13800         (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
13801         RETURN_MASK_ERROR.
13802
13803 2018-03-26  Tom Tromey  <tom@tromey.com>
13804
13805         * python/py-framefilter.c (enumerate_args): Use
13806         gdb::unique_xmalloc_ptr.
13807
13808 2018-03-26  Tom Tromey  <tom@tromey.com>
13809
13810         * python/py-framefilter.c (py_print_frame): Return
13811         EXT_LANG_BT_OK.
13812         (gdbpy_apply_frame_filter): Update comment.
13813         * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
13814         Remove.
13815         <EXT_LANG_BT_NO_FILTERS>: Change value.
13816
13817 2018-03-26  Tom Tromey  <tom@tromey.com>
13818
13819         PR backtrace/15582:
13820         * stack.c (backtrace_command): Parse "hide" argument.
13821         * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
13822         * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
13823         constant.
13824
13825 2018-03-26  Tom Tromey  <tom@tromey.com>
13826
13827         * stack.c (backtrace_command_1): Remove "show_locals" parameter,
13828         add "flags".
13829         (backtrace_command): Remove "fulltrace", add "flags".
13830
13831 2018-03-26  Tom Tromey  <tom@tromey.com>
13832
13833         * stack.c (backtrace_command): Rewrite command line parsing.
13834
13835 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
13836
13837         * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
13838
13839 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
13840
13841         * filename-seen-cache.h: Add include guard.
13842
13843 2018-03-26  Keith Seitz  <keiths@redhat.com>
13844
13845         * symfile.c (place_section): Remove "struct" from section_addr_info
13846         in comment.
13847         * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
13848         "struct" keyword from section_addr_info.
13849
13850 2018-03-26  Alan Hayward  <alan.hayward@arm.com>
13851
13852         * regformats/regdef.h (reg): Add constructors.
13853
13854 2018-03-25  Pedro Alves  <palves@redhat.com>
13855
13856         * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
13857         if then/else bodies in var_func_name extraction.
13858
13859 2018-03-23  Weimin Pan  <weimin.pan@oracle.com>
13860
13861         * minsyms.c (lookup_minimal_symbol_and_objfile): Use
13862         lookup_minimal_symbol() to find symbol entry.
13863         * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
13864
13865 2018-03-23  Keith Seitz  <keiths@redhat.com>
13866
13867         PR c++/22968
13868         * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
13869         nested type definitions for C++, too.
13870
13871 2018-03-23  Tom Tromey  <tom@tromey.com>
13872
13873         * machoread.c (struct oso_el): Add a constructor.  Don't define as
13874         a typedef.
13875         (macho_register_oso): Remove.
13876         (macho_symtab_read): Take a std::vector.
13877         (oso_el_compare_name): Now a std::sort comparator.
13878         (macho_symfile_read_all_oso): Take a std::vector.
13879         (macho_symfile_read): Use std::vector.  Remove cleanups.
13880
13881 2018-03-22  Tom Tromey  <tom@tromey.com>
13882
13883         * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
13884         (record_full_goto_bookmark): Use std::string.
13885
13886 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
13887
13888         PR tdep/18295
13889         * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
13890         a single mask.
13891
13892 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
13893
13894         * rs6000-tdep.c (store_insn_p): New function.
13895         (skip_prologue): New variable alloca_reg_offset. Set lr_reg
13896         and cr_reg to their unshifted values. Use store_insn_p to
13897         match LR saves using either R1 or fdata->alloca_reg. Use
13898         store_insn_p to match CR saves. Set alloca_reg_offset
13899         when alloca_reg and framep are set. Remove lr_reg shift
13900         when assigning to fdata->lr_register.
13901
13902 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13903
13904         * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
13905         command line args instead of emitting a warning.
13906
13907 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
13908
13909         * tracepoint.h (struct static_tracepoint_marker): Initialize
13910         fields, define default constructor, move constructor and move
13911         assignment, disable the rest.
13912         <str_id, extra>: Make std::string.
13913         (release_static_tracepoint_marker): Remove.
13914         (free_current_marker): Remove.
13915         * tracepoint.c (free_current_marker): Remove.
13916         (parse_static_tracepoint_marker_definition): Adjust to
13917         std::string, use new hex2str overload.
13918         (release_static_tracepoint_marker): Remove.
13919         (print_one_static_tracepoint_marker): Get marker by reference
13920         and adjust to std::string.
13921         (info_static_tracepoint_markers_command): Adjust to std::vector
13922         changes
13923         * target.h (static_tracepoint_marker_p): Remove typedef.
13924         (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
13925         (struct target_ops) <to_static_tracepoint_marker_at>: Return
13926         bool.
13927         <to_static_tracepoint_markers_by_strid>: Return std::vector.
13928         * target-debug.h
13929         (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
13930         (target_debug_print_std_vector_static_tracepoint_marker): New.
13931         (target_debug_print_struct_static_tracepoint_marker_p): Rename
13932         to...
13933         (target_debug_print_static_tracepoint_marker_p): ... this.
13934         * target-delegates.c: Re-generate.
13935         * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
13936         Make std::string.
13937         * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
13938         (decode_static_tracepoint_spec): Adjust to std::vector.
13939         (tracepoint_print_one_detail): Adjust to std::string.
13940         (strace_marker_decode_location): Adjust to std::string.
13941         (update_static_tracepoint): Adjust to std::string, remove call
13942         to release_static_tracepoint_marker.
13943         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
13944         Adjust to std::vector.
13945         * remote.c (remote_static_tracepoint_marker_at): Return bool.
13946         (remote_static_tracepoint_markers_by_strid): Adjust to
13947         std::vector.
13948         * common/rsp-low.h (hex2str): New overload with explicit count
13949         of bytes.
13950         * common/rsp-low.c (hex2str): New overload with explicit count
13951         of bytes.
13952         * unittests/rsp-low-selftests.c (test_hex2str): New function.
13953         (_initialize_rsp_low_selftests): Add test_hex2str test.
13954         * unittests/tracepoint-selftests.c
13955         (test_parse_static_tracepoint_marker_definition): Adjust to
13956         std::string.
13957
13958 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
13959
13960         * tracepoint.c (parse_static_tracepoint_marker_definition):
13961         Consider case where the definition is followed by more
13962         definitions.
13963         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13964         tracepoint-selftests.c.
13965         * unittests/tracepoint-selftests.c: New.
13966
13967 2018-03-21  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
13968
13969         * MAINTAINERS (Write After Approval): Add Pedro Franco de
13970         Carvalho.
13971
13972 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
13973
13974         * symtab.c (find_pc_sect_line): fixed indentation.
13975
13976 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
13977
13978         * symtab.c (find_pc_sect_line): now uses binary search.
13979
13980 2018-03-19  Tom Tromey  <tom@tromey.com>
13981
13982         * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
13983         "IDENT" production.
13984
13985 2018-03-19  Pedro Alves  <palves@redhat.com>
13986             Tom Tromey  <tom@tromey.com>
13987
13988         * unittests/observable-selftests.c: New file.
13989         * common/observable.h: New file.
13990         * observable.h: New file.
13991         * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
13992         arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
13993         breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
13994         corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
13995         extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
13996         infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
13997         linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
13998         mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
13999         ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
14000         python/py-breakpoint.c, python/py-finishbreakpoint.c,
14001         python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
14002         record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
14003         riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
14004         spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
14005         symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
14006         tui/tui-interp.c, valops.c: Update all users.
14007         * tui/tui-hooks.c (tui_bp_created_observer)
14008         (tui_bp_deleted_observer, tui_bp_modified_observer)
14009         (tui_inferior_exit_observer, tui_before_prompt_observer)
14010         (tui_normal_stop_observer, tui_register_changed_observer):
14011         Remove.
14012         (tui_observers_token): New global.
14013         (attach_or_detach, tui_attach_detach_observers): New functions.
14014         (tui_install_hooks, tui_remove_hooks): Use
14015         tui_attach_detach_observers.
14016         * record-btrace.c (record_btrace_thread_observer): Remove.
14017         (record_btrace_thread_observer_token): New global.
14018         * observer.sh: Remove.
14019         * observer.c: Rename to observable.c.
14020         * observable.c (namespace gdb_observers): Define new objects.
14021         (observer_debug): Move into gdb_observers namespace.
14022         (struct observer, struct observer_list, xalloc_observer_list_node)
14023         (xfree_observer_list_node, generic_observer_attach)
14024         (generic_observer_detach, generic_observer_notify): Remove.
14025         (_initialize_observer): Update.
14026         Don't include observer.inc.
14027         * Makefile.in (generated_files): Remove observer.h, observer.inc.
14028         (clean mostlyclean): Likewise.
14029         (observer.h, observer.inc): Remove targets.
14030         (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
14031         (COMMON_SFILES): Use observable.c, not observer.c.
14032         * .gitignore: Remove observer.h.
14033
14034 2018-03-18  Tom Tromey  <tom@tromey.com>
14035
14036         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
14037         gdb::def_vector.
14038         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
14039
14040 2018-03-17  Tom Tromey  <tom@tromey.com>
14041
14042         * auto-load.c (auto_load_objfile_script_1): Use std::string.
14043
14044 2018-03-17  Tom Tromey  <tom@tromey.com>
14045
14046         * target.c (class scoped_target_fd): New.
14047         (target_fileio_close_cleanup): Remove.
14048         (target_fileio_read_alloc_1): Use scoped_target_fd.
14049
14050 2018-03-16  Simon Marchi  <simon.marchi@polymtl.ca>
14051
14052         * silent-rules.mk: New.
14053         * Makefile.in: Include silent-rules.mk
14054         (srcdir, VPATH, top_srcdir): Move up.
14055         (COMPILE): Add ECHO_CXX.
14056         (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
14057         (init.c): Add ECHO_INIT_C.
14058         (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
14059         (version.c): Add ECHO_GEN.
14060         (printcmd.o): Add ECHO_CXX.
14061         (target-float.o): Add ECHO_CXX.
14062         (ada-exp.o): Add ECHO_CXX.
14063         (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
14064         (insight$(EXEEXT)): Add ECHO_CXXLD.
14065         * gnulib/configure.ac: Add AM_SILENT_RULES.
14066         * gnulib/aclocal.m4: Re-generate.
14067         * gnulib/configure: Re-generate.
14068         * gnulib/import/Makefile.in: Re-generate.
14069
14070 2018-03-16  Tom Tromey  <tom@tromey.com>
14071
14072         * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
14073         * utils.h (make_cleanup_free_section_addr_info): Don't declare.
14074         * utils.c (do_free_section_addr_info)
14075         (make_cleanup_free_section_addr_info): Remove.
14076         * symfile.h (struct other_sections): Add constructor.
14077         (struct section_addr_info): Remove.
14078         (section_addr_info): New typedef.
14079         (struct sym_fns) <sym_offsets>: Change type of parameter.
14080         (build_section_addr_info_from_objfile)
14081         (relative_addr_info_to_section_offsets, addr_info_make_relative)
14082         (default_symfile_offsets, symbol_file_add)
14083         (symbol_file_add_from_bfd)
14084         (build_section_addr_info_from_section_table): Update.
14085         (alloc_section_addr_info, free_section_addr_info): Don't declare.
14086         * symfile.c (alloc_section_addr_info): Remove.
14087         (build_section_addr_info_from_section_table): Change return type.
14088         Update.
14089         (build_section_addr_info_from_bfd)
14090         (build_section_addr_info_from_objfile): Likewise.
14091         (free_section_addr_info): Remove.
14092         (relative_addr_info_to_section_offsets): Change type of "addrs".
14093         (addrs_section_compar): Now a std::sort comparator.
14094         (addrs_section_sort): Change return type.
14095         (addr_info_make_relative): Change type of "addrs".  Update.
14096         (default_symfile_offsets, syms_from_objfile_1)
14097         (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
14098         (symbol_file_add_separate): Update.
14099         (symbol_file_add): Change type of "addrs".  Update.
14100         (add_symbol_file_command): Update.  Remove cleanups.
14101         * symfile-mem.c (symbol_file_add_from_memory): Update.  Remove
14102         cleanups.
14103         * symfile-debug.c (debug_sym_offsets): Change type of "info".
14104         * solib.c (solib_read_symbols): Update.
14105         * objfiles.c (objfile_relocate): Update.  Remove cleanups.
14106         * machoread.c (macho_symfile_offsets): Update.
14107         * jit.c (jit_bfd_try_read_symtab): Update.
14108
14109 2018-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
14110
14111         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14112         unittests/utils-selftests.c.
14113         * unittests/utils-selftests.c: New file.
14114
14115 2018-03-14  Tom Tromey  <tom@tromey.com>
14116
14117         PR cli/14977:
14118         * printcmd.c (printf_c_string, printf_wide_c_string): Special case
14119         for NULL.
14120
14121 2018-03-14  Tom Tromey  <tom@tromey.com>
14122
14123         PR cli/19918:
14124         * printcmd.c (printf_pointer): Allow "-" in format.
14125
14126 2018-03-14  Tom Tromey  <tom@tromey.com>
14127
14128         * printcmd.c (_initialize_printcmd): Add usage to printf.
14129
14130 2018-03-14  Yao Qi  <qiyao@sourceware.org>
14131
14132         * MAINTAINERS: Update my email address.
14133
14134 2018-03-13  Tom Tromey  <tom@tromey.com>
14135
14136         * machoread.c (macho_check_dsym): Change filenamep to a
14137         std::string*.
14138         (macho_symfile_read): Update.
14139         * symfile.c (load_command): Use std::string.
14140
14141 2018-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
14142
14143         * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
14144         to error message string.
14145         (riscv_register_name): Use xsnprintf instead of sprintf.
14146         (riscv_insn::fetch_instruction): Use gdb_assert instead of
14147         internal_error.
14148         (riscv_print_arg_location): Use gdb_assert_not_reached instead of
14149         error.
14150         (riscv_push_dummy_call): Likewise.
14151
14152 2018-03-12  Tom Tromey  <tom@tromey.com>
14153
14154         * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
14155         Use gdb::byte_vector.
14156         * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
14157
14158 2018-03-12  Yao Qi  <yao.qi@linaro.org>
14159
14160         * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
14161         parameter type to readable_regcache.
14162         * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
14163         the declaration.
14164
14165 2018-03-11  Tom Tromey  <tom@tromey.com>
14166
14167         * dwarf2read.c (struct nextfield): Add initializers.
14168         (struct nextfnfield): Remove.
14169         (struct fnfieldlist): Add initializers.  Remove "length" and
14170         "head", use std::vector.
14171         (struct decl_field_list): Remove.
14172         (struct field_info): Add initializers.
14173         <fields, baseclasses>: Now std::vector.
14174         <nbaseclasses, nfnfields, typedef_field_list_count,
14175         nested_types_list_count>: Remove.
14176         (dwarf2_add_field, dwarf2_add_type_defn)
14177         (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
14178         (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
14179         (process_structure_scope): Update.
14180
14181 2018-03-11  Tom Tromey  <tom@tromey.com>
14182
14183         * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
14184         for use by std::sort.
14185         (build_type_psymtabs_1): Use std::vector.
14186
14187 2018-03-09  Eli Zaretskii  <eliz@gnu.org>
14188
14189         * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
14190         and LIBMPFR in the printed configuration.
14191
14192 2018-03-08  Tom Tromey  <tom@tromey.com>
14193
14194         * source.c (get_filename_and_charpos): Use scoped_fd.
14195         * nto-procfs.c (procfs_open_1): Use scoped_fd.
14196         (procfs_pidlist): Likewise.
14197         * procfs.c (proc_get_LDT_entry): Use scoped_fd.
14198         (iterate_over_mappings): Likewise.
14199
14200 2018-03-08  Tom Tromey  <tom@tromey.com>
14201
14202         * infcall.c (struct call_return_meta_info)
14203         <stack_temporaries_enabled>: Remove.
14204         (get_call_return_value, call_function_by_hand_dummy): Update.
14205         * thread.c (disable_thread_stack_temporaries): Remove.
14206         (enable_thread_stack_temporaries): Remove.
14207         (thread_stack_temporaries_enabled_p): Return bool.
14208         (push_thread_stack_temporary, value_in_thread_stack_temporaries)
14209         (get_last_thread_stack_temporary): Update.
14210         * eval.c (evaluate_subexp): Update.
14211         * gdbthread.h (class enable_thread_stack_temporaries): Now a
14212         class, not a function.
14213         (value_ptr, value_vec): Remove typedefs.
14214         (class thread_info) <stack_temporaries_enabled>: Now bool.
14215         <stack_temporaries>: Now a std::vector.
14216         (thread_stack_temporaries_enabled_p)
14217         (value_in_thread_stack_temporaries): Return bool.
14218
14219 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
14220
14221         * remote.c (putpkt_binary): Fix omitted bytes reporting.
14222         (getpkt_or_notif_sane_1): Likewise.
14223
14224 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
14225
14226         * build-id.c (build_id_to_debug_bfd): Use std::string.
14227
14228 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
14229
14230         * build-id.c (find_separate_debug_file_by_buildid): Return
14231         std::string.
14232         * build-id.h (find_separate_debug_file_by_buildid): Return
14233         std::string.
14234         * coffread.c (coff_symfile_read): Adjust to std::string.
14235         * elfread.c (elf_symfile_read): Adjust to std::string.
14236         * symfile.c (separate_debug_file_exists): Change parameter to
14237         std::string.
14238         (find_separate_debug_file): Return std::string.
14239         (find_separate_debug_file_by_debuglink): Return std::string.
14240         * symfile.h (find_separate_debug_file_by_debuglink): Return
14241         std::string.
14242
14243 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
14244
14245         * common/xml-utils.c (xml_escape_text): Move code to...
14246         (xml_escape_text_append): ... this new function.
14247         * common/xml-utils.h (xml_escape_text_append): New declaration.
14248         * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
14249         New function.
14250         (_initialize_xml_utils): register test_xml_escape_text_append as
14251         a selftest.
14252
14253 2018-03-07  Alan Hayward  <alan.hayward@arm.com>
14254
14255         * defs.h: Remove MAX_REGISTER_SIZE.
14256         * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
14257         asserts.
14258         * python/py-unwind.c (pyuw_sniffer): Likewise.
14259
14260 2018-03-07  Tom Tromey  <tom@tromey.com>
14261
14262         * linux-tdep.c (linux_info_proc): Update.
14263         * target.h (struct target_ops) <to_fileio_readlink>: Return
14264         optional<string>.
14265         (target_fileio_readlink): Return optional<string>.
14266         * remote.c (remote_hostio_readlink): Return optional<string>.
14267         * inf-child.c (inf_child_fileio_readlink): Return
14268         optional<string>.
14269         * target.c (target_fileio_readlink): Return optional<string>.
14270
14271 2018-03-07  Andrew Burgess  <andrew.burgess@embecosm.com>
14272
14273         * regcache.c (cooked_read_test): Add riscv to the list of
14274         architectures that have a save_reggroup.
14275
14276 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14277
14278         * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
14279         value is not a dynamic class object.
14280
14281 2018-03-06  Tom Tromey  <tom@tromey.com>
14282
14283         * rust-exp.y: Formatting fixes.
14284
14285 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14286
14287         * riscv-tdep.c (riscv_register_name): Remove target description
14288         support.
14289         (riscv_gdbarch_init): Remove target description check.
14290
14291 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14292
14293         * riscv-tdep.c: Remove 'Contributed by ...' lines from header
14294         comment.
14295         * riscv-tdep.h: Likewise.
14296
14297 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14298
14299         * riscv-tdep.c (riscv_pseudo_register_read): Delete.
14300         (riscv_pseudo_register_write): Delete.
14301         (riscv_gdbarch_init): Remove all use of pseudo registers.
14302
14303 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
14304
14305         * record-btrace.c (btrace_print_lines): Replace cleanup
14306         parameter with RAII equivalents.
14307         (btrace_insn_history): Replace cleanup with RAII equivalents.
14308         * ui-out.h (make_cleanup_ui_out_list_begin_end,
14309         make_cleanup_ui_out_tuple_begin_end): Remove.
14310         * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
14311         make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
14312         make_cleanup_ui_out_list_begin_end): Remove.
14313
14314 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
14315
14316         * record-btrace.c (record_btrace_maybe_mark_async_event): Change
14317         parameter types to std::vector.  Use bool.
14318         (record_btrace_wait): Replace VEC(tp_t) with
14319         std::vector<thread_info *>.
14320         * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
14321
14322 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
14323
14324         * record-btrace.c (record_btrace_disable_callback): Remove.
14325         (struct scoped_btrace_disable): New.
14326         (record_btrace_open): Use scoped_btrace_disable.
14327
14328 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14329
14330         * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
14331         reading values from registers.
14332
14333 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14334
14335         * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
14336         where appropriate.
14337
14338 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14339
14340         * riscv-tdep.c (riscv_print_arg_location): Add header comment,
14341         change parameter type.  Use GDB's print functions, and use
14342         core_addr_to_string where appropriate.
14343         (riscv_push_dummy_call): Use core_addr_to_string where
14344         appropriate, update call to riscv_print_arg_location, and reindent
14345         a few lines.
14346         (riscv_return_value): Update call to riscv_print_arg_location.
14347
14348 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14349             Tim Newsome <tim@sifive.com>
14350             Albert Ou <a0u@eecs.berkeley.edu>
14351             Darius Rad <darius@bluespec.com>
14352
14353         * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
14354         (HFILES_NO_SRCDIR): Add riscv-tdep.h.
14355         (ALLDEPFILES): Add riscv-tdep.c
14356         * configure.tgt: Add riscv support.
14357         * riscv-tdep.c: New file.
14358         * riscv-tdep.h: New file.
14359         * NEWS: Mention new target.
14360         * MAINTAINERS: Add entry for riscv.
14361
14362 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
14363
14364         * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
14365         fields within aggregates.
14366
14367 2018-03-04  Simon Marchi  <simon.marchi@polymtl.ca>
14368
14369         * record-btrace.c (btrace_print_lines): Change type of flags to
14370         gdb_disassembly_flags.
14371
14372 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
14373
14374         * fbsd-nat.c: Include "inf-ptrace.h".
14375         (USE_SIGTRAP_SIGINFO): Conditionally define.
14376         [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
14377         (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
14378         [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
14379         function.
14380         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
14381         Likewise.
14382         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
14383         Likewise.
14384         (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
14385         "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
14386         "supports_stopped_by_hw_breakpoint" target methods.
14387
14388 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
14389
14390         * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
14391         * fbsd-nat.c (debug_fbsd_nat): New variable.
14392         (show_fbsd_nat_debug): New function.
14393         (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
14394         (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
14395
14396 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
14397
14398         * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
14399         * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
14400         prototype.
14401         * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
14402         (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
14403         method.
14404
14405 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14406
14407         * common/gdb_vecs.c (free_char_ptr_vec): Remove.
14408         * common/gdb_vecs.h (free_char_ptr_vec): Remove.
14409
14410 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14411
14412         * charset.c (struct charset_vector): New.
14413         (charsets): Change type to charset_vector.
14414         (find_charset_names): Adjust.
14415         (add_one): Adjust.
14416         (_initialize_charset): Adjust.
14417
14418 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14419
14420         * progspace.h (struct program_space) <deleted_solibs>: Change
14421         type to std::vector<std::string>.
14422         * progspace.c (clear_program_space_solib_cache): Adjust.
14423         * breakpoint.c (print_solib_event): Adjust.
14424         (check_status_catch_solib): Adjust.
14425         * solib.c (update_solib_list): Adjust.
14426         * ui-out.h (class ui_out) <field_string>: New overload.
14427         * ui-out.c (ui_out::field_string): New overload.
14428
14429 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14430
14431         * progspace.h (struct program_space): Add constructor and
14432         destructor, initialize fields.
14433         (add_program_space): Remove.
14434         * progspace.c (add_program_space): Rename to...
14435         (program_space::program_space): ... this.
14436         (release_program_space): Rename to...
14437         (program_space::~program_space): ... this.
14438         (delete_program_space): Use delete to delete program_space.
14439         (initialize_progspace): Use new to allocate program_space.
14440         * inferior.c (add_inferior_with_spaces): Likewise.
14441         (clone_inferior_command): Likewise.
14442         * infrun.c (follow_fork_inferior): Likewise.
14443         (handle_vfork_child_exec_or_exit): Likewise.
14444
14445 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14446
14447         * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
14448         (delim_string_to_char_ptr_vec): Return std::vector of
14449         gdb::unique_xmalloc_ptr.
14450         (dirnames_to_char_ptr_vec_append): Take std::vector of
14451         gdb::unique_xmalloc_ptr.
14452         (dirnames_to_char_ptr_vec): Return std::vector of
14453         gdb::unique_xmalloc_ptr.
14454         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
14455         Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
14456         (delim_string_to_char_ptr_vec): Return an std::vector of
14457         gdb::unique_xmalloc_ptr, adjust the code.
14458         (dirnames_to_char_ptr_vec_append): Take an std::vector of
14459         gdb::unique_xmalloc_ptr, adjust the code.
14460         (dirnames_to_char_ptr_vec): Return an std::vector of
14461         gdb::unique_xmalloc_ptr, adjust the code.
14462         * auto-load.c (auto_load_safe_path_vec): Change type to
14463         std::vector of gdb::unique_xmalloc_ptr.
14464         (auto_load_expand_dir_vars): Return an std::vector of
14465         gdb::unique_xmalloc_ptr, adjust the code.
14466         (auto_load_safe_path_vec_update): Adjust.
14467         (filename_is_in_auto_load_safe_path_vec): Adjust.
14468         (auto_load_objfile_script_1): Adjust.
14469         * build-id.c (build_id_to_debug_bfd): Adjust.
14470         * linux-thread-db.c (thread_db_load_search): Adjust.
14471         * source.c (add_path): Adjust.
14472         (openp): Adjust.
14473         * symfile.c (find_separate_debug_file): Adjust.
14474         * utils.c (do_free_char_ptr_vec): Remove.
14475         (make_cleanup_free_char_ptr_vec): Remove.
14476
14477 2018-03-01  Sergio Durigan Junior  <sergiodj@redhat.com>
14478
14479         PR gdb/22907
14480         * common/pathstuff.c: Conditionally include "<windows.h>".
14481
14482 2018-03-01  Georg Sauthoff  <mail@georg.so>
14483
14484         PR gdb/22888
14485         * gcore.in: Quote variables and switch interpreter to bash.
14486
14487 2018-03-01  Tom Tromey  <tom@tromey.com>
14488
14489         * dwarf2read.c (alloc_discriminant_info): Fix default_index
14490         assertion.  Add assertion for discriminant_index.
14491         (quirk_rust_enum): Use correct base type name in univariant case.
14492
14493 2018-03-01  Simon Marchi  <simon.marchi@ericsson.com>
14494
14495         * record.c (get_call_history_modifiers): Return a
14496         record_print_flags.
14497         (cmd_record_call_history): Adjust.
14498         * record-btrace.c (record_btrace_call_history): Adjust.
14499         (record_btrace_call_history_range): Adjust.
14500         (record_btrace_call_history_from): Adjust.
14501         * target-debug.h (target_debug_print_record_print_flags): New.
14502         * target-delegates.c: Re-generate.
14503         * target.c (target_call_history): Change flags type.
14504         (target_call_history_from): Likewise.
14505         (target_call_history_range): Likewise.
14506         * target.h (struct target_ops) <target_call_history>: Likewise.
14507         (target_call_history_from): Likewise.
14508         (target_call_history_range): Likewise.
14509
14510 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
14511             Simon Marchi  <simon.marchi@polymtl.ca>
14512
14513         * common/common-utils.c: Include "sys/stat.h".
14514         (is_regular_file): Move here from "source.c"; change return
14515         type to "bool".
14516         * common/common-utils.h (is_regular_file): New prototype.
14517         * common/pathstuff.c (contains_dir_separator): New function.
14518         * common/pathstuff.h (contains_dir_separator): New prototype.
14519         * source.c: Don't include "sys/stat.h".
14520         (is_regular_file): Move to "common/common-utils.c".
14521
14522 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
14523
14524         * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
14525         (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
14526         * auto-load.c: Include "common/pathstuff.h".
14527         * common/common-def.h (current_directory): Move here.
14528         * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
14529         function.
14530         * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
14531         prototype.
14532         * common/pathstuff.c: New file.
14533         * common/pathstuff.h: New file.
14534         * compile/compile.c: Include "common/pathstuff.h".
14535         * defs.h (current_directory): Move to "common/common-defs.h".
14536         * dwarf2read.c: Include "common/pathstuff.h".
14537         * exec.c: Likewise.
14538         * guile/scm-safe-call.c: Likewise.
14539         * linux-thread-db.c: Likewise.
14540         * main.c: Likewise.
14541         * nto-tdep.c: Likewise.
14542         * objfiles.c: Likewise.
14543         * source.c: Likewise.
14544         * symtab.c: Likewise.
14545         * utils.c: Include "common/pathstuff.h".
14546         (gdb_realpath): Move to "common/pathstuff.c".
14547         (gdb_realpath_keepfile): Likewise.
14548         (gdb_abspath): Likewise.
14549         * utils.h (gdb_realpath): Move to "common/pathstuff.h".
14550         (gdb_realpath_keepfile): Likewise.
14551         (gdb_abspath): Likewise.
14552
14553 2018-02-28  John Baldwin  <jhb@FreeBSD.org>
14554
14555         * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
14556         wildcard process pid for super_resume for kernels with a
14557         specific bug.
14558
14559 2018-02-27  Phil Muldoon  <pmuldoon@redhat.com>
14560
14561         * compile/compile.c (get_args): Add additional comments
14562         explaining function.
14563
14564 2018-02-27  Simon Marchi  <simon.marchi@polymtl.ca>
14565             Tom Tromey  <tom@tromey.com>
14566
14567         * target.h (memory_write_request_s): Remove typedef.  Don't define
14568         VEC.
14569         (target_write_memory_blocks): Change argument to std::vector.
14570         (struct memory_write_request): Add constructor.
14571         * target-memory.c (compare_block_starting_address): Return bool.
14572         Change argument types.
14573         (claim_memory): Change arguments to use std::vector.
14574         (split_regular_and_flash_blocks, blocks_to_erase)
14575         (compute_garbled_blocks): Likewise.
14576         (cleanup_request_data, cleanup_write_requests_vector): Remove.
14577         (target_write_memory_blocks): Change argument to std::vector.
14578         * symfile.c (struct load_section_data): Add constructor and
14579         destructor.  Use std::vector for "requests".
14580         (struct load_progress_data): Add initializers.
14581         (load_section_callback): Update.  Use "new".
14582         (clear_memory_write_data): Remove.
14583         (generic_load): Update.
14584
14585 2018-02-27  Alan Hayward  <alan.hayward@arm.com>
14586
14587         * arch/aarch64.h: Use common/tdesc.h.
14588
14589 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
14590
14591         * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
14592         architecture with a 64-bit ABI.
14593
14594 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
14595
14596         * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
14597         ahead of target description loading.
14598
14599 2018-02-26  Tom Tromey  <tom@tromey.com>
14600
14601         * stack.c (backtrace_command_1): Update.
14602         * python/python-internal.h (gdbpy_apply_frame_filter): Change type
14603         of "flags".
14604         * python/py-framefilter.c (py_print_frame)
14605         (gdbpy_apply_frame_filter): Change type of "flags".
14606         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
14607         of "flags".
14608         (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
14609         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
14610         * extension.h (enum frame_filter_flag): Rename from
14611         frame_filter_flags.
14612         (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
14613         (apply_ext_lang_frame_filter): Change type of "flags".
14614         * extension.c (apply_ext_lang_frame_filter): Change type of
14615         "flags".
14616         * extension-priv.h (struct extension_language_ops)
14617         <apply_frame_filter>: Change type of "flags".
14618
14619 2018-02-26  Tom Tromey  <tom@tromey.com>
14620
14621         PR python/16497:
14622         * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag.  Fix
14623         off-by-one in py_end computation.
14624         * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
14625         PRINT_MORE_FRAMES.
14626         * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
14627         constant.
14628
14629 2018-02-26  Tom Tromey  <tom@tromey.com>
14630
14631         * dwarf2read.c (struct variant_field): New.
14632         (struct nextfield) <variant>: New field.
14633         (dwarf2_add_field): Handle DW_TAG_variant_part.
14634         (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
14635         discriminated union.
14636         (read_structure_type): Handle DW_TAG_variant_part.
14637         (handle_struct_member_die): New function, extracted from
14638         process_structure_scope.  Handle DW_TAG_variant.
14639         (process_structure_scope): Handle discriminated unions.  Call
14640         handle_struct_member_die.
14641
14642 2018-02-26  Tom Tromey  <tom@tromey.com>
14643
14644         * rust-lang.h (rust_last_path_segment): Declare.
14645         * rust-lang.c (rust_last_path_segment): Now public.  Change
14646         contract.
14647         (struct disr_info): Remove.
14648         (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
14649         (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
14650         (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
14651         (rust_enum_p, rust_enum_variant): New function.
14652         (rust_underscore_fields): Remove "offset" parameter.
14653         (rust_print_enum): New function.
14654         (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
14655         <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
14656         (rust_print_struct_def): Add "for_rust_enum" parameter.  Handle
14657         enums.
14658         (rust_internal_print_type): New function, from rust_print_type.
14659         Remove enum code.
14660         (rust_print_type): Call rust_internal_print_type.
14661         (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
14662         Update enum handling.
14663         * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
14664         (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
14665         (rust_union_quirks): New functions.
14666         (process_full_comp_unit, process_full_type_unit): Call
14667         rust_union_quirks.
14668         (process_structure_scope): Update rust_unions if necessary.
14669
14670 2018-02-26  Tom Tromey  <tom@tromey.com>
14671
14672         * value.h (value_union_variant): Declare.
14673         * valops.c (value_union_variant): New function.
14674         * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
14675         (struct discriminant_info): New.
14676         (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
14677         enumerator.
14678         (struct main_type) <flag_discriminated_union>: New field.
14679
14680 2018-02-26  Tom Tromey  <tom@tromey.com>
14681
14682         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14683         unittests/unpack-selftests.c.
14684         * unittests/unpack-selftests.c: New file.
14685         * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
14686
14687 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14688
14689         * dwarf2read.c (struct partial_die_info) <read>: New method.
14690         (read_partial_die): Remove the declaration.
14691         (load_partial_dies): Update.
14692         (partial_die_info::partial_die_info):
14693         (read_partial_die): Change it to partial_die_info::read.
14694
14695 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14696
14697         * dwarf2read.c (struct partial_die_info) <fixup>: New method.
14698         (fixup_partial_die): Remove declaration.
14699         (scan_partial_symbols): Update.
14700         (partial_die_parent_scope): Likewise.
14701         (partial_die_full_name): Likewise.
14702         (fixup_partial_die): Change it to partial_die_info::fixup.
14703
14704 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14705
14706         * dwarf2read.c (read_partial_die): Update the declaration.
14707         (load_partial_dies): Caller update.
14708         (read_partial_die): Remove one argument abbrev_len.
14709
14710 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14711
14712         * dwarf2read.c (struct partial_die_info): Add ctor, delete
14713         assignment operator.
14714         (load_partial_dies): Use ctor and copy ctor.
14715         (read_partial_die): Update.
14716         (dwarf2_cu::find_partial_die): Use ctor.
14717
14718 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14719
14720         * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
14721         (find_partial_die_in_comp_unit): Change it to
14722         dwarf2_cu::find_partial_die.
14723         (find_partial_die): Update.
14724
14725 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14726
14727         * dwarf2read.c (read_partial_die): Remove the code checking abbrev
14728         is NULL.
14729
14730 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14731
14732         * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
14733
14734 2018-02-26  Alan Hayward  <alan.hayward@arm.com>
14735
14736         * arch/amd64.h: Use common/tdesc.h.
14737         * arch/i386.c: Likewise.
14738         * arch/i386.h: Likewise.
14739         * arch/tic6x.c: Likewise.
14740         * arch/tdesc.h: Move file from here...
14741         * common/tdesc.h: ...to here.
14742         * features/aarch64-core.c: Regenerate.
14743         * features/aarch64-fpu.c: Regenerate.
14744         * features/i386/32bit-avx.c: Regenerate.
14745         * features/i386/32bit-avx512.c: Regenerate.
14746         * features/i386/32bit-core.c: Regenerate.
14747         * features/i386/32bit-linux.c: Regenerate.
14748         * features/i386/32bit-mpx.c: Regenerate.
14749         * features/i386/32bit-pkeys.c: Regenerate.
14750         * features/i386/32bit-sse.c: Regenerate.
14751         * features/i386/64bit-avx.c: Regenerate.
14752         * features/i386/64bit-avx512.c: Regenerate.
14753         * features/i386/64bit-core.c: Regenerate.
14754         * features/i386/64bit-linux.c: Regenerate.
14755         * features/i386/64bit-mpx.c: Regenerate.
14756         * features/i386/64bit-pkeys.c: Regenerate.
14757         * features/i386/64bit-segments.c: Regenerate.
14758         * features/i386/64bit-sse.c: Regenerate.
14759         * features/i386/x32-core.c: Regenerate.
14760         * features/tic6x-c6xp.c: Regenerate.
14761         * features/tic6x-core.c: Regenerate.
14762         * features/tic6x-gp.c: Regenerate.
14763         * target-descriptions.c: Use common/tdesc.h.
14764         * target-descriptions.h: Likewise.
14765
14766 2018-02-24  Tom Tromey  <tom@tromey.com>
14767
14768         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
14769         (try_thread_db_load_from_dir, thread_db_load_search): Use
14770         std::string.
14771         (info_auto_load_libthread_db_compare): Return bool.  Change
14772         argument types.
14773         (info_auto_load_libthread_db): Use std::vector, std::string.
14774         Remove cleanups.
14775
14776 2018-02-24  Tom Tromey  <tom@tromey.com>
14777
14778         * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
14779         std::string.
14780         * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
14781         std::string*.
14782         * gdbarch.c: Rebuild.
14783         * gdbarch.h: Rebuild.
14784         * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
14785         * arch-utils.h (default_fast_tracepoint_valid_at): Update.
14786         * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
14787         std::string*.
14788
14789 2018-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
14790
14791         * gdbtypes.h (sect_offset): Change type to uint64_t.
14792         (sect_offset_str): New function.
14793         * dwarf2read.c (create_addrmap_from_aranges): Use
14794         sect_offset_str.
14795         (error_check_comp_unit_head): Likewise.
14796         (create_debug_type_hash_table): Likewise.
14797         (read_cutu_die_from_dwo): Likewise.
14798         (init_cutu_and_read_dies): Likewise.
14799         (init_cutu_and_read_dies_no_follow): Likewise.
14800         (process_psymtab_comp_unit_reader): Likewise.
14801         (partial_die_parent_scope): Likewise.
14802         (peek_die_abbrev): Likewise.
14803         (process_queue): Likewise.
14804         (dwarf2_physname): Likewise.
14805         (read_namespace_alias): Likewise.
14806         (read_import_statement): Likewise.
14807         (create_dwo_cu_reader): Likewise.
14808         (create_cus_hash_table): Likewise.
14809         (lookup_dwo_cutu): Likewise.
14810         (inherit_abstract_dies): Likewise.
14811         (read_func_scope): Likewise.
14812         (read_call_site_scope): Likewise.
14813         (dwarf2_add_member_fn): Likewise.
14814         (read_common_block): Likewise.
14815         (read_module_type): Likewise.
14816         (read_typedef): Likewise.
14817         (read_subrange_type): Likewise.
14818         (load_partial_dies): Likewise.
14819         (read_partial_die): Likewise.
14820         (find_partial_die): Likewise.
14821         (read_str_index): Likewise.
14822         (dwarf2_string_attr): Likewise.
14823         (build_error_marker_type): Likewise.
14824         (lookup_die_type): Likewise.
14825         (dump_die_shallow): Likewise.
14826         (follow_die_ref): Likewise.
14827         (dwarf2_fetch_die_loc_sect_off): Likewise.
14828         (dwarf2_fetch_constant_bytes): Likewise.
14829         (follow_die_sig): Likewise.
14830         (get_signatured_type): Likewise.
14831         (get_DW_AT_signature_type): Likewise.
14832         (dwarf2_find_containing_comp_unit): Likewise.
14833         (set_die_type): Likewise.
14834
14835 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
14836
14837         * arch/aarch64.c: Include "common-defs.h".
14838         * arch/amd64.c: Likewise.
14839         * arch/i386.c: Likewise.
14840
14841 2018-02-21  Tom Tromey  <tom@tromey.com>
14842
14843         * value.h: (extract_field_op): Update.
14844         * eval.c (extract_field_op): Return a const char *.
14845         * expression.h (parse_expression_for_completion): Update.
14846         * completer.c (complete_expression): Update.
14847         (add_struct_fields): Make fieldname const.
14848         * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
14849         (mark_completion_tag, parse_exp_in_context_1): Update.
14850         (parse_expression_for_completion): Change "name" to
14851         unique_xmalloc_ptr*.
14852
14853 2018-02-21  Tom Tromey  <tom@tromey.com>
14854
14855         * infcall.c (call_function_by_hand_dummy): Use std::vector.
14856
14857 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14858
14859         * avr-tdep.c (avr_read_pc): Change parameter type to
14860         readable_regcache.
14861         * gdbarch.sh (read_pc): Likewise.
14862         * gdbarch.c: Re-generated.
14863         * gdbarch.h: Re-generated.
14864         * hppa-tdep.c (hppa_read_pc): Change parameter type to
14865         readable_regcache.
14866         * ia64-tdep.c (ia64_read_pc): Likewise.
14867         * mips-tdep.c (mips_read_pc): Likewise.
14868         * spu-tdep.c (spu_read_pc): Likewise.
14869
14870 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14871
14872         * Makefile.in (COMMON_SFILES): Add regcache-dump.c
14873         * regcache-dump.c: New file.
14874         * regcache.c: Move register_dump to regcache-dump.c.
14875         (maintenance_print_registers): Likewise.
14876         (maintenance_print_raw_registers): Likewise.
14877         (maintenance_print_cooked_registers): Likewise.
14878         (maintenance_print_register_groups): Likewise.
14879         (maintenance_print_remote_registers): Likewise.
14880         (_initialize_regcache): Likewise.
14881         * regcache.h (register_dump): Moved from regcache.c.
14882
14883 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14884
14885         * regcache.c (regcache::regcache): Update.
14886         (regcache::invalidate): Move it to detached_regcache::invalidate.
14887         (get_thread_arch_aspace_regcache): Update.
14888         (regcache::raw_update): Update.
14889         (regcache::cooked_read): Remove some code.
14890         (regcache::cooked_read_value): Likewise.
14891         (regcache::raw_write): Remove assert on m_readonly_p.
14892         (regcache::raw_supply_integer): Move it to
14893         detached_regcache::raw_supply_integer.
14894         (regcache::raw_supply_zeroed): Likewise.
14895         * regcache.h (detached_regcache) <raw_supply_integer>: New
14896         declaration.
14897         <raw_supply_zeroed, invalidate>: Likewise.
14898         (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
14899         <invalidate>: Likewise.
14900         <m_readonly_p>: Removed.
14901
14902 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14903
14904         * infcmd.c (get_return_value): Let stop_regs point to
14905         get_current_regcache.
14906         * regcache.c (regcache::regcache): Remove.
14907         (register_dump_reg_buffer): New class.
14908         (regcache_print): Adjust.
14909         * regcache.h (regcache): Remove constructors.
14910
14911 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14912
14913         * regcache.c (class register_dump): New class.
14914         (register_dump_regcache, register_dump_none): New class.
14915         (register_dump_remote, register_dump_groups): New class.
14916         (regcache_print): Update.
14917         * regcache.h (regcache_dump_what): Move it to regcache.c.
14918         (regcache) <dump>: Remove.
14919
14920 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14921
14922         * jit.c (struct jit_unwind_private) <regcache>: Change its type to
14923          reg_buffer_rw *.
14924         (jit_unwind_reg_set_impl): Call raw_supply.
14925         (jit_frame_sniffer): Use reg_buffer_rw.
14926         * record-full.c (record_full_core_regbuf): Change its type.
14927         (record_full_core_open_1): Use reg_buffer_rw.
14928         (record_full_close): Likewise.
14929         (record_full_core_fetch_registers): Use regcache->raw_supply.
14930         (record_full_core_store_registers): Likewise.
14931         * regcache.c (regcache::get_register_status): Move it to
14932         reg_buffer.
14933         (regcache_raw_set_cached_value): Remove.
14934         (regcache::raw_set_cached_value): Remove.
14935         (regcache::raw_write): Call raw_supply.
14936         (regcache::raw_supply): Move it to reg_buffer_rw.
14937         * regcache.h (regcache_raw_set_cached_value): Remove.
14938         (reg_buffer_rw): New class.
14939
14940 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14941
14942         * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
14943         readonly_detached_regcache.
14944         (dummy_frame_prev_register): Use regcache->cooked_read.
14945         * frame.c (frame_save_as_regcache): Change return type.
14946         (frame_pop): Update.
14947         * frame.h (frame_save_as_regcache): Update declaration.
14948         * inferior.h (get_infcall_suspend_state_regcache): Update
14949         declaration.
14950         * infrun.c (infcall_suspend_state) <registers>: use
14951         readonly_detached_regcache.
14952         (save_infcall_suspend_state): Don't use regcache_dup.
14953         (get_infcall_suspend_state_regcache): Change return type.
14954         * linux-fork.c (struct fork_info) <savedregs>: Change to
14955         readonly_detached_regcache.
14956         <pc>: New field.
14957         (fork_save_infrun_state): Don't use regcache_dup.
14958         (info_checkpoints_command): Adjust.
14959         * mi/mi-main.c (register_changed_p): Update declaration.
14960         (mi_cmd_data_list_changed_registers): Use
14961         readonly_detached_regcache.
14962         (register_changed_p): Change parameter type to
14963         readonly_detached_regcache.
14964         * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
14965         readonly_detached_regcache.
14966         (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
14967         * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
14968         New.
14969         (regcache::save): Move it to reg_buffer.
14970         (regcache::restore): Change parameter type.
14971         (regcache_dup): Remove.
14972         * regcache.h (reg_buffer) <save>: New method.
14973         (readonly_detached_regcache): New class.
14974         * spu-tdep.c (spu2ppu_cache) <regcache>: Use
14975         readonly_detached_regcache.
14976         (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
14977
14978 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14979
14980         * frame.c (frame_save_as_regcache): Use regcache method save.
14981         (frame_pop): Use regcache method restore.
14982         * infrun.c (restore_infcall_suspend_state): Likewise.
14983         * linux-fork.c (fork_load_infrun_state): Likewise.
14984         * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
14985         save.
14986         * regcache.c (regcache_save): Remove.
14987         (regcache::restore): More asserts.
14988         (regcache_cpy): Remove.
14989         * regcache.h (regcache_save): Remove the declaration.
14990         (regcache::restore): Move from private to public.
14991         Remove the friend declaration of regcache_cpy.
14992         (regcache_cpy): Remove declaration.
14993
14994 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14995
14996         * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
14997         parameter type to 'readable_regcache *'.
14998         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
14999         * arm-tdep.c (arm_neon_quad_read): Likewise.
15000         (arm_pseudo_read): Likewise.
15001         * avr-tdep.c (avr_pseudo_register_read): Likewise.
15002         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15003         * frv-tdep.c (frv_pseudo_register_read): Likewise.
15004         * gdbarch.c: Re-generated.
15005         * gdbarch.h: Re-generated.
15006         * gdbarch.sh (pseudo_register_read): Change parameter type to
15007         'readable_regcache *'.
15008         (pseudo_register_read_value): Likewise.
15009         * h8300-tdep.c (pseudo_from_raw_register): Likewise.
15010         (h8300_pseudo_register_read): Likewise.
15011         * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
15012         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15013         (i386_pseudo_register_read_into_value): Likewise.
15014         (i386_pseudo_register_read_value): Likewise.
15015         * i386-tdep.h (i386_pseudo_register_read_into_value): Update
15016         declaration.
15017         * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
15018         * m32c-tdep.c (m32c_raw_read): Likewise.
15019         (m32c_read_flg): Likewise.
15020         (m32c_banked_register): Likewise.
15021         (m32c_banked_read): Likewise.
15022         (m32c_sb_read): Likewise.
15023         (m32c_part_read): Likewise.
15024         (m32c_cat_read): Likewise.
15025         (m32c_r3r2r1r0_read): Likewise.
15026         (m32c_pseudo_register_read): Likewise.
15027         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15028         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15029         (mep_pseudo_cr64_read): Likewise.
15030         (mep_pseudo_register_read): Likewise.
15031         * mips-tdep.c (mips_pseudo_register_read): Likewise.
15032         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15033         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15034         * regcache.c (regcache::raw_read): Move it to readable_regcache.
15035         (regcache::cooked_read): Likewise.
15036         (regcache::cooked_read_value): Likewise.
15037         (regcache_cooked_read_signed):
15038         (regcache::cooked_read): Likewise.
15039         * regcache.h (readable_regcache): New class.
15040         (regcache): Inherit readable_regcache.  Move some methods to
15041         readable_regcache.
15042         * rl78-tdep.c (rl78_pseudo_register_read): Change
15043         parameter type to 'readable_regcache *'.
15044         * rs6000-tdep.c (do_regcache_raw_read): Remove.
15045         (e500_pseudo_register_read): Change parameter type to
15046         'readable_regcache *'.
15047         (dfp_pseudo_register_read): Likewise.
15048         (vsx_pseudo_register_read): Likewise.
15049         (efpr_pseudo_register_read): Likewise.
15050         * s390-tdep.c (s390_pseudo_register_read): Likewise.
15051         * sh-tdep.c (sh_pseudo_register_read): Likewise.
15052         * sh64-tdep.c (pseudo_register_read_portions): Likewise.
15053         (sh64_pseudo_register_read): Likewise.
15054         * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
15055         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15056         * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
15057         (spu_pseudo_register_read): Likewise.
15058         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15059         (xtensa_pseudo_register_read): Likewise.
15060
15061 2018-02-21  Yao Qi  <yao.qi@linaro.org>
15062
15063         * regcache.c (regcache::regcache): Call reg_buffer ctor.
15064         (regcache::arch): Move it to reg_buffer::arch.
15065         (regcache::register_buffer): Likewise.
15066         (regcache::assert_regnum): Likewise.
15067         (regcache::num_raw_registers): Likewise.
15068         * regcache.h (reg_buffer): New class.
15069         (regcache): Inherit reg_buffer.
15070
15071 2018-02-20  Simon Marchi  <simon.marchi@ericsson.com>
15072
15073         * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
15074         gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
15075
15076 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
15077
15078         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
15079
15080 2018-02-19  Alan Hayward  <alan.hayward@arm.com>
15081
15082         * Makefile.in: (COMMON_SFILES): Add common/*.c files.
15083         (SFILES): Remove common/*.c files.
15084         (COMMON_OBS): Remove some *.o files built from common/*.c files.
15085         * common/common.host: Add common reference.
15086         * configure.ac: Likewise.
15087         * configure: Regenerate.
15088
15089 2018-02-16  Yao Qi  <yao.qi@linaro.org>
15090
15091         * block.c (block_namespace_info): Inherit allocate_on_obstack.
15092         (block_initialize_namespace): Use new.
15093         * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
15094         (dwarf2_free_objfile): Use delete.
15095         * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
15096         (copy_type_recursive): Use new.
15097         * gdb_obstack.h (allocate_on_obstack): New.
15098
15099 2018-02-15  Yao Qi  <yao.qi@linaro.org>
15100
15101         PR gdb/22849
15102         * inferior.c (exit_inferior_1): Reset inf->control.
15103
15104 2018-02-15  Joel Brobecker  <brobecker@adacore.com>
15105
15106         * ada-lang.c (ada_to_fixed_value_create): Delete advance
15107         declaration.
15108
15109 2018-02-14  Pedro Alves  <palves@redhat.com>
15110
15111         * frame-unwind.c (frame_unwind_try_unwinder): Always call
15112         frame_cleanup_after_sniffer on exception.
15113
15114 2018-02-14  Tom Tromey  <tom@tromey.com>
15115
15116         * solist.h (struct target_so_ops) <bfd_open>: Make pathname
15117         const.
15118         (solib_bfd_open): Make pathname const.
15119         * solib.c (solib_bfd_open): Make pathname const.
15120         * solib-spu.c (spu_bfd_fopen): Make name const.
15121         (spu_bfd_open): Make pathname const.
15122         * solib-darwin.c (darwin_bfd_open): Make pathname const.
15123         * solib-aix.c (solib_aix_bfd_open): Make pathname const.
15124
15125 2018-02-14  Tom Tromey  <tom@tromey.com>
15126
15127         * symfile.c (symfile_bfd_open): Update.
15128         * source.h (openp, source_full_path_of, find_and_open_source):
15129         Change argument type to unique_xmalloc_ptr.
15130         * source.c (openp): Take a unique_xmalloc_ptr.
15131         (source_full_path_of, find_and_open_source): Likewise.
15132         (open_source_file, symtab_to_fullname): Update.
15133         * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
15134         unique_xmalloc_ptr.
15135         * solib.c (solib_find_1): Use unique_xmalloc_ptr.
15136         (exec_file_find): Update.
15137         * psymtab.c (psymtab_to_fullname): Update.
15138         * nto-tdep.h (nto_find_and_open_solib): Update.
15139         * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
15140         unique_xmalloc_ptr.
15141         * exec.c (exec_file_attach): Update.
15142         * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
15143         * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
15144
15145 2018-02-14  Tom Tromey  <tom@tromey.com>
15146
15147         * solib.c: Include source.h.
15148         * nto-tdep.c: Include source.h.
15149         * mi/mi-cmd-env.c: Include source.h.
15150         * infcmd.c: Include source.h.
15151         * exec.c: Include source.h.
15152         * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
15153         (add_path, directory_switch, source_path, init_source_path): Move
15154         declarations...
15155         * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
15156         (add_path, directory_switch, source_path, init_source_path):
15157         ...here.
15158
15159 2018-02-14  Tom Tromey  <tom@tromey.com>
15160
15161         * solist.h (exec_file_find, solib_find): Return
15162         unique_xmalloc_ptr.
15163         (solib_bfd_fopen): Take a const char *.
15164         * solib.c (solib_find_1): Return unique_xmalloc_ptr.
15165         (exec_file_find, solib_find): Likewise.
15166         (solib_bfd_fopen): Do not take ownership of "pathname".
15167         (solib_bfd_open): Use unique_xmalloc_ptr.
15168         * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
15169         * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
15170         * infrun.c (follow_exec): Use unique_xmalloc_ptr.
15171         * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
15172
15173 2018-02-14  Joel Brobecker  <brobecker@adacore.com>
15174
15175         * ada-lang.c (name_match_type_from_name): Remove reference to
15176         ada_name_for_lookup in function's documentation.
15177         * ada-lang.h (ada_name_for_lookup): Delete declaration.
15178
15179 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
15180
15181         * defs.h (enum openp_flags): New enum.
15182         (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
15183         Move to enum openp_flags.
15184         (openp_flags): New enum flags.
15185         (openp): Change parameter type to openp_flags.
15186         * source.c (openp): Change parameter type to openp_flags.
15187         * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
15188         * dwarf2read.c (try_open_dwop_file): Use openp_flags.
15189
15190 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
15191
15192         * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
15193         per-command.
15194
15195 2018-02-12  Andrew Burgess  <andrew.burgess@embecosm.com>
15196
15197         * dwarf2read.c (dwarf2_release_queue): Delete function, move body
15198         into...
15199         (class dwarf2_queue_guard): ...the destructor of this new class.
15200         (dw2_do_instantiate_symtab): Create instance of the new class
15201         dwarf2_queue_guard, remove cleanup.
15202
15203 2018-02-09  Tom Tromey  <tom@tromey.com>
15204
15205         * source.c (find_source_lines): Don't reference past the end of
15206         the vector.
15207
15208 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15209
15210         * remote.c (remote_btrace_maybe_reopen): Change error message.
15211         * btrace.c (btrace_enable): Likewise.
15212         (parse_xml_btrace): Likewise.
15213         (parse_xml_btrace_conf): Likewise.
15214
15215 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15216
15217         * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
15218         (linux_enable_pt, linux_enable_bts): Call
15219         diagnose_perf_event_open_fail.
15220
15221 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15222
15223         * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
15224         Remove parameter and change return type.  Update callers.  Move it.
15225         (linux_enable_bts, linux_enable_pt): Improve error message.
15226         (linux_enable_pt): Remove zero buffer size check.
15227         (linux_enable_btrace): Improve error messages.  Remove NULL return
15228         check.
15229
15230 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15231
15232         * btrace.c (btrace_enable): Remove target_supports_btrace call.
15233         * nat/linux-btrace.c (perf_event_pt_event_type): Move.
15234         (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
15235         (linux_supports_pt, linux_supports_btrace): Remove.
15236         (linux_enable_bts): Call cpu_supports_bts.
15237         * nat/linux-btrace.h (linux_supports_btrace): Remove.
15238         * remote.c (remote_supports_btrace): Remove.
15239         (init_remote_ops): Remove remote_supports_btrace.
15240         * target-delegates.c: Regenerated.
15241         * target.c (target_supports_btrace): Remove.
15242         * target.h (target_ops) <to_supports_btrace>: Remove
15243         (target_supports_btrace): Remove.
15244         * x86-linux-nat.c (x86_linux_create_target): Remove
15245         linux_supports_btrace.
15246
15247 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15248
15249         * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
15250         btrace failed.
15251         * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
15252         exception and use message in own exception.
15253
15254 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15255
15256         * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
15257         (perf_event_pt_event_type): Use gdb_file_up.
15258         (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
15259         scoped_fd, and scoped_mmap.
15260
15261 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15262
15263         * common/scoped_mmap.h: New.
15264         * unittests/scoped_mmap-selftest.c: New.
15265         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15266         unittests/scoped_mmap-selftest.c.
15267
15268 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
15269
15270         * common/scoped_fd.h: New.
15271         * unittests/scoped_fd-selftest.c: New.
15272         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15273         unittests/scoped_fd-selftest.c.
15274
15275 2018-02-09  Tom Tromey  <tom@tromey.com>
15276
15277         * auto-load.c (auto_load_section_scripts): Use
15278         gdb::unique_xmalloc_ptr.
15279
15280 2018-02-09  Tom Tromey  <tom@tromey.com>
15281
15282         * auto-load.c (execute_script_contents): Use std::string.
15283
15284 2018-02-09  Joel Brobecker  <brobecker@adacore.com>
15285
15286         * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
15287         Python function, rather than a new command.
15288
15289 2018-02-08  Tom Tromey  <tom@tromey.com>
15290
15291         * solib.c (solib_find_1): Use std::string.
15292         (solib_bfd_fopen): Use unique_xmalloc_ptr.
15293
15294 2018-02-08  Tom Tromey  <tom@tromey.com>
15295
15296         * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
15297
15298 2018-02-08  Tom Tromey  <tom@tromey.com>
15299
15300         * source.c (find_source_lines): Use gdb::def_vector.
15301
15302 2018-02-08  Tom Tromey  <tom@tromey.com>
15303
15304         * macrocmd.c (struct temporary_macro_definition): New.
15305         (macro_define_command): Use temporary_macro_definition.  Remove
15306         cleanups.
15307         (free_macro_definition_ptr): Remove.
15308
15309 2018-02-08  Tom Tromey  <tom@tromey.com>
15310
15311         * macroexp.c (maybe_expand): Use std::string.
15312
15313 2018-02-08  Tom Tromey  <tom@tromey.com>
15314
15315         * macroexp.c (struct macro_buffer): Add initializers for some
15316         members.
15317         (init_buffer, init_shared_buffer, free_buffer)
15318         (free_buffer_return_text): Remove.
15319         (macro_buffer): New constructors.
15320         (~macro_buffer): New destructor.
15321         (macro_buffer::set_shared): New method.
15322         (macro_buffer::resize_buffer, macro_buffer::appendc)
15323         (macro_buffer::appendmem): Now methods, not free functions.
15324         (set_token, append_tokens_without_splicing, stringify)
15325         (macro_stringify): Update.
15326         (gather_arguments): Change return type.  Remove argc_p argument,
15327         add args_ptr argument.  Use std::vector.
15328         (substitute_args): Remove argc argument.  Accept std::vector.
15329         (expand): Update.  Use std::vector.
15330         (scan, macro_expand, macro_expand_next): Update.
15331
15332 2018-02-08  Tom Tromey  <tom@tromey.com>
15333
15334         * symtab.c (default_collect_symbol_completion_matches_break_on):
15335         Use unique_xmalloc_ptr.
15336         * macroscope.h: (sal_macro_scope, user_macro_scope)
15337         (default_macro_scope): Return unique_xmalloc_ptr.
15338         * macroscope.c (sal_macro_scope, user_macro_scope)
15339         (default_macro_scope): Return unique_xmalloc_ptr.
15340         * macroexp.h (macro_expand, macro_expand_once): Return
15341         unique_xmalloc_ptr.
15342         * macroexp.c (macro_expand, macro_expand_once): Return
15343         unique_xmalloc_ptr.
15344         * macrocmd.c (macro_expand_command, macro_expand_once_command)
15345         (info_macro_command, info_macros_command): Use
15346         unique_xmalloc_ptr.
15347         * compile/compile-c-support.c (write_macro_definitions): Use
15348         unique_xmalloc_ptr.
15349         * c-exp.y (c_parse): Use unique_xmalloc_ptr.
15350
15351 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
15352
15353         * value.c (value_static_field): Assign field type instead of
15354         containing type when returning an optimized out value.
15355
15356 2018-02-06  Yao Qi  <yao.qi@linaro.org>
15357
15358         * ft32-tdep.c (ft32_read_pc): Remove.
15359         (ft32_write_pc): Remove.
15360         (ft32_gdbarch_init): Update.
15361         * m32r-tdep.c (m32r_read_pc): Remove.
15362         (m32r_gdbarch_init): Update.
15363         * mep-tdep.c (mep_read_pc): Remove.
15364         (mep_gdbarch_init): Update.
15365         * microblaze-tdep.c (microblaze_write_pc): Remove.
15366         (microblaze_gdbarch_init): Update.
15367         * mn10300-tdep.c (mn10300_read_pc): Remove.
15368         (mn10300_write_pc): Remove.
15369         (mn10300_gdbarch_init): Update.
15370         * moxie-tdep.c (moxie_read_pc): Remove.
15371         (moxie_write_pc): Remove.
15372         (moxie_gdbarch_init): Update.
15373
15374 2018-02-06  Yao Qi  <yao.qi@linaro.org>
15375
15376         * expprint.c (print_subexp_standard): Handle
15377         OP_F77_UNDETERMINED_ARGLIST.
15378         (dump_subexp_body_standard): Likewise.
15379
15380 2018-02-05  Alan Hayward  <alan.hayward@arm.com>
15381
15382         * target-descriptions.c (tdesc_element_visitor) Add empty
15383         implementations.
15384         (tdesc_type): Move make_gdb_type from here.
15385         (tdesc_type_builtin): Likewise.
15386         (tdesc_type_vector): Likewise.
15387         (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
15388         (make_gdb_type_struct): Move from tdesc_type_with_fields.
15389         (make_gdb_type_union): Likewise.
15390         (make_gdb_type_flags): Likewise.
15391         (make_gdb_type_enum): Likewise.
15392         (make_gdb_type): New function.
15393         (tdesc_register_type): Use static make_gdb_type.
15394
15395 2018-02-05  Ruslan Kabatsayev <b7.10110111@gmail.com>
15396
15397         * infcmd.c (default_print_one_register_info): Align natural-format
15398         column values consistently one under another.
15399         (pad_to_column): New function.
15400
15401 2018-02-05  Joel Brobecker  <brobecker@adacore.com>
15402
15403         * dwarf2read.c (dwarf2_physname): Move commment.
15404
15405 2018-02-01  Leszek Swirski  <leszeks@google.com>
15406
15407         * varobj.c (varobj_formatted_print_options): Allow recursive
15408         pretty printing if pretty printing is enabled.
15409
15410 2018-02-01  Leszek Swirski  <leszeks@google.com>
15411
15412         * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
15413         names after a structop as a filename.
15414
15415 2018-02-01  Yao Qi  <yao.qi@linaro.org>
15416
15417         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
15418         (arm_record_coproc_data_proc): Likewise.
15419
15420 2018-02-01  Yao Qi  <yao.qi@linaro.org>
15421
15422         * arm-tdep.c (arm_record_extension_space): Change ret to signed.
15423
15424 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
15425
15426         * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
15427         assign shifted lr_reg to fdata->lr_register when lr_reg is set.
15428
15429 2018-01-31  Pedro Alves  <palves@redhat.com>
15430
15431         * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
15432         * inflow.c (child_terminal_save_inferior): Wrap reference to
15433         tcgetpgrp in HAVE_TERMIOS_H.
15434         (child_interrupt, child_pass_ctrlc): Wrap references to signal in
15435         _WIN32.
15436         * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
15437         always iterate over all inferiors.
15438         (gdbsim_cntrl_c): Adjust.
15439         * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
15440
15441 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
15442
15443         * gdbtypes.c (lookup_array_range_type): Make sure the array's
15444         index type is objfile-owned if the element type is as well.
15445
15446 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
15447
15448         GDB 8.1 released.
15449
15450 2018-01-30  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15451
15452         * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
15453         "features/s390x-linux64.c".
15454         (_initialize_s390_linux_tdep): Remove initialization of tdescs
15455         s390_linux32 and s390x_linux64.
15456         (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
15457         default tdesc.
15458         * s390-tdep.c: Include "features/s390-linux32.c" and
15459         "features/s390x-linux64.c".
15460         (s390_tdesc_valid): Add check for tdesc_has_registers.
15461         (s390_gdbarch_init): Make sure there is always a valid tdesc.
15462         (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
15463         tdesc_s390x_linux64.
15464         * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
15465         tdesc_s390x_linux64 to...
15466         * s390-tdep.h: ...here.
15467
15468 2018-01-30  Pedro Alves  <palves@redhat.com>
15469
15470         PR gdb/13211
15471         * config.in, configure: Regenerate.
15472         * configure.ac: Check for getpgid.
15473         * go32-nat.c (go32_pass_ctrlc): New.
15474         (go32_target): Install it.
15475         * inf-child.c (inf_child_target): Install
15476         child_terminal_save_inferior, child_pass_ctrlc and
15477         child_interrupt.
15478         * inf-ptrace.c (inf_ptrace_interrupt): Delete.
15479         (inf_ptrace_target): No longer install it.
15480         * infcmd.c (interrupt_target_1): Adjust.
15481         * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
15482         (child_interrupt): Declare.
15483         (inferior::terminal_state): New.
15484         * inflow.c (struct terminal_info): Update comments.
15485         (inferior_process_group): Delete.
15486         (terminal_is_ours): Delete.
15487         (gdb_tty_state): New.
15488         (child_terminal_init): Adjust.
15489         (is_gdb_terminal, sharing_input_terminal_1)
15490         (sharing_input_terminal): New functions.
15491         (child_terminal_inferior): Adjust.  Use sharing_input_terminal.
15492         Set the process's actual process group in the foreground if
15493         possible.  Handle is_ours_for_output/is_ours distinction.  Don't
15494         mark terminal as the inferior's if not sharing GDB's terminal.
15495         Don't check attach_flag.
15496         (child_terminal_ours_for_output, child_terminal_ours): Adjust to
15497         pass down a target_terminal_state.
15498         (child_terminal_save_inferior): New, factored out from ...
15499         (child_terminal_ours_1): ... this.  Handle
15500         target_terminal_state::is_ours_for_output.
15501         (child_interrupt, child_pass_ctrlc): New.
15502         (inflow_inferior_exit): Clear the inferior's terminal_state.
15503         (copy_terminal_info): Copy the inferior's terminal state.
15504         (_initialize_inflow): Remove reference to terminal_is_ours.
15505         * inflow.h (inferior_process_group): Delete.
15506         * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
15507         * procfs.c (procfs_target): Don't install procfs_interrupt.
15508         (procfs_interrupt): Delete.
15509         * remote.c (remote_serial_quit_handler): Adjust.
15510         (remote_interrupt): Remove ptid parameter.  Adjust.
15511         * target-delegates.c: Regenerate.
15512         * target.c: Include "terminal.h".
15513         (target_terminal::terminal_state): Rename to ...
15514         (target_terminal::m_terminal_state): ... this.
15515         (target_terminal::init): Adjust.
15516         (target_terminal::inferior): Adjust to per-inferior
15517         terminal_state.
15518         (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
15519         (target_terminal::ours, target_terminal::ours_for_output): Use
15520         target_terminal_is_ours_kind.
15521         (target_interrupt): Remove ptid parameter.  Adjust.
15522         (default_target_pass_ctrlc): Adjust.
15523         * target.h (target_ops::to_terminal_save_inferior): New field.
15524         (target_ops::to_interrupt): Remove ptid_t parameter.
15525         (target_interrupt): Remove ptid_t parameter.  Update comment.
15526         (target_pass_ctrlc): Update comment.
15527         * target/target.h (target_terminal_state): New scoped enum,
15528         factored out of ...
15529         (target_terminal::terminal_state): ... here.
15530         (target_terminal::inferior): Update comments.
15531         (target_terminal::restore_inferior): New.
15532         (target_terminal::is_inferior, target_terminal::is_ours)
15533         (target_terminal::is_ours_for_output): Adjust.
15534         (target_terminal::scoped_restore_terminal_state): Adjust to
15535         rename, and call restore_inferior() instead of inferior().
15536         (target_terminal::scoped_restore_terminal_state::m_state): Change
15537         type.
15538         (target_terminal::terminal_state): Rename to ...
15539         (target_terminal::m_terminal_state): ... this and change type.
15540
15541 2018-01-30  Pedro Alves  <palves@redhat.com>
15542
15543         * linux-nat.c (wait_for_signal): New function.
15544         (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
15545         directly.
15546         (async_terminal_is_ours)
15547         (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
15548         (linux_nat_add_target): Don't override
15549         to_terminal_inferior/to_terminal_ours.
15550
15551 2018-01-29  Sergio Durigan Junior  <sergiodj@redhat.com>
15552
15553         * remote.c (remote_follow_fork): Don't call "detach_inferior".
15554
15555 2018-01-28  Simon Marchi  <simon.marchi@ericsson.com>
15556
15557         * dwarf2read.c (free_dwo_files): Add forward-declaration.
15558         (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
15559         dwarf2_per_objfile_free here.
15560         (dwarf2_per_objfile_free): Remove.
15561         (_initialize_dwarf2_read): Don't register
15562         dwarf2_per_objfile_free as a registry cleanup.
15563
15564 2018-01-27  Eli Zaretskii  <eliz@gnu.org>
15565
15566         Avoid compilation errors in MinGW native builds
15567
15568         The error is triggered by including python-internal.h, and the
15569         error message is:
15570
15571              In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
15572                       from build-gnulib/import/math.h:27,
15573                       from d:/usr/Python26/include/pyport.h:235,
15574                       from d:/usr/Python26/include/Python.h:58,
15575                       from python/python-internal.h:94,
15576                       from python/py-arch.c:24:
15577              d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
15578         using ::hypot;
15579                 ^~~~~
15580
15581         This happens because Python headers define 'hypot' to expand t
15582         '_hypot' in the Windows builds.
15583         * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
15584         'hypoth'.  This avoids a compilation error.
15585
15586 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
15587
15588         * MAINTAINERS (Write After Approval): Fix ordering.
15589
15590 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
15591
15592         * MAINTAINERS (Write After Approval): Add Alan Hayward.
15593
15594 2018-01-26  Alan Modra  <amodra@gmail.com>
15595
15596         * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
15597         (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
15598         Remove nop.  Make const.  Comment.
15599         (powerpc32_plt_stub_so_2): New.
15600         (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
15601         Correct count.  Update uses.
15602         (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
15603         Move common code reading PLT entry word.  Correct
15604         powerpc32_plt_stub PLT address calculation.
15605         * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
15606         (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
15607         (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
15608         (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
15609         (ppc64_standard_linkage8): Likewise.
15610         * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
15611         Correct insns description.
15612         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
15613
15614 2018-01-24  Pedro Alves  <palves@redhat.com>
15615
15616         GCC PR libstdc++/83906
15617         * gdbtypes.c (operator==(const dynamic_prop &,
15618         const dynamic_prop &)): New.
15619         (operator==(const range_bounds &, const range_bounds &)): New.
15620         (check_types_equal): Use them instead of memcmp.
15621         * gdbtypes.h (operator==(const dynamic_prop &,
15622         const dynamic_prop &)): Declare.
15623         (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
15624         (operator==(const range_bounds &, const range_bounds &)): Declare.
15625         (operator!=(const range_bounds &, const range_bounds &)): Declare.
15626
15627 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15628
15629         * s390-linux-tdep.c (s390_record_address_mask)
15630         (s390_record_calc_disp_common, s390_record_calc_disp)
15631         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15632         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15633         (s390_process_record): Move to s390-tdep.c.
15634         (s390_linux_init_abi_any): Adjust.
15635         * s390-tdep.c (s390_record_address_mask)
15636         (s390_record_calc_disp_common, s390_record_calc_disp)
15637         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15638         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15639         (s390_process_record): Moved from s390-linux-tdep.c
15640         (s390_gdbarch_init): Adjust.
15641
15642 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15643
15644         * s390-linux-nat.c (s390-tdep.h): New include.
15645         * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
15646         (HFILES_NO_SRCDIR): Add s390-tdep.h.
15647         (ALLDEPFILES): Add s390-tdep.c.
15648         * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
15649         * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
15650         * s390-tdep.h: ...this.  New file.
15651         * s390-linux-tdep.c (s390-tdep.h): New include.
15652         (_initialize_s390_tdep): Rename to...
15653         (_initialize_s390_linux_tdep): ...this and adjust.
15654         (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
15655         (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
15656         s390-tdep.h.
15657         (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
15658         (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
15659         (s390_is_partial_instruction, s390_software_single_step)
15660         (is_non_branch_ril, s390_displaced_step_copy_insn)
15661         (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
15662         (s390_prologue_data, s390_addr, s390_store, s390_load)
15663         (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
15664         (s390_register_call_saved, s390_guess_tracepoint_registers)
15665         (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
15666         (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
15667         (s390_pseudo_register_name, s390_pseudo_register_type)
15668         (s390_pseudo_register_read, s390_pseudo_register_write)
15669         (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
15670         (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
15671         (s390_addr_bits_remove, s390_address_class_type_flags)
15672         (s390_address_class_type_flags_to_name)
15673         (s390_address_class_name_to_type_flags, s390_effective_inner_type)
15674         (s390_function_arg_float, s390_function_arg_vector)
15675         (is_power_of_two, s390_function_arg_integer, s390_arg_state)
15676         (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
15677         (s390_frame_align, s390_register_return_value, s390_return_value)
15678         (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
15679         (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
15680         (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
15681         (s390_trad_frame_prev_register, s390_unwind_cache)
15682         (s390_prologue_frame_unwind_cache)
15683         (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
15684         (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
15685         (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
15686         (s390_stub_frame_this_id, s390_stub_frame_prev_register)
15687         (s390_stub_frame_sniffer, s390_stub_frame_unwind)
15688         (s390_frame_base_address, s390_local_base_address)
15689         (s390_frame_base, s390_gcc_target_options)
15690         (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
15691         (s390_validate_reg_range, s390_tdesc_valid)
15692         (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
15693         * s390-tdep.c: ...this.  New file.
15694
15695 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15696
15697         * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
15698         (s390_process_record, s390_gdbarch_tdep_alloc)
15699         (s390_linux_init_abi_any): Use/set new hook.
15700
15701 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15702
15703         * s390-linux-tdep.c (osabi.h): New include.
15704         (s390_linux_init_abi_31, s390_linux_init_abi_64)
15705         (s390_linux_init_abi_any): New functions.
15706         (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
15707
15708 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15709
15710         * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
15711         tdesc_has_registers check
15712
15713 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15714
15715         * s390-linux-tdep.c (s390_tdesc_valid): New function.
15716         (s390_validate_reg_range): New macro.
15717         (s390_gdbarch_init): Adjust.
15718
15719 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15720
15721         * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
15722         (s390_gdbarch_tdep_alloc): Adjust.
15723         (s390_gdbarch_init): Adjust.
15724
15725 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15726
15727         * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
15728         <have_tdb>: Change type to bool.
15729         (s390_gdbarch_tdep_alloc): Adjust.
15730         (s390_gdbarch_init): Adjust.
15731
15732 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15733
15734         * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
15735         (gdbarch_tdep) <have_upper, have_vx>: New fields.
15736         (s390_gdbarch_tdep_alloc): New function.
15737         (s390_gdbarch_init): Allocate tdep at start and use its fields
15738         instead of separate variables.
15739
15740 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15741
15742         * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
15743         when looking for cached gdbarch and add comment for remaining.
15744
15745 2018-01-22  Pedro Alves  <palves@redhat.com>
15746             Sergio Durigan Junior  <sergiodj@redhat.com>
15747
15748         * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
15749         case.
15750
15751 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
15752
15753         * MAINTAINERS: Update my company e-mail address.
15754
15755 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15756
15757         * regcache.c (cooked_write_test): New function.
15758         (_initialize_regcache): Register the test.
15759
15760 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15761
15762         * ia64-tdep.c (ia64_pseudo_register_read): Call
15763         regcache->cooked_read instead of regcache_cooked_read_unsigned.
15764         * m32c-tdep.c (m32c_cat_read): Likewise.
15765         (m32c_r3r2r1r0_read): Likewise.
15766         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15767         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15768
15769 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15770
15771         * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
15772         method raw_read instead of regcache_raw_read.
15773         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15774         * arm-tdep.c (arm_neon_quad_read): Likewise.
15775         * avr-tdep.c (avr_pseudo_register_read): Likewise.
15776         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15777         * frv-tdep.c (frv_pseudo_register_read): Likewise.
15778         * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
15779         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15780         (i386_pseudo_register_read_into_value): Likewise.
15781         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15782         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15783         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15784         * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
15785         * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
15786         * sparc-tdep.c (sparc32_pseudo_register_read):  Likewise.
15787         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15788         * spu-tdep.c (spu_pseudo_register_read_spu):  Likewise.
15789         * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
15790
15791 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15792
15793         * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
15794         * configure.tgt: Remove target mt.
15795         * mt-tdep.c: Remove.
15796         * regcache.c (cooked_read_test): Remove the check for mt.
15797
15798 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15799
15800         * jit.c (jit_frame_prev_register): Call regcache::cooked_read
15801         instead of gdbarch_pseudo_register_read_value.
15802
15803 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
15804
15805         * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
15806         language is Ada.
15807
15808 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
15809
15810         * linespec.c (create_sals_line_offset): Remove code that preserved
15811         the symtab_and_line's line number.
15812
15813 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15814
15815         * varobj.c (varobj_create): Don't set valid_block when creating a
15816         floating varobj.
15817
15818 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15819
15820         * varobj.c (varobj_create): Remove out of date comment.
15821
15822 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15823
15824         PR mi/20395
15825         * ada-exp.y (write_var_from_sym): Pass extra parameter when
15826         updating innermost block.
15827         * parse.c (innermost_block_tracker::update): Take extra type
15828         parameter, and check types match before updating innermost block.
15829         (write_dollar_variable): Update innermost block for registers.
15830         * parser-defs.h (enum innermost_block_tracker_type): New enum.
15831         (innermost_block_tracker::innermost_block_tracker): Initialise
15832         m_types member.
15833         (innermost_block_tracker::reset): Take type parameter.
15834         (innermost_block_tracker::update): Take type parameter, and pass
15835         type through as needed.
15836         (innermost_block_tracker::m_types): New member.
15837         * varobj.c (varobj_create): Pass type when reseting innermost
15838         block.
15839
15840 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15841
15842         * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
15843         * ada-lang.c (resolve_subexp): Likewise.
15844         * breakpoint.c (set_breakpoint_condition) Likewise.
15845         (watch_command_1) Likewise.
15846         * c-exp.y (variable): Likewise.
15847         * d-exp.y (PrimaryExpression): Likewise.
15848         * f-exp.y (variable): Likewise.
15849         * go-exp.y (variable): Likewise.
15850         * m2-exp.y (variable): Likewise.
15851         * objfiles.c (objfile::~objfile): Likewise.
15852         * p-exp.y (variable): Likewise.
15853         * parse.c (innermost_block): Change type.
15854         * parser-defs.h (class innermost_block_tracker): New.
15855         (innermost_block): Change to innermost_block_tracker.
15856         * printcmd.c (display_command): Switch to innermost_block API.
15857         (do_one_display): Likewise.
15858         * rust-exp.y (do_one_display): Likewise.
15859         * symfile.c (clear_symtab_users): Likewise.
15860         * varobj.c (varobj_create): Switch to innermost_block API, replace
15861         use of innermost_block with block stored on varobj object.
15862
15863 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15864
15865         * expression.h (innermost_block): Remove declaration.
15866         * varobj.c: Add 'parser-defs.h' include.
15867
15868 2018-01-19  Tom Tromey  <tom@tromey.com>
15869
15870         * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
15871         symbols in the static and global blocks.
15872
15873 2018-01-19  James Clarke  <jrtc27@jrtc27.com>
15874
15875         * nat/linux-ptrace.c: Remove unnecessary reinclusion of
15876         gdb_ptrace.h, and move including gdb_wait.h ...
15877         * nat/linux-ptrace.h: ... to here.
15878
15879 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
15880
15881         * inf-ptrace.c (inf_ptrace_detach): Adjust call to
15882         inf_ptrace_detach_success.
15883         (inf_ptrace_detach_success): Add inferior parameter, use it
15884         instead of inferior_ptid, pass it to detach_inferior.
15885         * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
15886         parameter.
15887         * inferior.c (detach_inferior): Add overload that takes an
15888         inferior object.
15889         * inferior.h (detach_inferior): Likewise.
15890         * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
15891         use inferior_ptid, adjust call to inf_ptrace_detach_success.
15892         * linux-thread-db.c (thread_db_detach): Use inf parameter.
15893
15894 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
15895
15896         * target.h (struct target_ops) <to_detach>: Add inferior
15897         parameter.
15898         (target_detach): Likewise.
15899         * target.c (dispose_inferior): Pass inferior down.
15900         (target_detach): Pass inferior down.  Assert that it is equal to
15901         the current inferior.
15902         * aix-thread.c (aix_thread_detach): Pass inferior down.
15903         * corefile.c (core_file_command): Pass current_inferior() down.
15904         * corelow.c (core_detach): Add inferior parameter.
15905         * darwin-nat.c (darwin_detach): Likewise.
15906         * gnu-nat.c (gnu_detach): Likewise.
15907         * inf-ptrace.c (inf_ptrace_detach): Likewise.
15908         * infcmd.c (detach_command): Pass current_inferior() down to
15909         target_detach.
15910         * infrun.c (follow_fork_inferior): Pass parent_inf to
15911         target_detach.
15912         (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
15913         target_detach.
15914         * linux-nat.c (linux_nat_detach): Add inferior parameter.
15915         * linux-thread-db.c (thread_db_detach): Likewise.
15916         * nto-procfs.c (procfs_detach): Likewise.
15917         * procfs.c (procfs_detach): Likewise.
15918         * record.c (record_detach): Likewise.
15919         * record.h (struct inferior): Forward-declare.
15920         (record_detach): Add inferior parameter.
15921         * remote-sim.c (gdbsim_detach): Likewise.
15922         * remote.c (remote_detach_1): Likewise.
15923         (remote_detach): Likewise.
15924         (extended_remote_detach): Likewise.
15925         * sol-thread.c (sol_thread_detach): Likewise.
15926         * target-debug.h (target_debug_print_inferior_p): New macro.
15927         * target-delegates.c: Re-generate.
15928         * top.c (kill_or_detach): Pass inferior down to target_detach.
15929         * windows-nat.c (windows_detach): Add inferior parameter.
15930
15931 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
15932
15933         * target.h (struct target_ops) <to_detach>: Remove args
15934         parameter.
15935         (target_detach): Likewise.
15936         * target.c (dispose_inferior): Adjust.
15937         (target_detach): Remove args parameter, adjust.
15938         * aix-thread.c (aix_thread_detach): Adjust.
15939         * corefile.c (core_file_command): Adjust.
15940         * corelow.c (core_detach): Adjust.
15941         * darwin-nat.c (darwin_detach): Adjust.
15942         * gnu-nat.c (gnu_detach): Adjust.
15943         * inf-ptrace.c (inf_ptrace_detach): Adjust.
15944         * infcmd.c (detach_command): Adjust
15945         * infrun.c (follow_fork_inferior): Adjust.
15946         (handle_vfork_child_exec_or_exit): Adjust.
15947         * linux-fork.c (linux_fork_detach): Remove args parameter.
15948         * linux-fork.h (linux_fork_detach): Likewise.
15949         * linux-nat.c (linux_nat_detach): Likewise, and adjust.
15950         * linux-thread-db.c (thread_db_detach): Likewise.
15951         * nto-procfs.c (procfs_detach): Likewise.
15952         * procfs.c (procfs_detach): Likewise.
15953         (do_detach): Remove signo parameter.
15954         * record.c (record_detach): Remove args parameter.
15955         * record.h (record_detach): Likewise.
15956         * remote-sim.c (gdbsim_detach): Likewise.
15957         * remote.c (remote_detach_1): Likewise.
15958         (remote_detach): Likewise.
15959         (extended_remote_detach): Likewise.
15960         * sol-thread.c (sol_thread_detach): Likewise.
15961         * target-delegates.c: Re-generate.
15962         * top.c (struct qt_args) <args>: Remove field.
15963         (kill_or_detach): Don't pass args.
15964         (quit_force): Don't set args.
15965         * windows-nat.c (windows_detach): Remove args parameter.
15966
15967 2018-01-19  Yao Qi  <yao.qi@linaro.org>
15968
15969         * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
15970         (arm_linux_init_abi): Install it.
15971
15972 2018-01-19  Yao Qi  <yao.qi@linaro.org>
15973
15974         * osabi.c (gdb_osabi_names): Extend the regexp for
15975         arm-linux-gnueabihf.
15976
15977 2018-01-18  Yao Qi  <yao.qi@linaro.org>
15978
15979         * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
15980         m_abbrevs.
15981         (abbrev_table::add_abbrev): Update.
15982         (abbrev_table::lookup_abbrev): Update.
15983
15984 2018-01-18  Yao Qi  <yao.qi@linaro.org>
15985
15986         * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
15987
15988 2018-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
15989
15990         * compile/compile.c (compile_to_object): Convert "triplet_rx"
15991         to "std::string".
15992
15993 2018-01-17  Tom Tromey  <tom@tromey.com>
15994
15995         * dwarf2read.c (symbolp): Remove typedef.  Don't instantiate VEC.
15996
15997 2018-01-17  Tom Tromey  <tom@tromey.com>
15998
15999         * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
16000         * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
16001         (create_array_type_with_stride): Update.
16002         * dwarf2read.c (set_die_type): Update.
16003
16004 2018-01-17  Tom Tromey  <tom@tromey.com>
16005
16006         * dwarf2read.c (delayed_method_info): Remove typedef.
16007         (dwarf2_cu::method_info): Now a std::vector.
16008         (add_to_method_list): Update.
16009         (free_delayed_list): Remove.
16010         (compute_delayed_physnames): Update.
16011         (process_full_comp_unit, process_full_type_unit): Clear the method
16012         list.  Remove cleanups.
16013         (psymtab_include_file_name): Add name_holder parameter.  Use
16014         unique_xmalloc_ptr.
16015         (dwarf_decode_lines): Update.
16016
16017 2018-01-17  Tom Tromey  <tom@tromey.com>
16018             Simon Marchi  <simon.marchi@ericsson.com>
16019
16020         * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
16021         (dwarf2_per_objfile::free_cached_comp_units)
16022         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
16023         (init_cutu_and_read_dies_no_follow): Update.
16024         (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
16025         (dwarf2_cu::~dwarf2_cu): New.
16026         (free_heap_comp_unit, free_stack_comp_unit): Remove.
16027         (age_cached_comp_units, free_one_cached_comp_unit): Update.
16028
16029 2018-01-17  Tom Tromey  <tom@tromey.com>
16030             Simon Marchi  <simon.marchi@ericsson.com>
16031
16032         * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
16033         (struct die_reader_specs) <abbrev_table>: New member.
16034         (struct abbrev_table): Add constructor.
16035         <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
16036         <abbrev_obstack>: Now an auto_obstack.
16037         (abbrev_table_up): New typedef.
16038         (init_cu_die_reader): Add abbrev_table parameter.
16039         (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
16040         Add result_dwo_abbrev_table.
16041         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
16042         (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
16043         Update.
16044         (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
16045         parameter.
16046         (skip_children): Update.
16047         (abbrev_table::alloc_abbrev): Rename from
16048         abbrev_table_alloc_abbrev.
16049         (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
16050         (abbrev_table::lookup_abbrev): Rename from
16051         abbrev_table_lookup_abbrev.
16052         (abbrev_table_read_table): Return abbrev_table_up.
16053         (abbrev_table_free, abbrev_table_free_cleanup)
16054         (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
16055         (load_partial_dies): Update.
16056
16057 2018-01-17  Tom Tromey  <tom@tromey.com>
16058
16059         * dwarf2read.c (dwarf2_compute_name): Update comment.
16060         (read_func_scope, read_variable): Update.
16061         (new_symbol): Remove.
16062         (new_symbol_full): Rename to new_symbol.
16063
16064 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
16065
16066         PR gdb/16577
16067         * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
16068         a warning instead of throwing an error, set section size to 0 and return
16069         NULL.
16070         * gdb_bfd.h (gdb_bfd_map_section): Update description.
16071
16072 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
16073
16074         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
16075         std::string.
16076         (linux_ptrace_attach_fail_reason_string): Likewise.
16077         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
16078         Likewise.
16079         (linux_ptrace_attach_fail_reason_string): Likewise.
16080         * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
16081
16082 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
16083
16084         * linux-nat.c (linux_nat_attach): Remove xstrdup.
16085
16086 2018-01-17  Eldar Abusalimov  <eldar.abusalimov@jetbrains.com>
16087
16088         PR gdb/21559
16089         * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
16090         checking for fs_base/gs_base fields in struct user_regs_struct.
16091         * configure: Regenerate.
16092
16093 2018-01-17  Yao Qi  <yao.qi@linaro.org>
16094
16095         * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
16096         function.
16097         (aarch64_linux_init_abi): Install it to gdbarch hook
16098         gcc_target_options.
16099
16100 2018-01-15  Pedro Alves  <palves@redhat.com>
16101
16102         * common/signals-state-save-restore.c
16103         (save_original_signals_state): Fix typos.
16104
16105 2017-01-12  Tom Tromey  <tom@tromey.com>
16106             Sergio Durigan Junior  <sergiodj@redhat.com>
16107
16108         * Makefile.in (install-only): Install gdb-add-index.
16109
16110 2018-01-12  John Baldwin  <jhb@FreeBSD.org>
16111
16112         * fbsd-tdep.c (KVE_PROTECTION): Correct value.
16113
16114 2018-01-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16115
16116         * infrun.c (keep_going_pass_signal): Clear step-over info when
16117         insert_breakpoints fails.
16118
16119 2018-01-11  Pedro Alves  <palves@redhat.com>
16120
16121         PR gdb/22583
16122         * infrun.c (resume): Rename to ...
16123         (resume_1): ... this.
16124         (resume): Reimplement as wrapper around resume_1.
16125
16126 2018-01-11  Pedro Alves  <palves@redhat.com>
16127
16128         PR remote/22597
16129         * remote.c (remote_parse_stop_reply): Default to the last-set
16130         general thread instead of to 'magic_null_ptid'.
16131
16132 2018-01-10  Pedro Alves  <palves@redhat.com>
16133
16134         * language.h (language_get_symbol_name_matcher): Rename ...
16135         (get_symbol_name_matcher): ... this.
16136         * language.c (language_get_symbol_name_matcher): Ditto.
16137         * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
16138         callers adjusted.
16139
16140 2018-01-10  Pedro Alves  <palves@redhat.com>
16141
16142         PR gdb/22670
16143         * dwarf2read.c
16144         (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
16145         Adjust to use language_get_symbol_name_matcher instead of
16146         language_defn::la_get_symbol_name_matcher.
16147         * language.c (language_get_symbol_name_matcher): If in Ada mode
16148         and the lookup name is a verbatim match, return Ada's matcher.
16149         * language.h (language_get_symbol_name_matcher): Adjust comment.
16150         (ada_lookup_name_info::verbatim_p):: New method.
16151
16152 2018-01-10  Pedro Alves  <palves@redhat.com>
16153
16154         PR gdb/22670
16155         * ada-lang.c (ada_collect_symbol_completion_matches): If the
16156         minsym's language is language_auto or language_cplus, pass down
16157         language_ada instead.
16158         * symtab.c (compare_symbol_name): Don't frob symbol language here.
16159
16160 2018-01-10  Pedro Alves  <palves@redhat.com>
16161
16162         PR gdb/22670
16163         * minsyms.c (linkage_name_str): New function.
16164         (iterate_over_minimal_symbols): Use it.
16165
16166 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
16167
16168         * NEWS: Document that 'info proc' now works on FreeBSD.
16169
16170 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
16171
16172         * configure.ac: Check for kinfo_getfile in libutil.
16173         * configure: Regenerate.
16174         * config.in: Regenerate.
16175         * fbsd-nat.c: Include "fbsd-tdep.h".
16176         (fbsd_fetch_cmdline): New.
16177         (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
16178         rather than calling error.
16179         (fbsd_info_proc): New.
16180         (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
16181         (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
16182         (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
16183
16184 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
16185
16186         * fbsd-nat.c (struct free_deleter): Remove.
16187         (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
16188
16189 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
16190
16191         * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
16192         NULL for an empty pathname.
16193
16194 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
16195
16196         * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
16197         (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
16198         (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
16199         (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
16200         (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
16201         (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
16202         (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
16203         (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
16204         (kinfo_proc_layout_32, kinfo_proc_layout_i386)
16205         (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
16206         (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
16207         (fbsd_core_fetch_timeval, fbsd_print_sigset)
16208         (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
16209         (fbsd_init_abi):  Install gdbarch "core_info_proc" method.
16210         * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
16211
16212 2018-01-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16213
16214         * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
16215         (gnu_xfer_auxv): New function.
16216         (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
16217         TARGET_OBJECT_AUXV.
16218
16219 2018-01-08  Yao Qi  <yao.qi@linaro.org>
16220             Simon Marchi  <simon.marchi@ericsson.com>
16221
16222         * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
16223         common/selftest.c.
16224         (COMMON_OBS): Remove selftest.o.
16225         * configure.ac: Append selftest-arch.c and common/selftest.c to
16226         CONFIG_SRCS.  Append selftest-arch.o and selftest.o to COMMON_OBS.
16227         * configure: Re-generated.
16228         * maint.c (maintenance_selftest): Wrap selftests::run_tests with
16229         GDB_SELF_TEST.
16230         (maintenance_info_selftests): Likewise.
16231
16232 2018-01-08  Xavier Roirand  <roirand@adacore.com>
16233
16234         * ada-valprint.c (val_print_packed_array_elements): Use
16235         proper number of elements when printing an array indexed
16236         by an enumeration type.
16237
16238 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16239
16240         * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
16241         (dw2_get_file_names_reader): Adjust.
16242         (lookup_dwo_signatured_type): Adjust.
16243         (lookup_dwp_signatured_type): Adjust.
16244         (lookup_signatured_type): Adjust.
16245         (create_type_unit_group): Adjust.
16246         (get_type_unit_group): Adjust.
16247         (process_psymtab_comp_unit_reader): Adjust.
16248         (build_type_psymtabs_reader): Adjust.
16249         (scan_partial_symbols): Adjust.
16250         (add_partial_symbol): Adjust.
16251         (add_partial_subprogram): Adjust.
16252         (peek_die_abbrev): Adjust.
16253         (fixup_go_packaging): Adjust.
16254         (process_imported_unit_die): Adjust.
16255         (dwarf2_compute_name): Adjust.
16256         (dwarf2_physname): Adjust.
16257         (read_import_statement): Adjust.
16258         (handle_DW_AT_stmt_list): Adjust.
16259         (read_file_scope): Adjust.
16260         (read_func_scope): Adjust.
16261         (read_lexical_block_scope): Adjust.
16262         (read_call_site_scope): Adjust.
16263         (read_variable): Adjust.
16264         (dwarf2_rnglists_process): Adjust.
16265         (dwarf2_ranges_process): Adjust.
16266         (dwarf2_ranges_read): Adjust.
16267         (dwarf2_get_pc_bounds): Adjust.
16268         (dwarf2_record_block_ranges): Adjust.
16269         (dwarf2_add_field): Adjust.
16270         (dwarf2_add_member_fn): Adjust.
16271         (read_structure_type): Adjust.
16272         (process_structure_scope): Adjust.
16273         (read_enumeration_type): Adjust.
16274         (read_array_type): Adjust.
16275         (mark_common_block_symbol_computed): Adjust.
16276         (read_common_block): Adjust.
16277         (read_namespace_type): Adjust.
16278         (read_namespace): Adjust.
16279         (read_module_type): Adjust.
16280         (read_tag_pointer_type): Adjust.
16281         (read_tag_ptr_to_member_type): Adjust.
16282         (read_tag_string_type): Adjust.
16283         (read_subroutine_type): Adjust.
16284         (read_typedef): Adjust.
16285         (read_base_type): Adjust.
16286         (attr_to_dynamic_prop): Adjust.
16287         (read_subrange_type): Adjust.
16288         (read_unspecified_type): Adjust.
16289         (dwarf2_read_abbrevs): Adjust.
16290         (load_partial_dies): Adjust.
16291         (read_partial_die): Adjust.
16292         (find_partial_die): Adjust.
16293         (guess_partial_die_structure_name): Adjust.
16294         (fixup_partial_die): Adjust.
16295         (read_attribute_value): Adjust.
16296         (read_addr_index): Adjust.
16297         (read_addr_index_from_leb128): Adjust.
16298         (read_str_index): Adjust.
16299         (dwarf2_string_attr): Adjust.
16300         (get_debug_line_section): Adjust.
16301         (dwarf_decode_line_header): Adjust.
16302         (lnp_state_machine::check_line_address): Adjust.
16303         (dwarf_decode_lines_1): Adjust.
16304         (dwarf_decode_lines): Adjust.
16305         (dwarf2_start_symtab): Adjust.
16306         (var_decode_location): Adjust.
16307         (new_symbol_full): Adjust.
16308         (dwarf2_const_value_data): Adjust.
16309         (dwarf2_const_value_attr): Adjust.
16310         (dwarf2_const_value): Adjust.
16311         (die_type): Adjust.
16312         (die_containing_type): Adjust.
16313         (build_error_marker_type): Adjust.
16314         (lookup_die_type): Adjust.
16315         (guess_full_die_structure_name): Adjust.
16316         (anonymous_struct_prefix): Adjust.
16317         (determine_prefix): Adjust.
16318         (dwarf2_name): Adjust.
16319         (follow_die_ref_or_sig): Adjust.
16320         (follow_die_offset): Adjust.
16321         (follow_die_ref): Adjust.
16322         (follow_die_sig_1): Adjust.
16323         (follow_die_sig): Adjust.
16324         (get_signatured_type): Adjust.
16325         (get_DW_AT_signature_type): Adjust.
16326         (decode_locdesc): Adjust.
16327         (dwarf_decode_macros): Adjust.
16328         (cu_debug_loc_section): Adjust.
16329         (fill_in_loclist_baton): Adjust.
16330         (dwarf2_symbol_mark_computed): Adjust.
16331         (init_one_comp_unit): Don't assign
16332         dwarf2_cu::dwarf2_per_objfile.
16333         (set_die_type): Adjust.
16334
16335 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
16336
16337         * dwarf2read.c (struct mapped_debug_names): Add constructor.
16338         <dwarf2_per_objfile>: New field.
16339         (dwarf2_per_objfile): Remove global.
16340         (get_dwarf2_per_objfile): New function.
16341         (set_dwarf2_per_objfile): New function.
16342         (dwarf2_build_psymtabs_hard): Change objfile parameter to
16343         dwarf2_per_objfile.
16344         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16345         (read_abbrev_offset): Likewise.
16346         (read_indirect_string): Likewise.
16347         (read_indirect_line_string): Likewise.
16348         (read_indirect_string_at_offset): Likewise.
16349         (read_indirect_string_from_dwz): Likewise.
16350         (dwarf2_find_containing_comp_unit): Change objfile parameter to
16351         dwarf2_per_objfile.
16352         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16353         (create_all_comp_units): Change objfile parameter to
16354         dwarf2_per_objfile.
16355         (create_all_type_units): Likewise.
16356         (process_queue): Add dwarf2_per_objfile parameter.
16357         (read_and_check_comp_unit_head): Likewise.
16358         (lookup_dwo_unit_in_dwp): Likewise.
16359         (get_dwp_file): Likewise.
16360         (process_cu_includes): Likewise.
16361         (struct free_dwo_file_cleanup_data): New struct.
16362         (dwarf2_has_info): Use get_dwarf2_per_objfile and
16363         set_dwarf2_per_objfile.
16364         (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
16365         (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
16366         context, adjust calls.
16367         (dw2_instantiate_symtab): Likewise.
16368         (dw2_get_cutu): Add dwarf2_per_objfile parameter.
16369         (dw2_get_cu): Likewise.
16370         (create_cu_from_index_list): Change objfile parameter to
16371         dwarf2_per_objfile.
16372         (create_cus_from_index_list): Get dwarf2_per_objfile from
16373         context, adjust calls.
16374         (create_cus_from_index): Likewise.
16375         (create_signatured_type_table_from_index): Change objfile
16376         parameter to dwarf2_per_objfile.
16377         (create_signatured_type_table_from_debug_names): Change objfile
16378         parameter to dwarf2_per_objfile.
16379         (create_addrmap_from_index): Likewise.
16380         (create_addrmap_from_aranges): Likewise.
16381         (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
16382         (dw2_setup): Remove.
16383         (dw2_get_file_names_reader): Get dwarf2_per_objfile from
16384         context.
16385         (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
16386         get_dwarf2_per_objfile.
16387         (dw2_forget_cached_source_info): Likewise.
16388         (dw2_map_symtabs_matching_filename): Likewise.
16389         (struct dw2_symtab_iterator) <index>: Remove.
16390         <dwarf2_per_objfile>: New field.
16391         (dw2_symtab_iter_init): Replace index parameter with
16392         dwarf2_per_objfile.
16393         (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
16394         (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
16395         (dw2_print_stats): Likewise.
16396         (dw2_dump): Likewise.
16397         (dw2_expand_symtabs_for_function): Likewise.
16398         (dw2_expand_all_symtabs): Likewise.
16399         (dw2_expand_symtabs_with_fullname): Likewise.
16400         (dw2_expand_marked_cus): Replace index and objfile parameters
16401         with dwarf2_per_objfile.
16402         (dw_expand_symtabs_matching_file_matcher): Add
16403         dwarf2_per_objfile parameter and adjust calls.
16404         (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
16405         adjust calls.
16406         (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
16407         (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
16408         adjust calls.
16409         (create_cus_from_debug_names_list): Replace objfile parameter
16410         with dwarf2_per_objfile and adjust calls.
16411         (create_cus_from_debug_names): Likewise.
16412         (dwarf2_read_debug_names): Likewise.
16413         (mapped_debug_names::namei_to_name): Adjust call.
16414         (dw2_debug_names_iterator::next): Likewise.
16415         (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
16416         (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
16417         (dw2_debug_names_dump): Likewise.
16418         (dw2_debug_names_expand_symtabs_for_function): Likewise.
16419         (dw2_debug_names_expand_symtabs_matching): Likewise.
16420         (dwarf2_initialize_objfile): Likewise.
16421         (dwarf2_build_psymtabs): Likewise.
16422         (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
16423         this_cu.
16424         (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
16425         (read_and_check_comp_unit_head): Likewise.
16426         (read_abbrev_offset): Likewise.
16427         (create_debug_type_hash_table): Likewise.
16428         (create_debug_types_hash_table): Likewise.
16429         (create_all_type_units): Replace objfile parameter with
16430         dwarf2_per_objfile.
16431         (add_type_unit): Add dwarf2_per_objfile parameter.
16432         (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
16433         with dwarf2_per_objfile.
16434         (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
16435         (lookup_dwp_signatured_type): Likewise.
16436         (lookup_signatured_type): Likewise.
16437         (read_cutu_die_from_dwo): Likewise.
16438         (init_tu_and_read_dwo_dies): Likewise.
16439         (init_cutu_and_read_dies): Likewise.
16440         (init_cutu_and_read_dies_no_follow): Likewise.
16441         (allocate_type_unit_groups_table): Add objfile parameter.
16442         (create_type_unit_group): Use dwarf2_per_objfile from cu.
16443         (get_type_unit_group): Likewise.
16444         (process_psymtab_comp_unit): Update call.
16445         (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
16446         (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
16447         (print_tu_stats): Likewise.
16448         (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
16449         in void* parameter.
16450         (build_type_psymtabs): Change objfile parameter to
16451         dwarf2_per_objfile.
16452         (process_skeletonless_type_unit): Use dwarf2_per_objfile
16453         passed in void* parameter.
16454         (process_skeletonless_type_units): Change objfile parameter to
16455         dwarf2_per_objfile.
16456         (set_partial_user): Likewise.
16457         (dwarf2_build_psymtabs_hard): Likewise.
16458         (read_comp_units_from_section): Likewise.
16459         (create_all_comp_units): Likewise.
16460         (scan_partial_symbols): Update calls.
16461         (add_partial_symbol): Likewise.
16462         (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
16463         (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
16464         (process_queue): Add dwarf2_per_objfile parameter.
16465         (get_compunit_symtab): Use dwarf2_per_objfile from cu.
16466         (compute_compunit_symtab_includes): Likewise.
16467         (process_cu_includes): Add dwarf2_per_objfile parameter.
16468         (process_full_comp_unit): Use dwarf2_per_objfile from cu.
16469         (process_full_type_unit): Likewise.
16470         (process_imported_unit_die): Update call.
16471         (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
16472         (read_file_scope): Likewise.
16473         (allocate_dwo_file_hash_table): Add objfile parameter.
16474         (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
16475         (create_cus_hash_table): Likewise.
16476         (create_dwp_hash_table): Likewise.
16477         (create_dwo_unit_in_dwp_v1): Likewise.
16478         (create_dwp_v2_section): Likewise.
16479         (create_dwo_unit_in_dwp_v2): Likewise.
16480         (lookup_dwo_unit_in_dwp): Likewise.
16481         (try_open_dwop_file): Likewise.
16482         (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
16483         (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
16484         cleanup to include a reference to dwarf2_per_objfile.
16485         (open_dwp_file): Add dwarf2_per_objfile parameter.
16486         (open_and_init_dwp_file): Likewise.
16487         (get_dwp_file): Likewise.
16488         (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
16489         (queue_and_load_all_dwo_tus): Update call.
16490         (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
16491         data.
16492         (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
16493         (dwarf2_ranges_process): Likewise.
16494         (dwarf2_get_pc_bounds): Likewise.
16495         (mark_common_block_symbol_computed): Likewise.
16496         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16497         (dwarf2_read_abbrevs): Update call.
16498         (read_partial_die): Use dwarf2_per_objfile from cu.
16499         (find_partial_die): Likewise.
16500         (fixup_partial_die): Likewise.
16501         (read_attribute_value): Likewise.
16502         (read_indirect_string_at_offset_from): Add objfile parameter.
16503         (read_indirect_string_at_offset): Add dwarf2_per_objfile
16504         parameter.
16505         (read_indirect_string_from_dwz): Add objfile parameter.
16506         (read_indirect_string): Add objfile parameter.
16507         (read_addr_index_1): Add dwarf2_per_objfile parameter.
16508         (read_addr_index): Use dwarf2_per_objfile from cu.
16509         (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
16510         call dw2_setup.
16511         (read_str_index): Use dwarf2_per_objfile from cu.
16512         (get_debug_line_section): Likewise.
16513         (read_formatted_entries): Add dwarf2_per_objfile parameter.
16514         (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
16515         (new_symbol_full): Use dwarf2_per_objfile from cu.
16516         (build_error_marker_type): Likewise.
16517         (lookup_die_type): Likewise.
16518         (determine_prefix): Likewise.
16519         (follow_die_offset): Likewise.
16520         (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
16521         (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
16522         (dwarf2_fetch_die_type_sect_off): Likewise.
16523         (dwarf2_get_die_type): Likewise.
16524         (follow_die_sig_1): Use dwarf2_per_objfile from cu.
16525         (get_signatured_type): Likewise.
16526         (get_DW_AT_signature_type): Likewise.
16527         (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
16528         (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
16529         (cu_debug_loc_section): Likewise.
16530         (fill_in_loclist_baton): Likewise.
16531         (dwarf2_symbol_mark_computed): Likewise.
16532         (dwarf2_find_containing_comp_unit): Change objfile parameter to
16533         dwarf2_per_objfile.
16534         (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
16535         parameter.
16536         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16537         (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
16538         (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
16539         (set_die_type): Use dwarf2_free_objfile from cu.
16540         (get_die_type_at_offset): Likewise.
16541         (dwarf2_per_objfile_free): Don't assign global variable.
16542         (debug_names) <constructor>: Add dwarf2_per_objfile
16543         parameter, update m_debugstrlookup construction.
16544         (debug_names::debug_str_lookup): Add dwarf2_per_objfile
16545         parameter.
16546         <m_dwarf2_per_objfile>: New field.
16547         <lookup>: Use m_dwarf2_per_objfile.
16548         (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
16549         (psyms_seen_size): Likewise.
16550         (write_gdbindex): Replace objfile parameter with
16551         dwarf2_per_objfile.
16552         (write_debug_names): Likewise.
16553         (write_psymtabs_to_index): Likewise.
16554         (save_gdb_index_command): Use get_dwarf2_per_objfile, update
16555         calls.
16556
16557 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
16558
16559         * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
16560         <dwarf2_per_objfile>: New field.
16561         (struct dwarf2_per_cu_data) <objfile>: Remove.
16562         <dwarf2_per_objfile>: New field.
16563         (create_cu_from_index_list): Assign dwarf2_per_objfile instead
16564         of objfile.
16565         (create_signatured_type_table_from_index): Likewise.
16566         (create_debug_type_hash_table): Likewise.
16567         (fill_in_sig_entry_from_dwo_entry): Likewise.
16568         (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
16569         (create_type_unit_group): Assign dwarf2_per_objfile instead of
16570         objfile.
16571         (create_partial_symtab): Access objfile through
16572         dwarf2_per_objfile.
16573         (process_psymtab_comp_unit_reader): Likewise.
16574         (read_comp_units_from_section): Likewise.
16575         (scan_partial_symbols): Likewise.
16576         (add_partial_symbol): Likewise.
16577         (add_partial_subprogram): Likewise.
16578         (peek_die_abbrev): Likewise.
16579         (fixup_go_packaging): Likewise.
16580         (process_full_comp_unit): Likewise.
16581         (process_full_type_unit): Likewise.
16582         (process_imported_unit_die): Likewise.
16583         (dwarf2_compute_name): Likewise.
16584         (dwarf2_physname): Likewise.
16585         (read_import_statement): Likewise.
16586         (create_cus_hash_table): Assign dwarf2_physname instead of
16587         objfile.
16588         (read_func_scope): Access objfile through dwarf2_per_objfile.
16589         (read_lexical_block_scope): Likewise.
16590         (read_call_site_scope): Likewise.
16591         (read_variable): Likewise.
16592         (dwarf2_rnglists_process): Likewise.
16593         (dwarf2_ranges_process): Likewise.
16594         (dwarf2_ranges_read): Likewise.
16595         (dwarf2_record_block_ranges): Likewise.
16596         (dwarf2_add_field): Likewise.
16597         (dwarf2_add_member_fn): Likewise.
16598         (read_structure_type): Likewise.
16599         (process_structure_scope): Likewise.
16600         (read_enumeration_type): Likewise.
16601         (read_array_type): Likewise.
16602         (read_common_block): Likewise.
16603         (read_namespace_type): Likewise.
16604         (read_namespace): Likewise.
16605         (read_module_type): Likewise.
16606         (read_tag_pointer_type): Likewise.
16607         (read_tag_ptr_to_member_type): Likewise.
16608         (read_tag_string_type): Likewise.
16609         (read_subroutine_type): Likewise.
16610         (read_typedef): Likewise.
16611         (read_base_type): Likewise.
16612         (attr_to_dynamic_prop): Likewise.
16613         (read_subrange_type): Likewise.
16614         (read_unspecified_type): Likewise.
16615         (load_partial_dies): Likewise.
16616         (read_partial_die): Likewise.
16617         (find_partial_die): Likewise.
16618         (guess_partial_die_structure_name): Likewise.
16619         (fixup_partial_die): Likewise.
16620         (read_attribute_value): Likewise.
16621         (read_addr_index_from_leb128): Likewise.
16622         (dwarf2_read_addr_index): Likewise.
16623         (dwarf2_string_attr): Likewise.
16624         (lnp_state_machine::check_line_address): Likewise.
16625         (dwarf_decode_lines_1): Likewise.
16626         (dwarf_decode_lines): Likewise.
16627         (dwarf2_start_symtab): Likewise.
16628         (var_decode_location): Likewise.
16629         (new_symbol_full): Likewise.
16630         (dwarf2_const_value_data): Likewise.
16631         (dwarf2_const_value_attr): Likewise.
16632         (dwarf2_const_value): Likewise.
16633         (die_type): Likewise.
16634         (die_containing_type): Likewise.
16635         (lookup_die_type): Likewise.
16636         (guess_full_die_structure_name): Likewise.
16637         (anonymous_struct_prefix): Likewise.
16638         (dwarf2_name): Likewise.
16639         (follow_die_ref_or_sig): Likewise.
16640         (follow_die_offset): Likewise.
16641         (follow_die_ref): Likewise.
16642         (dwarf2_fetch_die_loc_sect_off): Likewise.
16643         (dwarf2_fetch_constant_bytes): Likewise.
16644         (dwarf2_fetch_die_type_sect_off): Likewise.
16645         (dwarf2_get_die_type): Likewise.
16646         (follow_die_sig): Likewise.
16647         (decode_locdesc): Likewise.
16648         (dwarf2_per_cu_objfile): Likewise.
16649         (dwarf2_per_cu_text_offset): Likewise.
16650         (init_one_comp_unit): Assign dwarf2_per_objfile instead of
16651         objfile.
16652         (set_die_type): Access objfile through
16653         dwarf2_per_objfile.
16654
16655 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
16656
16657         * valprint.c (converted_character_d): Remove typedef.
16658         (DEF_VEC_O (converted_character_d)): Remove.
16659         (count_next_character): Use std::vector.
16660         (print_converted_chars_to_obstack): Likewise.
16661         (generic_printstr): Likewise.
16662
16663 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16664
16665         * xml-support.h (struct gdb_xml_value): Add constructor.
16666         <value>: Change type to unique_xmalloc_ptr.
16667         (gdb_xml_value_s): Remove typedef.
16668         (DEF_VEC_O (gdb_xml_value_s)): Remove.
16669         (gdb_xml_element_start_handler): Change parameter type to
16670         std::vector.
16671         (xml_find_attribute): Likewise.
16672         * xml-support.c (xml_find_attribute): Change parameter type to
16673         std::vector and adjust.
16674         (gdb_xml_values_cleanup): Remove.
16675         (gdb_xml_parser::start_element): Adjust to std::vector.
16676         (xinclude_start_include): Change paraeter type to std::vector
16677         and adjust.
16678         * btrace.c (check_xml_btrace_version): Likewise.
16679         (parse_xml_btrace_block): Likewise.
16680         (parse_xml_btrace_pt_config_cpu): Likewise.
16681         (parse_xml_btrace_pt): Likewise.
16682         (parse_xml_btrace_conf_bts): Likewise.
16683         (parse_xml_btrace_conf_pt): Likewise.
16684         * memory-map.c (memory_map_start_memory): Likewise.
16685         (memory_map_start_property): Likewise.
16686         * osdata.c (osdata_start_osdata): Likewise.
16687         (osdata_start_item): Likewise.
16688         (osdata_start_column): Likewise.
16689         * remote.c (start_thread): Likewise.
16690         * solib-aix.c (library_list_start_library): Likewise.
16691         (library_list_start_list): Likewise.
16692         * solib-svr4.c (library_list_start_library): Likewise.
16693         (svr4_library_list_start_list): Likewise.
16694         * solib-target.c (library_list_start_segment): Likewise.
16695         (library_list_start_section): Likewise.
16696         (library_list_start_library): Likewise.
16697         (library_list_start_list): Likewise.
16698         * tracepoint.c (traceframe_info_start_memory): Likewise.
16699         (traceframe_info_start_tvar): Likewise.
16700         * xml-syscall.c (syscall_start_syscall): Likewise.
16701         * xml-tdesc.c (tdesc_start_target): Likewise.
16702         (tdesc_start_feature): Likewise.
16703         (tdesc_start_reg): Likewise.
16704         (tdesc_start_union): Likewise.
16705         (tdesc_start_struct): Likewise.
16706         (tdesc_start_flags): Likewise.
16707         (tdesc_start_enum): Likewise.
16708         (tdesc_start_field): Likewise.
16709         (tdesc_start_enum_value): Likewise.
16710         (tdesc_start_vector): Likewise.
16711
16712 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16713
16714         * extension.h (struct xmethod_worker) <clone>: Remove.
16715         * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
16716         Remove.
16717         (python_xmethod_worker::clone): Remove.
16718         * valops.c (find_overload_match): Use std::move instead of
16719         clone.
16720
16721 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16722
16723         * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
16724         (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
16725         <free_xmethod_worker_data>: Remove.
16726         <get_matching_xmethod_workers>: Chance VEC to std::vector.
16727         <get_xmethod_arg_types>: Remove.
16728         <get_xmethod_result_type>: Remove.
16729         <invoke_xmethod>: Remove.
16730         * extension.c (new_xmethod_worker): Remove.
16731         (clone_xmethod_worker): Remove.
16732         (get_matching_xmethod_workers): Return void, pass std::vector by
16733         pointer.
16734         (get_xmethod_arg_types): Rename to...
16735         (xmethod_worker::get_arg_types): ... this, and adjust.
16736         (get_xmethod_result_type): Rename to...
16737         (xmethod_worker::get_result_type): ... this, and adjust.
16738         (invoke_xmethod): Remove.
16739         (free_xmethod_worker): Remove.
16740         (free_xmethod_worker_vec): Remove.
16741         * extension.h (enum ext_lang_rc): Move here from
16742         extension-priv.h.
16743         (struct xmethod_worker): Add constructor and destructor.
16744         <data>: Remove.
16745         <value>: Remove.
16746         <invoke, clone, do_get_result_type, do_get_arg_types>: New
16747         virtual pure methods.
16748         <get_arg_types, get_result_type>: New methods.
16749         (xmethod_worker_ptr): Remove typedef.
16750         (DEF_VEC_P (xmethod_worker_ptr)): Remove.
16751         (xmethod_worker_vec): Remove typedef.
16752         (xmethod_worker_up): New typedef.
16753         (invoke_xmethod): Remove.
16754         (clone_xmethod_worker): Remove.
16755         (free_xmethod_worker): Remove.
16756         (free_xmethod_worker_vec): Remove.
16757         (get_xmethod_arg_types): Remove.
16758         (get_xmethod_result_type): Remove.
16759         * valops.c (find_method_list): Use std::vector, don't use
16760         intermediate vector.
16761         (value_find_oload_method_list): Use std::vector.
16762         (find_overload_match): Use std::vector.
16763         (find_oload_champ): Use std::vector.
16764         * value.c (value_free): Use operator delete.
16765         (value_of_xmethod): Rename to...
16766         (value_from_xmethod): ... this.  Don't assign
16767         xmethod_worker::value, take rvalue-reference.
16768         (result_type_of_xmethod): Adjust.
16769         (call_xmethod): Adjust.
16770         * value.h: Include extension.h.
16771         (struct xmethod_worker): Don't forward-declare.
16772         (value_of_xmethod): Rename to...
16773         (value_from_xmethod): ... this, take rvalue-reference.
16774         * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
16775         (struct python_xmethod_worker): ... this, add constructor and
16776         destructor.
16777         <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
16778         (gdbpy_free_xmethod_worker_data): Rename to...
16779         (python_xmethod_worker::~python_xmethod_worker): ... this and
16780         adjust.
16781         (gdbpy_clone_xmethod_worker_data): Rename to...
16782         (python_xmethod_worker::clone): ... this and adjust.
16783         (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
16784         temporary vector.
16785         (gdbpy_get_xmethod_arg_types): Rename to...
16786         (python_xmethod_worker::do_get_arg_types): ... this and adjust.
16787         (gdbpy_get_xmethod_result_type): Rename to...
16788         (python_xmethod_worker::do_get_result_type): ... this and
16789         adjust.
16790         (gdbpy_invoke_xmethod): Rename to...
16791         (python_xmethod_worker::invoke): ... this and adjust.
16792         (new_python_xmethod_worker): Rename to...
16793         (python_xmethod_worker::python_xmethod_worker): ... this and
16794         adjust.
16795         * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
16796         Remove.
16797         (gdbpy_free_xmethod_worker_data): Remove.
16798         (gdbpy_get_matching_xmethod_workers): Use std::vector.
16799         (gdbpy_get_xmethod_arg_types): Remove.
16800         (gdbpy_get_xmethod_result_type): Remove.
16801         (gdbpy_invoke_xmethod): Remove.
16802         * python/python.c (python_extension_ops): Remove obsolete
16803         callbacks.
16804
16805 2018-01-05  Pedro Alves  <palves@redhat.com>
16806
16807         PR gdb/18653
16808         * common/signals-state-save-restore.c
16809         (save_original_signals_state): New parameter 'quiet'.  Warn if we
16810         find a custom handler preinstalled, instead of internal erroring.
16811         But only warn if !quiet.
16812         * common/signals-state-save-restore.h
16813         (save_original_signals_state): New parameter 'quiet'.
16814         * main.c (captured_main_1): Move save_original_signals_state call
16815         after option handling, and pass QUIET.
16816
16817 2018-01-05  Pedro Alves  <palves@redhat.com>
16818
16819         * spu-tdep.c (spu_catch_start): Pass
16820         symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
16821
16822 2018-01-05  Pedro Alves  <palves@redhat.com>
16823
16824         PR gdb/22670
16825         * ada-lang.c (literal_symbol_name_matcher): New function.
16826         (ada_get_symbol_name_matcher): Use it for
16827         symbol_name_match_type::SEARCH_NAME.
16828         * block.c (block_lookup_symbol): New parameter 'match_type'.  Pass
16829         it down instead of assuming symbol_name_match_type::FULL.
16830         * block.h (block_lookup_symbol): New parameter 'match_type'.
16831         * c-valprint.c (print_unpacked_pointer): Use
16832         lookup_symbol_search_name instead of lookup_symbol.
16833         * compile/compile-object-load.c (get_out_value_type): Pass down
16834         symbol_name_match_type::SEARCH_NAME.
16835         * cp-namespace.c (cp_basic_lookup_symbol): Pass down
16836         symbol_name_match_type::FULL.
16837         * cp-support.c (cp_get_symbol_name_matcher): Handle
16838         symbol_name_match_type::SEARCH_NAME.
16839         * infrun.c (insert_exception_resume_breakpoint): Use
16840         lookup_symbol_search_name.
16841         * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
16842         * psymtab.c (maintenance_check_psymtabs): Use
16843         symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
16844         * stack.c (print_frame_args): Use lookup_symbol_search_name and
16845         SYMBOL_SEARCH_NAME.
16846         * symtab.c (lookup_local_symbol): Don't demangle the lookup name
16847         if symbol_name_match_type::SEARCH_NAME.
16848         (lookup_symbol_in_language): Pass down
16849         symbol_name_match_type::FULL.
16850         (lookup_symbol_search_name): New.
16851         (lookup_language_this): Pass down
16852         symbol_name_match_type::SEARCH_NAME.
16853         (lookup_symbol_aux, lookup_local_symbol): New parameter
16854         'match_type'.  Pass it down.
16855         * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
16856         (lookup_symbol_search_name): New declaration.
16857         (lookup_symbol_in_block): New 'match_type' parameter.
16858
16859 2018-01-05  Pedro Alves  <palves@redhat.com>
16860
16861         PR gdb/22670
16862         * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
16863         ada_lookup_symbol.
16864         (ada_lookup_symbol): Reimplement in terms of
16865         ada_lookup_symbol_list, bits factored out from
16866         ada_lookup_encoded_symbol.
16867
16868 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16869
16870         * ada-exp.y (write_object_renaming): When subscripting an array
16871         using a symbol as the index, pass the block in call to
16872         ada_lookup_encoded_symbol when looking that symbol up.
16873
16874 2018-01-05  Jerome Guitton  <guitton@adacore.com>
16875
16876         * ada-lang.c (ada_array_length): Use ada_index_type instead of
16877         TYPE_INDEX_TYPE.
16878
16879 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16880
16881         * ada-lang.c (ada_to_fixed_value_create): Add handling of
16882         the case where VALUE_LVAL (val0) is not lval_memory.
16883
16884 2018-01-05  Xavier Roirand  <roirand@adacore.com>
16885
16886         * ada-valprint.c (print_optional_low_bound): Handle
16887         character-indexed array printing like boolean-indexed array
16888         printing.
16889
16890 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16891
16892         * NEWS: Create a new section for the next release branch.
16893         Rename the section of the current branch, now that it has
16894         been cut.
16895
16896 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16897
16898         GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
16899         * version.in: Bump version to 8.1.50.DATE-git.
16900
16901 2018-01-03  Xavier Roirand  <roirand@adacore.com>
16902
16903         * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
16904         Add field.
16905         * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
16906         Add field.
16907         (default_exception_support_info) <catch_handlers_sym>: Add field.
16908         (exception_support_info_fallback) <catch_handlers_sym>: Add field.
16909         (ada_exception_name_addr_1): Add "catch handlers" handling.
16910         (ada_exception_catchpoint_cond_string) <ex>: New parameter.
16911         Update all callers.
16912         (create_excep_cond_exprs) <ex>: Add parameter.
16913         (re_set_exception): Update create_excep_cond_exprs call.
16914         (print_it_exception, print_one_exception, print_mention_exception)
16915         (print_recreate_exception): Add "catch handler" handling.
16916         (allocate_location_catch_handlers, re_set_catch_handlers)
16917         (check_status_catch_handlers, print_it_catch_handlers)
16918         (print_one_catch_handlers, print_mention_catch_handlers)
16919         (print_recreate_catch_handlers): New function.
16920         (catch_handlers_breakpoint_ops): New variable.
16921         (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
16922         Add parameter.  Add "catch handler" handling.
16923         (ada_exception_sym_name, ada_exception_breakpoint_ops):
16924         Add "catch handler" handling.
16925         (ada_exception_catchpoint_cond_string): Add "catch handler"
16926         handling.
16927         (create_ada_exception_catchpoint): Update create_excep_cond_exprs
16928         call.
16929         (catch_ada_handlers_command): New function.
16930         (initialize_ada_catchpoint_ops): Initialize "catch handlers"
16931         operations structure.
16932         (_initialize_ada_language): Add "catch handlers" command entry.
16933         * NEWS: Document "catch handlers" feature.
16934
16935 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
16936
16937         * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
16938         account when creating the array type of the slice.
16939         (ada_value_slice): Likewise.
16940
16941 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
16942
16943         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
16944         New enum value.
16945         (create_array_type_with_stride): Add byte_stride_prop parameter.
16946         * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
16947         New parameter.  Update all callers in this file.
16948         (array_type_has_dynamic_stride): New function.
16949         (is_dynamic_type_internal, resolve_dynamic_array): Add handling
16950         of arrays with dynamic byte strides.
16951         * dwarf2read.c (read_array_type): Add support for dynamic
16952         DW_AT_byte_stride attributes.
16953
16954 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
16955
16956         * dwarf2read.c (read_unspecified_type): Treat
16957         DW_TAG_enumeration_type DIEs from Ada units as stubs.
16958
16959 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16960
16961         Update copyright year range in all GDB files.
16962
16963 2018-01-01, 18  Joel Brobecker  <brobecker@adacore.com>
16964
16965         * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
16966         and gdb/testsuite/gdb.base/step-line.c.
16967
16968 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16969
16970         * copyright.py (main): Dump the contents of
16971         MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
16972         even if BY_HAND is empty.
16973
16974 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16975
16976         * top.c (print_gdb_version): Update Copyright year in version
16977         message.
16978
16979 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16980
16981         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
16982
16983 For older changes see ChangeLog-2017.
16984 \f
16985 Local Variables:
16986 mode: change-log
16987 left-margin: 8
16988 fill-column: 74
16989 version-control: never
16990 coding: utf-8
16991 End: