89c55f6d0cbc6f8598528a3c6829710aa5f20ba6
[external/binutils.git] / gdb / ChangeLog
1 2018-05-07  Tom Tromey  <tom@tromey.com>
2
3         PR tdep/20362:
4         * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
5         bit.  Use correct value for VDIV.
6
7 2018-05-04  Tom Tromey  <tom@tromey.com>
8
9         * configure: Rebuild.
10         * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
11
12 2018-05-04  Tom Tromey  <tom@tromey.com>
13
14         * linux-record.c (record_linux_system_call) <case
15         RECORD_SYS_RECVFROM>: Add "break".
16
17 2018-05-04  Tom Tromey  <tom@tromey.com>
18
19         * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
20         Add missing "break".
21         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
22         Add missing "break".
23
24 2018-05-04  Tom Tromey  <tom@tromey.com>
25
26         * rs6000-tdep.c (ppc_process_record_op4)
27         (ppc_process_record_op63): Add fall-through comment.
28
29 2018-05-04  Tom Tromey  <tom@tromey.com>
30
31         * i386-tdep.c (i386_process_record): Add fall-through comment.
32
33 2018-05-04  Tom Tromey  <tom@tromey.com>
34
35         * stabsread.c (define_symbol) <case 'p'>: Add fall-through
36         comment.
37
38 2018-05-04  Tom Tromey  <tom@tromey.com>
39
40         * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
41         * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
42         * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
43         comment.
44         * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
45         comment.
46         * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
47         comment.
48
49 2018-05-04  Tom Tromey  <tom@tromey.com>
50
51         * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
52
53 2018-05-04  Tom Tromey  <tom@tromey.com>
54
55         * s390-tdep.c (s390_process_record): Fix fall-through comments.
56         * xcoffread.c (scan_xcoff_symtab): Move comment later.
57         * symfile.c (section_is_mapped): Fix fall-through comment.
58         * stabsread.c (define_symbol, read_member_functions): Fix
59         fall-through comment.
60         * s390-linux-tdep.c (s390_process_record): Fix fall-through
61         comment.
62         * remote.c (remote_wait_as): Fix fall-through comment.
63         * p-exp.y (yylex): Fix fall-through comment.
64         * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
65         comment.
66         * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
67         * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
68         * jv-exp.y (yylex): Fix fall-through comment.
69         * go-exp.y (lex_one_token): Fix fall-through comment.
70         * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
71         fall-through comment.
72         * f-exp.y (yylex): Fix fall-through comment.
73         * dwarf2read.c (process_die): Fix fall-through comments.
74         * dbxread.c (process_one_symbol): Fix fall-through comment.
75         * d-exp.y (lex_one_token): Fix fall-through comment.
76         * cp-name-parser.y (yylex): Fix fall-through comment.
77         * coffread.c (coff_symtab_read): Fix fall-through comment.
78         * c-exp.y (lex_one_token): Fix fall-through comment.
79         * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
80         comment.
81         * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
82         comment.
83
84 2018-05-04  Tom Tromey  <tom@tromey.com>
85
86         PR python/22730:
87         * NEWS: Mention gdb.execute change.
88         * gdbcmd.h (execute_control_command): Don't declare.
89         * python/python.c (execute_gdb_command): Use read_command_lines_1,
90         execute_control_commands, execute_control_commands_to_string.
91         * cli/cli-script.h (execute_control_commands)
92         (execute_control_commands_to_string): Declare.
93         (execute_control_command): Add from_tty parameter.
94         * cli/cli-script.c (execute_control_commands)
95         (execute_control_commands_to_string): New functions.
96         (execute_user_command): Use execute_control_commands.
97         (execute_control_command_1): Add "from_tty" parameter.  Update.
98         (execute_control_command): Likewise.
99
100 2018-05-04  Tom Tromey  <tom@tromey.com>
101
102         PR python/22731:
103         * NEWS: Mention that breakpoint commands are writable.
104         * python/py-breakpoint.c (bppy_set_commands): New function.
105         (breakpoint_object_getset) <"commands">: Use it.
106
107 2018-05-04  Tom Tromey  <tom@tromey.com>
108
109         * tracepoint.c (actions_command): Update.
110         * mi/mi-cmd-break.c (mi_command_line_array)
111         (mi_command_line_array_cnt, mi_command_line_array_ptr)
112         (mi_read_next_line): Remove.
113         (mi_cmd_break_commands): Update.
114         * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
115         function_view.
116         * cli/cli-script.c (get_command_line): Update.
117         (process_next_line): Use function_view.  Constify.
118         (recurse_read_control_structure, read_command_lines)
119         (read_command_lines_1): Change argument types to function_view.
120         (do_define_command, document_command): Update.
121         * breakpoint.h (check_tracepoint_command): Don't declare.
122         * breakpoint.c (check_tracepoint_command): Remove.
123         (commands_command_1, create_tracepoint_from_upload): Update.
124
125 2018-05-04  Tom Tromey  <tom@tromey.com>
126
127         PR gdb/11750:
128         * cli/cli-script.h (enum command_control_type) <define_control>:
129         New constant.
130         * cli/cli-script.c (multi_line_command_p): Handle define_control.
131         (build_command_line, execute_control_command_1)
132         (process_next_line): Likewise.
133         (do_define_command): New function, extracted from define_command.
134         (define_command): Use it.
135
136 2018-05-04  Tom Tromey  <tom@tromey.com>
137
138         * tracepoint.c (actions_command): Update.
139         * cli/cli-script.h (read_command_lines): Update.
140         * cli/cli-script.c (read_command_lines): Constify prompt_arg.
141         (MAX_TMPBUF): Remove define.
142         (define_command): Use string_printf.
143         (document_command): Likewise.
144         * breakpoint.c (commands_command_1): Update.
145
146 2018-05-04  Tom Tromey  <tom@tromey.com>
147
148         * top.c (execute_command): Update.
149         * cli/cli-script.h (print_command_lines): Now varargs.
150         * cli/cli-script.c (print_command_lines): Now varargs.
151         (execute_control_command_1) <case while_control, case if_control>:
152         Update.
153
154 2018-05-04  Tom Tromey  <tom@tromey.com>
155
156         * tracepoint.c (all_tracepoint_actions): Rename from
157         all_tracepoint_actions_and_cleanup.  Change return type.
158         (actions_command, encode_actions_1, encode_actions)
159         (trace_dump_actions, tdump_command): Update.
160         * remote.c (remote_download_command_source): Update.
161         * python/python.c (gdbpy_eval_from_control_command)
162         (python_command, python_interactive_command): Update.
163         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
164         * guile/guile.c (guile_command)
165         (gdbscm_eval_from_control_command, guile_command): Update.
166         * compile/compile.c (compile_code_command)
167         (compile_print_command, compile_to_object): Update.
168         * cli/cli-script.h (struct command_lines_deleter): New.
169         (counted_command_line): New typedef.
170         (struct command_line): Add constructor, destructor.
171         <body_list>: Remove.
172         <body_list_0, body_list_1>: New members.
173         (command_line_up): Remove typedef.
174         (read_command_lines, read_command_lines_1, get_command_line):
175         Update.
176         (copy_command_lines): Don't declare.
177         * cli/cli-script.c (build_command_line): Use "new".
178         (get_command_line): Return counted_command_line.
179         (print_command_lines, execute_user_command)
180         (execute_control_command_1, while_command, if_command): Update.
181         (realloc_body_list): Remove.
182         (process_next_line, recurse_read_control_structure): Update.
183         (read_command_lines, read_command_lines_1): Return counted_command_line.
184         (free_command_lines): Use "delete".
185         (copy_command_lines): Remove.
186         (define_command, document_command, show_user_1): Update.
187         * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
188         a counted_command_line.
189         * breakpoint.h (counted_command_line): Remove typedef.
190         (breakpoint_set_commands): Update.
191         * breakpoint.c (check_no_tracepoint_commands)
192         (validate_commands_for_breakpoint): Update.
193         (breakpoint_set_commands): Change commands to be a
194         counted_command_line.
195         (commands_command_1, update_dprintf_command_list)
196         (create_tracepoint_from_upload): Update.
197
198 2018-05-04  Tom Tromey  <tom@tromey.com>
199
200         * cli/cli-decode.h (cmd_list_element): New constructor.
201         (~cmd_list_element): New destructor.
202         (struct cmd_list_element): Add initializers.
203         * cli/cli-decode.c (do_add_cmd): Use "new".
204         (delete_cmd): Use "delete".
205
206 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
207             Pedro Alves <palves@redhat.com>
208
209         PR breakpoints/19806 and support for PR external/20207.
210         * NEWS: Mention Aarch64 watchpoint improvements.
211         * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
212         watchpoints and PR external/20207 watchpoints.
213         * nat/aarch64-linux-hw-point.c
214         (kernel_supports_any_contiguous_range): New.
215         (aarch64_watchpoint_offset): New.
216         (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
217         (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
218         (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
219         (aarch64_align_watchpoint): New parameters aligned_offset_p and
220         next_addr_orig_p.  Support PR external/20207 watchpoints.
221         (aarch64_downgrade_regs): New.
222         (aarch64_dr_state_insert_one_point): New parameters offset and
223         addr_orig.
224         (aarch64_dr_state_remove_one_point): Likewise.
225         (aarch64_handle_breakpoint): Update caller.
226         (aarch64_handle_aligned_watchpoint): Likewise.
227         (aarch64_handle_unaligned_watchpoint): Support addr_orig and
228         aligned_offset.
229         (aarch64_linux_set_debug_regs): Remove const from state.  Call
230         aarch64_downgrade_regs.
231         (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
232         * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
233         (DR_CONTROL_MASK): ... this.
234         (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
235         (unsigned int aarch64_watchpoint_offset): New prototype.
236         (aarch64_linux_set_debug_regs): Remove const from state.
237         * utils.c (align_up, align_down): Move to ...
238         * common/common-utils.c (align_up, align_down): ... here.
239         * utils.h (align_up, align_down): Move to ...
240         * common/common-utils.h (align_up, align_down): ... here.
241
242 2018-05-04  Joel Brobecker  <brobecker@adacore.com>
243
244         * sparc-tdep.c (sparc_structure_return_p): Re-implement to
245         match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
246         (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
247         Re-implement to match the ABI as summarized in GCC's
248         gcc/config/sparc/sparc.c.  All callers updated.
249         (sparc32_store_arguments): Remove assertion.
250
251 2018-05-04  Tom Tromey  <tom@tromey.com>
252
253         * printcmd.c: Don't include tui.h.
254         (decode_format): Use skip_spaces.
255
256 2018-05-04  Tom Tromey  <tom@tromey.com>
257
258         PR gdb/22619:
259         * printcmd.c (last_count): New global.
260         (x_command): Use saved count when repeating.
261
262 2018-05-04  Tom Tromey  <tom@tromey.com>
263
264         * nto-procfs.c (do_closedir_cleanup): Remove.
265         (procfs_pidlist): Use gdb_dir_up.
266         * procfs.c (do_closedir_cleanup): Remove.
267         (proc_update_threads): Use gdb_dir_up.
268         * common/filestuff.h (struct gdb_dir_deleter): New.
269         (gdb_dir_up): New typedef.
270
271 2018-05-04  Tom Tromey  <tom@tromey.com>
272
273         * ada-lang.c (print_mention_exception): Use std::string.
274
275 2018-05-04  Tom Tromey  <tom@tromey.com>
276
277         * ada-lang.c (create_excep_cond_exprs): Update.
278         (ada_exception_catchpoint_cond_string): Use std::string.
279
280 2018-05-04  Tom Tromey  <tom@tromey.com>
281
282         * ada-lang.c (xget_renaming_scope): Return std::string.
283         (old_renaming_is_invisible): Update.
284
285 2018-05-04  Tom Tromey  <tom@tromey.com>
286
287         * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
288         (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
289
290 2018-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
291
292         * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
293
294 2018-05-04  Tom Tromey  <tom@tromey.com>
295
296         * remote.c (remote_query_supported_append): Change type.
297         (remote_check_symbols): Update.
298
299 2018-05-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
300
301         PR gdb/11420
302         * configure.ac: Prepend libpython.
303         * python/python-config.py: Likewise.
304         * configure: Regenerate.
305
306 2018-05-03  Simon Marchi  <simon.marchi@ericsson.com>
307
308         * Makefile.in (%.c: %.l): Use -t instead of --stdout.
309
310 2018-05-03  Pedro Alves  <palves@redhat.com>
311
312         * s390-linux-nat.c
313         (s390_linux_nat_target::have_continuable_watchpoint): Mark with
314         override.  Write 'true' instead of '1'.
315         (s390_linux_nat_target::watchpoint_addr_within_range): Remove
316         declaration.
317
318 2018-05-02  Pedro Alves  <palves@redhat.com>
319
320         * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
321         add_inf_child_target.
322         * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
323         add_inf_child_target.
324         * aix-thread.c (aix_thread_target_info): New.
325         (aix_thread_target) <shortname, longname, doc>: Delete.
326         <info>: New.
327         * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
328         add_inf_child_target.
329         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
330         add_inf_child_target.
331         * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
332         add_inf_child_target.
333         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
334         add_inf_child_target.
335         * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
336         add_inf_child_target.
337         * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
338         add_inf_child_target.
339         * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
340         add_inf_child_target.
341         * arm-linux-nat.c (_initialize_arm_linux_nat): Use
342         add_inf_child_target.
343         * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
344         add_inf_child_target.
345         * bfd-target.c (target_bfd_target_info): New.
346         (target_bfd) <shortname, longname, doc>: Delete.
347         <info>: New.
348         * bsd-kvm.c (bsd_kvm_target_info): New.
349         (bsd_kvm_target) <shortname, longname, doc>: Delete.
350         <info>: New.
351         (bsd_kvm_target::open): Rename to ...
352         (bsd_kvm_target_open): ... this.  Adjust.
353         * bsd-uthread.c (bsd_uthread_target_info): New.
354         (bsd_uthread_target) <shortname, longname, doc>: Delete.
355         <info>: New.
356         * corefile.c (core_file_command): Adjust.
357         * corelow.c (core_target_info): New.
358         (core_target) <shortname, longname, doc>: Delete.
359         <info>: New.
360         (core_target::open): Rename to ...
361         (core_target_open): ... this.  Adjust.
362         * ctf.c (ctf_target_info): New.
363         (ctf_target) <shortname, longname, doc>: Delete.
364         <info>: New.
365         (ctf_target::open): Rename to ...
366         (ctf_target_open): ... this.
367         (_initialize_ctf): Adjust.
368         * exec.c (exec_target_info): New.
369         (exec_target) <shortname, longname, doc>: Delete.
370         <info>: New.
371         (exec_target::open): Rename to ...
372         (exec_target_open): ... this.
373         * gdbcore.h (core_target_open): Declare.
374         * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
375         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
376         add_inf_child_target.
377         * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
378         add_inf_child_target.
379         * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
380         add_inf_child_target.
381         * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
382         add_inf_child_target.
383         * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
384         add_inf_child_target.
385         * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
386         add_inf_child_target.
387         * i386-linux-nat.c (_initialize_i386_linux_nat): Use
388         add_inf_child_target.
389         * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
390         add_inf_child_target.
391         * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
392         add_inf_child_target.
393         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
394         add_inf_child_target.
395         * inf-child.c (inf_child_target_info): New.
396         (inf_child_target::info): New.
397         (inf_child_open_target): Remove 'target' parameter.  Use
398         get_native_target instead.
399         (inf_child_target::open): Delete.
400         (add_inf_child_target): New.
401         * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
402         Delete.
403         <info>: New.
404         (add_inf_child_target): Declare.
405         (inf_child_open_target): Declare.
406         * linux-thread-db.c (thread_db_target_info): New.
407         (thread_db_target) <shortname, longname, doc>: Delete.
408         <info>: New.
409         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
410         add_inf_child_target.
411         * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
412         add_inf_child_target.
413         * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
414         add_inf_child_target.
415         * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
416         add_inf_child_target.
417         * make-target-delegates (print_class): Adjust.
418         * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
419         add_inf_child_target.
420         * mips-linux-nat.c (_initialize_mips_linux_nat): Use
421         add_inf_child_target.
422         * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
423         add_inf_child_target.
424         * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
425         add_inf_child_target.
426         * nto-procfs.c (nto_native_target_info): New.
427         (nto_procfs_target_native) <shortname, longname, doc>:
428         Delete.
429         <info>: New.
430         (nto_procfs_target_info): New.
431         (nto_procfs_target_procfs) <shortname, longname, doc>:
432         Delete.
433         <info>: New.
434         (init_procfs_targets): Adjust.
435         * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
436         add_inf_child_target.
437         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
438         add_inf_child_target.
439         * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
440         add_inf_child_target.
441         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
442         add_inf_child_target.
443         * ravenscar-thread.c (ravenscar_target_info): New.
444         (ravenscar_thread_target) <shortname, longname, doc>:
445         Delete.
446         <info>: New.
447         * record-btrace.c (record_btrace_target_info):
448         (record_btrace_target) <shortname, longname, doc>: Delete.
449         <info>: New.
450         (record_btrace_target::open): Rename to ...
451         (record_btrace_target_open): ... this.  Adjust.
452         * record-full.c (record_longname, record_doc): New.
453         (record_full_base_target) <shortname, longname, doc>: Delete.
454         <info>: New.
455         (record_full_target_info): New.
456         (record_full_target): <shortname>: Delete.
457         <info>: New.
458         (record_full_core_open_1, record_full_open_1): Update comments.
459         (record_full_base_target::open): Rename to ...
460         (record_full_open): ... this.
461         (cmd_record_full_restore): Update.
462         (_initialize_record_full): Update.
463         * remote-sim.c (remote_sim_target_info): New.
464         (gdbsim_target) <shortname, longname, doc>: Delete.
465         <info>: New.
466         (gdbsim_target::open): Rename to ...
467         (gdbsim_target_open): ... this.
468         (_initialize_remote_sim): Adjust.
469         * remote.c (remote_doc): New.
470         (remote_target_info): New.
471         (remote_target) <shortname, longname, doc>: Delete.
472         <info>: New.
473         (extended_remote_target_info): New.
474         (extended_remote_target) <shortname, longname, doc>: Delete.
475         <info>: New.
476         (remote_target::open_1): Make static.  Adjust.
477         * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
478         * s390-linux-nat.c (_initialize_s390_nat): Use
479         add_inf_child_target.
480         * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
481         add_inf_child_target.
482         * sol-thread.c (thread_db_target_info): New.
483         (sol_thread_target) <shortname, longname, doc>: Delete.
484         <info>: New.
485         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
486         add_inf_child_target.
487         * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
488         add_inf_child_target.
489         * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
490         add_inf_child_target.
491         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
492         add_inf_child_target.
493         * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
494         add_inf_child_target.
495         * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
496         add_inf_child_target.
497         * spu-linux-nat.c (_initialize_spu_nat): Use
498         add_inf_child_target.
499         * spu-multiarch.c (spu_multiarch_target_info): New.
500         (spu_multiarch_target) <shortname, longname, doc>: Delete.
501         <info>: New.
502         * target-delegates.c: Regenerate.
503         * target.c: Include <unordered_map>.
504         (target_ops_p): Delete.
505         (DEF_VEC_P(target_ops_p)): Delete.
506         (target_factories): New.
507         (test_target_info): New.
508         (test_target_ops::info): New.
509         (open_target): Adjust to use target_factories.
510         (add_target_with_completer): Rename to ...
511         (add_target): ... this.  Change prototype.  Register target_info
512         and open callback in target_factories.  Register target_info in
513         command context instead of target_ops.
514         (add_target): Delete old implementation.
515         (add_deprecated_target_alias): Change prototype.  Adjust.
516         (the_native_target): New.
517         (set_native_target, get_native_target): New.
518         (find_default_run_target): Use the_native_target.
519         (find_attach_target, find_run_target): Simplify.
520         (target_ops::open): Delete.
521         (dummy_target_info): New.
522         (dummy_target::shortname, dummy_target::longname)
523         (dummy_target::doc): Delete.
524         (dummy_target::info): New.
525         (debug_target::shortname, debug_target::longname)
526         (debug_target::doc): Delete.
527         (debug_target::info): New.
528         * target.h (struct target_info): New.
529         (target_ops::~target_ops): Add comment.
530         (target_ops::info): New.
531         (target_ops::shortname, target_ops::longname, target_ops::doc): No
532         longer virtual.  Implement in terms of target_info.
533         (set_native_target, get_native_target): Declare.
534         (target_open_ftype): New.
535         (add_target, add_target_with_completer)
536         (add_deprecated_target_alias): Change prototype.
537         (test_target) <shortname, longname, doc>: Delete.
538         <info>: New.
539         * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
540         add_inf_child_target.
541         * tracefile-tfile.c (tfile_target_info): New.
542         (tfile_target) <shortname, longname, doc>: Delete.
543         <info>: New.
544         (tfile_target::open): Rename to ...
545         (tfile_target_open): ... this.
546         (_initialize_tracefile_tfile): Adjust.
547         * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
548         add_inf_child_target.
549         * windows-nat.c (_initialize_windows_nat): Use
550         add_inf_child_target.
551         * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
552         add_inf_child_target.
553
554 2018-05-02  Pedro Alves  <palves@redhat.com>
555
556         * linux-nat.h (linux_nat_target) <low_new_thread,
557         low_delete_thread, low_new_fork, low_forget_process,
558         low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
559         New virtual methods.
560         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
561         (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
562         (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
563         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
564         (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
565         Delete.
566         * linux-fork.c (delete_fork): Adjust to call low method.
567         * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
568         (linux_nat_new_fork, linux_nat_forget_process_hook)
569         (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
570         (linux_nat_status_is_event):
571         (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
572         (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
573         to call low method.
574         (sigtrap_is_event): Rename to ...
575         (linux_nat_target::low_status_is_event): ... this.
576         (linux_nat_set_status_is_event): Delete.
577         (save_stop_reason, linux_nat_wait_1)
578         (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
579         low methods.
580         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
581         (linux_nat_set_new_fork, linux_nat_set_forget_process)
582         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
583         (linux_nat_set_prepare_to_resume): Delete.
584         * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
585         low virtual methods.
586         * amd64-linux-nat.c: Likewise.
587         * arm-linux-nat.c: Likewise.
588         * i386-linux-nat.c: Likewise.
589         * ia64-linux-nat.c: Likewise.
590         * mips-linux-nat.c: Likewise.
591         * ppc-linux-nat.c: Likewise.
592         * s390-linux-nat.c: Likewise.
593         * sparc64-linux-nat.c: Likewise.
594         * x86-linux-nat.c: Likewise.
595         * x86-linux-nat.h: Include "nat/x86-linux.h".
596         (x86_linux_nat_target) <low_new_fork, low_forget_process,
597         low_prepare_to_resume, low_new_thread, low_delete_thread>:
598         Override methods.
599
600 2018-05-02  Pedro Alves  <palves@redhat.com>
601
602         * target.h (target_ops)
603         <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
604         stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
605         stopped_by_watchpoint, have_continuable_watchpoint,
606         stopped_data_address, watchpoint_addr_within_range,
607         can_accel_watchpoint_condition, can_run, thread_alive,
608         has_all_memory, has_memory, has_stack, has_registers,
609         has_execution, can_async_p, is_async_p, supports_non_stop,
610         always_non_stop_p, can_execute_reverse, supports_multi_process,
611         supports_enable_disable_tracepoint,
612         supports_disable_randomization, supports_string_tracing,
613         supports_evaluation_of_breakpoint_conditions,
614         can_run_breakpoint_commands, filesystem_is_local,
615         can_download_tracepoint, get_trace_state_variable_value,
616         set_trace_notes, get_tib_address, use_agent, can_use_agent,
617         record_is_replaying, record_will_replay,
618         augmented_libraries_svr4_read>: Adjust to return bool.
619         * aarch64-linux-nat.c: All implementations adjusted.
620         * aix-thread.c: All implementations adjusted.
621         * arm-linux-nat.c: All implementations adjusted.
622         * breakpoint.c: All implementations adjusted.
623         * bsd-kvm.c: All implementations adjusted.
624         * bsd-uthread.c: All implementations adjusted.
625         * corelow.c: All implementations adjusted.
626         * ctf.c: All implementations adjusted.
627         * darwin-nat.c: All implementations adjusted.
628         * darwin-nat.h: All implementations adjusted.
629         * exec.c: All implementations adjusted.
630         * fbsd-nat.c: All implementations adjusted.
631         * fbsd-nat.h: All implementations adjusted.
632         * gnu-nat.c: All implementations adjusted.
633         * gnu-nat.h: All implementations adjusted.
634         * go32-nat.c: All implementations adjusted.
635         * ia64-linux-nat.c: All implementations adjusted.
636         * inf-child.c: All implementations adjusted.
637         * inf-child.h: All implementations adjusted.
638         * inf-ptrace.c: All implementations adjusted.
639         * inf-ptrace.h: All implementations adjusted.
640         * linux-nat.c: All implementations adjusted.
641         * linux-nat.h: All implementations adjusted.
642         * mips-linux-nat.c: All implementations adjusted.
643         * nto-procfs.c: All implementations adjusted.
644         * ppc-linux-nat.c: All implementations adjusted.
645         * procfs.c: All implementations adjusted.
646         * ravenscar-thread.c: All implementations adjusted.
647         * record-btrace.c: All implementations adjusted.
648         * record-full.c: All implementations adjusted.
649         * remote-sim.c: All implementations adjusted.
650         * remote.c: All implementations adjusted.
651         * s390-linux-nat.c: All implementations adjusted.
652         * sol-thread.c: All implementations adjusted.
653         * spu-multiarch.c: All implementations adjusted.
654         * target-delegates.c: All implementations adjusted.
655         * target.c: All implementations adjusted.
656         * target.h: All implementations adjusted.
657         * tracefile-tfile.c: All implementations adjusted.
658         * tracefile.c: All implementations adjusted.
659         * tracefile.h: All implementations adjusted.
660         * windows-nat.c: All implementations adjusted.
661         * x86-linux-nat.h: All implementations adjusted.
662         * x86-nat.h: All implementations adjusted.
663
664 2018-05-02  Pedro Alves  <palves@redhat.com>
665
666         * make-target-delegates (scan_target_h): Don't trim lines here.
667         Replace sequences of tabs and/or whitespace with a single
668         whitespace.
669         (top level, parsing methods): Trim each line before processing it
670         here.
671
672 2018-05-02  Pedro Alves  <palves@redhat.com>
673             John Baldwin  <jhb@freebsd.org>
674
675         * target.h (enum strata) <debug_stratum>: New.
676         (struct target_ops) <all delegation methods>: Replace by C++
677         virtual methods, and drop "to_" prefix.  All references updated
678         throughout.
679         <to_shortname, to_longname, to_doc, to_data,
680         to_have_steppable_watchpoint, to_have_continuable_watchpoint,
681         to_has_thread_control, to_attach_no_wait>: Delete, replaced by
682         virtual methods.  All references updated throughout.
683         <can_attach, supports_terminal_ours, can_create_inferior,
684         get_thread_control_capabilities, attach_no_wait>: New
685         virtual methods.
686         <insert_breakpoint, remove_breakpoint>: Now
687         TARGET_DEFAULT_NORETURN methods.
688         <info_proc>: Now returns bool.
689         <to_magic>: Delete.
690         (OPS_MAGIC): Delete.
691         (current_target): Delete.  All references replaced by references
692         to ...
693         (target_stack): ... this.  New.
694         (target_shortname, target_longname): Adjust.
695         (target_can_run): Now a function declaration.
696         (default_child_has_all_memory, default_child_has_memory)
697         (default_child_has_stack, default_child_has_registers)
698         (default_child_has_execution): Remove target_ops parameter.
699         (complete_target_initialization): Delete.
700         (memory_breakpoint_target): New template class.
701         (test_target_ops): Refactor as a C++ class with virtual methods.
702         * make-target-delegates (NAME_PART): Tighten.
703         (POINTER_PART, CP_SYMBOL): New.
704         (SIMPLE_RETURN_PART): Reimplement.
705         (VEC_RETURN_PART): Expect less.
706         (RETURN_PART, VIRTUAL_PART): New.
707         (METHOD): Adjust to C++ virtual methods.
708         (scan_target_h): Remove reference to C99.
709         (dname): Output "target_ops::" prefix.
710         (write_function_header): Adjust to output a C++ class method.
711         (write_declaration): New.
712         (write_delegator): Adjust to output a C++ class method.
713         (tdname): Output "dummy_target::" prefix.
714         (write_tdefault, write_debugmethod): Adjust to output a C++ class
715         method.
716         (tdefault_names, debug_names): Delete.
717         (return_types, tdefaults, styles, argtypes_array): New.
718         (top level): All methods are delegators.
719         (print_class): New.
720         (top level): Print dummy_target and debug_target classes.
721         * target-delegates.c: Regenerate.
722         * target-debug.h (target_debug_print_enum_info_proc_what)
723         (target_debug_print_thread_control_capabilities)
724         (target_debug_print_thread_info_p): New.
725         * target.c (dummy_target): Delete.
726         (the_dummy_target, the_debug_target): New.
727         (target_stack): Now extern.
728         (set_targetdebug): Push/unpush debug target.
729         (default_child_has_all_memory, default_child_has_memory)
730         (default_child_has_stack, default_child_has_registers)
731         (default_child_has_execution): Remove target_ops parameter.
732         (complete_target_initialization): Delete.
733         (add_target_with_completer): No longer call
734         complete_target_initialization.
735         (target_supports_terminal_ours): Use regular delegation.
736         (update_current_target): Delete.
737         (push_target): No longer check magic number.  Don't call
738         update_current_target.
739         (unpush_target): Don't call update_current_target.
740         (target_is_pushed): No longer check magic number.
741         (target_require_runnable): Skip for all stratums over
742         process_stratum.
743         (target_ops::info_proc): New.
744         (target_info_proc): Use find_target_at and
745         find_default_run_target.
746         (target_supports_disable_randomization): Use regular delegation.
747         (target_get_osdata): Use find_target_at.
748         (target_ops::open, target_ops::close, target_ops::can_attach)
749         (target_ops::attach, target_ops::can_create_inferior)
750         (target_ops::create_inferior, target_ops::can_run)
751         (target_can_run): New.
752         (default_fileio_target): Use regular delegation.
753         (target_ops::fileio_open, target_ops::fileio_pwrite)
754         (target_ops::fileio_pread, target_ops::fileio_fstat)
755         (target_ops::fileio_close, target_ops::fileio_unlink)
756         (target_ops::fileio_readlink): New.
757         (target_fileio_open_1, target_fileio_unlink)
758         (target_fileio_readlink): Always call the target method.  Handle
759         FILEIO_ENOSYS.
760         (return_zero, return_zero_has_execution): Delete.
761         (init_dummy_target): Delete.
762         (dummy_target::dummy_target, dummy_target::shortname)
763         (dummy_target::longname, dummy_target::doc)
764         (debug_target::debug_target, debug_target::shortname)
765         (debug_target::longname, debug_target::doc): New.
766         (target_supports_delete_record): Use regular delegation.
767         (setup_target_debug): Delete.
768         (maintenance_print_target_stack): Skip debug_stratum.
769         (initialize_targets): Instantiate the_dummy_target and
770         the_debug_target.
771         * auxv.c (target_auxv_parse): Remove 'ops' parameter.  Adjust to
772         use target_stack.
773         (target_auxv_search, fprint_target_auxv): Adjust.
774         (info_auxv_command): Adjust to use target_stack.
775         * auxv.h (target_auxv_parse): Remove 'ops' parameter.
776         * exceptions.c (print_flush): Handle a NULL target_stack.
777         * regcache.c (target_ops_no_register): Refactor as class with
778         virtual methods.
779
780         * exec.c (exec_target): New class.
781         (exec_ops): Now an exec_target.
782         (exec_open, exec_close_1, exec_get_section_table)
783         (exec_xfer_partial, exec_files_info, exec_has_memory)
784         (exec_make_note_section): Refactor as exec_target methods.
785         (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
786         Delete.
787         (exec_target::find_memory_regions): New.
788         (_initialize_exec): Don't call init_exec_ops.
789         * gdbcore.h (exec_file_clear): Delete.
790
791         * corefile.c (core_target): Delete.
792         (core_file_command): Adjust.
793         * corelow.c (core_target): New class.
794         (the_core_target): New.
795         (core_close): Remove target_ops parameter.
796         (core_close_cleanup): Adjust.
797         (core_target::close): New.
798         (core_open, core_detach, get_core_registers, core_files_info)
799         (core_xfer_partial, core_thread_alive, core_read_description)
800         (core_pid_to_str, core_thread_name, core_has_memory)
801         (core_has_stack, core_has_registers, core_info_proc): Rework as
802         core_target methods.
803         (ignore, core_remove_breakpoint, init_core_ops): Delete.
804         (_initialize_corelow): Initialize the_core_target.
805         * gdbcore.h (core_target): Delete.
806         (the_core_target): New.
807
808         * ctf.c: (ctf_target): New class.
809         (ctf_ops): Now a ctf_target.
810         (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
811         (ctf_xfer_partial, ctf_get_trace_state_variable_value)
812         (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
813         methods.
814         (init_ctf_ops): Delete.
815         (_initialize_ctf): Don't call it.
816         * tracefile-tfile.c (tfile_target): New class.
817         (tfile_ops): Now a tfile_target.
818         (tfile_open, tfile_close, tfile_files_info)
819         (tfile_get_tracepoint_status, tfile_trace_find)
820         (tfile_fetch_registers, tfile_xfer_partial)
821         (tfile_get_trace_state_variable_value, tfile_traceframe_info):
822         Refactor as tfile_target methods.
823         (tfile_xfer_partial_features): Remove target_ops parameter.
824         (init_tfile_ops): Delete.
825         (_initialize_tracefile_tfile): Don't call it.
826         * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
827         (tracefile_has_stack, tracefile_has_registers)
828         (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
829         tracefile_target methods.
830         (init_tracefile_ops): Delete.
831         (tracefile_target::tracefile_target): New.
832         * tracefile.h: Include "target.h".
833         (tracefile_target): New class.
834         (init_tracefile_ops): Delete.
835
836         * spu-multiarch.c (spu_multiarch_target): New class.
837         (spu_ops): Now a spu_multiarch_target.
838         (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
839         (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
840         (spu_search_memory, spu_mourn_inferior): Refactor as
841         spu_multiarch_target methods.
842         (init_spu_ops): Delete.
843         (_initialize_spu_multiarch): Remove references to init_spu_ops,
844         complete_target_initialization.
845
846         * ravenscar-thread.c (ravenscar_thread_target): New class.
847         (ravenscar_ops): Now a ravenscar_thread_target.
848         (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
849         (ravenscar_thread_alive, ravenscar_pid_to_str)
850         (ravenscar_fetch_registers, ravenscar_store_registers)
851         (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
852         (ravenscar_stopped_by_hw_breakpoint)
853         (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
854         (ravenscar_mourn_inferior, ravenscar_core_of_thread)
855         (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
856         methods.
857         (init_ravenscar_thread_ops): Delete.
858         (_initialize_ravenscar): Remove references to
859         init_ravenscar_thread_ops and complete_target_initialization.
860
861         * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
862         (bsd_uthread_target): New class.
863         (bsd_uthread_ops): Now a bsd_uthread_target.
864         (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
865         (bsd_uthread_close, bsd_uthread_mourn_inferior)
866         (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
867         (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
868         (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
869         (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
870         (bsd_uthread_target): Delete function.
871         (_initialize_bsd_uthread): Remove reference to
872         complete_target_initialization.
873
874         * bfd-target.c (target_bfd_data): Delete.  Fields folded into ...
875         (target_bfd): ... this new class.
876         (target_bfd_xfer_partial, target_bfd_get_section_table)
877         (target_bfd_close): Refactor as target_bfd methods.
878         (target_bfd::~target_bfd): New.
879         (target_bfd_reopen): Adjust.
880         (target_bfd::close): New.
881
882         * record-btrace.c (record_btrace_target): New class.
883         (record_btrace_ops): Now a record_btrace_target.
884         (record_btrace_open, record_btrace_stop_recording)
885         (record_btrace_disconnect, record_btrace_close)
886         (record_btrace_async, record_btrace_info)
887         (record_btrace_insn_history, record_btrace_insn_history_range)
888         (record_btrace_insn_history_from, record_btrace_call_history)
889         (record_btrace_call_history_range)
890         (record_btrace_call_history_from, record_btrace_record_method)
891         (record_btrace_is_replaying, record_btrace_will_replay)
892         (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
893         (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
894         (record_btrace_store_registers, record_btrace_prepare_to_store)
895         (record_btrace_to_get_unwinder)
896         (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
897         (record_btrace_commit_resume, record_btrace_wait)
898         (record_btrace_stop, record_btrace_can_execute_reverse)
899         (record_btrace_stopped_by_sw_breakpoint)
900         (record_btrace_supports_stopped_by_sw_breakpoint)
901         (record_btrace_stopped_by_hw_breakpoint)
902         (record_btrace_supports_stopped_by_hw_breakpoint)
903         (record_btrace_update_thread_list, record_btrace_thread_alive)
904         (record_btrace_goto_begin, record_btrace_goto_end)
905         (record_btrace_goto, record_btrace_stop_replaying_all)
906         (record_btrace_execution_direction)
907         (record_btrace_prepare_to_generate_core)
908         (record_btrace_done_generating_core): Refactor as
909         record_btrace_target methods.
910         (init_record_btrace_ops): Delete.
911         (_initialize_record_btrace): Remove reference to
912         init_record_btrace_ops.
913         * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
914         the execution_direction global.
915         (record_full_base_target, record_full_target)
916         (record_full_core_target): New classes.
917         (record_full_ops): Now a record_full_target.
918         (record_full_core_ops): Now a record_full_core_target.
919         (record_full_target::detach, record_full_target::disconnect)
920         (record_full_core_target::disconnect)
921         (record_full_target::mourn_inferior, record_full_target::kill):
922         New.
923         (record_full_open, record_full_close, record_full_async): Refactor
924         as methods of the record_full_base_target class.
925         (record_full_resume, record_full_commit_resume): Refactor
926         as methods of the record_full_target class.
927         (record_full_wait, record_full_stopped_by_watchpoint)
928         (record_full_stopped_data_address)
929         (record_full_stopped_by_sw_breakpoint)
930         (record_full_supports_stopped_by_sw_breakpoint)
931         (record_full_stopped_by_hw_breakpoint)
932         (record_full_supports_stopped_by_hw_breakpoint): Refactor as
933         methods of the record_full_base_target class.
934         (record_full_store_registers, record_full_xfer_partial)
935         (record_full_insert_breakpoint, record_full_remove_breakpoint):
936         Refactor as methods of the record_full_target class.
937         (record_full_can_execute_reverse, record_full_get_bookmark)
938         (record_full_goto_bookmark, record_full_execution_direction)
939         (record_full_record_method, record_full_info, record_full_delete)
940         (record_full_is_replaying, record_full_will_replay)
941         (record_full_goto_begin, record_full_goto_end, record_full_goto)
942         (record_full_stop_replaying): Refactor as methods of the
943         record_full_base_target class.
944         (record_full_core_resume, record_full_core_kill)
945         (record_full_core_fetch_registers)
946         (record_full_core_prepare_to_store)
947         (record_full_core_store_registers, record_full_core_xfer_partial)
948         (record_full_core_insert_breakpoint)
949         (record_full_core_remove_breakpoint)
950         (record_full_core_has_execution): Refactor
951         as methods of the record_full_core_target class.
952         (record_full_base_target::supports_delete_record): New.
953         (init_record_full_ops): Delete.
954         (init_record_full_core_ops): Delete.
955         (record_full_save): Refactor as method of the
956         record_full_base_target class.
957         (_initialize_record_full): Remove references to
958         init_record_full_ops and init_record_full_core_ops.
959
960         * remote.c (remote_target, extended_remote_target): New classes.
961         (remote_ops): Now a remote_target.
962         (extended_remote_ops): Now an extended_remote_target.
963         (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
964         (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
965         (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
966         (remote_pass_signals, remote_set_syscall_catchpoint)
967         (remote_program_signals, )
968         (remote_thread_always_alive): Remove target_ops parameter.
969         (remote_thread_alive, remote_thread_name)
970         (remote_update_thread_list, remote_threads_extra_info)
971         (remote_static_tracepoint_marker_at)
972         (remote_static_tracepoint_markers_by_strid)
973         (remote_get_ada_task_ptid, remote_close, remote_start_remote)
974         (remote_open): Refactor as methods of remote_target.
975         (extended_remote_open, extended_remote_detach)
976         (extended_remote_attach, extended_remote_post_attach):
977         (extended_remote_supports_disable_randomization)
978         (extended_remote_create_inferior): : Refactor as method of
979         extended_remote_target.
980         (remote_set_permissions, remote_open_1, remote_detach)
981         (remote_follow_fork, remote_follow_exec, remote_disconnect)
982         (remote_resume, remote_commit_resume, remote_stop)
983         (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
984         (remote_terminal_ours, remote_wait, remote_fetch_registers)
985         (remote_prepare_to_store, remote_store_registers)
986         (remote_flash_erase, remote_flash_done, remote_files_info)
987         (remote_kill, remote_mourn, remote_insert_breakpoint)
988         (remote_remove_breakpoint, remote_insert_watchpoint)
989         (remote_watchpoint_addr_within_range)
990         (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
991         (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
992         (remote_supports_stopped_by_sw_breakpoint)
993         (remote_stopped_by_hw_breakpoint)
994         (remote_supports_stopped_by_hw_breakpoint)
995         (remote_stopped_by_watchpoint, remote_stopped_data_address)
996         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
997         (remote_verify_memory): Refactor as methods of remote_target.
998         (remote_write_qxfer, remote_read_qxfer): Remove target_ops
999         parameter.
1000         (remote_xfer_partial, remote_get_memory_xfer_limit)
1001         (remote_search_memory, remote_rcmd, remote_memory_map)
1002         (remote_pid_to_str, remote_get_thread_local_address)
1003         (remote_get_tib_address, remote_read_description): Refactor as
1004         methods of remote_target.
1005         (remote_target::fileio_open, remote_target::fileio_pwrite)
1006         (remote_target::fileio_pread, remote_target::fileio_close): New.
1007         (remote_hostio_readlink, remote_hostio_fstat)
1008         (remote_filesystem_is_local, remote_can_execute_reverse)
1009         (remote_supports_non_stop, remote_supports_disable_randomization)
1010         (remote_supports_multi_process, remote_supports_cond_breakpoints)
1011         (remote_supports_enable_disable_tracepoint)
1012         (remote_supports_string_tracing)
1013         (remote_can_run_breakpoint_commands, remote_trace_init)
1014         (remote_download_tracepoint, remote_can_download_tracepoint)
1015         (remote_download_trace_state_variable, remote_enable_tracepoint)
1016         (remote_disable_tracepoint, remote_trace_set_readonly_regions)
1017         (remote_trace_start, remote_get_trace_status)
1018         (remote_get_tracepoint_status, remote_trace_stop)
1019         (remote_trace_find, remote_get_trace_state_variable_value)
1020         (remote_save_trace_data, remote_get_raw_trace_data)
1021         (remote_set_disconnected_tracing, remote_core_of_thread)
1022         (remote_set_circular_trace_buffer, remote_traceframe_info)
1023         (remote_get_min_fast_tracepoint_insn_len)
1024         (remote_set_trace_buffer_size, remote_set_trace_notes)
1025         (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
1026         (remote_disable_btrace, remote_teardown_btrace)
1027         (remote_read_btrace, remote_btrace_conf)
1028         (remote_augmented_libraries_svr4_read, remote_load)
1029         (remote_pid_to_exec_file, remote_can_do_single_step)
1030         (remote_execution_direction, remote_thread_handle_to_thread_info):
1031         Refactor as methods of remote_target.
1032         (init_remote_ops, init_extended_remote_ops): Delete.
1033         (remote_can_async_p, remote_is_async_p, remote_async)
1034         (remote_thread_events, remote_upload_tracepoints)
1035         (remote_upload_trace_state_variables): Refactor as methods of
1036         remote_target.
1037         (_initialize_remote): Remove references to init_remote_ops and
1038         init_extended_remote_ops.
1039
1040         * remote-sim.c (gdbsim_target): New class.
1041         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
1042         (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1043         (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
1044         (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
1045         (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
1046         (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
1047         Refactor as methods of gdbsim_target.
1048         (gdbsim_ops): Now a gdbsim_target.
1049         (init_gdbsim_ops): Delete.
1050         (gdbsim_cntrl_c): Adjust.
1051         (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
1052
1053         * amd64-linux-nat.c (amd64_linux_nat_target): New class.
1054         (the_amd64_linux_nat_target): New.
1055         (amd64_linux_fetch_inferior_registers)
1056         (amd64_linux_store_inferior_registers): Refactor as methods of
1057         amd64_linux_nat_target.
1058         (_initialize_amd64_linux_nat): Adjust.  Set linux_target.
1059         * i386-linux-nat.c: Don't include "linux-nat.h".
1060         (i386_linux_nat_target): New class.
1061         (the_i386_linux_nat_target): New.
1062         (i386_linux_fetch_inferior_registers)
1063         (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
1064         as methods of i386_linux_nat_target.
1065         (_initialize_i386_linux_nat): Adjust.  Set linux_target.
1066         * inf-child.c (inf_child_ops): Delete.
1067         (inf_child_fetch_inferior_registers)
1068         (inf_child_store_inferior_registers): Delete.
1069         (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
1070         methods of inf_child_target.
1071         (inf_child_target::supports_terminal_ours)
1072         (inf_child_target::terminal_init)
1073         (inf_child_target::terminal_inferior)
1074         (inf_child_target::terminal_ours_for_output)
1075         (inf_child_target::terminal_ours, inf_child_target::interrupt)
1076         (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
1077         New.
1078         (inf_child_open, inf_child_disconnect, inf_child_close)
1079         (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
1080         (inf_child_post_startup_inferior, inf_child_can_run)
1081         (inf_child_pid_to_exec_file): Refactor as methods of
1082         inf_child_target.
1083         (inf_child_follow_fork): Delete.
1084         (inf_child_target::can_create_inferior)
1085         (inf_child_target::can_attach): New.
1086         (inf_child_target::has_all_memory, inf_child_target::has_memory)
1087         (inf_child_target::has_stack, inf_child_target::has_registers)
1088         (inf_child_target::has_execution): New.
1089         (inf_child_fileio_open, inf_child_fileio_pwrite)
1090         (inf_child_fileio_pread, inf_child_fileio_fstat)
1091         (inf_child_fileio_close, inf_child_fileio_unlink)
1092         (inf_child_fileio_readlink, inf_child_use_agent)
1093         (inf_child_can_use_agent): Refactor as methods of
1094         inf_child_target.
1095         (return_zero, inf_child_target): Delete.
1096         (inf_child_target::inf_child_target): New.
1097         * inf-child.h: Include "target.h".
1098         (inf_child_target): Delete function prototype.
1099         (inf_child_target): New class.
1100         (inf_child_open_target, inf_child_mourn_inferior)
1101         (inf_child_maybe_unpush_target): Delete.
1102         * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
1103         (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
1104         (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
1105         (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
1106         (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
1107         (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
1108         (inf_ptrace_wait, inf_ptrace_xfer_partial)
1109         (inf_ptrace_thread_alive, inf_ptrace_files_info)
1110         (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
1111         methods of inf_ptrace_target.
1112         (inf_ptrace_target): Delete function.
1113         * inf-ptrace.h: Include "inf-child.h".
1114         (inf_ptrace_target): Delete function declaration.
1115         (inf_ptrace_target): New class.
1116         (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
1117         * linux-nat.c (linux_target): New.
1118         (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
1119         (linux_nat_target::~linux_nat_target): New.
1120         (linux_child_post_attach, linux_child_post_startup_inferior)
1121         (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
1122         (linux_child_remove_fork_catchpoint)
1123         (linux_child_insert_vfork_catchpoint)
1124         (linux_child_remove_vfork_catchpoint)
1125         (linux_child_insert_exec_catchpoint)
1126         (linux_child_remove_exec_catchpoint)
1127         (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
1128         (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
1129         (linux_nat_resume, linux_nat_stopped_by_watchpoint)
1130         (linux_nat_stopped_data_address)
1131         (linux_nat_stopped_by_sw_breakpoint)
1132         (linux_nat_supports_stopped_by_sw_breakpoint)
1133         (linux_nat_stopped_by_hw_breakpoint)
1134         (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
1135         (linux_nat_kill, linux_nat_mourn_inferior)
1136         (linux_nat_xfer_partial, linux_nat_thread_alive)
1137         (linux_nat_update_thread_list, linux_nat_pid_to_str)
1138         (linux_nat_thread_name, linux_child_pid_to_exec_file)
1139         (linux_child_static_tracepoint_markers_by_strid)
1140         (linux_nat_is_async_p, linux_nat_can_async_p)
1141         (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
1142         (linux_nat_supports_multi_process)
1143         (linux_nat_supports_disable_randomization, linux_nat_async)
1144         (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
1145         (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
1146         (linux_nat_fileio_open, linux_nat_fileio_readlink)
1147         (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
1148         methods of linux_nat_target.
1149         (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
1150         (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
1151         parameter.
1152         (check_stopped_by_watchpoint): Adjust.
1153         (linux_xfer_partial): Delete.
1154         (linux_target_install_ops, linux_target, linux_nat_add_target):
1155         Delete.
1156         (linux_nat_target::linux_nat_target): New.
1157         * linux-nat.h: Include "inf-ptrace.h".
1158         (linux_nat_target): New.
1159         (linux_target, linux_target_install_ops, linux_nat_add_target):
1160         Delete function declarations.
1161         (linux_target): Declare global.
1162         * linux-thread-db.c (thread_db_target): New.
1163         (thread_db_target::thread_db_target): New.
1164         (thread_db_ops): Delete.
1165         (the_thread_db_target): New.
1166         (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
1167         (thread_db_update_thread_list, thread_db_pid_to_str)
1168         (thread_db_extra_thread_info)
1169         (thread_db_thread_handle_to_thread_info)
1170         (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
1171         (thread_db_resume): Refactor as methods of thread_db_target.
1172         (init_thread_db_ops): Delete.
1173         (_initialize_thread_db): Remove reference to init_thread_db_ops.
1174         * x86-linux-nat.c: Don't include "linux-nat.h".
1175         (super_post_startup_inferior): Delete.
1176         (x86_linux_nat_target::~x86_linux_nat_target): New.
1177         (x86_linux_child_post_startup_inferior)
1178         (x86_linux_read_description, x86_linux_enable_btrace)
1179         (x86_linux_disable_btrace, x86_linux_teardown_btrace)
1180         (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
1181         methods of x86_linux_nat_target.
1182         (x86_linux_create_target): Delete.  Bits folded ...
1183         (x86_linux_add_target): ... here.  Now takes a linux_nat_target
1184         pointer.
1185         * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
1186         (x86_linux_nat_target): New class.
1187         (x86_linux_create_target): Delete.
1188         (x86_linux_add_target): Now takes a linux_nat_target pointer.
1189         * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
1190         (x86_region_ok_for_watchpoint, x86_stopped_data_address)
1191         (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
1192         (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
1193         (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
1194         make extern.
1195         (x86_use_watchpoints): Delete.
1196         * x86-nat.h: Include "breakpoint.h" and "target.h".
1197         (x86_use_watchpoints): Delete.
1198         (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
1199         (x86_stopped_by_watchpoint, x86_stopped_data_address)
1200         (x86_insert_watchpoint, x86_remove_watchpoint)
1201         (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
1202         (x86_stopped_by_hw_breakpoint): New declarations.
1203         (x86_nat_target): New template class.
1204
1205         * ppc-linux-nat.c (ppc_linux_nat_target): New class.
1206         (the_ppc_linux_nat_target): New.
1207         (ppc_linux_fetch_inferior_registers)
1208         (ppc_linux_can_use_hw_breakpoint)
1209         (ppc_linux_region_ok_for_hw_watchpoint)
1210         (ppc_linux_ranged_break_num_registers)
1211         (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
1212         (ppc_linux_insert_mask_watchpoint)
1213         (ppc_linux_remove_mask_watchpoint)
1214         (ppc_linux_can_accel_watchpoint_condition)
1215         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
1216         (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
1217         (ppc_linux_watchpoint_addr_within_range)
1218         (ppc_linux_masked_watch_num_registers)
1219         (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
1220         (ppc_linux_read_description): Refactor as methods of
1221         ppc_linux_nat_target.
1222         (_initialize_ppc_linux_nat): Adjust.  Set linux_target.
1223
1224         * procfs.c (procfs_xfer_partial): Delete forward declaration.
1225         (procfs_target): New class.
1226         (the_procfs_target): New.
1227         (procfs_target): Delete function.
1228         (procfs_auxv_parse, procfs_attach, procfs_detach)
1229         (procfs_fetch_registers, procfs_store_registers, procfs_wait)
1230         (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
1231         (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
1232         (procfs_create_inferior, procfs_update_thread_list)
1233         (procfs_thread_alive, procfs_pid_to_str)
1234         (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
1235         (procfs_stopped_data_address, procfs_insert_watchpoint)
1236         (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
1237         (proc_find_memory_regions, procfs_info_proc)
1238         (procfs_make_note_section): Refactor as methods of procfs_target.
1239         (_initialize_procfs): Adjust.
1240         * sol-thread.c (sol_thread_target): New class.
1241         (sol_thread_ops): Now a sol_thread_target.
1242         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
1243         (sol_thread_fetch_registers, sol_thread_store_registers)
1244         (sol_thread_xfer_partial, sol_thread_mourn_inferior)
1245         (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
1246         (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
1247         (init_sol_thread_ops): Delete.
1248         (_initialize_sol_thread): Adjust.  Remove references to
1249         init_sol_thread_ops and complete_target_initialization.
1250
1251         * windows-nat.c (windows_nat_target): New class.
1252         (windows_fetch_inferior_registers)
1253         (windows_store_inferior_registers, windows_resume, windows_wait)
1254         (windows_attach, windows_detach, windows_pid_to_exec_file)
1255         (windows_files_info, windows_create_inferior)
1256         (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
1257         (windows_close, windows_pid_to_str, windows_xfer_partial)
1258         (windows_get_tib_address, windows_get_ada_task_ptid)
1259         (windows_thread_name, windows_thread_alive): Refactor as
1260         windows_nat_target methods.
1261         (do_initial_windows_stuff): Adjust.
1262         (windows_target): Delete function.
1263         (_initialize_windows_nat): Adjust.
1264
1265         * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
1266         (darwin_mourn_inferior, darwin_kill_inferior)
1267         (darwin_create_inferior, darwin_attach, darwin_detach)
1268         (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
1269         (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
1270         (darwin_supports_multi_process): Refactor as darwin_nat_target
1271         methods.
1272         (darwin_resume_to, darwin_files_info): Delete.
1273         (_initialize_darwin_inferior): Rename to ...
1274         (_initialize_darwin_nat): ... this.  Adjust to C++ification.
1275         * darwin-nat.h: Include "inf-child.h".
1276         (darwin_nat_target): New class.
1277         (darwin_complete_target): Delete.
1278         * i386-darwin-nat.c (i386_darwin_nat_target): New class.
1279         (darwin_target): New.
1280         (i386_darwin_fetch_inferior_registers)
1281         (i386_darwin_store_inferior_registers): Refactor as methods of
1282         darwin_nat_target.
1283         (darwin_complete_target): Delete, with ...
1284         (_initialize_i386_darwin_nat): ... bits factored out here.
1285
1286         * alpha-linux-nat.c (alpha_linux_nat_target): New class.
1287         (the_alpha_linux_nat_target): New.
1288         (alpha_linux_register_u_offset): Refactor as
1289         alpha_linux_nat_target method.
1290         (_initialize_alpha_linux_nat): Adjust.
1291         * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
1292         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
1293         (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
1294         methods of linux_nat_trad_target.
1295         (linux_trad_target): Delete.
1296         * linux-nat-trad.h (linux_trad_target): Delete function.
1297         (linux_nat_trad_target): New class.
1298         * mips-linux-nat.c (mips_linux_nat_target): New class.
1299         (super_fetch_registers, super_store_registers, super_close):
1300         Delete.
1301         (the_mips_linux_nat_target): New.
1302         (mips64_linux_regsets_fetch_registers)
1303         (mips64_linux_regsets_store_registers)
1304         (mips64_linux_fetch_registers, mips64_linux_store_registers)
1305         (mips_linux_register_u_offset, mips_linux_read_description)
1306         (mips_linux_can_use_hw_breakpoint)
1307         (mips_linux_stopped_by_watchpoint)
1308         (mips_linux_stopped_data_address)
1309         (mips_linux_region_ok_for_hw_watchpoint)
1310         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
1311         (mips_linux_close): Refactor as methods of mips_linux_nat.
1312         (_initialize_mips_linux_nat): Adjust to C++ification.
1313
1314         * aix-thread.c (aix_thread_target): New class.
1315         (aix_thread_ops): Now an aix_thread_target.
1316         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
1317         (aix_thread_fetch_registers, aix_thread_store_registers)
1318         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
1319         (aix_thread_thread_alive, aix_thread_pid_to_str)
1320         (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
1321         Refactor as methods of aix_thread_target.
1322         (init_aix_thread_ops): Delete.
1323         (_initialize_aix_thread): Remove references to init_aix_thread_ops
1324         and complete_target_initialization.
1325         * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
1326         (rs6000_nat_target): New class.
1327         (the_rs6000_nat_target): New.
1328         (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
1329         (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
1330         (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
1331         (super_create_inferior): Delete.
1332         (_initialize_rs6000_nat): Adjust to C++ification.
1333
1334         * arm-linux-nat.c (arm_linux_nat_target): New class.
1335         (the_arm_linux_nat_target): New.
1336         (arm_linux_fetch_inferior_registers)
1337         (arm_linux_store_inferior_registers, arm_linux_read_description)
1338         (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
1339         (arm_linux_remove_hw_breakpoint)
1340         (arm_linux_region_ok_for_hw_watchpoint)
1341         (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
1342         (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
1343         (arm_linux_watchpoint_addr_within_range): Refactor as methods of
1344         arm_linux_nat_target.
1345         (_initialize_arm_linux_nat): Adjust to C++ification.
1346
1347         * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
1348         (the_aarch64_linux_nat_target): New.
1349         (aarch64_linux_fetch_inferior_registers)
1350         (aarch64_linux_store_inferior_registers)
1351         (aarch64_linux_child_post_startup_inferior)
1352         (aarch64_linux_read_description)
1353         (aarch64_linux_can_use_hw_breakpoint)
1354         (aarch64_linux_insert_hw_breakpoint)
1355         (aarch64_linux_remove_hw_breakpoint)
1356         (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
1357         (aarch64_linux_region_ok_for_hw_watchpoint)
1358         (aarch64_linux_stopped_data_address)
1359         (aarch64_linux_stopped_by_watchpoint)
1360         (aarch64_linux_watchpoint_addr_within_range)
1361         (aarch64_linux_can_do_single_step): Refactor as methods of
1362         aarch64_linux_nat_target.
1363         (super_post_startup_inferior): Delete.
1364         (_initialize_aarch64_linux_nat): Adjust to C++ification.
1365
1366         * hppa-linux-nat.c (hppa_linux_nat_target): New class.
1367         (the_hppa_linux_nat_target): New.
1368         (hppa_linux_fetch_inferior_registers)
1369         (hppa_linux_store_inferior_registers): Refactor as methods of
1370         hppa_linux_nat_target.
1371         (_initialize_hppa_linux_nat): Adjust to C++ification.
1372
1373         * ia64-linux-nat.c (ia64_linux_nat_target): New class.
1374         (the_ia64_linux_nat_target): New.
1375         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
1376         (ia64_linux_stopped_data_address)
1377         (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
1378         (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
1379         ia64_linux_nat_target methods.
1380         (super_xfer_partial): Delete.
1381         (_initialize_ia64_linux_nat): Adjust to C++ification.
1382
1383         * m32r-linux-nat.c (m32r_linux_nat_target): New class.
1384         (the_m32r_linux_nat_target): New.
1385         (m32r_linux_fetch_inferior_registers)
1386         (m32r_linux_store_inferior_registers): Refactor as
1387         m32r_linux_nat_target methods.
1388         (_initialize_m32r_linux_nat): Adjust to C++ification.
1389
1390         * m68k-linux-nat.c (m68k_linux_nat_target): New class.
1391         (the_m68k_linux_nat_target): New.
1392         (m68k_linux_fetch_inferior_registers)
1393         (m68k_linux_store_inferior_registers): Refactor as
1394         m68k_linux_nat_target methods.
1395         (_initialize_m68k_linux_nat): Adjust to C++ification.
1396
1397         * s390-linux-nat.c (s390_linux_nat_target): New class.
1398         (the_s390_linux_nat_target): New.
1399         (s390_linux_fetch_inferior_registers)
1400         (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
1401         (s390_insert_watchpoint, s390_remove_watchpoint)
1402         (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
1403         (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
1404         (s390_auxv_parse, s390_read_description): Refactor as methods of
1405         s390_linux_nat_target.
1406         (_initialize_s390_nat): Adjust to C++ification.
1407
1408         * sparc-linux-nat.c (sparc_linux_nat_target): New class.
1409         (the_sparc_linux_nat_target): New.
1410         (_initialize_sparc_linux_nat): Adjust to C++ification.
1411         * sparc-nat.c (sparc_fetch_inferior_registers)
1412         (sparc_store_inferior_registers): Remove target_ops parameter.
1413         * sparc-nat.h (sparc_fetch_inferior_registers)
1414         (sparc_store_inferior_registers): Remove target_ops parameter.
1415         * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
1416         (the_sparc64_linux_nat_target): New.
1417         (_initialize_sparc64_linux_nat): Adjust to C++ification.
1418
1419         * spu-linux-nat.c (spu_linux_nat_target): New class.
1420         (the_spu_linux_nat_target): New.
1421         (spu_child_post_startup_inferior, spu_child_post_attach)
1422         (spu_child_wait, spu_fetch_inferior_registers)
1423         (spu_store_inferior_registers, spu_xfer_partial)
1424         (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
1425         methods.
1426         (_initialize_spu_nat): Adjust to C++ification.
1427
1428         * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
1429         (the_tilegx_linux_nat_target): New.
1430         (fetch_inferior_registers, store_inferior_registers):
1431         Refactor as methods.
1432         (_initialize_tile_linux_nat): Adjust to C++ification.
1433
1434         * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
1435         (the_xtensa_linux_nat_target): New.
1436         (xtensa_linux_fetch_inferior_registers)
1437         (xtensa_linux_store_inferior_registers): Refactor as
1438         xtensa_linux_nat_target methods.
1439         (_initialize_xtensa_linux_nat): Adjust to C++ification.
1440
1441         * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
1442         (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
1443         (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
1444         (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
1445         (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
1446         (fbsd_stopped_by_sw_breakpoint)
1447         (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
1448         (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
1449         (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
1450         (fbsd_post_startup_inferior, fbsd_post_attach)
1451         (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
1452         (fbsd_set_syscall_catchpoint)
1453         (super_xfer_partial, super_resume, super_wait)
1454         (fbsd_supports_stopped_by_hw_breakpoint): Delete.
1455         (fbsd_handle_debug_trap): Remove target_ops parameter.
1456         (fbsd_nat_add_target): Delete.
1457         * fbsd-nat.h: Include "inf-ptrace.h".
1458         (fbsd_nat_add_target): Delete.
1459         (USE_SIGTRAP_SIGINFO): Define.
1460         (fbsd_nat_target): New class.
1461
1462         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
1463         (amd64bsd_store_inferior_registers): Remove target_ops parameter.
1464         (amd64bsd_target): Delete.
1465         * amd64-bsd-nat.h: New file.
1466         * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
1467         "x86-bsd-nat.h".
1468         (amd64_fbsd_nat_target): New class.
1469         (the_amd64_fbsd_nat_target): New.
1470         (amd64fbsd_read_description): Refactor as method of
1471         amd64_fbsd_nat_target.
1472         (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
1473         (_initialize_amd64fbsd_nat): Adjust to C++ification.
1474         * amd64-nat.h (amd64bsd_target): Delete function declaration.
1475         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
1476         (i386bsd_store_inferior_registers): Remove target_ops parameter.
1477         (i386bsd_target): Delete.
1478         * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
1479         (i386bsd_fetch_inferior_registers)
1480         (i386bsd_store_inferior_registers): Declare.
1481         (i386_bsd_nat_target): New class.
1482         * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
1483         (the_i386_fbsd_nat_target): New.
1484         (i386fbsd_resume, i386fbsd_read_description): Refactor as
1485         i386_fbsd_nat_target methods.
1486         (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
1487         (_initialize_i386fbsd_nat): Adjust to C++ification.
1488         * x86-bsd-nat.c (super_mourn_inferior): Delete.
1489         (x86bsd_mourn_inferior, x86bsd_target): Delete.
1490         (_initialize_x86_bsd_nat): Adjust to C++ification.
1491         * x86-bsd-nat.h: Include "x86-nat.h".
1492         (x86bsd_target): Delete declaration.
1493         (x86bsd_nat_target): New class.
1494
1495         * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
1496         (the_aarch64_fbsd_nat_target): New.
1497         (aarch64_fbsd_fetch_inferior_registers)
1498         (aarch64_fbsd_store_inferior_registers): Refactor as methods of
1499         aarch64_fbsd_nat_target.
1500         (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
1501         * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
1502         (the_alpha_bsd_nat_target): New.
1503         (alphabsd_fetch_inferior_registers)
1504         (alphabsd_store_inferior_registers): Refactor as
1505         alpha_bsd_nat_target methods.
1506         (_initialize_alphabsd_nat): Refactor as methods of
1507         alpha_bsd_nat_target.
1508         * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
1509         (the_amd64_nbsd_nat_target): New.
1510         (_initialize_amd64nbsd_nat): Adjust to C++ification.
1511         * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
1512         (the_amd64_obsd_nat_target): New.
1513         (_initialize_amd64obsd_nat): Adjust to C++ification.
1514         * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
1515         (the_arm_fbsd_nat_target): New.
1516         (arm_fbsd_fetch_inferior_registers)
1517         (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
1518         (_initialize_arm_fbsd_nat): Refactor as methods of
1519         arm_fbsd_nat_target.
1520         (_initialize_arm_fbsd_nat): Adjust to C++ification.
1521         * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
1522         (the_arm_netbsd_nat_target): New.
1523         (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
1524         arm_netbsd_nat_target.
1525         (_initialize_arm_netbsd_nat): Adjust to C++ification.
1526         * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
1527         (the_hppa_nbsd_nat_target): New.
1528         (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
1529         hppa_nbsd_nat_target methods.
1530         (_initialize_hppanbsd_nat): Adjust to C++ification.
1531         * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
1532         (the_hppa_obsd_nat_target): New.
1533         (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
1534         methods of hppa_obsd_nat_target.
1535         (_initialize_hppaobsd_nat): Adjust to C++ification.  Use
1536         add_target.
1537         * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
1538         (_initialize_i386nbsd_nat): Adjust to C++ification.  Use
1539         add_target.
1540         * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
1541         (_initialize_i386obsd_nat): Use add_target.
1542         * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
1543         (the_m68k_bsd_nat_target): New.
1544         (m68kbsd_fetch_inferior_registers)
1545         (m68kbsd_store_inferior_registers): Refactor as methods of
1546         m68k_bsd_nat_target.
1547         (_initialize_m68kbsd_nat): Adjust to C++ification.
1548         * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
1549         (the_mips_fbsd_nat_target): New.
1550         (mips_fbsd_fetch_inferior_registers)
1551         (mips_fbsd_store_inferior_registers): Refactor as methods of
1552         mips_fbsd_nat_target.
1553         (_initialize_mips_fbsd_nat): Adjust to C++ification.  Use
1554         add_target.
1555         * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
1556         (the_mips_nbsd_nat_target): New.
1557         (mipsnbsd_fetch_inferior_registers)
1558         (mipsnbsd_store_inferior_registers): Refactor as methods of
1559         mips_nbsd_nat_target.
1560         (_initialize_mipsnbsd_nat): Adjust to C++ification.
1561         * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
1562         (the_mips64_obsd_nat_target): New.
1563         (mips64obsd_fetch_inferior_registers)
1564         (mips64obsd_store_inferior_registers): Refactor as methods of
1565         mips64_obsd_nat_target.
1566         (_initialize_mips64obsd_nat): Adjust to C++ification.  Use
1567         add_target.
1568         * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
1569         nbsd_nat_target.
1570         * nbsd-nat.h: Include "inf-ptrace.h".
1571         (nbsd_nat_target): New class.
1572         * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
1573         (obsd_wait): Refactor as methods of obsd_nat_target.
1574         (obsd_add_target): Delete.
1575         * obsd-nat.h: Include "inf-ptrace.h".
1576         (obsd_nat_target): New class.
1577         * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
1578         (the_ppc_fbsd_nat_target): New.
1579         (ppcfbsd_fetch_inferior_registers)
1580         (ppcfbsd_store_inferior_registers): Refactor as methods of
1581         ppc_fbsd_nat_target.
1582         (_initialize_ppcfbsd_nat): Adjust to C++ification.  Use
1583         add_target.
1584         * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
1585         (the_ppc_nbsd_nat_target): New.
1586         (ppcnbsd_fetch_inferior_registers)
1587         (ppcnbsd_store_inferior_registers): Refactor as methods of
1588         ppc_nbsd_nat_target.
1589         (_initialize_ppcnbsd_nat): Adjust to C++ification.
1590         * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
1591         (the_ppc_obsd_nat_target): New.
1592         (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
1593         methods of ppc_obsd_nat_target.
1594         (_initialize_ppcobsd_nat): Adjust to C++ification.  Use
1595         add_target.
1596         * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
1597         (the_sh_nbsd_nat_target): New.
1598         (shnbsd_fetch_inferior_registers)
1599         (shnbsd_store_inferior_registers): Refactor as methods of
1600         sh_nbsd_nat_target.
1601         (_initialize_shnbsd_nat): Adjust to C++ification.
1602         * sparc-nat.c (sparc_xfer_wcookie): Make extern.
1603         (inf_ptrace_xfer_partial): Delete.
1604         (sparc_xfer_partial, sparc_target): Delete.
1605         * sparc-nat.h (sparc_fetch_inferior_registers)
1606         (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
1607         (sparc_target): Delete function declaration.
1608         (sparc_target): New template class.
1609         * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
1610         (_initialize_sparcnbsd_nat): Adjust to C++ification.
1611         * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
1612         (_initialize_sparc64fbsd_nat): Adjust to C++ification.  Use
1613         add_target.
1614         * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
1615         (_initialize_sparc64nbsd_nat): Adjust to C++ification.
1616         * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
1617         (_initialize_sparc64obsd_nat): Adjust to C++ification.  Use
1618         add_target.
1619         * vax-bsd-nat.c (vax_bsd_nat_target): New class.
1620         (the_vax_bsd_nat_target): New.
1621         (vaxbsd_fetch_inferior_registers)
1622         (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
1623         methods.
1624         (_initialize_vaxbsd_nat): Adjust to C++ification.
1625
1626         * bsd-kvm.c (bsd_kvm_target): New class.
1627         (bsd_kvm_ops): Now a bsd_kvm_target.
1628         (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
1629         (bsd_kvm_files_info, bsd_kvm_fetch_registers)
1630         (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
1631         bsd_kvm_target.
1632         (bsd_kvm_return_one): Delete.
1633         (bsd_kvm_add_target): Adjust to C++ification.
1634
1635         * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
1636         (nto_procfs_target_procfs): New classes.
1637         (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
1638         (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
1639         (procfs_post_attach, procfs_wait, procfs_fetch_registers)
1640         (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
1641         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
1642         (procfs_remove_hw_breakpoint, procfs_resume)
1643         (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
1644         (procfs_kill_inferior, procfs_store_registers)
1645         (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
1646         as methods of nto_procfs_target.
1647         (nto_procfs_ops): Now an nto_procfs_target_procfs.
1648         (nto_native_ops): Delete.
1649         (procfs_open, procfs_native_open): Delete.
1650         (nto_native_ops): Now an nto_procfs_target_native.
1651         (init_procfs_targets): Adjust to C++ification.
1652         (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
1653         (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
1654         Refactor as methods of nto_procfs_target.
1655
1656         * go32-nat.c (go32_nat_target): New class.
1657         (the_go32_nat_target): New.
1658         (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
1659         (go32_store_registers, go32_xfer_partial, go32_files_info)
1660         (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
1661         (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
1662         (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
1663         (go32_pid_to_str): Refactor as methods of go32_nat_target.
1664         (go32_target): Delete.
1665         (_initialize_go32_nat): Adjust to C++ification.
1666
1667         * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
1668         (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
1669         (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
1670         (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
1671         gnu_nat_target.
1672         (gnu_target): Delete.
1673         * gnu-nat.h (gnu_target): Delete.
1674         (gnu_nat_target): New class.
1675         * i386-gnu-nat.c (gnu_base_target): New.
1676         (i386_gnu_nat_target): New class.
1677         (the_i386_gnu_nat_target): New.
1678         (_initialize_i386gnu_nat): Adjust to C++ification.
1679
1680 2018-05-02  Pedro Alves  <palves@redhat.com>
1681
1682         * bfd-target.c (target_bfd_xclose): Rename to ...
1683         (target_bfd_close): ... this.
1684         (target_bfd_reopen): Adjust.
1685         * target.c (target_close): Remove references to to_xclose.
1686         * target.h (target_ops::to_xclose): Delete.
1687         (target_ops::to_close): Update comments.
1688
1689 2018-05-02  Pedro Alves  <palves@redhat.com>
1690
1691         * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
1692         "linux-nat.h".
1693         * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
1694         * inf-ptrace.c (inf_ptrace_register_u_offset)
1695         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
1696         (inf_ptrace_store_register, inf_ptrace_store_registers)
1697         (inf_ptrace_trad_target): Move to ...
1698         * linux-nat-trad.c: ... this new file.
1699         * linux-nat-trad.h: New file.
1700         * linux-nat.c (linux_target_install_ops): Make extern.
1701         (linux_trad_target): Delete.
1702         * linux-nat.h (linux_trad_target): Delete declaration.
1703         (linux_target_install_ops): Declare.
1704         * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
1705         "linux-nat.h".
1706
1707 2018-05-02  Pedro Alves  <palves@redhat.com>
1708
1709         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
1710         procfs_target/add_target here.
1711         * procfs.c (procfs_target): Make static.
1712         (_initialize_procfs): Call add_target here.
1713         * procfs.h (struct target_ops): Remove forward declaration.
1714         (procfs_target): Remove declaration.
1715         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
1716
1717 2018-05-02  Pedro Alves  <palves@redhat.com>
1718
1719         * procfs.c (procfs_stopped_by_watchpoint)
1720         (procfs_insert_watchpoint, procfs_remove_watchpoint)
1721         (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
1722         Forward declare.
1723         (procfs_use_watchpoints): Delete, move contents...
1724         (procfs_target): ... here.
1725         * procfs.h (procfs_use_watchpoints): Delete declaration.
1726         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
1727         procfs_use_watchpoints.
1728         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
1729         procfs_use_watchpoints.
1730
1731 2018-05-02  Tom Tromey  <tom@tromey.com>
1732
1733         PR python/20084:
1734         * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
1735         and var_zuinteger_unlimited.
1736         * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
1737         and PARAM_ZUINTEGER_UNLIMITED.
1738         (set_parameter_value): Handle var_zuinteger and
1739         var_zuinteger_unlimited.
1740         (add_setshow_generic): Likewise.
1741         (parmpy_init): Likewise.
1742
1743 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
1744
1745         PR rust/23124
1746         * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
1747         pointer is not null before dereferencing it.
1748
1749 2018-04-30  Tom Tromey  <tom@tromey.com>
1750
1751         * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
1752         is_mi_like_p.
1753
1754 2018-04-30  Tom Tromey  <tom@tromey.com>
1755
1756         * breakpoint.c (mention): Remove use of is_mi_like_p.
1757         (print_mention_ranged_breakpoint): Likewise.
1758         * break-catch-throw.c (print_it_exception_catchpoint): Remove use
1759         of is_mi_like_p.
1760
1761 2018-04-30  Tom Tromey  <tom@tromey.com>
1762
1763         * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
1764
1765 2018-04-30  Tom Tromey  <tom@tromey.com>
1766
1767         * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
1768         (info_spu_event_command): Remove some uses of is_mi_like_p.
1769
1770 2018-04-30  Tom Tromey  <tom@tromey.com>
1771
1772         * python/py-framefilter.c (py_print_single_arg)
1773         (enumerate_locals, py_print_args, py_print_frame): Remove some
1774         uses of is_mi_like_p.
1775
1776 2018-04-30  Tom Tromey  <tom@tromey.com>
1777
1778         * ui-out.c: Update.
1779         * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
1780         * ui-out.h (ui_out::is_mi_like_p): Now const.
1781         (ui_out::do_is_mi_like_p): Now const.
1782         * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
1783
1784 2018-04-30  Tom Tromey  <tom@tromey.com>
1785
1786         * varobj.c (varobj_set_visualizer): Use new_reference.
1787         * python/python.c (gdbpy_decode_line): Use new_reference.
1788         * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
1789         new_reference.
1790
1791 2018-04-30  Tom Tromey  <tom@tromey.com>
1792
1793         * varobj.c (install_new_value): Use new_reference.
1794         * value.h (value_incref): Return void.  Swap intro comment with
1795         value_decref.
1796         * value.c (set_value_parent): Use new_reference.
1797         (value_incref): Return void.  Update intro comment.
1798         (release_value): Use new_reference.
1799         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
1800
1801 2018-04-30  Tom Tromey  <tom@tromey.com>
1802
1803         * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
1804         * gdb_bfd.h (new_bfd_ref): Remove.
1805         (gdb_bfd_open): Update comment.
1806         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
1807         (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
1808         (gdb_bfd_fdopenr): Use new_reference.
1809         * exec.c (exec_file_attach): Use new_reference.
1810
1811 2018-04-30  Tom Tromey  <tom@tromey.com>
1812
1813         * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
1814         method.
1815
1816 2018-04-30  Tom Tromey  <tom@tromey.com>
1817
1818         * jit.c (jit_read_code_entry): Use type_align.
1819         * i386-tdep.c (i386_gdbarch_init): Don't call
1820         set_gdbarch_long_long_align_bit.
1821         * gdbarch.sh: Remove long_long_align_bit.
1822         * gdbarch.c, gdbarch.h: Rebuild.
1823         * arc-tdep.c (arc_type_align): New function.
1824         (arc_gdbarch_init): Use arc_type_align.  Don't call
1825         set_gdbarch_long_long_align_bit.
1826
1827 2018-04-30  Tom Tromey  <tom@tromey.com>
1828
1829         * rust-lang.c (rust_type_alignment): Remove.
1830         (rust_composite_type): Use type_align.
1831
1832 2018-04-30  Tom Tromey  <tom@tromey.com>
1833
1834         * NEWS: Mention Type.align.
1835         * python/py-type.c (typy_get_alignof): New function.
1836         (type_object_getset): Add "alignof".
1837
1838 2018-04-30  Tom Tromey  <tom@tromey.com>
1839
1840         PR exp/17095:
1841         * NEWS: Update.
1842         * std-operator.def (UNOP_ALIGNOF): New operator.
1843         * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
1844         New.
1845         * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
1846         * c-lang.c (c_op_print_tab): Add alignof.
1847         * c-exp.y (ALIGNOF): New token.
1848         (exp): Add "ALIGNOF" production.
1849         (ident_tokens): Add _Alignof and alignof.
1850
1851 2018-04-30  Tom Tromey  <tom@tromey.com>
1852
1853         * i386-tdep.c (i386_type_align): New function.
1854         (i386_gdbarch_init): Update.
1855         * gdbarch.sh (type_align): New method.
1856         * gdbarch.c, gdbarch.h: Rebuild.
1857         * arch-utils.h (default_type_align): Declare.
1858         * arch-utils.c (default_type_align): New function.
1859         * gdbtypes.h (TYPE_ALIGN_BITS): New define.
1860         (struct type) <align_log2>: New field.
1861         <instance_flags>: Now a bitfield.
1862         (TYPE_RAW_ALIGN): New macro.
1863         (type_align, type_raw_align, set_type_align): Declare.
1864         * gdbtypes.c (type_align, type_raw_align, set_type_align): New
1865         functions.
1866         * dwarf2read.c (quirk_rust_enum): Set type alignment.
1867         (get_alignment, maybe_set_alignment): New functions.
1868         (read_structure_type, read_enumeration_type, read_array_type)
1869         (read_set_type, read_tag_pointer_type, read_tag_reference_type)
1870         (read_subrange_type, read_base_type): Set type alignment.
1871
1872 2018-04-30  Simon Marchi  <simon.marchi@ericsson.com>
1873
1874         * dwarf2read.c (read_index_from_section): Use bool.
1875
1876 2018-04-29  Fabian Groffen  <grobian@gentoo.org>
1877
1878         PR gdb/22950
1879         * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
1880         with #ifdef.
1881
1882 2018-04-29  John Reiser  <jreiser@BitWagon.com>
1883
1884         PR build/22873
1885         * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
1886         last step, and do it atomically.
1887
1888 2018-04-27  Alexandre Oliva  <aoliva@redhat.com>
1889
1890         * compile/compile-c-types.c (convert_int, convert_float):
1891         Update for C FE v1.
1892
1893 2018-04-27  Tom Tromey  <tom@tromey.com>
1894
1895         PR rust/22545:
1896         * rust-lang.c (rust_inclusive_range_type_p): New function.
1897         (rust_range): Handle inclusive ranges.
1898         (rust_compute_range): Likewise.
1899         * rust-exp.y (struct rust_op) <inclusive>: New field.
1900         (DOTDOTEQ): New constant.
1901         (range_expr): Add "..=" productions.
1902         (operator_tokens): Add "..=" token.
1903         (ast_range): Add "inclusive" parameter.
1904         (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
1905         ranges.
1906         * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
1907         bounds values.
1908         * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
1909         LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
1910         Update comments.
1911         * expprint.c (print_subexp_standard): Handle new bounds values.
1912         (dump_subexp_body_standard): Likewise.
1913
1914 2018-04-27  Tom Tromey  <tom@tromey.com>
1915
1916         * configure: Rebuild.
1917         * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
1918         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
1919         "OVERRIDE".
1920         (class symbol_needs_eval_context): Likewise.
1921         * dwarf2read.c (mock_mapped_index::symbol_name_count)
1922         (mock_mapped_index::symbol_name_at): Use "override".  Remove
1923         "virtual".
1924         * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
1925         "override".
1926         (class dwarf_expr_executor): Use "override", not "OVERRIDE".
1927         * aarch64-tdep.c (instruction_reader::read): Use "override".
1928         (instruction_reader_test::read): Likewise.
1929         * arm-tdep.c (instruction_reader::read): Use "override".
1930         (instruction_reader_thumb::read): Likewise.
1931
1932 2018-04-26  Andrzej Kaczmarek  <andrzej.kaczmarek@codecoup.pl>
1933
1934         PR remote/9665
1935         * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
1936         instead of remote_send.
1937         (remote_send): Remove.
1938
1939 2018-04-26  Pedro Alves  <palves@redhat.com>
1940
1941         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
1942         find_function_start_sal instead of find_pc_line.
1943
1944 2018-04-26  Pedro Alves  <palves@redhat.com>
1945
1946         * breakpoint.c (set_breakpoint_location_function): Handle
1947         mst_data_gnu_ifunc.
1948         * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
1949         * elfread.c (elf_symtab_read): Give data symbols with
1950         BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
1951         (elf_rel_plt_read): Update comment.
1952         * linespec.c (convert_linespec_to_sals): Handle
1953         mst_data_gnu_ifunc.
1954         (minsym_found): Handle mst_data_gnu_ifunc.
1955         * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
1956         (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
1957         * parse.c (find_minsym_type_and_address): Handle
1958         mst_data_gnu_ifunc.
1959         * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
1960         * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
1961         * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
1962         comment.
1963         <mst_data_gnu_ifunc>: New enumerator.
1964
1965 2018-04-26  Pedro Alves  <palves@redhat.com>
1966
1967         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
1968         (lookup_minimal_symbol_by_pc_section): ... this.  Replace
1969         'want_trampoline' parameter by a lookup_msym_prefer parameter.
1970         Handle it.
1971         (lookup_minimal_symbol_by_pc_section): Delete old implementation.
1972         (lookup_minimal_symbol_by_pc): Adjust.
1973         (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
1974         (lookup_solib_trampoline_symbol_by_pc): Adjust.
1975         * minsyms.h (lookup_msym_prefer): New enum.
1976         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
1977         parameter by a lookup_msym_prefer parameter.
1978
1979 2018-04-26  Pedro Alves  <palves@redhat.com>
1980
1981         * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
1982         ends in "@plt" instead of looking at the symbol's section.
1983
1984 2018-04-26  Pedro Alves  <palves@redhat.com>
1985
1986         * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete.  Remove
1987         all references.
1988         (find_pc_partial_function_gnu_ifunc): Rename to ...
1989         (find_pc_partial_function): ... this, and remove references to
1990         'is_gnu_ifunc_p'.
1991         (find_pc_partial_function): Delete old implementation.
1992         * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
1993
1994 2018-04-26  Pedro Alves  <palves@redhat.com>
1995
1996         * linespec.c (struct bound_minimal_symbol_search_key): New.
1997         (convert_linespec_to_sals): Sort minimal symbols earlier.  Don't
1998         skip first line if we found a GNU ifunc minimal symbol by name.
1999         (compare_msymbols): Change parameters to work with a destructured
2000         lhs minsym.
2001         (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
2002         functions.
2003
2004 2018-04-26  Pedro Alves  <palves@redhat.com>
2005
2006         * breakpoint.c (set_breakpoint_location_function): Don't resolve
2007         ifunc targets here.  Instead, if we have an ifunc minsym, use its
2008         address/name.
2009         (add_location_to_breakpoint): Store the minsym and the objfile in
2010         the breakpoint location.
2011         * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
2012         * linespec.c (minsym_found): Resolve GNU ifunc targets here.
2013         Record the minsym in the sal.
2014         * symtab.h (symtab_and_line) <msymbol>: New field.
2015
2016 2018-04-26  Pedro Alves  <palves@redhat.com>
2017
2018         * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
2019         unless we actually resolved the ifunc.
2020
2021 2018-04-26  Pedro Alves  <palves@redhat.com>
2022
2023         * c-exp.y (variable production): Prefer ifunc minsyms over
2024         regular function symbols.
2025         * symtab.c (find_gnu_ifunc): New function.
2026         * minsyms.h (lookup_msym_prefer): New enum.
2027         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
2028         parameter by a lookup_msym_prefer parameter.
2029         * symtab.h (find_gnu_ifunc): New declaration.
2030
2031 2018-04-26  Pedro Alves  <palves@redhat.com>
2032
2033         * blockframe.c (find_gnu_ifunc_target_type): New function.
2034         (find_function_type): New.
2035         * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
2036         return a value with a memory address.
2037         (eval_call): For calls to GNU ifunc functions, try to find the
2038         type of the target function from the type that the resolver
2039         returns.
2040         * gdbtypes.c (objfile_type): Don't install a return type for ifunc
2041         symbols.
2042         * infcall.c (find_function_return_type): Delete.
2043         (find_function_addr): Add 'function_type' parameter.  For calls to
2044         GNU ifunc functions, try to find the type of the target function
2045         from the type that the resolver returns, and return it via
2046         FUNCTION_TYPE.
2047         (call_function_by_hand_dummy): Adjust to use the function type
2048         returned by find_function_addr.
2049         (find_function_addr): Add 'function_type' parameter and move
2050         description here.
2051         * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
2052         declarations.
2053
2054 2018-04-26  Pedro Alves  <palves@redhat.com>
2055
2056         * c-exp.y (variable production): Skip finding an alias for ifunc
2057         symbols.
2058
2059 2018-04-26  Pedro Alves  <palves@redhat.com>
2060
2061         * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
2062
2063 2018-04-25  Pedro Alves  <palves@redhat.com>
2064
2065         * infcmd.c (kill_command): Print the pid as string, not the whole
2066         thread's ptid.  Add comment.  s/has been killed/killed/ in output
2067         message.
2068         * remote.c (remote_detach_1): Print the pid as string, not the
2069         whole thread's ptid.
2070
2071 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2072             Sergio Durigan Junior  <sergiodj@redhat.com>
2073             Pedro Alves  <palves@redhat.com>
2074
2075         * infcmd.c (kill_command): Print message when inferior has
2076         been killed.
2077         * inferior.c (print_inferior_events): Remove 'static'.  Set as
2078         '1'.
2079         (add_inferior): Improve message printed when
2080         'print_inferior_events' is on.
2081         (exit_inferior): Remove message printed when
2082         'print_inferior_events' is on.
2083         (detach_inferior): Improve message printed when
2084         'print_inferior_events' is on.
2085         (initialize_inferiors): Use 'add_inferior_silent' to set
2086         'current_inferior_'.
2087         * inferior.h (print_inferior_events): Declare here as
2088         'extern'.
2089         * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
2090         '[Detaching...]' messages when 'print_inferior_events' is on.
2091         Use 'add_thread_silent' instead of 'add_thread'.  Add '[' and ']'
2092         as prefix/suffix for messages.  Remove periods.  Fix erroneous
2093         'Detaching after fork from child...', replace it by '... from
2094         parent...'.
2095         (handle_vfork_child_exec_or_exit): Add '[' and ']' as
2096         prefix/suffix when printing 'Detaching...' messages.  Print
2097         them when 'print_inferior_events' is on.
2098         * remote.c (remote_detach_1): Print message when detaching
2099         from inferior and '!is_fork_parent'.
2100
2101 2018-04-24  Tom Tromey  <tom@tromey.com>
2102
2103         * cli-out.h: Reindent.
2104
2105 2018-04-24  Tom Tromey  <tom@tromey.com>
2106
2107         * cli-out.c (cli_ui_out::out_field_fmt): Remove.
2108         (cli_ui_out::do_field_string): Use fputs_filtered.
2109         * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
2110
2111 2018-04-23  Tom Tromey  <tom@tromey.com>
2112
2113         * guile/scm-frame.c (gdbscm_frame_read_var): Use
2114         gdb::unique_xmalloc_ptr.
2115
2116 2018-04-23  Tom Tromey  <tom@tromey.com>
2117
2118         * configure: Rebuild.
2119
2120 2018-04-22  Rajendra SY  <rajendra.sy@gmail.com>
2121
2122         PR gdb/23095
2123         * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
2124         prepare_for_testing.  Set normal_bp to r_debug_state if target
2125         is bsd.
2126
2127 2018-04-21  Pedro Alves  <palves@redhat.com>
2128             Rajendra SY  <rajendra.sy@gmail.com>
2129
2130         * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
2131         * remote.c (extended_remote_attach): In all-stop mode, mark the
2132         thread as executing.
2133
2134 2018-04-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2135
2136         * thread.c (thread_apply_all_command): Fix comment.
2137         (thread_command): Fix comment.
2138
2139 2018-04-10  Alan Hayward  <alan.hayward@arm.com>
2140
2141         * common/tdesc.h (tdesc_create_feature): Remove xml filename
2142         parameter.
2143         * features/aarch64-core.c (create_feature_aarch64_core):
2144         Regenerate.
2145         * features/aarch64-fpu.c (create_feature_aarch64_fpu):
2146         Likewise.
2147         * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
2148         Likewise.
2149         * features/i386/32bit-avx512.c
2150         (create_feature_i386_32bit_avx512): Likewise.
2151         * features/i386/32bit-core.c (create_feature_i386_32bit_core):
2152         Likewise.
2153         * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
2154         Likewise.
2155         * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
2156         Likewise.
2157         * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
2158         Likewise.
2159         * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
2160         Likewise.
2161         * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
2162         Likewise.
2163         * features/i386/64bit-avx512.c
2164         (create_feature_i386_64bit_avx512): Likewise.
2165         * features/i386/64bit-core.c (create_feature_i386_64bit_core):
2166         Likewise.
2167         * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
2168         Likewise.
2169         * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
2170         Likewise.
2171         * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
2172         Likewise.
2173         * features/i386/64bit-segments.c
2174         (create_feature_i386_64bit_segments): Likewise.
2175         * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
2176         Likewise.
2177         * features/i386/x32-core.c
2178         (create_feature_i386_x32_core): Likewise.
2179         * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
2180         * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
2181         * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
2182         * target-descriptions.c: In generated code, don't pass xml
2183         filename.
2184
2185 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
2186
2187         * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
2188         (print_xml_feature::visit_post): Likewise.
2189         (print_xml_feature::visit): Likewise.
2190         * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
2191         (print_xml_feature): Add new class.
2192         * regformats/regdat.sh: Null xmltarget on feature targets.
2193         * target-descriptions.c (struct target_desc): Add xmltarget.
2194         (maintenance_check_tdesc_xml_convert): Add unittest function.
2195         (tdesc_get_features_xml): Add function to get xml.
2196         (maintenance_check_xml_descriptions): Test xml generation.
2197         * xml-tdesc.c (string_read_description_xml): Add function.
2198         * xml-tdesc.h (string_read_description_xml): Add declaration.
2199
2200 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
2201
2202         * features/Makefile: Add feature marker to targets with new style
2203         target descriptions.
2204         * regformats/aarch64.dat: Regenerate.
2205         * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
2206         * regformats/i386/amd64-avx-linux.dat: Likewise.
2207         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
2208         * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
2209         * regformats/i386/amd64-linux.dat: Likewise.
2210         * regformats/i386/amd64-mpx-linux.dat: Likewise.
2211         * regformats/i386/amd64.dat: Likewise.
2212         * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
2213         * regformats/i386/i386-avx-linux.dat: Likewise.
2214         * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
2215         * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
2216         * regformats/i386/i386-linux.dat: Likewise.
2217         * regformats/i386/i386-mmx-linux.dat: Likewise.
2218         * regformats/i386/i386-mpx-linux.dat: Likewise.
2219         * regformats/i386/i386.dat: Likewise.
2220         * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
2221         * regformats/i386/x32-avx-linux.dat: Likewise.
2222         * regformats/i386/x32-linux.dat: Likewise.
2223         * regformats/tic6x-c62x-linux.dat: Likewise.
2224         * regformats/tic6x-c64x-linux.dat: Likewise.
2225         * regformats/tic6x-c64xp-linux.dat: Likewise.
2226         * regformats/regdat.sh: Parse feature marker.
2227
2228 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
2229
2230         * common/tdesc.h (tdesc_architecture_name): Add new declaration.
2231         (tdesc_osabi_name): Likewise.
2232         * target-descriptions.c (tdesc_architecture_name): Add new
2233         function.
2234         (tdesc_osabi_name): Likewise.
2235
2236 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
2237
2238         * common/tdesc.c (tdesc_predefined_type): Move to here.
2239         (tdesc_named_type): Likewise.
2240         (tdesc_create_vector): Likewise.
2241         (tdesc_create_struct): Likewise.
2242         (tdesc_set_struct_size): Likewise.
2243         (tdesc_create_union): Likewise.
2244         (tdesc_create_flags): Likewise.
2245         (tdesc_create_enum): Likewise.
2246         (tdesc_add_field): Likewise.
2247         (tdesc_add_typed_bitfield): Likewise.
2248         (tdesc_add_bitfield): Likewise.
2249         (tdesc_add_flag): Likewise.
2250         (tdesc_add_enum_value): Likewise.
2251         * common/tdesc.h (struct tdesc_type_builtin): Likewise.
2252         (struct tdesc_type_vector): Likewise.
2253         (struct tdesc_type_field): Likewise.
2254         (struct tdesc_type_with_fields): Likewise.
2255         (tdesc_create_enum): Add declaration.
2256         (tdesc_add_typed_bitfield): Likewise.
2257         (tdesc_add_enum_value): Likewise.
2258         * target-descriptions.c (tdesc_type_field): Move from here.
2259         (tdesc_type_builtin): Likewise.
2260         (tdesc_type_vector): Likewise.
2261         (tdesc_type_with_fields): Likewise.
2262         (tdesc_predefined_types): Likewise.
2263         (tdesc_named_type): Likewise.
2264         (tdesc_create_vector): Likewise.
2265         (tdesc_create_struct): Likewise.
2266         (tdesc_set_struct_size): Likewise.
2267         (tdesc_create_union): Likewise.
2268         (tdesc_create_flags): Likewise.
2269         (tdesc_create_enum): Likewise.
2270         (tdesc_add_field): Likewise.
2271         (tdesc_add_typed_bitfield): Likewise.
2272         (tdesc_add_bitfield): Likewise.
2273         (tdesc_add_flag): Likewise.
2274         (tdesc_add_enum_value): Likewise.
2275         * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
2276         (tdesc_add_typed_bitfield): Likewise.
2277         (tdesc_add_enum_value): Likewise.
2278
2279 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
2280
2281         * common/tdesc.c (tdesc_feature::accept): Move to here.
2282         (tdesc_feature::operator==): Likewise.
2283         (tdesc_create_reg): Likewise.
2284         * common/tdesc.h (tdesc_type_kind): Likewise.
2285         (struct tdesc_type): Likewise.
2286         (struct tdesc_feature): Likewise.
2287         * regformats/regdat.sh: Create a feature.
2288         * target-descriptions.c (tdesc_type_kind): Move from here.
2289         (tdesc_type): Likewise.
2290         (tdesc_type_up): Likewise.
2291         (tdesc_feature): Likewise.
2292         (tdesc_create_reg): Likewise.
2293
2294 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
2295
2296         * Makefile.in: Add arch/tdesc.c
2297         * common/tdesc.c: New file.
2298         * common/tdesc.h (tdesc_element_visitor): Move to here.
2299         (tdesc_element): Likewise.
2300         (tdesc_reg): Likewise.
2301         (tdesc_reg_up): Likewise.
2302         * regformats/regdef.h (reg): Add offset to constructors.
2303         * target-descriptions.c (tdesc_element_visitor): Move from here.
2304         (tdesc_element): Likewise.
2305         (tdesc_reg): Likewise.
2306         (tdesc_reg_up): Likewise.
2307
2308 2018-04-17  Tom Tromey  <tom@tromey.com>
2309
2310         * dwarf2read.c (quirk_rust_enum): Conditionally drop the
2311         discriminant field.
2312
2313 2018-04-17  Tom Tromey  <tom@tromey.com>
2314
2315         * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
2316
2317 2018-04-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2318
2319         * symtab.c (print_symbol_info): Skip printing filename and line
2320         number when `last' is NULL.
2321         (symtab_symbol_info): Use empty string instead of NULL for first
2322         invocation of print_symbol_info.
2323         (rbreak_command): Pass NULL to `last' parameter of
2324         print_symbol_info.
2325
2326 2018-04-16  Simon Marchi  <simon.marchi@ericsson.com>
2327
2328         * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
2329         instead of nullptr.
2330
2331 2018-04-16  Pedro Alves  <palves@redhat.com>
2332
2333         * MAINTAINERS (sh): Remove.
2334         * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
2335         (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
2336         (ALLDEPFILES): Remove sh64-tdep.c.
2337         * NEWS: Mentions that support for SH-5/SH64 is removed.
2338         * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
2339         (sh*-*-openbsd*): Ditto.
2340         (sh64-*-elf*): Remove.
2341         (sh*): Remove.
2342         * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
2343         * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
2344         * sh-tdep.c: No longer include "sh64-tdep.h".
2345         (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
2346         * sh64-tdep.c, sh64-tdep.h: Remove files.
2347
2348 2018-04-16  Pedro Alves  <palves@redhat.com>
2349
2350         * MAINTAINERS: Remove m88k.
2351         * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
2352         (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
2353         (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
2354         * NEWS: Mention that support for m88k was removed.
2355         * configure.host (m88*-*-*): Remove support.
2356         * configure.nat (m88k-*-*): Remove support.
2357         * configure.tgt (m88*-*-openbsd*): Remove.
2358         * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
2359
2360 2018-04-15  Simon Marchi  <simon.marchi@polymtl.ca>
2361
2362         * configure.tgt (x86_tobjs): New variable.
2363         (amd64_tobjs, i386_tobjs): Use it.
2364
2365 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2366
2367         * symtab.c (print_symbol_info): Precede the symbol definition by
2368         the line number when available.
2369         * NEWS: Advertise this enhancement.
2370
2371 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2372
2373         * NEWS (New options): announce set/show record btrace cpu.
2374         * btrace.c: Include record-btrace.h.
2375         (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
2376         the vendor is unknown.
2377         (btrace_compute_ftrace_1): Add cpu parameter.  Update callers.
2378         Maybe overwrite the btrace configuration's cpu.
2379         (btrace_compute_ftrace): Add cpu parameter.  Update callers.
2380         (btrace_fetch): Add cpu parameter.  Update callers.
2381         (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
2382         Maybe overwrite the btrace configuration's cpu.  Skip enabling
2383         errata workarounds if the vendor is unknown.
2384         * python/py-record-btrace.c: Include record-btrace.h.
2385         (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
2386         (recpy_bt_function_call_history): Call record_btrace_get_cpu.
2387         * record-btrace.c (record_btrace_cpu_state_kind): New.
2388         (record_btrace_cpu): New.
2389         (set_record_btrace_cpu_cmdlist): New.
2390         (record_btrace_get_cpu): New.
2391         (require_btrace_thread, record_btrace_info)
2392         (record_btrace_resume_thread): Call record_btrace_get_cpu.
2393         (cmd_set_record_btrace_cpu_none): New.
2394         (cmd_set_record_btrace_cpu_auto): New.
2395         (cmd_set_record_btrace_cpu): New.
2396         (cmd_show_record_btrace_cpu): New.
2397         (_initialize_record_btrace): Initialize set/show record btrace cpu
2398         commands.
2399         * record-btrace.h (record_btrace_get_cpu): New.
2400
2401 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2402
2403         * record.c (set_record_command): Fix typo in message.
2404
2405 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2406
2407         * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
2408
2409 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2410
2411         * infrun.c (process_event_stop_test): Call
2412         gdbarch_in_indirect_branch_thunk.
2413         * gdbarch.sh (in_indirect_branch_thunk): New.
2414         * gdbarch.c: Regenerated.
2415         * gdbarch.h: Regenerated.
2416         * x86-tdep.h: New.
2417         * x86-tdep.c: New.
2418         * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
2419         (HFILES_NO_SRCDIR): Add x86-tdep.h.
2420         (ALLDEPFILES): Add x86-tdep.c.
2421         * arch-utils.h (default_in_indirect_branch_thunk): New.
2422         * arch-utils.c (default_in_indirect_branch_thunk): New.
2423         * i386-tdep: Include x86-tdep.h.
2424         (i386_in_indirect_branch_thunk): New.
2425         (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
2426         function.
2427         * amd64-tdep: Include x86-tdep.h.
2428         (amd64_in_indirect_branch_thunk): New.
2429         (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
2430
2431 2018-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2432
2433         PR gdb/23053
2434         * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
2435         (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
2436         (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
2437         regression.
2438
2439 2018-04-12  Tom Tromey  <tom@tromey.com>
2440
2441         * rust-lang.c (rust_print_struct_def): Remove univariant code.
2442         (rust_evaluate_subexp): Likewise.
2443
2444 2018-04-12  Pedro Alves  <palves@redhat.com>
2445
2446         * procfs.c (procfs_detach): Make forward declaration's prototype
2447         match definition's protototype.
2448         (proc_get_LDT_entry): Remove stale do_cleanups call.
2449
2450 2018-04-12  Pedro Alves  <palves@redhat.com>
2451
2452         * target.h (target_ops::to_has_exited): Delete.
2453         (target_has_exited): Delete.
2454         * target-delegates.c: Regenerate.
2455
2456 2018-04-11  Pedro Alves  <palves@redhat.com>
2457
2458         * target.c (fileio_fh_t::t): Add comment.
2459         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
2460         (target_fileio_close): Handle a NULL target.
2461         (invalidate_fileio_fh): New.
2462         (target_close): Call it.
2463         * remote.c (remote_hostio_send_command): No longer check whether
2464         remote_desc is open.
2465
2466 2018-04-11  Pedro Alves  <palves@redhat.com>
2467
2468         * target.c (fileio_fh_t): Make it a named struct instead of a
2469         typedef.
2470         (fileio_fh_t::is_closed): New method.
2471         (DEF_VEC_O (fileio_fh_t)): Remove.
2472         (fileio_fhandles): Now a std::vector.
2473         (is_closed_fileio_fh): Delete.
2474         (acquire_fileio_fd): Adjust.  Rename parameters.
2475         (release_fileio_fd): Adjust.
2476         (fileio_fd_to_fh): Reimplement as a function instead of a macro.
2477         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
2478         (target_fileio_close): Adjust.
2479
2480 2018-04-10  Simon Marchi  <simon.marchi@ericsson.com>
2481
2482         * auto-load.c (auto_load_safe_path_vec_update): Iterate by
2483         index.
2484
2485 2018-04-10  Pedro Alves  <palves@redhat.com>
2486
2487         * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
2488         (scoped_finish_thread_state): New class.
2489         * infcmd.c (run_command_1): Use it instead of finish_thread_state
2490         cleanup.
2491         * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
2492         (fetch_inferior_event, normal_stop): Likewise.
2493         * thread.c (finish_thread_state_cleanup): Delete.
2494
2495 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2496             Pedro Alves  <palves@redhat.com>
2497
2498         * value.c: Include "selftest.h" and "common/array-view.h".
2499         (struct range) <operator ==>: New.
2500         (test_ranges_contain): New.
2501         (check_ranges_vector): New.
2502         (test_insert_into_bit_range_vector): New.
2503         (_initialize_values): Register selftests.
2504         * common/array-view.h (operator==, operator!=): New.
2505
2506 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2507
2508         * common/gdb_vecs.h (unordered_remove): Add overload that takes
2509         an iterator.
2510         * inline-frame.c: Include <algorithm>.
2511         (struct inline_state): Add constructor.
2512         (inline_state_s): Remove.
2513         (DEF_VEC_O(inline_state_s)): Remove.
2514         (inline_states): Change type to std::vector.
2515         (find_inline_frame_state): Adjust to std::vector.
2516         (allocate_inline_frame_state): Remove.
2517         (clear_inline_frame_state): Adjust to std::vector.
2518         (skip_inline_frames): Adjust to std::vector.
2519
2520 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2521
2522         * tracepoint.h (struct trace_state_variable): Add constructor.
2523         <name>: Change type to std::string.
2524         * tracepoint.c (tsv_s): Remove.
2525         (DEF_VEC_O(tsv_s)): Remove.
2526         (tvariables): Change to std::vector.
2527         (create_trace_state_variable): Adjust to std::vector.
2528         (find_trace_state_variable): Likewise.
2529         (find_trace_state_variable_by_number): Likewise.
2530         (delete_trace_state_variable): Likewise.
2531         (trace_variable_command): Adjust to std::string.
2532         (delete_trace_variable_command): Likewise.
2533         (tvariables_info_1): Adjust to std::vector.
2534         (save_trace_state_variables): Likewise.
2535         (start_tracing): Likewise.
2536         (merge_uploaded_trace_state_variables): Adjust to std::vector
2537         and std::string.
2538         * target.h (struct target_ops)
2539         <to_download_trace_state_variable>: Pass reference to
2540         trace_state_variable.
2541         * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
2542         * target-delegates.c: Re-generate.
2543         * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
2544         (mi_tsv_deleted): Likewise.
2545         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
2546         * remote.c (remote_download_trace_state_variable): Change
2547         pointer to reference and adjust.
2548         * make-target-delegates (parse_argtypes): Handle references.
2549         (write_function_header): Likewise.
2550         (munge_type): Likewise.
2551
2552 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2553
2554         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2555         string_view-selftests.c.
2556         * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
2557         testsuite.
2558         * unittests/basic_string_view/cons/char/1.cc: Likewise.
2559         * unittests/basic_string_view/cons/char/2.cc: Likewise.
2560         * unittests/basic_string_view/cons/char/3.cc: Likewise.
2561         * unittests/basic_string_view/element_access/char/1.cc:
2562         Likewise.
2563         * unittests/basic_string_view/element_access/char/empty.cc:
2564         Likewise.
2565         * unittests/basic_string_view/element_access/char/front_back.cc:
2566         Likewise.
2567         * unittests/basic_string_view/inserters/char/2.cc: Likewise.
2568         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
2569         Likewise.
2570         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
2571         Likewise.
2572         * unittests/basic_string_view/modifiers/swap/char/1.cc:
2573         Likewise.
2574         * unittests/basic_string_view/operations/compare/char/1.cc:
2575         Likewise.
2576         * unittests/basic_string_view/operations/compare/char/13650.cc:
2577         Likewise.
2578         * unittests/basic_string_view/operations/copy/char/1.cc:
2579         Likewise.
2580         * unittests/basic_string_view/operations/data/char/1.cc:
2581         Likewise.
2582         * unittests/basic_string_view/operations/find/char/1.cc:
2583         Likewise.
2584         * unittests/basic_string_view/operations/find/char/2.cc:
2585         Likewise.
2586         * unittests/basic_string_view/operations/find/char/3.cc:
2587         Likewise.
2588         * unittests/basic_string_view/operations/find/char/4.cc:
2589         Likewise.
2590         * unittests/basic_string_view/operations/rfind/char/1.cc:
2591         Likewise.
2592         * unittests/basic_string_view/operations/rfind/char/2.cc:
2593         Likewise.
2594         * unittests/basic_string_view/operations/rfind/char/3.cc:
2595         Likewise.
2596         * unittests/basic_string_view/operations/substr/char/1.cc:
2597         Likewise.
2598         * unittests/basic_string_view/operators/char/2.cc: Likewise.
2599         * unittests/string_view-selftests.c: New file.
2600
2601 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2602
2603         * unittests/basic_string_view/capacity/1.cc: New file.
2604         * unittests/basic_string_view/capacity/empty_neg.cc: New file.
2605         * unittests/basic_string_view/cons/char/1.cc: New file.
2606         * unittests/basic_string_view/cons/char/2.cc: New file.
2607         * unittests/basic_string_view/cons/char/3.cc: New file.
2608         * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
2609         * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
2610         * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
2611         * unittests/basic_string_view/element_access/char/1.cc: New file.
2612         * unittests/basic_string_view/element_access/char/2.cc: New file.
2613         * unittests/basic_string_view/element_access/char/empty.cc: New file.
2614         * unittests/basic_string_view/element_access/char/front_back.cc: New file.
2615         * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
2616         * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
2617         * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
2618         * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
2619         * unittests/basic_string_view/include.cc: New file.
2620         * unittests/basic_string_view/inserters/char/1.cc: New file.
2621         * unittests/basic_string_view/inserters/char/2.cc: New file.
2622         * unittests/basic_string_view/inserters/char/3.cc: New file.
2623         * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
2624         * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
2625         * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
2626         * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
2627         * unittests/basic_string_view/literals/types.cc: New file.
2628         * unittests/basic_string_view/literals/values.cc: New file.
2629         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
2630         * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
2631         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
2632         * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
2633         * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
2634         * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
2635         * unittests/basic_string_view/operations/compare/char/1.cc: New file.
2636         * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
2637         * unittests/basic_string_view/operations/compare/char/2.cc: New file.
2638         * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
2639         * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
2640         * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
2641         * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
2642         * unittests/basic_string_view/operations/copy/char/1.cc: New file.
2643         * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
2644         * unittests/basic_string_view/operations/data/char/1.cc: New file.
2645         * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
2646         * unittests/basic_string_view/operations/find/char/1.cc: New file.
2647         * unittests/basic_string_view/operations/find/char/2.cc: New file.
2648         * unittests/basic_string_view/operations/find/char/3.cc: New file.
2649         * unittests/basic_string_view/operations/find/char/4.cc: New file.
2650         * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
2651         * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
2652         * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
2653         * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
2654         * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
2655         * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
2656         * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
2657         * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
2658         * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
2659         * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
2660         * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
2661         * unittests/basic_string_view/operations/substr/char/1.cc: New file.
2662         * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
2663         * unittests/basic_string_view/operators/char/2.cc: New file.
2664         * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
2665         * unittests/basic_string_view/range_access/char/1.cc: New file.
2666         * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
2667         * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
2668         * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
2669         * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
2670         * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
2671         * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
2672         * unittests/basic_string_view/requirements/typedefs.cc: New file.
2673         * unittests/basic_string_view/typedefs.cc: New file.
2674         * unittests/basic_string_view/types/1.cc: New file.
2675
2676 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2677
2678         * common/gdb_string_view.h: Remove libstdc++ implementation
2679         details, adjust to gdb reality.
2680         * common/gdb_string_view.tcc: Likewise.
2681         * cli/cli-script.c (struct string_view): Remove.
2682         (user_args) <m_args>: Change element type to gdb::string_view.
2683         (user_args::insert_args): Adjust.
2684
2685 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2686
2687         * common/gdb_string_view.h: New file.
2688         * common/gdb_string_view.tcc: New file.
2689
2690 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2691
2692         * ax_cxx_compile_stdcxx.m4: Sync with upstream.
2693         * configure: Re-generate.
2694
2695 2018-04-09  Pedro Alves  <palves@redhat.com>
2696
2697         * gdbarch.sh: Include "observable.h" instead of "observer.h".
2698         (set_target_gdbarch): Call
2699         gdb::observers::architecture_changed.notify instead of
2700         observer_notify_architecture_changed.
2701
2702 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2703
2704         * tracepoint.c (struct current_traceframe_cleanup): Remove.
2705         (do_restore_current_traceframe_cleanup): Remove.
2706         (restore_current_traceframe_cleanup_dtor): Remove.
2707         (make_cleanup_restore_current_traceframe): Remove.
2708         (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
2709         New.
2710         * tracepoint.h (struct scoped_restore_current_traceframe): New.
2711         * infrun.c (fetch_inferior_event): Use
2712         scoped_restore_current_traceframe.
2713
2714 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2715
2716         * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
2717         Remove.
2718         <n_allocated_type_units>: Remove.
2719         <all_type_units>: Change to std::vector.
2720         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
2721         to std::vector change.
2722         (dwarf2_per_objfile::get_cutu): Likewise.
2723         (dwarf2_per_objfile::get_tu): Likewise.
2724         (create_signatured_type_table_from_index): Likewise.
2725         (create_signatured_type_table_from_debug_names): Likewise.
2726         (dw2_symtab_iter_next): Likewise.
2727         (dw2_print_stats): Likewise.
2728         (dw2_expand_all_symtabs): Likewise.
2729         (dw2_expand_marked_cus): Likewise.
2730         (dw2_debug_names_iterator::next): Likewise.
2731         (dwarf2_initialize_objfile): Likewise.
2732         (add_signatured_type_cu_to_table): Likewise.
2733         (create_all_type_units): Likewise.
2734         (add_type_unit): Likewise.
2735         (struct tu_abbrev_offset): Add constructor.
2736         (build_type_psymtabs_1): Adjust to std::vector change.
2737         (print_tu_stats): Likewise.
2738         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
2739         (write_debug_names): Likewise.
2740
2741 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2742
2743         * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
2744         Make an std::vector.
2745         <n_comp_units>: Remove.
2746         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
2747         to std::vector change.
2748         (dwarf2_per_objfile::get_cutu): Likewise.
2749         (dwarf2_per_objfile::get_cu): Likewise.
2750         (create_cus_from_index): Likewise.
2751         (create_addrmap_from_index): Likewise.
2752         (create_addrmap_from_aranges): Likewise.
2753         (dwarf2_read_index): Likewise.
2754         (dw2_find_last_source_symtab): Likewise.
2755         (dw2_map_symtabs_matching_filename): Likewise.
2756         (dw2_symtab_iter_next): Likewise.
2757         (dw2_print_stats): Likewise.
2758         (dw2_expand_all_symtabs): Likewise.
2759         (dw2_expand_symtabs_with_fullname): Likewise.
2760         (dw2_expand_marked_cus): Likewise.
2761         (dw2_map_symbol_filenames): Likewise.
2762         (create_cus_from_debug_names): Likewise.
2763         (dwarf2_read_debug_names): Likewise.
2764         (dw2_debug_names_iterator::next): Likewise.
2765         (dwarf2_initialize_objfile): Likewise.
2766         (set_partial_user): Likewise.
2767         (dwarf2_build_psymtabs_hard): Likewise.
2768         (read_comp_units_from_section): Remove arguments, adjust to
2769         std::vector change.
2770         (create_all_comp_units): Adjust to std::vector and
2771         read_comp_units_from_section changes.
2772         (dwarf2_find_containing_comp_unit): Adjust to std::vector
2773         change.
2774         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
2775         (psyms_seen_size): Likewise.
2776         (write_gdbindex): Likewise.
2777         (write_debug_names): Likewise.
2778
2779 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2780
2781         * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
2782         with dwarf2_per_objfile.
2783         (create_cus_from_index): Likewise.
2784         (create_signatured_type_table_from_index): Likewise.
2785         (dwarf2_read_index): Likewise.
2786         (dwarf2_initialize_objfile): Likewise.
2787         (dwarf2_fetch_die_loc_sect_off):  Get dwarf2_per_objfile from
2788         per_cu rather than get_dwarf2_per_objfile.
2789
2790 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2791
2792         * dwarf2read.h (struct signatured_type): Forward declare.
2793         (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
2794         New methods.
2795         * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
2796         (dw2_get_cutu): ...this.
2797         (dwarf2_per_objfile::get_cu): Rename from...
2798         (dw2_get_cu): ...this.
2799         (dwarf2_per_objfile::get_tu): New.
2800         (create_addrmap_from_index): Adjust.
2801         (create_addrmap_from_aranges): Adjust.
2802         (dw2_find_last_source_symtab): Adjust.
2803         (dw2_map_symtabs_matching_filename): Adjust.
2804         (dw2_symtab_iter_next): Adjust.
2805         (dw2_print_stats): Adjust.
2806         (dw2_expand_all_symtabs): Adjust.
2807         (dw2_expand_symtabs_with_fullname): Adjust.
2808         (dw2_expand_marked_cus): Adjust.
2809         (dw_expand_symtabs_matching_file_matcher): Adjust.
2810         (dw2_map_symbol_filenames): Adjust.
2811         (dw2_debug_names_iterator::next): Adjust.
2812         (dwarf2_initialize_objfile): Adjust.
2813         (set_partial_user): Adjust.
2814         (dwarf2_build_psymtabs_hard): Adjust.
2815
2816 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2817
2818         * dwarf2read.c (create_signatured_type_table_from_debug_names):
2819         Remove unused variables.
2820         (dw2_map_symtabs_matching_filename): Likewise.
2821         (dwarf2_record_block_ranges): Likewise.
2822         (dwarf2_read_addr_index): Likewise.
2823         (follow_die_offset): Likewise.
2824
2825 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2826
2827         * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
2828         to symbol_file_add_main.
2829
2830 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2831
2832         PR mi/22299
2833         * mi/mi-console.c (do_fputc_async_safe): New.
2834         (mi_console_file::write_async_safe): New.
2835         (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
2836         * mi/mi-console.h (class mi_console_file) <write_async_safe>:
2837         New.
2838         * ui-file.c (ui_file::putstrn): Adjust call to
2839         fputstrn_unfiltered.
2840         * utils.c (printchar): Replace do_fputs and do_fprintf
2841         parameters by do_fputc.
2842         (fputstr_filtered): Adjust call to printchar.
2843         (fputstr_unfiltered): Likewise.
2844         (fputstrn_filtered): Likewise.
2845         (fputstrn_unfiltered): Add do_fputc parameter, pass to
2846         printchar.
2847         * utils.h (do_fputc_ftype): New typedef.
2848         (fputstrn_unfiltered): Add do_fputc parameter.
2849
2850 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2851
2852         * regformats/i386/i386-avx.dat: Remove.
2853
2854 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2855
2856         PR gdb/22979
2857         * amd64-tdep.c (amd64_none_init_abi): New function.
2858         (amd64_x32_none_init_abi): New function.
2859         (_initialize_amd64_tdep): Register handlers for x86-64 and
2860         x64_32 with GDB_OSABI_NONE.
2861         * osabi.c (gdbarch_init_osabi): Allow running handlers for the
2862         GDB_OSABI_NONE osabi.
2863
2864 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2865
2866         PR gdb/22980
2867         * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
2868         GDB_OSABI_NONE.
2869         * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
2870         * osabi.c (gdb_osabi_names): Add "unknown" entry.
2871
2872 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2873
2874         * common/byte-vector.h (char_vector): New type.
2875         * target.h (target_read_alloc): Return
2876         gdb::optional<byte_vector>.
2877         (target_read_stralloc): Return gdb::optional<char_vector>.
2878         (target_get_osdata): Return gdb::optional<char_vector>.
2879         * target.c (target_read_alloc_1): Templatize.  Replacement
2880         manual memory management with vector.
2881         (target_read_alloc): Change return type, adjust.
2882         (target_read_stralloc): Change return type, adjust.
2883         (target_get_osdata): Change return type, adjust.
2884         * auxv.c (struct auxv_info) <length>: Remove.
2885         <data>: Change type to gdb::optional<byte_vector>.
2886         (auxv_inferior_data_cleanup): Free auxv_info with delete.
2887         (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
2888         (target_auxv_search): Adjust.
2889         (fprint_target_auxv): Adjust.
2890         * avr-tdep.c (avr_io_reg_read_command): Adjust.
2891         * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
2892         (linux_make_corefile_notes): Adjust.
2893         * osdata.c (get_osdata): Adjust.
2894         * remote.c (remote_get_threads_with_qxfer): Adjust.
2895         (remote_memory_map): Adjust.
2896         (remote_traceframe_info): Adjust.
2897         (btrace_read_config): Adjust.
2898         (remote_read_btrace): Adjust.
2899         (remote_pid_to_exec_file): Adjust.
2900         * solib-aix.c (solib_aix_get_library_list): Adjust.
2901         * solib-dsbt.c (decode_loadmap): Don't free buf.
2902         (dsbt_get_initial_loadmaps): Adjust.
2903         * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
2904         * solib-target.c (solib_target_current_sos): Adjust.
2905         * tracepoint.c (sdata_make_value): Adjust.
2906         * xml-support.c (xinclude_start_include): Adjust.
2907         (xml_fetch_content_from_file): Adjust.
2908         * xml-support.h (xml_fetch_another): Change return type.
2909         (xml_fetch_content_from_file): Change return type.
2910         * xml-syscall.c (xml_init_syscalls_info): Adjust.
2911         * xml-tdesc.c (file_read_description_xml): Adjust.
2912         (fetch_available_features_from_target): Change return type.
2913         (target_fetch_description_xml): Adjust.
2914         (target_read_description_xml): Adjust.
2915
2916 2018-04-06  Tom Tromey  <tom@tromey.com>
2917
2918         * value.c (~value): Update.
2919         (struct value) <contents>: Now unique_xmalloc_ptr.
2920         (value_contents_bits_eq, allocate_value_contents)
2921         (value_contents_raw, value_contents_all_raw)
2922         (value_contents_for_printing, value_contents_for_printing_const)
2923         (set_value_enclosing_type): Update.
2924
2925 2018-04-06  Tom Tromey  <tom@tromey.com>
2926
2927         * value.c (range_s): Remove typedef, VEC.
2928         (struct range): Add operator<.
2929         (range_lessthan): Remove.
2930         (ranges_contain): Change type.
2931         (~value): Update.
2932         (struct value) <unavailable, optimized_out>: Now std::vector.
2933         (value_entirely_available)
2934         (value_entirely_covered_by_range_vector)
2935         (value_entirely_unavailable, value_entirely_optimized_out):
2936         Update.
2937         (insert_into_bit_range_vector): Change argument type.
2938         (find_first_range_overlap): Likewise.
2939         (struct ranges_and_idx, value_contents_bits_eq)
2940         (require_not_optimized_out, require_available): Update.
2941         (ranges_copy_adjusted): Change argument types.
2942         (value_optimized_out, value_copy, value_fetch_lazy): Update.
2943
2944 2018-04-06  Tom Tromey  <tom@tromey.com>
2945
2946         * value.c (~value): Update.
2947         (struct value) <parent>: Now a value_ref_ptr.
2948         (value_parent, set_value_parent, value_address, value_copy):
2949         Update.
2950
2951 2018-04-06  Tom Tromey  <tom@tromey.com>
2952
2953         * value.c (struct value): Add constructor, destructor, and member
2954         initializers.
2955         (allocate_value_lazy, value_decref): Update.
2956
2957 2018-04-06  Tom Tromey  <tom@tromey.com>
2958
2959         * value.c (struct value) <released, next>: Remove.
2960         (all_values): Now a std::vector.
2961         (allocate_value_lazy): Update.
2962         (value_next): Remove.
2963         (value_mark, value_free_to_mark, release_value)
2964         (value_release_to_mark): Update.
2965
2966 2018-04-06  Tom Tromey  <tom@tromey.com>
2967
2968         * value.h (fetch_subexp_value, value_release_to_mark): Update.
2969         (free_value_chain): Remove.
2970         * value.c (free_value_chain): Remove.
2971         (value_release_to_mark): Return a std::vector.
2972         * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
2973         std::vector.
2974         (check_condition): Update.
2975         * eval.c (fetch_subexp_value): Change "val_chain" to a
2976         std::vector.
2977         * breakpoint.c (update_watchpoint): Update.
2978         (can_use_hardware_watchpoint): Change "vals" to a std::vector.
2979
2980 2018-04-06  Tom Tromey  <tom@tromey.com>
2981
2982         * value.h (free_all_values): Remove.
2983         * value.c (free_all_values): Remove.
2984
2985 2018-04-06  Tom Tromey  <tom@tromey.com>
2986
2987         * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
2988         (value_history_chain, value_history_count): Remove.
2989         (value_history): New global.
2990         (record_latest_value, access_value_history, show_values)
2991         (preserve_values): Update.
2992
2993 2018-04-06  Tom Tromey  <tom@tromey.com>
2994
2995         * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
2996         * varobj.c (varobj_set_display_format, varobj_set_value)
2997         (install_default_visualizer, construct_visualizer)
2998         (install_new_value, ~varobj, varobj_get_value_type)
2999         (my_value_of_variable, varobj_editable_p): Update.
3000         * c-varobj.c (c_describe_child, c_value_of_variable)
3001         (cplus_number_of_children, cplus_describe_child): Update.
3002         * ada-varobj.c (ada_number_of_children, ada_name_of_child)
3003         (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
3004         (ada_value_of_variable, ada_value_is_changeable_p): Update.
3005
3006 2018-04-06  Tom Tromey  <tom@tromey.com>
3007
3008         * printcmd.c (last_examine_address): Change type to
3009         value_ref_ptr.
3010         (do_examine, x_command): Update.
3011
3012 2018-04-06  Tom Tromey  <tom@tromey.com>
3013
3014         * value.c (release_value): Update.
3015         * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
3016         (struct bpstats) <val>: Now a value_ref_ptr.
3017         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
3018         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
3019         (~watchpoint, print_it_watchpoint, watch_command_1)
3020         (invalidate_bp_value_on_memory_change): Update.
3021
3022 2018-04-06  Tom Tromey  <tom@tromey.com>
3023
3024         * varobj.c (varobj_clear_saved_item)
3025         (update_dynamic_varobj_children, install_new_value, ~varobj):
3026         Update.
3027         * value.h (value_incref): Move declaration earlier.
3028         (value_decref): Rename from value_free.
3029         (struct value_ref_policy): New.
3030         (value_ref_ptr): New typedef.
3031         (struct value_deleter): Remove.
3032         (gdb_value_up): Remove typedef.
3033         (release_value): Change return type.
3034         (release_value_or_incref): Remove.
3035         * value.c (set_value_parent): Update.
3036         (value_incref): Change return type.
3037         (value_decref): Rename from value_free.
3038         (value_free_to_mark, free_all_values, free_value_chain): Update.
3039         (release_value): Return value_ref_ptr.
3040         (release_value_or_incref): Remove.
3041         (record_latest_value, set_internalvar, clear_internalvar):
3042         Update.
3043         * stack.c (info_frame_command): Don't call value_free.
3044         * python/py-value.c (valpy_dealloc, valpy_new)
3045         (value_to_value_object): Update.
3046         * printcmd.c (do_examine): Update.
3047         * opencl-lang.c (lval_func_free_closure): Update.
3048         * mi/mi-main.c (register_changed_p): Don't call value_free.
3049         * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
3050         * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
3051         * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
3052         value_free.
3053         * guile/scm-value.c (vlscm_free_value_smob)
3054         (vlscm_scm_from_value): Update.
3055         * frame.c (frame_register_unwind, frame_unwind_register_signed)
3056         (frame_unwind_register_unsigned, get_frame_register_bytes)
3057         (put_frame_register_bytes): Don't call value_free.
3058         * findvar.c (address_from_register): Don't call value_free.
3059         * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
3060         * dwarf2loc.c (entry_data_value_free_closure)
3061         (value_of_dwarf_reg_entry, free_pieced_value_closure)
3062         (dwarf2_evaluate_loc_desc_full): Update.
3063         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
3064         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
3065         (~watchpoint, watch_command_1)
3066         (invalidate_bp_value_on_memory_change): Update.
3067         * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
3068
3069 2018-04-06  Simon Marchi  <simon.marchi@polymtl.ca>
3070
3071         PR gdb/23022
3072         * warning.m4: Add -Wno-error=deprecated-register.
3073         * configure: Re-generate.
3074
3075 2018-04-05  Tom Tromey  <tom@tromey.com>
3076
3077         * linespec.h: Remove include of "vec.h".
3078
3079 2018-04-05  Tom Tromey  <tom@tromey.com>
3080
3081         * linespec.c (typep): Remove typedef.
3082         (find_methods, find_superclass_methods): Take a std::vector.
3083         (find_method): Use std::vector.
3084
3085 2018-04-05  Tom Tromey  <tom@tromey.com>
3086
3087         * utils.c (compare_strings): Remove.
3088         * utils.h (compare_strings): Remove.
3089         * objc-lang.h (find_imps): Update.
3090         * objc-lang.c (find_methods): Take a std::vector.
3091         (uniquify_strings, find_imps): Likewise.
3092         * linespec.c (find_methods): Take a std::vector.
3093         (decode_objc): Use std::vector.
3094         (add_all_symbol_names_from_pspace, find_superclass_methods): Take
3095         a std::vector.
3096         (find_method, find_function_symbols): Use std::vector.
3097
3098 2018-04-05  Tom Tromey  <tom@tromey.com>
3099
3100         * completer.c (completion_tracker::completion_tracker): Remove
3101         cast.
3102         (completion_tracker::discard_completions): Likewise.
3103         * breakpoint.c (ambiguous_names_p): Remove cast.
3104         * ada-lang.c (_initialize_ada_language): Remove cast.
3105         * utils.h (streq): Update.
3106         (streq_hash): Add new declaration.
3107         * utils.c (streq): Return bool.
3108         (streq_hash): New function.
3109
3110 2018-04-05  Tom Tromey  <tom@tromey.com>
3111
3112         * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
3113         Remove a string copy.
3114
3115 2018-04-05  Tom Tromey  <tom@tromey.com>
3116
3117         * linespec.c (filter_results): Use std::vector.
3118         (decode_line_2, decode_line_full): Update.
3119
3120 2018-04-05  Tom Tromey  <tom@tromey.com>
3121
3122         * linespec.c (canonical_to_fullform): Return std::string.
3123         (filter_results): Update.
3124         (struct decode_line_2_item): Add constructor.
3125         <fullform, displayform>: Now std::string.
3126         (decode_line_2_compare_items): Now a std::sort comparator.
3127         (decode_line_2): Update.
3128
3129 2018-04-05  Tom Tromey  <tom@tromey.com>
3130
3131         * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
3132         (unexpected_linespec_error): Update.
3133         (linespec_parse_basic, parse_linespec): Update.
3134
3135 2018-04-05  Tom Tromey  <tom@tromey.com>
3136
3137         * linespec.c (linespec_parse_basic): Reindent.
3138
3139 2018-04-05  Tom Tromey  <tom@tromey.com>
3140
3141         * minsyms.h (iterate_over_minimal_symbols): Update.
3142         * minsyms.c (iterate_over_minimal_symbols): Take a
3143         gdb::function_view.
3144         * linespec.c (struct collect_minsyms): Remove.
3145         (compare_msyms): Now a std::sort comparator.
3146         (add_minsym): Add parameters.
3147         (search_minsyms_for_name): Update.  Use std::vector.
3148
3149 2018-04-03  Tom Tromey  <tom@tromey.com>
3150
3151         * mipsread.c (read_alphacoff_dynamic_symtab): Use
3152         gdb::byte_vector.
3153
3154 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
3155
3156         * MAINTAINERS (Write After Approval): Add Weimin Pan.
3157
3158 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
3159
3160         PR gdb/16959
3161         * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
3162         printing static type.
3163
3164 2018-04-01  Tom Tromey  <tom@tromey.com>
3165
3166         * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
3167         (rs6000_xfer_shared_libraries): Update.
3168
3169 2018-04-01  Simon Marchi  <simon.marchi@polymtl.ca>
3170
3171         * common/gdb_vecs.h (char_ptr): Remove.
3172         * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
3173
3174 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
3175
3176         * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
3177         with std::vector.
3178         * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
3179
3180 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
3181
3182         * tracepoint.h (struct uploaded_tp): Initialize fields.
3183         <actions, step_actions, cmd_strings>: Change type to
3184         std::vector<char *>.
3185         * tracepoint.c (get_uploaded_tp): Allocate with new.
3186         (free_uploaded_tps): Free with delete.
3187         (parse_tracepoint_definition): Adjust to std::vector change.
3188         * breakpoint.c (read_uploaded_action): Likewise.
3189         (create_tracepoint_from_upload): Likewise.
3190         * ctf.c (ctf_write_uploaded_tp): Likewise.
3191         (SET_ARRAY_FIELD): Likewise.
3192         * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
3193
3194 2018-03-30  Tom Tromey  <tom@tromey.com>
3195
3196         * solib-svr4.c (lm_info_read): Use gdb::byte_vector.  Return
3197         std::unique_ptr.
3198         (svr4_keep_data_in_core): Update.
3199         (svr4_read_so_list): Update.
3200
3201 2018-03-30  Tom Tromey  <tom@tromey.com>
3202
3203         * windows-nat.c (handle_output_debug_string, handle_exception):
3204         Update.
3205         * target.h (target_read_string): Update.
3206         * target.c (target_read_string): Change "string" to
3207         unique_xmalloc_ptr.
3208         * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
3209         Update.
3210         * solib-frv.c (frv_current_sos): Update.
3211         * solib-dsbt.c (dsbt_current_sos): Update.
3212         * solib-darwin.c (darwin_current_sos): Update.
3213         * linux-thread-db.c (inferior_has_bug): Update.
3214         * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
3215         Update.  Remove alloca.
3216         * ada-lang.c (ada_main_name): Update.
3217
3218 2018-03-30  Tom Tromey  <tom@tromey.com>
3219
3220         * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
3221         (struct dwo_file_deleter): New.
3222         (dwo_file_up): New typedef.
3223         (open_and_init_dwo_file): Use dwo_file_up.
3224         (free_dwo_file_cleanup): Remove.
3225
3226 2018-03-30  Tom Tromey  <tom@tromey.com>
3227
3228         * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
3229         (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
3230
3231 2018-03-30  Tom Tromey  <tom@tromey.com>
3232
3233         * dwarf2read.c (class free_cached_comp_units): New class.
3234         (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
3235         (free_cached_comp_units): Remove function.
3236
3237 2018-03-30  Tom Tromey  <tom@tromey.com>
3238
3239         * utils.h (make_cleanup_unpush_target): Remove.
3240         * inf-ptrace.c (struct target_unpusher): New.
3241         (target_unpush_up) New typedef.
3242         (inf_ptrace_create_inferior, inf_ptrace_attach): Use
3243         target_unpush_up.
3244         * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
3245
3246 2018-03-27  Tom Tromey  <tom@tromey.com>
3247
3248         * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
3249
3250 2018-03-27  Pedro Alves  <palves@redhat.com>
3251             Tom Tromey  <tom@tromey.com>
3252
3253         * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
3254         destructor.  Now a class.
3255         (gdb_readline_wrapper_cleanup): Remove function.
3256         (gdb_readline_wrapper): Remove cleanups.
3257
3258 2018-03-27  Tom Tromey  <tom@tromey.com>
3259
3260         * typeprint.h (struct type_print_options) <local_typedefs,
3261         global_typedefs>: Remove "struct" keyword.
3262         (class typedef_hash_table): New class.
3263         (recursively_update_typedef_hash, add_template_parameters)
3264         (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
3265         (find_typedef_in_hash): Don't declare.
3266         * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
3267         (typedef_hash_table::recursively_update): Rename from
3268         recursively_update_typedef_hash.  Now a member.
3269         (typedef_hash_table::add_template_parameters): Rename from
3270         add_template_parameters.  Now a member.
3271         (typedef_hash_table::typedef_hash_table): Now a constructor;
3272         rename from create_typedef_hash.
3273         (typedef_hash_table::~typedef_hash_table): Now a destructor;
3274         rename from free_typedef_hash.
3275         (do_free_typedef_hash, make_cleanup_free_typedef_hash)
3276         (do_free_global_table): Remove.
3277         (typedef_hash_table::typedef_hash_table): New constructor; renamed
3278         from copy_type_recursive.
3279         (create_global_typedef_table): Remove.
3280         (typedef_hash_table::find_global_typedef): Now a member of
3281         typedef_hash_table.
3282         (typedef_hash_table::find_typedef): Rename from
3283         find_typedef_in_hash; now a member.
3284         (whatis_exp): Update.
3285         * extension.h (struct ext_lang_type_printers): Add constructor and
3286         destructor.
3287         (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
3288         declare.
3289         * extension.c (ext_lang_type_printers::ext_lang_type_printers):
3290         Now a constructor; rename from start_ext_lang_type_printers.
3291         (ext_lang_type_printers): Now a destructor; rename from
3292         free_ext_lang_type_printers.
3293         * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
3294         Update.
3295         (c_type_print_base_struct_union): Update.  Remove cleanups.
3296
3297 2018-03-27  Tom Tromey  <tom@tromey.com>
3298
3299         * dwarf-index-write.c: Include <cmath>.
3300
3301 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3302
3303         * NEWS: Add entry describing new "set|show varsize-limit" command.
3304         * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
3305         command.
3306         * printcmd.c (_initialize_printcmd): Add "set var" alias of
3307         "set variable".
3308
3309 2018-03-27  Simon Marchi  <simon.marchi@ericsson.com>
3310
3311         * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
3312         dwarf-index-write.c
3313         (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
3314         * dwarf-index-common.c: New file.
3315         * dwarf-index-common.h: New file.
3316         * dwarf-index-write.c: New file.
3317         * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
3318         (struct dwarf2_section_info): Move from here.
3319         (dwarf2_section_info_def): Likewise.
3320         (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
3321         (offset_type): Likewise.
3322         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
3323         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
3324         (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
3325         (byte_swap): Likewise.
3326         (MAYBE_SWAP): Likewise.
3327         (dwarf2_per_cu_ptr): Likewise.
3328         (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
3329         (struct tu_stats): Likewise.
3330         (struct dwarf2_per_objfile): Likewise.
3331         (struct dwarf2_per_cu_data): Likewise.
3332         (struct signatured_type): Likewise.
3333         (sig_type_ptr): Likewise.
3334         (DEF_VEC_P (sig_type_ptr)): Likewise.
3335         (INDEX4_SUFFIX): Likewise.
3336         (INDEX5_SUFFIX): Likewise.
3337         (DEBUG_STR_SUFFIX): Likewise.
3338         (dwarf2_read_section): Make non-static.
3339         (mapped_index_string_hash): Move from here.
3340         (dwarf5_djb_hash): Likewise.
3341         (file_write): Likewise.
3342         (class data_buf): Likewise.
3343         (struct symtab_index_entry): Likewise.
3344         (struct mapped_symtab): Likewise.
3345         (find_slot): Likewise.
3346         (hash_expand): Likewise.
3347         (add_index_entry): Likewise.
3348         (uniquify_cu_indices): Likewise.
3349         (class c_str_view): Likewise.
3350         (class c_str_view_hasher): Likewise.
3351         (class vector_hasher): Likewise.
3352         (write_hash_table): Likewise.
3353         (psym_index_map): Likewise.
3354         (struct addrmap_index_data): Likewise.
3355         (add_address_entry): Likewise.
3356         (add_address_entry_worker): Likewise.
3357         (write_address_map): Likewise.
3358         (symbol_kind): Likewise.
3359         (write_psymbols): Likewise.
3360         (struct signatured_type_index_data): Likewise.
3361         (write_one_signatured_type): Likewise.
3362         (recursively_count_psymbols): Likewise.
3363         (recursively_write_psymbols): Likewise.
3364         (class debug_names): Likewise.
3365         (check_dwarf64_offsets): Likewise.
3366         (psyms_seen_size): Likewise.
3367         (write_gdbindex): Likewise.
3368         (write_debug_names): Likewise.
3369         (assert_file_size): Likewise.
3370         (write_psymtabs_to_index): Likewise.
3371         (save_gdb_index_command): Likewise.
3372         (_initialize_dwarf2_read): Don't register the "save gdb-index"
3373         command.
3374         * dwarf2read.h: New file.
3375
3376 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3377
3378         PR gdb/22670
3379         * dwarf2read.c (dwarf2_physname): Do not return the demangled
3380         symbol name if the CU's language stores symbol names in linkage
3381         format.
3382         * language.h (struct language_defn)
3383         <la_store_sym_names_in_linkage_form_p>: New field.  Adjust
3384         all instances of this struct.
3385
3386 2018-03-26  Tom Tromey  <tom@tromey.com>
3387
3388         * stack.c (backtrace_command_1): Remove verbose code.
3389
3390 2018-03-26  Tom Tromey  <tom@tromey.com>
3391
3392         * python/py-framefilter.c (py_print_type): Don't catch
3393         exceptions.  Return void.
3394         (py_print_value): Likewise.
3395         (py_print_single_arg): Likewise.
3396         (enumerate_args): Don't catch exceptions.
3397         (py_print_args): Likewise.
3398         (py_print_frame): Likewise.
3399         (gdbpy_apply_frame_filter): Catch exceptions here.
3400
3401 2018-03-26  Tom Tromey  <tom@tromey.com>
3402
3403         * stack.c (_initialize_stack): Remove trailing newlines from help
3404         text.  Add "Usage" line to "backtrace" help.
3405
3406 2018-03-26  Tom Tromey  <tom@tromey.com>
3407
3408         PR python/16486:
3409         * python/py-framefilter.c (py_print_args): Call wrap_hint.
3410
3411 2018-03-26  Tom Tromey  <tom@tromey.com>
3412
3413         * python/py-framefilter.c (py_print_single_arg): Return
3414         EXT_LANG_BT_ERROR from catch.
3415
3416 2018-03-26  Tom Tromey  <tom@tromey.com>
3417
3418         PR backtrace/15584:
3419         * stack.c (backtrace_command_1): Move some code into no-filters
3420         "if".
3421
3422 2018-03-26  Tom Tromey  <tom@tromey.com>
3423
3424         * python/py-framefilter.c (throw_quit_or_print_exception): New
3425         function.
3426         (gdbpy_apply_frame_filter): Use it.
3427
3428 2018-03-26  Tom Tromey  <tom@tromey.com>
3429
3430         PR cli/17716:
3431         * python/py-framefilter.c (py_print_type, py_print_value)
3432         (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
3433         RETURN_MASK_ERROR.
3434
3435 2018-03-26  Tom Tromey  <tom@tromey.com>
3436
3437         * python/py-framefilter.c (enumerate_args): Use
3438         gdb::unique_xmalloc_ptr.
3439
3440 2018-03-26  Tom Tromey  <tom@tromey.com>
3441
3442         * python/py-framefilter.c (py_print_frame): Return
3443         EXT_LANG_BT_OK.
3444         (gdbpy_apply_frame_filter): Update comment.
3445         * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
3446         Remove.
3447         <EXT_LANG_BT_NO_FILTERS>: Change value.
3448
3449 2018-03-26  Tom Tromey  <tom@tromey.com>
3450
3451         PR backtrace/15582:
3452         * stack.c (backtrace_command): Parse "hide" argument.
3453         * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
3454         * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
3455         constant.
3456
3457 2018-03-26  Tom Tromey  <tom@tromey.com>
3458
3459         * stack.c (backtrace_command_1): Remove "show_locals" parameter,
3460         add "flags".
3461         (backtrace_command): Remove "fulltrace", add "flags".
3462
3463 2018-03-26  Tom Tromey  <tom@tromey.com>
3464
3465         * stack.c (backtrace_command): Rewrite command line parsing.
3466
3467 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
3468
3469         * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
3470
3471 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
3472
3473         * filename-seen-cache.h: Add include guard.
3474
3475 2018-03-26  Keith Seitz  <keiths@redhat.com>
3476
3477         * symfile.c (place_section): Remove "struct" from section_addr_info
3478         in comment.
3479         * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
3480         "struct" keyword from section_addr_info.
3481
3482 2018-03-26  Alan Hayward  <alan.hayward@arm.com>
3483
3484         * regformats/regdef.h (reg): Add constructors.
3485
3486 2018-03-25  Pedro Alves  <palves@redhat.com>
3487
3488         * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
3489         if then/else bodies in var_func_name extraction.
3490
3491 2018-03-23  Weimin Pan  <weimin.pan@oracle.com>
3492
3493         * minsyms.c (lookup_minimal_symbol_and_objfile): Use
3494         lookup_minimal_symbol() to find symbol entry.
3495         * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
3496
3497 2018-03-23  Keith Seitz  <keiths@redhat.com>
3498
3499         PR c++/22968
3500         * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
3501         nested type definitions for C++, too.
3502
3503 2018-03-23  Tom Tromey  <tom@tromey.com>
3504
3505         * machoread.c (struct oso_el): Add a constructor.  Don't define as
3506         a typedef.
3507         (macho_register_oso): Remove.
3508         (macho_symtab_read): Take a std::vector.
3509         (oso_el_compare_name): Now a std::sort comparator.
3510         (macho_symfile_read_all_oso): Take a std::vector.
3511         (macho_symfile_read): Use std::vector.  Remove cleanups.
3512
3513 2018-03-22  Tom Tromey  <tom@tromey.com>
3514
3515         * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
3516         (record_full_goto_bookmark): Use std::string.
3517
3518 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
3519
3520         PR tdep/18295
3521         * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
3522         a single mask.
3523
3524 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
3525
3526         * rs6000-tdep.c (store_insn_p): New function.
3527         (skip_prologue): New variable alloca_reg_offset. Set lr_reg
3528         and cr_reg to their unshifted values. Use store_insn_p to
3529         match LR saves using either R1 or fdata->alloca_reg. Use
3530         store_insn_p to match CR saves. Set alloca_reg_offset
3531         when alloca_reg and framep are set. Remove lr_reg shift
3532         when assigning to fdata->lr_register.
3533
3534 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3535
3536         * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
3537         command line args instead of emitting a warning.
3538
3539 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
3540
3541         * tracepoint.h (struct static_tracepoint_marker): Initialize
3542         fields, define default constructor, move constructor and move
3543         assignment, disable the rest.
3544         <str_id, extra>: Make std::string.
3545         (release_static_tracepoint_marker): Remove.
3546         (free_current_marker): Remove.
3547         * tracepoint.c (free_current_marker): Remove.
3548         (parse_static_tracepoint_marker_definition): Adjust to
3549         std::string, use new hex2str overload.
3550         (release_static_tracepoint_marker): Remove.
3551         (print_one_static_tracepoint_marker): Get marker by reference
3552         and adjust to std::string.
3553         (info_static_tracepoint_markers_command): Adjust to std::vector
3554         changes
3555         * target.h (static_tracepoint_marker_p): Remove typedef.
3556         (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
3557         (struct target_ops) <to_static_tracepoint_marker_at>: Return
3558         bool.
3559         <to_static_tracepoint_markers_by_strid>: Return std::vector.
3560         * target-debug.h
3561         (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
3562         (target_debug_print_std_vector_static_tracepoint_marker): New.
3563         (target_debug_print_struct_static_tracepoint_marker_p): Rename
3564         to...
3565         (target_debug_print_static_tracepoint_marker_p): ... this.
3566         * target-delegates.c: Re-generate.
3567         * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
3568         Make std::string.
3569         * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
3570         (decode_static_tracepoint_spec): Adjust to std::vector.
3571         (tracepoint_print_one_detail): Adjust to std::string.
3572         (strace_marker_decode_location): Adjust to std::string.
3573         (update_static_tracepoint): Adjust to std::string, remove call
3574         to release_static_tracepoint_marker.
3575         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3576         Adjust to std::vector.
3577         * remote.c (remote_static_tracepoint_marker_at): Return bool.
3578         (remote_static_tracepoint_markers_by_strid): Adjust to
3579         std::vector.
3580         * common/rsp-low.h (hex2str): New overload with explicit count
3581         of bytes.
3582         * common/rsp-low.c (hex2str): New overload with explicit count
3583         of bytes.
3584         * unittests/rsp-low-selftests.c (test_hex2str): New function.
3585         (_initialize_rsp_low_selftests): Add test_hex2str test.
3586         * unittests/tracepoint-selftests.c
3587         (test_parse_static_tracepoint_marker_definition): Adjust to
3588         std::string.
3589
3590 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
3591
3592         * tracepoint.c (parse_static_tracepoint_marker_definition):
3593         Consider case where the definition is followed by more
3594         definitions.
3595         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3596         tracepoint-selftests.c.
3597         * unittests/tracepoint-selftests.c: New.
3598
3599 2018-03-21  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
3600
3601         * MAINTAINERS (Write After Approval): Add Pedro Franco de
3602         Carvalho.
3603
3604 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
3605
3606         * symtab.c (find_pc_sect_line): fixed indentation.
3607
3608 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
3609
3610         * symtab.c (find_pc_sect_line): now uses binary search.
3611
3612 2018-03-19  Tom Tromey  <tom@tromey.com>
3613
3614         * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
3615         "IDENT" production.
3616
3617 2018-03-19  Pedro Alves  <palves@redhat.com>
3618             Tom Tromey  <tom@tromey.com>
3619
3620         * unittests/observable-selftests.c: New file.
3621         * common/observable.h: New file.
3622         * observable.h: New file.
3623         * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
3624         arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
3625         breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
3626         corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
3627         extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
3628         infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
3629         linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
3630         mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
3631         ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
3632         python/py-breakpoint.c, python/py-finishbreakpoint.c,
3633         python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
3634         record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
3635         riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
3636         spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
3637         symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
3638         tui/tui-interp.c, valops.c: Update all users.
3639         * tui/tui-hooks.c (tui_bp_created_observer)
3640         (tui_bp_deleted_observer, tui_bp_modified_observer)
3641         (tui_inferior_exit_observer, tui_before_prompt_observer)
3642         (tui_normal_stop_observer, tui_register_changed_observer):
3643         Remove.
3644         (tui_observers_token): New global.
3645         (attach_or_detach, tui_attach_detach_observers): New functions.
3646         (tui_install_hooks, tui_remove_hooks): Use
3647         tui_attach_detach_observers.
3648         * record-btrace.c (record_btrace_thread_observer): Remove.
3649         (record_btrace_thread_observer_token): New global.
3650         * observer.sh: Remove.
3651         * observer.c: Rename to observable.c.
3652         * observable.c (namespace gdb_observers): Define new objects.
3653         (observer_debug): Move into gdb_observers namespace.
3654         (struct observer, struct observer_list, xalloc_observer_list_node)
3655         (xfree_observer_list_node, generic_observer_attach)
3656         (generic_observer_detach, generic_observer_notify): Remove.
3657         (_initialize_observer): Update.
3658         Don't include observer.inc.
3659         * Makefile.in (generated_files): Remove observer.h, observer.inc.
3660         (clean mostlyclean): Likewise.
3661         (observer.h, observer.inc): Remove targets.
3662         (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
3663         (COMMON_SFILES): Use observable.c, not observer.c.
3664         * .gitignore: Remove observer.h.
3665
3666 2018-03-18  Tom Tromey  <tom@tromey.com>
3667
3668         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
3669         gdb::def_vector.
3670         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
3671
3672 2018-03-17  Tom Tromey  <tom@tromey.com>
3673
3674         * auto-load.c (auto_load_objfile_script_1): Use std::string.
3675
3676 2018-03-17  Tom Tromey  <tom@tromey.com>
3677
3678         * target.c (class scoped_target_fd): New.
3679         (target_fileio_close_cleanup): Remove.
3680         (target_fileio_read_alloc_1): Use scoped_target_fd.
3681
3682 2018-03-16  Simon Marchi  <simon.marchi@polymtl.ca>
3683
3684         * silent-rules.mk: New.
3685         * Makefile.in: Include silent-rules.mk
3686         (srcdir, VPATH, top_srcdir): Move up.
3687         (COMPILE): Add ECHO_CXX.
3688         (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
3689         (init.c): Add ECHO_INIT_C.
3690         (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
3691         (version.c): Add ECHO_GEN.
3692         (printcmd.o): Add ECHO_CXX.
3693         (target-float.o): Add ECHO_CXX.
3694         (ada-exp.o): Add ECHO_CXX.
3695         (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
3696         (insight$(EXEEXT)): Add ECHO_CXXLD.
3697         * gnulib/configure.ac: Add AM_SILENT_RULES.
3698         * gnulib/aclocal.m4: Re-generate.
3699         * gnulib/configure: Re-generate.
3700         * gnulib/import/Makefile.in: Re-generate.
3701
3702 2018-03-16  Tom Tromey  <tom@tromey.com>
3703
3704         * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
3705         * utils.h (make_cleanup_free_section_addr_info): Don't declare.
3706         * utils.c (do_free_section_addr_info)
3707         (make_cleanup_free_section_addr_info): Remove.
3708         * symfile.h (struct other_sections): Add constructor.
3709         (struct section_addr_info): Remove.
3710         (section_addr_info): New typedef.
3711         (struct sym_fns) <sym_offsets>: Change type of parameter.
3712         (build_section_addr_info_from_objfile)
3713         (relative_addr_info_to_section_offsets, addr_info_make_relative)
3714         (default_symfile_offsets, symbol_file_add)
3715         (symbol_file_add_from_bfd)
3716         (build_section_addr_info_from_section_table): Update.
3717         (alloc_section_addr_info, free_section_addr_info): Don't declare.
3718         * symfile.c (alloc_section_addr_info): Remove.
3719         (build_section_addr_info_from_section_table): Change return type.
3720         Update.
3721         (build_section_addr_info_from_bfd)
3722         (build_section_addr_info_from_objfile): Likewise.
3723         (free_section_addr_info): Remove.
3724         (relative_addr_info_to_section_offsets): Change type of "addrs".
3725         (addrs_section_compar): Now a std::sort comparator.
3726         (addrs_section_sort): Change return type.
3727         (addr_info_make_relative): Change type of "addrs".  Update.
3728         (default_symfile_offsets, syms_from_objfile_1)
3729         (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
3730         (symbol_file_add_separate): Update.
3731         (symbol_file_add): Change type of "addrs".  Update.
3732         (add_symbol_file_command): Update.  Remove cleanups.
3733         * symfile-mem.c (symbol_file_add_from_memory): Update.  Remove
3734         cleanups.
3735         * symfile-debug.c (debug_sym_offsets): Change type of "info".
3736         * solib.c (solib_read_symbols): Update.
3737         * objfiles.c (objfile_relocate): Update.  Remove cleanups.
3738         * machoread.c (macho_symfile_offsets): Update.
3739         * jit.c (jit_bfd_try_read_symtab): Update.
3740
3741 2018-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
3742
3743         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3744         unittests/utils-selftests.c.
3745         * unittests/utils-selftests.c: New file.
3746
3747 2018-03-14  Tom Tromey  <tom@tromey.com>
3748
3749         PR cli/14977:
3750         * printcmd.c (printf_c_string, printf_wide_c_string): Special case
3751         for NULL.
3752
3753 2018-03-14  Tom Tromey  <tom@tromey.com>
3754
3755         PR cli/19918:
3756         * printcmd.c (printf_pointer): Allow "-" in format.
3757
3758 2018-03-14  Tom Tromey  <tom@tromey.com>
3759
3760         * printcmd.c (_initialize_printcmd): Add usage to printf.
3761
3762 2018-03-14  Yao Qi  <qiyao@sourceware.org>
3763
3764         * MAINTAINERS: Update my email address.
3765
3766 2018-03-13  Tom Tromey  <tom@tromey.com>
3767
3768         * machoread.c (macho_check_dsym): Change filenamep to a
3769         std::string*.
3770         (macho_symfile_read): Update.
3771         * symfile.c (load_command): Use std::string.
3772
3773 2018-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
3774
3775         * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
3776         to error message string.
3777         (riscv_register_name): Use xsnprintf instead of sprintf.
3778         (riscv_insn::fetch_instruction): Use gdb_assert instead of
3779         internal_error.
3780         (riscv_print_arg_location): Use gdb_assert_not_reached instead of
3781         error.
3782         (riscv_push_dummy_call): Likewise.
3783
3784 2018-03-12  Tom Tromey  <tom@tromey.com>
3785
3786         * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
3787         Use gdb::byte_vector.
3788         * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
3789
3790 2018-03-12  Yao Qi  <yao.qi@linaro.org>
3791
3792         * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
3793         parameter type to readable_regcache.
3794         * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
3795         the declaration.
3796
3797 2018-03-11  Tom Tromey  <tom@tromey.com>
3798
3799         * dwarf2read.c (struct nextfield): Add initializers.
3800         (struct nextfnfield): Remove.
3801         (struct fnfieldlist): Add initializers.  Remove "length" and
3802         "head", use std::vector.
3803         (struct decl_field_list): Remove.
3804         (struct field_info): Add initializers.
3805         <fields, baseclasses>: Now std::vector.
3806         <nbaseclasses, nfnfields, typedef_field_list_count,
3807         nested_types_list_count>: Remove.
3808         (dwarf2_add_field, dwarf2_add_type_defn)
3809         (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
3810         (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
3811         (process_structure_scope): Update.
3812
3813 2018-03-11  Tom Tromey  <tom@tromey.com>
3814
3815         * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
3816         for use by std::sort.
3817         (build_type_psymtabs_1): Use std::vector.
3818
3819 2018-03-09  Eli Zaretskii  <eliz@gnu.org>
3820
3821         * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
3822         and LIBMPFR in the printed configuration.
3823
3824 2018-03-08  Tom Tromey  <tom@tromey.com>
3825
3826         * source.c (get_filename_and_charpos): Use scoped_fd.
3827         * nto-procfs.c (procfs_open_1): Use scoped_fd.
3828         (procfs_pidlist): Likewise.
3829         * procfs.c (proc_get_LDT_entry): Use scoped_fd.
3830         (iterate_over_mappings): Likewise.
3831
3832 2018-03-08  Tom Tromey  <tom@tromey.com>
3833
3834         * infcall.c (struct call_return_meta_info)
3835         <stack_temporaries_enabled>: Remove.
3836         (get_call_return_value, call_function_by_hand_dummy): Update.
3837         * thread.c (disable_thread_stack_temporaries): Remove.
3838         (enable_thread_stack_temporaries): Remove.
3839         (thread_stack_temporaries_enabled_p): Return bool.
3840         (push_thread_stack_temporary, value_in_thread_stack_temporaries)
3841         (get_last_thread_stack_temporary): Update.
3842         * eval.c (evaluate_subexp): Update.
3843         * gdbthread.h (class enable_thread_stack_temporaries): Now a
3844         class, not a function.
3845         (value_ptr, value_vec): Remove typedefs.
3846         (class thread_info) <stack_temporaries_enabled>: Now bool.
3847         <stack_temporaries>: Now a std::vector.
3848         (thread_stack_temporaries_enabled_p)
3849         (value_in_thread_stack_temporaries): Return bool.
3850
3851 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
3852
3853         * remote.c (putpkt_binary): Fix omitted bytes reporting.
3854         (getpkt_or_notif_sane_1): Likewise.
3855
3856 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3857
3858         * build-id.c (build_id_to_debug_bfd): Use std::string.
3859
3860 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3861
3862         * build-id.c (find_separate_debug_file_by_buildid): Return
3863         std::string.
3864         * build-id.h (find_separate_debug_file_by_buildid): Return
3865         std::string.
3866         * coffread.c (coff_symfile_read): Adjust to std::string.
3867         * elfread.c (elf_symfile_read): Adjust to std::string.
3868         * symfile.c (separate_debug_file_exists): Change parameter to
3869         std::string.
3870         (find_separate_debug_file): Return std::string.
3871         (find_separate_debug_file_by_debuglink): Return std::string.
3872         * symfile.h (find_separate_debug_file_by_debuglink): Return
3873         std::string.
3874
3875 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3876
3877         * common/xml-utils.c (xml_escape_text): Move code to...
3878         (xml_escape_text_append): ... this new function.
3879         * common/xml-utils.h (xml_escape_text_append): New declaration.
3880         * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
3881         New function.
3882         (_initialize_xml_utils): register test_xml_escape_text_append as
3883         a selftest.
3884
3885 2018-03-07  Alan Hayward  <alan.hayward@arm.com>
3886
3887         * defs.h: Remove MAX_REGISTER_SIZE.
3888         * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
3889         asserts.
3890         * python/py-unwind.c (pyuw_sniffer): Likewise.
3891
3892 2018-03-07  Tom Tromey  <tom@tromey.com>
3893
3894         * linux-tdep.c (linux_info_proc): Update.
3895         * target.h (struct target_ops) <to_fileio_readlink>: Return
3896         optional<string>.
3897         (target_fileio_readlink): Return optional<string>.
3898         * remote.c (remote_hostio_readlink): Return optional<string>.
3899         * inf-child.c (inf_child_fileio_readlink): Return
3900         optional<string>.
3901         * target.c (target_fileio_readlink): Return optional<string>.
3902
3903 2018-03-07  Andrew Burgess  <andrew.burgess@embecosm.com>
3904
3905         * regcache.c (cooked_read_test): Add riscv to the list of
3906         architectures that have a save_reggroup.
3907
3908 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3909
3910         * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
3911         value is not a dynamic class object.
3912
3913 2018-03-06  Tom Tromey  <tom@tromey.com>
3914
3915         * rust-exp.y: Formatting fixes.
3916
3917 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3918
3919         * riscv-tdep.c (riscv_register_name): Remove target description
3920         support.
3921         (riscv_gdbarch_init): Remove target description check.
3922
3923 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3924
3925         * riscv-tdep.c: Remove 'Contributed by ...' lines from header
3926         comment.
3927         * riscv-tdep.h: Likewise.
3928
3929 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3930
3931         * riscv-tdep.c (riscv_pseudo_register_read): Delete.
3932         (riscv_pseudo_register_write): Delete.
3933         (riscv_gdbarch_init): Remove all use of pseudo registers.
3934
3935 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
3936
3937         * record-btrace.c (btrace_print_lines): Replace cleanup
3938         parameter with RAII equivalents.
3939         (btrace_insn_history): Replace cleanup with RAII equivalents.
3940         * ui-out.h (make_cleanup_ui_out_list_begin_end,
3941         make_cleanup_ui_out_tuple_begin_end): Remove.
3942         * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
3943         make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
3944         make_cleanup_ui_out_list_begin_end): Remove.
3945
3946 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
3947
3948         * record-btrace.c (record_btrace_maybe_mark_async_event): Change
3949         parameter types to std::vector.  Use bool.
3950         (record_btrace_wait): Replace VEC(tp_t) with
3951         std::vector<thread_info *>.
3952         * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
3953
3954 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
3955
3956         * record-btrace.c (record_btrace_disable_callback): Remove.
3957         (struct scoped_btrace_disable): New.
3958         (record_btrace_open): Use scoped_btrace_disable.
3959
3960 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3961
3962         * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
3963         reading values from registers.
3964
3965 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3966
3967         * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
3968         where appropriate.
3969
3970 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3971
3972         * riscv-tdep.c (riscv_print_arg_location): Add header comment,
3973         change parameter type.  Use GDB's print functions, and use
3974         core_addr_to_string where appropriate.
3975         (riscv_push_dummy_call): Use core_addr_to_string where
3976         appropriate, update call to riscv_print_arg_location, and reindent
3977         a few lines.
3978         (riscv_return_value): Update call to riscv_print_arg_location.
3979
3980 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3981             Tim Newsome <tim@sifive.com>
3982             Albert Ou <a0u@eecs.berkeley.edu>
3983             Darius Rad <darius@bluespec.com>
3984
3985         * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
3986         (HFILES_NO_SRCDIR): Add riscv-tdep.h.
3987         (ALLDEPFILES): Add riscv-tdep.c
3988         * configure.tgt: Add riscv support.
3989         * riscv-tdep.c: New file.
3990         * riscv-tdep.h: New file.
3991         * NEWS: Mention new target.
3992         * MAINTAINERS: Add entry for riscv.
3993
3994 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3995
3996         * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
3997         fields within aggregates.
3998
3999 2018-03-04  Simon Marchi  <simon.marchi@polymtl.ca>
4000
4001         * record-btrace.c (btrace_print_lines): Change type of flags to
4002         gdb_disassembly_flags.
4003
4004 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
4005
4006         * fbsd-nat.c: Include "inf-ptrace.h".
4007         (USE_SIGTRAP_SIGINFO): Conditionally define.
4008         [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
4009         (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
4010         [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
4011         function.
4012         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
4013         Likewise.
4014         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
4015         Likewise.
4016         (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
4017         "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
4018         "supports_stopped_by_hw_breakpoint" target methods.
4019
4020 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
4021
4022         * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
4023         * fbsd-nat.c (debug_fbsd_nat): New variable.
4024         (show_fbsd_nat_debug): New function.
4025         (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
4026         (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
4027
4028 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
4029
4030         * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
4031         * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
4032         prototype.
4033         * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
4034         (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
4035         method.
4036
4037 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
4038
4039         * common/gdb_vecs.c (free_char_ptr_vec): Remove.
4040         * common/gdb_vecs.h (free_char_ptr_vec): Remove.
4041
4042 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
4043
4044         * charset.c (struct charset_vector): New.
4045         (charsets): Change type to charset_vector.
4046         (find_charset_names): Adjust.
4047         (add_one): Adjust.
4048         (_initialize_charset): Adjust.
4049
4050 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
4051
4052         * progspace.h (struct program_space) <deleted_solibs>: Change
4053         type to std::vector<std::string>.
4054         * progspace.c (clear_program_space_solib_cache): Adjust.
4055         * breakpoint.c (print_solib_event): Adjust.
4056         (check_status_catch_solib): Adjust.
4057         * solib.c (update_solib_list): Adjust.
4058         * ui-out.h (class ui_out) <field_string>: New overload.
4059         * ui-out.c (ui_out::field_string): New overload.
4060
4061 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
4062
4063         * progspace.h (struct program_space): Add constructor and
4064         destructor, initialize fields.
4065         (add_program_space): Remove.
4066         * progspace.c (add_program_space): Rename to...
4067         (program_space::program_space): ... this.
4068         (release_program_space): Rename to...
4069         (program_space::~program_space): ... this.
4070         (delete_program_space): Use delete to delete program_space.
4071         (initialize_progspace): Use new to allocate program_space.
4072         * inferior.c (add_inferior_with_spaces): Likewise.
4073         (clone_inferior_command): Likewise.
4074         * infrun.c (follow_fork_inferior): Likewise.
4075         (handle_vfork_child_exec_or_exit): Likewise.
4076
4077 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
4078
4079         * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
4080         (delim_string_to_char_ptr_vec): Return std::vector of
4081         gdb::unique_xmalloc_ptr.
4082         (dirnames_to_char_ptr_vec_append): Take std::vector of
4083         gdb::unique_xmalloc_ptr.
4084         (dirnames_to_char_ptr_vec): Return std::vector of
4085         gdb::unique_xmalloc_ptr.
4086         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
4087         Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
4088         (delim_string_to_char_ptr_vec): Return an std::vector of
4089         gdb::unique_xmalloc_ptr, adjust the code.
4090         (dirnames_to_char_ptr_vec_append): Take an std::vector of
4091         gdb::unique_xmalloc_ptr, adjust the code.
4092         (dirnames_to_char_ptr_vec): Return an std::vector of
4093         gdb::unique_xmalloc_ptr, adjust the code.
4094         * auto-load.c (auto_load_safe_path_vec): Change type to
4095         std::vector of gdb::unique_xmalloc_ptr.
4096         (auto_load_expand_dir_vars): Return an std::vector of
4097         gdb::unique_xmalloc_ptr, adjust the code.
4098         (auto_load_safe_path_vec_update): Adjust.
4099         (filename_is_in_auto_load_safe_path_vec): Adjust.
4100         (auto_load_objfile_script_1): Adjust.
4101         * build-id.c (build_id_to_debug_bfd): Adjust.
4102         * linux-thread-db.c (thread_db_load_search): Adjust.
4103         * source.c (add_path): Adjust.
4104         (openp): Adjust.
4105         * symfile.c (find_separate_debug_file): Adjust.
4106         * utils.c (do_free_char_ptr_vec): Remove.
4107         (make_cleanup_free_char_ptr_vec): Remove.
4108
4109 2018-03-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4110
4111         PR gdb/22907
4112         * common/pathstuff.c: Conditionally include "<windows.h>".
4113
4114 2018-03-01  Georg Sauthoff  <mail@georg.so>
4115
4116         PR gdb/22888
4117         * gcore.in: Quote variables and switch interpreter to bash.
4118
4119 2018-03-01  Tom Tromey  <tom@tromey.com>
4120
4121         * dwarf2read.c (alloc_discriminant_info): Fix default_index
4122         assertion.  Add assertion for discriminant_index.
4123         (quirk_rust_enum): Use correct base type name in univariant case.
4124
4125 2018-03-01  Simon Marchi  <simon.marchi@ericsson.com>
4126
4127         * record.c (get_call_history_modifiers): Return a
4128         record_print_flags.
4129         (cmd_record_call_history): Adjust.
4130         * record-btrace.c (record_btrace_call_history): Adjust.
4131         (record_btrace_call_history_range): Adjust.
4132         (record_btrace_call_history_from): Adjust.
4133         * target-debug.h (target_debug_print_record_print_flags): New.
4134         * target-delegates.c: Re-generate.
4135         * target.c (target_call_history): Change flags type.
4136         (target_call_history_from): Likewise.
4137         (target_call_history_range): Likewise.
4138         * target.h (struct target_ops) <target_call_history>: Likewise.
4139         (target_call_history_from): Likewise.
4140         (target_call_history_range): Likewise.
4141
4142 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4143             Simon Marchi  <simon.marchi@polymtl.ca>
4144
4145         * common/common-utils.c: Include "sys/stat.h".
4146         (is_regular_file): Move here from "source.c"; change return
4147         type to "bool".
4148         * common/common-utils.h (is_regular_file): New prototype.
4149         * common/pathstuff.c (contains_dir_separator): New function.
4150         * common/pathstuff.h (contains_dir_separator): New prototype.
4151         * source.c: Don't include "sys/stat.h".
4152         (is_regular_file): Move to "common/common-utils.c".
4153
4154 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4155
4156         * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
4157         (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
4158         * auto-load.c: Include "common/pathstuff.h".
4159         * common/common-def.h (current_directory): Move here.
4160         * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
4161         function.
4162         * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
4163         prototype.
4164         * common/pathstuff.c: New file.
4165         * common/pathstuff.h: New file.
4166         * compile/compile.c: Include "common/pathstuff.h".
4167         * defs.h (current_directory): Move to "common/common-defs.h".
4168         * dwarf2read.c: Include "common/pathstuff.h".
4169         * exec.c: Likewise.
4170         * guile/scm-safe-call.c: Likewise.
4171         * linux-thread-db.c: Likewise.
4172         * main.c: Likewise.
4173         * nto-tdep.c: Likewise.
4174         * objfiles.c: Likewise.
4175         * source.c: Likewise.
4176         * symtab.c: Likewise.
4177         * utils.c: Include "common/pathstuff.h".
4178         (gdb_realpath): Move to "common/pathstuff.c".
4179         (gdb_realpath_keepfile): Likewise.
4180         (gdb_abspath): Likewise.
4181         * utils.h (gdb_realpath): Move to "common/pathstuff.h".
4182         (gdb_realpath_keepfile): Likewise.
4183         (gdb_abspath): Likewise.
4184
4185 2018-02-28  John Baldwin  <jhb@FreeBSD.org>
4186
4187         * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
4188         wildcard process pid for super_resume for kernels with a
4189         specific bug.
4190
4191 2018-02-27  Phil Muldoon  <pmuldoon@redhat.com>
4192
4193         * compile/compile.c (get_args): Add additional comments
4194         explaining function.
4195
4196 2018-02-27  Simon Marchi  <simon.marchi@polymtl.ca>
4197             Tom Tromey  <tom@tromey.com>
4198
4199         * target.h (memory_write_request_s): Remove typedef.  Don't define
4200         VEC.
4201         (target_write_memory_blocks): Change argument to std::vector.
4202         (struct memory_write_request): Add constructor.
4203         * target-memory.c (compare_block_starting_address): Return bool.
4204         Change argument types.
4205         (claim_memory): Change arguments to use std::vector.
4206         (split_regular_and_flash_blocks, blocks_to_erase)
4207         (compute_garbled_blocks): Likewise.
4208         (cleanup_request_data, cleanup_write_requests_vector): Remove.
4209         (target_write_memory_blocks): Change argument to std::vector.
4210         * symfile.c (struct load_section_data): Add constructor and
4211         destructor.  Use std::vector for "requests".
4212         (struct load_progress_data): Add initializers.
4213         (load_section_callback): Update.  Use "new".
4214         (clear_memory_write_data): Remove.
4215         (generic_load): Update.
4216
4217 2018-02-27  Alan Hayward  <alan.hayward@arm.com>
4218
4219         * arch/aarch64.h: Use common/tdesc.h.
4220
4221 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
4222
4223         * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
4224         architecture with a 64-bit ABI.
4225
4226 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
4227
4228         * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
4229         ahead of target description loading.
4230
4231 2018-02-26  Tom Tromey  <tom@tromey.com>
4232
4233         * stack.c (backtrace_command_1): Update.
4234         * python/python-internal.h (gdbpy_apply_frame_filter): Change type
4235         of "flags".
4236         * python/py-framefilter.c (py_print_frame)
4237         (gdbpy_apply_frame_filter): Change type of "flags".
4238         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
4239         of "flags".
4240         (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
4241         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
4242         * extension.h (enum frame_filter_flag): Rename from
4243         frame_filter_flags.
4244         (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
4245         (apply_ext_lang_frame_filter): Change type of "flags".
4246         * extension.c (apply_ext_lang_frame_filter): Change type of
4247         "flags".
4248         * extension-priv.h (struct extension_language_ops)
4249         <apply_frame_filter>: Change type of "flags".
4250
4251 2018-02-26  Tom Tromey  <tom@tromey.com>
4252
4253         PR python/16497:
4254         * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag.  Fix
4255         off-by-one in py_end computation.
4256         * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
4257         PRINT_MORE_FRAMES.
4258         * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
4259         constant.
4260
4261 2018-02-26  Tom Tromey  <tom@tromey.com>
4262
4263         * dwarf2read.c (struct variant_field): New.
4264         (struct nextfield) <variant>: New field.
4265         (dwarf2_add_field): Handle DW_TAG_variant_part.
4266         (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
4267         discriminated union.
4268         (read_structure_type): Handle DW_TAG_variant_part.
4269         (handle_struct_member_die): New function, extracted from
4270         process_structure_scope.  Handle DW_TAG_variant.
4271         (process_structure_scope): Handle discriminated unions.  Call
4272         handle_struct_member_die.
4273
4274 2018-02-26  Tom Tromey  <tom@tromey.com>
4275
4276         * rust-lang.h (rust_last_path_segment): Declare.
4277         * rust-lang.c (rust_last_path_segment): Now public.  Change
4278         contract.
4279         (struct disr_info): Remove.
4280         (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
4281         (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
4282         (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
4283         (rust_enum_p, rust_enum_variant): New function.
4284         (rust_underscore_fields): Remove "offset" parameter.
4285         (rust_print_enum): New function.
4286         (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
4287         <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
4288         (rust_print_struct_def): Add "for_rust_enum" parameter.  Handle
4289         enums.
4290         (rust_internal_print_type): New function, from rust_print_type.
4291         Remove enum code.
4292         (rust_print_type): Call rust_internal_print_type.
4293         (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
4294         Update enum handling.
4295         * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
4296         (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
4297         (rust_union_quirks): New functions.
4298         (process_full_comp_unit, process_full_type_unit): Call
4299         rust_union_quirks.
4300         (process_structure_scope): Update rust_unions if necessary.
4301
4302 2018-02-26  Tom Tromey  <tom@tromey.com>
4303
4304         * value.h (value_union_variant): Declare.
4305         * valops.c (value_union_variant): New function.
4306         * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
4307         (struct discriminant_info): New.
4308         (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
4309         enumerator.
4310         (struct main_type) <flag_discriminated_union>: New field.
4311
4312 2018-02-26  Tom Tromey  <tom@tromey.com>
4313
4314         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4315         unittests/unpack-selftests.c.
4316         * unittests/unpack-selftests.c: New file.
4317         * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
4318
4319 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4320
4321         * dwarf2read.c (struct partial_die_info) <read>: New method.
4322         (read_partial_die): Remove the declaration.
4323         (load_partial_dies): Update.
4324         (partial_die_info::partial_die_info):
4325         (read_partial_die): Change it to partial_die_info::read.
4326
4327 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4328
4329         * dwarf2read.c (struct partial_die_info) <fixup>: New method.
4330         (fixup_partial_die): Remove declaration.
4331         (scan_partial_symbols): Update.
4332         (partial_die_parent_scope): Likewise.
4333         (partial_die_full_name): Likewise.
4334         (fixup_partial_die): Change it to partial_die_info::fixup.
4335
4336 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4337
4338         * dwarf2read.c (read_partial_die): Update the declaration.
4339         (load_partial_dies): Caller update.
4340         (read_partial_die): Remove one argument abbrev_len.
4341
4342 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4343
4344         * dwarf2read.c (struct partial_die_info): Add ctor, delete
4345         assignment operator.
4346         (load_partial_dies): Use ctor and copy ctor.
4347         (read_partial_die): Update.
4348         (dwarf2_cu::find_partial_die): Use ctor.
4349
4350 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4351
4352         * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
4353         (find_partial_die_in_comp_unit): Change it to
4354         dwarf2_cu::find_partial_die.
4355         (find_partial_die): Update.
4356
4357 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4358
4359         * dwarf2read.c (read_partial_die): Remove the code checking abbrev
4360         is NULL.
4361
4362 2018-02-26  Yao Qi  <yao.qi@linaro.org>
4363
4364         * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
4365
4366 2018-02-26  Alan Hayward  <alan.hayward@arm.com>
4367
4368         * arch/amd64.h: Use common/tdesc.h.
4369         * arch/i386.c: Likewise.
4370         * arch/i386.h: Likewise.
4371         * arch/tic6x.c: Likewise.
4372         * arch/tdesc.h: Move file from here...
4373         * common/tdesc.h: ...to here.
4374         * features/aarch64-core.c: Regenerate.
4375         * features/aarch64-fpu.c: Regenerate.
4376         * features/i386/32bit-avx.c: Regenerate.
4377         * features/i386/32bit-avx512.c: Regenerate.
4378         * features/i386/32bit-core.c: Regenerate.
4379         * features/i386/32bit-linux.c: Regenerate.
4380         * features/i386/32bit-mpx.c: Regenerate.
4381         * features/i386/32bit-pkeys.c: Regenerate.
4382         * features/i386/32bit-sse.c: Regenerate.
4383         * features/i386/64bit-avx.c: Regenerate.
4384         * features/i386/64bit-avx512.c: Regenerate.
4385         * features/i386/64bit-core.c: Regenerate.
4386         * features/i386/64bit-linux.c: Regenerate.
4387         * features/i386/64bit-mpx.c: Regenerate.
4388         * features/i386/64bit-pkeys.c: Regenerate.
4389         * features/i386/64bit-segments.c: Regenerate.
4390         * features/i386/64bit-sse.c: Regenerate.
4391         * features/i386/x32-core.c: Regenerate.
4392         * features/tic6x-c6xp.c: Regenerate.
4393         * features/tic6x-core.c: Regenerate.
4394         * features/tic6x-gp.c: Regenerate.
4395         * target-descriptions.c: Use common/tdesc.h.
4396         * target-descriptions.h: Likewise.
4397
4398 2018-02-24  Tom Tromey  <tom@tromey.com>
4399
4400         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4401         (try_thread_db_load_from_dir, thread_db_load_search): Use
4402         std::string.
4403         (info_auto_load_libthread_db_compare): Return bool.  Change
4404         argument types.
4405         (info_auto_load_libthread_db): Use std::vector, std::string.
4406         Remove cleanups.
4407
4408 2018-02-24  Tom Tromey  <tom@tromey.com>
4409
4410         * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
4411         std::string.
4412         * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
4413         std::string*.
4414         * gdbarch.c: Rebuild.
4415         * gdbarch.h: Rebuild.
4416         * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
4417         * arch-utils.h (default_fast_tracepoint_valid_at): Update.
4418         * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
4419         std::string*.
4420
4421 2018-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
4422
4423         * gdbtypes.h (sect_offset): Change type to uint64_t.
4424         (sect_offset_str): New function.
4425         * dwarf2read.c (create_addrmap_from_aranges): Use
4426         sect_offset_str.
4427         (error_check_comp_unit_head): Likewise.
4428         (create_debug_type_hash_table): Likewise.
4429         (read_cutu_die_from_dwo): Likewise.
4430         (init_cutu_and_read_dies): Likewise.
4431         (init_cutu_and_read_dies_no_follow): Likewise.
4432         (process_psymtab_comp_unit_reader): Likewise.
4433         (partial_die_parent_scope): Likewise.
4434         (peek_die_abbrev): Likewise.
4435         (process_queue): Likewise.
4436         (dwarf2_physname): Likewise.
4437         (read_namespace_alias): Likewise.
4438         (read_import_statement): Likewise.
4439         (create_dwo_cu_reader): Likewise.
4440         (create_cus_hash_table): Likewise.
4441         (lookup_dwo_cutu): Likewise.
4442         (inherit_abstract_dies): Likewise.
4443         (read_func_scope): Likewise.
4444         (read_call_site_scope): Likewise.
4445         (dwarf2_add_member_fn): Likewise.
4446         (read_common_block): Likewise.
4447         (read_module_type): Likewise.
4448         (read_typedef): Likewise.
4449         (read_subrange_type): Likewise.
4450         (load_partial_dies): Likewise.
4451         (read_partial_die): Likewise.
4452         (find_partial_die): Likewise.
4453         (read_str_index): Likewise.
4454         (dwarf2_string_attr): Likewise.
4455         (build_error_marker_type): Likewise.
4456         (lookup_die_type): Likewise.
4457         (dump_die_shallow): Likewise.
4458         (follow_die_ref): Likewise.
4459         (dwarf2_fetch_die_loc_sect_off): Likewise.
4460         (dwarf2_fetch_constant_bytes): Likewise.
4461         (follow_die_sig): Likewise.
4462         (get_signatured_type): Likewise.
4463         (get_DW_AT_signature_type): Likewise.
4464         (dwarf2_find_containing_comp_unit): Likewise.
4465         (set_die_type): Likewise.
4466
4467 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
4468
4469         * arch/aarch64.c: Include "common-defs.h".
4470         * arch/amd64.c: Likewise.
4471         * arch/i386.c: Likewise.
4472
4473 2018-02-21  Tom Tromey  <tom@tromey.com>
4474
4475         * value.h: (extract_field_op): Update.
4476         * eval.c (extract_field_op): Return a const char *.
4477         * expression.h (parse_expression_for_completion): Update.
4478         * completer.c (complete_expression): Update.
4479         (add_struct_fields): Make fieldname const.
4480         * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
4481         (mark_completion_tag, parse_exp_in_context_1): Update.
4482         (parse_expression_for_completion): Change "name" to
4483         unique_xmalloc_ptr*.
4484
4485 2018-02-21  Tom Tromey  <tom@tromey.com>
4486
4487         * infcall.c (call_function_by_hand_dummy): Use std::vector.
4488
4489 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4490
4491         * avr-tdep.c (avr_read_pc): Change parameter type to
4492         readable_regcache.
4493         * gdbarch.sh (read_pc): Likewise.
4494         * gdbarch.c: Re-generated.
4495         * gdbarch.h: Re-generated.
4496         * hppa-tdep.c (hppa_read_pc): Change parameter type to
4497         readable_regcache.
4498         * ia64-tdep.c (ia64_read_pc): Likewise.
4499         * mips-tdep.c (mips_read_pc): Likewise.
4500         * spu-tdep.c (spu_read_pc): Likewise.
4501
4502 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4503
4504         * Makefile.in (COMMON_SFILES): Add regcache-dump.c
4505         * regcache-dump.c: New file.
4506         * regcache.c: Move register_dump to regcache-dump.c.
4507         (maintenance_print_registers): Likewise.
4508         (maintenance_print_raw_registers): Likewise.
4509         (maintenance_print_cooked_registers): Likewise.
4510         (maintenance_print_register_groups): Likewise.
4511         (maintenance_print_remote_registers): Likewise.
4512         (_initialize_regcache): Likewise.
4513         * regcache.h (register_dump): Moved from regcache.c.
4514
4515 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4516
4517         * regcache.c (regcache::regcache): Update.
4518         (regcache::invalidate): Move it to detached_regcache::invalidate.
4519         (get_thread_arch_aspace_regcache): Update.
4520         (regcache::raw_update): Update.
4521         (regcache::cooked_read): Remove some code.
4522         (regcache::cooked_read_value): Likewise.
4523         (regcache::raw_write): Remove assert on m_readonly_p.
4524         (regcache::raw_supply_integer): Move it to
4525         detached_regcache::raw_supply_integer.
4526         (regcache::raw_supply_zeroed): Likewise.
4527         * regcache.h (detached_regcache) <raw_supply_integer>: New
4528         declaration.
4529         <raw_supply_zeroed, invalidate>: Likewise.
4530         (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
4531         <invalidate>: Likewise.
4532         <m_readonly_p>: Removed.
4533
4534 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4535
4536         * infcmd.c (get_return_value): Let stop_regs point to
4537         get_current_regcache.
4538         * regcache.c (regcache::regcache): Remove.
4539         (register_dump_reg_buffer): New class.
4540         (regcache_print): Adjust.
4541         * regcache.h (regcache): Remove constructors.
4542
4543 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4544
4545         * regcache.c (class register_dump): New class.
4546         (register_dump_regcache, register_dump_none): New class.
4547         (register_dump_remote, register_dump_groups): New class.
4548         (regcache_print): Update.
4549         * regcache.h (regcache_dump_what): Move it to regcache.c.
4550         (regcache) <dump>: Remove.
4551
4552 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4553
4554         * jit.c (struct jit_unwind_private) <regcache>: Change its type to
4555          reg_buffer_rw *.
4556         (jit_unwind_reg_set_impl): Call raw_supply.
4557         (jit_frame_sniffer): Use reg_buffer_rw.
4558         * record-full.c (record_full_core_regbuf): Change its type.
4559         (record_full_core_open_1): Use reg_buffer_rw.
4560         (record_full_close): Likewise.
4561         (record_full_core_fetch_registers): Use regcache->raw_supply.
4562         (record_full_core_store_registers): Likewise.
4563         * regcache.c (regcache::get_register_status): Move it to
4564         reg_buffer.
4565         (regcache_raw_set_cached_value): Remove.
4566         (regcache::raw_set_cached_value): Remove.
4567         (regcache::raw_write): Call raw_supply.
4568         (regcache::raw_supply): Move it to reg_buffer_rw.
4569         * regcache.h (regcache_raw_set_cached_value): Remove.
4570         (reg_buffer_rw): New class.
4571
4572 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4573
4574         * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
4575         readonly_detached_regcache.
4576         (dummy_frame_prev_register): Use regcache->cooked_read.
4577         * frame.c (frame_save_as_regcache): Change return type.
4578         (frame_pop): Update.
4579         * frame.h (frame_save_as_regcache): Update declaration.
4580         * inferior.h (get_infcall_suspend_state_regcache): Update
4581         declaration.
4582         * infrun.c (infcall_suspend_state) <registers>: use
4583         readonly_detached_regcache.
4584         (save_infcall_suspend_state): Don't use regcache_dup.
4585         (get_infcall_suspend_state_regcache): Change return type.
4586         * linux-fork.c (struct fork_info) <savedregs>: Change to
4587         readonly_detached_regcache.
4588         <pc>: New field.
4589         (fork_save_infrun_state): Don't use regcache_dup.
4590         (info_checkpoints_command): Adjust.
4591         * mi/mi-main.c (register_changed_p): Update declaration.
4592         (mi_cmd_data_list_changed_registers): Use
4593         readonly_detached_regcache.
4594         (register_changed_p): Change parameter type to
4595         readonly_detached_regcache.
4596         * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
4597         readonly_detached_regcache.
4598         (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
4599         * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
4600         New.
4601         (regcache::save): Move it to reg_buffer.
4602         (regcache::restore): Change parameter type.
4603         (regcache_dup): Remove.
4604         * regcache.h (reg_buffer) <save>: New method.
4605         (readonly_detached_regcache): New class.
4606         * spu-tdep.c (spu2ppu_cache) <regcache>: Use
4607         readonly_detached_regcache.
4608         (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
4609
4610 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4611
4612         * frame.c (frame_save_as_regcache): Use regcache method save.
4613         (frame_pop): Use regcache method restore.
4614         * infrun.c (restore_infcall_suspend_state): Likewise.
4615         * linux-fork.c (fork_load_infrun_state): Likewise.
4616         * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
4617         save.
4618         * regcache.c (regcache_save): Remove.
4619         (regcache::restore): More asserts.
4620         (regcache_cpy): Remove.
4621         * regcache.h (regcache_save): Remove the declaration.
4622         (regcache::restore): Move from private to public.
4623         Remove the friend declaration of regcache_cpy.
4624         (regcache_cpy): Remove declaration.
4625
4626 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4627
4628         * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
4629         parameter type to 'readable_regcache *'.
4630         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
4631         * arm-tdep.c (arm_neon_quad_read): Likewise.
4632         (arm_pseudo_read): Likewise.
4633         * avr-tdep.c (avr_pseudo_register_read): Likewise.
4634         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
4635         * frv-tdep.c (frv_pseudo_register_read): Likewise.
4636         * gdbarch.c: Re-generated.
4637         * gdbarch.h: Re-generated.
4638         * gdbarch.sh (pseudo_register_read): Change parameter type to
4639         'readable_regcache *'.
4640         (pseudo_register_read_value): Likewise.
4641         * h8300-tdep.c (pseudo_from_raw_register): Likewise.
4642         (h8300_pseudo_register_read): Likewise.
4643         * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
4644         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
4645         (i386_pseudo_register_read_into_value): Likewise.
4646         (i386_pseudo_register_read_value): Likewise.
4647         * i386-tdep.h (i386_pseudo_register_read_into_value): Update
4648         declaration.
4649         * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
4650         * m32c-tdep.c (m32c_raw_read): Likewise.
4651         (m32c_read_flg): Likewise.
4652         (m32c_banked_register): Likewise.
4653         (m32c_banked_read): Likewise.
4654         (m32c_sb_read): Likewise.
4655         (m32c_part_read): Likewise.
4656         (m32c_cat_read): Likewise.
4657         (m32c_r3r2r1r0_read): Likewise.
4658         (m32c_pseudo_register_read): Likewise.
4659         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
4660         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
4661         (mep_pseudo_cr64_read): Likewise.
4662         (mep_pseudo_register_read): Likewise.
4663         * mips-tdep.c (mips_pseudo_register_read): Likewise.
4664         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
4665         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
4666         * regcache.c (regcache::raw_read): Move it to readable_regcache.
4667         (regcache::cooked_read): Likewise.
4668         (regcache::cooked_read_value): Likewise.
4669         (regcache_cooked_read_signed):
4670         (regcache::cooked_read): Likewise.
4671         * regcache.h (readable_regcache): New class.
4672         (regcache): Inherit readable_regcache.  Move some methods to
4673         readable_regcache.
4674         * rl78-tdep.c (rl78_pseudo_register_read): Change
4675         parameter type to 'readable_regcache *'.
4676         * rs6000-tdep.c (do_regcache_raw_read): Remove.
4677         (e500_pseudo_register_read): Change parameter type to
4678         'readable_regcache *'.
4679         (dfp_pseudo_register_read): Likewise.
4680         (vsx_pseudo_register_read): Likewise.
4681         (efpr_pseudo_register_read): Likewise.
4682         * s390-tdep.c (s390_pseudo_register_read): Likewise.
4683         * sh-tdep.c (sh_pseudo_register_read): Likewise.
4684         * sh64-tdep.c (pseudo_register_read_portions): Likewise.
4685         (sh64_pseudo_register_read): Likewise.
4686         * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
4687         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
4688         * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
4689         (spu_pseudo_register_read): Likewise.
4690         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
4691         (xtensa_pseudo_register_read): Likewise.
4692
4693 2018-02-21  Yao Qi  <yao.qi@linaro.org>
4694
4695         * regcache.c (regcache::regcache): Call reg_buffer ctor.
4696         (regcache::arch): Move it to reg_buffer::arch.
4697         (regcache::register_buffer): Likewise.
4698         (regcache::assert_regnum): Likewise.
4699         (regcache::num_raw_registers): Likewise.
4700         * regcache.h (reg_buffer): New class.
4701         (regcache): Inherit reg_buffer.
4702
4703 2018-02-20  Simon Marchi  <simon.marchi@ericsson.com>
4704
4705         * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
4706         gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
4707
4708 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
4709
4710         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
4711
4712 2018-02-19  Alan Hayward  <alan.hayward@arm.com>
4713
4714         * Makefile.in: (COMMON_SFILES): Add common/*.c files.
4715         (SFILES): Remove common/*.c files.
4716         (COMMON_OBS): Remove some *.o files built from common/*.c files.
4717         * common/common.host: Add common reference.
4718         * configure.ac: Likewise.
4719         * configure: Regenerate.
4720
4721 2018-02-16  Yao Qi  <yao.qi@linaro.org>
4722
4723         * block.c (block_namespace_info): Inherit allocate_on_obstack.
4724         (block_initialize_namespace): Use new.
4725         * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
4726         (dwarf2_free_objfile): Use delete.
4727         * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
4728         (copy_type_recursive): Use new.
4729         * gdb_obstack.h (allocate_on_obstack): New.
4730
4731 2018-02-15  Yao Qi  <yao.qi@linaro.org>
4732
4733         PR gdb/22849
4734         * inferior.c (exit_inferior_1): Reset inf->control.
4735
4736 2018-02-15  Joel Brobecker  <brobecker@adacore.com>
4737
4738         * ada-lang.c (ada_to_fixed_value_create): Delete advance
4739         declaration.
4740
4741 2018-02-14  Pedro Alves  <palves@redhat.com>
4742
4743         * frame-unwind.c (frame_unwind_try_unwinder): Always call
4744         frame_cleanup_after_sniffer on exception.
4745
4746 2018-02-14  Tom Tromey  <tom@tromey.com>
4747
4748         * solist.h (struct target_so_ops) <bfd_open>: Make pathname
4749         const.
4750         (solib_bfd_open): Make pathname const.
4751         * solib.c (solib_bfd_open): Make pathname const.
4752         * solib-spu.c (spu_bfd_fopen): Make name const.
4753         (spu_bfd_open): Make pathname const.
4754         * solib-darwin.c (darwin_bfd_open): Make pathname const.
4755         * solib-aix.c (solib_aix_bfd_open): Make pathname const.
4756
4757 2018-02-14  Tom Tromey  <tom@tromey.com>
4758
4759         * symfile.c (symfile_bfd_open): Update.
4760         * source.h (openp, source_full_path_of, find_and_open_source):
4761         Change argument type to unique_xmalloc_ptr.
4762         * source.c (openp): Take a unique_xmalloc_ptr.
4763         (source_full_path_of, find_and_open_source): Likewise.
4764         (open_source_file, symtab_to_fullname): Update.
4765         * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
4766         unique_xmalloc_ptr.
4767         * solib.c (solib_find_1): Use unique_xmalloc_ptr.
4768         (exec_file_find): Update.
4769         * psymtab.c (psymtab_to_fullname): Update.
4770         * nto-tdep.h (nto_find_and_open_solib): Update.
4771         * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
4772         unique_xmalloc_ptr.
4773         * exec.c (exec_file_attach): Update.
4774         * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
4775         * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
4776
4777 2018-02-14  Tom Tromey  <tom@tromey.com>
4778
4779         * solib.c: Include source.h.
4780         * nto-tdep.c: Include source.h.
4781         * mi/mi-cmd-env.c: Include source.h.
4782         * infcmd.c: Include source.h.
4783         * exec.c: Include source.h.
4784         * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
4785         (add_path, directory_switch, source_path, init_source_path): Move
4786         declarations...
4787         * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
4788         (add_path, directory_switch, source_path, init_source_path):
4789         ...here.
4790
4791 2018-02-14  Tom Tromey  <tom@tromey.com>
4792
4793         * solist.h (exec_file_find, solib_find): Return
4794         unique_xmalloc_ptr.
4795         (solib_bfd_fopen): Take a const char *.
4796         * solib.c (solib_find_1): Return unique_xmalloc_ptr.
4797         (exec_file_find, solib_find): Likewise.
4798         (solib_bfd_fopen): Do not take ownership of "pathname".
4799         (solib_bfd_open): Use unique_xmalloc_ptr.
4800         * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
4801         * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
4802         * infrun.c (follow_exec): Use unique_xmalloc_ptr.
4803         * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
4804
4805 2018-02-14  Joel Brobecker  <brobecker@adacore.com>
4806
4807         * ada-lang.c (name_match_type_from_name): Remove reference to
4808         ada_name_for_lookup in function's documentation.
4809         * ada-lang.h (ada_name_for_lookup): Delete declaration.
4810
4811 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
4812
4813         * defs.h (enum openp_flags): New enum.
4814         (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
4815         Move to enum openp_flags.
4816         (openp_flags): New enum flags.
4817         (openp): Change parameter type to openp_flags.
4818         * source.c (openp): Change parameter type to openp_flags.
4819         * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
4820         * dwarf2read.c (try_open_dwop_file): Use openp_flags.
4821
4822 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
4823
4824         * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
4825         per-command.
4826
4827 2018-02-12  Andrew Burgess  <andrew.burgess@embecosm.com>
4828
4829         * dwarf2read.c (dwarf2_release_queue): Delete function, move body
4830         into...
4831         (class dwarf2_queue_guard): ...the destructor of this new class.
4832         (dw2_do_instantiate_symtab): Create instance of the new class
4833         dwarf2_queue_guard, remove cleanup.
4834
4835 2018-02-09  Tom Tromey  <tom@tromey.com>
4836
4837         * source.c (find_source_lines): Don't reference past the end of
4838         the vector.
4839
4840 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4841
4842         * remote.c (remote_btrace_maybe_reopen): Change error message.
4843         * btrace.c (btrace_enable): Likewise.
4844         (parse_xml_btrace): Likewise.
4845         (parse_xml_btrace_conf): Likewise.
4846
4847 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4848
4849         * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
4850         (linux_enable_pt, linux_enable_bts): Call
4851         diagnose_perf_event_open_fail.
4852
4853 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4854
4855         * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
4856         Remove parameter and change return type.  Update callers.  Move it.
4857         (linux_enable_bts, linux_enable_pt): Improve error message.
4858         (linux_enable_pt): Remove zero buffer size check.
4859         (linux_enable_btrace): Improve error messages.  Remove NULL return
4860         check.
4861
4862 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4863
4864         * btrace.c (btrace_enable): Remove target_supports_btrace call.
4865         * nat/linux-btrace.c (perf_event_pt_event_type): Move.
4866         (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
4867         (linux_supports_pt, linux_supports_btrace): Remove.
4868         (linux_enable_bts): Call cpu_supports_bts.
4869         * nat/linux-btrace.h (linux_supports_btrace): Remove.
4870         * remote.c (remote_supports_btrace): Remove.
4871         (init_remote_ops): Remove remote_supports_btrace.
4872         * target-delegates.c: Regenerated.
4873         * target.c (target_supports_btrace): Remove.
4874         * target.h (target_ops) <to_supports_btrace>: Remove
4875         (target_supports_btrace): Remove.
4876         * x86-linux-nat.c (x86_linux_create_target): Remove
4877         linux_supports_btrace.
4878
4879 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4880
4881         * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
4882         btrace failed.
4883         * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
4884         exception and use message in own exception.
4885
4886 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4887
4888         * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
4889         (perf_event_pt_event_type): Use gdb_file_up.
4890         (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
4891         scoped_fd, and scoped_mmap.
4892
4893 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4894
4895         * common/scoped_mmap.h: New.
4896         * unittests/scoped_mmap-selftest.c: New.
4897         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4898         unittests/scoped_mmap-selftest.c.
4899
4900 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4901
4902         * common/scoped_fd.h: New.
4903         * unittests/scoped_fd-selftest.c: New.
4904         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4905         unittests/scoped_fd-selftest.c.
4906
4907 2018-02-09  Tom Tromey  <tom@tromey.com>
4908
4909         * auto-load.c (auto_load_section_scripts): Use
4910         gdb::unique_xmalloc_ptr.
4911
4912 2018-02-09  Tom Tromey  <tom@tromey.com>
4913
4914         * auto-load.c (execute_script_contents): Use std::string.
4915
4916 2018-02-09  Joel Brobecker  <brobecker@adacore.com>
4917
4918         * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
4919         Python function, rather than a new command.
4920
4921 2018-02-08  Tom Tromey  <tom@tromey.com>
4922
4923         * solib.c (solib_find_1): Use std::string.
4924         (solib_bfd_fopen): Use unique_xmalloc_ptr.
4925
4926 2018-02-08  Tom Tromey  <tom@tromey.com>
4927
4928         * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
4929
4930 2018-02-08  Tom Tromey  <tom@tromey.com>
4931
4932         * source.c (find_source_lines): Use gdb::def_vector.
4933
4934 2018-02-08  Tom Tromey  <tom@tromey.com>
4935
4936         * macrocmd.c (struct temporary_macro_definition): New.
4937         (macro_define_command): Use temporary_macro_definition.  Remove
4938         cleanups.
4939         (free_macro_definition_ptr): Remove.
4940
4941 2018-02-08  Tom Tromey  <tom@tromey.com>
4942
4943         * macroexp.c (maybe_expand): Use std::string.
4944
4945 2018-02-08  Tom Tromey  <tom@tromey.com>
4946
4947         * macroexp.c (struct macro_buffer): Add initializers for some
4948         members.
4949         (init_buffer, init_shared_buffer, free_buffer)
4950         (free_buffer_return_text): Remove.
4951         (macro_buffer): New constructors.
4952         (~macro_buffer): New destructor.
4953         (macro_buffer::set_shared): New method.
4954         (macro_buffer::resize_buffer, macro_buffer::appendc)
4955         (macro_buffer::appendmem): Now methods, not free functions.
4956         (set_token, append_tokens_without_splicing, stringify)
4957         (macro_stringify): Update.
4958         (gather_arguments): Change return type.  Remove argc_p argument,
4959         add args_ptr argument.  Use std::vector.
4960         (substitute_args): Remove argc argument.  Accept std::vector.
4961         (expand): Update.  Use std::vector.
4962         (scan, macro_expand, macro_expand_next): Update.
4963
4964 2018-02-08  Tom Tromey  <tom@tromey.com>
4965
4966         * symtab.c (default_collect_symbol_completion_matches_break_on):
4967         Use unique_xmalloc_ptr.
4968         * macroscope.h: (sal_macro_scope, user_macro_scope)
4969         (default_macro_scope): Return unique_xmalloc_ptr.
4970         * macroscope.c (sal_macro_scope, user_macro_scope)
4971         (default_macro_scope): Return unique_xmalloc_ptr.
4972         * macroexp.h (macro_expand, macro_expand_once): Return
4973         unique_xmalloc_ptr.
4974         * macroexp.c (macro_expand, macro_expand_once): Return
4975         unique_xmalloc_ptr.
4976         * macrocmd.c (macro_expand_command, macro_expand_once_command)
4977         (info_macro_command, info_macros_command): Use
4978         unique_xmalloc_ptr.
4979         * compile/compile-c-support.c (write_macro_definitions): Use
4980         unique_xmalloc_ptr.
4981         * c-exp.y (c_parse): Use unique_xmalloc_ptr.
4982
4983 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
4984
4985         * value.c (value_static_field): Assign field type instead of
4986         containing type when returning an optimized out value.
4987
4988 2018-02-06  Yao Qi  <yao.qi@linaro.org>
4989
4990         * ft32-tdep.c (ft32_read_pc): Remove.
4991         (ft32_write_pc): Remove.
4992         (ft32_gdbarch_init): Update.
4993         * m32r-tdep.c (m32r_read_pc): Remove.
4994         (m32r_gdbarch_init): Update.
4995         * mep-tdep.c (mep_read_pc): Remove.
4996         (mep_gdbarch_init): Update.
4997         * microblaze-tdep.c (microblaze_write_pc): Remove.
4998         (microblaze_gdbarch_init): Update.
4999         * mn10300-tdep.c (mn10300_read_pc): Remove.
5000         (mn10300_write_pc): Remove.
5001         (mn10300_gdbarch_init): Update.
5002         * moxie-tdep.c (moxie_read_pc): Remove.
5003         (moxie_write_pc): Remove.
5004         (moxie_gdbarch_init): Update.
5005
5006 2018-02-06  Yao Qi  <yao.qi@linaro.org>
5007
5008         * expprint.c (print_subexp_standard): Handle
5009         OP_F77_UNDETERMINED_ARGLIST.
5010         (dump_subexp_body_standard): Likewise.
5011
5012 2018-02-05  Alan Hayward  <alan.hayward@arm.com>
5013
5014         * target-descriptions.c (tdesc_element_visitor) Add empty
5015         implementations.
5016         (tdesc_type): Move make_gdb_type from here.
5017         (tdesc_type_builtin): Likewise.
5018         (tdesc_type_vector): Likewise.
5019         (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
5020         (make_gdb_type_struct): Move from tdesc_type_with_fields.
5021         (make_gdb_type_union): Likewise.
5022         (make_gdb_type_flags): Likewise.
5023         (make_gdb_type_enum): Likewise.
5024         (make_gdb_type): New function.
5025         (tdesc_register_type): Use static make_gdb_type.
5026
5027 2018-02-05  Ruslan Kabatsayev <b7.10110111@gmail.com>
5028
5029         * infcmd.c (default_print_one_register_info): Align natural-format
5030         column values consistently one under another.
5031         (pad_to_column): New function.
5032
5033 2018-02-05  Joel Brobecker  <brobecker@adacore.com>
5034
5035         * dwarf2read.c (dwarf2_physname): Move commment.
5036
5037 2018-02-01  Leszek Swirski  <leszeks@google.com>
5038
5039         * varobj.c (varobj_formatted_print_options): Allow recursive
5040         pretty printing if pretty printing is enabled.
5041
5042 2018-02-01  Leszek Swirski  <leszeks@google.com>
5043
5044         * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
5045         names after a structop as a filename.
5046
5047 2018-02-01  Yao Qi  <yao.qi@linaro.org>
5048
5049         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
5050         (arm_record_coproc_data_proc): Likewise.
5051
5052 2018-02-01  Yao Qi  <yao.qi@linaro.org>
5053
5054         * arm-tdep.c (arm_record_extension_space): Change ret to signed.
5055
5056 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
5057
5058         * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
5059         assign shifted lr_reg to fdata->lr_register when lr_reg is set.
5060
5061 2018-01-31  Pedro Alves  <palves@redhat.com>
5062
5063         * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
5064         * inflow.c (child_terminal_save_inferior): Wrap reference to
5065         tcgetpgrp in HAVE_TERMIOS_H.
5066         (child_interrupt, child_pass_ctrlc): Wrap references to signal in
5067         _WIN32.
5068         * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
5069         always iterate over all inferiors.
5070         (gdbsim_cntrl_c): Adjust.
5071         * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
5072
5073 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
5074
5075         * gdbtypes.c (lookup_array_range_type): Make sure the array's
5076         index type is objfile-owned if the element type is as well.
5077
5078 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
5079
5080         GDB 8.1 released.
5081
5082 2018-01-30  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5083
5084         * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
5085         "features/s390x-linux64.c".
5086         (_initialize_s390_linux_tdep): Remove initialization of tdescs
5087         s390_linux32 and s390x_linux64.
5088         (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
5089         default tdesc.
5090         * s390-tdep.c: Include "features/s390-linux32.c" and
5091         "features/s390x-linux64.c".
5092         (s390_tdesc_valid): Add check for tdesc_has_registers.
5093         (s390_gdbarch_init): Make sure there is always a valid tdesc.
5094         (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
5095         tdesc_s390x_linux64.
5096         * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
5097         tdesc_s390x_linux64 to...
5098         * s390-tdep.h: ...here.
5099
5100 2018-01-30  Pedro Alves  <palves@redhat.com>
5101
5102         PR gdb/13211
5103         * config.in, configure: Regenerate.
5104         * configure.ac: Check for getpgid.
5105         * go32-nat.c (go32_pass_ctrlc): New.
5106         (go32_target): Install it.
5107         * inf-child.c (inf_child_target): Install
5108         child_terminal_save_inferior, child_pass_ctrlc and
5109         child_interrupt.
5110         * inf-ptrace.c (inf_ptrace_interrupt): Delete.
5111         (inf_ptrace_target): No longer install it.
5112         * infcmd.c (interrupt_target_1): Adjust.
5113         * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
5114         (child_interrupt): Declare.
5115         (inferior::terminal_state): New.
5116         * inflow.c (struct terminal_info): Update comments.
5117         (inferior_process_group): Delete.
5118         (terminal_is_ours): Delete.
5119         (gdb_tty_state): New.
5120         (child_terminal_init): Adjust.
5121         (is_gdb_terminal, sharing_input_terminal_1)
5122         (sharing_input_terminal): New functions.
5123         (child_terminal_inferior): Adjust.  Use sharing_input_terminal.
5124         Set the process's actual process group in the foreground if
5125         possible.  Handle is_ours_for_output/is_ours distinction.  Don't
5126         mark terminal as the inferior's if not sharing GDB's terminal.
5127         Don't check attach_flag.
5128         (child_terminal_ours_for_output, child_terminal_ours): Adjust to
5129         pass down a target_terminal_state.
5130         (child_terminal_save_inferior): New, factored out from ...
5131         (child_terminal_ours_1): ... this.  Handle
5132         target_terminal_state::is_ours_for_output.
5133         (child_interrupt, child_pass_ctrlc): New.
5134         (inflow_inferior_exit): Clear the inferior's terminal_state.
5135         (copy_terminal_info): Copy the inferior's terminal state.
5136         (_initialize_inflow): Remove reference to terminal_is_ours.
5137         * inflow.h (inferior_process_group): Delete.
5138         * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
5139         * procfs.c (procfs_target): Don't install procfs_interrupt.
5140         (procfs_interrupt): Delete.
5141         * remote.c (remote_serial_quit_handler): Adjust.
5142         (remote_interrupt): Remove ptid parameter.  Adjust.
5143         * target-delegates.c: Regenerate.
5144         * target.c: Include "terminal.h".
5145         (target_terminal::terminal_state): Rename to ...
5146         (target_terminal::m_terminal_state): ... this.
5147         (target_terminal::init): Adjust.
5148         (target_terminal::inferior): Adjust to per-inferior
5149         terminal_state.
5150         (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
5151         (target_terminal::ours, target_terminal::ours_for_output): Use
5152         target_terminal_is_ours_kind.
5153         (target_interrupt): Remove ptid parameter.  Adjust.
5154         (default_target_pass_ctrlc): Adjust.
5155         * target.h (target_ops::to_terminal_save_inferior): New field.
5156         (target_ops::to_interrupt): Remove ptid_t parameter.
5157         (target_interrupt): Remove ptid_t parameter.  Update comment.
5158         (target_pass_ctrlc): Update comment.
5159         * target/target.h (target_terminal_state): New scoped enum,
5160         factored out of ...
5161         (target_terminal::terminal_state): ... here.
5162         (target_terminal::inferior): Update comments.
5163         (target_terminal::restore_inferior): New.
5164         (target_terminal::is_inferior, target_terminal::is_ours)
5165         (target_terminal::is_ours_for_output): Adjust.
5166         (target_terminal::scoped_restore_terminal_state): Adjust to
5167         rename, and call restore_inferior() instead of inferior().
5168         (target_terminal::scoped_restore_terminal_state::m_state): Change
5169         type.
5170         (target_terminal::terminal_state): Rename to ...
5171         (target_terminal::m_terminal_state): ... this and change type.
5172
5173 2018-01-30  Pedro Alves  <palves@redhat.com>
5174
5175         * linux-nat.c (wait_for_signal): New function.
5176         (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
5177         directly.
5178         (async_terminal_is_ours)
5179         (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
5180         (linux_nat_add_target): Don't override
5181         to_terminal_inferior/to_terminal_ours.
5182
5183 2018-01-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5184
5185         * remote.c (remote_follow_fork): Don't call "detach_inferior".
5186
5187 2018-01-28  Simon Marchi  <simon.marchi@ericsson.com>
5188
5189         * dwarf2read.c (free_dwo_files): Add forward-declaration.
5190         (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
5191         dwarf2_per_objfile_free here.
5192         (dwarf2_per_objfile_free): Remove.
5193         (_initialize_dwarf2_read): Don't register
5194         dwarf2_per_objfile_free as a registry cleanup.
5195
5196 2018-01-27  Eli Zaretskii  <eliz@gnu.org>
5197
5198         Avoid compilation errors in MinGW native builds
5199
5200         The error is triggered by including python-internal.h, and the
5201         error message is:
5202
5203              In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
5204                       from build-gnulib/import/math.h:27,
5205                       from d:/usr/Python26/include/pyport.h:235,
5206                       from d:/usr/Python26/include/Python.h:58,
5207                       from python/python-internal.h:94,
5208                       from python/py-arch.c:24:
5209              d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
5210         using ::hypot;
5211                 ^~~~~
5212
5213         This happens because Python headers define 'hypot' to expand t
5214         '_hypot' in the Windows builds.
5215         * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
5216         'hypoth'.  This avoids a compilation error.
5217
5218 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
5219
5220         * MAINTAINERS (Write After Approval): Fix ordering.
5221
5222 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
5223
5224         * MAINTAINERS (Write After Approval): Add Alan Hayward.
5225
5226 2018-01-26  Alan Modra  <amodra@gmail.com>
5227
5228         * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
5229         (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
5230         Remove nop.  Make const.  Comment.
5231         (powerpc32_plt_stub_so_2): New.
5232         (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
5233         Correct count.  Update uses.
5234         (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
5235         Move common code reading PLT entry word.  Correct
5236         powerpc32_plt_stub PLT address calculation.
5237         * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
5238         (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
5239         (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
5240         (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
5241         (ppc64_standard_linkage8): Likewise.
5242         * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
5243         Correct insns description.
5244         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5245
5246 2018-01-24  Pedro Alves  <palves@redhat.com>
5247
5248         GCC PR libstdc++/83906
5249         * gdbtypes.c (operator==(const dynamic_prop &,
5250         const dynamic_prop &)): New.
5251         (operator==(const range_bounds &, const range_bounds &)): New.
5252         (check_types_equal): Use them instead of memcmp.
5253         * gdbtypes.h (operator==(const dynamic_prop &,
5254         const dynamic_prop &)): Declare.
5255         (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
5256         (operator==(const range_bounds &, const range_bounds &)): Declare.
5257         (operator!=(const range_bounds &, const range_bounds &)): Declare.
5258
5259 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5260
5261         * s390-linux-tdep.c (s390_record_address_mask)
5262         (s390_record_calc_disp_common, s390_record_calc_disp)
5263         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
5264         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
5265         (s390_process_record): Move to s390-tdep.c.
5266         (s390_linux_init_abi_any): Adjust.
5267         * s390-tdep.c (s390_record_address_mask)
5268         (s390_record_calc_disp_common, s390_record_calc_disp)
5269         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
5270         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
5271         (s390_process_record): Moved from s390-linux-tdep.c
5272         (s390_gdbarch_init): Adjust.
5273
5274 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5275
5276         * s390-linux-nat.c (s390-tdep.h): New include.
5277         * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
5278         (HFILES_NO_SRCDIR): Add s390-tdep.h.
5279         (ALLDEPFILES): Add s390-tdep.c.
5280         * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
5281         * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
5282         * s390-tdep.h: ...this.  New file.
5283         * s390-linux-tdep.c (s390-tdep.h): New include.
5284         (_initialize_s390_tdep): Rename to...
5285         (_initialize_s390_linux_tdep): ...this and adjust.
5286         (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
5287         (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
5288         s390-tdep.h.
5289         (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
5290         (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
5291         (s390_is_partial_instruction, s390_software_single_step)
5292         (is_non_branch_ril, s390_displaced_step_copy_insn)
5293         (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
5294         (s390_prologue_data, s390_addr, s390_store, s390_load)
5295         (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
5296         (s390_register_call_saved, s390_guess_tracepoint_registers)
5297         (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
5298         (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
5299         (s390_pseudo_register_name, s390_pseudo_register_type)
5300         (s390_pseudo_register_read, s390_pseudo_register_write)
5301         (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
5302         (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
5303         (s390_addr_bits_remove, s390_address_class_type_flags)
5304         (s390_address_class_type_flags_to_name)
5305         (s390_address_class_name_to_type_flags, s390_effective_inner_type)
5306         (s390_function_arg_float, s390_function_arg_vector)
5307         (is_power_of_two, s390_function_arg_integer, s390_arg_state)
5308         (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
5309         (s390_frame_align, s390_register_return_value, s390_return_value)
5310         (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
5311         (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
5312         (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
5313         (s390_trad_frame_prev_register, s390_unwind_cache)
5314         (s390_prologue_frame_unwind_cache)
5315         (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
5316         (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
5317         (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
5318         (s390_stub_frame_this_id, s390_stub_frame_prev_register)
5319         (s390_stub_frame_sniffer, s390_stub_frame_unwind)
5320         (s390_frame_base_address, s390_local_base_address)
5321         (s390_frame_base, s390_gcc_target_options)
5322         (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
5323         (s390_validate_reg_range, s390_tdesc_valid)
5324         (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
5325         * s390-tdep.c: ...this.  New file.
5326
5327 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5328
5329         * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
5330         (s390_process_record, s390_gdbarch_tdep_alloc)
5331         (s390_linux_init_abi_any): Use/set new hook.
5332
5333 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5334
5335         * s390-linux-tdep.c (osabi.h): New include.
5336         (s390_linux_init_abi_31, s390_linux_init_abi_64)
5337         (s390_linux_init_abi_any): New functions.
5338         (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
5339
5340 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5341
5342         * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
5343         tdesc_has_registers check
5344
5345 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5346
5347         * s390-linux-tdep.c (s390_tdesc_valid): New function.
5348         (s390_validate_reg_range): New macro.
5349         (s390_gdbarch_init): Adjust.
5350
5351 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5352
5353         * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
5354         (s390_gdbarch_tdep_alloc): Adjust.
5355         (s390_gdbarch_init): Adjust.
5356
5357 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5358
5359         * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
5360         <have_tdb>: Change type to bool.
5361         (s390_gdbarch_tdep_alloc): Adjust.
5362         (s390_gdbarch_init): Adjust.
5363
5364 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5365
5366         * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
5367         (gdbarch_tdep) <have_upper, have_vx>: New fields.
5368         (s390_gdbarch_tdep_alloc): New function.
5369         (s390_gdbarch_init): Allocate tdep at start and use its fields
5370         instead of separate variables.
5371
5372 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
5373
5374         * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
5375         when looking for cached gdbarch and add comment for remaining.
5376
5377 2018-01-22  Pedro Alves  <palves@redhat.com>
5378             Sergio Durigan Junior  <sergiodj@redhat.com>
5379
5380         * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
5381         case.
5382
5383 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
5384
5385         * MAINTAINERS: Update my company e-mail address.
5386
5387 2018-01-22  Yao Qi  <yao.qi@linaro.org>
5388
5389         * regcache.c (cooked_write_test): New function.
5390         (_initialize_regcache): Register the test.
5391
5392 2018-01-22  Yao Qi  <yao.qi@linaro.org>
5393
5394         * ia64-tdep.c (ia64_pseudo_register_read): Call
5395         regcache->cooked_read instead of regcache_cooked_read_unsigned.
5396         * m32c-tdep.c (m32c_cat_read): Likewise.
5397         (m32c_r3r2r1r0_read): Likewise.
5398         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
5399         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
5400
5401 2018-01-22  Yao Qi  <yao.qi@linaro.org>
5402
5403         * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
5404         method raw_read instead of regcache_raw_read.
5405         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
5406         * arm-tdep.c (arm_neon_quad_read): Likewise.
5407         * avr-tdep.c (avr_pseudo_register_read): Likewise.
5408         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
5409         * frv-tdep.c (frv_pseudo_register_read): Likewise.
5410         * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
5411         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
5412         (i386_pseudo_register_read_into_value): Likewise.
5413         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
5414         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
5415         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
5416         * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
5417         * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
5418         * sparc-tdep.c (sparc32_pseudo_register_read):  Likewise.
5419         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
5420         * spu-tdep.c (spu_pseudo_register_read_spu):  Likewise.
5421         * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
5422
5423 2018-01-22  Yao Qi  <yao.qi@linaro.org>
5424
5425         * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
5426         * configure.tgt: Remove target mt.
5427         * mt-tdep.c: Remove.
5428         * regcache.c (cooked_read_test): Remove the check for mt.
5429
5430 2018-01-22  Yao Qi  <yao.qi@linaro.org>
5431
5432         * jit.c (jit_frame_prev_register): Call regcache::cooked_read
5433         instead of gdbarch_pseudo_register_read_value.
5434
5435 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
5436
5437         * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
5438         language is Ada.
5439
5440 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
5441
5442         * linespec.c (create_sals_line_offset): Remove code that preserved
5443         the symtab_and_line's line number.
5444
5445 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5446
5447         * varobj.c (varobj_create): Don't set valid_block when creating a
5448         floating varobj.
5449
5450 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5451
5452         * varobj.c (varobj_create): Remove out of date comment.
5453
5454 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5455
5456         PR mi/20395
5457         * ada-exp.y (write_var_from_sym): Pass extra parameter when
5458         updating innermost block.
5459         * parse.c (innermost_block_tracker::update): Take extra type
5460         parameter, and check types match before updating innermost block.
5461         (write_dollar_variable): Update innermost block for registers.
5462         * parser-defs.h (enum innermost_block_tracker_type): New enum.
5463         (innermost_block_tracker::innermost_block_tracker): Initialise
5464         m_types member.
5465         (innermost_block_tracker::reset): Take type parameter.
5466         (innermost_block_tracker::update): Take type parameter, and pass
5467         type through as needed.
5468         (innermost_block_tracker::m_types): New member.
5469         * varobj.c (varobj_create): Pass type when reseting innermost
5470         block.
5471
5472 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5473
5474         * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
5475         * ada-lang.c (resolve_subexp): Likewise.
5476         * breakpoint.c (set_breakpoint_condition) Likewise.
5477         (watch_command_1) Likewise.
5478         * c-exp.y (variable): Likewise.
5479         * d-exp.y (PrimaryExpression): Likewise.
5480         * f-exp.y (variable): Likewise.
5481         * go-exp.y (variable): Likewise.
5482         * m2-exp.y (variable): Likewise.
5483         * objfiles.c (objfile::~objfile): Likewise.
5484         * p-exp.y (variable): Likewise.
5485         * parse.c (innermost_block): Change type.
5486         * parser-defs.h (class innermost_block_tracker): New.
5487         (innermost_block): Change to innermost_block_tracker.
5488         * printcmd.c (display_command): Switch to innermost_block API.
5489         (do_one_display): Likewise.
5490         * rust-exp.y (do_one_display): Likewise.
5491         * symfile.c (clear_symtab_users): Likewise.
5492         * varobj.c (varobj_create): Switch to innermost_block API, replace
5493         use of innermost_block with block stored on varobj object.
5494
5495 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5496
5497         * expression.h (innermost_block): Remove declaration.
5498         * varobj.c: Add 'parser-defs.h' include.
5499
5500 2018-01-19  Tom Tromey  <tom@tromey.com>
5501
5502         * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
5503         symbols in the static and global blocks.
5504
5505 2018-01-19  James Clarke  <jrtc27@jrtc27.com>
5506
5507         * nat/linux-ptrace.c: Remove unnecessary reinclusion of
5508         gdb_ptrace.h, and move including gdb_wait.h ...
5509         * nat/linux-ptrace.h: ... to here.
5510
5511 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
5512
5513         * inf-ptrace.c (inf_ptrace_detach): Adjust call to
5514         inf_ptrace_detach_success.
5515         (inf_ptrace_detach_success): Add inferior parameter, use it
5516         instead of inferior_ptid, pass it to detach_inferior.
5517         * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
5518         parameter.
5519         * inferior.c (detach_inferior): Add overload that takes an
5520         inferior object.
5521         * inferior.h (detach_inferior): Likewise.
5522         * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
5523         use inferior_ptid, adjust call to inf_ptrace_detach_success.
5524         * linux-thread-db.c (thread_db_detach): Use inf parameter.
5525
5526 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
5527
5528         * target.h (struct target_ops) <to_detach>: Add inferior
5529         parameter.
5530         (target_detach): Likewise.
5531         * target.c (dispose_inferior): Pass inferior down.
5532         (target_detach): Pass inferior down.  Assert that it is equal to
5533         the current inferior.
5534         * aix-thread.c (aix_thread_detach): Pass inferior down.
5535         * corefile.c (core_file_command): Pass current_inferior() down.
5536         * corelow.c (core_detach): Add inferior parameter.
5537         * darwin-nat.c (darwin_detach): Likewise.
5538         * gnu-nat.c (gnu_detach): Likewise.
5539         * inf-ptrace.c (inf_ptrace_detach): Likewise.
5540         * infcmd.c (detach_command): Pass current_inferior() down to
5541         target_detach.
5542         * infrun.c (follow_fork_inferior): Pass parent_inf to
5543         target_detach.
5544         (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
5545         target_detach.
5546         * linux-nat.c (linux_nat_detach): Add inferior parameter.
5547         * linux-thread-db.c (thread_db_detach): Likewise.
5548         * nto-procfs.c (procfs_detach): Likewise.
5549         * procfs.c (procfs_detach): Likewise.
5550         * record.c (record_detach): Likewise.
5551         * record.h (struct inferior): Forward-declare.
5552         (record_detach): Add inferior parameter.
5553         * remote-sim.c (gdbsim_detach): Likewise.
5554         * remote.c (remote_detach_1): Likewise.
5555         (remote_detach): Likewise.
5556         (extended_remote_detach): Likewise.
5557         * sol-thread.c (sol_thread_detach): Likewise.
5558         * target-debug.h (target_debug_print_inferior_p): New macro.
5559         * target-delegates.c: Re-generate.
5560         * top.c (kill_or_detach): Pass inferior down to target_detach.
5561         * windows-nat.c (windows_detach): Add inferior parameter.
5562
5563 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
5564
5565         * target.h (struct target_ops) <to_detach>: Remove args
5566         parameter.
5567         (target_detach): Likewise.
5568         * target.c (dispose_inferior): Adjust.
5569         (target_detach): Remove args parameter, adjust.
5570         * aix-thread.c (aix_thread_detach): Adjust.
5571         * corefile.c (core_file_command): Adjust.
5572         * corelow.c (core_detach): Adjust.
5573         * darwin-nat.c (darwin_detach): Adjust.
5574         * gnu-nat.c (gnu_detach): Adjust.
5575         * inf-ptrace.c (inf_ptrace_detach): Adjust.
5576         * infcmd.c (detach_command): Adjust
5577         * infrun.c (follow_fork_inferior): Adjust.
5578         (handle_vfork_child_exec_or_exit): Adjust.
5579         * linux-fork.c (linux_fork_detach): Remove args parameter.
5580         * linux-fork.h (linux_fork_detach): Likewise.
5581         * linux-nat.c (linux_nat_detach): Likewise, and adjust.
5582         * linux-thread-db.c (thread_db_detach): Likewise.
5583         * nto-procfs.c (procfs_detach): Likewise.
5584         * procfs.c (procfs_detach): Likewise.
5585         (do_detach): Remove signo parameter.
5586         * record.c (record_detach): Remove args parameter.
5587         * record.h (record_detach): Likewise.
5588         * remote-sim.c (gdbsim_detach): Likewise.
5589         * remote.c (remote_detach_1): Likewise.
5590         (remote_detach): Likewise.
5591         (extended_remote_detach): Likewise.
5592         * sol-thread.c (sol_thread_detach): Likewise.
5593         * target-delegates.c: Re-generate.
5594         * top.c (struct qt_args) <args>: Remove field.
5595         (kill_or_detach): Don't pass args.
5596         (quit_force): Don't set args.
5597         * windows-nat.c (windows_detach): Remove args parameter.
5598
5599 2018-01-19  Yao Qi  <yao.qi@linaro.org>
5600
5601         * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
5602         (arm_linux_init_abi): Install it.
5603
5604 2018-01-19  Yao Qi  <yao.qi@linaro.org>
5605
5606         * osabi.c (gdb_osabi_names): Extend the regexp for
5607         arm-linux-gnueabihf.
5608
5609 2018-01-18  Yao Qi  <yao.qi@linaro.org>
5610
5611         * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
5612         m_abbrevs.
5613         (abbrev_table::add_abbrev): Update.
5614         (abbrev_table::lookup_abbrev): Update.
5615
5616 2018-01-18  Yao Qi  <yao.qi@linaro.org>
5617
5618         * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
5619
5620 2018-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
5621
5622         * compile/compile.c (compile_to_object): Convert "triplet_rx"
5623         to "std::string".
5624
5625 2018-01-17  Tom Tromey  <tom@tromey.com>
5626
5627         * dwarf2read.c (symbolp): Remove typedef.  Don't instantiate VEC.
5628
5629 2018-01-17  Tom Tromey  <tom@tromey.com>
5630
5631         * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
5632         * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
5633         (create_array_type_with_stride): Update.
5634         * dwarf2read.c (set_die_type): Update.
5635
5636 2018-01-17  Tom Tromey  <tom@tromey.com>
5637
5638         * dwarf2read.c (delayed_method_info): Remove typedef.
5639         (dwarf2_cu::method_info): Now a std::vector.
5640         (add_to_method_list): Update.
5641         (free_delayed_list): Remove.
5642         (compute_delayed_physnames): Update.
5643         (process_full_comp_unit, process_full_type_unit): Clear the method
5644         list.  Remove cleanups.
5645         (psymtab_include_file_name): Add name_holder parameter.  Use
5646         unique_xmalloc_ptr.
5647         (dwarf_decode_lines): Update.
5648
5649 2018-01-17  Tom Tromey  <tom@tromey.com>
5650             Simon Marchi  <simon.marchi@ericsson.com>
5651
5652         * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
5653         (dwarf2_per_objfile::free_cached_comp_units)
5654         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
5655         (init_cutu_and_read_dies_no_follow): Update.
5656         (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
5657         (dwarf2_cu::~dwarf2_cu): New.
5658         (free_heap_comp_unit, free_stack_comp_unit): Remove.
5659         (age_cached_comp_units, free_one_cached_comp_unit): Update.
5660
5661 2018-01-17  Tom Tromey  <tom@tromey.com>
5662             Simon Marchi  <simon.marchi@ericsson.com>
5663
5664         * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
5665         (struct die_reader_specs) <abbrev_table>: New member.
5666         (struct abbrev_table): Add constructor.
5667         <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
5668         <abbrev_obstack>: Now an auto_obstack.
5669         (abbrev_table_up): New typedef.
5670         (init_cu_die_reader): Add abbrev_table parameter.
5671         (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
5672         Add result_dwo_abbrev_table.
5673         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
5674         (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
5675         Update.
5676         (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
5677         parameter.
5678         (skip_children): Update.
5679         (abbrev_table::alloc_abbrev): Rename from
5680         abbrev_table_alloc_abbrev.
5681         (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
5682         (abbrev_table::lookup_abbrev): Rename from
5683         abbrev_table_lookup_abbrev.
5684         (abbrev_table_read_table): Return abbrev_table_up.
5685         (abbrev_table_free, abbrev_table_free_cleanup)
5686         (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
5687         (load_partial_dies): Update.
5688
5689 2018-01-17  Tom Tromey  <tom@tromey.com>
5690
5691         * dwarf2read.c (dwarf2_compute_name): Update comment.
5692         (read_func_scope, read_variable): Update.
5693         (new_symbol): Remove.
5694         (new_symbol_full): Rename to new_symbol.
5695
5696 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
5697
5698         PR gdb/16577
5699         * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
5700         a warning instead of throwing an error, set section size to 0 and return
5701         NULL.
5702         * gdb_bfd.h (gdb_bfd_map_section): Update description.
5703
5704 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
5705
5706         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
5707         std::string.
5708         (linux_ptrace_attach_fail_reason_string): Likewise.
5709         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
5710         Likewise.
5711         (linux_ptrace_attach_fail_reason_string): Likewise.
5712         * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
5713
5714 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
5715
5716         * linux-nat.c (linux_nat_attach): Remove xstrdup.
5717
5718 2018-01-17  Eldar Abusalimov  <eldar.abusalimov@jetbrains.com>
5719
5720         PR gdb/21559
5721         * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
5722         checking for fs_base/gs_base fields in struct user_regs_struct.
5723         * configure: Regenerate.
5724
5725 2018-01-17  Yao Qi  <yao.qi@linaro.org>
5726
5727         * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
5728         function.
5729         (aarch64_linux_init_abi): Install it to gdbarch hook
5730         gcc_target_options.
5731
5732 2018-01-15  Pedro Alves  <palves@redhat.com>
5733
5734         * common/signals-state-save-restore.c
5735         (save_original_signals_state): Fix typos.
5736
5737 2017-01-12  Tom Tromey  <tom@tromey.com>
5738             Sergio Durigan Junior  <sergiodj@redhat.com>
5739
5740         * Makefile.in (install-only): Install gdb-add-index.
5741
5742 2018-01-12  John Baldwin  <jhb@FreeBSD.org>
5743
5744         * fbsd-tdep.c (KVE_PROTECTION): Correct value.
5745
5746 2018-01-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5747
5748         * infrun.c (keep_going_pass_signal): Clear step-over info when
5749         insert_breakpoints fails.
5750
5751 2018-01-11  Pedro Alves  <palves@redhat.com>
5752
5753         PR gdb/22583
5754         * infrun.c (resume): Rename to ...
5755         (resume_1): ... this.
5756         (resume): Reimplement as wrapper around resume_1.
5757
5758 2018-01-11  Pedro Alves  <palves@redhat.com>
5759
5760         PR remote/22597
5761         * remote.c (remote_parse_stop_reply): Default to the last-set
5762         general thread instead of to 'magic_null_ptid'.
5763
5764 2018-01-10  Pedro Alves  <palves@redhat.com>
5765
5766         * language.h (language_get_symbol_name_matcher): Rename ...
5767         (get_symbol_name_matcher): ... this.
5768         * language.c (language_get_symbol_name_matcher): Ditto.
5769         * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
5770         callers adjusted.
5771
5772 2018-01-10  Pedro Alves  <palves@redhat.com>
5773
5774         PR gdb/22670
5775         * dwarf2read.c
5776         (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
5777         Adjust to use language_get_symbol_name_matcher instead of
5778         language_defn::la_get_symbol_name_matcher.
5779         * language.c (language_get_symbol_name_matcher): If in Ada mode
5780         and the lookup name is a verbatim match, return Ada's matcher.
5781         * language.h (language_get_symbol_name_matcher): Adjust comment.
5782         (ada_lookup_name_info::verbatim_p):: New method.
5783
5784 2018-01-10  Pedro Alves  <palves@redhat.com>
5785
5786         PR gdb/22670
5787         * ada-lang.c (ada_collect_symbol_completion_matches): If the
5788         minsym's language is language_auto or language_cplus, pass down
5789         language_ada instead.
5790         * symtab.c (compare_symbol_name): Don't frob symbol language here.
5791
5792 2018-01-10  Pedro Alves  <palves@redhat.com>
5793
5794         PR gdb/22670
5795         * minsyms.c (linkage_name_str): New function.
5796         (iterate_over_minimal_symbols): Use it.
5797
5798 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
5799
5800         * NEWS: Document that 'info proc' now works on FreeBSD.
5801
5802 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
5803
5804         * configure.ac: Check for kinfo_getfile in libutil.
5805         * configure: Regenerate.
5806         * config.in: Regenerate.
5807         * fbsd-nat.c: Include "fbsd-tdep.h".
5808         (fbsd_fetch_cmdline): New.
5809         (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
5810         rather than calling error.
5811         (fbsd_info_proc): New.
5812         (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
5813         (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
5814         (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
5815
5816 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
5817
5818         * fbsd-nat.c (struct free_deleter): Remove.
5819         (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
5820
5821 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
5822
5823         * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
5824         NULL for an empty pathname.
5825
5826 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
5827
5828         * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
5829         (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
5830         (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
5831         (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
5832         (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
5833         (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
5834         (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
5835         (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
5836         (kinfo_proc_layout_32, kinfo_proc_layout_i386)
5837         (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
5838         (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
5839         (fbsd_core_fetch_timeval, fbsd_print_sigset)
5840         (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
5841         (fbsd_init_abi):  Install gdbarch "core_info_proc" method.
5842         * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
5843
5844 2018-01-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5845
5846         * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
5847         (gnu_xfer_auxv): New function.
5848         (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
5849         TARGET_OBJECT_AUXV.
5850
5851 2018-01-08  Yao Qi  <yao.qi@linaro.org>
5852             Simon Marchi  <simon.marchi@ericsson.com>
5853
5854         * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
5855         common/selftest.c.
5856         (COMMON_OBS): Remove selftest.o.
5857         * configure.ac: Append selftest-arch.c and common/selftest.c to
5858         CONFIG_SRCS.  Append selftest-arch.o and selftest.o to COMMON_OBS.
5859         * configure: Re-generated.
5860         * maint.c (maintenance_selftest): Wrap selftests::run_tests with
5861         GDB_SELF_TEST.
5862         (maintenance_info_selftests): Likewise.
5863
5864 2018-01-08  Xavier Roirand  <roirand@adacore.com>
5865
5866         * ada-valprint.c (val_print_packed_array_elements): Use
5867         proper number of elements when printing an array indexed
5868         by an enumeration type.
5869
5870 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
5871
5872         * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
5873         (dw2_get_file_names_reader): Adjust.
5874         (lookup_dwo_signatured_type): Adjust.
5875         (lookup_dwp_signatured_type): Adjust.
5876         (lookup_signatured_type): Adjust.
5877         (create_type_unit_group): Adjust.
5878         (get_type_unit_group): Adjust.
5879         (process_psymtab_comp_unit_reader): Adjust.
5880         (build_type_psymtabs_reader): Adjust.
5881         (scan_partial_symbols): Adjust.
5882         (add_partial_symbol): Adjust.
5883         (add_partial_subprogram): Adjust.
5884         (peek_die_abbrev): Adjust.
5885         (fixup_go_packaging): Adjust.
5886         (process_imported_unit_die): Adjust.
5887         (dwarf2_compute_name): Adjust.
5888         (dwarf2_physname): Adjust.
5889         (read_import_statement): Adjust.
5890         (handle_DW_AT_stmt_list): Adjust.
5891         (read_file_scope): Adjust.
5892         (read_func_scope): Adjust.
5893         (read_lexical_block_scope): Adjust.
5894         (read_call_site_scope): Adjust.
5895         (read_variable): Adjust.
5896         (dwarf2_rnglists_process): Adjust.
5897         (dwarf2_ranges_process): Adjust.
5898         (dwarf2_ranges_read): Adjust.
5899         (dwarf2_get_pc_bounds): Adjust.
5900         (dwarf2_record_block_ranges): Adjust.
5901         (dwarf2_add_field): Adjust.
5902         (dwarf2_add_member_fn): Adjust.
5903         (read_structure_type): Adjust.
5904         (process_structure_scope): Adjust.
5905         (read_enumeration_type): Adjust.
5906         (read_array_type): Adjust.
5907         (mark_common_block_symbol_computed): Adjust.
5908         (read_common_block): Adjust.
5909         (read_namespace_type): Adjust.
5910         (read_namespace): Adjust.
5911         (read_module_type): Adjust.
5912         (read_tag_pointer_type): Adjust.
5913         (read_tag_ptr_to_member_type): Adjust.
5914         (read_tag_string_type): Adjust.
5915         (read_subroutine_type): Adjust.
5916         (read_typedef): Adjust.
5917         (read_base_type): Adjust.
5918         (attr_to_dynamic_prop): Adjust.
5919         (read_subrange_type): Adjust.
5920         (read_unspecified_type): Adjust.
5921         (dwarf2_read_abbrevs): Adjust.
5922         (load_partial_dies): Adjust.
5923         (read_partial_die): Adjust.
5924         (find_partial_die): Adjust.
5925         (guess_partial_die_structure_name): Adjust.
5926         (fixup_partial_die): Adjust.
5927         (read_attribute_value): Adjust.
5928         (read_addr_index): Adjust.
5929         (read_addr_index_from_leb128): Adjust.
5930         (read_str_index): Adjust.
5931         (dwarf2_string_attr): Adjust.
5932         (get_debug_line_section): Adjust.
5933         (dwarf_decode_line_header): Adjust.
5934         (lnp_state_machine::check_line_address): Adjust.
5935         (dwarf_decode_lines_1): Adjust.
5936         (dwarf_decode_lines): Adjust.
5937         (dwarf2_start_symtab): Adjust.
5938         (var_decode_location): Adjust.
5939         (new_symbol_full): Adjust.
5940         (dwarf2_const_value_data): Adjust.
5941         (dwarf2_const_value_attr): Adjust.
5942         (dwarf2_const_value): Adjust.
5943         (die_type): Adjust.
5944         (die_containing_type): Adjust.
5945         (build_error_marker_type): Adjust.
5946         (lookup_die_type): Adjust.
5947         (guess_full_die_structure_name): Adjust.
5948         (anonymous_struct_prefix): Adjust.
5949         (determine_prefix): Adjust.
5950         (dwarf2_name): Adjust.
5951         (follow_die_ref_or_sig): Adjust.
5952         (follow_die_offset): Adjust.
5953         (follow_die_ref): Adjust.
5954         (follow_die_sig_1): Adjust.
5955         (follow_die_sig): Adjust.
5956         (get_signatured_type): Adjust.
5957         (get_DW_AT_signature_type): Adjust.
5958         (decode_locdesc): Adjust.
5959         (dwarf_decode_macros): Adjust.
5960         (cu_debug_loc_section): Adjust.
5961         (fill_in_loclist_baton): Adjust.
5962         (dwarf2_symbol_mark_computed): Adjust.
5963         (init_one_comp_unit): Don't assign
5964         dwarf2_cu::dwarf2_per_objfile.
5965         (set_die_type): Adjust.
5966
5967 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
5968
5969         * dwarf2read.c (struct mapped_debug_names): Add constructor.
5970         <dwarf2_per_objfile>: New field.
5971         (dwarf2_per_objfile): Remove global.
5972         (get_dwarf2_per_objfile): New function.
5973         (set_dwarf2_per_objfile): New function.
5974         (dwarf2_build_psymtabs_hard): Change objfile parameter to
5975         dwarf2_per_objfile.
5976         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
5977         (read_abbrev_offset): Likewise.
5978         (read_indirect_string): Likewise.
5979         (read_indirect_line_string): Likewise.
5980         (read_indirect_string_at_offset): Likewise.
5981         (read_indirect_string_from_dwz): Likewise.
5982         (dwarf2_find_containing_comp_unit): Change objfile parameter to
5983         dwarf2_per_objfile.
5984         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
5985         (create_all_comp_units): Change objfile parameter to
5986         dwarf2_per_objfile.
5987         (create_all_type_units): Likewise.
5988         (process_queue): Add dwarf2_per_objfile parameter.
5989         (read_and_check_comp_unit_head): Likewise.
5990         (lookup_dwo_unit_in_dwp): Likewise.
5991         (get_dwp_file): Likewise.
5992         (process_cu_includes): Likewise.
5993         (struct free_dwo_file_cleanup_data): New struct.
5994         (dwarf2_has_info): Use get_dwarf2_per_objfile and
5995         set_dwarf2_per_objfile.
5996         (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
5997         (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
5998         context, adjust calls.
5999         (dw2_instantiate_symtab): Likewise.
6000         (dw2_get_cutu): Add dwarf2_per_objfile parameter.
6001         (dw2_get_cu): Likewise.
6002         (create_cu_from_index_list): Change objfile parameter to
6003         dwarf2_per_objfile.
6004         (create_cus_from_index_list): Get dwarf2_per_objfile from
6005         context, adjust calls.
6006         (create_cus_from_index): Likewise.
6007         (create_signatured_type_table_from_index): Change objfile
6008         parameter to dwarf2_per_objfile.
6009         (create_signatured_type_table_from_debug_names): Change objfile
6010         parameter to dwarf2_per_objfile.
6011         (create_addrmap_from_index): Likewise.
6012         (create_addrmap_from_aranges): Likewise.
6013         (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
6014         (dw2_setup): Remove.
6015         (dw2_get_file_names_reader): Get dwarf2_per_objfile from
6016         context.
6017         (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
6018         get_dwarf2_per_objfile.
6019         (dw2_forget_cached_source_info): Likewise.
6020         (dw2_map_symtabs_matching_filename): Likewise.
6021         (struct dw2_symtab_iterator) <index>: Remove.
6022         <dwarf2_per_objfile>: New field.
6023         (dw2_symtab_iter_init): Replace index parameter with
6024         dwarf2_per_objfile.
6025         (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
6026         (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
6027         (dw2_print_stats): Likewise.
6028         (dw2_dump): Likewise.
6029         (dw2_expand_symtabs_for_function): Likewise.
6030         (dw2_expand_all_symtabs): Likewise.
6031         (dw2_expand_symtabs_with_fullname): Likewise.
6032         (dw2_expand_marked_cus): Replace index and objfile parameters
6033         with dwarf2_per_objfile.
6034         (dw_expand_symtabs_matching_file_matcher): Add
6035         dwarf2_per_objfile parameter and adjust calls.
6036         (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
6037         adjust calls.
6038         (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
6039         (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
6040         adjust calls.
6041         (create_cus_from_debug_names_list): Replace objfile parameter
6042         with dwarf2_per_objfile and adjust calls.
6043         (create_cus_from_debug_names): Likewise.
6044         (dwarf2_read_debug_names): Likewise.
6045         (mapped_debug_names::namei_to_name): Adjust call.
6046         (dw2_debug_names_iterator::next): Likewise.
6047         (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
6048         (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
6049         (dw2_debug_names_dump): Likewise.
6050         (dw2_debug_names_expand_symtabs_for_function): Likewise.
6051         (dw2_debug_names_expand_symtabs_matching): Likewise.
6052         (dwarf2_initialize_objfile): Likewise.
6053         (dwarf2_build_psymtabs): Likewise.
6054         (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
6055         this_cu.
6056         (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
6057         (read_and_check_comp_unit_head): Likewise.
6058         (read_abbrev_offset): Likewise.
6059         (create_debug_type_hash_table): Likewise.
6060         (create_debug_types_hash_table): Likewise.
6061         (create_all_type_units): Replace objfile parameter with
6062         dwarf2_per_objfile.
6063         (add_type_unit): Add dwarf2_per_objfile parameter.
6064         (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
6065         with dwarf2_per_objfile.
6066         (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
6067         (lookup_dwp_signatured_type): Likewise.
6068         (lookup_signatured_type): Likewise.
6069         (read_cutu_die_from_dwo): Likewise.
6070         (init_tu_and_read_dwo_dies): Likewise.
6071         (init_cutu_and_read_dies): Likewise.
6072         (init_cutu_and_read_dies_no_follow): Likewise.
6073         (allocate_type_unit_groups_table): Add objfile parameter.
6074         (create_type_unit_group): Use dwarf2_per_objfile from cu.
6075         (get_type_unit_group): Likewise.
6076         (process_psymtab_comp_unit): Update call.
6077         (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
6078         (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
6079         (print_tu_stats): Likewise.
6080         (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
6081         in void* parameter.
6082         (build_type_psymtabs): Change objfile parameter to
6083         dwarf2_per_objfile.
6084         (process_skeletonless_type_unit): Use dwarf2_per_objfile
6085         passed in void* parameter.
6086         (process_skeletonless_type_units): Change objfile parameter to
6087         dwarf2_per_objfile.
6088         (set_partial_user): Likewise.
6089         (dwarf2_build_psymtabs_hard): Likewise.
6090         (read_comp_units_from_section): Likewise.
6091         (create_all_comp_units): Likewise.
6092         (scan_partial_symbols): Update calls.
6093         (add_partial_symbol): Likewise.
6094         (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
6095         (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
6096         (process_queue): Add dwarf2_per_objfile parameter.
6097         (get_compunit_symtab): Use dwarf2_per_objfile from cu.
6098         (compute_compunit_symtab_includes): Likewise.
6099         (process_cu_includes): Add dwarf2_per_objfile parameter.
6100         (process_full_comp_unit): Use dwarf2_per_objfile from cu.
6101         (process_full_type_unit): Likewise.
6102         (process_imported_unit_die): Update call.
6103         (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
6104         (read_file_scope): Likewise.
6105         (allocate_dwo_file_hash_table): Add objfile parameter.
6106         (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
6107         (create_cus_hash_table): Likewise.
6108         (create_dwp_hash_table): Likewise.
6109         (create_dwo_unit_in_dwp_v1): Likewise.
6110         (create_dwp_v2_section): Likewise.
6111         (create_dwo_unit_in_dwp_v2): Likewise.
6112         (lookup_dwo_unit_in_dwp): Likewise.
6113         (try_open_dwop_file): Likewise.
6114         (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
6115         (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
6116         cleanup to include a reference to dwarf2_per_objfile.
6117         (open_dwp_file): Add dwarf2_per_objfile parameter.
6118         (open_and_init_dwp_file): Likewise.
6119         (get_dwp_file): Likewise.
6120         (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
6121         (queue_and_load_all_dwo_tus): Update call.
6122         (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
6123         data.
6124         (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
6125         (dwarf2_ranges_process): Likewise.
6126         (dwarf2_get_pc_bounds): Likewise.
6127         (mark_common_block_symbol_computed): Likewise.
6128         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
6129         (dwarf2_read_abbrevs): Update call.
6130         (read_partial_die): Use dwarf2_per_objfile from cu.
6131         (find_partial_die): Likewise.
6132         (fixup_partial_die): Likewise.
6133         (read_attribute_value): Likewise.
6134         (read_indirect_string_at_offset_from): Add objfile parameter.
6135         (read_indirect_string_at_offset): Add dwarf2_per_objfile
6136         parameter.
6137         (read_indirect_string_from_dwz): Add objfile parameter.
6138         (read_indirect_string): Add objfile parameter.
6139         (read_addr_index_1): Add dwarf2_per_objfile parameter.
6140         (read_addr_index): Use dwarf2_per_objfile from cu.
6141         (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
6142         call dw2_setup.
6143         (read_str_index): Use dwarf2_per_objfile from cu.
6144         (get_debug_line_section): Likewise.
6145         (read_formatted_entries): Add dwarf2_per_objfile parameter.
6146         (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
6147         (new_symbol_full): Use dwarf2_per_objfile from cu.
6148         (build_error_marker_type): Likewise.
6149         (lookup_die_type): Likewise.
6150         (determine_prefix): Likewise.
6151         (follow_die_offset): Likewise.
6152         (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
6153         (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
6154         (dwarf2_fetch_die_type_sect_off): Likewise.
6155         (dwarf2_get_die_type): Likewise.
6156         (follow_die_sig_1): Use dwarf2_per_objfile from cu.
6157         (get_signatured_type): Likewise.
6158         (get_DW_AT_signature_type): Likewise.
6159         (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
6160         (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
6161         (cu_debug_loc_section): Likewise.
6162         (fill_in_loclist_baton): Likewise.
6163         (dwarf2_symbol_mark_computed): Likewise.
6164         (dwarf2_find_containing_comp_unit): Change objfile parameter to
6165         dwarf2_per_objfile.
6166         (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
6167         parameter.
6168         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
6169         (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
6170         (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
6171         (set_die_type): Use dwarf2_free_objfile from cu.
6172         (get_die_type_at_offset): Likewise.
6173         (dwarf2_per_objfile_free): Don't assign global variable.
6174         (debug_names) <constructor>: Add dwarf2_per_objfile
6175         parameter, update m_debugstrlookup construction.
6176         (debug_names::debug_str_lookup): Add dwarf2_per_objfile
6177         parameter.
6178         <m_dwarf2_per_objfile>: New field.
6179         <lookup>: Use m_dwarf2_per_objfile.
6180         (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
6181         (psyms_seen_size): Likewise.
6182         (write_gdbindex): Replace objfile parameter with
6183         dwarf2_per_objfile.
6184         (write_debug_names): Likewise.
6185         (write_psymtabs_to_index): Likewise.
6186         (save_gdb_index_command): Use get_dwarf2_per_objfile, update
6187         calls.
6188
6189 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
6190
6191         * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
6192         <dwarf2_per_objfile>: New field.
6193         (struct dwarf2_per_cu_data) <objfile>: Remove.
6194         <dwarf2_per_objfile>: New field.
6195         (create_cu_from_index_list): Assign dwarf2_per_objfile instead
6196         of objfile.
6197         (create_signatured_type_table_from_index): Likewise.
6198         (create_debug_type_hash_table): Likewise.
6199         (fill_in_sig_entry_from_dwo_entry): Likewise.
6200         (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
6201         (create_type_unit_group): Assign dwarf2_per_objfile instead of
6202         objfile.
6203         (create_partial_symtab): Access objfile through
6204         dwarf2_per_objfile.
6205         (process_psymtab_comp_unit_reader): Likewise.
6206         (read_comp_units_from_section): Likewise.
6207         (scan_partial_symbols): Likewise.
6208         (add_partial_symbol): Likewise.
6209         (add_partial_subprogram): Likewise.
6210         (peek_die_abbrev): Likewise.
6211         (fixup_go_packaging): Likewise.
6212         (process_full_comp_unit): Likewise.
6213         (process_full_type_unit): Likewise.
6214         (process_imported_unit_die): Likewise.
6215         (dwarf2_compute_name): Likewise.
6216         (dwarf2_physname): Likewise.
6217         (read_import_statement): Likewise.
6218         (create_cus_hash_table): Assign dwarf2_physname instead of
6219         objfile.
6220         (read_func_scope): Access objfile through dwarf2_per_objfile.
6221         (read_lexical_block_scope): Likewise.
6222         (read_call_site_scope): Likewise.
6223         (read_variable): Likewise.
6224         (dwarf2_rnglists_process): Likewise.
6225         (dwarf2_ranges_process): Likewise.
6226         (dwarf2_ranges_read): Likewise.
6227         (dwarf2_record_block_ranges): Likewise.
6228         (dwarf2_add_field): Likewise.
6229         (dwarf2_add_member_fn): Likewise.
6230         (read_structure_type): Likewise.
6231         (process_structure_scope): Likewise.
6232         (read_enumeration_type): Likewise.
6233         (read_array_type): Likewise.
6234         (read_common_block): Likewise.
6235         (read_namespace_type): Likewise.
6236         (read_namespace): Likewise.
6237         (read_module_type): Likewise.
6238         (read_tag_pointer_type): Likewise.
6239         (read_tag_ptr_to_member_type): Likewise.
6240         (read_tag_string_type): Likewise.
6241         (read_subroutine_type): Likewise.
6242         (read_typedef): Likewise.
6243         (read_base_type): Likewise.
6244         (attr_to_dynamic_prop): Likewise.
6245         (read_subrange_type): Likewise.
6246         (read_unspecified_type): Likewise.
6247         (load_partial_dies): Likewise.
6248         (read_partial_die): Likewise.
6249         (find_partial_die): Likewise.
6250         (guess_partial_die_structure_name): Likewise.
6251         (fixup_partial_die): Likewise.
6252         (read_attribute_value): Likewise.
6253         (read_addr_index_from_leb128): Likewise.
6254         (dwarf2_read_addr_index): Likewise.
6255         (dwarf2_string_attr): Likewise.
6256         (lnp_state_machine::check_line_address): Likewise.
6257         (dwarf_decode_lines_1): Likewise.
6258         (dwarf_decode_lines): Likewise.
6259         (dwarf2_start_symtab): Likewise.
6260         (var_decode_location): Likewise.
6261         (new_symbol_full): Likewise.
6262         (dwarf2_const_value_data): Likewise.
6263         (dwarf2_const_value_attr): Likewise.
6264         (dwarf2_const_value): Likewise.
6265         (die_type): Likewise.
6266         (die_containing_type): Likewise.
6267         (lookup_die_type): Likewise.
6268         (guess_full_die_structure_name): Likewise.
6269         (anonymous_struct_prefix): Likewise.
6270         (dwarf2_name): Likewise.
6271         (follow_die_ref_or_sig): Likewise.
6272         (follow_die_offset): Likewise.
6273         (follow_die_ref): Likewise.
6274         (dwarf2_fetch_die_loc_sect_off): Likewise.
6275         (dwarf2_fetch_constant_bytes): Likewise.
6276         (dwarf2_fetch_die_type_sect_off): Likewise.
6277         (dwarf2_get_die_type): Likewise.
6278         (follow_die_sig): Likewise.
6279         (decode_locdesc): Likewise.
6280         (dwarf2_per_cu_objfile): Likewise.
6281         (dwarf2_per_cu_text_offset): Likewise.
6282         (init_one_comp_unit): Assign dwarf2_per_objfile instead of
6283         objfile.
6284         (set_die_type): Access objfile through
6285         dwarf2_per_objfile.
6286
6287 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
6288
6289         * valprint.c (converted_character_d): Remove typedef.
6290         (DEF_VEC_O (converted_character_d)): Remove.
6291         (count_next_character): Use std::vector.
6292         (print_converted_chars_to_obstack): Likewise.
6293         (generic_printstr): Likewise.
6294
6295 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
6296
6297         * xml-support.h (struct gdb_xml_value): Add constructor.
6298         <value>: Change type to unique_xmalloc_ptr.
6299         (gdb_xml_value_s): Remove typedef.
6300         (DEF_VEC_O (gdb_xml_value_s)): Remove.
6301         (gdb_xml_element_start_handler): Change parameter type to
6302         std::vector.
6303         (xml_find_attribute): Likewise.
6304         * xml-support.c (xml_find_attribute): Change parameter type to
6305         std::vector and adjust.
6306         (gdb_xml_values_cleanup): Remove.
6307         (gdb_xml_parser::start_element): Adjust to std::vector.
6308         (xinclude_start_include): Change paraeter type to std::vector
6309         and adjust.
6310         * btrace.c (check_xml_btrace_version): Likewise.
6311         (parse_xml_btrace_block): Likewise.
6312         (parse_xml_btrace_pt_config_cpu): Likewise.
6313         (parse_xml_btrace_pt): Likewise.
6314         (parse_xml_btrace_conf_bts): Likewise.
6315         (parse_xml_btrace_conf_pt): Likewise.
6316         * memory-map.c (memory_map_start_memory): Likewise.
6317         (memory_map_start_property): Likewise.
6318         * osdata.c (osdata_start_osdata): Likewise.
6319         (osdata_start_item): Likewise.
6320         (osdata_start_column): Likewise.
6321         * remote.c (start_thread): Likewise.
6322         * solib-aix.c (library_list_start_library): Likewise.
6323         (library_list_start_list): Likewise.
6324         * solib-svr4.c (library_list_start_library): Likewise.
6325         (svr4_library_list_start_list): Likewise.
6326         * solib-target.c (library_list_start_segment): Likewise.
6327         (library_list_start_section): Likewise.
6328         (library_list_start_library): Likewise.
6329         (library_list_start_list): Likewise.
6330         * tracepoint.c (traceframe_info_start_memory): Likewise.
6331         (traceframe_info_start_tvar): Likewise.
6332         * xml-syscall.c (syscall_start_syscall): Likewise.
6333         * xml-tdesc.c (tdesc_start_target): Likewise.
6334         (tdesc_start_feature): Likewise.
6335         (tdesc_start_reg): Likewise.
6336         (tdesc_start_union): Likewise.
6337         (tdesc_start_struct): Likewise.
6338         (tdesc_start_flags): Likewise.
6339         (tdesc_start_enum): Likewise.
6340         (tdesc_start_field): Likewise.
6341         (tdesc_start_enum_value): Likewise.
6342         (tdesc_start_vector): Likewise.
6343
6344 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
6345
6346         * extension.h (struct xmethod_worker) <clone>: Remove.
6347         * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
6348         Remove.
6349         (python_xmethod_worker::clone): Remove.
6350         * valops.c (find_overload_match): Use std::move instead of
6351         clone.
6352
6353 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
6354
6355         * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
6356         (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
6357         <free_xmethod_worker_data>: Remove.
6358         <get_matching_xmethod_workers>: Chance VEC to std::vector.
6359         <get_xmethod_arg_types>: Remove.
6360         <get_xmethod_result_type>: Remove.
6361         <invoke_xmethod>: Remove.
6362         * extension.c (new_xmethod_worker): Remove.
6363         (clone_xmethod_worker): Remove.
6364         (get_matching_xmethod_workers): Return void, pass std::vector by
6365         pointer.
6366         (get_xmethod_arg_types): Rename to...
6367         (xmethod_worker::get_arg_types): ... this, and adjust.
6368         (get_xmethod_result_type): Rename to...
6369         (xmethod_worker::get_result_type): ... this, and adjust.
6370         (invoke_xmethod): Remove.
6371         (free_xmethod_worker): Remove.
6372         (free_xmethod_worker_vec): Remove.
6373         * extension.h (enum ext_lang_rc): Move here from
6374         extension-priv.h.
6375         (struct xmethod_worker): Add constructor and destructor.
6376         <data>: Remove.
6377         <value>: Remove.
6378         <invoke, clone, do_get_result_type, do_get_arg_types>: New
6379         virtual pure methods.
6380         <get_arg_types, get_result_type>: New methods.
6381         (xmethod_worker_ptr): Remove typedef.
6382         (DEF_VEC_P (xmethod_worker_ptr)): Remove.
6383         (xmethod_worker_vec): Remove typedef.
6384         (xmethod_worker_up): New typedef.
6385         (invoke_xmethod): Remove.
6386         (clone_xmethod_worker): Remove.
6387         (free_xmethod_worker): Remove.
6388         (free_xmethod_worker_vec): Remove.
6389         (get_xmethod_arg_types): Remove.
6390         (get_xmethod_result_type): Remove.
6391         * valops.c (find_method_list): Use std::vector, don't use
6392         intermediate vector.
6393         (value_find_oload_method_list): Use std::vector.
6394         (find_overload_match): Use std::vector.
6395         (find_oload_champ): Use std::vector.
6396         * value.c (value_free): Use operator delete.
6397         (value_of_xmethod): Rename to...
6398         (value_from_xmethod): ... this.  Don't assign
6399         xmethod_worker::value, take rvalue-reference.
6400         (result_type_of_xmethod): Adjust.
6401         (call_xmethod): Adjust.
6402         * value.h: Include extension.h.
6403         (struct xmethod_worker): Don't forward-declare.
6404         (value_of_xmethod): Rename to...
6405         (value_from_xmethod): ... this, take rvalue-reference.
6406         * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
6407         (struct python_xmethod_worker): ... this, add constructor and
6408         destructor.
6409         <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
6410         (gdbpy_free_xmethod_worker_data): Rename to...
6411         (python_xmethod_worker::~python_xmethod_worker): ... this and
6412         adjust.
6413         (gdbpy_clone_xmethod_worker_data): Rename to...
6414         (python_xmethod_worker::clone): ... this and adjust.
6415         (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
6416         temporary vector.
6417         (gdbpy_get_xmethod_arg_types): Rename to...
6418         (python_xmethod_worker::do_get_arg_types): ... this and adjust.
6419         (gdbpy_get_xmethod_result_type): Rename to...
6420         (python_xmethod_worker::do_get_result_type): ... this and
6421         adjust.
6422         (gdbpy_invoke_xmethod): Rename to...
6423         (python_xmethod_worker::invoke): ... this and adjust.
6424         (new_python_xmethod_worker): Rename to...
6425         (python_xmethod_worker::python_xmethod_worker): ... this and
6426         adjust.
6427         * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
6428         Remove.
6429         (gdbpy_free_xmethod_worker_data): Remove.
6430         (gdbpy_get_matching_xmethod_workers): Use std::vector.
6431         (gdbpy_get_xmethod_arg_types): Remove.
6432         (gdbpy_get_xmethod_result_type): Remove.
6433         (gdbpy_invoke_xmethod): Remove.
6434         * python/python.c (python_extension_ops): Remove obsolete
6435         callbacks.
6436
6437 2018-01-05  Pedro Alves  <palves@redhat.com>
6438
6439         PR gdb/18653
6440         * common/signals-state-save-restore.c
6441         (save_original_signals_state): New parameter 'quiet'.  Warn if we
6442         find a custom handler preinstalled, instead of internal erroring.
6443         But only warn if !quiet.
6444         * common/signals-state-save-restore.h
6445         (save_original_signals_state): New parameter 'quiet'.
6446         * main.c (captured_main_1): Move save_original_signals_state call
6447         after option handling, and pass QUIET.
6448
6449 2018-01-05  Pedro Alves  <palves@redhat.com>
6450
6451         * spu-tdep.c (spu_catch_start): Pass
6452         symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
6453
6454 2018-01-05  Pedro Alves  <palves@redhat.com>
6455
6456         PR gdb/22670
6457         * ada-lang.c (literal_symbol_name_matcher): New function.
6458         (ada_get_symbol_name_matcher): Use it for
6459         symbol_name_match_type::SEARCH_NAME.
6460         * block.c (block_lookup_symbol): New parameter 'match_type'.  Pass
6461         it down instead of assuming symbol_name_match_type::FULL.
6462         * block.h (block_lookup_symbol): New parameter 'match_type'.
6463         * c-valprint.c (print_unpacked_pointer): Use
6464         lookup_symbol_search_name instead of lookup_symbol.
6465         * compile/compile-object-load.c (get_out_value_type): Pass down
6466         symbol_name_match_type::SEARCH_NAME.
6467         * cp-namespace.c (cp_basic_lookup_symbol): Pass down
6468         symbol_name_match_type::FULL.
6469         * cp-support.c (cp_get_symbol_name_matcher): Handle
6470         symbol_name_match_type::SEARCH_NAME.
6471         * infrun.c (insert_exception_resume_breakpoint): Use
6472         lookup_symbol_search_name.
6473         * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
6474         * psymtab.c (maintenance_check_psymtabs): Use
6475         symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
6476         * stack.c (print_frame_args): Use lookup_symbol_search_name and
6477         SYMBOL_SEARCH_NAME.
6478         * symtab.c (lookup_local_symbol): Don't demangle the lookup name
6479         if symbol_name_match_type::SEARCH_NAME.
6480         (lookup_symbol_in_language): Pass down
6481         symbol_name_match_type::FULL.
6482         (lookup_symbol_search_name): New.
6483         (lookup_language_this): Pass down
6484         symbol_name_match_type::SEARCH_NAME.
6485         (lookup_symbol_aux, lookup_local_symbol): New parameter
6486         'match_type'.  Pass it down.
6487         * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
6488         (lookup_symbol_search_name): New declaration.
6489         (lookup_symbol_in_block): New 'match_type' parameter.
6490
6491 2018-01-05  Pedro Alves  <palves@redhat.com>
6492
6493         PR gdb/22670
6494         * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
6495         ada_lookup_symbol.
6496         (ada_lookup_symbol): Reimplement in terms of
6497         ada_lookup_symbol_list, bits factored out from
6498         ada_lookup_encoded_symbol.
6499
6500 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
6501
6502         * ada-exp.y (write_object_renaming): When subscripting an array
6503         using a symbol as the index, pass the block in call to
6504         ada_lookup_encoded_symbol when looking that symbol up.
6505
6506 2018-01-05  Jerome Guitton  <guitton@adacore.com>
6507
6508         * ada-lang.c (ada_array_length): Use ada_index_type instead of
6509         TYPE_INDEX_TYPE.
6510
6511 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
6512
6513         * ada-lang.c (ada_to_fixed_value_create): Add handling of
6514         the case where VALUE_LVAL (val0) is not lval_memory.
6515
6516 2018-01-05  Xavier Roirand  <roirand@adacore.com>
6517
6518         * ada-valprint.c (print_optional_low_bound): Handle
6519         character-indexed array printing like boolean-indexed array
6520         printing.
6521
6522 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
6523
6524         * NEWS: Create a new section for the next release branch.
6525         Rename the section of the current branch, now that it has
6526         been cut.
6527
6528 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
6529
6530         GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
6531         * version.in: Bump version to 8.1.50.DATE-git.
6532
6533 2018-01-03  Xavier Roirand  <roirand@adacore.com>
6534
6535         * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
6536         Add field.
6537         * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
6538         Add field.
6539         (default_exception_support_info) <catch_handlers_sym>: Add field.
6540         (exception_support_info_fallback) <catch_handlers_sym>: Add field.
6541         (ada_exception_name_addr_1): Add "catch handlers" handling.
6542         (ada_exception_catchpoint_cond_string) <ex>: New parameter.
6543         Update all callers.
6544         (create_excep_cond_exprs) <ex>: Add parameter.
6545         (re_set_exception): Update create_excep_cond_exprs call.
6546         (print_it_exception, print_one_exception, print_mention_exception)
6547         (print_recreate_exception): Add "catch handler" handling.
6548         (allocate_location_catch_handlers, re_set_catch_handlers)
6549         (check_status_catch_handlers, print_it_catch_handlers)
6550         (print_one_catch_handlers, print_mention_catch_handlers)
6551         (print_recreate_catch_handlers): New function.
6552         (catch_handlers_breakpoint_ops): New variable.
6553         (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
6554         Add parameter.  Add "catch handler" handling.
6555         (ada_exception_sym_name, ada_exception_breakpoint_ops):
6556         Add "catch handler" handling.
6557         (ada_exception_catchpoint_cond_string): Add "catch handler"
6558         handling.
6559         (create_ada_exception_catchpoint): Update create_excep_cond_exprs
6560         call.
6561         (catch_ada_handlers_command): New function.
6562         (initialize_ada_catchpoint_ops): Initialize "catch handlers"
6563         operations structure.
6564         (_initialize_ada_language): Add "catch handlers" command entry.
6565         * NEWS: Document "catch handlers" feature.
6566
6567 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
6568
6569         * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
6570         account when creating the array type of the slice.
6571         (ada_value_slice): Likewise.
6572
6573 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
6574
6575         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
6576         New enum value.
6577         (create_array_type_with_stride): Add byte_stride_prop parameter.
6578         * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
6579         New parameter.  Update all callers in this file.
6580         (array_type_has_dynamic_stride): New function.
6581         (is_dynamic_type_internal, resolve_dynamic_array): Add handling
6582         of arrays with dynamic byte strides.
6583         * dwarf2read.c (read_array_type): Add support for dynamic
6584         DW_AT_byte_stride attributes.
6585
6586 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
6587
6588         * dwarf2read.c (read_unspecified_type): Treat
6589         DW_TAG_enumeration_type DIEs from Ada units as stubs.
6590
6591 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
6592
6593         Update copyright year range in all GDB files.
6594
6595 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
6596
6597         * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
6598         and gdb/testsuite/gdb.base/step-line.c.
6599
6600 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
6601
6602         * copyright.py (main): Dump the contents of
6603         MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
6604         even if BY_HAND is empty.
6605
6606 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
6607
6608         * top.c (print_gdb_version): Update Copyright year in version
6609         message.
6610
6611 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
6612
6613         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
6614
6615 For older changes see ChangeLog-2017.
6616 \f
6617 Local Variables:
6618 mode: change-log
6619 left-margin: 8
6620 fill-column: 74
6621 version-control: never
6622 coding: utf-8
6623 End: