Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfd
[external/binutils.git] / gdb / ChangeLog
1 2018-12-07  Pedro Alves  <palves@redhat.com>
2
3         * dwarf2read.c (get_gdb_index_contents_from_section): Use
4         gdb::make_array_view.
5
6 2018-12-05  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7
8         * language.c (_initialize_language): Fix leak by assigning
9         a static string to language.  Same for range and case_sensitive,
10         even if no leak is detected for these variables.
11
12 2018-12-05  John Baldwin  <jhb@FreeBSD.org>
13
14         * configure: Re-generate.
15         * configure.ac: Use separate sed expressions to escape variables
16         in auto-load directories.
17
18 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
19
20         * riscv-tdep.c (riscv_features_from_gdbarch_info): New function.
21         (riscv_find_default_target_description): Use new function to
22         extract feature from gdbarch_info.
23         (riscv_gdbarch_init): Add error checks for xlen and flen between
24         target description and bfd headers.  Be smarter about when we
25         think the hardware floating point abi should be used.
26
27 2018-12-05  Alan Hayward  <alan.hayward@arm.com>
28
29         * nat/aarch64-linux-hw-point.c
30         (aarch64_linux_any_set_debug_regs_state): New function.
31         * nat/aarch64-linux-hw-point.h
32         (aarch64_linux_any_set_debug_regs_state): New declaration.
33         * nat/aarch64-linux.c (aarch64_linux_new_thread): Check if any
34         BPs or WPs are set.
35
36 2018-11-30  John Baldwin  <jhb@FreeBSD.org>
37
38         * common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
39         (fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
40
41 2018-11-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
42             Simon Marchi  <simon.marchi@ericsson.com>
43
44         * linespec.c (symtab_vector_up): Remove.
45         (symtabs_from_filename): Change return type to std::vector.
46         (collect_symtabs_from_filename): Likewise.
47         (create_sals_line_offset): Assign return value of
48         collect_symtabs_from_filename to *ls->file_symtabs.
49         (convert_explicit_location_to_linespec): Remove call to release.
50         (parse_linespec): Likewise.
51         (symtab_collector) <symtab_collector>: Remove initialization of
52         m_symtabs.
53         <release_symtabs>: Change return type to std::vector<symtab *>.
54         <operator ()>: Adjust.
55
56 2018-11-30  John Baldwin  <jhb@FreeBSD.org>
57
58         * fbsd-nat.c [__FreeBSD_version >= 700009] (USE_SIGINFO): Macro
59         defined.
60         (union sigval32, struct siginfo32, fbsd_siginfo_size)
61         (fbsd_convert_siginfo): Make conditional on USE_SIGINFO instead
62         of KERN_PROC_AUXV and PT_LWPINFO.
63         (fbsd_nat_target::xfer_partial): Define method unconditionally.
64         Make TARGET_OBJECT_SIGNAL_INFO conditional on USE_SIGINFO.
65         Make TARGET_OBJECT_AUXV conditional on KERN_PROC_AUXV.
66         Make TARGET_OBJECT_FREEBSD_VMMAP and
67         TARGET_OBJECT_FREEBSD_PS_STRINGS conditional on KERN_PROC_VMMAP
68         and KERN_PROC_PS_STRINGS.
69         * fbsd-nat.h: Include <sys/proc.h>.
70         (fbsd_nat_target::xfer_partial): Declare method unconditionally.
71
72 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
73
74         * riscv-linux-nat.c: Add 'inferior.h' and 'target-descriptions.h'
75         header files.
76         (riscv_linux_nat_target::read_description): New method.
77
78 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
79
80         * arch/riscv.h (riscv_gdbarch_features::hash): New method.
81         * arch/riscv.c (struct riscv_gdbarch_features_hasher): New.
82         (riscv_tdesc_cache): New global.
83         (riscv_create_target_description): Look in the cache before
84         creating a new target description.
85
86 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
87
88         * arch/riscv.h (riscv_gdb_features::operator==): New.
89         (riscv_gdb_features::operator!=): New.
90         * riscv-tdep.c (riscv_gdbarch_init): Make use of the inequality
91         operator.
92
93 2018-11-30  Andrew Burgess  <andrew.burgess@embecosm.com>
94
95         * arch/riscv.h (riscv_create_target_description): Make return type
96         const.
97         * arch/riscv.c (riscv_create_target_description): Likewise.
98         * riscv-tdep.c (riscv_find_default_target_description): Likewise.
99
100 2018-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
101             Keith Seitz  <keiths@redhat.com>
102             Tom Tromey  <tom@tromey.com>
103             Sergio Durigan Junior  <sergiodj@redhat.com>
104
105         https://bugzilla.redhat.com/show_bug.cgi?id=1613614
106         * dwarf2read.c (dwarf2_find_containing_comp_unit): Add
107         'mid_cu->length' to '*cu_off' when checking if 'sect_off' is
108         inside the CU.
109
110 2018-11-30  Pedro Alves  <palves@redhat.com>
111
112         * aix-thread.c (aix_thread_target) <aix_thread_target>: Delete.
113         <stratum>: New override.
114         * bfd-target.c (aix_thread_target) <aix_thread_target>: Delete.
115         <stratum>: New override.
116         * bsd-uthread.c (bsd_uthread_target) <bsd_uthread_target>: Delete.
117         <stratum>: New override.
118         * exec.c (exec_target) <exec_target>: Delete.
119         <stratum>: New override.
120         * gdbarch-selftests.c (register_to_value_test): Adjust to use the
121         stratum method instead of the to_stratum field.
122         * linux-thread-db.c (thread_db_target) <thread_db_target>: Delete.
123         <stratum>: New override.
124         (thread_db_target::thread_db_target): Delete.
125         * make-target-delegates (print_class): Don't print a ctor
126         declaration.  Print a stratum method override declaration.
127         * process-stratum-target.h (process_stratum_target)
128         <process_stratum_target>: Delete.
129         <stratum>: New override.
130         * ravenscar-thread.c (ravenscar_thread_target)
131         <ravenscar_thread_target>: Delete.
132         <stratum>: New override.
133         * record-btrace.c (record_btrace_target)
134         <record_btrace_target>: Delete.
135         <stratum>: New override.
136         * record-full.c (record_full_base_target)
137         <record_full_base_target>: Delete.
138         <stratum>: New override.
139         * record.c (record_disconnect, record_detach)
140         (record_mourn_inferior, record_kill): Adjust to use the stratum
141         method instead of the to_stratum field.
142         * regcache.c (cooked_read_test, cooked_write_test): Likewise.
143         * sol-thread.c (sol_thread_target)
144         <sol_thread_target>: Delete.
145         <stratum>: New override.
146         * spu-multiarch.c (spu_multiarch_target)
147         <spu_multiarch_target>: Delete.
148         <stratum>: New override.
149         * target-delegates.c: Regenerate.
150         * target.c (target_stack::push, target_stack::unpush)
151         (pop_all_targets_above, pop_all_targets_at_and_above)
152         (info_target_command, target_require_runnable)
153         (target_stack::find_beneath): Adjust to use the stratum method
154         instead of the to_stratum field.
155         (dummy_target::dummy_target): Delete.
156         (dummy_target::stratum): New.
157         (debug_target::debug_target): Delete.
158         (debug_target::stratum): New.
159         (maintenance_print_target_stack): Adjust to use the stratum method
160         instead of the to_stratum field.
161         * target.h (struct target_ops) <stratum>: New method.
162         <to_stratum>: Delete.
163         <is_pushed>: Adjust to use the stratum method
164         instead of the to_stratum field.
165
166 2018-11-30  Pedro Alves  <palves@redhat.com>
167
168         * corelow.c (core_target) <has_all_memory, has_execution>: New
169         overrides.
170         * inf-child.c (inf_child_target::has_all_memory)
171         (inf_child_target::has_memory, inf_child_target::has_stack)
172         (inf_child_target::has_registers)
173         (inf_child_target::has_execution): Delete.
174         * inf-child.h (inf_child_target) <has_all_memory, has_memory,
175         has_stack, has_registers, has_execution>: Delete.
176         * process-stratum-target.c
177         (process_stratum_target::has_all_memory)
178         (process_stratum_target::has_memory)
179         (process_stratum_target::has_stack)
180         (process_stratum_target::has_registers)
181         (process_stratum_target::has_execution): New.
182         * process-stratum-target.h (process_stratum_target)
183         <has_all_memory, has_memory, has_stack, has_registers,
184         has_execution>: New method overrides.
185         * ravenscar-thread.c (ravenscar_thread_target) <has_all_memory,
186         has_memory, has_stack, has_registers, has_execution>: Delete.
187         * remote-sim.c (gdbsim_target) <has_stack, has_registers,
188         has_execution>: Delete.
189         * remote.c (remote_target) <has_all_memory, has_memory, has_stack,
190         has_registers, has_execution>: Delete.
191         * target.c (default_child_has_all_memory)
192         (default_child_has_memory, default_child_has_stack)
193         (default_child_has_registers, default_child_has_execution):
194         Delete.
195         * target.h (default_child_has_all_memory)
196         (default_child_has_memory, default_child_has_stack)
197         (default_child_has_registers, default_child_has_execution):
198         Delete.
199         * tracefile.h (tracefile_target) <has_execution>: New override.
200
201 2018-11-30  Pedro Alves  <palves@redhat.com>
202
203         * Makefile.in (COMMON_SFILES): Add process-stratum-target.c.
204         * bsd-kvm.c: Include "process-stratum-target.h".
205         (bsd_kvm_target): Now inherits from process_stratum_target.
206         (bsd_kvm_target::bsd_kvm_target): Default it.
207         * corelow.c: Include "process-stratum-target.h".
208         (core_target): Now inherits from process_stratum_target.
209         (core_target::core_target): Don't set to_stratum here.
210         * inf-child.c (inf_child_target::inf_child_target): Delete.
211         * inf-child.h: Include "process-stratum-target.h".
212         (inf_child_target): Inherit from process_stratum_target.
213         (inf_child_target) <inf_child_target>: Default it.
214         <can_async_p, supports_non_stop, supports_disable_randomization>:
215         Delete overrides.
216         * process-stratum-target.c: New file.
217         * process-stratum-target.h: New file.
218         * remote-sim.c: Include "process-stratum-target.h".
219         (gdbsim_target): Inherit from process_stratum_target.
220         <gdbsim_target>: Default it.
221         * remote.c: Include "process-stratum-target.h".
222         (remote_target): Inherit from process_stratum_target.
223         <remote_target>: Default it.
224         * target.c (default_thread_address_space)
225         (default_thread_architecture): Delete.
226         * target.h (target_ops) <thread_architecture>: Now returns NULL by
227         default.
228         <thread_address_space>: Ditto.
229         * test-target.h: Include "process-stratum-target.h" instead of
230         "target.h".
231         (test_target_ops): Inherit from process_stratum_target.
232         <test_target_ops>: Default it.
233         * tracefile.c (tracefile_target::tracefile_target): Delete.
234         * tracefile.h: Include "process-stratum-target.h".
235         (tracefile_target): Inherit from process_stratum_target.
236         <tracefile_target>: Default it.
237         * target-delegates.c: Regenerate.
238
239 2018-11-30  Pedro Alves  <palves@redhat.com>
240
241         * Makefile.in (COMMON_SFILES): Add test-target.c.
242         * gdbarch-selftests.c: Include "test-target.h".
243         * regcache.c: Include "test-target.h".
244         * target.c (test_target_info, test_target_ops::info): Move to ...
245         * test-target.c: ... this new file.
246         * target.h (test_target_ops): Move to ...
247         * test-target.h: ... this new file.
248
249 2018-11-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
250
251         * source.c (forward_search_command): Fix leak by using
252         xrealloc even for the first allocation in the loop, as buf
253         is static.
254
255 2018-11-29  Rajendra SY  <rajendra.sy@gmail.com>
256
257         PR gdb/23093
258         * gdb/fbsd-tdep.c (fbsd_gdb_signal_from_target)
259         (fbsd_gdb_signal_to_target): New.
260         (fbsd_init_abi): Install gdbarch "signal_from_target" and
261         "signal_to_target" methods.
262
263 2018-11-29  Tom Tromey  <tom@tromey.com>
264
265         * valarith.c (value_x_unop): Don't set argvec[3].
266
267 2018-11-26  Simon Marchi  <simon.marchi@ericsson.com>
268
269         PR gdb/23917
270         * sparc-linux-nat.c (sparc_linux_nat_target): Remove extraneous
271         semicolon.
272
273 2018-11-26  Pedro Alves  <palves@redhat.com>
274
275         * procfs.c (procfs_notice_thread): Replace uses of
276         in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
277         * sol-thread.c (sol_thread_target::wait)
278         (sol_update_thread_list_callback): Likewise.
279
280 2018-11-25  Tom Tromey  <tom@tromey.com>
281
282         * ui-out.c (ui_out::field_fmt): Remove comment.
283         * tui/tui-out.c (tui_ui_out::do_field_fmt): Remove comment.
284         * mi/mi-out.c (mi_ui_out::do_field_fmt): Remove comment.
285
286 2018-11-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
287
288         * source.c (open_source_file): Leak fixed in '8e6a5953e1d Fix 4K
289         leak in open_source_file' has been partially undone by '2179fbc36d23
290         Return scoped_fd from open_source_file'. Re-add the transfer of
291         current s->fullname to the unique_xmalloc_ptr fullname given
292         to find_and_open_source.
293
294 2018-11-23  Pedro Alves  <palves@redhat.com>
295
296         * gdbthread.h (enum thread_state): Move comments here.
297         (is_running, is_stopped, is_exited): Remove declarations.
298
299 2018-11-22  Pedro Alves  <palves@redhat.com>
300
301         * Makefile.in (COMMON_SFILES): Add thread-iter.c.
302         * breakpoint.c (breakpoints_should_be_inserted_now): Replace
303         ALL_NON_EXITED_THREADS with all_non_exited_threads.
304         (print_one_breakpoint_location): Replace ALL_INFERIORS with
305         all_inferiors.
306         * bsd-kvm.c: Include inferior.h.
307         * btrace.c (btrace_free_objfile): Replace ALL_NON_EXITED_THREADS
308         with all_non_exited_threads.
309         * common/filtered-iterator.h: New.
310         * common/safe-iterator.h: New.
311         * corelow.c (core_target_open): Don't call init_thread_list here.
312         * darwin-nat.c (thread_info_from_private_thread_info): Replace
313         ALL_THREADS with all_threads.
314         * fbsd-nat.c (fbsd_nat_target::resume): Replace
315         ALL_NON_EXITED_THREADS with inf->non_exited_threads.
316         * fbsd-tdep.c (fbsd_make_corefile_notes): Replace
317         ALL_NON_EXITED_THREADS with inf->non_exited_threads.
318         * fork-child.c (postfork_hook): Don't call init_thread_list here.
319         * gdbarch-selftests.c (register_to_value_test): Adjust.
320         * gdbthread.h: Don't include "inferior.h" here.
321         (struct inferior): Forward declare.
322         (enum step_over_calls_kind): Moved here from inferior.h.
323         (thread_info::deletable): Definition moved to thread.c.
324         (find_thread_ptid (inferior *, ptid_t)): Declare.
325         (ALL_THREADS, ALL_THREADS_BY_INFERIOR, ALL_THREADS_SAFE): Delete.
326         Include "thread-iter.h".
327         (all_threads, all_non_exited_threads, all_threads_safe): New.
328         (any_thread_p): Declare.
329         (thread_list): Delete.
330         * infcmd.c (signal_command): Replace ALL_NON_EXITED_THREADS with
331         all_non_exited_threads.
332         (proceed_after_attach_callback): Delete.
333         (proceed_after_attach): Take an inferior pointer instead of an
334         integer PID.  Adjust to use range-for.
335         (attach_post_wait): Pass down inferior pointer instead of pid.
336         Use range-for instead of ALL_NON_EXITED_THREADS.
337         (detach_command): Remove init_thread_list call.
338         * inferior-iter.h: New.
339         * inferior.c (struct delete_thread_of_inferior_arg): Delete.
340         (delete_thread_of_inferior): Delete.
341         (delete_inferior, exit_inferior_1): Use range-for with
342         inf->threads_safe() instead of iterate_over_threads.
343         (inferior_appeared): Call init_thread_list here.
344         (discard_all_inferiors): Use all_non_exited_inferiors.
345         (find_inferior_id, find_inferior_pid): Use all_inferiors.
346         (iterate_over_inferiors): Use all_inferiors_safe.
347         (have_inferiors, number_of_live_inferiors): Use
348         all_non_exited_inferiors.
349         (number_of_inferiors): Use all_inferiors and std::distance.
350         (print_inferior): Use all_inferiors.
351         * inferior.h: Include gdbthread.h.
352         (enum step_over_calls_kind): Moved to gdbthread.h.
353         (struct inferior) <thread_list>: New field.
354         <threads, non_exited_threads, threads_safe>: New methods.
355         (ALL_INFERIORS): Delete.
356         Include "inferior-iter.h".
357         (ALL_NON_EXITED_INFERIORS): Delete.
358         (all_inferiors_safe, all_inferiors, all_non_exited_inferiors): New
359         functions.
360         * inflow.c (child_interrupt, child_pass_ctrlc): Replace
361         ALL_NON_EXITED_THREADS with all_non_exited_threads.
362         * infrun.c (follow_exec): Use all_threads_safe.
363         (clear_proceed_status, proceed): Use all_non_exited_threads.
364         (init_wait_for_inferior): Don't clear inline frame state here.
365         (infrun_thread_stop_requested, for_each_just_stopped_thread): Use
366         all_threads instead of ALL_NON_EXITED_THREADS.
367         (random_pending_event_thread): Use all_non_exited_threads instead
368         of ALL_NON_EXITED_THREADS.  Use a lambda for repeated code.
369         (clean_up_just_stopped_threads_fsms): Use all_non_exited_threads
370         instead of ALL_NON_EXITED_THREADS.
371         (handle_no_resumed): Use all_non_exited_threads instead of
372         ALL_NON_EXITED_THREADS.  Use all_inferiors instead of
373         ALL_INFERIORS.
374         (restart_threads, switch_back_to_stepped_thread): Use
375         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
376         * linux-nat.c (check_zombie_leaders): Replace ALL_INFERIORS with
377         all_inferiors.
378         (kill_unfollowed_fork_children): Use inf->non_exited_threads
379         instead of ALL_NON_EXITED_THREADS.
380         * linux-tdep.c (linux_make_corefile_notes): Use
381         inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
382         * linux-thread-db.c (thread_db_target::update_thread_list):
383         Replace ALL_INFERIORS with all_inferiors.
384         (thread_db_target::thread_handle_to_thread_info): Use
385         inf->non_exited_threads instead of ALL_NON_EXITED_THREADS.
386         * mi/mi-interp.c (multiple_inferiors_p): New.
387         (mi_on_resume_1): Simplify using all_non_exited_threads and
388         multiple_inferiors_p.
389         * mi/mi-main.c (mi_cmd_thread_list_ids): Use all_non_exited_threads
390         instead of ALL_NON_EXITED_THREADS.
391         * nto-procfs.c (nto_procfs_target::open): Don't call
392         init_thread_list here.
393         * record-btrace.c (record_btrace_target_open)
394         (record_btrace_target::stop_recording)
395         (record_btrace_target::close)
396         (record_btrace_target::record_is_replaying)
397         (record_btrace_target::resume, record_btrace_target::wait)
398         (record_btrace_target::record_stop_replaying): Use
399         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
400         * record-full.c (record_full_wait_1): Use all_non_exited_threads
401         instead of ALL_NON_EXITED_THREADS.
402         * regcache.c (cooked_read_test): Remove reference to global
403         thread_list.
404         * remote-sim.c (gdbsim_target::create_inferior): Don't call
405         init_thread_list here.
406         * remote.c (remote_target::update_thread_list): Use
407         all_threads_safe instead of ALL_NON_EXITED_THREADS.
408         (remote_target::process_initial_stop_replies): Replace
409         ALL_INFERIORS with all_non_exited_inferiors and use
410         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
411         (remote_target::open_1): Don't call init_thread_list here.
412         (remote_target::append_pending_thread_resumptions)
413         (remote_target::remote_resume_with_hc): Use all_non_exited_threads
414         instead of ALL_NON_EXITED_THREADS.
415         (remote_target::commit_resume)
416         (remote_target::remove_new_fork_children): Replace ALL_INFERIORS
417         with all_non_exited_inferiors and use all_non_exited_threads
418         instead of ALL_NON_EXITED_THREADS.
419         (remote_target::kill_new_fork_children): Use
420         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.  Remove
421         init_thread_list and init_wait_for_inferior calls.
422         (remote_target::remote_btrace_maybe_reopen)
423         (remote_target::thread_handle_to_thread_info): Use
424         all_non_exited_threads instead of ALL_NON_EXITED_THREADS.
425         * target.c (target_terminal::restore_inferior)
426         (target_terminal_is_ours_kind): Replace ALL_INFERIORS with
427         all_non_exited_inferiors.
428         * thread-iter.c: New file.
429         * thread-iter.h: New file.
430         * thread.c: Include "inline-frame.h".
431         (thread_list): Delete.
432         (clear_thread_inferior_resources): Call clear_inline_frame_state.
433         (init_thread_list): Use all_threads_safe instead of
434         ALL_THREADS_SAFE.  Adjust to per-inferior thread lists.
435         (new_thread): Adjust to per-inferior thread lists.
436         (add_thread_silent): Pass inferior to find_thread_ptid.
437         (thread_info::deletable): New, moved from the header.
438         (delete_thread_1): Adjust to per-inferior thread lists.
439         (find_thread_global_id): Use inf->threads().
440         (find_thread_ptid): Use find_inferior_ptid and pass inferior to
441         find_thread_ptid.
442         (find_thread_ptid(inferior*, ptid_t)): New overload.
443         (iterate_over_threads): Use all_threads_safe.
444         (any_thread_p): New.
445         (thread_count): Use all_threads and std::distance.
446         (live_threads_count): Use all_non_exited_threads and
447         std::distance.
448         (valid_global_thread_id): Use all_threads.
449         (in_thread_list): Use find_thread_ptid.
450         (first_thread_of_inferior): Adjust to per-inferior thread lists.
451         (any_thread_of_inferior, any_live_thread_of_inferior): Use
452         inf->non_exited_threads().
453         (prune_threads, delete_exited_threads): Use all_threads_safe.
454         (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
455         (set_resumed, set_running): Use all_non_exited_threads.
456         (is_thread_state, is_stopped, is_exited, is_running)
457         (is_executing): Delete.
458         (set_executing, set_stop_requested, finish_thread_state): Use
459         all_non_exited_threads.
460         (print_thread_info_1): Use all_inferiors and all_threads.
461         (thread_apply_all_command): Use all_non_exited_threads.
462         (thread_find_command): Use all_threads.
463         (update_threads_executing): Use all_non_exited_threads.
464         * tid-parse.c (parse_thread_id): Use inf->threads.
465         * x86-bsd-nat.c (x86bsd_dr_set): Use inf->non_exited_threads ().
466
467 2018-11-22  Pedro Alves  <palves@redhat.com>
468
469         * infrun.c (follow_exec) <set follow-exec new>: Add thread and
470         switch to it before calling into try_open_exec_file.
471
472 2018-11-22  Pedro Alves  <palves@redhat.com>
473
474         * cli/cli-interp.c (cli_on_user_selected_context_changed): Use
475         inferior_thread instead of find_thread_ptid, and only when
476         inferior_ptid is not null_ptid.
477         * inferior.c (add_inferior): Don't include target_pid_to_str
478         output when the inferior is not started.
479         * python/py-inferior.c (python_on_normal_stop): Don't use
480         find_thread_ptid.
481         (tui_on_user_selected_context_changed): Use inferior_thread
482         instead of find_thread_ptid, and only when inferior_ptid is not
483         null_ptid.
484
485 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
486
487         PR python/23714
488         * gdb/python/python.c (execute_gdb_command): Call
489         prevent_dont_repeat earlier to avoid affecting dont_repeat.
490
491 2018-11-21  Andrew Burgess  <andrew.burgess@embecosm.com>
492
493         * Makefile.in (ALL_TARGET_OBS): Add arch/riscv.o.
494         (HFILES_NO_SRCDIR): Add arch/riscv.h.
495         * arch/riscv.c: New file.
496         * arch/riscv.h: New file.
497         * configure.tgt: Add cpu_obs list of riscv, move riscv-tdep.o into
498         this list, and add arch/riscv.o.
499         * features/Makefile: Add riscv features.
500         * features/riscv/32bit-cpu.c: New file.
501         * features/riscv/32bit-cpu.xml: New file.
502         * features/riscv/32bit-csr.c: New file.
503         * features/riscv/32bit-csr.xml: New file.
504         * features/riscv/32bit-fpu.c: New file.
505         * features/riscv/32bit-fpu.xml: New file.
506         * features/riscv/64bit-cpu.c: New file.
507         * features/riscv/64bit-cpu.xml: New file.
508         * features/riscv/64bit-csr.c: New file.
509         * features/riscv/64bit-csr.xml: New file.
510         * features/riscv/64bit-fpu.c: New file.
511         * features/riscv/64bit-fpu.xml: New file.
512         * features/riscv/rebuild-csr-xml.sh: New file.
513         * riscv-tdep.c: Add 'arch/riscv.h' include.
514         (riscv_gdb_reg_names): Delete.
515         (csr_reggroup): New global.
516         (struct riscv_register_alias): Delete.
517         (struct riscv_register_feature): New structure.
518         (riscv_register_aliases): Delete.
519         (riscv_xreg_feature): New global.
520         (riscv_freg_feature): New global.
521         (riscv_virtual_feature): New global.
522         (riscv_csr_feature): New global.
523         (riscv_create_csr_aliases): New function.
524         (riscv_read_misa_reg): Delete.
525         (riscv_has_feature): Delete.
526         (riscv_isa_xlen): Simplify, just return cached xlen.
527         (riscv_isa_flen): Simplify, just return cached flen.
528         (riscv_has_fp_abi): Update for changes in struct gdbarch_tdep.
529         (riscv_register_name): Update to make use of tdesc_register_name.
530         Look up xreg and freg names in the new globals riscv_xreg_feature
531         and riscv_freg_feature.  Don't supply csr aliases here.
532         (riscv_fpreg_q_type): Delete.
533         (riscv_register_type): Use tdesc_register_type in almost all
534         cases, override the returned type in a few specific cases only.
535         (riscv_print_one_register_info): Handle errors reading registers.
536         (riscv_register_reggroup_p): Use tdesc_register_in_reggroup_p for
537         registers that are otherwise unknown to GDB.  Also check the
538         csr_reggroup.
539         (riscv_print_registers_info): Remove assert about upper register
540         number, and use gdbarch_register_reggroup_p instead of
541         short-cutting.
542         (riscv_find_default_target_description): New function.
543         (riscv_check_tdesc_feature): New function.
544         (riscv_add_reggroups): New function.
545         (riscv_setup_register_aliases): New function.
546         (riscv_init_reggroups): New function.
547         (_initialize_riscv_tdep): Add calls to setup CSR aliases, and
548         setup register groups.  Register new riscv debug variable.
549         * riscv-tdep.h: Add 'arch/riscv.h' include.
550         (struct gdbarch_tdep): Remove abi union, and add
551         riscv_gdbarch_features field.  Remove cached quad floating point
552         type, and provide initialisation for double type field.
553         * target-descriptions.c (maint_print_c_tdesc_cmd): Add riscv to
554         the list of targets using the feature based target descriptions.
555         * NEWS: Mention target description support.
556
557 2018-11-21  Pedro Alves  <palves@redhat.com>
558
559         * valops.c (find_method_list, value_find_oload_method_list)
560         (find_overload_match, find_oload_champ): Rename parameters and
561         locals.
562
563 2018-11-21  Pedro Alves  <palves@redhat.com>
564
565         * valops.c (find_method_list): Replace pointer and length
566         parameters with an gdb::array_view.  Adjust.
567         (value_find_oload_method_list): Likewise.
568         (find_overload_match): Use gdb::array_view for methods list.
569         Adjust to find_oload_champ interface change.
570         (find_oload_champ): 'xm_worker_vec' parameter now a pointer/array.
571         'num_fns' parameter now a size_t.  Eliminate 'fn_count' local.
572
573 2018-11-21  Pedro Alves  <palves@redhat.com>
574
575         * gdbtypes.c (compare_badness): Change type of parameters to const
576         reference.  Adjust to badness_vector being a std::vector now.
577         (rank_function): Adjust to badness_vector being a std::vector now.
578         * gdbtypes.h (badness_vector): Now a typedef to std::vector.
579         (LENGTH_MATCH): Delete.
580         (compare_badness): Change type of parameters to const reference.
581         (rank_function): Return a badness_vector by value now.
582         (find_overload_match): Adjust to badness_vector being a
583         std::vector now.  Remove cleanups.
584         (find_oload_champ_namespace): 'oload_champ_bv' parameter now a
585         badness_vector pointer.
586         (find_oload_champ_namespace_loop): 'oload_champ_bv' parameter now
587         a badness_vector pointer.  Adjust to badness_vector being a
588         std::vector now.  Remove cleanups.
589         (find_oload_champ): 'oload_champ_bv' parameter now
590         a badness_vector pointer.  Adjust to badness_vector being a
591         std::vector now.  Remove cleanups.
592
593 2018-11-21  Pedro Alves  <palves@redhat.com>
594
595         * cp-support.c (sym_return_val_size, sym_return_val_index)
596         (sym_return_val): Delete.
597         (overload_list_add_symbol): Add std::vector parameter.  Adjust to
598         add to the vector.
599         (make_symbol_overload_list): Adjust to return a std::vector
600         instead of maintaining a global open coded vector.
601         (make_symbol_overload_list_block): Add std::vector parameter.
602         (make_symbol_overload_list_block): Rename to ...
603         (add_symbol_overload_list_block): ... this and add std::vector
604         parameter.
605         (make_symbol_overload_list_namespace): Rename to ...
606         (add_symbol_overload_list_namespace): ... this and add std::vector
607         parameter.
608         (make_symbol_overload_list_adl_namespace): Rename to ...
609         (add_symbol_overload_list_adl_namespace): ... this and add
610         std::vector parameter.
611         (make_symbol_overload_list_adl): Delete.
612         (add_symbol_overload_list_adl): New.
613         (make_symbol_overload_list_using): Rename to ...
614         (add_symbol_overload_list_using): ... this and add std::vector
615         parameter.
616         (make_symbol_overload_list_qualified): Rename to ...
617         (add_symbol_overload_list_qualified): ... this and add std::vector
618         parameter.
619         * cp-support.h: Include "common/array-view.h" and <vector>.
620         (make_symbol_overload_list): Change return type to std::vector.
621         (make_symbol_overload_list_adl): Delete declaration.
622         (add_symbol_overload_list_adl): New declaration.
623         * valops.c (find_overload_match): Local 'oload_syms' now a
624         std::vector.
625         (find_oload_champ_namespace): 'oload_syms' parameter now a
626         std::vector pointer.
627         (find_oload_champ_namespace_loop): 'oload_syms' parameter now a
628         std::vector pointer.  Adjust to new make_symbol_overload_list
629         interface.
630
631 2018-11-21  Pedro Alves  <palves@redhat.com>
632
633         * common/array-view.h (array_view::splice(size_type, size_t)): New.
634         (array_view::splice(size_type)): New.
635         * eval.c (eval_call, evaluate_funcall): Adjust to use array_view.
636         * extension.c (xmethod_worker::get_arg_types): Adjust to return an
637         std::vector.
638         (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
639         * extension.h: Include "common/array-view.h".
640         (xmethod_worker::invoke): Adjust to use gdb::array_view.
641         (xmethod_worker::get_arg_types): Adjust to return an std::vector.
642         (xmethod_worker::get_result_type): Adjust to use gdb::array_view.
643         (xmethod_worker::do_get_arg_types): Adjust to use std::vector.
644         (xmethod_worker::do_get_result_type): Adjust to use
645         gdb::array_view.
646         * gdbtypes.c (rank_function): Adjust to use gdb::array_view.
647         * gdbtypes.h: Include "common/array-view.h".
648         (rank_function): Adjust to use gdb::array_view.
649         * python/py-xmethods.c (python_xmethod_worker::invoke)
650         (python_xmethod_worker::do_get_arg_types)
651         (python_xmethod_worker::do_get_result_type)
652         (python_xmethod_worker::invoke): Adjust to new interfaces.
653         * valarith.c (value_user_defined_cpp_op, value_user_defined_op)
654         (value_x_binop, value_x_unop): Adjust to use gdb::array_view.
655         * valops.c (find_overload_match, find_oload_champ_namespace)
656         (find_oload_champ_namespace_loop, find_oload_champ): Adjust to use
657         gdb:array_view and the new xmethod_worker interfaces.
658         * value.c (result_type_of_xmethod, call_xmethod): Adjust to use
659         gdb::array_view.
660         * value.h (find_overload_match, result_type_of_xmethod)
661         (call_xmethod): Adjust to use gdb::array_view.
662         * unittests/array-view-selftests.c: Add slicing tests.
663
664 2018-11-21  Pedro Alves  <palves@redhat.com>
665
666         * ada-lang.c (ada_evaluate_subexp): Adjust to pass an array_view.
667         * common/array-view.h (make_array_view): New.
668         * compile/compile-object-run.c (compile_object_run): Adjust to
669         pass an array_view.
670         * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust.
671         * eval.c (eval_call): Adjust to pass an array_view.
672         (evaluate_subexp_standard): Adjust to pass an array_view.
673         * gcore.c (call_target_sbrk): Adjust to pass an array_view.
674         * guile/scm-value.c (gdbscm_value_call): Likewise.
675         * infcall.c (push_dummy_code): Replace pointer + size parameters
676         with an array_view parameter.
677         (call_function_by_hand, call_function_by_hand_dummy): Likewise and
678         adjust.
679         * infcall.h: Include "common/array-view.h".
680         (call_function_by_hand, call_function_by_hand_dummy): Replace
681         pointer + size parameters with an array_view parameter.
682         * linux-fork.c (inferior_call_waitpid): Adjust to use array_view.
683         * linux-tdep.c (linux_infcall_mmap): Likewise.
684         * objc-lang.c (lookup_objc_class, lookup_child_selector)
685         (value_nsstring, print_object_command): Likewise.
686         * python/py-value.c (valpy_call): Likewise.
687         * rust-lang.c (rust_evaluate_funcall): Likewise.
688         * spu-tdep.c (flush_ea_cache): Likewise.
689         * valarith.c (value_x_binop, value_x_unop): Likewise.
690         * valops.c (value_allocate_space_in_inferior): Likewise.
691         * unittests/array-view-selftests.c (run_tests): Add
692         gdb::make_array_view test.
693
694 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
695
696         * cli-out.c (cli_ui_out::do_field_int): Use string_printf rather
697         than a fixed size buffer.
698
699 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
700
701         * breakpoint.c (print_one_breakpoint_location): Reduce whitespace,
702         and remove insertion of extra spaces in GDB's output.
703         * cli-out.c (cli_ui_out::do_field_fmt): Update header comment.
704         Layout field into a temporary buffer, and then output it as a
705         string field.
706
707 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
708
709         * NEWS: Document the language choice done by
710         'info [types|functions|variables]|rbreak'.
711
712 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
713
714         * symtab.c (treg_matches_sym_type_name): Use
715         scoped_switch_to_sym_language_if_auto instead of local logic.
716         (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
717         to switch to SYM language when language mode is auto.
718
719 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
720
721         * language.h (scoped_switch_to_sym_language_if_auto): New class.
722
723 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
724
725         * symtab.c (search_symbols): Properly check absence of type regexp
726         before entering the loop scanning the minimal symbols.
727
728 2018-11-20  John Darrington  <john@darrington.wattle.id.au>
729
730         * s12z-tdep.c (s12z_extract_return_value): New function.
731         (inv_reg_perm) New array.
732         (s12z_return_value): Populate readbuf if non-null.
733
734 2018-11-20  Eli Zaretskii  <eliz@gnu.org>
735
736         * common/filestuff.c (gdb_fopen_cloexec): Disable use of "e" mode
737         with 'fopen' also if O_CLOEXEC is equal to O_NOINHERIT, to cater
738         to MinGW fixed by Gnulib.
739         (O_NOINHERIT): Define if not defined.
740
741 2018-11-19  John Darrington  <john@darrington.wattle.id.au>
742
743         * s12z-tdep.c (s12z_frame_cache): Add an assertion.
744
745 2018-11-19  Simon Marchi  <simon.marchi@polymtl.ca>
746
747         * infrun.c (displaced_step_inferior_state) <next>: Remove.
748
749 2018-11-19  Tom Tromey  <tom@tromey.com>
750
751         * source.c (get_filename_and_charpos): Return void.
752
753 2018-11-19  Simon Marchi  <simon.marchi@polymtl.ca>
754
755         * skip.c (_initialize_step_skip): Fix "info skip" help.
756
757 2018-11-16  Tom Tromey  <tom@tromey.com>
758
759         PR rust/23625:
760         * rust-lang.c (rust_internal_print_type): Handle TYPE_CODE_PTR.
761
762 2018-11-19  Simon Marchi  <simon.marchi@ericsson.com>
763
764         * infrun.c (displaced_step_inferior_states): Change type to
765         std::forward_list.
766         (get_displaced_stepping_state): Adjust.
767         (displaced_step_in_progress_any_inferior): Adjust.
768         (add_displaced_stepping_state): Adjust.
769         (remove_displaced_stepping_state): Adjust.
770
771 2018-11-18  Tom Tromey  <tom@tromey.com>
772
773         PR build/23814:
774         * target-delegates.c: Rebuild.
775         * ia64-linux-nat.c (class ia64_linux_nat_target)
776         <have_steppable_watchpoint>: Use override.  Return true, not 1.
777         (ia64_linux_nat_target::can_use_hw_breakpoint): Rename.  Remove
778         "self" argument.
779         (ia64_linux_nat_target::low_new_thread): Rename.
780         (class ia64_linux_nat_target) <read_description>: Don't declare.
781         * target.h (struct target_ops) <have_steppable_watchpoint>: Return
782         bool.
783
784 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
785
786         PR gdb/22736:
787         * aarch64-tdep.c (aarch64_push_dummy_call): Remove
788         lang_struct_return code.
789
790 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
791
792         * aarch64-tdep.c (aarch64_push_dummy_call): Replace arg with
793         return_method.
794         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
795         * amd64-tdep.c (amd64_push_arguments): Likewise.
796         (amd64_push_dummy_call): Likewise.
797         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
798         * arc-tdep.c (arc_push_dummy_call): Likewise.
799         * arm-tdep.c (arm_push_dummy_call): Likewise.
800         * avr-tdep.c (avr_push_dummy_call): Likewise.
801         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
802         * cris-tdep.c (cris_push_dummy_call): Likewise.
803         * csky-tdep.c (csky_push_dummy_call): Likewise.
804         * frv-tdep.c (frv_push_dummy_call): Likewise.
805         * gdbarch.c: Regenerate.
806         * gdbarch.h: Regenerate.
807         * gdbarch.sh (gdbarch_push_dummy_call): Replace arg with
808         return_method.
809         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
810         * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
811         (hppa64_push_dummy_call): Likewise.
812         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
813         * i386-tdep.c (i386_push_dummy_call): Likewise.
814         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
815         * infcall.c (call_function_by_hand_dummy): Likewise.
816         * iq2000-tdep.c (iq2000_push_dummy_call): Likewise.
817         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
818         * m32c-tdep.c (m32c_push_dummy_call): Likewise.
819         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
820         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
821         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
822         * mep-tdep.c (mep_push_dummy_call): Likewise.
823         * mips-tdep.c (mips_eabi_push_dummy_call): Likewise.
824         (mips_n32n64_push_dummy_call): Likewise.
825         (mips_o32_push_dummy_call): Likewise.
826         (mips_o64_push_dummy_call): Likewise.
827         * mn10300-tdep.c (mn10300_push_dummy_call): Likewise.
828         * msp430-tdep.c (msp430_push_dummy_call): Likewise.
829         * nds32-tdep.c (nds32_push_dummy_call): Likewise.
830         * nios2-tdep.c (nios2_push_dummy_call): Likewise.
831         * or1k-tdep.c (or1k_push_dummy_call): Likewise.
832         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
833         (ppc64_sysv_abi_push_dummy_call): Likewise.
834         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Likewise.
835         (ppc64_sysv_abi_push_dummy_call): Likewise.
836         * riscv-tdep.c (riscv_push_dummy_call): Likewise.
837         * rl78-tdep.c (rl78_push_dummy_call): Likewise.
838         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
839         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
840         * rx-tdep.c (rx_push_dummy_call): Likewise.
841         * s390-tdep.c (s390_push_dummy_call): Likewise.
842         * score-tdep.c (score_push_dummy_call): Likewise.
843         * sh-tdep.c (sh_push_dummy_call_fpu): Likewise.
844         (sh_push_dummy_call_nofpu): Likewise.
845         * sparc-tdep.c (sparc32_store_arguments): Likewise.
846         (sparc32_push_dummy_call): Likewise.
847         * sparc64-tdep.c (sparc64_store_arguments): Likewise.
848         (sparc64_push_dummy_call): Likewise.
849         * spu-tdep.c (spu_push_dummy_call): Likewise.
850         * tic6x-tdep.c (tic6x_push_dummy_call): Likewise.
851         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
852         * v850-tdep.c (v850_push_dummy_call): Likewise.
853         * vax-tdep.c (vax_push_dummy_call): Likewise.
854         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
855         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
856
857 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
858
859         * gdbarch.sh (enum function_call_return_method): Add enum.
860         * gdbarch.h: Regenerate.
861         * infcall.c (call_function_by_hand_dummy): Replace vars with enum.
862
863 2018-11-15  Joel Brobecker  <brobecker@adacore.com>
864
865         * unittests/copy_bitwise-selftests.c: New file.
866         * utils.c (selftests::bits_to_str, selftests::check_copy_bitwise)
867         (selftests::copy_bitwise_tests): Delete, moving this code to
868         unittests/copy_bitwise-selftests.c instead.
869         (_initialize_utils): Do not register copy_bitwise tests.
870         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
871         unittests/copy_bitwise-selftests.c.
872
873 2018-11-14  Joel Brobecker  <brobecker@adacore.com>
874
875         * ada-lang.c (move_bits): Delete. Update all callers to use
876         copy_bitwise instead.
877         * dwarf2loc.c (copy_bitwise, bits_to_str::bits_to_str)
878         (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
879         Move from here to utils.c.
880         (_initialize_dwarf2loc): Remove call to register copy_bitwise
881         selftests.
882         * utils.h (copy_bitwise): Add declaration.
883         * utils.c (copy_bitwise, bits_to_str::bits_to_str)
884         (selftests::check_copy_bitwise, selftests::copy_bitwise_tests):
885         Moved here from dwarf2loc.c.
886         (_initialize_utils): Register copy_bitwise selftests.
887
888 2018-11-14  Jim Wilson  <jimw@sifive.com>
889
890         * riscv-tdep.c (struct riscv_arg_info): New field is_unnamed.
891         (riscv_call_arg_scalar_int): If unnamed arg with twice xlen alignment,
892         then increment next_regnum if odd.
893         (riscv_arg_location): New arg is_unnamed.  Set ainfo->is_unnamed.
894         (riscv_push_dummy_call): New local ftype.  Call check_typedef to set
895         function type.  Pass new arg to riscv_arg_location based on function
896         type.
897         (riscv_return_value): Pass new arg to riscv_arg_location.
898
899         * riscv-tdep.c (BIGGEST_ALIGNMENT): New.
900         (riscv_type_alignment) <TYPE_CODE_ARRAY>: If TYPE_VECTOR, return min
901         of TYPE_LENGTH and BIGGEST_ALIGNMENT.
902
903         * riscv-tdep.c (riscv_call_arg_scalar_int): Use std::min when
904         setting len.  New local align, set to max of arg align and xlen,
905         and pass to first riscv_assign_stack_location call.
906
907 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
908
909         * skip.c (complete_skip_number): New function.
910         (_initialize_step_skip): Add completers to some skip commands.
911
912 2018-11-09  Tom Tromey  <tom@tromey.com>
913
914         * remote.c (remote_g_packet_guess_s): Remove typedef and DEF_VEC.
915         (struct remote_g_packet_data): Derive from allocate_on_obstack.
916         <guesses>: Now a std::vector.
917         (remote_g_packet_data_init, register_remote_g_packet_guess):
918         Update.
919         (remote_read_description_p): Update.  Return bool.
920         (remote_target::read_description): Update.
921         (struct remote_g_packet_guess): Add constructor.
922
923 2018-11-09  Tom Tromey  <tom@tromey.com>
924
925         * common/scoped_fd.h (class scoped_fd): Add move constructor and
926         move assignment operator.
927         * psymtab.c (psymtab_to_fullname): Update.
928         * source.h (open_source_file): Return scoped_fd.
929         (find_and_open_source): Likewise.
930         * source.c (open_source_file): Return scoped_fd.
931         (get_filename_and_charpos): Update.
932         (print_source_lines_base): Update.  Use scoped_fd::to_file.
933         (forward_search_command): Likewise.
934         (reverse_search_command): Likewise.
935         (find_and_open_source): Return scoped_fd.
936         * tui/tui-source.c (tui_set_source_content): Update.  Use
937         gdb_file_up.
938
939 2018-11-09  John Baldwin  <jhb@FreeBSD.org>
940
941         * minsyms.c (minimal_symbol_reader::install): Fix unsigned
942         overflow.
943
944 2018-11-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
945
946         * configure: Regenerate.
947
948 2018-11-09  Tom de Vries  <tdevries@suse.de>
949
950         * symtab.c (symbol_set_names): Call symbol_find_demangled_name
951         unconditionally, to set the language of the symbol.  Manage freeing
952         returned pointer using gdb::unique_xmalloc_ptr.
953
954 2018-11-08  Tom Tromey  <tom@tromey.com>
955
956         * record.c (require_record_target): Upper-case "<TAB>".
957
958 2018-11-08  Tom Tromey  <tom@tromey.com>
959
960         * python/lib/gdb/command/pretty_printers.py
961         (InfoPrettyPrinter.invoke): Don't indent "objfile" heading.
962
963 2018-11-08  Tom Tromey  <tom@tromey.com>
964
965         PR gdb/23555:
966         PR gdb/23838:
967         * target.h (target_supports_terminal_ours): Return bool.
968         * target.c (target_supports_terminal_ours): Handle case where
969         current_top_target returns nullptr.  Return bool.
970
971 2018-11-08  Joel Brobecker  <brobecker@adacore.com>
972
973         * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1):
974         return the correct count for potential HFAs.
975
976 2018-11-08  Jan Beulich  <jbeulich@suse.com>
977
978         * i387-tdep.c (i387_supply_xsave): Split handling of
979         X86_XSTATE_ZMM_H and X86_XSTATE_ZMM.
980         (i387_collect_xsave): Likewise.
981
982 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
983
984         * riscv-tdep.c (riscv_insn::decode): Update header comment.
985         (riscv_frame_this_id): Catch errors thrown while building the
986         frame cache, leave the frame id as the default, which is the outer
987         frame id.
988
989 2018-11-07  Joel Brobecker  <brobecker@adacore.com>
990
991         * ada-lang.c (read_atcb): Only set task_info->called_task if
992         task_info->state == Entry_Caller_Sleep.
993         (print_ada_task_info): Do not check task_info->state before
994         checking task_info->called_task.
995         (info_task): Likewise.
996
997 2018-11-07  Joel Brobecker  <brobecker@adacore.com>
998
999         * ada-tasks.c (read_atcb): Clear task_info before computing
1000         the value of each of its fields.
1001
1002 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1003
1004         * dwarf2read.c (dwarf2_init_integer_type): Check for name being
1005         NULL before dereferencing it.
1006
1007 2018-11-06  Tom de Vries  <tdevries@suse.de>
1008
1009         * linux-tdep.c (linux_vsyscall_range_raw): Use xmalloc to allocate
1010         program headers.
1011
1012 2018-11-06  Max Filippov  <jcmvbkbc@gmail.com>
1013
1014         * configure.tgt (xtensa*-*-linux*): Change to xtensa*-*-*linux*
1015         so that it applies to uclinux as well.
1016
1017 2018-11-06  Marius Muench  <marius.muench@eurecom.fr>
1018
1019         * arm-tdep.c (arm_scan_prologue): Don't dereference FP reg
1020         when on AAPCS.
1021
1022 2018-11-06  John Baldwin  <jhb@FreeBSD.org>
1023
1024         * riscv-fbsd-nat.c (getregs_supplies): Return true for
1025         RISCV_CSR_SSTATUS_REGNUM.
1026
1027 2018-11-04  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1028
1029         * source.c (open_source_file): Fix leak by transferring the
1030         current s->fullname to the unique_xmalloc_ptr fullname given
1031         to find_and_open_source.
1032
1033 2018-11-04  Tom Tromey  <tom@tromey.com>
1034
1035         * varobj.c (install_default_visualizer): Update.
1036         * python/python-internal.h (gdbpy_get_varobj_pretty_printer):
1037         Return gdbpy_ref.
1038         * python/py-prettyprint.c (search_pp_list): Return gdbpy_ref.
1039         (find_pretty_printer_from_progspace)
1040         (find_pretty_printer_from_gdb, find_pretty_printer)
1041         (gdbpy_get_varobj_pretty_printer): Return gdbpy_ref.
1042         (gdbpy_get_varobj_pretty_printer, gdbpy_default_visualizer):
1043         Update.
1044
1045 2018-11-04  Tom Tromey  <tom@tromey.com>
1046
1047         * python/python.c (gdbpy_parameter_value): Update.
1048         * python/python-internal.h (python_string_to_unicode)
1049         (python_string_to_target_python_string)
1050         (host_string_to_python_string): Return gdbpy_ref.
1051         * python/py-utils.c (python_string_to_unicode)
1052         (unicode_to_encoded_python_string)
1053         (unicode_to_target_python_string)
1054         (python_string_to_target_string)
1055         (python_string_to_target_python_string): Return gdbpy_ref.
1056         (python_string_to_host_string): Update.
1057         (host_string_to_python_string): Return gdbpy_ref.
1058         * python/py-symtab.c (stpy_get_filename, stpy_get_producer)
1059         (stpy_fullname): Update.
1060         * python/py-progspace.c (pspy_get_filename, pspy_solib_name):
1061         Update.
1062         * python/py-prettyprint.c (print_string_repr): Update.
1063         * python/py-objfile.c (objfpy_get_filename, objfpy_get_username)
1064         (objfpy_get_build_id): Update.
1065         * python/py-breakpoint.c (bppy_get_location)
1066         (bppy_get_expression, bppy_get_condition, bppy_get_commands):
1067         Update.
1068
1069 2018-11-04  Tom Tromey  <tom@tromey.com>
1070
1071         * python/python-internal.h (gdb_py_object_from_longest)
1072         (gdb_py_object_from_ulongest): Return gdbpy_ref.
1073         * python/py-value.c (valpy_int): Update.
1074         * python/py-utils.c (gdb_py_object_from_longest): Return
1075         gdbpy_ref.
1076         (gdb_py_object_from_ulongest): Likewise.
1077         * python/py-type.c (typy_get_alignof): Update.
1078         * python/py-linetable.c (ltpy_get_all_source_lines)
1079         (ltpy_entry_get_line, ltpy_entry_get_pc): Update.
1080         * python/py-block.c (blpy_get_start, blpy_get_end): Update.
1081
1082 2018-11-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1083
1084         * ada-lang.c (_initialize_ada_language): Fix typo.
1085
1086 2018-11-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1087
1088         * language.c (type): Remove.
1089         (_initialize_language): Remove assignment to type.
1090
1091 2018-11-02  Joel Brobecker  <brobecker@adacore.com>
1092
1093         * aarch64-ravenscar-thread.h, aarch64-ravenscar-thread.c: New files.
1094         * aarch64-tdep.c: #include "aarch64-ravenscar-thread.h".
1095         (aarch64_gdbarch_init): Add call to register_aarch64_ravenscar_ops.
1096         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-ravenscar-thread.o.
1097         (HFILES_NO_SRCDIR): Add aarch64-ravenscar-thread.h.
1098         (ALLDEPFILES): Add aarch64-ravenscar-thread.c.
1099         * configure.tgt (cpu_obs) [aarch64*-*-*]: Add ravenscar-thread.o
1100         and aarch64-ravenscar-thread.o.
1101         * NEWS: Add entry documenting Ravenscar tasking support
1102         on AArch64 ELF.
1103
1104 2018-11-02  Matthew Malcomson  <matthew.malcomson@arm.com>
1105
1106         * symtab.c (info_functions_command): Initialize quiet flag.
1107         * stack.c (info_args_command): Likewise.
1108
1109 2018-11-01  Jim Wilson  <jimw@sifive.com>
1110
1111         * riscv-tdep.c (riscv_breakpoint_kind_from_pc): New local unaligned_p.
1112         Set if pcptr if unaligned.  Return 2 if unaligned_p true.  Update
1113         debugging messages.
1114
1115 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1116
1117         * ada-lang.c (ada_watch_location_expression): New function.
1118         (ada_language_defn): Set la_watch_location_expression to
1119         ada_watch_location_expression.
1120
1121 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1122
1123         * print-utils.c (int_string): Remove unnecessary trailing spaces.
1124
1125 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1126
1127         * rs6000-tdep.c (skip_prologue): Fix potential negative left
1128         shifting.
1129
1130 2018-11-01  Jerome Guitton  <guitton@adacore.com>
1131             Joel Brobecker  <brobecker@adacore.com>
1132
1133         * defs.h (enum gdb_osabi): Add GDB_OSABI_PIKEOS.
1134         * osabi.c (gdb_osabi_names): Add name for GDB_OSABI_PIKEOS.
1135         * arm-pikeos-tdep.c: New file.
1136         * configure.tgt: Add arm-pikeos-tdep.o to the case of ARM
1137         embedded system.
1138         * Makefile.in (ALL_TARGET_OBS): Add arm-pikeos-tdep.o.
1139
1140 2018-11-01  Simon Marchi  <simon.marchi@ericsson.com>
1141
1142         * common/pathstuff.c (get_standard_temp_dir): New.
1143         * common/pathstuff.h (get_standard_temp_dir): New.
1144         * config.in: Re-generate.
1145         * configure: Re-generate.
1146         * configure.ac: Don't check for mkdtemp.
1147         * gnulib/aclocal-m4-deps.mk: Re-generate.
1148         * gnulib/aclocal.m4: Re-generate.
1149         * gnulib/config.in: Re-generate.
1150         * gnulib/configure: Re-generate.
1151         * gnulib/import/Makefile.am: Re-generate.
1152         * gnulib/import/Makefile.in: Re-generate.
1153         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
1154         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
1155         * gnulib/import/m4/mkdtemp.m4: New file.
1156         * gnulib/import/mkdtemp.c: New file.
1157         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES):
1158         Add mkdtemp module.
1159         * unittests/mkdir-recursive-selftests.c (test): Use
1160         get_standard_temp_dir.
1161         (_initialize_mkdir_recursive_selftests): Remove HAVE_MKDTEMP
1162         ifdef.
1163         * compile/compile.c (get_compile_file_tempdir): Likewise.
1164
1165 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1166
1167         * rs6000-aix-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1168         (SIG_FRAME_LR_OFFSET64): New define.
1169         (SIG_FRAME_FP_OFFSET64): New define.
1170         (aix_sighandle_frame_cache): New Function.
1171         (aix_sighandle_frame_this_id): New Function.
1172         (aix_sighandle_frame_prev_register): New Function.
1173         (aix_sighandle_frame_sniffer): New Function.
1174         (aix_sighandle_frame_unwind): New global variable.
1175         (rs6000_aix_init_osabi): Install new frame unwinder.
1176
1177 2018-10-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1178
1179         PR gdb/23835
1180         * common/common-defs.h: Don't redefine _FORTIFY_SOURCE if it's
1181         already defined.
1182
1183 2018-10-31  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1184
1185         * ppc-linux-nat.c: Include nat/linux-ptrace.h.
1186
1187 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1188
1189         * dwarf2read.c (struct dwarf2_cu): Add producer_is_icc field.
1190         (producer_is_icc): New function.
1191         (check_producer): Set producer_is_icc field on dwarf2_cu.
1192         (dwarf2_init_integer_type): New function.
1193         (read_base_type): Call dwarf2_init_integer_type instead of
1194         init_integer_type in all cases.
1195         (dwarf2_cu::dwarf2_cu): Initialise producer_is_icc field.
1196         * valprint.c (maybe_negate_by_bytes): Add an assertion that the
1197         LEN is greater than 0.
1198
1199 2018-10-30  Tom Tromey  <tom@tromey.com>
1200
1201         * main.c (captured_main_1): Check return value of bfd_init.
1202
1203 2018-10-29  Sergio Durigan Junior  <sergiodj@redhat.com>
1204
1205         * common/offset-type.h (DEFINE_OFFSET_REL_OP): Delete.
1206         Adjust comments.
1207
1208 2018-10-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1209
1210         * procfs.c: Include common/pathstuff.h.
1211
1212 2018-10-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1213
1214         * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1215         Add missing braces.  No functional change.
1216
1217 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1218
1219         * macrocmd.c (info_macro_command): Use report_unrecognized_option_error
1220         to report a bad option and fix indentation.
1221         * demangle.c (demangle_command): Use report_unrecognized_option_error
1222         to report a bad option and correctly report the bad option.
1223
1224 2018-10-27  Tom Tromey  <tom@tromey.com>
1225
1226         PR cli/23364:
1227         * darwin-nat.c (copied_shell): New global.
1228         (may_have_sip): Rename from should_disable_startup_with_shell.
1229         (copy_shell_to_cache, maybe_cache_shell): New functions.
1230         (darwin_nat_target::create_inferior): Update.  Use
1231         copied_shell.
1232
1233 2018-10-27  Tom Tromey  <tom@tromey.com>
1234
1235         * unittests/scoped_fd-selftests.c (test_to_file): New function.
1236         (run_tests): Call test_to_file.
1237         * dwarf-index-write.c (write_psymtabs_to_index): Do not reopen
1238         temporary files.
1239         * common/scoped_fd.h (scoped_fd::to_file): New method.
1240
1241 2018-10-27  Tom Tromey  <tom@tromey.com>
1242
1243         * unittests/scoped_mmap-selftests.c (test_normal): Use
1244         gdb_mkostemp_cloexec.
1245         * unittests/scoped_fd-selftests.c (test_destroy, test_release):
1246         Use gdb_mkostemp_cloexec.
1247         * gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
1248         gnulib/config.in, gnulib/configure,
1249         gnulib/import/Makefile.am, gnulib/import/Makefile.in,
1250         gnulib/import/m4/gnulib-cache.m4,
1251         gnulib/import/m4/gnulib-comp.m4: Update.
1252         * gnulib/import/m4/mkostemp.m4: New file.
1253         * gnulib/import/m4/mkstemp.m4: Remove.
1254         * gnulib/import/mkostemp.c: New file.
1255         * gnulib/import/mkstemp.m4: Remove.
1256         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
1257         mkstemp, add mkostemp.  Apply new patch.
1258         * gnulib/import/stdlib.in.h: Apply patch.
1259         * gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
1260         New file.
1261         * dwarf-index-write.c (write_psymtabs_to_index): Use
1262         gdb_mkostemp_cloexec.
1263         * common/filestuff.h (gdb_mkostemp_cloexec): New function.
1264
1265 2018-10-27  Tom Tromey  <tom@tromey.com>
1266
1267         * unittests/mkdir-recursive-selftests.c: New file.
1268         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1269         unittests/mkdir-recursive-selftests.c.
1270         * dwarf-index-cache.c (mkdir_recursive): Move to
1271         common/filestuff.c.
1272         (index_cache::store): Check return value of mkdir_recursive.
1273         (create_dir_and_check, test_mkdir_recursive): Move to new file.
1274         (_initialize_index_cache): Don't register test.
1275         * common/filestuff.h (mkdir_recursive): Declare.
1276         * common/filestuff.c (mkdir_recursive): Move from
1277         dwarf-index-cache.c.  Return bool.
1278
1279 2018-10-27  Tom Tromey  <tom@tromey.com>
1280
1281         * dwarf-index-write.c (write_psymtabs_to_index): Move
1282         make_temp_filename to common/pathstuff.c.
1283         * common/pathstuff.h (make_temp_filename): Declare.
1284         * common/pathstuff.c (make_temp_filename): New function, moved
1285         from dwarf-index-write.c.
1286
1287 2018-10-27  Tom Tromey  <tom@tromey.com>
1288
1289         * procfs.c (procfs_target::create_inferior): Use get_shell.
1290         * cli/cli-cmds.c (shell_escape): Use get_shell.
1291         * windows-nat.c (windows_nat_target::create_inferior): Use
1292         get_shell.
1293         * common/pathstuff.c (get_shell): New function.
1294         * nat/fork-inferior.c (SHELL_FILE, get_startup_shell): Remove.
1295         (fork_inferior): Use get_shell.
1296         * common/pathstuff.h (get_shell): Declare.
1297
1298 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1299
1300         * NEWS: Mention changes to 'info [args|functions|locals|variables]'
1301
1302 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1303
1304         * stack.c (print_variable_and_value_data): Add preg and treg.
1305         (print_frame_local_vars): Add quiet, regexp and t_regexp arguments,
1306         and update callers.
1307         (print_frame_arg_vars): Likewise.
1308         (prepare_reg): New function.
1309         (info_locals_command): Extract info print args and use them.
1310         (info_args_command): Likewise.
1311         (_initialize_stack): Modify on-line help.
1312         * symtab.c (treg_matches_sym_type_name): New function.
1313         (search_symbols): New arg t_regexp.
1314         (symtab_symbol_info): New args quiet, regexp, t_regexp.
1315         (info_variables_command): Extract info print args and use them.
1316         (info_functions_command): Likewise.
1317         (info_types_command): Update call to symtab_symbol_info.
1318         (_initialize_symtab): Modify on-line help.
1319         * symtab.h (treg_matches_sym_type_name): New function.
1320         (search_symbols): New t_regexp arg.
1321
1322 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1323
1324         * cli-utils.c (extract_arg_maybe_quoted): New function.
1325         (extract_info_print_args): New function.
1326         (info_print_args_help): New function.
1327         (report_unrecognized_option_error): New function.
1328         * cli-utils.h (extract_arg_maybe_quoted): New function.
1329         (extract_info_print_args): New function.
1330         (info_print_args_help): New function.
1331         (report_unrecognized_option_error): New function.
1332
1333 2018-10-26  Tom Tromey  <tom@tromey.com>
1334
1335         * dwarf2read.c (recursively_compute_inclusions): Use std::vector.
1336         (compute_compunit_symtab_includes): Update.
1337         * symtab.h: (symtab_ptr): Remove typedef.  Don't define a VEC.
1338         (compunit_symtab_ptr): Likewise.
1339
1340 2018-10-26  John Baldwin  <jhb@FreeBSD.org>
1341
1342         * fbsd-tdep.c (fbsd_print_auxv_entry): Only use
1343         default_print_auxv_entry for specific tag values.
1344
1345 2018-10-26  John Baldwin  <jhb@FreeBSD.org>
1346
1347         * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_FREEBSD_HWCAP2.
1348
1349 2018-10-26  Jim Wilson  <jimw@sifive.com>
1350
1351         * riscv-linux-tdep.c: Include tramp-frame.h and trad-frame.h.
1352         (riscv_linux_sigframe_init): Declare.
1353         (RISCV_INST_LI_A7_SIGRETURN, RISCV_INT_ECALL): New.
1354         (riscv_linux_sigframe): New.
1355         (SIGFRAME_SIGINFO_SIZE, UCONTEXT_MCONTEXT_OFFSET): New.
1356         (riscv_linux_sigframe_init): Define.
1357         (riscv_linux_init_abi): Call tramp_frame_prepend_unwinder.
1358
1359         * riscv-tdep.c (riscv_isa_xlen): Refer to riscv-tdep.h comment.
1360         (riscv_isa_flen): Likewise.  Drop static.
1361         * riscv-tdep.h (riscv_isa_xlen): Move riscv-tdep.c comment to here.
1362         (riscv_isa_flen): Likewise.  Declare.
1363
1364 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1365             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1366
1367         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_htm_vsx32l)
1368         (tdesc_powerpc_isa207_htm_vsx64l): Declare.
1369         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TM_SPRREGSET)
1370         (PPC32_LINUX_SIZEOF_CGPRREGSET, PPC64_LINUX_SIZEOF_CGPRREGSET)
1371         (PPC_LINUX_SIZEOF_CFPRREGSET, PPC_LINUX_SIZEOF_CVMXREGSET)
1372         (PPC_LINUX_SIZEOF_CVSXREGSET, PPC_LINUX_SIZEOF_CPPRREGSET)
1373         (PPC_LINUX_SIZEOF_CDSCRREGSET, PPC_LINUX_SIZEOF_CTARREGSET):
1374         Define.
1375         (struct ppc_linux_features) <htm>: New field.
1376         (ppc_linux_no_features): Add initializer for htm field.
1377         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1378         new tdescs.
1379         * nat/ppc-linux.h (PPC_FEATURE2_HTM, NT_PPC_TM_CGPR)
1380         (NT_PPC_TM_CFPR, NT_PPC_TM_CVMX, NT_PPC_TM_CVSX)
1381         (NT_PPC_TM_SPR, NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCR):
1382         Define if not already defined.
1383         * features/Makefile (WHICH): Add rs6000/powerpc-isa207-htm-vsx32l
1384         and rs6000/powerpc-isa207-htm-vsx64l.
1385         (XMLTOC): Add rs6000/powerpc-isa207-htm-vsx32l.xml and
1386         rs6000/powerpc-isa207-htm-vsx64l.xml.
1387         * features/rs6000/power-htm-spr.xml: New file.
1388         * features/rs6000/power-htm-core.xml: New file.
1389         * features/rs6000/power64-htm-core.xml: New file.
1390         * features/rs6000/power-htm-fpu.xml: New file.
1391         * features/rs6000/power-htm-altivec.xml: New file.
1392         * features/rs6000/power-htm-vsx.xml: New file.
1393         * features/rs6000/power-htm-ppr.xml: New file.
1394         * features/rs6000/power-htm-dscr.xml: New file.
1395         * features/rs6000/power-htm-tar.xml: New file.
1396         * features/rs6000/powerpc-isa207-htm-vsx32l.xml: New file.
1397         * features/rs6000/powerpc-isa207-htm-vsx64l.xml: New file.
1398         * features/rs6000/powerpc-isa207-htm-vsx32l.c: Generate.
1399         * features/rs6000/powerpc-isa207-htm-vsx64l.c: Generate.
1400         * regformats/rs6000/powerpc-isa207-htm-vsx32l.dat: Generate.
1401         * regformats/rs6000/powerpc-isa207-htm-vsx64l.dat: Generate.
1402         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1403         fetch_regset with HTM regsets.
1404         (store_register, store_ppc_registers): Call store_regset with HTM
1405         regsets.
1406         (ppc_linux_nat_target::read_description): Set htm field in the
1407         features struct if needed.
1408         * ppc-linux-tdep.c: Include
1409         features/rs6000/powerpc-isa207-htm-vsx32l.c and
1410         features/rs6000/powerpc-isa207-htm-vsx64l.c.
1411         (ppc32_regmap_tm_spr, ppc32_regmap_cgpr, ppc64_le_regmap_cgpr)
1412         (ppc64_be_regmap_cgpr, ppc32_regmap_cfpr, ppc32_le_regmap_cvmx)
1413         (ppc32_be_regmap_cvmx, ppc32_regmap_cvsx, ppc32_regmap_cppr)
1414         (ppc32_regmap_cdscr, ppc32_regmap_ctar): New globals.
1415         (ppc32_linux_tm_sprregset, ppc32_linux_cgprregset)
1416         (ppc64_be_linux_cgprregset, ppc64_le_linux_cgprregset)
1417         (ppc32_linux_cfprregset, ppc32_le_linux_cvmxregset)
1418         (ppc32_be_linux_cvmxregset, ppc32_linux_cvsxregset)
1419         (ppc32_linux_cpprregset, ppc32_linux_cdscrregset)
1420         (ppc32_linux_ctarregset): New globals.
1421         (ppc_linux_cgprregset, ppc_linux_cvmxregset): New functions.
1422         (ppc_linux_collect_core_cpgrregset): New function.
1423         (ppc_linux_iterate_over_regset_sections): Call back with the htm
1424         regsets.
1425         (ppc_linux_core_read_description): Check if the tm spr section is
1426         present and set htm in the features struct.
1427         (_initialize_ppc_linux_tdep): Call
1428         initialize_tdesc_powerpc_isa207_htm_vsx32l and
1429         initialize_tdesc_powerpc_isa207_htm_vsx64l.
1430         * ppc-linux-tdep.h (ppc_linux_cgprregset, ppc_linux_cvmxregset):
1431         Declare.
1432         (ppc32_linux_tm_sprregset, ppc32_linux_cfprregset)
1433         (ppc32_linux_cvsxregset, ppc32_linux_cpprregset)
1434         (ppc32_linux_cdscrregset, ppc32_linux_ctarregset): Declare.
1435         * ppc-tdep.h (struct gdbarch_tdep) <have_htm_spr, have_htm_core>:
1436         New fields.
1437         <have_htm_fpu, have_htm_altivec, have_htm_vsx>:
1438         Likewise.
1439         <ppc_cppr_regnum, ppc_cdscr_regnum, ppc_ctar_regnum>: Likewise.
1440         <ppc_cdl0_regnum, ppc_cvsr0_regnum, ppc_cefpr0_regnum>: Likewise.
1441         (enum) <PPC_TFHAR_REGNUM, PPC_TEXASR_REGNUM, PPC_TFIAR_REGNUM>:
1442         New enum fields.
1443         <PPC_CR0_REGNUM, PPC_CCR_REGNUM, PPC_CXER_REGNUM>: Likewise.
1444         <PPC_CLR_REGNUM, PPC_CCTR_REGNUM, PPC_CF0_REGNUM>: Likewise.
1445         <PPC_CFPSCR_REGNUM, PPC_CVR0_REGNUM, PPC_CVSCR_REGNUM>: Likewise.
1446         <PPC_CVRSAVE_REGNUM, PPC_CVSR0_UPPER_REGNUM>: Likewise.
1447         <PPC_CPPR_REGNUM, PPC_CDSCR_REGNUM>: Likewise.
1448         <PPC_CTAR_REGNUM>: Likewise.
1449         (PPC_IS_TMSPR_REGNUM, PPC_IS_CKPTGP_REGNUM, PPC_IS_CKPTFP_REGNUM)
1450         (PPC_IS_CKPTVMX_REGNUM, PPC_IS_CKPTVSX_REGNUM): Define.
1451         * rs6000-tdep.c (IS_CDFP_PSEUDOREG, IS_CVSX_PSEUDOREG)
1452         (IS_CEFP_PSEUDOREG): Define.
1453         (rs6000_register_name): Hide the upper halves of checkpointed VSX
1454         registers.  Return names for the checkpointed DFP, VSX, and EFP
1455         pseudo registers.
1456         (rs6000_pseudo_register_type): Remove initial assert and raise an
1457         internal error in the else clause instead.  Return types for the
1458         checkpointed DFP, VSX, and EFP pseudo registers.
1459         (dfp_pseudo_register_read, dfp_pseudo_register_write): Handle
1460         checkpointed DFP pseudo registers.
1461         (vsx_pseudo_register_read, vsx_pseudo_register_write): Handle
1462         checkpointed VSX pseudo registers.
1463         (efp_pseudo_register_read, efp_pseudo_register_write): Rename
1464         from efpr_pseudo_register_read and
1465         efpr_pseudo_register_write.  Handle checkpointed EFP pseudo
1466         registers.
1467         (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
1468         Handle checkpointed DFP, VSX, and EFP registers.
1469         (dfp_ax_pseudo_register_collect, vsx_ax_pseudo_register_collect)
1470         (efp_ax_pseudo_register_collect): New functions.
1471         (rs6000_ax_pseudo_register_collect): Move DFP, VSX and EFP pseudo
1472         register logic to new functions.  Handle checkpointed DFP, VSX,
1473         and EFP pseudo registers.
1474         (rs6000_gdbarch_init): Look for and validate the htm features.
1475         Include checkpointed DFP, VSX and EFP pseudo-registers.
1476         * NEWS: Mention access to PPR, DSCR, TAR, EBB/PMU registers and
1477         HTM registers.
1478
1479 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1480
1481         * rs6000-tdep.c (rs6000_gdbarch_init): Reject tdescs with vsx but
1482         without altivec or fpu.
1483
1484 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1485             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1486
1487         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_EBBREGSET)
1488         (PPC_LINUX_SIZEOF_PMUREGSET): Declare.
1489         * nat/ppc-linux.h (PPC_FEATURE2_EBB, NT_PPC_EBB, NT_PPC_PMU):
1490         Define if not already defined.
1491         * features/rs6000/power-ebb.xml: New file.
1492         * features/rs6000/power-linux-pmu.xml: New file.
1493         * features/rs6000/powerpc-isa207-vsx32l.xml: Include ebb and pmu
1494         features.
1495         * features/rs6000/powerpc-isa207-vsx64l.xml: Likewise.
1496         * features/rs6000/powerpc-isa207-vsx32l.c: Re-generate.
1497         * features/rs6000/powerpc-isa207-vsx64l.c: Re-generate.
1498         * regformats/rs6000/powerpc-isa207-vsx32l.dat: Re-generate.
1499         * regformats/rs6000/powerpc-isa207-vsx64l.dat: Re-generate.
1500         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1501         fetch_regset with ebb and pmu regsets.
1502         (store_register, store_ppc_registers): Call store_regset with ebb
1503         and pmu regsets.
1504         (ppc_linux_nat_target::read_description): Set isa207 field in the
1505         features struct if ebb and pmu are avaiable.
1506         * ppc-linux-tdep.c (ppc32_regmap_ebb, ppc32_regmap_pmu)
1507         (ppc32_linux_ebbregset, ppc32_linux_pmuregset): New globals.
1508         (ppc_linux_iterate_over_regset_sections): Call back with the ebb
1509         and pmu regsets.
1510         (ppc_linux_core_read_description): Check if the pmu section is
1511         present and set isa207 in the features struct.
1512         * ppc-linux-tdep.h (ppc32_linux_ebbregset)
1513         (ppc32_linux_pmuregset): Declare.
1514         * ppc-tdep.h (struct gdbarch_tdep) <ppc_mmcr0_regnum>: New field.
1515         <ppc_mmcr2_regnum, ppc_siar_regnum, ppc_sdar_regnum>: New fields.
1516         <ppc_sier_regnum>: New field.
1517         (enum): <PPC_BESCR_REGNUM, PPC_EBBHR_REGNUM, PPC_EBBRR_REGNUM>:
1518         New enum values.
1519         <PPC_MMCR0_REGNUM, PPC_MMCR2_REGNUM, PPC_SIAR_REGNUM>: New enum
1520         values.
1521         <PPC_SDAR_REGNUM, PPC_SIER_REGNUM>: New enum values.
1522         (PPC_IS_EBB_REGNUM, PPC_IS_PMU_REGNUM): Define.
1523         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate the
1524         ebb and pmu features.
1525
1526 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1527             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1528
1529         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa207_vsx32l)
1530         (tdesc_powerpc_isa207_vsx64l): Declare.
1531         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_TARREGSET): Define.
1532         (struct ppc_linux_features) <isa207>: New field.
1533         (ppc_linux_no_features): Add initializer for isa207 field.
1534         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1535         new tdescs.
1536         * nat/ppc-linux.h (PPC_FEATURE2_ARCH_2_07, PPC_FEATURE2_TAR)
1537         (NT_PPC_TAR): Define if not already defined.
1538         * features/Makefile (WHICH): Add rs6000/powerpc-isa207-vsx32l and
1539         rs6000/powerpc-isa207-vsx64l.
1540         (XMLTOC): Add rs6000/powerpc-isa207-vsx32l.xml and
1541         rs6000/powerpc-isa207-vsx64l.xml.
1542         * features/rs6000/power-tar.xml: New file.
1543         * features/rs6000/powerpc-isa207-vsx32l.xml: New file.
1544         * features/rs6000/powerpc-isa207-vsx64l.xml: New file.
1545         * features/rs6000/powerpc-isa207-vsx32l.c: Generate.
1546         * features/rs6000/powerpc-isa207-vsx64l.c: Generate.
1547         * regformats/rs6000/powerpc-isa207-vsx32l.dat: Generate.
1548         * regformats/rs6000/powerpc-isa207-vsx64l.dat: Generate.
1549         * ppc-linux-nat.c (fetch_register, fetch_ppc_registers): Call
1550         fetch_regset with the TAR regset.
1551         (store_register, store_ppc_registers): Call store_regset with the
1552         TAR regset.
1553         (ppc_linux_nat_target::read_description): Set isa207 field in the
1554         features struct if needed.
1555         * ppc-linux-tdep.c: Include
1556         features/rs6000/powerpc-isa207-vsx32l.c and
1557         features/rs6000/powerpc-isa207-vsx64l.c.
1558         (ppc32_regmap_tar, ppc32_linux_tarregset): New globals.
1559         (ppc_linux_iterate_over_regset_sections): Call back with the tar
1560         regset.
1561         (ppc_linux_core_read_description): Check if the tar section is
1562         present and set isa207 in the features struct.
1563         (_initialize_ppc_linux_tdep): Call
1564         initialize_tdesc_powerpc_isa207_vsx32l and
1565         initialize_tdesc_powerpc_isa207_vsx64l.
1566         * ppc-linux-tdep.h (ppc32_linux_tarregset): Declare.
1567         * ppc-tdep.h (gdbarch_tdep) <ppc_tar_regnum>: New field.
1568         (enum) <PPC_TAR_REGNUM>: New enum value.
1569         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate tar
1570         feature.
1571         (ppc_process_record_op31): Record changes to TAR.
1572
1573 2018-10-26  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1574             Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1575
1576         * arch/ppc-linux-tdesc.h (tdesc_powerpc_isa205_ppr_dscr_vsx32l)
1577         (tdesc_powerpc_isa205_ppr_dscr_vsx64l): Declare.
1578         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_PPRREGSET)
1579         (PPC_LINUX_SIZEOF_DSCRREGSET): Define.
1580         (struct ppc_linux_features) <ppr_dscr>: New field.
1581         (ppc_linux_no_features): Add initializer for ppr_dscr field.
1582         * arch/ppc-linux-common.c (ppc_linux_match_description): Return
1583         new tdescs.
1584         * nat/ppc-linux.h (PPC_FEATURE2_DSCR, NT_PPC_PPR, NT_PPC_DSCR):
1585         Define if not already defined.
1586         * features/Makefile (WHICH): Add
1587         rs6000/powerpc-isa205-ppr-dscr-vsx32l and
1588         rs6000/powerpc-isa205-ppr-dscr-vsx64l.
1589         (XMLTOC): Add rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml and
1590         rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml.
1591         * features/rs6000/power-dscr.xml: New file.
1592         * features/rs6000/power-ppr.xml: New file.
1593         * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.xml: New file.
1594         * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.xml: New file.
1595         * features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c: Generate.
1596         * features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c: Generate.
1597         * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx32l.dat: Generate.
1598         * regformats/rs6000/powerpc-isa205-ppr-dscr-vsx64l.dat: Generate.
1599         * ppc-linux-nat.c: Include <sys/uio.h>.
1600         (fetch_regset, store_regset, check_regset): New functions.
1601         (fetch_register, fetch_ppc_registers): Call fetch_regset with
1602         DSCR and PPR regsets.
1603         (store_register, store_ppc_registers): Call store_regset with
1604         DSCR and PPR regsets.
1605         (ppc_linux_get_hwcap2): New function.
1606         (ppc_linux_nat_target::read_description): Call
1607         ppc_linux_get_hwcap2 and check_regset, set ppr_dscr field in the
1608         features struct if needed.
1609         * ppc-linux-tdep.c: Include
1610         features/rs6000/powerpc-isa205-ppr-dscr-vsx32l.c and
1611         features/rs6000/powerpc-isa205-ppr-dscr-vsx64l.c.
1612         (ppc32_regmap_ppr, ppc32_regmap_dscr, ppc32_linux_pprregset)
1613         (ppc32_linux_dscrregset): New globals.
1614         (ppc_linux_iterate_over_regset_sections): Call back with the ppr
1615         and dscr regsets.
1616         (ppc_linux_core_read_description): Check if the ppr and dscr
1617         sections are present and set ppr_dscr in the features struct.
1618         (_initialize_ppc_linux_tdep): Call
1619         initialize_tdesc_powerpc_isa205_ppr_dscr_vsx32l and
1620         initialize_tdesc_powerpc_isa205_ppr_dscr_vsx64l.
1621         * ppc-linux-tdep.h (ppc32_linux_pprregset)
1622         (ppc32_linux_dscrregset): Declare.
1623         * ppc-tdep.h (struct gdbarch_tdep) <ppc_ppr_regnum>: New field.
1624         <ppc_dscr_regnum>: New field.
1625         (enum) <PPC_PPR_REGNUM, PPC_DSCR_REGNUM>: New enum values.
1626         * rs6000-tdep.c (rs6000_gdbarch_init): Look for and validate ppr
1627         and dscr features.
1628         (ppc_process_record_op31): Record changes to PPR and DSCR.
1629
1630 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1631
1632         * rs6000-tdep.c (rs6000_gdbarch_init): Replace line wrapping by a
1633         second initializer line for the have_* variables.  Initialize
1634         have_fpu to 0 instead of 1.
1635
1636 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1637
1638         * arch/ppc-linux-common.c (ppc_linux_match_description):
1639         Parenthesize tdesc assignements and indent them properly.
1640
1641 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1642
1643         * ppc-linux-nat.c (fetch_register): Change if statement to else
1644         if.
1645         (store_register): Likewise.
1646
1647 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1648
1649         * rs6000-tdep.c: Remove reggroups.h include.
1650         (rs6000_pseudo_register_reggroup_p): Remove.
1651         (rs6000_gdbarch_init): Remove call to
1652         set_tdesc_pseudo_register_reggroup_p.
1653
1654 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1655
1656         * reggroups.c (default_register_reggroup_p): Return true for
1657         decfloat registers and float_reggroup.
1658
1659 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1660
1661         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): Remove.
1662         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): Replace
1663         ppc_linux_collect_vrregset by regcache_collect_regset.
1664
1665 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1666
1667         * linux-tdep.c (linux_collect_regset_section_cb): Use
1668         std::vector<gdb_byte> instead of char * and malloc for buf.
1669         Remove xfree.
1670
1671 2018-10-26  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1672
1673         * xcoffread.c (read_xcoff_symtab): Pass deduced language to
1674         symtab_start instead of always using language_unknown.
1675
1676 2018-10-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1677
1678         * riscv-tdep.c (riscv_read_misa_reg): Update comment, remove
1679         READ_P parameter, catch and ignore register access errors from
1680         either the old or new MISA location.
1681         (riscv_has_feature): Update call to riscv_read_misa_reg.
1682
1683 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
1684
1685         * python/py-function.c (convert_values_to_python): Return
1686         gdbpy_ref<>.  Add header comment.
1687         (fnpy_call): Adjust.
1688
1689 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
1690
1691         * python/py-cmd.c (cmdpy_completer_helper): Return gdbpy_ref<>.
1692         (cmdpy_completer_handle_brkchars): Adjust.
1693         (cmdpy_completer): Adjust.
1694
1695 2018-10-25  Andrew Burgess  <andrew.burgess@embecosm.com>
1696
1697         * riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
1698         Pass correct regnum to raw_supply_zeroed.
1699
1700 2018-10-23  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1701
1702         * regcache.c (cooked_read_test): Add CSKY to the list of
1703         architectures with a save_reggroup
1704
1705 2018-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
1706
1707         PR gdb/23368
1708         * infrun.c (follow_exec): In the follow_exec_mode_new case,
1709         transfer terminal state from old new new inferior.
1710         * terminal.h (swap_terminal_info): New function.
1711         * inflow.c (swap_terminal_info): New function.
1712
1713 2018-10-23  Tom Tromey  <tom@tromey.com>
1714
1715         * record-btrace.c (get_thread_current_frame_id): Rename from
1716         get_thread_current_frame.  Return a frame_id.
1717         (record_btrace_start_replaying): Update.
1718
1719 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1720
1721         * riscv-tdep.c (riscv_register_name): Use the user-friendly names
1722         for CSRs.
1723
1724 2018-10-23  Joel Brobecker  <brobecker@adacore.com>
1725
1726         * riscv-tdep.c (riscv_gdbarch_init): Set the gdbarch's
1727         have_nonsteppable_watchpoint attribute to 1.
1728
1729 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1730
1731         * riscv-tdep.c (riscv_gdb_reg_names): Update comment, and all
1732         register names.
1733         (struct register_alias): Rename to...
1734         (struct riscv_register_alias): ...this, and update comment.
1735         (riscv_register_aliases): Update type, and alias names.  Remove
1736         CSR names from this list.
1737         (riscv_register_name): Use riscv_gdb_reg_names for int and float
1738         register names.  Add an extra assertion.
1739         (riscv_is_regnum_a_named_csr): New function.
1740         (riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.
1741
1742 2018-10-23  John Darrington  <john@darrington.wattle.id.au>
1743
1744         * configure.tgt: Add configuration for s12z.
1745         * s12z-tdep.c:  New file.
1746         * NEWS: Mention new target.
1747
1748 2018-10-22  Jim Wilson  <jimw@sifive.com>
1749
1750         * riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
1751         FP reg smaller than FP reg size, and fill with -1 instead of 0.
1752
1753         * riscv-tdep.c (riscv_fpreg_d_type, riscv_fpreg_q_type): New.
1754         (riscv_register_type): Use them.
1755         (riscv_print_one_register_info): Handle union of floats same as float.
1756         * riscv-tdep.h (struct gdbarch_tdep): Add riscv_fpreg_d_type and
1757         riscv_fpreg_q_type fields.
1758
1759 2018-10-21  Simon Marchi  <simon.marchi@ericsson.com>
1760
1761         * gdbarch.sh (gdbarch_num_cooked_regs): New.
1762         * gdbarch.h: Re-generate.
1763         * ax-gdb.c (gen_expr): Use gdbarch_num_cooked_regs.
1764         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1765         * eval.c (evaluate_subexp_standard): Likewise.
1766         * findvar.c (value_of_register): Likewise.
1767         (value_of_register_lazy): Likewise.
1768         (address_from_register): Likewise.
1769         * frame.c (get_frame_register_bytes): Likewise.
1770         * gdbarch-selftests.c (register_to_value_test): Likewise.
1771         * h8300-tdep.c (h8300_register_type): Likewise.
1772         * i386-tdep.c (i386_dbx_reg_to_regnum): Likewise.
1773         (i386_svr4_reg_to_regnum): Likewise.
1774         * infcmd.c (default_print_registers_info): Likewise.
1775         (registers_info): Likewise.
1776         (print_vector_info): Likewise.
1777         (default_print_float_info): Likewise.
1778         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1779         * mdebugread.c (mdebug_reg_to_regnum): Likewise.
1780         * mi/mi-main.c (mi_cmd_data_list_register_names): Likewise.
1781         (mi_cmd_data_list_changed_registers): Likewise.
1782         (mi_cmd_data_list_register_values): Likewise.
1783         (mi_cmd_data_write_register_values): Likewise.
1784         (mi_cmd_trace_frame_collected): Likewise.
1785         * mips-tdep.c (print_gp_register_row): Likewise.
1786         (mips_print_registers_info): Likewise.
1787         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
1788         * regcache.c (init_regcache_descr): Likewise.
1789         (register_size): Likewise.
1790         (register_dump::dump): Likewise.
1791         (cooked_read_test): Likewise.
1792         (cooked_write_test): Likewise.
1793         * rs6000-tdep.c (rs6000_register_sim_regno): Likewise.
1794         (rs6000_gdbarch_init): Likewise.
1795         * stabsread.c (stab_reg_to_regnum): Likewise.
1796         * stack.c (info_frame_command): Likewise.
1797         * target-descriptions.c (tdesc_register_name): Likewise.
1798         * trad-frame.c (trad_frame_alloc_saved_regs): Likewise.
1799         * tui/tui-regs.c (tui_show_register_group): Likewise.
1800         * user-regs.c (user_reg_map_name_to_regnum): Likewise.
1801         (user_reg_map_regnum_to_name): Likewise.
1802         (value_of_user_reg): Likewise.
1803         (maintenance_print_user_registers): Likewise.
1804         * xtensa-tdep.c (xtensa_find_register_by_name): Likewise.
1805         (xtensa_register_name): Likewise.
1806         (xtensa_register_type): Likewise.
1807         (xtensa_reg_to_regnum): Likewise.
1808         (xtensa_pseudo_register_read): Likewise.
1809         (xtensa_pseudo_register_write): Likewise.
1810
1811 2018-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
1812
1813         * amd64-tdep.c (amd64_pseudo_register_read_value): Use
1814         correctly-sized buffer with raw_read.
1815         (amd64_pseudo_register_write): Use correctly-sized buffer for
1816         raw_read/raw_write.
1817
1818 2018-10-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1819
1820         * typeprint.c (_initialize_typeprint): Fix wrong prefixname arg
1821         in add_prefix_cmd of set print type.
1822
1823 2018-10-19  Tom Tromey  <tom@tromey.com>
1824
1825         PR tui/18388:
1826         * NEWS: Mention tabset deprecation.
1827         * tui/tui-win.c (tui_tab_width, internal_tab_width): New globals.
1828         (update_tab_width): New function.
1829         (tui_set_tab_width, tui_show_tab_width): New functions.
1830         (tui_set_tab_width_command): Use update_tab_width.
1831         (_initialize_tui_win): Move to end of file.  Deprecate "tabset".
1832         Add new "set tui tab-width" command.
1833         * tui/tui-source.c (tui_set_source_content): Update.
1834         * tui/tui-disasm.c (tui_set_disassem_content): Update.
1835         * tui/tui-data.h (tui_default_tab_len, tui_set_default_tab_len):
1836         Don't declare.
1837         (tui_tab_width): Declare.
1838         * tui/tui-data.c (default_tab_len, tui_default_tab_len)
1839         (tui_set_default_tab_len): Remove.
1840
1841 2018-10-19  Tom Tromey  <tom@tromey.com>
1842
1843         * tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
1844         (key_is_backspace, tui_getc): Don't declare.
1845         * tui/tui-io.c (key_is_start_sequence): Now static.
1846         (key_is_end_sequence, key_is_backspace): Remove.
1847         (tui_getc): Now static.
1848
1849 2018-10-19  Tom Tromey  <tom@tromey.com>
1850
1851         * symfile.c (reread_symbols): Clear "static_links".
1852
1853 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1854
1855         * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_SIZE): New
1856         define.
1857         (aarch64_linux_sigframe_init): Extra boundary checks.
1858
1859 2018-10-19  Andreas Arnez  <arnez@linux.ibm.com>
1860
1861         * s390-tdep.c (s390_pseudo_register_type): For v0-v15 don't yield
1862         the possibly non-existent tdesc type 'vec128', but the type of raw
1863         register v16 instead.
1864
1865 2018-10-19  Gary Benson <gbenson@redhat.com>
1866
1867         * cli/cli-interp.c (cli_interp::~cli_interp): New function.
1868
1869 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1870
1871         PR cli/23785
1872         * cli/cli-dump.c (restore_binary_file): Check if "file" is
1873         NULL.
1874
1875 2018-10-17  Paul Koning  <paul_koning@dell.com>
1876
1877         * charset.c (convert_between_encodings): Fix unsigned overflow.
1878
1879 2018-10-17  John Baldwin  <jhb@FreeBSD.org>
1880
1881         * fbsd-nat.c (fbsd_nat_target::info_proc) Use
1882         fbsd_info_proc_mappings_header and fbsd_info_proc_mappings_entry.
1883         * fbsd-tdep.c (fbsd_vm_map_entry_flags): Mark static.
1884         (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
1885         New functions.
1886         (fbsd_core_info_proc_mappings): Use fbsd_info_proc_mappings_header
1887         and fbsd_info_proc_mappings_header.
1888         * fbsd-tdep.h (fbsd_vm_map_entry_flags): Remove.
1889         (fbsd_info_proc_mappings_header, fbsd_info_proc_mappings_entry):
1890         New.
1891
1892 2018-10-17  Joel Brobecker  <brobecker@adacore.com>
1893
1894         * MAINTAINERS (Responsible Maintainers): Add Rainer Orth as
1895         Solaris Maintainer.
1896
1897 2018-10-15  Tom Tromey  <tom@tromey.com>
1898
1899         * tui/tui.c (strcat_to_buf): Remove casts.
1900         * tui/tui-winsource.c (tui_show_source_line)
1901         (tui_set_is_exec_point_at, tui_line_is_displayed): Remove casts.
1902         * tui/tui-wingeneral.c (tui_refresh_win, box_win): Remove casts.
1903         * tui/tui-windata.c (tui_first_data_item_displayed)
1904         (tui_delete_data_content_windows, tui_erase_data_content)
1905         (tui_display_all_data, tui_display_data_from)
1906         (tui_refresh_data_win, tui_vertical_data_scroll): Remove casts.
1907         * tui/tui-win.c (tui_set_win_height)
1908         (make_invisible_and_set_new_height, parse_scrolling_args): Remove
1909         casts.
1910         * tui/tui-win.c (tui_resize_all): Remove casts.
1911         (tui_scroll_backward_command, tui_set_focus)
1912         (tui_set_tab_width_command): Likewise.
1913         * tui/tui-source.c (tui_vertical_source_scroll): Remove cast.
1914         * tui/tui-regs.c (tui_show_register_group): Remove cast.
1915         * tui/tui-layout.c (tui_set_layout_by_name): Remove cast.
1916         * tui/tui-disasm.c (tui_vertical_disassem_scroll): Remove cast.
1917         * tui/tui-data.c (tui_partial_win_by_name, tui_free_win_content):
1918         Remove casts.
1919
1920 2018-10-15  Simon Marchi  <simon.marchi@ericsson.com>
1921
1922         * MAINTAINERS (Responsible Maintainers): Add Alan Hayward as
1923         AArch64/ARM maintainer.
1924
1925 2018-10-11  Gary Benson <gbenson@redhat.com>
1926
1927         * interps.h (interp::m_name): Make private and mutable.
1928         * interps.c (interp::~interp): Free m_name.
1929
1930 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1931             Simon Marchi <simark@simark.ca>
1932
1933         * README (`configure' options): Add documentation for new
1934         "--enable-unit-tests" option.
1935         * acinclude.m4: Include "selftest.m4".
1936         * configure: Regenerate.
1937         * configure.ac: Use "GDB_AC_SELFTEST".
1938         * maint.c (maintenance_selftest): Update message informing
1939         that selftests have been disabled.
1940         (maintenance_info_selftests): Likewise.
1941         * selftest.m4: New file.
1942
1943 2018-10-10  Gary Benson <gbenson@redhat.com>
1944
1945         * remote.c (remote_target::remote_send_printf): Add
1946         missing va_end found by Coverity.
1947
1948 2018-10-10  Markus Metzger  <markus.t.metzger@intel.com>
1949
1950         * btrace.c (ftrace_update_function): Add indirect jump heuristic.
1951
1952 2018-10-09  Tom Tromey  <tom@tromey.com>
1953
1954         * configure: Rebuild.
1955         * sanitize.m4 (AM_GDB_UBSAN): Default to no.
1956         * NEWS: Update --enable-ubsan documentation.
1957
1958 2018-10-09  Gary Benson <gbenson@redhat.com>
1959
1960         * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
1961         found by Coverity.
1962
1963 2018-10-08  Tom Tromey  <tom@tromey.com>
1964
1965         * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused
1966         variable.
1967         (riscv_fbsd_init_abi): Likewise.
1968
1969 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1970         * valops.c (value_struct_elt_for_reference): Rename local variable
1971         to work around the shadowing a previous local warning.
1972
1973 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
1974
1975         * Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
1976         * NEWS: Mention new FreeBSD/riscv native configuration.
1977         * configure.host: Add riscv*-*-freebsd*.
1978         * configure.nat: Likewise.
1979         * riscv-fbsd-nat.c: New file.
1980
1981 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
1982
1983         * Makefile.in (ALL_TARGET_OBS): Add riscv-fbsd-tdep.o.
1984         (HFILES_NO_SRCDIR): Add riscv-fbsd-tdep.h.
1985         (ALLDEPFILES): Add riscv-fbsd-tdep.c.
1986         * NEWS: Mention new FreeBSD/riscv target.
1987         * configure.tgt: Add riscv*-*-freebsd*.
1988         * riscv-fbsd-tdep.c: New file.
1989         * riscv-fbsd-tdep.h: New file.
1990
1991 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
1992
1993         * regcache.h (struct regcache_map_entry): Note that this type can
1994         be used with traditional frame caches.
1995         * trad-frame.c (trad_frame_set_reg_regmap): New.
1996         * trad-frame.h (trad_frame_set_reg_regmap): New.
1997
1998 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1999
2000         PR c++/16841
2001         * valops.c (get_virtual_base_offset): New function.
2002         (value_struct_elt_for_reference): Use it to get virtual base offset
2003         and add it in calculating class member address.
2004
2005 2018-10-08  John Darrington  <john@darrington.wattle.id.au>
2006
2007         * dwarf2read.c (dwarf2_cu) <producer_is_codewarrior>: New field.
2008         (check_producer): Check if the producer is codewarrior.
2009         (producer_is_codewarrior): New function.
2010         (lnp_state_machine::record_line): Ignore is_stmt flag for records
2011         produced by codewarrior.
2012         (dwarf2_cu::dwarf2_cu): Initialize producer_is_codewarrior.
2013
2014 2018-10-06  Tom Tromey  <tom@tromey.com>
2015
2016         PR python/19399:
2017         * python/py-inferior.c: Add "architecture" entry.
2018         (infpy_architecture): New function.
2019
2020 2018-10-06  Tom Tromey  <tom@tromey.com>
2021
2022         PR python/21765:
2023         * python/py-symbol.c (gdbpy_initialize_symbols): Redefine
2024         SYMBOL_VARIABLES_DOMAIN, SYMBOL_FUNCTIONS_DOMAIN,
2025         SYMBOL_TYPES_DOMAIN.  Define SYMBOL_MODULE_DOMAIN,
2026         SYMBOL_COMMON_BLOCK_DOMAIN, SYMBOL_LOC_COMMON_BLOCK.
2027
2028 2018-10-06  Tom Tromey  <tom@tromey.com>
2029
2030         PR build/17077:
2031         * Makefile.in (OPCODES_CFLAGS): Remove "-I$(OPCODES_SRC)/..".
2032         * arc-tdep.c, frv-tdep.c, lm32-tdep.c, mep-tdep.c,
2033         microblaze-tdep.c, or1k-tdep.h: Use ../opcodes, not opcodes, in
2034         #include.
2035
2036 2018-10-06  Tom Tromey  <tom@tromey.com>
2037
2038         * python/py-breakpoint.c (bppy_get_location): Handle a
2039         bp_breakpoint without a location.
2040
2041 2018-10-06  Tom Tromey  <tom@tromey.com>
2042
2043         * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq)
2044         (_RegEx): Reformat help text.
2045         * python/lib/gdb/function/caller_is.py (CallerIs, CallerMatches)
2046         (AnyCallerIs, AnyCallerMatches): Reformat help text.
2047         * python/lib/gdb/function/as_string.py (_AsString): Reformat help
2048         text.
2049         * python/lib/gdb/command/xmethods.py (InfoXMethod)
2050         (EnableXMethod, DisableXMethod): Remove help indentation.
2051         Capitalize meta-syntactic variables.
2052         * python/lib/gdb/command/unwinders.py (InfoUnwinder)
2053         (EnableUnwinder, DisableUnwinder): Remove help indentation.
2054         Capitalize meta-syntactic variables.
2055         * python/lib/gdb/command/explore.py (ExploreCommand)
2056         (ExploreValueCommand, ExploreTypeCommand): Reformat help text.
2057         * python/lib/gdb/command/type_printers.py (InfoTypePrinter)
2058         (EnableTypePrinter, DisableTypePrinter): Remove help indentation.
2059         * python/lib/gdb/command/pretty_printers.py (InfoPrettyPrinter):
2060         Remove help indentation.
2061         (EnablePrettyPrinter, DisablePrettyPrinter): Likewise.
2062         * python/lib/gdb/command/frame_filters.py (EnableFrameFilter)
2063         (DisableFrameFilter, SetFrameFilterPriority)
2064         (ShowFrameFilterPriority, InfoFrameFilter): Reword help text.
2065
2066 2018-10-06  Tom Tromey  <tom@tromey.com>
2067
2068         PR tui/28819:
2069         * tui/tui-io.c (gdb_wgetch): New function.
2070         (tui_mld_getc, tui_getc): Use it.
2071
2072 2018-10-05  Tom Tromey  <tom@tromey.com>
2073
2074         * sol-thread.c (sol_thread_target::wait): Rename inner
2075         "save_ptid".
2076
2077 2018-10-04  Tom Tromey  <tom@tromey.com>
2078
2079         * configure: Rebuild.
2080         * warning.m4 (AM_GDB_WARNINGS): Add -Wshadow=local.
2081
2082 2018-10-04  Tom Tromey  <tom@tromey.com>
2083
2084         * guile/scm-frame.c (gdbscm_frame_read_var): Remove inner
2085         declaration of "block".
2086
2087 2018-10-04  Tom Tromey  <tom@tromey.com>
2088
2089         * common/filestuff.c (fdwalk): Remove inner declaration of
2090         "result".
2091
2092 2018-10-04  Tom Tromey  <tom@tromey.com>
2093
2094         * msp430-tdep.c (msp430_push_dummy_call): Rename inner
2095         "structs_addr" and hoist declaration.
2096
2097 2018-10-04  Tom Tromey  <tom@tromey.com>
2098
2099         * linux-tdep.c (linux_make_mappings_corefile_notes): Introduce new
2100         variable "size".
2101
2102 2018-10-04  Tom Tromey  <tom@tromey.com>
2103
2104         * mdebugread.c (parse_partial_symbols): Use std::string.
2105
2106 2018-10-04  Tom Tromey  <tom@tromey.com>
2107
2108         * ctf.c (SET_ARRAY_FIELD): Rename "u32".
2109         * p-valprint.c (pascal_val_print): Split inner "i" variable.
2110         * xtensa-tdep.c (xtensa_push_dummy_call): Declare "i" in loop
2111         header.
2112         * xstormy16-tdep.c (xstormy16_push_dummy_call): Declare "val" in
2113         more inner scope.
2114         * xcoffread.c (read_xcoff_symtab): Rename inner "symbol".
2115         * varobj.c (varobj_update): Rename inner "newobj",
2116         "type_changed".
2117         * valprint.c (generic_emit_char): Rename inner "buf".
2118         * valops.c (find_overload_match): Rename inner "temp".
2119         (value_struct_elt_for_reference): Declare "v" in more inner
2120         scope.
2121         * v850-tdep.c (v850_push_dummy_call): Rename "len".
2122         * unittests/array-view-selftests.c (run_tests): Rename inner
2123         "vec".
2124         * tui/tui-stack.c (tui_show_frame_info): Declare "i" in loop
2125         header.
2126         * tracepoint.c (merge_uploaded_trace_state_variables): Declare
2127         "tsv" in more inner scope.
2128         (print_one_static_tracepoint_marker): Rename inner
2129         "tuple_emitter".
2130         * tic6x-tdep.c (tic6x_analyze_prologue): Declare "inst" lower.
2131         (tic6x_push_dummy_call): Don't redeclare "addr".
2132         * target-float.c: Declare "dto" lower.
2133         * symtab.c (lookup_local_symbol): Rename inner "sym".
2134         (find_pc_sect_line): Rename inner "pc".
2135         * stack.c (print_frame): Don't redeclare "gdbarch".
2136         (return_command): Rename inner "gdbarch".
2137         * s390-tdep.c (s390_prologue_frame_unwind_cache): Renam inner
2138         "sp".
2139         * rust-lang.c (rust_internal_print_type): Declare "i" in loop
2140         header.
2141         * rs6000-tdep.c (ppc_process_record): Rename inner "addr".
2142         * riscv-tdep.c (riscv_push_dummy_call): Declare "info" in inner
2143         scope.
2144         * remote.c (remote_target::update_thread_list): Don't redeclare
2145         "tp".
2146         (remote_target::process_initial_stop_replies): Rename inner
2147         "thread".
2148         (remote_target::remote_parse_stop_reply): Don't redeclare "p".
2149         (remote_target::wait_as): Don't redeclare "stop_reply".
2150         (remote_target::get_thread_local_address): Rename inner
2151         "result".
2152         (remote_target::get_tib_address): Likewise.
2153
2154         * regcache.c (cooked_read_test): Rename "regnum".
2155         * record-btrace.c (cmd_record_btrace_start): Rename inner
2156         "exception".
2157         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Declare "i" in
2158         loop header.
2159         * ppc-linux-tdep.c (ppc_linux_syscall_record): Declare "i" in loop
2160         header.
2161         (ppu2spu_sniffer): Rename inner "buf".
2162         * parse.c (operator_check_standard): Rename inner "type",
2163         "objfile".
2164         * p-valprint.c (pascal_val_print): Introduce new scope for
2165         "low_bound", "high_bound".
2166         * p-exp.y (yylex): Declare "i" in loop header.
2167         * objfiles.c (objfile_relocate1): Declare "i" in loop header.
2168         Lower declaration of "s".
2169         * nios2-tdep.c (nios2_analyze_prologue): Declare "i" in loop
2170         header.
2171         (nios2_push_dummy_call): Rename "len".
2172         * nat/linux-osdata.c (linux_xfer_osdata_cpus): Rename static
2173         "buf".
2174         (linux_xfer_osdata_fds, linux_xfer_osdata_shm)
2175         (linux_xfer_osdata_sem, linux_xfer_osdata_msg)
2176         (linux_xfer_osdata_modules): Likewise.
2177         * mips-tdep.c (mips_eabi_push_dummy_call): Rename outer "len".
2178         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2179         (mips_o64_push_dummy_call): Likewise.
2180         * microblaze-tdep.c (microblaze_analyze_prologue): Rename inner
2181         "op".
2182         * mi/mi-main.c (list_available_thread_groups): Rename inner
2183         "tuple_emitter".
2184         (mi_cmd_data_read_memory): Rename inner "opts".
2185         * mi/mi-cmd-var.c (varobj_update_one): Rename inner
2186         "tuple_emitter".
2187         * mep-tdep.c (mep_analyze_prologue): Declare "rn" in loop header.
2188         * mdebugread.c (parse_symbol): Rename inner "b".  Declare "f" in
2189         more inner scope.
2190         (parse_partial_symbols): Rename inner "pst", "p", "name"
2191         * main.c (captured_main_1): Rename inner "i"s.
2192         * machoread.c (macho_symfile_read_all_oso): Don't redeclare
2193         "oso2".
2194         * linux-tdep.c (linux_info_proc): Rename inner "filename".
2195         * linespec.c (linespec_lexer_lex_string): Rename inner "p".
2196         * infrun.c (handle_no_resumed): Don't redeclare "thread".
2197         (handle_signal_stop): Rename inner "gdbarch".
2198         (handle_command): Declare "signum" in loop header.
2199         * ia64-tdep.c (ia64_pseudo_register_read): Don't redeclare
2200         "status".
2201         (examine_prologue): Rename inner "sol" and "sof".
2202         (ia64_extract_return_value): Rename inner "val".  Declare another
2203         "val" in a more inner scope.
2204         * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Declare "buf" in
2205         inner scope.
2206         * guile/scm-symbol.c (gdbscm_lookup_symbol): Rename inner
2207         "except".
2208         * findvar.c (default_read_var_value): Don't redeclare "addr".
2209         * f-exp.y (yylex): Declare "i" in loop header.
2210         * eval.c (evaluate_subexp_standard): Don't redeclare "type".
2211         Rename inner "type", "expect_type".
2212         (evaluate_subexp_for_sizeof): Rename inner "pc".
2213         * elfread.c (elf_symfile_read): Rename inner "abfd".
2214         * dwarf2read.c (read_debug_names_from_section): Don't redeclare
2215         "bytes_read".
2216         (process_psymtab_comp_unit_reader): Don't redeclare "gdbarch".
2217         (add_partial_subprogram): Rename inner "lowpc" and "highpc".
2218         (dwarf_decode_line_header): Rename inner "lh".
2219         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Don't redeclare
2220         "offset".  Declare "i" in loop header.
2221         (disassemble_dwarf_expression): Rename inner "addr_size".
2222         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Rename
2223         inner "result".
2224         (dwarf_expr_context::execute_stack_op): Rename inner "offset".
2225         * dwarf2-frame.c (decode_frame_entry_1): Rename inner "length"s.
2226         * disasm.c (do_mixed_source_and_assembly_deprecated): Rename inner
2227         "inner_list_emitter".
2228         (do_mixed_source_and_assembly): Rename inner "tuple_emitter".
2229         * disasm-selftests.c (print_one_insn_test): Wrap "bplen"
2230         declaration in a block.
2231         * csky-tdep.c (csky_analyze_prologue): Declare "offset" lower.
2232         * cp-valprint.c (cp_print_value_fields): Don't redeclare
2233         "obstack_final_size".
2234         * cp-support.c (inspect_type): Declare "i" in loop header.
2235         * compile/compile.c (compile_instance::insert_symbol_error):
2236         Rename inner "e".
2237         * common/agent.c (agent_run_command): Remove inner "ret"
2238         declaration.
2239         * coffread.c (coff_symfile_read): Rename inner "name".
2240         (coff_symfile_read): Rename inner "abfd".
2241         * cli/cli-utils.c (get_number_trailer): Rename inner "val".
2242         * cli/cli-cmds.c (print_disassembly): Rename inner "low" and
2243         "high".
2244         * c-exp.y (lex_one_token): Move "len" declaration lower.
2245         * breakpoint.c (create_longjmp_master_breakpoint): Don't redeclare
2246         "gdbarch".
2247         (create_exception_master_breakpoint): Likewise.  Don't redeclare
2248         "b".
2249         (watch_command_1): Declare "mark" later.
2250         (clear_command): Don't shadow "a" or "b".
2251         (delete_command): Rename inner "b".
2252         (delete_trace_command): Likewise.
2253         * arm-tdep.c (thumb_process_displaced_32bit_insn): Rename inner
2254         "op".
2255         (arm_gdbarch_init): Remove inner "e_flags".
2256         * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Declare
2257         "offset" in inner blocks.
2258
2259 2018-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2260
2261         * dwarf-index-write.c (file_write): Don't write if the vector is
2262         empty.
2263
2264 2018-10-05  Tom de Vries  <tdevries@suse.de>
2265
2266         * python/py-progspace.c (pspy_solib_name): Fix type mismatch in
2267         PyArg_ParseTuple call.
2268
2269 2018-10-05  Tom de Vries  <tdevries@suse.de>
2270
2271         * python/py-record-btrace.c (recpy_bt_goto): Fix type mismatch in
2272         PyArg_ParseTuple call.
2273
2274 2018-10-04  Joel Brobecker  <brobecker@adacore.com>
2275
2276         * psymtab.c (recursively_search_psymtabs): Reformat parameters
2277         to avoid exceeding 80 characters per line limit.
2278
2279 2018-10-04  Tom Tromey  <tom@tromey.com>
2280
2281         * symfile.c (syms_from_objfile_1, finish_new_objfile)
2282         (reread_symbols): Update.
2283         * complaints.h (clear_complaints): Remove argument.
2284         * complaints.c (enum complaint_series): Remove.
2285         (series): Remove global.
2286         (complaint_internal): Update.
2287         (clear_complaints): Remove argument.
2288
2289 2018-10-04  Tom Tromey  <tom@tromey.com>
2290
2291         * symfile.c (symbol_file_add_with_addrs): Do not print "no
2292         debugging symbols" message if there is a separate debug objfile.
2293
2294 2018-10-04  Tom Tromey  <tom@tromey.com>
2295
2296         PR cli/19551:
2297         * symfile.c (symbol_file_add_with_addrs): Update output.
2298         * psymtab.c (require_partial_symbols): Update output.
2299
2300 2018-10-04  Tom Tromey  <tom@tromey.com>
2301
2302         PR cli/22234:
2303         * complaints.c: Emit \n.
2304
2305 2018-10-04  Tom Tromey  <tom@tromey.com>
2306
2307         * symfile.c (symbol_file_add_with_addrs, symbol_file_clear)
2308         (separate_debug_file_exists, find_separate_debug_file)
2309         (add_symbol_file_command, reread_symbols, allocate_symtab)
2310         (allocate_compunit_symtab): Use filtered printing, not
2311         unfiltered.
2312         * psymtab.c (require_partial_symbols, dump_psymtab)
2313         (allocate_psymtab): Use filtered printing, not unfiltered.
2314
2315 2018-10-04  Tom Tromey  <tom@tromey.com>
2316
2317         * complaints.c (complaint_internal): Correctly check complaint
2318         count.
2319
2320 2018-10-04  Tom Tromey  <tom@tromey.com>
2321
2322         * complaints.h (struct complaints): Remove declaration.
2323         * complaints.c (clear_complaints): Remove an unused variable.
2324
2325 2018-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2326
2327         * MAINTAINERS (Write After Approval): Add self.
2328
2329 2018-10-03  Tom Tromey  <tom@tromey.com>
2330
2331         * guile/scm-value.c (gdbscm_value_to_string): Initialize
2332         "buffer_contents".
2333         * coffread.c (coff_symtab_read): Initialize "newobj".
2334
2335 2018-10-03  Simon Marchi  <simon.marchi@polymtl.ca>
2336
2337         * dwarf2read.c (read_func_scope): Remove struct keyword in
2338         range-based for.
2339
2340 2018-10-03  Tom Tromey  <tom@tromey.com>
2341
2342         * README: Mention --enable-ubsan.
2343         * NEWS: Mention --enable-ubsan.
2344         * acinclude.m4: Include sanitize.m4.
2345         * configure: Rebuild.
2346         * configure.ac: Call AM_GDB_UBSAN.
2347         * sanitize.m4: New file.
2348
2349 2018-10-03  Tom Tromey  <tom@tromey.com>
2350
2351         * expression.h (enum exp_opcode): Use uint8_t as base type.
2352         * expprint.c (op_name): Handle invalid opcodes.
2353
2354 2018-10-03  Tom Tromey  <tom@tromey.com>
2355
2356         * parse.c (prefixify_expression): Add assert.
2357         (parse_exp_in_context_1): Throw exception if the expression is
2358         empty.
2359
2360 2018-10-03  Tom Tromey  <tom@tromey.com>
2361
2362         * dwarf2read.c (read_signed_leb128): Work in ULONGEST.
2363
2364 2018-10-03  Tom Tromey  <tom@tromey.com>
2365
2366         * c-exp.y (parse_number): Work in unsigned.  Remove casts.
2367
2368 2018-10-03  Tom Tromey  <tom@tromey.com>
2369
2370         * dwarf2read.c (read_subrange_type): Make "negative_mask"
2371         unsigned.
2372
2373 2018-10-03  Tom Tromey  <tom@tromey.com>
2374
2375         * findvar.c (extract_integer): Do work in an unsigned type.
2376
2377 2018-10-03  Tom Tromey  <tom@tromey.com>
2378
2379         * common/enum-flags.h (enum_flags::operator~): Add static assert.
2380         * symfile-add-flags.h (enum symfile_add_flag): Use unsigned as
2381         base type.
2382         * objfile-flags.h (enum objfile_flag): Use unsigned as base type.
2383         * gdbtypes.h (enum type_instance_flag_value): Use unsigned as base
2384         type.
2385         * c-lang.h (enum c_string_type_values): Use unsigned as base
2386         type.
2387         * btrace.h (enum btrace_thread_flag): Use unsigned as base type.
2388
2389 2018-10-03  Tom Tromey  <tom@tromey.com>
2390
2391         * dwarf2-frame.h (dwarf2_frame_state_reg_info)
2392         <~dwarf2_frame_state_reg_info>: Update.
2393         <dwarf2_frame_state_reg_info>: Update.
2394         <alloc_regs>: Add assertion.  Update.
2395         <reg>: Now a std::vector.
2396         <num_regs>: Remove.
2397         <swap>: Update.
2398         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
2399         (execute_cfa_program_test, dwarf2_frame_cache): Update.
2400
2401 2018-10-03  Tom Tromey  <tom@tromey.com>
2402
2403         * namespace.c (add_using_directive): Don't pass NULL to memcpy.
2404
2405 2018-10-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2406
2407         * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment.
2408
2409 2018-10-02  Tom Tromey  <tom@tromey.com>
2410
2411         * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
2412
2413 2018-10-02  John Darrington  <john@darrington.wattle.id.au>
2414
2415         * NEWS: Mention changed commands.
2416         * ser-uds.c: New file.
2417         * configure.ac (SER_HARDWIRE): Add ser-uds.o.
2418         * configure: Regenerate.
2419         * Makefile.in: Add new file.
2420         * serial.c (serial_open): Check if filename is a socket
2421         and lookup the appropriate interface accordingly.
2422
2423 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2424
2425         * aarch64-linux-tdep.c (AARCH64_SIGCONTEXT_RESERVED_OFFSET): Add
2426         define.
2427         (AARCH64_EXTRA_MAGIC): Likewise.
2428         (AARCH64_FPSIMD_MAGIC): Likewise.
2429         (AARCH64_SVE_MAGIC): Likewise.
2430         (AARCH64_EXTRA_DATAP_OFFSET): Likewise.
2431         (AARCH64_FPSIMD_FPSR_OFFSET): Likewise.
2432         (AARCH64_FPSIMD_FPCR_OFFSET): Likewise.
2433         (AARCH64_FPSIMD_V0_OFFSET): Likewise.
2434         (AARCH64_FPSIMD_VREG_SIZE): Likewise.
2435         (AARCH64_SVE_CONTEXT_VL_OFFSET): Likewise.
2436         (AARCH64_SVE_CONTEXT_REGS_OFFSET): Likewise.
2437         (AARCH64_SVE_CONTEXT_P_REGS_OFFSET): Likewise.
2438         (AARCH64_SVE_CONTEXT_FFR_OFFSET): Likewise.
2439         (AARCH64_SVE_CONTEXT_SIZE): Likewise.
2440         (read_aarch64_ctx): Add function.
2441         (aarch64_linux_sigframe_init): Detect FP registers.
2442
2443 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2444
2445         * aarch64-tdep.c (AARCH64_Q0_REGNUM): Move to here.
2446         (AARCH64_D0_REGNUM): Likewise.
2447         (AARCH64_S0_REGNUM): Likewise.
2448         (AARCH64_H0_REGNUM): Likewise.
2449         (AARCH64_B0_REGNUM): Likewise.
2450         (AARCH64_SVE_V0_REGNUM): Likewise.
2451         * arch/aarch64.h (AARCH64_Q0_REGNUM): Move from here.
2452         (AARCH64_D0_REGNUM): Likewise.
2453         (AARCH64_S0_REGNUM): Likewise.
2454         (AARCH64_H0_REGNUM): Likewise.
2455         (AARCH64_B0_REGNUM): Likewise.
2456         (AARCH64_SVE_V0_REGNUM): Likewise.
2457
2458 2018-10-01  Gary Benson <gbenson@redhat.com>
2459
2460         * gdb_proc_service.h (gdb_prfpregset_t): Remove typedef.
2461         * proc-service.c (ps_lgetfpregs, ps_lsetfpregs): Use
2462         prfpregset_t instead of gdb_prfpregset_t.
2463         * configure.ac (PRFPREGSET_T_BROKEN): Remove check.
2464         * configure, config.in: Rebuild.
2465
2466 2018-10-01  Gary Benson <gbenson@redhat.com>
2467
2468         * common/gdb_proc_service.h: New file, factored out from...
2469         * gdb_proc_service.h: Moved common code to the above file.
2470         * Makefile.in (HFILES_NO_SRCDIR): Add the above new file.
2471
2472 2018-10-01  Gary Benson <gbenson@redhat.com>
2473
2474         * gdb_proc_service.h: Use elf_gregset_t if prgregset_t is
2475         undefined.  Use elf_fpregset_t if prfpregset_t is undefined.
2476
2477 2018-10-01  Gary Benson <gbenson@redhat.com>
2478
2479         * configure.ac: Check if sys/procfs.h defines elf_fpregset_t.
2480         (AC_CHECK_HEADERS): Check for linux/elf.h.
2481         * configure, config.in: Rebuild.
2482         * gdb_proc_service.h: Include linux/elf.h if sys/procfs.h
2483         doesn't define elf_fpregset_t.
2484
2485 2018-10-01  Gary Benson <gbenson@redhat.com>
2486
2487         * gdb_proc_service.h: Whitespace change.
2488
2489 2018-10-01  Tom Tromey  <tom@tromey.com>
2490
2491         * unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
2492         * unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
2493         * common/scoped_fd.h: Don't check HAVE_UNISTD_H.
2494
2495 2018-10-01  Tom Tromey  <tom@tromey.com>
2496
2497         * README: Minor change.
2498
2499 2018-09-30  Pedro Alves  <palves@redhat.com>
2500
2501         * darwin-nat-info.c (darwin_debug_regions_recurse)
2502         (info_mach_exceptions_command): Remove unused local variables.
2503         * darwin-nat.c (darwin_decode_notify_message)
2504         (darwin_nat_target::resume, darwin_nat_target::mourn_inferior)
2505         (darwin_stop_inferior, darwin_setup_exceptions)
2506         (darwin_nat_target::kill, darwin_attach_pid, darwin_ptrace_him)
2507         (darwin_nat_target::attach, darwin_nat_target::detach)
2508         (darwin_read_write_inferior, darwin_read_dyld_info): Remove unused
2509         local variables.
2510         * i386-darwin-nat.c (i386_darwin_dr_set): Remove unused local
2511         variables.
2512
2513 2018-09-29  Tom Tromey  <tom@tromey.com>
2514
2515         * README: Remove some leftover text.
2516
2517 2018-09-29  Tom Tromey  <tom@tromey.com>
2518
2519         * PROBLEMS: Rewrite.
2520         * README: Update.
2521
2522 2018-09-28  John Baldwin  <jhb@FreeBSD.org>
2523
2524         * disasm-selftests.c (print_one_insn_test): Add bfd_arch_riscv to
2525         case with explicit breakpoint kind.
2526         * riscv-tdep.c (show_use_compressed_breakpoints): Remove
2527         'additional_info' and related logic.
2528         (riscv_debug_breakpoints): New variable.
2529         (riscv_breakpoint_kind_from_pc): Use the length of the existing
2530         instruction to determine the breakpoint kind.
2531         (_initialize_riscv_tdep): Add 'set/show debug riscv breakpoints'
2532         flag.  Update description of 'set/show riscv
2533         use-compressed-breakpoints' flag.
2534
2535 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2536
2537         (NEWS): Mention changes to frame related commands.
2538         * cli/cli-decode.c (add_cmd_suppress_notification): New function.
2539         (add_prefix_cmd_suppress_notification): New function.
2540         (add_com_suppress_notification): Call
2541         add_cmd_suppress_notification.
2542         * command.h (add_cmd_suppress_notification): Declare.
2543         (add_prefix_cmd_suppress_notification): Declare.
2544         * mi/mi-cmd-stack.c: Add 'safe-ctype.h' include.
2545         (parse_frame_specification): Moved from stack.c, with
2546         simplification to handle a single argument.
2547         (mi_cmd_stack_select_frame): Use parse_frame_specification, the
2548         switch to the selected frame.  Add a header comment.
2549         * stack.c: Remove 'safe-ctype.h' include.
2550         (find_frame_for_function): Add declaration.
2551         (find_frame_for_address): New function.
2552         (parse_frame_specification): Moved into mi/mi-cmd-stack.c.
2553         (frame_selection_by_function_completer): New function.
2554         (info_frame_command): Rename to...
2555         (info_frame_command_core): ...this, and update parameter types.
2556         (select_frame_command): Rename to...
2557         (select_frame_command_core): ...this, and update parameter types.
2558         (frame_command): Rename to...
2559         (frame_command_core): ...this, and update parameter types.
2560         (class frame_command_helper): New class to wrap implementations of
2561         frame related sub-commands.
2562         (frame_apply_cmd_list): New static global.
2563         (frame_cmd_list): Make static.
2564         (select_frame_cmd_list): New global for sub-commands.
2565         (info_frame_cmd_list): New global for sub-commands.
2566         (_initialize_stack): Register sub-commands for 'frame',
2567         'select-frame', and 'info frame'.  Update 'frame apply' commands
2568         to use frame_apply_cmd_list.  Move function local static
2569         frame_apply_list to file static frame_apply_cmd_list for
2570         consistency.
2571         * stack.h (select_frame_command): Delete declarationn.
2572         (select_frame_for_mi): Declare new function.
2573
2574 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2575
2576         * riscv-tdep.c (riscv_insn::decode): Decode c.lui.
2577         (riscv_scan_prologue): Split handling of AUIPC, LUI, ADD, ADDI,
2578         and NOP.
2579
2580 2018-09-26  Simon Marchi  <simon.marchi@ericsson.com>
2581
2582         * elf32-nds32.c (elf32_nds32_allocate_dynrelocs): Remove.
2583
2584 2018-09-26  Tom Tromey  <tom@tromey.com>
2585
2586         * valops.c (auto_abandon): Remove dead code.
2587
2588 2018-09-26  Tom Tromey  <tom@tromey.com>
2589
2590         * tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
2591
2592 2018-09-24  Tom Tromey  <tom@tromey.com>
2593
2594         * common/pathstuff.c (get_standard_cache_dir): Make
2595         "xdg_cache_home" and "home" const.
2596         * top.c (init_history): Make "tmpenv" const.
2597         * main.c (get_init_files): Make "homedir" const.
2598
2599 2018-09-23  Tom Tromey  <tom@tromey.com>
2600
2601         PR python/18852:
2602         * python/py-param.c (get_set_value): Use gdbpy_handle_exception.
2603
2604 2018-09-23  Tom Tromey  <tom@tromey.com>
2605
2606         * python/py-function.c (fnpy_call): Use gdbpy_handle_exception.
2607         * python/py-cmd.c (cmdpy_function): Use gdbpy_handle_exception.
2608         * python/python-internal.h (gdbpy_handle_exception): Declare.
2609         * python/py-utils.c (gdbpy_handle_exception): New function.
2610
2611 2018-09-23  Tom Tromey  <tom@tromey.com>
2612
2613         PR python/17284:
2614         * python/py-type.c (typy_template_argument): Check for negative
2615         argument number.
2616
2617 2018-09-23  Tom Tromey  <tom@tromey.com>
2618
2619         PR python/14062:
2620         * python/python.c (gdbpy_run_events): Do not ignore exceptions.
2621
2622 2018-09-23  Tom Tromey  <tom@tromey.com>
2623
2624         PR python/18170:
2625         * python/py-value.c (valpy_int): Allow conversion from pointer
2626         type.
2627
2628 2018-09-23  Tom Tromey  <tom@tromey.com>
2629
2630         PR python/20126:
2631         * python/py-value.c (valpy_int): Respect type sign.
2632
2633 2018-09-23  Tom Tromey  <tom@tromey.com>
2634
2635         PR python/18352;
2636         * python/py-value.c (valpy_float): Allow conversions from int or
2637         char.
2638         (valpy_int, valpy_long): Allow conversions from float.
2639
2640 2018-09-23  Tom Tromey  <tom@tromey.com>
2641
2642         * ctf.c (ctf_start): Use gdb_fopen_cloexec.
2643         * common/scoped_mmap.c (mmap_file): Use gdb_open_cloexec.
2644
2645 2018-09-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2646
2647         * amd64-sol2-tdep.c (amd64_sol2_sigtramp_p): Also recognize
2648         __sighndlr.
2649         * i386-sol2-tdep.c (i386_sol2_sigtramp_p): Likewise.
2650
2651 2018-08-02  Jon Turney  <jon.turney@dronecode.org.uk>
2652
2653         * windows-nat.c (windows_nat_target::wait): Remove a spurious
2654         target_terminal::ours().
2655
2656 2018-09-23  Simon Marchi  <simon.marchi@ericsson.com>
2657
2658         * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
2659         of vl to ULONGEST.
2660
2661 2018-09-21  Yacov Simhony  <ysimhony@gmail.com>
2662
2663         * breakpoint.c (update_inserted_breakpoint_locations): Remove
2664         redundant condition.
2665
2666 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2667
2668         * proc-utils.h (PROC_CTL_WORD_TYPE): Remove.
2669
2670         * procfs.c: Don't check for PR_MODEL_NATIVE definition.
2671         * sparc-sol2-nat.c: Likewise.  Remove Linux, __arch64__ references.
2672         * sol-thread.c (ps_pdmodel): Don't guard definition.
2673
2674         * procfs.c: Fix formatting.
2675
2676         * procfs.c (sysset_t_alloc): Remove.
2677         (create_procinfo): Use XNEW instead of sysset_t_alloc.
2678         (procfs_debug_inferior): Likewise.
2679         (procfs_set_exec_trap): Likewise.
2680         (proc_set_traced_sysentry): Don't allocate argp dynamically.
2681         (proc_set_traced_sysexit): Likewise.
2682
2683         * procfs.c (create_procinfo): Use xsnprintf to fix ARI warning.
2684         (dead_procinfo): Likewise.
2685         (proc_warn): Likewise.
2686         (proc_error): Likewise.
2687         (proc_get_LDT_entry): Likewise.
2688         (do_attach): Likewise.
2689         (procfs_target::pid_to_str): Likewise.
2690         (iterate_over_mappings): Likewise.
2691
2692         * procfs.c (create_procinfo): Fix ARI warning.
2693         (proc_get_status): Likewise.
2694         (proc_stop_process): Likewise.
2695         (proc_run_process): Likewise.
2696         (proc_kill): Likewise.
2697         (proc_get_LDT_entry): Likewise.
2698         (procfs_find_LDT_entry): Likewise.
2699         (proc_update_threads): Likewise.
2700         (proc_iterate_over_threads): Likewise.
2701         (do_attach): Likewise.
2702         (procfs_xfer_memory): Likewise.
2703         (invalidate_cache): Likewise.
2704         (procfs_target::resume): Likewise.
2705         (procfs_init_inferior): Likewise.
2706         (procfs_set_exec_trap): Likewise.
2707         (procfs_target::thread_alive): Likewise.
2708         (procfs_target::pid_to_exec_file): Likewise.
2709         (iterate_over_mappings): Likewise.
2710         (procfs_target::make_corefile_notes): Likewise.
2711         * sol-thread.c (sol_thread_target::thread_alive): Likewise.
2712
2713         * procfs.c (procfs_find_LDT_entry): Silence ARI warning.
2714         (procfs_find_LDT_entry): Likewise.
2715         * sol-thread.c (ps_lgetLDT): Likewise.
2716
2717 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2718
2719         PR tdep/17903
2720         * procfs.c (procfs_target): Declare pid_to_exec_file.
2721         (procfs_target::pid_to_exec_file): New.
2722
2723 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2724
2725         * auxv.c (default_print_auxv_entry): Reflect AT_SUN_CAP_HW1
2726         renaming.
2727         Handle AT_SUN_EMULATOR, AT_SUN_BRANDNAME, AT_SUN_BRAND_AUX1,
2728         AT_SUN_BRAND_AUX2, AT_SUN_BRAND_AUX3, AT_SUN_CAP_HW2.
2729
2730 2018-09-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2731
2732         * i386-v4-nat.c (regmap, supply_gregset, fill_gregset)
2733         (supply_fpregset, fill_fpregset): Move ...
2734         * i386-sol2-nat.c [PR_MODEL_NATIVE != PR_MODEL_LP64]: ... here.
2735         Remove HAVE_GREGSET_T, HAVE_FPREGET_T guards.
2736         Remove references to ioctl-based procfs.
2737         Include <sys/reg.h>.
2738         Remove PR_MODEL_NATIVE guards.
2739         * configure.nat <sol2, i386> (NATDEPFILES): Remove i386-v4-nat.o.
2740         * Makefile.in (ALLDEPFILES): Remove i386-v4-nat.c.
2741
2742 2018-09-19  Xavier Roirand  <roirand@adacore.com>
2743
2744         PR gdb/20981:
2745         * solib-darwin.c (darwin_get_dyld_bfd): New function.
2746         (darwin_solib_get_all_image_info_addr_at_init): Update call.
2747         (darwin_solib_create_inferior_hook): Handle unrelocated dyld.
2748
2749 2018-09-19  John Baldwin  <jhb@FreeBSD.org>
2750
2751         * fbsd-tdep.c (fbsd_print_sockaddr_in): Style fix.
2752         (fbsd_print_sockaddr_in6): Likewise.
2753
2754 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
2755             Chris January  <chris.january@arm.com>
2756
2757         * eval.c (skip_undetermined_arglist): Skip argument list helper.
2758         (evaluate_subexp_standard): Return a dummy type when
2759         honoring EVAL_SKIP in OP_VAR_VALUE and handle skipping in the
2760         OP_F77_UNDETERMINED_ARGLIST case.
2761         * expression.h (enum noside): Update comment.
2762
2763 2018-09-19  George Vasick <george.vasick@oracle.com>
2764
2765         * solib-svr4.c (svr4_same_1): Also handle amd64 ld.so.1.
2766
2767 2018-09-19  Stefan Teleman <stefan.teleman@oracle.com>
2768             April Chin <april.chin@oracle.com>
2769             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2770
2771         * procfs.c (MAX_PROC_NAME_SIZE): Allow for 6-digit PID_MAX and
2772         uint_t lwpid_t.
2773         (create_procinfo): Print pids in /proc without leading zeros.
2774
2775 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
2776
2777         * nios2-tdep.c (nios2_gcc_target_options): New.
2778         (nios2_gdb_arch_init): Install new hook.
2779
2780 2018-09-18  Simon Marchi  <simon.marchi@ericsson.com>
2781
2782         * patches/0001-Fix-PR-gdb-23558-Use-system-s-getcwd-when-cross-comp.patch:
2783         New file.
2784         * update-gnulib.sh: Apply patch.
2785         * configure: Re-generate.
2786
2787 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2788
2789         * infcmd.c (_initialize_infcmd): Remove "running" from "info proc"
2790         description.  Make "info proc" command descriptions more
2791         consistent.
2792
2793 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2794
2795         * NEWS: Mention 'info proc files' command.
2796
2797 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2798
2799         * fbsd-nat.c (fbsd_nat_target::info_proc): List open file
2800         descriptors for IP_FILES and IP_ALL.
2801
2802 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2803
2804         * fbsd-tdep.c (KF_FLAGS, KF_OFFSET, KF_VNODE_TYPE, KF_SOCK_DOMAIN)
2805         (KF_SOCK_TYPE, KF_SOCK_PROTOCOL, KF_SA_LOCAL, KF_SA_PEER)
2806         (KINFO_FILE_TYPE_SOCKET, KINFO_FILE_TYPE_PIPE)
2807         (KINFO_FILE_TYPE_FIFO, KINFO_FILE_TYPE_KQUEUE)
2808         (KINFO_FILE_TYPE_CRYPTO, KINFO_FILE_TYPE_MQUEUE)
2809         (KINFO_FILE_TYPE_SHM, KINFO_FILE_TYPE_SEM, KINFO_FILE_TYPE_PTS)
2810         (KINFO_FILE_TYPE_PROCDESC, KINFO_FILE_FD_TYPE_ROOT)
2811         (KINFO_FILE_FD_TYPE_JAIL, KINFO_FILE_FD_TYPE_TRACE)
2812         (KINFO_FILE_FD_TYPE_CTTY, KINFO_FILE_FLAG_READ)
2813         (KINFO_FILE_FLAG_WRITE, KINFO_FILE_FLAG_APPEND)
2814         (KINFO_FILE_FLAG_ASYNC, KINFO_FILE_FLAG_FSYNC)
2815         (KINFO_FILE_FLAG_NONBLOCK, KINFO_FILE_FLAG_DIRECT)
2816         (KINFO_FILE_FLAG_HASLOCK, KINFO_FILE_FLAG_EXEC)
2817         (KINFO_FILE_VTYPE_VREG, KINFO_FILE_VTYPE_VDIR)
2818         (KINFO_FILE_VTYPE_VCHR, KINFO_FILE_VTYPE_VLNK)
2819         (KINFO_FILE_VTYPE_VSOCK, KINFO_FILE_VTYPE_VFIFO, FBSD_AF_UNIX)
2820         (FBSD_AF_INET, FBSD_AF_INET6, FBSD_SOCK_STREAM, FBSD_SOCK_DGRAM)
2821         (FBSD_SOCK_SEQPACKET, FBSD_IPPROTO_ICMP, FBSD_IPPROTO_TCP)
2822         (FBSD_IPPROTO_UDP, FBSD_IPPROTO_SCTP): New defines.
2823         (struct fbsd_sockaddr_in, struct fbsd_sockaddr_in6)
2824         (struct fbsd_sockaddr_un): New types.
2825         (fbsd_file_fd, fbsd_file_type, fbsd_file_flags, fbsd_ipproto)
2826         (fbsd_print_sockaddr_in, fbsd_print_sockaddr_in6)
2827         (fbsd_info_proc_files_header, fbsd_info_proc_files_entry)
2828         (fbsd_core_info_proc_files): New functions.
2829         (fbsd_core_info_proc): List open file descriptors for IP_FILES and
2830         IP_ALL.
2831         * fbsd-tdep.h (fbsd_info_proc_files_header)
2832         (fbsd_info_proc_files_entry): New.
2833
2834 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2835
2836         * defs.h (enum info_proc_what) [IP_FILES]: New value.
2837         * infcmd.c (info_proc_cmd_files): New function.
2838         (_initialize_infcmd): Register 'info proc files' command.
2839
2840 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2841
2842         * gnulib/aclocal-m4-deps.mk: Re-generate.
2843         * gnulib/aclocal.m4: Re-generate.
2844         * gnulib/config.in: Re-generate.
2845         * gnulib/configure: Re-generate.
2846         * gnulib/import/Makefile.am: Re-generate.
2847         * gnulib/import/Makefile.in: Re-generate.
2848         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
2849         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
2850         * gnulib/import/arpa_inet.in.h: New file.
2851         * gnulib/import/inet_ntop.c: New file.
2852         * gnulib/import/m4/arpa_inet_h.m4: New file.
2853         * gnulib/import/m4/inet_ntop.m4: New file.
2854         * gnulib/import/m4/netinet_in_h.m4: New file.
2855         * gnulib/import/m4/socklen.m4: New file.
2856         * gnulib/import/m4/sockpfaf.m4: New file.
2857         * gnulib/import/m4/stdalign.m4: New file.
2858         * gnulib/import/m4/sys_uio_h.m4: New file.
2859         * gnulib/import/netinet_in.in.h: New file.
2860         * gnulib/import/stdalign.in.h: New file.
2861         * gnulib/import/sys_socket.c: New file.
2862         * gnulib/import/sys_socket.in.h: New file.
2863         * gnulib/import/sys_uio.in.h: New file.
2864         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add inet_ntop
2865         module.
2866
2867 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2868
2869         * gnulib/aclocal-m4-deps.mk: New file.
2870         * gnulib/update-gnulib.sh: Generate "aclocal-m4-deps.mk"
2871         deterministically.
2872
2873 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
2874
2875         * fbsd-tdep.c (fbsd_core_vnode_path): Use KF_PATH instead of
2876         KVE_PATH.
2877
2878 2018-09-18  Tom Tromey  <tom@tromey.com>
2879
2880         * compile/compile-object-load.c (struct
2881         link_hash_table_cleanup_data): Add constructor and destructor.
2882         Use DISABLE_COPY_AND_ASSIGN.
2883         (~link_hash_table_cleanup_data): Rename from
2884         link_hash_table_free.  Now a destructor.
2885         (copy_sections): Use gdb::unique_xmalloc_ptr.  Remove cleanups.
2886
2887 2018-09-18  Tom Tromey  <tom@tromey.com>
2888
2889         * compile/compile-object-run.c (do_module_cleanup): Use delete.
2890         * compile/compile-object-load.c (struct munmap_list): Move to
2891         header file.
2892         (munmap_list::add): Rename from munmap_list_add; rewrite.
2893         (munmap_list::~munmap_list): Rename from munmap_list_free.
2894         (munmap_listp_free_cleanup): Remove.
2895         (compile_object_load): Update.
2896         * compile/compile-object-load.h (struct munmap_list): Move from
2897         compile-object-load.c.  Rewrite.
2898
2899 2018-09-18  Alan Hayward  <alan.hayward@arm.com>
2900
2901         * aarch64-tdep.c (pass_in_v): Use register size.
2902         (aarch64_extract_return_value): Likewise.
2903         (aarch64_store_return_value): Likewise.
2904
2905 2018-09-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2906
2907         * utils.c (dump_core) [HAVE_SETRLIMIT]: Cast RLIM_INFINITY to
2908         rlim_t.
2909
2910 2018-09-17  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2911
2912         * python/lib/gdb/command/frame_filters.py (EnableFrameFilter):
2913         Fix short help line.
2914
2915 2018-09-17  Tom Tromey  <tom@tromey.com>
2916
2917         PR python/20445:
2918         * configure: Rebuild.
2919         * configure.ac: Conditionally use -DNDEBUG for Python.
2920
2921 2018-09-17  Tom Tromey  <tom@tromey.com>
2922
2923         * configure: Rebuild.
2924         * configure.ac: Use gmp as a library dependency when checking for
2925         mpfr.
2926
2927 2018-09-17  Pedro Alves  <palves@redhat.com>
2928
2929         * python/py-inferior.c (find_inferior_object): Delete.
2930
2931 2018-09-17  Simon Marchi  <simon.marchi@ericsson.com>
2932
2933         * compile/compile-cplus-types.c
2934         (compile_cplus_instance::enter_scope): Don't use new_scope after
2935         std::move.
2936
2937 2018-09-17  Tom Tromey  <tom@tromey.com>
2938
2939         * common/pathstuff.c (get_standard_cache_dir): Use
2940         ~/Library/Caches on macOS.
2941         * common/pathstuff.h (get_standard_cache_dir): Update comment.
2942
2943 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
2944
2945         PR python/23669
2946         * breakpoint.c (commands_cmd_element): New.
2947         (_initialize_breakpoint): Assign commands_cmd_element.
2948         * breakpoint.h (commands_cmd_element): New.
2949         * cli/cli-script.c (while_cmd_element, if_command,
2950         define_cmd_element): New.
2951         (command_name_equals): Remove.
2952         (process_next_line): Compare commands by pointer, not by name.
2953         (_initialize_cli_script): Assign the various cmd_list_element
2954         variables.
2955         * compile/compile.c (compile_cmd_element): New.
2956         (_initialize_compile): Assign compile_cmd_element.
2957         * compile/compile.h (compile_cmd_element): New.
2958         * guile/guile.c (guile_cmd_element): New.
2959         (install_gdb_commands): Assign guile_cmd_element.
2960         * guile/guile.h (guile_cmd_element): New.
2961         * python/python.c (python_cmd_element): New.
2962         (_initialize_python): Assign python_cmd_element.
2963         * python/python.h (python_cmd_element): New.
2964         * tracepoint.c (while_stepping_cmd_element): New.
2965         (_initialize_tracepoint): Assign while_stepping_cmd_element.
2966         * tracepoint.h (while_stepping_cmd_element): New.
2967
2968 2018-09-17  Tom Tromey  <tom@tromey.com>
2969
2970         * infrun.c (save_infcall_suspend_state): Return
2971         infcall_suspend_state_up.
2972         (save_infcall_control_state): Return infcall_control_state_up.
2973         * inferior.h (save_infcall_suspend_state)
2974         (save_infcall_control_state): Declare later.  Return unique
2975         pointers.
2976
2977 2018-09-17  Tom Tromey  <tom@tromey.com>
2978
2979         * infrun.c (struct stop_context): Declare constructor,
2980         destructor, "changed" method.
2981         (stop_context::stop_context): Rename from save_stop_context.
2982         (stop_context::~stop_context): Rename from
2983         release_stop_context_cleanup.
2984         (normal_stop): Update.
2985         (stop_context::changed): Rename from stop_context_changed.  Return
2986         bool.
2987
2988 2018-09-17  Tom Tromey  <tom@tromey.com>
2989
2990         * inferior.h (struct infcall_suspend_state_deleter): New.
2991         (infcall_suspend_state_up): New typedef.
2992         (struct infcall_control_state_deleter): New.
2993         (infcall_control_state_up): New typedef.
2994         (make_cleanup_restore_infcall_suspend_state)
2995         (make_cleanup_restore_infcall_control_state): Don't declare.
2996         * infcall.c (call_function_by_hand_dummy): Update.
2997         * infrun.c (do_restore_infcall_suspend_state_cleanup)
2998         (make_cleanup_restore_infcall_suspend_state): Remove.
2999         (do_restore_infcall_control_state_cleanup)
3000         (make_cleanup_restore_infcall_control_state): Remove.
3001
3002 2018-09-17  Tom Tromey  <tom@tromey.com>
3003
3004         * gdbthread.h (struct thread_control_state): Add initializer.
3005         (class thread_info) <control>: Remove initializer.
3006         * inferior.h (struct inferior_control_state): Add initializer.
3007         (class inferior) <control>: Remove initializer.
3008         (exit_inferior_1): Update.
3009         * infrun.c (struct infcall_control_state): Add constructors.
3010         (save_infcall_control_state): Use new.
3011         (restore_infcall_control_state, discard_infcall_control_state):
3012         Use delete.
3013
3014 2018-09-17  Tom Tromey  <tom@tromey.com>
3015
3016         * infrun.c (struct infcall_suspend_state) <registers>: Now a
3017         unique_ptr.
3018         <siginfo_data>: Now a unique_xmalloc_ptr.
3019         (save_infcall_suspend_state, restore_infcall_suspend_state)
3020         (discard_infcall_suspend_state)
3021         (get_infcall_suspend_state_regcache): Update.
3022
3023 2018-09-17  Tom Tromey  <tom@tromey.com>
3024
3025         * gdbthread.h (struct thread_suspend_state): Add initializers.
3026         (class thread_info) <suspend>: Remove initializer.
3027         * infrun.c (struct infcall_suspend_state): Add initializers.
3028         (save_infcall_suspend_state): Use new.
3029         (discard_infcall_suspend_state): Use delete.
3030
3031 2018-09-16  Tom Tromey  <tom@tromey.com>
3032
3033         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3034         Remove.
3035         * python/py-varobj.c (py_varobj_iter_ctor): Change pyiter to
3036         rvalue reference.  Remove CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3037         (py_varobj_iter_new): Likewise.
3038         (py_varobj_get_iterator): Use gdbpy_ref.
3039
3040 2018-09-16  Tom Tromey  <tom@tromey.com>
3041
3042         * python/py-threadevent.c (py_get_event_thread): Simplify.
3043         * python/py-inferior.c (infpy_thread_from_thread_handle):
3044         Return immediately after calling thread_to_thread_object.  Use
3045         Py_RETURN_NONE.
3046         (thread_to_thread_object): Set the exception on a NULL return.
3047
3048 2018-09-16  Simon Marchi  <simon.marchi@polymtl.ca>
3049
3050         * Makefile.in (LIBGDB_OBS): Sort COMMON_OBS.
3051
3052 2018-09-16  Tom Tromey  <tom@tromey.com>
3053
3054         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3055         Remove.
3056
3057 2018-09-16  Tom Tromey  <tom@tromey.com>
3058
3059         * python/python-internal.h (thread_to_thread_object): Change
3060         return type.
3061         * python/py-inferior.c (thread_to_thread_object): Return a new
3062         reference.
3063         (infpy_thread_from_thread_handle): Update.
3064         * python/py-infthread.c (gdbpy_selected_thread): Update.
3065         * python/py-stopevent.c (create_stop_event_object): Update.
3066         * python/py-threadevent.c (py_get_event_thread): Return a new
3067         reference.
3068         (py_get_event_thread): Update.
3069         * python/py-event.h (py_get_event_thread): Change return type.
3070         * python/py-continueevent.c (create_continue_event_object):
3071         Update.
3072
3073 2018-09-16  Tom Tromey  <tom@tromey.com>
3074
3075         * python/py-progspace.c (pspy_get_objfiles): Update.
3076         * python/python-internal.h (objfile_to_objfile_object): Change
3077         return type.
3078         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3079         Update.
3080         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3081         Update.
3082         * python/python.c (gdbpy_get_current_objfile): Update.
3083         (gdbpy_objfiles): Update.
3084         * python/py-objfile.c (objfpy_get_owner, gdbpy_lookup_objfile):
3085         Update.
3086         (objfile_to_objfile_object): Return a new reference.
3087         * python/py-symtab.c (stpy_get_objfile): Update.
3088         * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
3089         Update.
3090
3091 2018-09-16  Tom Tromey  <tom@tromey.com>
3092
3093         * python/py-inferior.c (infpy_get_progspace): Update.
3094         * python/python-internal.h (pspace_to_pspace_object): Change
3095         return type.
3096         * python/py-newobjfileevent.c
3097         (create_clear_objfiles_event_object): Update.
3098         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
3099         Update.
3100         * python/python.c (gdbpy_get_current_progspace): Update.
3101         (gdbpy_progspaces): Update.
3102         * python/py-progspace.c (pspace_to_pspace_object): Return a new
3103         reference.
3104         * python/py-objfile.c (objfpy_get_progspace): Update.
3105         * python/py-prettyprint.c (find_pretty_printer_from_progspace):
3106         Update.
3107
3108 2018-09-16  Tom Tromey  <tom@tromey.com>
3109
3110         * python/lib/gdb/__init__.py (current_progspace, objfiles)
3111         (solib_name, block_for_pc, find_pc_line): New functions.
3112         (execute_unwinders): Update.
3113         * python/py-block.c (gdbpy_block_for_pc): Remove.
3114         * python/py-inferior.c (infpy_get_progspace): New function.
3115         (inferior_object_getset) <progspace>: Add.
3116         * python/py-progspace.c (pspy_objfiles): Rewrite.
3117         (pspy_solib_name, pspy_block_for_pc)
3118         (pspy_find_pc_line, pspy_is_valid): New functions.
3119         (progspace_object_methods): Add entries for solib_name,
3120         block_for_pc, find_pc_line, is_valid.
3121         * python/python-internal.h (gdbpy_block_for_pc)
3122         (build_objfiles_list): Don't declare.
3123         * python/python.c: Don't include solib.h.
3124         (gdbpy_solib_name, gdbpy_find_pc_line)
3125         (gdbpy_get_current_progspace, build_objfiles_list)
3126         (gdbpy_objfiles): Remove.
3127         (GdbMethods) <current_progspace, objfiles, block_for_pc,
3128         solib_name, find_pc_line>: Remove entries.
3129
3130 2018-09-16  Tom Tromey  <tom@tromey.com>
3131
3132         * top.c (new_ui_command): Use GNU style for metasyntactic
3133         variables.
3134         * breakpoint.c (stopat_command): Use GNU style for metasyntactic
3135         variables.
3136         * maint.c (maintenance_translate_address): Remove "<>" around
3137         text.
3138         * interps.c (interpreter_exec_cmd): Use GNU style for
3139         metasyntactic variables.
3140         * nto-procfs.c (nto_procfs_target_info): Use GNU style for
3141         metasyntactic variables.
3142         * tracepoint.c (tfind_range_command): Use GNU style for
3143         metasyntactic variables.
3144         (tfind_outside_command): Likewise.
3145         (_initialize_tracepoint): Likewise.
3146         * remote.c (extended_remote_target::create_inferior): Use GNU
3147         style for metasyntactic variables.
3148         * sparc64-tdep.c (adi_examine_command): Use GNU style for
3149         metasyntactic variables.
3150         (adi_assign_command): Likewise.
3151
3152 2018-09-16  Tom Tromey  <tom@tromey.com>
3153
3154         * disasm.c (show_disassembler_options_sfunc): Use GNU style for
3155         metasyntactic variables.  Print message if no disassembler options
3156         are available.
3157
3158 2018-09-15  Tom Tromey  <tom@tromey.com>
3159
3160         * infcmd.c (get_inferior_args): Return const char *.
3161         * inferior.h (get_inferior_args): Return type now const.
3162         * linux-tdep.c (linux_fill_prpsinfo): Update.
3163         * procfs.c (procfs_target::make_corefile_notes): Update.
3164
3165 2018-09-07  Tom Tromey  <tom@tromey.com>
3166
3167         * python/python.c (execute_gdb_command): Call bpstat_do_actions
3168         inside the TRY.
3169
3170 2018-09-14  Sandra Loosemore  <sandra@codesourcery.com>
3171
3172         * nios2-tdep.c (nios2_type_align): New.
3173         (nios2_gdb_arch_init): Install type_align hook.
3174
3175 2018-09-10  Andrew Burgess  <andrew.burgess@embecosm.com>
3176
3177         * eval.c (fake_method::fake_method): Call xzalloc directly for a
3178         type that is neither object file owned, nor gdbarch owned.
3179         * gdbtypes.c (get_type_gdbarch): Add an assert that returned
3180         gdbarch is non-NULL.
3181         (alloc_type_instance): Allocate non-objfile owned types on the
3182         gdbarch obstack.
3183         (copy_type_recursive): Allocate TYPE_FIELDS and TYPE_RANGE_DATA
3184         using TYPE_ALLOC to ensure memory is allocated on the correct
3185         obstack.
3186         * gdbtypes.h (TYPE_ALLOC): Allocate space on either the objfile
3187         obstack, or the gdbarch obstack.
3188         (TYPE_ZALLOC): Rewrite using TYPE_ALLOC.
3189
3190 2018-09-14  Tom Tromey  <tom@tromey.com>
3191
3192         * infcall.c (call_function_by_hand_dummy): Remove unnecessary
3193         block.
3194
3195 2018-09-14  Tom Tromey  <tom@tromey.com>
3196
3197         * nat/fork-inferior.c (get_startup_shell): Remove "static".
3198
3199 2018-09-13  Tom Tromey  <tom@tromey.com>
3200
3201         * python/py-inferior.c (infpy_thread_from_thread_handle): Now
3202         static.
3203
3204 2018-09-13  Tom Tromey  <tom@tromey.com>
3205
3206         * exec.c (try_open_exec_file): Use std::string.
3207
3208 2018-09-13  Tom Tromey  <tom@tromey.com>
3209
3210         * utils.h (gdb_bfd_errmsg): Return std::string.
3211         * exec.c (exec_file_attach): Update.
3212         * compile/compile-object-load.c (compile_object_load): Update.
3213         * utils.c (gdb_bfd_errmsg): Return std::string.
3214
3215 2018-09-13  Tom Tromey  <tom@tromey.com>
3216
3217         * procfs.c (struct procinfo_deleter): New.
3218         (procinfo_up): New typedef.
3219         (do_destroy_procinfo_cleanup): Remove.
3220         (procfs_target::info_proc): Use procinfo_up.  Remove cleanups.
3221
3222 2018-09-13  Tom Tromey  <tom@tromey.com>
3223
3224         * source.c (add_path): Use gdb::unique_xmalloc_ptr.
3225
3226 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
3227 2018-09-13  Tom Tromey  <tom@tromey.com>
3228
3229         * python/py-progspace.c (PSPY_REQUIRE_VALID): New macro.
3230         (pspy_get_objfiles): New function.
3231         (progspace_object_methods): New.
3232         (pspace_object_type): Add tp_methods callback.
3233         * python/python-internal.h (build_objfiles_list): New
3234         declaration.
3235         * python/python.c (build_objfiles_list): New function.
3236         (gdbpy_objfiles): Implement using build_objfiles_list.
3237         * NEWS: Mention the Progspace.objfiles method.
3238
3239 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
3240
3241         * python/py-inferior.c (infpy_get_progspace): New function.
3242         (inferior_object_getset): Add progspace property.
3243         * NEWS: Mention the new property.
3244
3245 2018-09-13  Tom Tromey  <tom@tromey.com>
3246
3247         PR rust/23650:
3248         * rust-lang.c (rust_evaluate_subexp): Use field name, not "foo".
3249
3250 2018-09-13  Tom Tromey  <tom@tromey.com>
3251
3252         PR rust/23626:
3253         * rust-lang.c (rust_enum_variant): Now static.
3254         (rust_empty_enum_p): New function.
3255         (rust_print_enum, rust_evaluate_subexp, rust_print_struct_def):
3256         Handle empty enum.
3257
3258 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
3259
3260         * python/py-inferior.c (infpy_repr): New.
3261         (inferior_object_type): Register infpy_repr.
3262         * python/py-objfile.c (objfpy_repr): New.
3263         (objfile_object_type): Register objfpy_repr.
3264
3265 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
3266
3267         * fbsd-nat.c (fbsd_nat_target::info_proc): Remove unused variable.
3268
3269 2018-09-12  John Baldwin  <jhb@FreeBSD.org>
3270
3271         * aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
3272         typo.
3273
3274 2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3275
3276         * common/common-utils.c: Don't include '<sys/stat.h>'.
3277         (is_regular_file): Move to...
3278         * common/filestuff.c (is_regular_file): ... here.
3279         * common/common-utils.h (is_regular_file): Move to...
3280         * common/filestuff.h (is_regular_file): ... here.
3281
3282 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
3283
3284         * skip.c (debug_skip): New variable.
3285         (skiplist_entry::do_skip_file_p): Add debug output.
3286         (skiplist_entry::do_skip_gfile_p): Likewise.
3287         (skiplist_entry::skip_function_p): Likewise.
3288         (_initialize_step_skip): Create debug command.
3289         * NEWS: Mention set/show debug skip.
3290
3291 2018-09-11  Xavier Roirand  <roirand@adacore.com>
3292
3293         * darwin-nat.c (should_disable_startup_with_shell):
3294         New function.
3295         (darwin_nat_target::create_inferior): Add call.
3296
3297 2018-09-11  Xavier Roirand  <roirand@adacore.com>
3298
3299         * darwin-nat.h (struct darwin_thread_info) <gdb_port,
3300         inf_port, msg_state>: Initialize.
3301         (struct darwin_thread_info) <signaled, single_step>: Change
3302         type and initialize.
3303         (struct darwin_thread_info) <event>: Initialize.
3304
3305 2018-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3306
3307         PR gdb/23555
3308         PR gdb/23558
3309         * gnulib/import/m4/getcwd-path-max.m4: Add cross-compilation
3310         guesses.
3311
3312 2018-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3313
3314         Revert:
3315         2018-08-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3316
3317         PR gdb/23555
3318         PR gdb/23558
3319         * gnulib/aclocal.m4: Regenerate.
3320         * gnulib/config.in: Regenerate.
3321         * gnulib/configure: Regenerate.
3322         * gnulib/import/Makefile.am: Update.
3323         * gnulib/import/Makefile.in: Update.
3324         * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
3325         * gnulib/import/_Noreturn.h: ... this.
3326         * gnulib/import/alloca.in.h: Update.
3327         * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
3328         * gnulib/import/arg-nonnull.h: ... this.
3329         * gnulib/import/assure.h: Update.
3330         * gnulib/import/at-func.c: Update.
3331         * gnulib/import/basename-lgpl.c: Update.
3332         * gnulib/import/extra/snippet/c++defs.h: Rename to...
3333         * gnulib/import/c++defs.h: ... this.
3334         * gnulib/import/canonicalize-lgpl.c: Update.
3335         * gnulib/import/cdefs.h: Update.
3336         * gnulib/import/chdir-long.c: Update.
3337         * gnulib/import/chdir-long.h: Update.
3338         * gnulib/import/cloexec.c: Update.
3339         * gnulib/import/cloexec.h: Update.
3340         * gnulib/import/close.c: Update.
3341         * gnulib/import/closedir.c: Update.
3342         * gnulib/import/config.charset: Update.
3343         * gnulib/import/dirent-private.h: Update.
3344         * gnulib/import/dirent.in.h: Update.
3345         * gnulib/import/dirfd.c: Update.
3346         * gnulib/import/dirname-lgpl.c: Update.
3347         * gnulib/import/dirname.h: Update.
3348         * gnulib/import/dosname.h: Update.
3349         * gnulib/import/dup-safer-flag.c: Update.
3350         * gnulib/import/dup-safer.c: Update.
3351         * gnulib/import/dup.c: Update.
3352         * gnulib/import/dup2.c: Update.
3353         * gnulib/import/errno.in.h: Update.
3354         * gnulib/import/error.c: Update.
3355         * gnulib/import/error.h: Update.
3356         * gnulib/import/exitfail.c: Update.
3357         * gnulib/import/exitfail.h: Update.
3358         * gnulib/import/extra/update-copyright: Update.
3359         * gnulib/import/fchdir.c: Update.
3360         * gnulib/import/fcntl.c: Update.
3361         * gnulib/import/fcntl.in.h: Update.
3362         * gnulib/import/fd-hook.c: Update.
3363         * gnulib/import/fd-hook.h: Update.
3364         * gnulib/import/fd-safer-flag.c: Update.
3365         * gnulib/import/fd-safer.c: Update.
3366         * gnulib/import/fdopendir.c: Update.
3367         * gnulib/import/filename.h: Update.
3368         * gnulib/import/filenamecat-lgpl.c: Update.
3369         * gnulib/import/filenamecat.h: Update.
3370         * gnulib/import/flexmember.h: Update.
3371         * gnulib/import/float+.h: Update.
3372         * gnulib/import/float.c: Update.
3373         * gnulib/import/float.in.h: Update.
3374         * gnulib/import/fnmatch.c: Update.
3375         * gnulib/import/fnmatch.in.h: Update.
3376         * gnulib/import/fnmatch_loop.c: Update.
3377         * gnulib/import/fpucw.h: Update.
3378         * gnulib/import/frexp.c: Update.
3379         * gnulib/import/frexpl.c: Update.
3380         * gnulib/import/fstat.c: Update.
3381         * gnulib/import/fstatat.c: Update.
3382         * gnulib/import/getcwd-lgpl.c: Update.
3383         * gnulib/import/getcwd.c: Update.
3384         * gnulib/import/getdtablesize.c: Update.
3385         * gnulib/import/getlogin_r.c: Update.
3386         * gnulib/import/getprogname.c: Update.
3387         * gnulib/import/getprogname.h: Update.
3388         * gnulib/import/gettext.h: Update.
3389         * gnulib/import/gettimeofday.c: Update.
3390         * gnulib/import/glob-libc.h: Update.
3391         * gnulib/import/glob.c: Update.
3392         * gnulib/import/glob.in.h: Update.
3393         * gnulib/import/glob_internal.h: Update.
3394         * gnulib/import/glob_pattern_p.c: Update.
3395         * gnulib/import/globfree.c: Update.
3396         * gnulib/import/hard-locale.c: Update.
3397         * gnulib/import/hard-locale.h: Update.
3398         * gnulib/import/intprops.h: Update.
3399         * gnulib/import/inttypes.in.h: Update.
3400         * gnulib/import/isnan.c: Update.
3401         * gnulib/import/isnand-nolibm.h: Update.
3402         * gnulib/import/isnand.c: Update.
3403         * gnulib/import/isnanl-nolibm.h: Update.
3404         * gnulib/import/isnanl.c: Update.
3405         * gnulib/import/itold.c: Update.
3406         * gnulib/import/libc-config.h: Update.
3407         * gnulib/import/limits.in.h: Update.
3408         * gnulib/import/localcharset.c: Update.
3409         * gnulib/import/localcharset.h: Update.
3410         * gnulib/import/localtime-buffer.c: Update.
3411         * gnulib/import/localtime-buffer.h: Update.
3412         * gnulib/import/lstat.c: Update.
3413         * gnulib/import/m4/00gnulib.m4: Update.
3414         * gnulib/import/m4/__inline.m4: Update.
3415         * gnulib/import/m4/absolute-header.m4: Update.
3416         * gnulib/import/m4/alloca.m4: Update.
3417         * gnulib/import/m4/builtin-expect.m4: Update.
3418         * gnulib/import/m4/canonicalize.m4: Update.
3419         * gnulib/import/m4/chdir-long.m4: Update.
3420         * gnulib/import/m4/close.m4: Update.
3421         * gnulib/import/m4/closedir.m4: Update.
3422         * gnulib/import/m4/configmake.m4: Update.
3423         * gnulib/import/m4/d-ino.m4: Update.
3424         * gnulib/import/m4/d-type.m4: Update.
3425         * gnulib/import/m4/dirent_h.m4: Update.
3426         * gnulib/import/m4/dirfd.m4: Update.
3427         * gnulib/import/m4/dirname.m4: Update.
3428         * gnulib/import/m4/double-slash-root.m4: Update.
3429         * gnulib/import/m4/dup.m4: Update.
3430         * gnulib/import/m4/dup2.m4: Update.
3431         * gnulib/import/m4/eealloc.m4: Update.
3432         * gnulib/import/m4/environ.m4: Update.
3433         * gnulib/import/m4/errno_h.m4: Update.
3434         * gnulib/import/m4/error.m4: Update.
3435         * gnulib/import/m4/exponentd.m4: Update.
3436         * gnulib/import/m4/exponentl.m4: Update.
3437         * gnulib/import/m4/extensions.m4: Update.
3438         * gnulib/import/m4/extern-inline.m4: Update.
3439         * gnulib/import/m4/fchdir.m4: Update.
3440         * gnulib/import/m4/fcntl-o.m4: Update.
3441         * gnulib/import/m4/fcntl.m4: Update.
3442         * gnulib/import/m4/fcntl_h.m4: Update.
3443         * gnulib/import/m4/fdopendir.m4: Update.
3444         * gnulib/import/m4/filenamecat.m4: Update.
3445         * gnulib/import/m4/flexmember.m4: Update.
3446         * gnulib/import/m4/float_h.m4: Update.
3447         * gnulib/import/m4/fnmatch.m4: Update.
3448         * gnulib/import/m4/fnmatch_h.m4: Update.
3449         * gnulib/import/m4/fpieee.m4: Update.
3450         * gnulib/import/m4/frexp.m4: Update.
3451         * gnulib/import/m4/frexpl.m4: Update.
3452         * gnulib/import/m4/fstat.m4: Update.
3453         * gnulib/import/m4/fstatat.m4: Update.
3454         * gnulib/import/m4/getcwd-abort-bug.m4: Update.
3455         * gnulib/import/m4/getcwd-path-max.m4: Update.
3456         * gnulib/import/m4/getcwd.m4: Update.
3457         * gnulib/import/m4/getdtablesize.m4: Update.
3458         * gnulib/import/m4/getlogin.m4: Update.
3459         * gnulib/import/m4/getlogin_r.m4: Update.
3460         * gnulib/import/m4/getpagesize.m4: Update.
3461         * gnulib/import/m4/getprogname.m4: Update.
3462         * gnulib/import/m4/gettimeofday.m4: Update.
3463         * gnulib/import/m4/glibc21.m4: Update.
3464         * gnulib/import/m4/glob.m4: Update.
3465         * gnulib/import/m4/glob_h.m4: Update.
3466         * gnulib/import/m4/gnulib-cache.m4: Update.
3467         * gnulib/import/m4/gnulib-common.m4: Update.
3468         * gnulib/import/m4/gnulib-comp.m4: Update.
3469         * gnulib/import/m4/gnulib-tool.m4: Update.
3470         * gnulib/import/m4/hard-locale.m4: Update.
3471         * gnulib/import/m4/include_next.m4: Update.
3472         * gnulib/import/m4/inttypes-pri.m4: Update.
3473         * gnulib/import/m4/inttypes.m4: Update.
3474         * gnulib/import/m4/isnand.m4: Update.
3475         * gnulib/import/m4/isnanl.m4: Update.
3476         * gnulib/import/m4/largefile.m4: Update.
3477         * gnulib/import/m4/limits-h.m4: Update.
3478         * gnulib/import/m4/localcharset.m4: Update.
3479         * gnulib/import/m4/locale-fr.m4: Update.
3480         * gnulib/import/m4/locale-ja.m4: Update.
3481         * gnulib/import/m4/locale-zh.m4: Update.
3482         * gnulib/import/m4/localtime-buffer.m4: Update.
3483         * gnulib/import/m4/longlong.m4: Update.
3484         * gnulib/import/m4/lstat.m4: Update.
3485         * gnulib/import/m4/malloc.m4: Update.
3486         * gnulib/import/m4/malloca.m4: Update.
3487         * gnulib/import/m4/math_h.m4: Update.
3488         * gnulib/import/m4/mbrtowc.m4: Update.
3489         * gnulib/import/m4/mbsinit.m4: Update.
3490         * gnulib/import/m4/mbsrtowcs.m4: Update.
3491         * gnulib/import/m4/mbstate_t.m4: Update.
3492         * gnulib/import/m4/memchr.m4: Update.
3493         * gnulib/import/m4/memmem.m4: Update.
3494         * gnulib/import/m4/mempcpy.m4: Update.
3495         * gnulib/import/m4/memrchr.m4: Update.
3496         * gnulib/import/m4/mkdir.m4: Update.
3497         * gnulib/import/m4/mkstemp.m4: Update.
3498         * gnulib/import/m4/mmap-anon.m4: Update.
3499         * gnulib/import/m4/mode_t.m4: Update.
3500         * gnulib/import/m4/msvc-inval.m4: Update.
3501         * gnulib/import/m4/msvc-nothrow.m4: Update.
3502         * gnulib/import/m4/multiarch.m4: Update.
3503         * gnulib/import/m4/nocrash.m4: Update.
3504         * gnulib/import/m4/off_t.m4: Update.
3505         * gnulib/import/m4/onceonly.m4: Update.
3506         * gnulib/import/m4/open-cloexec.m4: Update.
3507         * gnulib/import/m4/open.m4: Update.
3508         * gnulib/import/m4/openat.m4: Update.
3509         * gnulib/import/m4/opendir.m4: Update.
3510         * gnulib/import/m4/pathmax.m4: Update.
3511         * gnulib/import/m4/rawmemchr.m4: Update.
3512         * gnulib/import/m4/readdir.m4: Update.
3513         * gnulib/import/m4/readlink.m4: Update.
3514         * gnulib/import/m4/realloc.m4: Update.
3515         * gnulib/import/m4/rename.m4: Update.
3516         * gnulib/import/m4/rewinddir.m4: Update.
3517         * gnulib/import/m4/rmdir.m4: Update.
3518         * gnulib/import/m4/save-cwd.m4: Update.
3519         * gnulib/import/m4/secure_getenv.m4: Update.
3520         * gnulib/import/m4/setenv.m4: Update.
3521         * gnulib/import/m4/signal_h.m4: Update.
3522         * gnulib/import/m4/ssize_t.m4: Update.
3523         * gnulib/import/m4/stat-time.m4: Update.
3524         * gnulib/import/m4/stat.m4: Update.
3525         * gnulib/import/m4/std-gnu11.m4: Update.
3526         * gnulib/import/m4/stdbool.m4: Update.
3527         * gnulib/import/m4/stddef_h.m4: Update.
3528         * gnulib/import/m4/stdint.m4: Update.
3529         * gnulib/import/m4/stdio_h.m4: Update.
3530         * gnulib/import/m4/stdlib_h.m4: Update.
3531         * gnulib/import/m4/strchrnul.m4: Update.
3532         * gnulib/import/m4/strdup.m4: Update.
3533         * gnulib/import/m4/strerror.m4: Update.
3534         * gnulib/import/m4/string_h.m4: Update.
3535         * gnulib/import/m4/strstr.m4: Update.
3536         * gnulib/import/m4/strtok_r.m4: Update.
3537         * gnulib/import/m4/sys_socket_h.m4: Update.
3538         * gnulib/import/m4/sys_stat_h.m4: Update.
3539         * gnulib/import/m4/sys_time_h.m4: Update.
3540         * gnulib/import/m4/sys_types_h.m4: Update.
3541         * gnulib/import/m4/tempname.m4: Update.
3542         * gnulib/import/m4/time_h.m4: Update.
3543         * gnulib/import/m4/unistd-safer.m4: Update.
3544         * gnulib/import/m4/unistd_h.m4: Update.
3545         * gnulib/import/m4/warn-on-use.m4: Update.
3546         * gnulib/import/m4/wchar_h.m4: Update.
3547         * gnulib/import/m4/wchar_t.m4: Update.
3548         * gnulib/import/m4/wctype_h.m4: Update.
3549         * gnulib/import/m4/wint_t.m4: Update.
3550         * gnulib/import/malloc.c: Update.
3551         * gnulib/import/malloc/scratch_buffer.h: Update.
3552         * gnulib/import/malloc/scratch_buffer_grow.c: Update.
3553         * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
3554         * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
3555         * gnulib/import/malloca.c: Update.
3556         * gnulib/import/malloca.h: Update.
3557         * gnulib/import/malloca.valgrind: Update.
3558         * gnulib/import/math.in.h: Update.
3559         * gnulib/import/mbrtowc.c: Update.
3560         * gnulib/import/mbsinit.c: Update.
3561         * gnulib/import/mbsrtowcs-impl.h: Update.
3562         * gnulib/import/mbsrtowcs-state.c: Update.
3563         * gnulib/import/mbsrtowcs.c: Update.
3564         * gnulib/import/memchr.c: Update.
3565         * gnulib/import/memmem.c: Update.
3566         * gnulib/import/mempcpy.c: Update.
3567         * gnulib/import/memrchr.c: Update.
3568         * gnulib/import/mkdir.c: Update.
3569         * gnulib/import/mkstemp.c: Update.
3570         * gnulib/import/msvc-inval.c: Update.
3571         * gnulib/import/msvc-inval.h: Update.
3572         * gnulib/import/msvc-nothrow.c: Update.
3573         * gnulib/import/msvc-nothrow.h: Update.
3574         * gnulib/import/open.c: Update.
3575         * gnulib/import/openat-die.c: Update.
3576         * gnulib/import/openat-priv.h: Update.
3577         * gnulib/import/openat-proc.c: Update.
3578         * gnulib/import/openat.c: Update.
3579         * gnulib/import/openat.h: Update.
3580         * gnulib/import/opendir.c: Update.
3581         * gnulib/import/pathmax.h: Update.
3582         * gnulib/import/pipe-safer.c: Update.
3583         * gnulib/import/rawmemchr.c: Update.
3584         * gnulib/import/readdir.c: Update.
3585         * gnulib/import/readlink.c: Update.
3586         * gnulib/import/realloc.c: Update.
3587         * gnulib/import/ref-add.sin: Update.
3588         * gnulib/import/ref-del.sin: Update.
3589         * gnulib/import/rename.c: Update.
3590         * gnulib/import/rewinddir.c: Update.
3591         * gnulib/import/rmdir.c: Update.
3592         * gnulib/import/same-inode.h: Update.
3593         * gnulib/import/save-cwd.c: Update.
3594         * gnulib/import/save-cwd.h: Update.
3595         * gnulib/import/scratch_buffer.h: Update.
3596         * gnulib/import/secure_getenv.c: Update.
3597         * gnulib/import/setenv.c: Update.
3598         * gnulib/import/signal.in.h: Update.
3599         * gnulib/import/stat-time.c: Update.
3600         * gnulib/import/stat-time.h: Update.
3601         * gnulib/import/stat-w32.c: Update.
3602         * gnulib/import/stat-w32.h: Update.
3603         * gnulib/import/stat.c: Update.
3604         * gnulib/import/stdbool.in.h: Update.
3605         * gnulib/import/stddef.in.h: Update.
3606         * gnulib/import/stdint.in.h: Update.
3607         * gnulib/import/stdio.in.h: Update.
3608         * gnulib/import/stdlib.in.h: Update.
3609         * gnulib/import/str-two-way.h: Update.
3610         * gnulib/import/strchrnul.c: Update.
3611         * gnulib/import/strdup.c: Update.
3612         * gnulib/import/streq.h: Update.
3613         * gnulib/import/strerror-override.c: Update.
3614         * gnulib/import/strerror-override.h: Update.
3615         * gnulib/import/strerror.c: Update.
3616         * gnulib/import/string.in.h: Update.
3617         * gnulib/import/stripslash.c: Update.
3618         * gnulib/import/strnlen1.c: Update.
3619         * gnulib/import/strnlen1.h: Update.
3620         * gnulib/import/strstr.c: Update.
3621         * gnulib/import/strtok_r.c: Update.
3622         * gnulib/import/sys_stat.in.h: Update.
3623         * gnulib/import/sys_time.in.h: Update.
3624         * gnulib/import/sys_types.in.h: Update.
3625         * gnulib/import/tempname.c: Update.
3626         * gnulib/import/tempname.h: Update.
3627         * gnulib/import/time.in.h: Update.
3628         * gnulib/import/unistd--.h: Update.
3629         * gnulib/import/unistd-safer.h: Update.
3630         * gnulib/import/unistd.in.h: Update.
3631         * gnulib/import/unsetenv.c: Update.
3632         * gnulib/import/verify.h: Update.
3633         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3634         * gnulib/import/wchar.in.h: Update.
3635         * gnulib/import/wctype.in.h: Update.
3636         * gnulib/import/xalloc-oversized.h: Update.
3637         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3638         "53e2c179f26a890fa6685af4b6c1397ee370433b".
3639
3640 2018-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3641
3642         * record-btrace.c (get_thread_current_frame): Remove
3643         old_inferior_ptid.
3644
3645 2018-09-10  Jerome Guitton  <guitton@adacore.com>
3646
3647         * ada-lang.c (ada_value_struct_elt): Call ada_to_fixed_type
3648         with check_tag to 1 if and only if the type is tagged and the
3649         component being searched cannot been found in the current
3650         view. Otherwise, always call ada_to_fixed_type with
3651         check_tag to 0.
3652
3653 2018-09-10  Xavier Roirand  <roirand@adacore.com>
3654
3655         * ada-lang.c (ada_is_access_to_unconstrained_array): Remove static
3656         declaration.
3657         * ada-lang.h: add ada_is_access_to_unconstrained_array prototype.
3658         * ada-varobj.c (ada_varobj_get_number_of_children,
3659         ada_varobj_describe_child, ada_value_is_changeable_p): Cleanup code.
3660
3661 2018-09-10  Xavier Roirand  <roirand@adacore.com>
3662
3663         * ada-valprint.c (ada_value_print): Use type instead of
3664         enclosing type.
3665
3666 2018-09-10  Xavier Roirand  <roirand@adacore.com>
3667
3668         * ada-lang.c (ada_value_subscript): Handle case when parameter is
3669         an array of access to unconstrained array.
3670
3671 2018-09-10  Xavier Roirand  <roirand@adacore.com>
3672
3673         * ada-lang.c (ada_is_access_to_unconstrained_array): New function.
3674         (ada_check_typedef): Use it.
3675
3676 2018-09-10  Xavier Roirand  <roirand@adacore.com>
3677
3678         * ada-varobj.c (ada_varobj_describe_struct_child)
3679         (ada_varobj_describe_child): Handle union case like struct one.
3680
3681 2018-09-10  Tom Tromey  <tom@tromey.com>
3682
3683         PR python/18380:
3684         * python/python.c (_initialize_python): Make example in "python"
3685         help work in Python 3.
3686
3687 2018-09-10  Eli Zaretskii  <eliz@gnu.org>
3688
3689         * Makefile.in (transformed_name): Use INSTALL_SCRIPT instead of
3690         INSTALL_PROGRAM to install gdb-add-index.sh.  Don't append
3691         $(EXEEXT) to the script, as it is not a program.
3692
3693 2018-09-09  Simon Marchi  <simon.marchi@ericsson.com>
3694
3695         * python/py-prettyprint.c (pretty_print_one_value): Return
3696         gdbpy_ref<>.
3697         (print_string_repr): Adjust.
3698         (apply_varobj_pretty_printer): Return gdbpy_ref<>.
3699         * python/python-internal.h (apply_varobj_pretty_printer): Return
3700         gdbpy_ref<>.
3701         * varobj.c (varobj_value_get_print_value): Adjust.
3702
3703 2018-09-08  Tom Tromey  <tom@tromey.com>
3704
3705         PR python/16047:
3706         * python/py-prettyprint.c (pretty_print_one_value): Check for
3707         to_string method.
3708
3709 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3710
3711         * ada-lang.c (resolve_subexp): Pass correct OPLEN in call to
3712         replace_operator_with_call.
3713
3714 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3715
3716         * ada-lang.c (ada_value_cast): Remove unnecessary parentheses.
3717
3718 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3719
3720         * ada-typeprint.c (print_range): Print the bounds using TYPE
3721         rather than its TYPE_TARGET_TYPE.
3722
3723 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3724
3725         * ada-lang.c (ada_to_fixed_value): Minor reformatting in
3726         call to ada_to_fixed_value_create.
3727
3728 2018-09-08  Jerome Guitton  <guitton@adacore.com>
3729
3730         * ada-lang.c (ada_decode): strip dot prefix in symbol name.
3731
3732 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3733
3734         * ada-lang.c (ada_exception_sal): Replace gdb_assert calls
3735         by calls to error.
3736
3737 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3738
3739         * ada-lang.c (ada_unhandled_exception_name_addr_from_raise):
3740         Move update of loop variable "fi".
3741
3742 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
3743
3744         * ada-lang.c (value_assign_to_component): In the case of
3745         big-endian targets, extract the bits of the given VAL
3746         using an src_offset of zero if container is not a scalar.
3747
3748 2018-09-06  Simon Ser  <contact@emersion.fr>
3749
3750         PR gdb/23105
3751         * fbsd-nat.c (fbsd_nat_target::xfer_partial): Add support for
3752         TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
3753         * fbsd-tdep.c (fbsd_make_note_desc): New.
3754         (fbsd_make_corefile_notes): Write NT_PROCSTAT_AUXV,
3755         NT_PROCSTAT_VMMAP and NT_PROCSTAT_PS_STRINGS notes.
3756         * target.h (enum target_object) Add FreeBSD-specific
3757         TARGET_OBJECT_FREEBSD_VMMAP and TARGET_OBJECT_FREEBSD_PS_STRINGS.
3758
3759 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
3760
3761         * compile/compile-c.h (generate_c_for_variable_locations):
3762         Change reference to pointer.
3763         * compile/compile-c-support.c (compile_program) <compute>:
3764         Likewise.
3765         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
3766         (generate_c_for_for_one_variable): Likewise
3767         (generate_c_for_variable_locations): Likewise
3768         * compile/compile-c-types.c (compile_c_instance::convert_type):
3769         Likewise
3770         * compile/compile-cplus-symbols.c (convert_one_symbol):
3771         std::move the scope passed to enter_scope.
3772         * compile/compile-cplus-types.c
3773         (compile_cplus_instance::enter_scope): Make parameter
3774         rvalue-reference.
3775         (compile_cplus_instance::new_scope): Change reference to
3776         pointer.
3777         (compile_cplus_instance::convert_type): Likewise
3778         (compile_cplus_convert_typedef): std::move the scope passed to
3779         enter_scope.
3780         (compile_cplus_convert_struct_or_union): Likewise.
3781         (compile_cplus_convert_enum): Likewise.
3782         (compile_cplus_convert_namespace): Likewise.
3783         * compile/compile-cplus.h (compile_cplus_instance)
3784         <enter_scope>: Make parameter rvalue-reference.
3785         * compile/compile-internal.h (compile_instance)
3786         <get_cached_type>: Likewise
3787         * compile/compile-loc2c.c (push): Likewise
3788         (pushf): Likewise
3789         (unary): Likewise
3790         (binary): Likewise
3791         (print_label): Likewise
3792         (pushf_register_address): Likewise
3793         (pushf_register): Likewise
3794         (do_compile_dwarf_expr_to_c): Likewise
3795         (compile_dwarf_expr_to_c): Likewise
3796         (compile_dwarf_bounds_to_c): Likewise
3797         * compile/compile.c (compile_instance::get_cached_type):
3798         Likewise
3799         * compile/compile.h (compile_dwarf_expr_to_c): Likewise.
3800         (compile_dwarf_bounds_to_c): Likewise
3801         * dwarf2loc.c (locexpr_generate_c_location): Likewise.
3802         (dwarf2_compile_property_to_c): Likewise
3803         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise
3804         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
3805         Likewise
3806
3807 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
3808
3809         * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
3810         * tui/tui-data.c (init_content_element): Don't initialize it.
3811
3812 2018-09-06  Simon Marchi  <simon.marchi@ericsson.com>
3813
3814         * tui/tui-data.h (struct tui_win_info)
3815         <detail::opaque>: Remove.
3816         * tui/tui-data.c (init_win_info): Remove assignment.
3817
3818 2018-09-05  Tom Tromey  <tom@tromey.com>
3819
3820         * warning.m4 (AM_GDB_WARNINGS): Add -Wformat when testing
3821         -Wformat-nonliteral.
3822         * target-float.c (host_float_ops<T>::to_string)
3823         (host_float_ops<T>::from_string): Use
3824         DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
3825         * configure: Rebuild.
3826
3827 2018-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3828
3829         * printcmd.c (printf_c_string): Use
3830         DIAGNOSTIC_IGNORE_FORMAT_NONLITERAL.
3831         (printf_wide_c_string, printf_pointer, ui_printf): Likewise.
3832
3833 2018-09-05  Tom Tromey  <tom@tromey.com>
3834
3835         * cli/cli-cmds.c (shell_escape, edit_command): Remove cast.
3836
3837 2018-09-05  Tom de Vries  <tdevries@suse.de>
3838
3839         * dwarf2loc.c (sect_variable_value): Call indirect_synthetic_pointer
3840         with resolve_abstract_p == true.
3841         (indirect_synthetic_pointer): Add resolve_abstract_p parameter,
3842         defaulting to false. Propagate resolve_abstract_p to
3843         dwarf2_fetch_die_loc_sect_off.
3844         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Add resolve_abstract_p
3845         parameter, defaulting to false.
3846         * dwarf2read.c (read_variable): Add variable to abstract_to_concrete.
3847         (dwarf2_fetch_die_loc_sect_off): Add and handle resolve_abstract_p
3848         parameter.
3849         * dwarf2read.h (struct die_info): Forward-declare.
3850         (die_info_ptr): New typedef.
3851         (struct dwarf2_per_objfile): Add abstract_to_concrete field.
3852
3853 2018-09-05  Joel Brobecker  <brobecker@adacore.com>
3854
3855         GDB 8.2 released.
3856
3857 2018-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3858             Pedro Alves  <palves@redhat.com>
3859
3860         * gnulib/Makefile.in (aclocal_m4_deps): Move to
3861         "aclocal-m4-deps.mk".  Include file here.
3862         $(srcdir)/aclocal.m4: Add "configure.ac".
3863         * gnulib/aclocal-m4-deps.mk: New file.
3864         * gnulib/update-gnulib.sh: Automatically update
3865         "aclocal-m4-deps.mk".
3866
3867 2018-09-04  Tom Tromey  <tom@tromey.com>
3868
3869         * configure: Rebuild.
3870         * configure.ac: Remove multi-ice code.
3871
3872 2018-09-04  Tom Tromey  <tom@tromey.com>
3873
3874         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS): Remove.
3875         (ada-exp.o): Update.
3876
3877 2018-09-04  Tom Tromey  <tom@tromey.com>
3878
3879         * Makefile.in (printcmd.o, target-float.o): Remove.
3880         (GDB_WARN_CFLAGS_NO_FORMAT): Remove.
3881
3882 2018-09-04  Tom Tromey  <tom@tromey.com>
3883
3884         * gnulib/Makefile.in: Remove obsolete comment.
3885         * Makefile.in: Remove obsolete comment.
3886
3887 2018-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3888
3889         * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
3890         line with '+'.
3891
3892 2018-09-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3893
3894         * riscv-tdep.c: Add 'prologue-value.h' include.
3895         (struct riscv_unwind_cache): New struct.
3896         (riscv_debug_unwinder): New global.
3897         (riscv_scan_prologue): Update arguments, capture register details
3898         from prologue scan.
3899         (riscv_skip_prologue): Reformat arguments line, move end of
3900         prologue calculation into riscv_scan_prologue.
3901         (riscv_frame_cache): Update return type, create
3902         riscv_unwind_cache, scan the prologue, and fill in remaining cache
3903         details.
3904         (riscv_frame_this_id): Use frame id computed in riscv_frame_cache.
3905         (riscv_frame_prev_register): Use the trad_frame within the
3906         riscv_unwind_cache.
3907         (_initialize_riscv_tdep): Add 'set/show debug riscv unwinder'
3908         flag.
3909
3910 2018-09-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3911
3912         * trad-frame.h (trad_frame_set_realreg): Declare.
3913         (trad_frame_set_addr): Declare.
3914         * trad-frame.c (trad_frame_set_realreg): Define new function.
3915         (trad_frame_set_addr): Define new function.
3916         (trad_frame_set_reg_realreg): Use new function.
3917         (trad_frame_set_reg_addr): Use new function.
3918
3919 2018-09-01  Keith Seitz  <keiths@redhat.com>
3920
3921         * compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
3922         pulongest instead of "%lld".
3923         * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
3924         ATTRIBUTE_UNUSED.
3925
3926 2018-08-31  Tom Tromey  <tom@tromey.com>
3927
3928         * dwarf2read.c (dwarf2_add_field): Set the TYPE_LENGTH of the
3929         variant part type.
3930
3931 2018-08-31  Pedro Alves  <palves@redhat.com>
3932
3933         * gdbarch.h: Regenerate.
3934
3935 2018-08-31  Pedro Alves  <palves@redhat.com>
3936
3937         * gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
3938         * target.h (Hardware watchpoint interfaces): Describe
3939         continuable/steppable/non-steppable watchpoints.
3940         * gdbarch.h, gdbarch.c: Regenerate.
3941
3942 2018-08-31  Pedro Alves  <palves@redhat.com>
3943
3944         * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
3945         Delete.
3946         * s390-linux-nat.c
3947         (s390_linux_nat_target::have_continuable_watchpoint): Delete.
3948         * target.h (target_ops::have_continuable_watchpoint): Delete.
3949         (target_have_continuable_watchpoint): Delete.
3950         * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
3951         * target-delegates.c: Regenerate.
3952
3953 2018-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3954
3955         * gnulib/Makefile.in (aclocal_m4_deps): Update according to
3956         the files present in "gnulib/import/m4/".
3957
3958 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
3959
3960         * riscv-tdep.c (riscv_insn::decode): Decode c.addi4spn, c.sd,
3961         c.sw, c.swsp, and c.sdsp.
3962
3963 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
3964
3965         * riscv-tdep.c (struct riscv_inferior_data): Delete.
3966         (riscv_read_misa_reg): Don't cache value read into inferior data.
3967         (riscv_new_inferior_data): Delete.
3968         (riscv_inferior_data_cleanup): Delete.
3969         (riscv_inferior_data): Delete.
3970         (riscv_invalidate_inferior_data): Delete.
3971         (_initialize_riscv_tdep): Remove initialisation of inferior data.
3972
3973 2018-08-30  Simon Marchi  <simon.marchi@ericsson.com>
3974
3975         * compile/compile-cplus-types.c
3976         (compile_cplus_instance::leave_scope): Take the address of scope
3977         object.
3978         (compile_cplus_instance::convert_qualified_base): Compare quals
3979         to 0.
3980
3981 2018-08-30  Keith Seitz  <keiths@redhat.com>
3982
3983         * compile/compile-cplus-types.c (compile_cplus_instance::enter_scope):
3984         Use "%s" and host_address_to_string instead of "%p" in printf.
3985
3986 2018-08-29  Keith Seitz  <keiths@redhat.com>
3987
3988         * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Add compile-cplus-symbols.c
3989         and compile-cplus-types.c.
3990         (HFILES_NO_SRCDIR): Add gcc-cp-plugin.h.
3991         * c-lang.c (cplus_language_defn): Set C++ compile functions.
3992         * c-lang.h (cplus_get_compile_context, cplus_compute_program):
3993         Declare.
3994         * compile/compile-c-support.c: Include compile-cplus.h.
3995         (load_libcompile): Templatize.
3996         (get_compile_context): "New" function.
3997         (c_get_compile_context): Use get_compile_context.
3998         (cplus_get_compile_context): New function.
3999         (cplus_push_user_expression, cplus_pop_user_expression)
4000         (cplus_add_code_header, cplus_add_input, cplus_compile_program)
4001         (cplus_compute_program): Define new structs/functions.
4002         * compile/compile-cplus-symmbols.c: New file.
4003         * compile/compile-cplus-types.c: New file.
4004         * compile/compile-cplus.h: New file.
4005         * compile/compile-internal.h (debug_compile_oracle, GCC_TYPE_NONE):
4006         Declare.
4007         * compile/compile-object-load.c (get_out_value_type): Use
4008         strncmp_iw when comparing symbol names.
4009         (compile_object_load): Add mst_bss and mst_data.
4010         * compile/compile.c (_initialize_compile): Remove
4011         -Wno-implicit-function-declaration from `compile_args'.
4012         * compile/gcc-cp-plugin.h: New file.
4013         * NEWS: Mention C++ compile support and new debug options.
4014
4015 2018-08-29  Keith Seitz  <keiths@redhat.com>
4016
4017         * linespec.c (collect_info::add_symbol): Make virtual.
4018         (struct symbol_searcher_collect_info): New struct.
4019         (symbol_searcher::find_all_symbols): New method.
4020         * symtab.h (class symbol_searcher): New class.
4021
4022 2018-08-29  Keith Seitz  <keiths@redhat.com>
4023
4024         * linespec.c (struct linespec) <function_symbols, label_symbols>:
4025         Change to vector of block_symbol.  Update all users.
4026         (struct collect_info) <symbols>: Likewise.
4027         (collect_info::add_symbol): Take block_symbol as argument.
4028         Update all callers.
4029         (decode_compound_collector) <m_symbols>: Change type to vector
4030         of block_symbol.  Update all users.
4031         (decode_compound_collector::operator ()): Change parameter type
4032         to block_symbol.
4033         (find_method, find_function_symbols, find_linespec_symbols)
4034         (find_label_symbols_in_block, find_label_symbols): Change symbol
4035         vectors to block_symbol vectors.
4036         * symtab.h (symbol_found_callback_ftype): Change parameter type to
4037         block_symbol.
4038
4039 2018-08-29  Keith Seitz  <keiths@redhat.com>
4040
4041         * linespec.c (symbolp): Remove typedef and VEC definitions.
4042         (bound_minimal_symbol_d): Likewise.
4043
4044 2018-08-29  Keith Seitz  <keiths@redhat.com>
4045
4046         * linespec.c (decode_compound_collector::decode_compound_collector):
4047         Remove initialization for `m_symtabs'.
4048         (decode_compound_collector::release_symbols): Change return type
4049         to std::vector.  Update all callers.
4050         (class decode_compound_collector) <m_symbols>: Change type to
4051         std::vector.
4052         (lookup_prefix_sym): Change return type to std::vector.  Update all
4053         callers.
4054         (compare_symbols): Remove.
4055         (std_compare_symbols): Rename to `compare_symbols'.
4056         (find_method): Change `sym_classes' parameter to std::vector.
4057         Update all callers.  Use std::sort to sort sym_classes.
4058         (find_linespec_symbols): Remove cleanup.
4059
4060 2018-08-29  Keith Seitz  <keiths@redhat.com>
4061
4062         * linespec.c (struct linespec) <minimal_symbols>: Change type to
4063         std::vector.  Update all users.
4064         (convert_linespec_to_sals): Use std::sort to sort minimal symbols.
4065         (struct collect_info) <minimal_symbols>: Likewise.
4066         (compare_msymbols): Return bool.  Change parameters to const
4067         bound_minimal_symbol references.
4068         (find_method, find_function_symbols, find_linespec_symbols): Change
4069         `minsyms' parameter to std::vector.  Update all callers.
4070
4071 2018-08-29  Keith Seitz  <keiths@redhat.com>
4072
4073         * linespec.c (struct linespec) <label_symbols>: Change type to
4074         std::vector.  Update all users.
4075         (find_label_symbols_in_block): Change `result' parameter to
4076         std::vector.  Update all callers.
4077         (find_label_symbols): Return std::vector.  Update all callers.
4078
4079 2018-08-29  Keith Seitz  <keiths@redhat.com>
4080
4081         * linespec.c (struct linespec) <function_symbols>: Change type to
4082         std::vector.  Update all users.
4083         (struct collect_info) <function_symbols>: Likewise.
4084         (convert_linespec_to_sals): Use std::sort to sort function_symbols.
4085         (std_compare_symbols): New function.
4086         (find_method, find_function_symbols, find_linespec_symbols)
4087         (find_label_symbols_in_block): Change `symbols' parameter to
4088         std::vector.  Update all callers.
4089         (find_label_symbols): Likewise for `function_symbols' and
4090         `label_funcs_ret'.
4091
4092 2018-08-29  Keith Seitz  <keiths@redhat.com>
4093
4094         * linespec.c (symtab_vector_up): Define.
4095         (struct linespec) <file_symtabs>: Change type to std::vector *.
4096         Update all uses.
4097         (struct collect_info) <file_symtabs>: Likewise.
4098         (collect_symtabs_from_filename): Return symtab_vector_up.
4099         Update all callers.
4100         (decode_objc): Remove cleanup.
4101         (symtab_collector::symtab_collector): Initialize `m_symtabs'.
4102         (symtab_collector::release_symtabs): Return symtab_vector_up.
4103         Update all callers.
4104         (class symtab_collector) <m_symtabs>: Change type to symtab_vector_up.
4105         Update all users.
4106         (collect_symtabs_from_filename, symtabs_from_filename): Return
4107         symtab_vector_up.  Update all callers.
4108
4109 2018-08-29  Tom Tromey  <tom@tromey.com>
4110
4111         * csky-tdep.c (csky_analyze_prologue): Use
4112         core_addr_to_string_nz.
4113
4114 2018-08-29  Tom Tromey  <tom@tromey.com>
4115
4116         * windows-nat.c (struct xlate_exception) <them>: Change type to
4117         DWORD.
4118         (xlate): Fix formatting.  Remove last entry.
4119         (struct xlate_exception, xlate): Comment out.
4120         (windows_nat_target::resume): Use ranged for.
4121
4122 2018-08-29  Jim Wilson  <jimw@sifive.com>
4123
4124         * riscv-linux-nat.c: Include elf/common.h instead of elf.h.
4125         (riscv_linux_nat_target::fetch_registers): Use NT_FPREGSET instead
4126         of NT_PRFPREG.
4127         (riscv_linux_nat_target::store_registers): Likewise.
4128
4129 2018-08-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4130
4131         PR gdb/23555
4132         PR gdb/23558
4133         * gnulib/aclocal.m4: Regenerate.
4134         * gnulib/config.in: Regenerate.
4135         * gnulib/configure: Regenerate.
4136         * gnulib/import/Makefile.am: Update.
4137         * gnulib/import/Makefile.in: Update.
4138         * gnulib/import/extra/snippet/_Noreturn.h: Rename to...
4139         * gnulib/import/_Noreturn.h: ... this.
4140         * gnulib/import/alloca.in.h: Update.
4141         * gnulib/import/extra/snippet/arg-nonnull.h: Rename to...
4142         * gnulib/import/arg-nonnull.h: ... this.
4143         * gnulib/import/assure.h: Update.
4144         * gnulib/import/at-func.c: Update.
4145         * gnulib/import/basename-lgpl.c: Update.
4146         * gnulib/import/extra/snippet/c++defs.h: Rename to...
4147         * gnulib/import/c++defs.h: ... this.
4148         * gnulib/import/canonicalize-lgpl.c: Update.
4149         * gnulib/import/cdefs.h: Update.
4150         * gnulib/import/chdir-long.c: Update.
4151         * gnulib/import/chdir-long.h: Update.
4152         * gnulib/import/cloexec.c: Update.
4153         * gnulib/import/cloexec.h: Update.
4154         * gnulib/import/close.c: Update.
4155         * gnulib/import/closedir.c: Update.
4156         * gnulib/import/config.charset: Update.
4157         * gnulib/import/dirent-private.h: Update.
4158         * gnulib/import/dirent.in.h: Update.
4159         * gnulib/import/dirfd.c: Update.
4160         * gnulib/import/dirname-lgpl.c: Update.
4161         * gnulib/import/dirname.h: Update.
4162         * gnulib/import/dosname.h: Update.
4163         * gnulib/import/dup-safer-flag.c: Update.
4164         * gnulib/import/dup-safer.c: Update.
4165         * gnulib/import/dup.c: Update.
4166         * gnulib/import/dup2.c: Update.
4167         * gnulib/import/errno.in.h: Update.
4168         * gnulib/import/error.c: Update.
4169         * gnulib/import/error.h: Update.
4170         * gnulib/import/exitfail.c: Update.
4171         * gnulib/import/exitfail.h: Update.
4172         * gnulib/import/extra/update-copyright: Update.
4173         * gnulib/import/fchdir.c: Update.
4174         * gnulib/import/fcntl.c: Update.
4175         * gnulib/import/fcntl.in.h: Update.
4176         * gnulib/import/fd-hook.c: Update.
4177         * gnulib/import/fd-hook.h: Update.
4178         * gnulib/import/fd-safer-flag.c: Update.
4179         * gnulib/import/fd-safer.c: Update.
4180         * gnulib/import/fdopendir.c: Update.
4181         * gnulib/import/filename.h: Update.
4182         * gnulib/import/filenamecat-lgpl.c: Update.
4183         * gnulib/import/filenamecat.h: Update.
4184         * gnulib/import/flexmember.h: Update.
4185         * gnulib/import/float+.h: Update.
4186         * gnulib/import/float.c: Update.
4187         * gnulib/import/float.in.h: Update.
4188         * gnulib/import/fnmatch.c: Update.
4189         * gnulib/import/fnmatch.in.h: Update.
4190         * gnulib/import/fnmatch_loop.c: Update.
4191         * gnulib/import/fpucw.h: Update.
4192         * gnulib/import/frexp.c: Update.
4193         * gnulib/import/frexpl.c: Update.
4194         * gnulib/import/fstat.c: Update.
4195         * gnulib/import/fstatat.c: Update.
4196         * gnulib/import/getcwd-lgpl.c: Update.
4197         * gnulib/import/getcwd.c: Update.
4198         * gnulib/import/getdtablesize.c: Update.
4199         * gnulib/import/getlogin_r.c: Update.
4200         * gnulib/import/getprogname.c: Update.
4201         * gnulib/import/getprogname.h: Update.
4202         * gnulib/import/gettext.h: Update.
4203         * gnulib/import/gettimeofday.c: Update.
4204         * gnulib/import/glob-libc.h: Update.
4205         * gnulib/import/glob.c: Update.
4206         * gnulib/import/glob.in.h: Update.
4207         * gnulib/import/glob_internal.h: Update.
4208         * gnulib/import/glob_pattern_p.c: Update.
4209         * gnulib/import/globfree.c: Update.
4210         * gnulib/import/hard-locale.c: Update.
4211         * gnulib/import/hard-locale.h: Update.
4212         * gnulib/import/intprops.h: Update.
4213         * gnulib/import/inttypes.in.h: Update.
4214         * gnulib/import/isnan.c: Update.
4215         * gnulib/import/isnand-nolibm.h: Update.
4216         * gnulib/import/isnand.c: Update.
4217         * gnulib/import/isnanl-nolibm.h: Update.
4218         * gnulib/import/isnanl.c: Update.
4219         * gnulib/import/itold.c: Update.
4220         * gnulib/import/libc-config.h: Update.
4221         * gnulib/import/limits.in.h: Update.
4222         * gnulib/import/localcharset.c: Update.
4223         * gnulib/import/localcharset.h: Update.
4224         * gnulib/import/localtime-buffer.c: Update.
4225         * gnulib/import/localtime-buffer.h: Update.
4226         * gnulib/import/lstat.c: Update.
4227         * gnulib/import/m4/00gnulib.m4: Update.
4228         * gnulib/import/m4/__inline.m4: Update.
4229         * gnulib/import/m4/absolute-header.m4: Update.
4230         * gnulib/import/m4/alloca.m4: Update.
4231         * gnulib/import/m4/builtin-expect.m4: Update.
4232         * gnulib/import/m4/canonicalize.m4: Update.
4233         * gnulib/import/m4/chdir-long.m4: Update.
4234         * gnulib/import/m4/close.m4: Update.
4235         * gnulib/import/m4/closedir.m4: Update.
4236         * gnulib/import/m4/configmake.m4: Update.
4237         * gnulib/import/m4/d-ino.m4: Update.
4238         * gnulib/import/m4/d-type.m4: Update.
4239         * gnulib/import/m4/dirent_h.m4: Update.
4240         * gnulib/import/m4/dirfd.m4: Update.
4241         * gnulib/import/m4/dirname.m4: Update.
4242         * gnulib/import/m4/double-slash-root.m4: Update.
4243         * gnulib/import/m4/dup.m4: Update.
4244         * gnulib/import/m4/dup2.m4: Update.
4245         * gnulib/import/m4/eealloc.m4: Update.
4246         * gnulib/import/m4/environ.m4: Update.
4247         * gnulib/import/m4/errno_h.m4: Update.
4248         * gnulib/import/m4/error.m4: Update.
4249         * gnulib/import/m4/exponentd.m4: Update.
4250         * gnulib/import/m4/exponentl.m4: Update.
4251         * gnulib/import/m4/extensions.m4: Update.
4252         * gnulib/import/m4/extern-inline.m4: Update.
4253         * gnulib/import/m4/fchdir.m4: Update.
4254         * gnulib/import/m4/fcntl-o.m4: Update.
4255         * gnulib/import/m4/fcntl.m4: Update.
4256         * gnulib/import/m4/fcntl_h.m4: Update.
4257         * gnulib/import/m4/fdopendir.m4: Update.
4258         * gnulib/import/m4/filenamecat.m4: Update.
4259         * gnulib/import/m4/flexmember.m4: Update.
4260         * gnulib/import/m4/float_h.m4: Update.
4261         * gnulib/import/m4/fnmatch.m4: Update.
4262         * gnulib/import/m4/fnmatch_h.m4: Update.
4263         * gnulib/import/m4/fpieee.m4: Update.
4264         * gnulib/import/m4/frexp.m4: Update.
4265         * gnulib/import/m4/frexpl.m4: Update.
4266         * gnulib/import/m4/fstat.m4: Update.
4267         * gnulib/import/m4/fstatat.m4: Update.
4268         * gnulib/import/m4/getcwd-abort-bug.m4: Update.
4269         * gnulib/import/m4/getcwd-path-max.m4: Update.
4270         * gnulib/import/m4/getcwd.m4: Update.
4271         * gnulib/import/m4/getdtablesize.m4: Update.
4272         * gnulib/import/m4/getlogin.m4: Update.
4273         * gnulib/import/m4/getlogin_r.m4: Update.
4274         * gnulib/import/m4/getpagesize.m4: Update.
4275         * gnulib/import/m4/getprogname.m4: Update.
4276         * gnulib/import/m4/gettimeofday.m4: Update.
4277         * gnulib/import/m4/glibc21.m4: Update.
4278         * gnulib/import/m4/glob.m4: Update.
4279         * gnulib/import/m4/glob_h.m4: Update.
4280         * gnulib/import/m4/gnulib-cache.m4: Update.
4281         * gnulib/import/m4/gnulib-common.m4: Update.
4282         * gnulib/import/m4/gnulib-comp.m4: Update.
4283         * gnulib/import/m4/gnulib-tool.m4: Update.
4284         * gnulib/import/m4/hard-locale.m4: Update.
4285         * gnulib/import/m4/include_next.m4: Update.
4286         * gnulib/import/m4/inttypes-pri.m4: Update.
4287         * gnulib/import/m4/inttypes.m4: Update.
4288         * gnulib/import/m4/isnand.m4: Update.
4289         * gnulib/import/m4/isnanl.m4: Update.
4290         * gnulib/import/m4/largefile.m4: Update.
4291         * gnulib/import/m4/limits-h.m4: Update.
4292         * gnulib/import/m4/localcharset.m4: Update.
4293         * gnulib/import/m4/locale-fr.m4: Update.
4294         * gnulib/import/m4/locale-ja.m4: Update.
4295         * gnulib/import/m4/locale-zh.m4: Update.
4296         * gnulib/import/m4/localtime-buffer.m4: Update.
4297         * gnulib/import/m4/longlong.m4: Update.
4298         * gnulib/import/m4/lstat.m4: Update.
4299         * gnulib/import/m4/malloc.m4: Update.
4300         * gnulib/import/m4/malloca.m4: Update.
4301         * gnulib/import/m4/math_h.m4: Update.
4302         * gnulib/import/m4/mbrtowc.m4: Update.
4303         * gnulib/import/m4/mbsinit.m4: Update.
4304         * gnulib/import/m4/mbsrtowcs.m4: Update.
4305         * gnulib/import/m4/mbstate_t.m4: Update.
4306         * gnulib/import/m4/memchr.m4: Update.
4307         * gnulib/import/m4/memmem.m4: Update.
4308         * gnulib/import/m4/mempcpy.m4: Update.
4309         * gnulib/import/m4/memrchr.m4: Update.
4310         * gnulib/import/m4/mkdir.m4: Update.
4311         * gnulib/import/m4/mkstemp.m4: Update.
4312         * gnulib/import/m4/mmap-anon.m4: Update.
4313         * gnulib/import/m4/mode_t.m4: Update.
4314         * gnulib/import/m4/msvc-inval.m4: Update.
4315         * gnulib/import/m4/msvc-nothrow.m4: Update.
4316         * gnulib/import/m4/multiarch.m4: Update.
4317         * gnulib/import/m4/nocrash.m4: Update.
4318         * gnulib/import/m4/off_t.m4: Update.
4319         * gnulib/import/m4/onceonly.m4: Update.
4320         * gnulib/import/m4/open-cloexec.m4: Update.
4321         * gnulib/import/m4/open.m4: Update.
4322         * gnulib/import/m4/openat.m4: Update.
4323         * gnulib/import/m4/opendir.m4: Update.
4324         * gnulib/import/m4/pathmax.m4: Update.
4325         * gnulib/import/m4/rawmemchr.m4: Update.
4326         * gnulib/import/m4/readdir.m4: Update.
4327         * gnulib/import/m4/readlink.m4: Update.
4328         * gnulib/import/m4/realloc.m4: Update.
4329         * gnulib/import/m4/rename.m4: Update.
4330         * gnulib/import/m4/rewinddir.m4: Update.
4331         * gnulib/import/m4/rmdir.m4: Update.
4332         * gnulib/import/m4/save-cwd.m4: Update.
4333         * gnulib/import/m4/secure_getenv.m4: Update.
4334         * gnulib/import/m4/setenv.m4: Update.
4335         * gnulib/import/m4/signal_h.m4: Update.
4336         * gnulib/import/m4/ssize_t.m4: Update.
4337         * gnulib/import/m4/stat-time.m4: Update.
4338         * gnulib/import/m4/stat.m4: Update.
4339         * gnulib/import/m4/std-gnu11.m4: Update.
4340         * gnulib/import/m4/stdbool.m4: Update.
4341         * gnulib/import/m4/stddef_h.m4: Update.
4342         * gnulib/import/m4/stdint.m4: Update.
4343         * gnulib/import/m4/stdio_h.m4: Update.
4344         * gnulib/import/m4/stdlib_h.m4: Update.
4345         * gnulib/import/m4/strchrnul.m4: Update.
4346         * gnulib/import/m4/strdup.m4: Update.
4347         * gnulib/import/m4/strerror.m4: Update.
4348         * gnulib/import/m4/string_h.m4: Update.
4349         * gnulib/import/m4/strstr.m4: Update.
4350         * gnulib/import/m4/strtok_r.m4: Update.
4351         * gnulib/import/m4/sys_socket_h.m4: Update.
4352         * gnulib/import/m4/sys_stat_h.m4: Update.
4353         * gnulib/import/m4/sys_time_h.m4: Update.
4354         * gnulib/import/m4/sys_types_h.m4: Update.
4355         * gnulib/import/m4/tempname.m4: Update.
4356         * gnulib/import/m4/time_h.m4: Update.
4357         * gnulib/import/m4/unistd-safer.m4: Update.
4358         * gnulib/import/m4/unistd_h.m4: Update.
4359         * gnulib/import/m4/warn-on-use.m4: Update.
4360         * gnulib/import/m4/wchar_h.m4: Update.
4361         * gnulib/import/m4/wchar_t.m4: Update.
4362         * gnulib/import/m4/wctype_h.m4: Update.
4363         * gnulib/import/m4/wint_t.m4: Update.
4364         * gnulib/import/malloc.c: Update.
4365         * gnulib/import/malloc/scratch_buffer.h: Update.
4366         * gnulib/import/malloc/scratch_buffer_grow.c: Update.
4367         * gnulib/import/malloc/scratch_buffer_grow_preserve.c: Update.
4368         * gnulib/import/malloc/scratch_buffer_set_array_size.c: Update.
4369         * gnulib/import/malloca.c: Update.
4370         * gnulib/import/malloca.h: Update.
4371         * gnulib/import/malloca.valgrind: Update.
4372         * gnulib/import/math.in.h: Update.
4373         * gnulib/import/mbrtowc.c: Update.
4374         * gnulib/import/mbsinit.c: Update.
4375         * gnulib/import/mbsrtowcs-impl.h: Update.
4376         * gnulib/import/mbsrtowcs-state.c: Update.
4377         * gnulib/import/mbsrtowcs.c: Update.
4378         * gnulib/import/memchr.c: Update.
4379         * gnulib/import/memmem.c: Update.
4380         * gnulib/import/mempcpy.c: Update.
4381         * gnulib/import/memrchr.c: Update.
4382         * gnulib/import/mkdir.c: Update.
4383         * gnulib/import/mkstemp.c: Update.
4384         * gnulib/import/msvc-inval.c: Update.
4385         * gnulib/import/msvc-inval.h: Update.
4386         * gnulib/import/msvc-nothrow.c: Update.
4387         * gnulib/import/msvc-nothrow.h: Update.
4388         * gnulib/import/open.c: Update.
4389         * gnulib/import/openat-die.c: Update.
4390         * gnulib/import/openat-priv.h: Update.
4391         * gnulib/import/openat-proc.c: Update.
4392         * gnulib/import/openat.c: Update.
4393         * gnulib/import/openat.h: Update.
4394         * gnulib/import/opendir.c: Update.
4395         * gnulib/import/pathmax.h: Update.
4396         * gnulib/import/pipe-safer.c: Update.
4397         * gnulib/import/rawmemchr.c: Update.
4398         * gnulib/import/readdir.c: Update.
4399         * gnulib/import/readlink.c: Update.
4400         * gnulib/import/realloc.c: Update.
4401         * gnulib/import/ref-add.sin: Update.
4402         * gnulib/import/ref-del.sin: Update.
4403         * gnulib/import/rename.c: Update.
4404         * gnulib/import/rewinddir.c: Update.
4405         * gnulib/import/rmdir.c: Update.
4406         * gnulib/import/same-inode.h: Update.
4407         * gnulib/import/save-cwd.c: Update.
4408         * gnulib/import/save-cwd.h: Update.
4409         * gnulib/import/scratch_buffer.h: Update.
4410         * gnulib/import/secure_getenv.c: Update.
4411         * gnulib/import/setenv.c: Update.
4412         * gnulib/import/signal.in.h: Update.
4413         * gnulib/import/stat-time.c: Update.
4414         * gnulib/import/stat-time.h: Update.
4415         * gnulib/import/stat-w32.c: Update.
4416         * gnulib/import/stat-w32.h: Update.
4417         * gnulib/import/stat.c: Update.
4418         * gnulib/import/stdbool.in.h: Update.
4419         * gnulib/import/stddef.in.h: Update.
4420         * gnulib/import/stdint.in.h: Update.
4421         * gnulib/import/stdio.in.h: Update.
4422         * gnulib/import/stdlib.in.h: Update.
4423         * gnulib/import/str-two-way.h: Update.
4424         * gnulib/import/strchrnul.c: Update.
4425         * gnulib/import/strdup.c: Update.
4426         * gnulib/import/streq.h: Update.
4427         * gnulib/import/strerror-override.c: Update.
4428         * gnulib/import/strerror-override.h: Update.
4429         * gnulib/import/strerror.c: Update.
4430         * gnulib/import/string.in.h: Update.
4431         * gnulib/import/stripslash.c: Update.
4432         * gnulib/import/strnlen1.c: Update.
4433         * gnulib/import/strnlen1.h: Update.
4434         * gnulib/import/strstr.c: Update.
4435         * gnulib/import/strtok_r.c: Update.
4436         * gnulib/import/sys_stat.in.h: Update.
4437         * gnulib/import/sys_time.in.h: Update.
4438         * gnulib/import/sys_types.in.h: Update.
4439         * gnulib/import/tempname.c: Update.
4440         * gnulib/import/tempname.h: Update.
4441         * gnulib/import/time.in.h: Update.
4442         * gnulib/import/unistd--.h: Update.
4443         * gnulib/import/unistd-safer.h: Update.
4444         * gnulib/import/unistd.in.h: Update.
4445         * gnulib/import/unsetenv.c: Update.
4446         * gnulib/import/verify.h: Update.
4447         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4448         * gnulib/import/wchar.in.h: Update.
4449         * gnulib/import/wctype.in.h: Update.
4450         * gnulib/import/xalloc-oversized.h: Update.
4451         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4452         "53e2c179f26a890fa6685af4b6c1397ee370433b".
4453
4454 2018-08-16  Gary Benson <gbenson@redhat.com>
4455
4456         PR gdb/13000:
4457         * gdb/main.c (captured_main_1): Exit with nonzero status
4458         in batch mode if the last command to be executed failed.
4459         * NEWS: Mention the above.
4460
4461 2018-08-29  Simon Marchi  <simon.marchi@ericsson.com>
4462
4463         * csky-tdep.c (csky_memory_insert_breakpoint): Remove newline at
4464         end of warning message.
4465
4466 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
4467
4468         PR gdb/22943:
4469         * aarch64-tdep.c (is_hfa_or_hva): Remove function.
4470         (aarch64_extract_return_value): Use
4471         aapcs_is_vfp_call_or_return_candidate.
4472         (aarch64_return_in_memory): Likewise.
4473         (aarch64_store_return_value): Likewise.
4474
4475 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
4476
4477         * aarch64-tdep.c
4478         (aapcs_is_vfp_call_or_return_candidate): Make static
4479         (pass_in_v_or_stack): Remove function.
4480         (pass_in_v_vfp_candidate): New function.
4481         (aarch64_push_dummy_call): Check for float register candidates.
4482
4483 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
4484
4485         * aarch64-tdep.c (HA_MAX_NUM_FLDS): New macro.
4486         (aapcs_is_vfp_call_or_return_candidate_1): New function.
4487         (aapcs_is_vfp_call_or_return_candidate): Likewise.
4488
4489 2018-08-28  Simon Marchi  <simon.marchi@polymtl.ca>
4490
4491         PR build/23399
4492         * common/agent.c (IPA_SYM_STRUCT_NAME): Define.
4493         (struct ipa_sym_addresses): Rename to...
4494         (struct ipa_sym_addresses_common): ... this.
4495         * common/agent.h (IPA_SYM): Use IPA_SYM_STRUCT_NAME.
4496
4497 2018-08-28  Tom Tromey  <tom@tromey.com>
4498
4499         * c-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4500         (token_fifo): Now a std::vector.
4501         (yylex, c_parse): Update.
4502         * d-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4503         (token_fifo): Now a std::vector.
4504         (yylex, d_parse): Update.
4505         * go-exp.y (struct token_and_value): Remove typedef and DEF_VEC.
4506         (token_fifo): Now a std::vector.
4507         (yylex, go_parse): Update.
4508
4509 2018-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4510
4511         * parser-defs.h (struct type_stack) <elements>: Change type to
4512         std::vector<union type_stack_elt>.
4513         <depth, size>: Remove.
4514         * parse.c (parse_exp_in_context_1): Adjust.
4515         (type_stack_reserve): Remove.
4516         (check_type_stack_depth): Remove.
4517         (insert_into_type_stack): Adjust to std::vector.
4518         (insert_type): Likewise.
4519         (push_type): Likewise.
4520         (push_type_int): Likewise.
4521         (insert_type_address_space): Likewise.
4522         (pop_type): Likewise.
4523         (pop_type_int): Likewise.
4524         (pop_typelist): Likewise.
4525         (pop_type_stack): Likewise.
4526         (append_type_stack): Likewise.
4527         (push_type_stack): Likewise.
4528         (get_type_stack): Likewise.
4529         (type_stack_cleanup): Likewise.
4530         (push_typelist): Likewise.
4531         (follow_types): Likewise.
4532         (_initialize_parse): Likewise.
4533
4534 2018-08-28  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4535
4536         * NEWS: Mention csky target.
4537
4538 2018-08-28  Jiangshuai Li  <jiangshuai_li@c-sky.com>
4539             Hafiz Abid Qadeer  <abidh@codesourcery.com>
4540             Don Breazeal  <donb@codesourcery.com>
4541
4542         * csky-linux-tdep.c: New file.
4543         * csky-tdep.c: Likewise.
4544         * csky-tdep.h: Likewise.
4545         * Makefile.in (ALL_TARGET_OBS): Add csky-linux-tdep.o and
4546         csky-tdep.o.
4547         (HFILES_NO_SRCDIR): Add csky-tdep.h.
4548         (ALLDEPFILES): Add csky-linux-tdep.c and csky-tdep.c
4549         * configure.tgt: Add csky support.
4550
4551 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
4552
4553         * python/py-framefilter.c (py_print_frame): Print frame architecture
4554         when printing on an MI output.
4555
4556 2018-08-27  Tom Tromey  <tom@tromey.com>
4557
4558         PR build/23087:
4559         * configure: Rebuild.
4560         * warning.m4 (AM_GDB_WARNINGS): Remove -Wno-narrowing.
4561
4562 2018-08-27  Tom Tromey  <tom@tromey.com>
4563
4564         * aarch64-linux-tdep.c
4565         (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
4566         casts to int.
4567
4568 2018-08-27  Tom Tromey  <tom@tromey.com>
4569
4570         * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to
4571         unsigned.
4572         (ppc64_standard_linkage1, ppc64_standard_linkage2)
4573         (ppc64_standard_linkage3, ppc64_standard_linkage4)
4574         (ppc64_standard_linkage5, ppc64_standard_linkage6)
4575         (ppc64_standard_linkage7, ppc64_standard_linkage8): Add casts to
4576         unsigned.
4577
4578 2018-08-27  Tom Tromey  <tom@tromey.com>
4579
4580         * xtensa-tdep.h (XTREG_END): Add cast to unsigned.
4581         (XTENSA_GDBARCH_TDEP_INSTANTIATE): Likewise.
4582
4583 2018-08-27  Tom Tromey  <tom@tromey.com>
4584
4585         * tramp-frame.h (TRAMP_SENTINEL_INSN): Redefine.
4586         * tilegx-linux-tdep.c (tilegx_linux_rt_sigframe): Use
4587         ULONGEST_MAX.
4588         * tic6x-linux-tdep.c (tic6x_linux_rt_sigreturn_tramp_frame): Use
4589         ULONGEST_MAX.
4590         * sparc64-linux-tdep.c (sparc64_linux_rt_sigframe): Use
4591         ULONGEST_MAX.
4592         * sparc-linux-tdep.c (sparc32_linux_sigframe)
4593         (sparc32_linux_rt_sigframe): Use ULONGEST_MAX.
4594         * ppc-nbsd-tdep.c (ppcnbsd_sigtramp, ppcnbsd2_sigtramp): Use
4595         ULONGEST_MAX.
4596         * ppc-linux-tdep.c (ppc32_linux_sigaction_tramp_frame)
4597         (ppc64_linux_sigaction_tramp_frame)
4598         (ppc32_linux_sighandler_tramp_frame)
4599         (ppc64_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4600         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame)
4601         (nios2_r2_linux_rt_sigreturn_tramp_frame): Use ULONGEST_MAX.
4602         * mn10300-linux-tdep.c (am33_linux_sigframe)
4603         (am33_linux_rt_sigframe): Use ULONGEST_MAX.
4604         * mips64-obsd-tdep.c (mips64obsd_sigframe): Use ULONGEST_MAX.
4605         * mips-linux-tdep.c (mips_linux_o32_sigframe)
4606         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4607         (mips_linux_n64_rt_sigframe, micromips_linux_o32_sigframe)
4608         (micromips_linux_o32_rt_sigframe, micromips_linux_n32_rt_sigframe)
4609         (micromips_linux_n64_rt_sigframe): Use ULONGEST_MAX.
4610         * mips-fbsd-tdep.c (mips_fbsd_sigframe, mipsn32_fbsd_sigframe)
4611         (mips64_fbsd_sigframe): Use ULONGEST_MAX.
4612         * microblaze-linux-tdep.c
4613         (microblaze_linux_sighandler_tramp_frame): Use ULONGEST_MAX.
4614         * i386-nbsd-tdep.c (i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2)
4615         (i386nbsd_sigtramp_si2, i386nbsd_sigtramp_si31)
4616         (i386nbsd_sigtramp_si4): Use ULONGEST_MAX.
4617         * hppa-nbsd-tdep.c (hppanbsd_sigtramp_si4): Use ULONGEST_MAX.
4618         * common/common-types.h (ULONGEST_MAX): New define.
4619         (CORE_ADDR_MAX): Fix formatting.
4620         * bfin-linux-tdep.c (bfin_linux_sigframe): Use ULONGEST_MAX.
4621         * arm-obsd-tdep.c (armobsd_sigframe): Use ULONGEST_MAX.
4622         * arm-linux-tdep.c (arm_linux_sigreturn_tramp_frame)
4623         (arm_linux_rt_sigreturn_tramp_frame)
4624         (arm_eabi_linux_sigreturn_tramp_frame)
4625         (arm_eabi_linux_rt_sigreturn_tramp_frame)
4626         (thumb2_eabi_linux_sigreturn_tramp_frame)
4627         (thumb2_eabi_linux_rt_sigreturn_tramp_frame)
4628         (arm_linux_restart_syscall_tramp_frame)
4629         (arm_kernel_linux_restart_syscall_tramp_frame): Use ULONGEST_MAX.
4630         * arm-fbsd-tdep.c (arm_fbsd_sigframe): Use ULONGEST_MAX.
4631         * aarch64-linux-tdep.c (aarch64_linux_rt_sigframe): Use
4632         ULONGEST_MAX.
4633         * aarch64-fbsd-tdep.c (aarch64_fbsd_sigframe): Use ULONGEST_MAX.
4634
4635 2018-08-27  Tom Tromey  <tom@tromey.com>
4636
4637         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Use
4638         CORE_ADDR_MAX.
4639         * mips-tdep.c (mips_deal_with_atomic_sequence)
4640         (micromips_deal_with_atomic_sequence): Use CORE_ADDR_MAX.
4641         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw)
4642         (arm_deal_with_atomic_sequence_raw): Use CORE_ADDR_MAX.
4643         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Use
4644         CORE_ADDR_MAX.
4645         * aarch64-tdep.c (aarch64_software_single_step): Use
4646         CORE_ADDR_MAX.
4647
4648 2018-08-27  Tom Tromey  <tom@tromey.com>
4649
4650         * linespec.c (complete_linespec_component): Add cast to "char".
4651         * completer.c (completion_tracker::build_completion_result): Add
4652         cast to "char".
4653
4654 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
4655
4656         * solist.h (struct solist, struct target_so_ops): Fix
4657         indentation.
4658
4659 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
4660
4661         * ada-tasks.c (ada_task_info_s): Remove typedef.
4662         (DEF_VEC_O(ada_task_info_s)): Remove.
4663         (struct ada_tasks_inferior_data): Initialize fields.
4664         <task_list>: Make an std::vector.
4665         (get_ada_tasks_inferior_data): Allocate with new.
4666         (ada_get_task_number): Adjust.
4667         (get_task_number_from_id): Likewise.
4668         (valid_task_id): Likewise.
4669         (ada_get_task_info_from_ptid): Likewise.
4670         (iterate_over_live_ada_tasks): Likewise.
4671         (add_ada_task): Likewise.
4672         (read_known_tasks): Likewise.
4673         (ada_build_task_list): Likewise.
4674         (print_ada_task_info): Likewise.
4675         (info_task): Likewise.
4676         (task_command_1): Likewise.
4677
4678 2018-08-26  Simon Marchi  <simon.marchi@polymtl.ca>
4679
4680         * ada-lang.c (add_angle_brackets): Return std::string.
4681
4682 2018-08-25  Simon Marchi  <simon.marchi@polymtl.ca>
4683
4684         * python/py-threadevent.c (py_get_event_thread): Initialize
4685         pythread.
4686
4687 2018-08-24  Pedro Alves  <palves@redhat.com>
4688
4689         * python/py-bpevent.c (create_breakpoint_event_object): Use
4690         copy-initialization.
4691         * python/py-continueevent.c (emit_continue_event): Use
4692         copy-initialization.
4693         * python/py-exitedevent.c (create_exited_event_object): Return a
4694         gdbpy_ref<>.
4695         (emit_exited_event): Use copy-initialization.
4696         * python/py-inferior.c (python_new_inferior)
4697         (python_inferior_deleted, add_thread_object): Use
4698         copy-initialization.
4699         * python/py-infevents.c (create_inferior_call_event_object)
4700         (create_register_changed_event_object)
4701         (create_memory_changed_event_object): Return a gdbpy_ref<>.
4702         (emit_inferior_call_event, emit_memory_changed_event)
4703         (emit_register_changed_event): Use copy-initialization.
4704         * python/py-newobjfileevent.c (create_new_objfile_event_object):
4705         Return a gdbpy_ref<>.
4706         (emit_new_objfile_event): Use copy-initialization.
4707         (create_clear_objfiles_event_object): Return a gdbpy_ref<>.
4708         (emit_clear_objfiles_event): Use copy-initialization.
4709         * python/py-signalevent.c (create_signal_event_object): Use
4710         copy-initialization.
4711         * python/py-threadevent.c (create_thread_event_object): Use
4712         copy-initialization.
4713
4714 2018-08-24  Pedro Alves  <palves@redhat.com>
4715             Simon Marchi  <simon.marchi@ericsson.com>
4716
4717         PR gdb/23379
4718         * python/py-continueevent.c: Include "gdbthread.h".
4719         (create_continue_event_object): Add intro comment.  Add 'ptid'
4720         parameter.  Use it to find thread to pass to
4721         create_thread_event_object.
4722         (emit_continue_event): Pass PTID down to
4723         create_continue_event_object.
4724         * python/py-event.h (py_get_event_thread): Declare.
4725         (create_thread_event_object): Remove default from 'thread'
4726         parameter.
4727         * python/py-stopevent.c (create_stop_event_object): Use
4728         py_get_event_thread.
4729         * python/py-threadevent.c (get_event_thread): Rename to ...
4730         (py_get_event_thread): ... this, make extern, add 'ptid' parameter
4731         and use it to find the thread.
4732         (create_thread_event_object): Assert that THREAD isn't null.
4733         Don't find the event thread here.
4734
4735 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
4736
4737         * block.h (blockrange, blockranges): New struct declarations.
4738         (struct block): Add new field named `ranges'.
4739         (BLOCK_RANGES, BLOCK_NRANGES, BLOCK_RANGE, BLOCK_CONTIGUOUS_P)
4740         (BLOCK_RANGE_START, BLOCK_RANGE_END, BLOCK_ENTRY_PC): New
4741         macros for accessing ranges in struct block.
4742         (make_blockranges): New declaration.
4743         block.c (make_blockranges): New function.
4744         * dwarf2read.c (dwarf2_record_block_ranges): Fill in BLOCK_RANGES
4745         for block.
4746         * symtab.h (find_pc_partial_function): Add new parameter `block'.
4747         * blockframe.c (cache_pc_function_block): New static global.
4748         (clear_pc_function_cache): Clear cache_pc_function_block.
4749         (find_pc_partial_function): Move comment to symtab.h.  Add
4750         support for non-contiguous blocks.
4751         * cli/cli-cmds.c (block.h): Include.
4752         (print_disassembly): Handle printing of non-contiguous blocks.
4753         (disassemble_current_function): Likewise.
4754         (disassemble_command): Likewise.
4755
4756         * ax-gdb.c (gen_var_ref): Use BLOCK_ENTRY_PC in place of
4757         BLOCK_START.
4758         * blockframe.c (get_pc_function_start): Likewise.
4759         * compile/compile-c-symbols.c (convert_one_symbol): Likewise.
4760         (gcc_symbol_address): Likewise.
4761         * compile/compile-object-run.c (compile_object_run): Likewise.
4762         * compile/compile.c (get_expr_block_and_pc): Likewise.
4763         * dwarf2loc.c (dwarf2_find_location_expression): Likewise.
4764         (func_addr_to_tail_call_list): Likewise.
4765         * findvar.c (default_read_var_value): Likewise.
4766         * inline-frame.c (inline_frame_this_id): Likewise.
4767         (skip-inline_frames): Likewise.
4768         * infcmd.c (until_next_command): Likewise.
4769         * linespec.c (convert_linespec_to_sals): Likewise.
4770         * parse.c (parse_exp_in_context_1): Likewise.
4771         * printcmd.c (build_address_symbolic): likewise.
4772         (info_address_command): Likewise.
4773         symtab.c (find_function_start_sal): Likewise.
4774         (skip_prologue_sal): Likewise.
4775         (find_function_alias_target): Likewise.
4776         (find_gnu_ifunc): Likewise.
4777         * stack.c (find_frame_funname): Likewise.
4778         * symtab.c (fixup_symbol_section): Likewise.
4779         (find_function_start_sal): Likewise.
4780         (skip_prologue_sal): Likewsie.
4781         (find_function_alias_target): Likewise.
4782         (find_gnu_ifunc): Likewise.
4783         * tracepoint.c (info_scope_command): Likewise.
4784         * value.c (value_fn_field): Likewise.
4785
4786         * infrun.c (fill_in_stop_func): Use find_function_entry_range_from_pc
4787         in place of find_pc_partial_function.
4788         * blockframe.c (find_function_entry_range_from_pc): New function.
4789         * symtab.h (find_function_entry_range_from_pc): Declare and document.
4790         * objfiles.c (objfile_relocate1): Relocate start and end addresses
4791         for each range in a block.
4792
4793
4794 2018-08-23  Xavier Roirand  <roirand@adacore.com>
4795
4796         * machoread.c (macho_symfile_read_all_oso): Remove uneeded
4797         incrementation.
4798
4799 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
4800
4801         * solib-svr4.c (read_program_headers_from_bfd): Return
4802         gdb::optional<gdb::byte_vector>.
4803         (svr4_exec_displacement): Adjust.
4804
4805 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
4806
4807         * solib-svr4.c (read_program_header): Return
4808         gdb::optional<gdb::byte_vector>, remove p_sect_size param.
4809         (find_program_interpreter): Return
4810         gdb::optional<gdb::byte_vector>.
4811         (scan_dyntag_auxv): Adjust.
4812         (enable_break): Adjust.
4813         (svr4_exec_displacement): Adjust.
4814
4815 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
4816
4817         * inf-child.h (inf_child_target) <terminal_save_inferior>: New.
4818         * inf-child.c (inf_child_target::terminal_save_inferior): New.
4819
4820 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
4821
4822         * guile/scm-string.c (gdbscm_scm_from_printf): Use
4823         string_vprintf.
4824         * guile/scm-utils.c (gdbscm_printf): Likewise.
4825         * serial.c (serial_printf): Likewise.
4826         * xml-support.c (gdb_xml_parser::vdebug): Likewise.
4827
4828 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
4829
4830         * stack.c (print_frame): Print frame architecture when printing on
4831         an MI output.
4832         * NEWS: Mention new "arch" attribute in frame output.
4833
4834 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
4835
4836         * arch/aarch64.h (aarch64_regnum): Update comment.
4837
4838 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
4839
4840         * NEWS: Add SVE to 8.2 section.
4841
4842 2018-08-21  Pedro Alves  <palves@redhat.com>
4843
4844         * guile/scm-utils.c (gdbscm_parse_function_args_1): New, factored
4845         out from gdbscm_parse_function_args.
4846         (gdbscm_parse_function_args): Rework to use gdbscm_wrap and
4847         gdbscm_parse_function_args_1.
4848
4849 2018-08-21  Simon Marchi  <simon.marchi@ericsson.com>
4850
4851         PR gdb/17816
4852         * m32c-tdep.c (m32c_decode_srcdest4): Remove unnecessary ternary
4853         operator.
4854
4855 2018-08-19  Simon Marchi  <simon.marchi@polymtl.ca>
4856
4857         * solib-svr4.c (svr4_exec_displacement): Fix formatting.
4858
4859 2018-08-19  Michael Spang  <spang@google.com>
4860
4861         PR gdb/11786
4862         * solib-svr4.c (svr4_exec_displacement): Ignore memsz fields
4863         for PT_TLS segments.
4864
4865 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
4866
4867         * dwarf2expr.h (struct dwarf_expr_context): Add virtual method
4868         dwarf_variable_value.
4869         * dwarf2-frame.c (class dwarf_expr_executor):
4870         Add override for dwarf_variable_value.
4871         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Likewise.
4872         (class symbol_needs_eval_context): Likewise.
4873         (indirect_synthetic_pointer): Add forward declaration.
4874         (sect_variable_value): New function.
4875         (dwarf2_compile_expr_to_ax): Add case for DW_OP_GNU_variable_value.
4876         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Add case
4877         for DW_OP_GNU_variable_value.
4878
4879 2018-08-16  Tom Tromey  <tom@tromey.com>
4880
4881         * top.c (read_command_file): Update.
4882         (command_line_input): Remove "repeat" argument.
4883         * ada-lang.c (get_selections): Update.
4884         * linespec.c (decode_line_2): Update.
4885         * defs.h (command_line_input): Remove argument.
4886         * cli/cli-script.c (read_next_line): Update.
4887         * python/py-gdb-readline.c: Update.
4888
4889 2018-08-17  Tom Tromey  <tom@tromey.com>
4890
4891         * cli/cli-script.c (read_next_line): Pass 0 as repeat argument to
4892         command_line_input.
4893
4894 2018-08-15  Tom Tromey  <tom@tromey.com>
4895
4896         * aarch64-linux-tdep.c (aarch64_linux_core_read_vq): Use pulongest.
4897
4898 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
4899
4900         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Add -a option.
4901         If used, use find_pc_partial_function to find address range
4902         to disassemble.
4903         * mi/mi-main.c (mi_cmd_list_features): Report
4904         "data-disassemble-a-option" feature.
4905         * NEWS: Mention new -data-disassemble option -a.
4906
4907 2018-08-13  Tom Tromey  <tom@tromey.com>
4908
4909         * common/common-defs.h (_FORTIFY_SOURCE): Define.
4910
4911 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
4912
4913         * aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): New function.
4914         (aarch64_linux_collect_sve_regset): Likewise.
4915         (aarch64_linux_iterate_over_regset_sections): Check for SVE.
4916         * regcache.h (regcache_map_entry_size): New function.
4917
4918 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
4919
4920         * aarch64-linux-tdep.c (SVE_HEADER_SIZE_LENGTH): Add define.
4921         (SVE_HEADER_MAX_SIZE_LENGTH): Likewise.
4922         (SVE_HEADER_VL_LENGTH): Likewise.
4923         (SVE_HEADER_MAX_VL_LENGTH): Likewise.
4924         (SVE_HEADER_FLAGS_LENGTH): Likewise.
4925         (SVE_HEADER_RESERVED_LENGTH): Likewise.
4926         (SVE_HEADER_SIZE_OFFSET): Likewise.
4927         (SVE_HEADER_MAX_SIZE_OFFSET): Likewise.
4928         (SVE_HEADER_VL_OFFSET): Likewise.
4929         (SVE_HEADER_MAX_VL_OFFSET): Likewise.
4930         (SVE_HEADER_FLAGS_OFFSET): Likewise.
4931         (SVE_HEADER_RESERVED_OFFSET): Likewise.
4932         (SVE_HEADER_SIZE): Likewise.
4933         (aarch64_linux_core_read_vq): Add function.
4934         (aarch64_linux_core_read_description): Check for SVE section.
4935
4936 2018-08-13  Alan Hayward  <alan.hayward@arm.com>
4937
4938         * aarch64-fbsd-tdep.c
4939         (aarch64_fbsd_iterate_over_regset_sections): Add supply_size and
4940         collect_size.
4941         * aarch64-linux-tdep.c
4942         (aarch64_linux_iterate_over_regset_sections): Likewise.
4943         * alpha-linux-tdep.c
4944         (alpha_linux_iterate_over_regset_sections):
4945         * alpha-nbsd-tdep.c
4946         (alphanbsd_iterate_over_regset_sections): Likewise.
4947         * amd64-fbsd-tdep.c
4948         (amd64fbsd_iterate_over_regset_sections): Likewise.
4949         * amd64-linux-tdep.c
4950         (amd64_linux_iterate_over_regset_sections): Likewise.
4951         * arm-bsd-tdep.c
4952         (armbsd_iterate_over_regset_sections): Likewise.
4953         * arm-fbsd-tdep.c
4954         (arm_fbsd_iterate_over_regset_sections): Likewise.
4955         * arm-linux-tdep.c
4956         (arm_linux_iterate_over_regset_sections): Likewise.
4957         * corelow.c (get_core_registers_cb): Likewise.
4958         (core_target::fetch_registers): Likewise.
4959         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
4960         * frv-linux-tdep.c (frv_linux_iterate_over_regset_sections): Likewise.
4961         * gdbarch.h (void): Regenerate.
4962         * gdbarch.sh: Add supply_size and collect_size.
4963         * hppa-linux-tdep.c (hppa_linux_iterate_over_regset_sections): Likewise.
4964         * hppa-nbsd-tdep.c (hppanbsd_iterate_over_regset_sections): Likewise.
4965         * hppa-obsd-tdep.c (hppaobsd_iterate_over_regset_sections): Likewise.
4966         * i386-fbsd-tdep.c (i386fbsd_iterate_over_regset_sections): Likewise.
4967         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): Likewise.
4968         * i386-tdep.c (i386_iterate_over_regset_sections): Likewise.
4969         * ia64-linux-tdep.c (ia64_linux_iterate_over_regset_sections): Likewise.
4970         * linux-tdep.c (linux_collect_regset_section_cb): Likewise.
4971         * m32r-linux-tdep.c (m32r_linux_iterate_over_regset_sections): Likewise.
4972         * m68k-bsd-tdep.c (m68kbsd_iterate_over_regset_sections): Likewise.
4973         * m68k-linux-tdep.c (m68k_linux_iterate_over_regset_sections): Likewise.
4974         * mips-fbsd-tdep.c (mips_fbsd_iterate_over_regset_sections): Likewise.
4975         * mips-linux-tdep.c (mips_linux_iterate_over_regset_sections): Likewise.
4976         * mips-nbsd-tdep.c (mipsnbsd_iterate_over_regset_sections): Likewise.
4977         * mips64-obsd-tdep.c (mips64obsd_iterate_over_regset_sections):
4978         Likewise.
4979         * mn10300-linux-tdep.c (am33_iterate_over_regset_sections): Likewise.
4980         * nios2-linux-tdep.c (nios2_iterate_over_regset_sections): Likewise.
4981         * ppc-fbsd-tdep.c (ppcfbsd_iterate_over_regset_sections): Likewise.
4982         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections): Likewise.
4983         * ppc-nbsd-tdep.c (ppcnbsd_iterate_over_regset_sections): Likewise.
4984         * ppc-obsd-tdep.c (ppcobsd_iterate_over_regset_sections): Likewise.
4985         * riscv-linux-tdep.c (riscv_linux_iterate_over_regset_sections):
4986         Likewise.
4987         * rs6000-aix-tdep.c (rs6000_aix_iterate_over_regset_sections): Likewise.
4988         * s390-linux-tdep.c (s390_iterate_over_regset_sections): Likewise.
4989         * score-tdep.c (score7_linux_iterate_over_regset_sections): Likewise.
4990         * sh-tdep.c (sh_iterate_over_regset_sections): Likewise.
4991         * sparc-tdep.c (sparc_iterate_over_regset_sections): Likewise.
4992         * tilegx-linux-tdep.c (tilegx_iterate_over_regset_sections): Likewise.
4993         * vax-tdep.c (vax_iterate_over_regset_sections): Likewise.
4994         * xtensa-tdep.c (xtensa_iterate_over_regset_sections): Likewise.
4995
4996 2018-08-10  Simon Marchi  <simon.marchi@ericsson.com>
4997
4998         * nat/linux-osdata.c (commandline_from_pid): Replace xstrprintf
4999         with string_printf.
5000
5001 2018-08-10  Keith Seitz  <keiths@redhat.com>
5002
5003         * compile/compile-c-support.c (add_code_header, add_code_footer):
5004         Move into policy class.
5005         (c_push_user_expression, pop_user_expression_nop)
5006         (c_add_code_header, c_add_code_footer, c_add_input): New policy class.
5007         (compile_program): New host class.
5008         (c_compile_program): New typedef.
5009         (c_compute_porgram): Use c_compile_program.
5010
5011 2018-08-10  Keith Seitz  <keiths@redhat.com>
5012
5013         * compile/compile-internal.h (compile_instance::~compile_instance):
5014         Remove calls to htab_delete.
5015         <m_type_map, m_symbol_err_map>: Switch type to htab_up.
5016         * compile.c (compile_instance::compile_instance): Initialize
5017         htab unique pointers.
5018         (compile_instance::get_cached_type, compile_instance::insert_type)
5019         (compile_instance::error_symbol_once): Update for unique_ptr.
5020
5021 2018-08-10  Keith Seitz  <keiths@redhat.com>
5022
5023         * compile/compile-c-symbols.c (struct symbol_error)
5024         (hash_symbol_error, eq_symbol_error, del_symbol_error)
5025         (compile_instance::insert_symbol_error)
5026         (compile_instance::error_symbol_once): Move to ...
5027         * compile/compile.c: ... here.
5028
5029 2018-08-10  Keith Seitz  <keiths@redhat.com>
5030
5031         * compile/compile-c-support.c (c_get_compile_context): Use `new'
5032         instead of `new_compile_instance'.
5033         * compile/compile-c-symbols.c (compile_instance::insert_symbol_error):
5034         Update description.
5035         If the symbol error map is not initialized, create it.
5036         (generate_c_for_for_one_symbol): Do not check/initialize
5037         the symbol error map.
5038         * compile/compile-c-types.c (compile_c_instance): Make a class.
5039         Update all callers.
5040         (compile_instance::compile_instance): Initialize the type cache.
5041         (get_cached_type): New function.
5042         (insert_type): Update description.
5043         (compile_c_instance::m_default_cflags): Define.
5044         (convert_type): Update description.  Use get_cached_type.
5045         (delete_instance): Moved to destructor.
5046         (new_compile_instance): Moved to constructor.
5047         * compile/compile-c.h (compile_c_instance): Make class inheriting
5048         from compile_instance.
5049         <base>: Remove field.
5050         <type_map, symbol_err_map>: Move to base class.
5051         <c_plugin>: Rename to `m_plugin' and remove pointer type.
5052         * compile/compile-internal.h (compile_instance): Make class.
5053         <type_map_t, symbol_err_map_t>: Define.
5054         <fe>: Rename to `m_gcc_fe'.
5055         <scope, block, gcc_target_options>: Add `m_' prefix.
5056         <m_type_map, m_symbol_err_map>: New fields, moved from
5057         compile_c_instance.
5058         <destroy>: Remove.
5059         (convert_type, new_compile_instance): Remove.
5060         * compile/compile.c (cleanup_compile_instance): Remove.
5061         (compile_to_object): Use unique_ptr to eliminate cleanups.
5062         (compile_instance::set_print_callback, compile_instance::version)
5063         (compile_instance::set_verbose)
5064         (compile_instance::set_driver_filename)
5065         (compile_instance::set_triplet_regexp)
5066         (compile_instance::set_arguments)
5067         (compile_instance::set_source_file)
5068         (compile_instance::compile): Define.
5069
5070 2018-08-10  Keith Seitz  <keiths@redhat.com>
5071
5072         * Makefile.in (HFILES_NO_SRCDIR): Add compile/gcc-c-plugin.h.
5073         * compile/compile-c-types.c: Define GCC_METHODN macros and include
5074         gcc-c-fe.def to define C plugin.
5075         (delete_instance): Delete `c_plugin'.
5076         (new_compile_instance): Initialize `c_plugin'.
5077         * compile/compile-c.h: Include gcc_c_plugin.h.
5078         (struct compile_c_instance) <c_plugin>: New member.
5079         * gcc-c-plugin.h: New file.
5080         Update all callers with API change.
5081
5082 2018-08-10  Keith Seitz  <keiths@redhat.com>
5083
5084         * Makefile.in (SUBDIR_GCC_COMPILE_SRCS): Move header files ...
5085         (HFILES_NO_SRCDIR): ... to here.
5086         Add compile-internal.h and compile-c.h.
5087         * compile/compile-c-support.c: Include compile-c.h.
5088         * compile/compile-c-symbols.c: Include compile-c.h.
5089         (generate_c_for_variable_locations): Update comment.
5090         * compile/compile-c-types.c: Include compile-c.h.
5091         * compile/compile-c.h: New file -- moved C language declarations
5092         from other files here.
5093         * compile/compile-internal.h: Do not include hashtab.h or
5094         common/enum-flags.h.
5095         (gcc_qualifiers_flags, struct compile_c_instance, C_CTX)
5096         (gcc_convert_symbol, gcc_symbol_address)
5097         (generate_c_for_variable_locations, c_get_mode_for_size)
5098         (c_get_range_decl_name): Definitions moved to compile-c.h.
5099         * compile/compile-loc2c.c: Include compile-c.h.
5100
5101 2018-08-10  Keith Seitz  <keiths@redhat.com>
5102
5103         * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
5104         (c_symbol_substitution_name): ... this.
5105         Update all callers.
5106
5107 2018-08-10  Keith Seitz  <keiths@redhat.com>
5108
5109         * compile/compile-c-support.c (c_compute_program): Use
5110         unique_xmalloc_ptr to eliminate cleanup.
5111         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
5112         Return a unique_xmalloc_ptr and eliminate cleanup.
5113         * compile/compile-internal.h (generate_c_for_variable_locations):
5114         Return unique_xmalloc_ptr and update description.
5115
5116 2018-08-10  Alan Hayward  <alan.hayward@arm.com>
5117
5118         * corelow.c (core_target::get_core_register_section): Rename
5119         min_size to section_min_size.
5120
5121 2018-08-09  Jim Wilson  <jimw@sifive.com>
5122
5123         * Makefile.in (ALL_TARGET_OBS): Add riscv-linux-tdep.c.
5124         (ALLDEPFILES): Add riscv-linux-nat.c, and riscv-linux-tdep.c.
5125         * NEWS: Mention new GNU/Linux RISC-V target.
5126         * configure.host: Add riscv*-*-linux*.
5127         * configure.nat: Add riscv*.
5128         * configure.tgt: Add riscv*-*-linux*.
5129         * riscv-linux-nat.c: New file.
5130         * riscv-linux-tdep.c: New file.
5131
5132 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
5133
5134         * infrun.c (resume): Make static, add forward declaration.
5135         (proceed): Update header comment.
5136         * infrun.h (resume): Delete declaration.
5137
5138 2018-08-09  Tom Tromey  <tom@tromey.com>
5139
5140         * riscv-tdep.h: Minor formatting fixes.
5141
5142 2018-08-09  Simon Marchi  <simon.marchi@ericsson.com>
5143
5144         * common/scoped_mmap.c (mmap_file): Silence ARI warning.
5145         * dwarf-index-cache.c (create_dir_and_check): Likewise.
5146         (test_mkdir_recursive): Likewise.
5147         * dwarf-index-write.c (write_psymtabs_to_index): Likewise.
5148
5149 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
5150
5151         * valarith.c (value_subscripted_rvalue): If an array is not in
5152         memory, and we don't know the upper bound, then we can't know that
5153         the requested element exists or not.
5154
5155 2018-08-08  Simon Marchi  <simon.marchi@ericsson.com>
5156
5157         * target.c (str_comma_list_concat_elem): Fix typo in comment.
5158         (target_options_to_string): Add comment.
5159
5160 2018-08-08  Tom Tromey  <tom@tromey.com>
5161
5162         * unittests/scoped_mmap-selftests.c: Check result of "write".
5163
5164 2018-08-08  Jim Wilson  <jimw@sifive.com>
5165
5166         * riscv-tdep.c (enum opcode): Add jump, branch, lr, and sc opcodes.
5167         (decode_register_index_short): New.
5168         (decode_j_type_insn, decode_cj_type_insn): New.
5169         (decode_b_type_insn, decode_cb_type_insn): New.
5170         (riscv_insn::decode): Add support for jumps, branches, lr, and sc.  New
5171         local xlen.  Check xlen when decoding ambiguous compressed insns.  In
5172         compressed decode, use is_c_lui_insn instead of is_lui_insn, and
5173         is_c_sw_insn instead of is_sw_insn.
5174         (riscv_next_pc, riscv_next_pc_atomic_sequence): New.
5175         (riscv_software_single_step): New.
5176         * riscv-tdep.h (riscv_software_single_step): Declare.
5177
5178         * riscv-tdep.c (riscv_isa_xlen): Drop static.
5179         * riscv-tdep.h (riscv_isa_xlen): Add extern declaration.
5180
5181 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
5182
5183         PR gdb/18050:
5184         * target.c (dispose_inferior): Don't dispose of inferiors that are
5185         already killed.
5186
5187 2018-08-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5188
5189         * remote.c (remote_target::download_tracepoint): Change char* to
5190         const char*.
5191
5192 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
5193
5194         * target.h (target_options_to_string): Return an std::string.
5195         * target.c (str_comma_list_concat_elem): Return void, use
5196         std::string.
5197         (do_option): Likewise.
5198         (target_options_to_string): Return an std::string.
5199         * linux-nat.c (linux_nat_target::wait): Adjust.
5200         * target-debug.h (target_debug_print_options): Adjust.
5201
5202 2018-08-07  Tom Tromey  <tom@tromey.com>
5203
5204         * Makefile.in (CPPFLAGS): New variable.
5205         (INTERNAL_CPPFLAGS): Use it.
5206
5207 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5208
5209         * NEWS: Mention the index cache.
5210
5211 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5212
5213         * common/pathstuff.h (get_standard_cache_dir): New.
5214         * common/pathstuff.c (get_standard_cache_dir): New.
5215         * build-id.h (build_id_to_string): New.
5216         * dwarf-index-common.h (INDEX4_SUFFIX, INDEX5_SUFFIX,
5217         DEBUG_STR_SUFFIX): Move to here.
5218         * dwarf-index-write.c (INDEX4_SUFFIX, INDEX5_SUFFIX,
5219         DEBUG_STR_SUFFIX): Move from there.
5220         (write_psymtabs_to_index): Make non-static, add basename
5221         parameter.  Write to temporary files, rename when done.
5222         (save_gdb_index_command): Adjust call to
5223         write_psymtabs_to_index.
5224         * dwarf2read.h (dwarf2_per_objfile) <index_cache_res>: New
5225         field.
5226         * dwarf2read.c (dwz_file) <index_cache_res>: New field.
5227         (get_gdb_index_contents_from_cache): New.
5228         (get_gdb_index_contents_from_cache_dwz): New.
5229         (dwarf2_initialize_objfile): Read index from cache.
5230         (dwarf2_build_psymtabs): Save to index.
5231         * dwarf-index-cache.h: New file.
5232         * dwarf-index-cache.c: New file.
5233         * dwarf-index-write.h: New file.
5234
5235 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5236
5237         * gnulib/aclocal.m4: Re-generate.
5238         * gnulib/config.in: Re-generate.
5239         * gnulib/configure: Re-generate.
5240         * gnulib/import/Makefile.am: Re-generate.
5241         * gnulib/import/Makefile.in: Re-generate.
5242         * gnulib/import/m4/gnulib-cache.m4: Re-generate.
5243         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5244         * gnulib/import/m4/mkdir.m4: New file.
5245         * gnulib/import/mkdir.c: New file.
5246         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkdir
5247         module.
5248
5249 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5250
5251         * Makefile.in (COMMON_SFILES): Add common/scoped_mmap.c.
5252         * common/scoped_mmap.c: New file.
5253         * common/scoped_mmap.h (destroy): New method.
5254         (~scoped_mmap, reset): Use destroy.
5255         (scoped_mmap): New move constructor.
5256         (mmap_file): New declaration.
5257         * unittests/scoped_mmap-selftests.c (test_normal,
5258         test_invalid_filename, run_tests): New functions.
5259         (_initialize_scoped_mmap_selftests): Register selftest.
5260
5261 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5262
5263         * dwarf2read.c (read_gdb_index_from_section): Rename to...
5264         (read_gdb_index_from_buffer): ... this.  Remove section
5265         parameter, add buffer parameter.
5266         (get_gdb_index_contents_ftype,
5267         get_gdb_index_contents_dwz_ftype): New typedefs.
5268         (dwarf2_read_gdb_index): Add callback parameters to get the
5269         index contents.
5270         (get_gdb_index_contents_from_section): New.
5271         (dwarf2_initialize_objfile): Update call to
5272         dwarf2_read_gdb_index.
5273
5274 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
5275
5276         * common/filestuff.h (gdb_fopen_cloexec): New overload.
5277         (gdb_open_cloexec): Likewise.
5278         * nat/linux-osdata.c (command_from_pid): Use string_printf.
5279         (commandline_from_pid): Likewise.
5280         (linux_xfer_osdata_threads): Likewise.
5281         (linux_xfer_osdata_fds): Likewise.
5282         * ada-lang.c (is_package_name): Likewise.
5283         * auxv.c (procfs_xfer_auxv): Likewise.
5284         * breakpoint.c (print_one_breakpoint_location): Use
5285         uiout::field_fmt.
5286         (print_one_catch_solib): Use string_printf.
5287         * coff-pe-read.c (add_pe_exported_sym): Likewise.
5288         (add_pe_forwarded_sym): Likewise.
5289         * dwarf2read.c (create_type_unit_group): Likewise.
5290         (build_error_marker_type): Likewise.
5291         * infcall.c (get_function_name): Likewise.
5292         * valprint.c (print_converted_chars_to_obstack): Likewise.
5293         * xtensa-tdep.c (xtensa_register_type): Likewise.
5294
5295 2018-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5296
5297         * remote.c (remote_target::download_tracepoint): Fix format
5298         string errors.
5299
5300 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5301
5302         * tracefile.c: Include common/byte-vector.h.
5303         (trace_save): Change type of buf to gdb::byte_vector.  Initialize
5304         with trace_regblock_size if needed.  Update uses of buf.
5305
5306 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5307
5308         * tracepoint.h (collection_list) <m_regs_mask>: Change type to
5309         std::vector<unsigned char>.
5310         * tracepoint.c (collection_list::collection_list): Remove
5311         m_regs_mask initializer from initializer list.  Resize
5312         m_regs_mask using the largest remote register number.
5313         (collection_list::add_remote_register): Remove size check on
5314         m_regs_mask.  Use at to access element.
5315         (collection_list::stringify): Change type of temp_buf to
5316         gdb::char_vector.  Update uses of temp_buf.  Resize if needed to
5317         stringify the register mask.  Use pack_hex_byte for the register
5318         mask.
5319
5320 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5321
5322         * tracepoint.h (class collection_list) <add_register>: Remove.
5323         <add_remote_register, add_ax_registers, add_local_register>:
5324         Declare.
5325         <add_memrange>: Add scope parameter.
5326         * tracepoint.c (encode_actions_1): Likewise.
5327         (collection_list::add_register): Rename to ...
5328         (collection_list::add_remote_register): ... this.  Update
5329         comment.
5330         (collection_list::add_ax_registers, add_local_register): New
5331         methods.
5332         (collection_list::add_memrange): Add scope parameter.  Call
5333         add_local_register instead of add_register.
5334         (finalize_tracepoint_aexpr): New function.
5335         (collection_list::collect_symbol): Update calls to add_memrange.
5336         Call add_local_register instead of add_register.  Call
5337         add_ax_registers.  Call finalize_tracepoint_aexpr.
5338         (encode_actions_1): Get remote regnos for $reg action.  Call
5339         add_remote_register, add_ax_registers, and add_local_register.
5340         Update call to add_memrange.  Call finalize_tracepoint_aexpr.
5341         (validate_actionline): Call finalize_tracepoint_aexpr.
5342
5343 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5344
5345         * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE.
5346         Replace array buf with gdb::char_vector buf, of size
5347         get_remote_packet_size ().  Replace references to buf and
5348         BUF_SIZE to buf.data () and buf.size ().  Replace strcpy, strcat
5349         and xsnprintf with snprintf.  Raise errors if the buffer is too
5350         small.
5351
5352 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5353
5354         * remote.c (remote_target::download_tracepoint): Fix the has_more
5355         predicate in the QTDP action list iteration.
5356
5357 2018-08-06  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
5358
5359         * remote.c (remote_target::download_tracepoint): Fix indentation
5360         in for block.
5361
5362 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5363
5364         * proc-api.c (_initialize_proc_api): Remove c, unused.
5365         * procfs.c (procfs_init_inferior): Remove signals, unused.
5366         (procfs_target::make_corefile_notes): Remove old_chain, fpregs,
5367         unused.
5368
5369 2018-08-06  Sergey Korolev  <s.korolev@ndmsystems.com>
5370             Andrew Burgess  <andrew.burgess@embecosm.com>
5371
5372         * linux-nat.c (linux_nat_target::follow_fork): Avoid using
5373         'W_STOPCODE (0)' as this could be ambiguous.
5374
5375 2018-08-03  Sergio Durigan Junior  <sergiodj@redhat.com>
5376
5377         * ser-tcp.c (net_open): Fix thinko when deciding whether to
5378         disable TCP's Nagle algorithm (use "ai_protocol" instead of
5379         "ai_socktype").
5380
5381 2018-08-02  Tom Tromey  <tom@tromey.com>
5382
5383         PR symtab/16842.
5384         * dwarf2read.c (read_func_scope): Set symtab on template parameter
5385         symbols.
5386         (process_structure_scope): Likewise.
5387
5388 2018-08-02  Xavier Roirand  <roirand@adacore.com>
5389
5390         PR gdb/22629:
5391         * darwin-nat.c (darwin_kill_inferior): Fix handling of
5392         kill inferior.
5393
5394 2018-08-02  Tom Tromey  <tom@tromey.com>
5395
5396         * darwin-nat.c (find_inferior_task_it, darwin_find_thread)
5397         (darwin_suspend_inferior, darwin_resume_inferior)
5398         (darwin_decode_notify_message, darwin_resume_inferior_threads)
5399         (darwin_check_new_threads): Check result of get_darwin_inferior.
5400
5401 2018-07-31  Joel Brobecker  <brobecker@adacore.com>
5402
5403         GDB 8.1.1 released.
5404
5405 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
5406
5407         * varobj.c (varobj_get_path_expr_parent): Report an error if
5408         parent is a dynamic varobj.
5409
5410 2018-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5411
5412         * gnulib/aclocal.m4: Re-generate.
5413         * gnulib/config.in: Re-generate.
5414         * gnulib/configure: Re-generate.
5415         * gnulib/import/Makefile.in: Re-generate.
5416         * gnulib/import/m4/gnulib-comp.m4: Re-generate.
5417         * gnulib/import/m4/onceonly.m4: Re-generate.
5418
5419 2018-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5420
5421         * target-descriptions.c (struct xml_test_tdesc): New.
5422         (xml_tdesc): Change type to std::vector<xml_test_tdesc>.
5423         (record_xml_tdesc): Update.
5424         (maintenance_check_xml_descriptions): Update.
5425         * target-descriptions.h (record_xml_tdesc): Update comment.
5426
5427 2018-07-30  Andrew Burgess  <andrew.burgess@embecosm.com>
5428
5429         * eval.c (evaluate_subexp_for_sizeof): Check for array type before
5430         checking array bounds are defined.
5431
5432 2018-07-30  Tom Tromey  <tom@tromey.com>
5433
5434         * nat/linux-osdata.c (pid_pgid_entry::operator<): Fix
5435         irreflexivity violation.
5436
5437 2018-07-30  Tom Tromey  <tom@tromey.com>
5438
5439         * cli/cli-decode.c (lookup_cmd): Remove lint code.
5440         * value.c (unpack_long): Remove lint code.
5441         * valops.c (value_ind): Remove lint code.
5442         * valarith.c (value_x_binop, value_x_unop, value_equal)
5443         (value_pos): Remove lint code.
5444
5445 2018-07-28  Tom de Vries  <tdevries@suse.de>
5446
5447         * eval.c (evaluate_subexp_for_sizeof): Interpret size of dynamic type
5448         with undefined upper bound as <optimized out>.
5449
5450 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5451
5452         * gcore.in: Rename variable "name" to "prefix".  Expand
5453         "usage" text.
5454
5455 2018-07-14  Jon Turney  <jon.turney@dronecode.org.uk>
5456
5457         * windows-nat.c (windows_nat_target::create_inferior): Update to
5458         call close() in global namespace.
5459
5460 2018-07-26  Tom Tromey  <tom@tromey.com>
5461
5462         * dwarf-index-write.c (add_address_entry): Don't add objfile
5463         offsets.
5464         * dbxread.c (find_stab_function): Rename from
5465         find_stab_function_addr.  Return a bound_minimal_symbol.
5466         (read_dbx_symtab): Use raw_text_low, raw_text_high.
5467         Don't add objfile offsets.
5468         (end_psymtab): Use raw_text_low, raw_text_high,
5469         MSYMBOL_VALUE_RAW_ADDRESS.
5470         (read_ofile_symtab): Update.
5471         (process_one_symbol): Update.
5472         * dwarf2read.c (create_addrmap_from_index): Don't add objfile
5473         offsets.
5474         (dw2_relocate): Remove.
5475         (dw2_find_pc_sect_symtab): Bias PC by the text offset before
5476         searching addrmap.
5477         (dwarf2_gdb_index_functions, dwarf2_debug_names_functions):
5478         Update.
5479         (process_psymtab_comp_unit_reader, add_partial_symbol)
5480         (add_partial_subprogram, dwarf2_ranges_read): Update.
5481         (load_partial_dies): Update.
5482         (add_address_entry): Don't add objfile offsets.
5483         (dwarf2_build_include_psymtabs): Update.
5484         (create_addrmap_from_aranges): Don't add objfile offsets.
5485         (dw2_find_pc_sect_compunit_symtab): Update.
5486         * mdebugread.c (parse_symbol): Don't add objfile offsets.
5487         (parse_lines): Remove 'pst' parameter, replace with 'textlow'.
5488         Update.
5489         (parse_partial_symbols): Don't add objfile offsets.  Use
5490         raw_text_low, raw_text_high.  Update.
5491         (handle_psymbol_enumerators, psymtab_to_symtab_1): Update.
5492         * objfiles.c (objfile_relocate1): Don't relocate psymtabs_addrmap
5493         or call 'relocate' quick function.  Clear psymbol_map.
5494         * psympriv.h (struct partial_symbol) <address>: Add section
5495         offset.
5496         <set_unrelocated_address>: Rename from set_address.
5497         <raw_text_low, raw_text_high>: New methods.
5498         <text_low, text_high>: Add objfile parameter.
5499         (add_psymbol_to_bcache): Add 'section' parameter.  Call
5500         set_unrelocated_address.
5501         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5502         (find_pc_psymbol): Update.
5503         (fixup_psymbol_section, relocate_psymtabs): Remove.
5504         (dump_psymtab, psym_functions): Update.
5505         (add_psymbol_to_bcache, add_psymbol_to_list): Add 'section'
5506         parameter.
5507         (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
5508         (start_psymtab_common): Update.
5509         * symfile-debug.c (debug_qf_relocate): Remove.
5510         (debug_sym_quick_functions): Update.
5511         * symfile.h (struct quick_symbol_functions) <relocate>: Remove.
5512         * xcoffread.c (scan_xcoff_symtab): Don't add objfile offsets.
5513         Update.
5514
5515 2018-07-26  Tom Tromey  <tromey@redhat.com>
5516
5517         * dbxread.c (end_psymtab): Use text_high_valid and
5518         text_low_valid.
5519         * mdebugread.c (parse_partial_symbols): Use text_low_valid.
5520         (psymtab_to_symtab_1): Use text_high_valid and text_low_valid.
5521         * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5522         Update comment.
5523         <text_low_valid, text_high_valid>: New fields.
5524         <set_text_low, set_text_high>: Update.
5525         * xcoffread.c (scan_xcoff_symtab): Use text_low_valid.
5526
5527 2018-07-26  Tom Tromey  <tom@tromey.com>
5528
5529         * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab):
5530         Update.
5531         * dwarf2read.c (dwarf2_create_include_psymtab): Don't initialize
5532         textlow and texthigh fields.
5533         (process_psymtab_comp_unit_reader, dwarf2_build_include_psymtabs):
5534         Update.
5535         * mdebugread.c (parse_lines, parse_partial_symbols)
5536         (psymtab_to_symtab_1): Update.
5537         * psympriv.h (struct partial_symtab) <m_text_low, m_text_high>:
5538         Rename fields.  Update comment.  Now private.
5539         <text_low, text_high, set_text_low, set_text_high>: New methods.
5540         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5541         (find_pc_sect_psymbol, relocate_psymtabs, dump_psymtab)
5542         (start_psymtab_common, maintenance_info_psymtabs)
5543         (maintenance_check_psymtabs): Update.
5544         * xcoffread.c (xcoff_end_psymtab): Don't initialize textlow and
5545         texthigh fields.
5546         (scan_xcoff_symtab): Update.
5547
5548 2018-07-26  Tom Tromey  <tromey@redhat.com>
5549
5550         * psympriv.h (struct partial_symbol) <unrelocated_address,
5551         address, set_address>: New methods.
5552         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymbol)
5553         (fixup_psymbol_section, relocate_psymtabs): Update.
5554         (print_partial_symbols): Add 'objfile' parameter.  Update.
5555         (dump_psymtab, add_psymbol_to_bcache, psym_fill_psymbol_map):
5556         Update.
5557
5558 2018-07-26  Tom Tromey  <tom@tromey.com>
5559
5560         * dwarf-index-write.c (write_psymbols, debug_names::insert)
5561         (debug_names::write_psymbols): Update.
5562         * psympriv.h (struct partial_symbol): Derive from
5563         general_symbol_info.
5564         <obj_section>: New method.
5565         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.n
5566         * psymtab.c (find_pc_sect_psymtab_closer, find_pc_sect_psymtab)
5567         (find_pc_sect_psymbol, fixup_psymbol_section)
5568         (match_partial_symbol, lookup_partial_symbol, relocate_psymtabs)
5569         (print_partial_symbols, recursively_search_psymtabs)
5570         (compare_psymbols, psymbol_hash, psymbol_compare)
5571         (add_psymbol_to_bcache, maintenance_check_psymtabs)
5572         (psymbol_name_matches, psym_fill_psymbol_map): Update.
5573
5574 2018-07-26  Tom Tromey  <tromey@redhat.com>
5575
5576         * dbxread.c (end_psymtab): Remove dead code.
5577
5578 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
5579
5580         * dwarf2-frame-tailcall.c (tailcall_frame_sniffer): Exit early if
5581         DWARF unwinders are disabled.
5582         * dwarf2-frame.c: Add dwarf2read.h include.
5583         (dwarf2_frame_sniffer): Exit early if DWARF unwinders are
5584         disabled.
5585         (dwarf2_frame_unwinders_enabled_p): Define.
5586         (show_dwarf_unwinders_enabled_p): New function.
5587         (_initialize_dwarf2_frame): Register switch to control DWARF
5588         unwinder use.
5589         * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Declare.
5590         * dwarf2read.c (set_dwarf_cmdlist): Remove static keyword.
5591         (show_dwarf_cmdlist): Remove static keyword.
5592         * dwarf2read.h (set_dwarf_cmdlist): Declare.
5593         (show_dwarf_cmdlist): Declare.
5594         * NEWS: Document new feature.
5595
5596 2018-07-26  Tom de Vries  <tdevries@suse.de>
5597
5598         PR breakpoints/23366
5599         * infcmd.c (info_program_command): Handle ptid == minus_one_ptid.
5600
5601 2018-07-26  Tom de Vries  <tdevries@suse.de>
5602
5603         * dwarf2read.c (read_subrange_type): Warn if DW_AT_upper_bound or
5604         DW_AT_count can't be translated to a dynamic prop.
5605
5606 2018-07-25  Tom de Vries  <tdevries@suse.de>
5607
5608         * dwarf2loc.c (dwarf2_locexpr_baton_eval): Wrap ctx.eval call in
5609         try/catch.
5610
5611 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
5612
5613         * breakpoint.c (enable_disable_bp_num_loc): Notify observers.
5614
5615 2018-07-25  Joel Brobecker  <brobecker@adacore.com>
5616
5617         * MAINTAINERS (Global Maintainers): Add Tom Tromey.
5618
5619 2018-07-24  Keith Seitz  <keiths@redhat.comt
5620
5621         PR symtab/23010
5622         * dwarf2read.c (dw2_add_symbol_to_list): New function.
5623         (fixup_go_packaging, new_symbol): Use dw2_add_symbol_to_list
5624         instead of add_symbol_to_list.
5625         (read_file_scope): Call prepare_one_comp_unit before reading
5626         any other DIEs.
5627
5628 2018-07-24  Simon Marchi  <simon.marchi@ericsson.com>
5629
5630         * common/scoped_mmap.h (class scoped_mmap): Fix indentation.
5631
5632 2018-07-24  Tom Tromey  <tom@tromey.com>
5633
5634         * utils.c (malloc, realloc, free): Don't declare.
5635         * configure, config.in: Rebuild.
5636         * configure.ac: Don't check for declarations of free, malloc, or
5637         realloc.
5638
5639 2018-07-22  Simon Marchi  <simon.marchi@polymtl.ca>
5640
5641         * aarch64-linux-nat.c
5642         (aarch64_linux_nat_target::stopped_data_address): Remove unused
5643         variable.
5644         * arm-linux-nat.c (fetch_regs): Likewise.
5645         (store_regs): Likewise.
5646         (fetch_vfp_regs): Likewise.
5647         (store_vfp_regs): Likewise.
5648         (arm_linux_nat_target::insert_hw_breakpoint): Likewise.
5649         (arm_linux_nat_target::remove_hw_breakpoint): Likewise.
5650         (arm_linux_nat_target::insert_watchpoint): Likewise.
5651         (arm_linux_nat_target::remove_watchpoint): Likewise.
5652         * mips-linux-nat.c (mips_linux_nat_target::insert_watchpoint):
5653         Likewise.
5654         * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs):
5655         Likewise.
5656         * ppc-linux-nat.c (fetch_register): Likewise.
5657         (fetch_all_gp_regs): Likewise.
5658         (fetch_ppc_registers): Likewise.
5659         (store_all_gp_regs): Likewise.
5660         (store_ppc_registers): Likewise.
5661         (hwdebug_insert_point): Likewise.
5662         (can_use_watchpoint_cond_accel): Likewise.
5663         * remote-sim.c (gdb_os_write_stdout): Likewise.
5664
5665 2018-07-22  Simon Marchi  <simon.marchi@polymtl.ca>
5666             Tom Tromey  <tom@tromey.com>
5667
5668         * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
5669         test for it.
5670         * configure: Rebuild.
5671
5672 2018-07-22  Tom Tromey  <tom@tromey.com>
5673
5674         * regformats/regdat.sh: Define xmltarget_${name} inside
5675         #ifndef IN_PROCESS_AGENT.
5676
5677 2018-07-22  Tom Tromey  <tom@tromey.com>
5678
5679         * value.c (value_fetch_lazy_bitfield): Remove unused variable.
5680
5681 2018-07-22  Tom Tromey  <tom@tromey.com>
5682
5683         * symfile.c (reread_symbols): Notify iter, not objfile.
5684
5685 2018-07-22  Tom Tromey  <tom@tromey.com>
5686
5687         * ravenscar-thread.c (ravenscar_thread_target::store_registers):
5688         Use arch_ops.
5689         (ravenscar_thread_target::prepare_to_store): Likewise.
5690
5691 2018-07-22  Tom Tromey  <tom@tromey.com>
5692
5693         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Remove
5694         unused variable.  Call value_fetch_lazy when needed.
5695         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
5696         Remove unused variable.  Call value_fetch_lazy when needed.
5697
5698 2018-07-22  Tom Tromey  <tom@tromey.com>
5699
5700         * m32c-tdep.c (mark_dma): Return void.
5701         (make_regs): Remove unused declarations.
5702
5703 2018-07-22  Tom Tromey  <tom@tromey.com>
5704
5705         * guile/scm-cmd.c (gdbscm_dont_repeat): Call
5706         cmdscm_get_valid_command_smob_arg_unsafe for effect.
5707         * guile/scm-block.c (gdbscm_make_block_syms_iter): Call
5708         bkscm_get_valid_block_smob_arg_unsafe for effect.
5709
5710 2018-07-22  Tom Tromey  <tom@tromey.com>
5711
5712         * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not
5713         value_type.
5714
5715 2018-07-22  Tom Tromey  <tom@tromey.com>
5716
5717         * windows-nat.c (saved_context): Conditionally define.
5718         * remote.c (remote_target::remote_btrace_maybe_reopen):
5719         Conditionally declare "warned".
5720         * inflow.c (sigquit_ours): Conditionally define.
5721         (new_tty): Move "tty" declaration inside #if.
5722         * guile/guile.c (guile_datadir): Conditionally define.
5723         * charset.c (set_be_le_names): Move some declarations inside #if.
5724         * btrace.c (parse_xml_btrace): Move "errcode" declaration inside
5725         #if.
5726         (parse_xml_btrace_conf): Likewise.
5727
5728 2018-07-22  Tom Tromey  <tom@tromey.com>
5729
5730         * spu-tdep.c (spu_get_overlay_table): Remove unused variable.
5731
5732 2018-07-22  Tom Tromey  <tom@tromey.com>
5733
5734         * guile/scm-value.c (gdbscm_value_call): Remove unused variables.
5735         * guile/scm-math.c (vlscm_unop_gdbthrow, vlscm_binop_gdbthrow)
5736         (vlscm_convert_typed_value_from_scheme): Remove unused variable.
5737         * buildsym-legacy.c (get_macro_table): Remove unused variable.
5738         * stack.c (frame_apply_level_command): Remove unused variable.
5739         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused variable.
5740         * sparc64-tdep.c (adi_examine_command): Remove unused variable.
5741         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Remove
5742         unused variable.
5743         * nios2-tdep.c (nios2_push_dummy_call): Remove unused variable.
5744         * mep-tdep.c (mep_push_dummy_call): Remove unused variable.
5745         * ada-lang.c (ada_lookup_symbol_list_worker): Remove unused
5746         variable.
5747         * amd64-tdep.c (amd64_supply_xsave): Remove unused variable.
5748         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Remove unused
5749         variable.
5750         * breakpoint.c (check_no_tracepoint_commands, update_watchpoint):
5751         Remove unused variable.
5752         * cli/cli-script.c (recurse_read_control_structure): Remove unused
5753         variable.
5754         * common/tdesc.c (print_xml_feature::visit): Remove unused
5755         variable.
5756         * compile/compile-object-load.c (store_regs): Remove unused
5757         variables.
5758         * complaints.c (clear_complaints): Remove unused variable.
5759         * corelow.c (core_target_open): Remove unused variable.
5760         * fbsd-tdep.c (fbsd_core_info_proc_status): Remove unused
5761         variable.
5762         * guile/scm-frame.c (gdbscm_frame_read_var): Remove unused
5763         variable.
5764         * guile/scm-symtab.c (stscm_print_sal_smob): Remove unused
5765         variable.
5766         * guile/scm-type.c (gdbscm_field_baseclass_p): Remove unused
5767         variable.
5768         * guile/scm-utils.c (gdbscm_parse_function_args): Remove unused
5769         variable.
5770         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Remove unused
5771         variable.
5772         * ia64-tdep.c (examine_prologue): Remove unused variable.
5773         * infcall.c (run_inferior_call): Remove unused variable.
5774         * inferior.c (exit_inferior): Remove unused variable.
5775         * infrun.c (infrun_thread_ptid_changed): Remove unused variable.
5776         * linespec.c (decode_line_2): Remove unused variable.
5777         * linux-nat.c (super_close): Remove.
5778         * linux-tdep.c (linux_info_proc): Remove unused variable.
5779         * mi/mi-main.c (mi_execute_command): Remove unused variable.
5780         * microblaze-linux-tdep.c (microblaze_linux_sigtramp_cache):
5781         Remove unused variable.
5782         * parse.c (find_minsym_type_and_address): Remove unused variable.
5783         * printcmd.c (info_symbol_command, printf_floating): Remove unused
5784         variable.
5785         * python/py-breakpoint.c (bppy_set_commands): Remove unused
5786         variable.
5787         * python/py-unwind.c (unwind_infopy_dealloc): Remove unused
5788         variables.
5789         * record-btrace.c (record_btrace_target::store_registers): Remove
5790         unused variable.
5791         (cmd_show_record_btrace_cpu): Remove unused variable.
5792         * riscv-tdep.c (riscv_register_reggroup_p)
5793         (riscv_push_dummy_call, riscv_return_value): Remove unused
5794         variable.
5795         * rust-exp.y (literal): Remove unused variable.
5796         * rust-lang.c (rust_evaluate_subexp) <OP_RUST_ARARAY>: Remove
5797         unused variable.
5798         <STRUCTOP_ANONYMOUS>: Likewise.
5799         * s390-linux-tdep.c (s390_linux_init_abi_31)
5800         (s390_linux_init_abi_64): Remove unused variable.
5801         * ser-ming2.c (ser_windows_read_prim, pipe_select_thread)
5802         (file_select_thread, net_windows_open, _initialize_ser_windows):
5803         Remove unused variables.
5804         * symtab.c (find_pc_sect_line): Remove unused variable.
5805         * target-memory.c (compute_garbled_blocks): Remove unused
5806         variable.
5807         (target_write_memory_blocks): Remove unused variable.
5808         * target.c (target_stack::unpush): Remove unused variables.
5809         * tracepoint.c (start_tracing, all_tracepoint_actions)
5810         (merge_uploaded_trace_state_variables)
5811         (print_one_static_tracepoint_marker): Remove unused variable.
5812         * unittests/basic_string_view/element_access/char/1.cc (test01):
5813         Remove unused variable.
5814         * windows-nat.c (windows_continue, windows_add_all_dlls)
5815         (do_initial_windows_stuff, windows_nat_target::create_inferior):
5816         Remove unused variables.
5817
5818 2018-07-21  Simon Marchi  <simon.marchi@polymtl.ca>
5819
5820         * arm-tdep.c (arm_gdbarch_init): Declare attr_arch and
5821         attr_profile in HAVE_ELF.
5822         * rs6000-tdep.c (bfd_uses_spe_extensions): Declare vector_abi in
5823         HAVE_ELF.
5824
5825 2018-07-20  Simon Marchi  <simon.marchi@polymtl.ca>
5826
5827         * frame.c (frame_register_unwind): Change parameter name.
5828         (frame_unwind_register): Likewise.
5829         (frame_unwind_register_value): Likewise.
5830         (frame_unwind_register_signed): Likewise.
5831         (frame_unwind_register_unsigned): Likewise.
5832         * frame.h (frame_register_unwind): Likewise.
5833         (frame_unwind_register): Likewise.
5834         (frame_unwind_register_value): Likewise.
5835         (frame_unwind_register_signed): Likewise.
5836         (frame_unwind_register_unsigned): Likewise.
5837         (frame_unwind_arch): Likewise.
5838
5839 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
5840
5841         * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
5842         ISA maintenance.
5843
5844 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
5845
5846         * mips-linux-nat.c (mips_linux_nat_target::read_description):
5847         Call `get_ptrace_pid' rather than extracting the ptrace PID by
5848         hand.
5849
5850 2018-07-20  Keith Seitz  <keiths@redhat.com>
5851
5852         * buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
5853         m_main_subfile, m_comp_dir, m_producer, m_debugformat,
5854         m_compunit_symtab, m_language>: Add "m_" prefix.
5855         Update all uses.
5856         * buildsym.c: Update all uses.
5857
5858 2018-07-20  Tom Tromey  <tom@tromey.com>
5859
5860         * buildsym-legacy.h (record_line): Don't use record_line_ftype.
5861         * buildsym.h (record_line_ftype): Remove typedef.
5862
5863 2018-07-20  Tom Tromey  <tom@tromey.com>
5864
5865         * buildsym-legacy.h (augment_type_symtab): Don't declare.
5866         (end_expandable_symtab): Likewise.
5867         (end_symtab_get_static_block): Likewise.
5868         (end_symtab_from_static_block): Likewise.
5869         * buildsym-legacy.c (augment_type_symtab): Remove.
5870         (end_expandable_symtab): Remove.
5871         (end_symtab_get_static_block): Remove.
5872         (end_symtab_from_static_block): Remove.
5873
5874 2018-07-20  Tom Tromey  <tom@tromey.com>
5875
5876         * dwarf2read.c: Include buildsym.h.
5877         (struct dwarf2_cu) <builder>: New method.
5878         (fixup_go_packaging): Update.
5879         (process_full_comp_unit, process_full_type_unit): Update.  Don't
5880         use scoped_free_pendings.
5881         (using_directives): Add "cu" parameter, remove "language".
5882         (read_import_statement, setup_type_unit_groups, )
5883         (read_func_scope, read_lexical_block_scope)
5884         (dwarf2_record_block_ranges, read_namespace): Update.
5885         (lnp_state_machine::lnp_state_machine): Add cu parameter.
5886         (lnp_state_machine::handle_end_sequence): Update.
5887         (class lnp_state_machine) <m_cu>: New member.
5888         <m_record_line_callback>: Remove.
5889         <m_currently_recording_lines>: New member.
5890         (lnp_state_machine::handle_set_file): Update.
5891         (noop_record_line): Remove.
5892         (dwarf_record_line_p): Add cu parameter.
5893         (dwarf_record_line_1, dwarf_finish_line): Likewise.
5894         (lnp_state_machine::record_line)
5895         (lnp_state_machine::lnp_state_machine)
5896         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
5897         (dwarf_decode_lines): Update.
5898         (dwarf2_start_subfile): Add cu parameter.
5899         (dwarf2_start_symtab, new_symbol): Update.
5900         (macro_start_file, dwarf_decode_macro_bytes): Add cu parameter.
5901         Remove dwarf2_per_objfile parameter.
5902         (dwarf_decode_macros): Update.
5903
5904 2018-07-20  Tom Tromey  <tom@tromey.com>
5905
5906         * stabsread.c (define_symbol): Update.
5907         * buildsym-legacy.h (get_buildsym_compunit): Declare.
5908         * dwarf2read.c (new_symbol): Update.
5909         * cp-support.h (cp_scan_for_anonymous_namespaces): Update.
5910         * cp-namespace.c: Include buildsym.h.
5911         (cp_scan_for_anonymous_namespaces): Add "compunit" parameter.
5912         * buildsym-legacy.c (get_buildsym_compunit): New function.
5913
5914 2018-07-20  Tom Tromey  <tom@tromey.com>
5915
5916         * xcoffread.c: Include buildsym-legacy.h.
5917         * windows-nat.c: Include buildsym-legacy.h.
5918         * stabsread.c: Include buildsym-legacy.h.
5919         * mdebugread.c: Include buildsym-legacy.h.
5920         * buildsym-legacy.h: New file.
5921         * buildsym-legacy.c: New file, from buildsym.c.
5922         * go32-nat.c: Include buildsym-legacy.h.
5923         * dwarf2read.c: Include buildsym-legacy.h.
5924         * dbxread.c: Include buildsym-legacy.h.
5925         * cp-namespace.c: Include buildsym-legacy.h.
5926         * coffread.c: Include buildsym-legacy.h.
5927         * buildsym.h: Move some contents to buildsym-legacy.h.
5928         * buildsym.c: Include buildsym-legacy.h.  Move many functions to
5929         buildsym-legacy.c.
5930         * Makefile.in (HFILES_NO_SRCDIR): Add buildsym-legacy.h.
5931
5932 2018-07-20  Tom Tromey  <tom@tromey.com>
5933
5934         * buildsym.h (struct buildsym_compunit): Move from buildsym.c.
5935         * buildsym.c (struct buildsym_compunit): Move to buildsym.h.
5936         (buildsym_compunit::buildsym_compunit)
5937         (buildsym_compunit::~buildsym_compunit)
5938         (buildsym_compunit::get_macro_table): Define.
5939
5940 2018-07-20  Tom Tromey  <tom@tromey.com>
5941
5942         * buildsym.c (reset_symtab_globals): Remove.
5943         (buildsym_compunit::end_symtab_from_static_block): Update.
5944         (buildsym_compunit::augment_type_symtab): Update.
5945         (end_symtab_from_static_block): Call free_buildsym_compunit.
5946         (augment_type_symtab, end_symtab, end_expandable_symtab):
5947         Likewise.
5948
5949 2018-07-20  Tom Tromey  <tom@tromey.com>
5950
5951         * arch-utils.c: Do not include buildsym.h.
5952         * mipsread.c: Do not include buildsym.h.
5953         * machoread.c: Do not include buildsym.h.
5954         * elfread.c: Do not include buildsym.h.
5955
5956 2018-07-20  Tom Tromey  <tom@tromey.com>
5957
5958         * buildsym.c (buildsym_compunit::buildsym_compunit): Do more
5959         initialization.
5960         (buildsym_compunit): Add new constructor.
5961         (struct buildsym_compunit) <get_last_source_file, finish_block,
5962         record_block_range, start_subfile, patch_subfile_names,
5963         push_subfile, pop_subfile, record_line, get_compunit_symtab,
5964         set_last_source_start_addr, get_last_source_start_addr,
5965         get_local_using_directives, set_local_using_directives,
5966         get_global_using_directives, outermost_context_p,
5967         get_current_context_stack, get_context_stack_depth,
5968         get_current_subfile, get_local_symbols, get_file_symbols,
5969         get_global_symbols, record_debugformat, record_producer,
5970         push_context, pop_context, end_symtab_get_static_block,
5971         end_symtab_from_static_block, end_symtab, end_expandable_symtab>:
5972         New public methods.
5973         <record_pending_block, finish_block_internal, make_blockvector,
5974         watch_main_source_file_lossage, end_symtab_with_blockvector>: New
5975         private methods.
5976         Update all users.
5977
5978 2018-05-22  Tom Tromey  <tom@tromey.com>
5979
5980         * buildsym.c (record_pending_block): Move earlier.  Remove objfile
5981         parameter.
5982         (finish_block_internal): Update.
5983
5984 2018-07-20  Tom Tromey  <tom@tromey.com>
5985
5986         * buildsym.c (record_pending_block): Move earlier.  Remove objfile
5987         parameter.
5988         (finish_block_internal): Update.
5989
5990 2018-07-20  Tom Tromey  <tom@tromey.com>
5991
5992         * buildsym.h (EXTERN): Don't define or undef.
5993         * buildsym.c (EXTERN): Don't define.
5994
5995 2018-07-20  Tom Tromey  <tom@tromey.com>
5996
5997         * buildsym.c: Remove TODO comment.
5998
5999 2018-07-20  Tom Tromey  <tom@tromey.com>
6000
6001         * coffread.c (coff_symtab_read): Update.
6002         * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
6003         (xcoff_new_init): Update.
6004         * mipsread.c (mipscoff_new_init): Update.
6005         * mdebugread.c (mdebug_build_psymtabs): Update.
6006         * elfread.c (elf_new_init): Update.
6007         * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
6008         Update.
6009         * dbxread.c (dbx_new_init, dbx_psymtab_to_symtab_1)
6010         (coffstab_build_psymtabs, elfstab_build_psymtabs)
6011         (stabsect_build_psymtabs): Update.
6012         * buildsym.h (buildsym_init): Don't declare.
6013         * buildsym.c: Update comment.
6014         (prepare_for_building): Remove.
6015         (start_symtab, restart_symtab): Update.
6016         (reset_symtab_globals): Update comment.
6017         (buildsym_init): Remove.
6018
6019 2018-07-20  Tom Tromey  <tom@tromey.com>
6020
6021         * xcoffread.c (read_xcoff_symtab, process_xcoff_symbol): Update.
6022         * stabsread.c (patch_block_stabs, define_symbol, read_type)
6023         (read_enum_type, common_block_start, common_block_end)
6024         (cleanup_undefined_types_1, finish_global_stabs): Update.
6025         * mdebugread.c (psymtab_to_symtab_1): Update.
6026         * dwarf2read.c (fixup_go_packaging, read_func_scope)
6027         (read_lexical_block_scope, new_symbol): Update.
6028         * dbxread.c (process_one_symbol): Update.
6029         * coffread.c (coff_symtab_read, process_coff_symbol)
6030         (coff_read_enum_type): Update.
6031         * buildsym.h (file_symbols, global_symbols, local_symbols): Don't
6032         declare.
6033         (get_local_symbols, get_file_symbols, get_global_symbols): New
6034         functions.
6035         * buildsym.c (~buildsym_compunit): Clean up m_file_symbols and
6036         m_global_symbols.
6037         <m_file_symbols, m_local_symbols, m_global_symbols>: New members.
6038         (~scoped_free_pendings): Update.
6039         (finish_block, prepare_for_building, reset_symtab_globals)
6040         (end_symtab_get_static_block, end_symtab_with_blockvector)
6041         (augment_type_symtab, push_context): Update.
6042         (get_local_symbols, get_file_symbols, get_global_symbols): New
6043         functions.
6044         (buildsym_init): Update.
6045
6046 2018-07-20  Tom Tromey  <tom@tromey.com>
6047
6048         * dwarf2read.c (process_full_comp_unit): Do not set list_in_scope.
6049         (process_full_type_unit): Likewise.
6050         (dwarf2_start_symtab): Set list_in_scope.
6051
6052 2018-07-20  Tom Tromey  <tom@tromey.com>
6053
6054         * dwarf2read.c (process_psymtab_comp_unit_reader)
6055         (build_type_psymtabs_reader): Do not set list_in_scope.
6056
6057 2018-07-20  Tom Tromey  <tom@tromey.com>
6058
6059         * buildsym.c (free_pendings): Remove.
6060         (add_symbol_to_list, scoped_free_pendings)
6061         (finish_block_internal, buildsym_init): Update.
6062
6063 2018-07-20  Tom Tromey  <tom@tromey.com>
6064
6065         * xcoffread.c (read_xcoff_symtab): Update.
6066         * dwarf2read.c (read_func_scope, read_lexical_block_scope):
6067         Update.
6068         * dbxread.c (process_one_symbol): Update.
6069         * coffread.c (coff_symtab_read): Update.
6070         * buildsym.h (finish_block): Update.
6071         * buildsym.c (finish_block): Remove "listhead" argument.
6072         (end_symtab_get_static_block): Update.
6073
6074 2018-07-20  Tom Tromey  <tom@tromey.com>
6075
6076         * buildsym.h (class scoped_free_pendings): Remove constructor.
6077         * buildsym.c (struct buildsym_compunit) <free_pending_blocks>: New
6078         method.
6079         <m_pending_block_obstack, m_pending_blocks>: New members.
6080         (pending_block_obstack, pending_blocks): Remove.
6081         (scoped_free_pendings::scoped_free_pendings): Default.
6082         (~scoped_free_pendings): Update.
6083         (free_pending_blocks): Remove.
6084         (finish_block_internal, record_pending_block, make_blockvector)
6085         (end_symtab_get_static_block, augment_type_symtab, push_context)
6086         (buildsym_init): Update.
6087
6088 2018-07-20  Tom Tromey  <tom@tromey.com>
6089
6090         * buildsym.c (struct buildsym_compunit) <m_pending_addrmap,
6091         m_pending_addrmap_obstack, m_pending_addrmap_interesting>: New
6092         members.
6093         (pending_addrmap, pending_addrmap_obstack)
6094         (pending_addrmap_interesting): Remove.
6095         (scoped_free_pendings, record_block_range, make_blockvector)
6096         (prepare_for_building, reset_symtab_globals, buildsym_init):
6097         Update.
6098
6099 2018-07-20  Tom Tromey  <tom@tromey.com>
6100
6101         * xcoffread.c (process_linenos): Update.
6102         * stabsread.c (define_symbol, read_type, read_enum_type): Update.
6103         * mdebugread.c (psymtab_to_symtab_1): Update.
6104         * dwarf2read.c (setup_type_unit_groups)
6105         (lnp_state_machine::handle_set_file, dwarf_record_line_p)
6106         (lnp_state_machine::record_line, dwarf_decode_lines): Update.
6107         * dbxread.c (process_one_symbol): Update.
6108         * coffread.c (coff_symtab_read, enter_linenos)
6109         (process_coff_symbol): Update.
6110         * buildsym.h (current_subfile): Don't declare.
6111         (get_current_subfile): Declare.
6112         * buildsym.c (struct buildsym_compunit) <m_current_subfile>: New
6113         member.
6114         (start_subfile, free_buildsym_compunit, push_subfile)
6115         (prepare_for_building, start_symtab): Update.
6116         (get_current_subfile): New function.
6117
6118 2018-07-20  Tom Tromey  <tom@tromey.com>
6119
6120         * coffread.c (coff_symtab_read): Update.
6121         * xcoffread.c (read_xcoff_symtab): Update.
6122         * dwarf2read.c (new_symbol): Update.
6123         (read_func_scope, read_lexical_block_scope): Update.
6124         * dbxread.c (process_one_symbol): Update.
6125         * buildsym.h (context_stack, context_stack_depth): Don't declare.
6126         (outermost_context_p): Remove macro.
6127         (outermost_context_p, get_current_context_stack)
6128         (get_context_stack_depth): Declare.
6129         (pop_context): Return struct context_stack.
6130         * buildsym.c (struct buildsym_compunit) <m_context_stack: New
6131         member.
6132         (context_stack_size): Remove.
6133         (INITIAL_CONTEXT_STACK_SIZE): Remove.
6134         (prepare_for_building, end_symtab_get_static_block)
6135         (augment_type_symtab, push_context): Update.
6136         (pop_context): Return struct context_stack.
6137         (outermost_context_p, get_current_context_stack)
6138         (get_context_stack_depth): New functions.
6139         (buildsym_init): Update.
6140
6141 2018-07-20  Tom Tromey  <tom@tromey.com>
6142
6143         * rust-exp.y: Now a pure parser.  Update all rules.
6144         (%union): Move earlier.
6145         (current_parser, work_obstack): Remove globals.
6146         (rust_parser, ~rust_parser): Update.
6147         (class rust_parser) <copy_name, concat3, crate_name, super_name,
6148         lex_character, lex_number, lex_string, lex_identifier,
6149         rust_lookup_type, convert_params_to_types, convert_ast_to_type,
6150         convert_name, convert_params_to_expression,
6151         convert_ast_to_expression, ast_basic_type, ast_operation,
6152         ast_compound_assignment, rust_op, ast_literal, ast_dliteral,
6153         ast_structop, ast_structop_anonymous, ast_unary, ast_cast,
6154         ast_call_ish, ast_path, ast_string, ast_struct, ast_range,
6155         ast_array_type, ast_slice_type, ast_reference_type,
6156         ast_pointer_type, ast_function_type, ast_tuple_type>: New methods.
6157         (rust_parse): Update.
6158         (rustyyerror, rustyylex): Add parser parameter.
6159         (rust_lex_test_one, rust_lex_int_test, rust_lex_exception_test)
6160         (rust_lex_stringish_test, rust_lex_test_sequence)
6161         (rust_lex_test_trailing_dot, rust_lex_test_completion)
6162         (rust_lex_test_push_back, rust_lex_tests): Update.
6163
6164 2018-07-19  Pedro Alves  <palves@redhat.com>
6165
6166         * guile/guile-internal.h (gdbscm_scm_to_c_string): Now returns a
6167         gdb::unique_xmalloc_ptr.
6168         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_condition_x):
6169         Adjust to use dbscm_wrap and gdb::unique_xmalloc_ptr.
6170         * guile/scm-exception.c (gdbscm_exception_message_to_string): Use
6171         copy-initialization.
6172         * guile/scm-pretty-print.c (ppscm_print_children): Use
6173         gdb::unique_xmalloc_ptr instead of cleanups.
6174         (gdbscm_apply_val_pretty_printer): Remove cleanups.
6175         * guile/scm-string.c (gdbscm_scm_to_c_string): Now returns a
6176         gdb::unique_xmalloc_ptr.
6177         * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6178         Adjust to use gdb::unique_xmalloc_ptr.
6179         * guile/scm-utils.c (extract_arg): Adjust.
6180         * guile/scm-value.c (gdbscm_value_field): Adjust to use
6181         gdb::unique_xmalloc_ptr instead of a cleanup.
6182
6183 2018-07-19  Tom Tromey  <tom@tromey.com>
6184
6185         * utils.c (do_value_free_to_mark)
6186         (make_cleanup_value_free_to_mark): Remove.
6187         * utils.h (make_cleanup_value_free_to_mark): Remove.
6188
6189 2018-07-19  Pedro Alves  <palves@redhat.com>
6190
6191         * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a
6192         forwarding reference.
6193
6194 2018-07-18  Pedro Alves  <palves@redhat.com>
6195
6196         * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
6197         gdbscm_wrap.  Use gdb::unique_xmalloc_ptr<char> instead of a
6198         cleanup.
6199
6200 2018-07-18  Pedro Alves  <palves@redhat.com>
6201
6202         * guile/guile-internal.h: Add comment about mixing GDB and Scheme
6203         exceptions.
6204         (GDBSCM_HANDLE_GDB_EXCEPTION_WITH_CLEANUPS): Delete.
6205         (gdbscm_wrap): New.
6206         * guile/scm-frame.c (gdbscm_frame_read_register): Use xfree
6207         directly instead of a cleanup.
6208         * guile/scm-math.c (vlscm_unop_gdbthrow): New, factored out from ...
6209         (vlscm_unop): ... this.  Reimplement using gdbscm_wrap.
6210         (vlscm_binop_gdbthrow): New, factored out from ...
6211         (vlscm_binop): ... this.  Reimplement using gdbscm_wrap.
6212         (vlscm_rich_compare): Use gdbscm_wrap.
6213         * guile/scm-symbol.c (gdbscm_lookup_symbol): Use xfree directly
6214         instead of a cleanup.
6215         (gdbscm_lookup_global_symbol): Use xfree directly instead of a
6216         cleanup.
6217         * guile/scm-type.c (gdbscm_type_field, gdbscm_type_has_field_p):
6218         Use xfree directly instead of a cleanup.
6219         * guile/scm-value.c (gdbscm_make_value, gdbscm_make_lazy_value):
6220         Adjust to use gdbscm_wrap and scoped_value_mark.
6221         (gdbscm_value_optimized_out_p): Adjust to use gdbscm_wrap.
6222         (gdbscm_value_address, gdbscm_value_dereference)
6223         (gdbscm_value_referenced_value): Adjust to use gdbscm_wrap and
6224         scoped_value_mark.
6225         (gdbscm_value_dynamic_type): Use scoped_value_mark.
6226         (vlscm_do_cast, gdbscm_value_field): Adjust to use gdbscm_wrap and
6227         scoped_value_mark.
6228         (gdbscm_value_subscript, gdbscm_value_call): Adjust to use
6229         gdbscm_wrap and scoped_value_mark.
6230         (gdbscm_value_to_string): Use xfree directly instead of a
6231         cleanup.  Move 'buffer' unique_ptr to TRY scope.
6232         (gdbscm_value_to_lazy_string): Use xfree directly instead of a
6233         cleanup.  Move 'buffer' unique_ptr to TRY scope.  Use
6234         scoped_value_mark.
6235         (gdbscm_value_fetch_lazy_x): Use gdbscm_wrap.
6236         (gdbscm_parse_and_eval): Adjust to use gdbscm_wrap and
6237         scoped_value_mark.
6238         (gdbscm_history_ref, gdbscm_history_append_x): Adjust to use
6239         gdbscm_wrap.
6240
6241 2018-07-18  Tom de Vries  <tdevries@suse.de>
6242
6243         * findvar.c (default_read_var_value): Also resolve dynamic type for
6244         LOC_OPTIMIZED_OUT vars.
6245
6246 2018-07-18  Maciej W. Rozycki  <macro@mips.com>
6247
6248         * mips-tdep.c (micromips_next_pc): Add SYSCALL instruction
6249         decoding.
6250
6251 2018-07-17  Tom Tromey  <tom@tromey.com>
6252
6253         * guile/scm-param.c (pascm_set_func, pascm_show_func)
6254         (compute_enum_list, pascm_set_param_value_x)
6255         (gdbscm_parameter_value): Update.
6256         * guile/guile-internal.h (gdbscm_scm_to_string): Update.
6257         (gdbscm_scm_to_host_string): Update.
6258         * guile/scm-math.c (vlscm_convert_typed_value_from_scheme):
6259         Update.
6260         * guile/scm-cmd.c (cmdscm_add_completion): Update.
6261         * guile/scm-pretty-print.c (ppscm_print_string_repr): Update.
6262         * guile/scm-string.c (gdbscm_scm_to_string): Return
6263         unique_xmalloc_ptr.
6264         (gdbscm_scm_to_host_string): Likewise.
6265
6266 2018-07-17  Tom Tromey  <tom@tromey.com>
6267
6268         * guile/guile.c (gdbscm_eval_from_control_command): Update.
6269         * guile/guile-internal.h (gdbscm_safe_eval_string): Update.
6270         * guile/scm-objfile.c (gdbscm_execute_objfile_script): Update.
6271         * guile/scm-safe-call.c (gdbscm_safe_eval_string): Return
6272         unique_xmalloc_ptr.
6273
6274 2018-07-17  Tom Tromey  <tom@tromey.com>
6275
6276         * guile/scm-param.c (pascm_signal_setshow_error): Update.
6277         * guile/guile-internal.h (gdbscm_exception_message_to_string):
6278         Update.
6279         * guile/scm-cmd.c (cmdscm_function): Update.
6280         * guile/scm-pretty-print.c
6281         (ppscm_print_exception_unless_memory_error): Update.
6282         * guile/scm-exception.c (gdbscm_exception_message_to_string):
6283         Return unique_xmalloc_ptr.
6284
6285 2018-07-17  Tom Tromey  <tom@tromey.com>
6286
6287         * guile/scm-pretty-print.c (ppscm_make_pp_type_error_exception):
6288         Use string_printf.
6289
6290 2018-07-17  Jim Wilson  <jimw@sifive.com>
6291
6292         * riscv-tdep.c (riscv_has_feature): Delete comment that refers to
6293         set_gdbarch_decr_pc_after_break.  Call riscv_read_misa_reg always.
6294         (riscv_gdbarch_init): Delete local has_compressed_isa.  Delete now
6295         unecessary braces after EF_RISCV_RVC test.  Delete call to
6296         set_gdbarch_decr_pc_after_break.
6297
6298         * riscv-tdep.h (DECLARE_CSR): Use RISCV_FIRST_CSR_REGNUM instead of
6299         RISCV_LAST_FP_REGNUM + 1.
6300         (RSICV_CSR_LEGACY_MISA_REGNUM): Add RISCV_FIRST_CSR_REGNUM.
6301
6302 2018-07-17  Tom Tromey  <tom@tromey.com>
6303
6304         * configure.ac: Remove --disable-gdbcli.
6305         * configure: Rebuild.
6306         * Makefile.in (SUBDIR_CLI_DEPS, SUBDIR_CLI_LDFLAGS)
6307         (SUBDIR_CLI_CFLAGS): Remove.
6308         (SFILES): Use SUBDIR_CLI_SRCS.
6309         (COMMON_OBS): Use SUBDIR_CLI_OBS.
6310
6311 2018-07-17  Tom Tromey  <tom@tromey.com>
6312
6313         PR gdb/18624:
6314         * coffread.c (coff_symtab_read): Use scoped_free_pendings.
6315
6316 2018-07-16  Jim Wilson  <jimw@sifive.com>
6317
6318         * riscv-tdep.c (riscv_gdbarch_init): Call gdbarch_init_osabi.
6319
6320 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
6321
6322         * ia64-libunwind-tdep.c (libunwind_frame_cache): Remove unused
6323         variable.
6324         (libunwind_frame_sniffer): Likewise.
6325         (libunwind_frame_prev_register): Likewise.
6326         (libunwind_sigtramp_frame_sniffer): Likewise.
6327         * ia64-tdep.c (ia64_access_reg): Likewise.
6328         (ia64_access_rse_reg): Likewise.
6329         (ia64_libunwind_sigtramp_frame_this_id): Likewise.
6330         * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Likewise.
6331
6332 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
6333
6334         * ia64-vms-tdep.c (ia64_vms_find_proc_info_x): Add cast.
6335
6336 2018-07-16  Simon Marchi  <simon.marchi@ericsson.com>
6337
6338         * remote-sim.c (gdbsim_target::close,
6339         gdbsim_target::mourn_inferior): Remove unused variables.
6340
6341 2018-07-16  Simon Marchi  <simon.marchi@polymtl.ca>
6342
6343         * ia64-tdep.c (ktab_buf): New global.
6344         (getunwind_table): Return a gdb::optional<gdb::byte_vector>.
6345         (get_kernel_table): Adjust.
6346
6347 2018-07-16  Tom Tromey  <tom@tromey.com>
6348
6349         * xcoffread.c (read_xcoff_symtab): Use outermost_context_p.
6350         * dwarf2read.c (using_directives, new_symbol): Use
6351         outermost_context_p.
6352         * dbxread.c (process_one_symbol): Use outermost_context_p.
6353         * coffread.c (coff_symtab_read): Use outermost_context_p.
6354
6355 2018-07-16  Tom Tromey  <tom@tromey.com>
6356
6357         * dwarf2read.c (using_directives, read_func_scope)
6358         (read_lexical_block_scope): Update.
6359         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6360         * buildsym.h (local_using_directives, global_using_directives):
6361         Don't declare.
6362         (get_local_using_directives, set_local_using_directives)
6363         (get_global_using_directives): Declare.
6364         * buildsym.c (struct buildsym_compunit) <m_local_using_directives,
6365         m_global_using_directives>: New members.
6366         (finish_block_internal, prepare_for_building)
6367         (reset_symtab_globals, end_symtab_get_static_block)
6368         (push_context): Update.
6369         (get_local_using_directives, set_local_using_directives)
6370         (get_global_using_directives): New functions.
6371         (buildsym_init): Update.
6372
6373 2018-07-16  Tom Tromey  <tom@tromey.com>
6374
6375         * xcoffread.c (xcoff_initial_scan): Don't call
6376         free_pending_blocks.
6377         * dbxread.c (dbx_symfile_read): Don't call free_pending_blocks.
6378         * buildsym.h (class scoped_free_pendings): Add constructor.
6379         (free_pending_blocks): Don't declare.
6380         * buildsym.c (scoped_free_pendings::scoped_free_pendings): New.
6381         (free_pending_blocks): Now static.
6382
6383 2018-07-16  Tom Tromey  <tom@tromey.com>
6384
6385         * buildsym.h (push_subfile, pop_subfile): Update declarations.
6386         * buildsym.c (struct buildsym_compunit) <m_subfile_stack>: New
6387         member.
6388         (struct subfile_stack): Remove.
6389         (subfile_stack): Remove.
6390         (push_subfile, pop_subfile, buildsym_init): Update.
6391
6392 2018-07-16  Tom Tromey  <tom@tromey.com>
6393
6394         * buildsym.c (push_subfile): Use gdb_assert.
6395         (pop_subfile): Use gdb_assert.
6396
6397 2018-07-16  Tom Tromey  <tom@tromey.com>
6398
6399         * buildsym.h (merge_symbol_lists): Remove.
6400         * buildsym.c (merge_symbol_lists): Remove.
6401
6402 2018-07-16  Tom Tromey  <tom@tromey.com>
6403
6404         * stabsread.c (scan_file_globals): Update comment.
6405         * stabsread.h (scan_file_globals): Move from buildsym.h.
6406         * buildsym.h (scan_file_globals): Move to stabsread.h.
6407
6408 2018-07-16  Tom Tromey  <tom@tromey.com>
6409
6410         * xcoffread.c (xcoff_new_init): Update.
6411         * mipsread.c (mipscoff_new_init): Update.
6412         * mdebugread.c (mdebug_build_psymtabs): Update.
6413         * elfread.c (elf_new_init): Update.
6414         * dbxread.c (dbx_new_init, coffstab_build_psymtabs)
6415         (elfstab_build_psymtabs, stabsect_build_psymtabs): Update.
6416         * buildsym.h (buildsym_new_init): Don't declare.
6417         * buildsym.c (buildsym_new_init): Remove.
6418
6419 2018-07-16  Tom Tromey  <tom@tromey.com>
6420
6421         * stabsread.h (within_function): Move from buildsym.h.
6422         * stabsread.c (start_stabs): Clear within_function.
6423         * coffread.c (coff_start_symtab): Clear within_function.
6424         * buildsym.h (within_function): Move to stabsread.h.
6425         * buildsym.c (prepare_for_building): Update.
6426
6427 2018-07-16  Tom Tromey  <tom@tromey.com>
6428
6429         * stabsread.h (processing_gcc_compilation): Move from buildsym.h.
6430         * dwarf2read.c (dwarf2_start_symtab): Don't set
6431         processing_gcc_compilation.
6432         * buildsym.h (processing_gcc_compilation): Move to stabsread.h.
6433
6434 2018-07-16  Tom Tromey  <tom@tromey.com>
6435
6436         * stabsread.h (HASHSIZE, hashname, symnum, next_symbol_text)
6437         (next_symbol_text_func): Move from buildsym.h.
6438         * stabsread.c (hashname): Move from buildsym.c.
6439         * buildsym.h (HASHSIZE, symnum, next_symbol_text)
6440         (next_symbol_text_func, hashname): Move to stabsread.h.
6441         * buildsym.c: Don't include bcache.h
6442         (hashname): Move to stasbread.c.
6443
6444 2018-07-16  Tom Tromey  <tom@tromey.com>
6445
6446         * buildsym.h (context_stack_size): Don't declare.
6447         * buildsym.c (context_stack_size): New global.
6448
6449 2018-07-16  Tom Tromey  <tom@tromey.com>
6450
6451         * dbxread.c (processing_acc_compilation): New global.
6452         * buildsym.h (processing_acc_compilation): Don't declare.
6453
6454 2018-07-16  Tom Tromey  <tom@tromey.com>
6455
6456         * xcoffread.c (aix_process_linenos, complete_symtab): Update.
6457         * dbxread.c (read_ofile_symtab): Update.
6458         * coffread.c (coff_start_symtab, coff_end_symtab): Update.
6459         * buildsym.h (last_source_start_addr): Remove.
6460         (set_last_source_start_addr, get_last_source_start_addr):
6461         Declare.
6462         * buildsym.c (buildsym_compunit::buildsym_compunit): Add last_addr
6463         parameter.
6464         (struct buildsym_compunit) <m_last_source_start_addr>: New
6465         member.
6466         (prepare_for_building): Remove start_addr parameter.
6467         (start_symtab, restart_symtab, end_symtab_get_static_block)
6468         (end_symtab_with_blockvector): Update.
6469         (set_last_source_start_addr, get_last_source_start_addr): New
6470         functions.
6471
6472 2018-07-16  Tom Tromey  <tom@tromey.com>
6473
6474         * buildsym.c (struct buildsym_compunit) <m_have_line_numbers>: New
6475         member.
6476         (have_line_numbers): Remove.
6477         (record_line, prepare_for_building, end_symtab_get_static_block)
6478         (augment_type_symtab): Update.
6479
6480 2018-07-16  Tom Tromey  <tom@tromey.com>
6481
6482         * buildsym.c (~buildsym_compunit): Free the macro table.
6483         (struct buildsym_compunit) <get_macro_table, release_macros>: New
6484         methods.
6485         <m_pending_macros>: New member.
6486         (pending_macros): Remove.
6487         (~scoped_free_pendings, get_macro_table, prepare_for_building)
6488         (reset_symtab_globals, end_symtab_get_static_block)
6489         (end_symtab_with_blockvector, augment_type_symtab)
6490         (buildsym_init): Update.
6491
6492 2018-07-16  Tom Tromey  <tom@tromey.com>
6493
6494         * buildsym.c (buildsym_compunit::buildsym_compunit): Add name
6495         parameter.
6496         (buildsym_compunit::set_last_source_file): New method.
6497         <m_last_source_file>: New member.
6498         (prepare_for_building): Remove "name" parameter.
6499         (start_symtab, restart_symtab, reset_symtab_globals): Update.
6500         (last_source_file): Remove.
6501         (set_last_source_file, get_last_source_file): Update.
6502
6503 2018-07-16  Tom Tromey  <tom@tromey.com>
6504
6505         * buildsym.c (prepare_for_building): Add assert.
6506
6507 2018-07-16  Tom Tromey  <tom@tromey.com>
6508
6509         * buildsym.c (~buildsym_compunit): Update.
6510         (struct buildsym_compunit) <comp_unit>: Now a unique_xmalloc_ptr.
6511         (start_subfile, patch_subfile_names)
6512         (end_symtab_with_blockvector): Update.
6513
6514 2018-07-16  Tom Tromey  <tom@tromey.com>
6515
6516         * buildsym.c (struct buildsym_compunit): Add constructor,
6517         destructor, initializers.
6518         (start_buildsym_compunit): Remove.
6519         (free_buildsym_compunit): Use "delete".
6520         (start_symtab, restart_symtab): Use "new".
6521
6522 2018-07-13  Simon Marchi  <simon.marchi@polymtl.ca>
6523
6524         * symfile.c (set_objfile_default_section_offset): Remove struct
6525         keyword.
6526
6527 2018-07-14  Stafford Horne  <shorne@gmail.com>
6528
6529         * (Responsible Maintainers): Add myself as or1k maintainer.
6530
6531 2018-07-13  Tom Tromey  <tom@tromey.com>
6532
6533         * symfile.c (set_objfile_default_section_offset): Use extra braces
6534         around initializer.
6535
6536 2018-07-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6537
6538         * s390-tdep.c (s390_displaced_step_fixup): Adjust PC for a
6539         non-branching basr.
6540
6541 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6542
6543         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6544         unittests/cli-utils-selftests.c
6545         * unittests/cli-utils-selftests.c: New file.
6546
6547 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6548
6549         * NEWS: Mention new commands. Mention change to 'thread apply'.
6550
6551 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6552
6553         * thread.c (thr_try_catch_cmd): New function.
6554         (thread_apply_all_command): Handle qcs flags.
6555         (thread_apply_command): Handle qcs flags.
6556         (taas_command): New function.
6557         (tfaas_command): New function.
6558         (_initialize_thread): Update to setup the new commands 'taas
6559         and 'tfaas'. Change doc string for 'thread apply'.
6560
6561 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6562
6563         * stack.c: (trailing_outermost_frame): New function, mostly
6564         extracted from backtrace_command_1.
6565         (leading_innermost_frame): New function.
6566         (backtrace_command_1): Update to call trailing_outermost_frame.
6567         (frame_apply_command_count): New function.
6568         (frame_apply_level_command): New function.
6569         (frame_apply_all_command): New function.
6570         (frame_apply_command): New function.
6571         (faas_command): New function.
6572         (frame_cmd_list): New variable.
6573         (_initialize_stack): Update to setup the new commands 'frame apply'
6574         and 'faas'.
6575
6576 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6577
6578         * cli-utils.c (number_or_range_parser::get_number): Only handle
6579         numbers or convenience var as numbers.
6580         (parse_flags): New function.
6581         (parse_flags_qcs): New function.
6582         (number_or_range_parser::finished): Ensure parsing end is detected
6583         before end of string.
6584         * cli-utils.h (parse_flags): New function.
6585         (parse_flags_qcs): New function.
6586         (number_or_range_parser): Remove m_finished bool.
6587         (number_or_range_parser::skip_range): Set m_in_range to false.
6588
6589 2018-07-12  Sergio Durigan Junior  <sergiodj@redhat.com>
6590
6591         * ser-tcp.c (try_connect): Declare 'ioarg' as 'u_long' if building
6592         on Windows.
6593
6594 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6595             Jan Kratochvil  <jan.kratochvil@redhat.com>
6596             Paul Fertser  <fercerpav@gmail.com>
6597             Tsutomu Seki  <sekiriki@gmail.com>
6598             Pedro Alves  <palves@redhat.com>
6599
6600         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6601         'unittests/parse-connection-spec-selftests.c'.
6602         (COMMON_SFILES): Add 'common/netstuff.c'.
6603         (HFILES_NO_SRCDIR): Add 'common/netstuff.h'.
6604         * NEWS (Changes since GDB 8.2): Mention IPv6 support.
6605         * common/netstuff.c: New file.
6606         * common/netstuff.h: New file.
6607         * ser-tcp.c: Include 'netstuff.h' and 'wspiapi.h'.
6608         (wait_for_connect): Update comment.  New parameter
6609         'gdb::optional<int> sock' instead of 'struct serial *scb'.
6610         Use 'sock' directly instead of 'scb->fd'.
6611         (try_connect): New function, with code from 'net_open'.
6612         (net_open): Rewrite main loop to deal with multiple
6613         sockets/addresses.  Handle IPv6-style hostnames; implement
6614         support for IPv6 connections.
6615         * unittests/parse-connection-spec-selftests.c: New file.
6616
6617 2018-07-11  Pedro Alves  <palves@redhat.com>
6618
6619         PR gdb/23377
6620         * remote.c (remote_target::remote_detach_pid): Call
6621         set_current_process.
6622
6623 2018-07-11  Pedro Alves  <palves@redhat.com>
6624
6625         * h8300-tdep.c (h8300_gdbarch_init): Remove
6626         set_gdbarch_ecoff_reg_to_regnum calls.
6627
6628 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6629
6630         PR c++/23373
6631         * c-typeprint.c (c_type_print_base_struct_union): Don't print
6632         offsets/sizes for static members of a class/struct.
6633
6634 2018-07-11  Alan Hayward  <alan.hayward@arm.com>
6635
6636         * target-descriptions.c (tdesc_register_bitsize): Rename.
6637         * target-descriptions.h (tdesc_register_bitsize): Likewise.
6638         * rs6000-tdep.c (rs6000_gdbarch_init): Use new name.
6639         * aarch64-tdep.c (aarch64_get_tdesc_vq): Convert size.
6640
6641 2018-07-10  Tom Tromey  <tom@tromey.com>
6642
6643         * breakpoint.c (moribund_locations): Now static and a
6644         std::vector.
6645         (breakpoint_init_inferior, moribund_breakpoint_here_p)
6646         (build_bpstat_chain, update_global_location_list)
6647         (breakpoint_retire_moribund): Update.
6648         * breakpoint.h (bp_location_p): Remove typedef.  Don't declare
6649         VEC.
6650
6651 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6652
6653         * riscv-tdep.c (riscv_is_fp_regno_p): New function.
6654         (riscv_register_reggroup_p): Use new function, remove unneeded
6655         parenthesis.
6656         (riscv_push_dummy_call): Extend assert to compare against xlen or
6657         flen based on register type.
6658
6659 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6660
6661         * riscv-tdep.c (riscv_print_arg_location): Use TYPE_SAFE_NAME.
6662
6663 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
6664
6665         * remote.c (show_hardware_watchpoint_limit): New function.
6666         (show_hardware_watchpoint_length_limit): New function.
6667         (show_hardware_breakpoint_limit): New function.
6668         (_initialize_remote): Use add_setshow_zuinteger_unlimited_cmd
6669         where appropriate, update help text.
6670
6671 2018-07-09  Tom Tromey  <tom@tromey.com>
6672
6673         * Makefile.in (CDEPS): Don't mention XM_CDEPS.
6674         (CLIBS): Don't mention NAT_CLIBS.
6675
6676 2018-07-09  Tom Tromey  <tom@tromey.com>
6677
6678         * Makefile.in (ADD_FILES, ADD_DEPS): Remove.
6679         (LIBGDB_OBS, clean mostlyclean): Update.
6680         (gdb$(EXEEXT), insight$(EXEEXT)): Update.
6681
6682 2018-07-09  Tom Tromey  <tom@tromey.com>
6683
6684         * Makefile.in (%.c: %.y): Use ECHO_YACC.
6685         (%.c: %.l): Use ECHO_LEX.  Just fail if flex not available.
6686         * silent-rules.mk (ECHO_YACC, ECHO_LEX): New variables.
6687
6688 2018-07-09  Tom Tromey  <tom@tromey.com>
6689
6690         * Makefile.in (ALLDEPFILES): Remove exec.c.
6691         (COMMON_OBS): Remove exec.o.
6692         (COMMON_SFILES): Add exec.c.
6693
6694 2018-07-09  Tom Tromey  <tom@tromey.com>
6695
6696         * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
6697
6698 2018-07-09  Tom Tromey  <tom@tromey.com>
6699
6700         * Makefile.in (clean mostlyclean): Remove stamp-version.
6701         (version.c): Depend on stamp-version.
6702         (stamp-version): New rule, from version.c rule.
6703
6704 2018-07-09  Tom Tromey  <tom@tromey.com>
6705
6706         * Makefile.in (init.c): Depend on stamp-init.
6707         (stamp-init): New rule, from init.c rule.
6708         (clean mostlyclean): Remove stamp-init.
6709
6710 2018-07-09  Tom Tromey  <tom@tromey.com>
6711
6712         * Makefile.in (INIT_FILES): Remove CONFIG_SRCS,
6713         SUBDIR_GCC_COMPILE_SRCS.
6714
6715 2018-07-09  Tom Tromey  <tom@tromey.com>
6716
6717         * Makefile.in (init.c): Remove some unused sed rules.
6718
6719 2018-07-09  Tom Tromey  <tom@tromey.com>
6720
6721         * Makefile.in (TSOBS): Remove.
6722         (INIT_FILES): Update.
6723         (LIBGDB_OBS): Update.
6724         (COMMON_SFILES): Add inflow.c.
6725         (SFILES): Remove inflow.c.
6726
6727 2018-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6728
6729         * contrib/gdb-add-index.sh ($dwarf5): New, use it.
6730
6731 2018-07-07  Simon Marchi  <simon.marchi@polymtl.ca>
6732
6733         * ia64-libunwind-tdep.c (get_reg_name, get_fpreg_name,
6734         get_saveloc_name, is_signal_frame_name, step_name,
6735         init_remote_name, create_addr_space_name,
6736         destroy_addr_space_name, search_unwind_table_name,
6737         find_dyn_list_name): Constify.
6738
6739 2018-07-05  Simon Marchi  <simon.marchi@polymtl.ca>
6740
6741         * darwin-nat.c (darwin_pthread_kill): New function.
6742         (darwin_resume_thread): Use darwin_pthread_kill.
6743
6744 2018-07-05  Tom de Vries  <tdevries@suse.de>
6745
6746         * macroexp.c (macro_buffer) <operator=>: New member function.
6747
6748 2018-07-04  Tom Tromey  <tom@tromey.com>
6749
6750         * darwin-nat.c (darwin_attach_pid): Use exit_inferior.
6751
6752 2018-07-04  Simon Marchi  <simon.marchi@polymtl.ca>
6753
6754         * common/common-defs.h (HAVE_USEFUL_SBRK): Define.
6755         * main.c: Use HAVE_USEFUL_SBRK instead of HAVE_SBRK.
6756         * maint.c: Likewise.
6757         * top.c: Likewise.
6758
6759 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
6760
6761         * NEWS: Create a new section for the next release branch.
6762         Rename the section of the current branch, now that it has
6763         been cut.
6764
6765 2018-07-04  Joel Brobecker  <brobecker@adacore.com>
6766
6767         GDB 8.2 branch created (1b919490e8ba30bf1d6941df0ed112b0e557017e):
6768         * version.in: Bump version to 8.2.50.DATE-git.
6769
6770 2018-07-04  Vyacheslav Barinov  <v.barinov@samsung.com>
6771             Pedro Alves  <palves@redhat.com>
6772
6773         * linux-nat.c (linux_init_ptrace): Rename to ...
6774         (linux_init_ptrace_procfs): ... this.  Call
6775         linux_proc_init_warnings.
6776         (linux_nat_target::post_attach)
6777         (linux_nat_target::post_startup_inferior): Adjust.
6778         * nat/linux-procfs.c (linux_proc_init_warnings): Define function.
6779         * nat/linux-procfs.h (linux_proc_init_warnings): Declare function.
6780
6781 2018-07-04  Tom de Vries  <tdevries@suse.de>
6782
6783         * dwarf2read.c (error_check_comp_unit_head): Move dwarf version
6784         check ...
6785         (read_comp_unit_head): ... here.
6786
6787 2018-07-03  Tom Tromey  <tom@tromey.com>
6788
6789         * tracepoint.c (process_tracepoint_on_disconnect, start_tracing)
6790         (stop_tracing, tstatus_command)
6791         (find_matching_tracepoint_location, merge_uploaded_tracepoints)
6792         (print_one_static_tracepoint_marker): Update.
6793         * breakpoint.c (static_tracepoints_here, all_tracepoints): Return
6794         std::vector.
6795         * breakpoint.h (breakpoint_p): Remove typedef.  Don't declare
6796         VEC.
6797         (all_tracepoints, static_tracepoints_here): Return std::vector.
6798
6799 2018-07-03  Tom Tromey  <tom@tromey.com>
6800
6801         * common/ptid.c (ptid_equal): Remove.
6802         * common/ptid.h (ptid_equal): Don't declare.
6803         * ada-tasks.c: Update.
6804         * breakpoint.c: Update.
6805         * common/agent.c: Update.
6806         * corelow.c: Update.
6807         * darwin-nat-info.c: Update.
6808         * darwin-nat.c: Update.
6809         * dcache.c: Update.
6810         * dtrace-probe.c: Update.
6811         * dummy-frame.c: Update.
6812         * fbsd-nat.c: Update.
6813         * frame.c: Update.
6814         * gdbthread.h: Update.
6815         * gnu-nat.c: Update.
6816         * go32-nat.c: Update.
6817         * inf-loop.c: Update.
6818         * inf-ptrace.c: Update.
6819         * infcall.c: Update.
6820         * infcmd.c: Update.
6821         * inflow.c: Update.
6822         * infrun.c: Update.
6823         * linux-fork.c: Update.
6824         * linux-nat.c: Update.
6825         * linux-thread-db.c: Update.
6826         * mi/mi-cmd-var.c: Update.
6827         * mi/mi-interp.c: Update.
6828         * mi/mi-main.c: Update.
6829         * nto-procfs.c: Update.
6830         * ppc-linux-tdep.c: Update.
6831         * procfs.c: Update.
6832         * python/py-inferior.c: Update.
6833         * python/py-record-btrace.c: Update.
6834         * python/py-record.c: Update.
6835         * ravenscar-thread.c: Update.
6836         * regcache.c: Update.
6837         * remote-sim.c: Update.
6838         * remote.c: Update.
6839         * sol-thread.c: Update.
6840         * solib.c: Update.
6841         * target.c: Update.
6842         * tui/tui-stack.c: Update.
6843         * varobj.c: Update.
6844         * windows-nat.c: Update.
6845         * windows-tdep.c: Update.
6846
6847 2018-07-03  Tom Tromey  <tom@tromey.com>
6848
6849         * common/ptid.c (ptid_match): Remove.
6850         * common/ptid.h (ptid_match): Don't declare.
6851         * fbsd-nat.c: Update.
6852         * infcmd.c: Update.
6853         * infrun.c: Update.
6854         * linux-nat.c: Update.
6855         * record-btrace.c: Update.
6856         * regcache.c: Update.
6857         * remote.c: Update.
6858
6859 2018-07-03  Tom Tromey  <tom@tromey.com>
6860
6861         * common/ptid.c (ptid_tid_p): Remove.
6862         * common/ptid.h (ptid_tid_p): Don't declare.
6863         * sol-thread.c: Update.
6864
6865 2018-07-03  Tom Tromey  <tom@tromey.com>
6866
6867         * common/ptid.c (ptid_lwp_p): Remove.
6868         * common/ptid.h (ptid_lwp_p): Don't declare.
6869         * fbsd-nat.c: Update.
6870         * linux-nat.c: Update.
6871         * nat/linux-procfs.c: Update.
6872         * nat/x86-linux-dregs.c: Update.
6873         * sol-thread.c: Update.
6874
6875 2018-07-03  Tom Tromey  <tom@tromey.com>
6876
6877         * common/ptid.c (ptid_is_pid): Remove.
6878         * common/ptid.h (ptid_is_pid): Don't declare.
6879         * infrun.c: Update.
6880         * linux-nat.c: Update.
6881         * mi/mi-interp.c: Update.
6882         * remote.c: Update.
6883         * thread.c: Update.
6884
6885 2018-07-03  Tom Tromey  <tom@tromey.com>
6886
6887         * common/ptid.c (ptid_get_tid): Remove.
6888         * common/ptid.h (ptid_get_tid): Don't declare.
6889         * ada-tasks.c: Update.
6890         * aix-thread.c: Update.
6891         * bsd-uthread.c: Update.
6892         * darwin-nat.c: Update.
6893         * fbsd-nat.c: Update.
6894         * i386-darwin-nat.c: Update.
6895         * infrun.c: Update.
6896         * linux-tdep.c: Update.
6897         * nto-procfs.c: Update.
6898         * ppc-ravenscar-thread.c: Update.
6899         * python/py-infthread.c: Update.
6900         * ravenscar-thread.c: Update.
6901         * sol-thread.c: Update.
6902         * sparc-ravenscar-thread.c: Update.
6903         * windows-nat.c: Update.
6904
6905 2018-07-03  Tom Tromey  <tom@tromey.com>
6906
6907         * common/ptid.c (ptid_get_lwp): Remove.
6908         * common/ptid.h (ptid_get_lwp): Don't declare.
6909         * aarch64-linux-nat.c: Update.
6910         * ada-tasks.c: Update.
6911         * aix-thread.c: Update.
6912         * amd64-linux-nat.c: Update.
6913         * arm-linux-nat.c: Update.
6914         * corelow.c: Update.
6915         * fbsd-nat.c: Update.
6916         * fbsd-tdep.c: Update.
6917         * gnu-nat.c: Update.
6918         * i386-cygwin-tdep.c: Update.
6919         * i386-gnu-nat.c: Update.
6920         * i386-linux-nat.c: Update.
6921         * ia64-linux-nat.c: Update.
6922         * inf-ptrace.c: Update.
6923         * infrun.c: Update.
6924         * linux-fork.c: Update.
6925         * linux-nat.c: Update.
6926         * linux-tdep.c: Update.
6927         * linux-thread-db.c: Update.
6928         * mips-linux-nat.c: Update.
6929         * nat/aarch64-linux-hw-point.c: Update.
6930         * nat/aarch64-linux.c: Update.
6931         * nat/linux-btrace.c: Update.
6932         * nat/linux-osdata.c: Update.
6933         * nat/linux-procfs.c: Update.
6934         * nat/x86-linux-dregs.c: Update.
6935         * obsd-nat.c: Update.
6936         * ppc-fbsd-nat.c: Update.
6937         * ppc-linux-nat.c: Update.
6938         * procfs.c: Update.
6939         * python/py-infthread.c: Update.
6940         * ravenscar-thread.c: Update.
6941         * remote.c: Update.
6942         * s390-linux-nat.c: Update.
6943         * sol-thread.c: Update.
6944         * sol2-tdep.c: Update.
6945         * spu-linux-nat.c: Update.
6946         * x86-linux-nat.c: Update.
6947         * xtensa-linux-nat.c: Update.
6948
6949 2018-07-03  Tom Tromey  <tom@tromey.com>
6950
6951         * common/ptid.c (ptid_get_pid): Remove.
6952         * common/ptid.h (ptid_get_pid): Don't declare.
6953         * aarch64-linux-nat.c: Update.
6954         * ada-lang.c: Update.
6955         * aix-thread.c: Update.
6956         * alpha-bsd-nat.c: Update.
6957         * amd64-fbsd-nat.c: Update.
6958         * amd64-linux-nat.c: Update.
6959         * arm-linux-nat.c: Update.
6960         * arm-nbsd-nat.c: Update.
6961         * auxv.c: Update.
6962         * break-catch-syscall.c: Update.
6963         * breakpoint.c: Update.
6964         * bsd-uthread.c: Update.
6965         * corelow.c: Update.
6966         * ctf.c: Update.
6967         * darwin-nat.c: Update.
6968         * fbsd-nat.c: Update.
6969         * fbsd-tdep.c: Update.
6970         * gcore.c: Update.
6971         * gnu-nat.c: Update.
6972         * hppa-nbsd-nat.c: Update.
6973         * hppa-obsd-nat.c: Update.
6974         * i386-fbsd-nat.c: Update.
6975         * ia64-linux-nat.c: Update.
6976         * inf-ptrace.c: Update.
6977         * infcmd.c: Update.
6978         * inferior.c: Update.
6979         * inferior.h: Update.
6980         * inflow.c: Update.
6981         * infrun.c: Update.
6982         * linux-fork.c: Update.
6983         * linux-nat.c: Update.
6984         * linux-tdep.c: Update.
6985         * linux-thread-db.c: Update.
6986         * m68k-bsd-nat.c: Update.
6987         * mi/mi-interp.c: Update.
6988         * mi/mi-main.c: Update.
6989         * mips-linux-nat.c: Update.
6990         * mips-nbsd-nat.c: Update.
6991         * mips64-obsd-nat.c: Update.
6992         * nat/aarch64-linux-hw-point.c: Update.
6993         * nat/aarch64-linux.c: Update.
6994         * nat/linux-btrace.c: Update.
6995         * nat/linux-osdata.c: Update.
6996         * nat/linux-procfs.c: Update.
6997         * nat/x86-linux-dregs.c: Update.
6998         * nto-procfs.c: Update.
6999         * obsd-nat.c: Update.
7000         * ppc-linux-nat.c: Update.
7001         * ppc-nbsd-nat.c: Update.
7002         * ppc-obsd-nat.c: Update.
7003         * proc-service.c: Update.
7004         * procfs.c: Update.
7005         * python/py-inferior.c: Update.
7006         * python/py-infthread.c: Update.
7007         * ravenscar-thread.c: Update.
7008         * record.c: Update.
7009         * remote-sim.c: Update.
7010         * remote.c: Update.
7011         * rs6000-nat.c: Update.
7012         * s390-linux-nat.c: Update.
7013         * sh-nbsd-nat.c: Update.
7014         * sol-thread.c: Update.
7015         * sparc-nat.c: Update.
7016         * sparc64-tdep.c: Update.
7017         * spu-linux-nat.c: Update.
7018         * spu-tdep.c: Update.
7019         * target-debug.h: Update.
7020         * target.c: Update.
7021         * thread.c: Update.
7022         * tid-parse.c: Update.
7023         * tracefile-tfile.c: Update.
7024         * vax-bsd-nat.c: Update.
7025         * windows-nat.c: Update.
7026         * x86-linux-nat.c: Update.
7027         * x86-nat.c: Update.
7028
7029 2018-07-03  Tom Tromey  <tom@tromey.com>
7030
7031         * common/ptid.c (pid_to_ptid): Remove.
7032         * common/ptid.h (pid_to_ptid): Don't declare.
7033         * aix-thread.c: Update.
7034         * arm-linux-nat.c: Update.
7035         * common/ptid.c: Update.
7036         * common/ptid.h: Update.
7037         * corelow.c: Update.
7038         * ctf.c: Update.
7039         * darwin-nat.c: Update.
7040         * fbsd-nat.c: Update.
7041         * fork-child.c: Update.
7042         * gnu-nat.c: Update.
7043         * go32-nat.c: Update.
7044         * inf-ptrace.c: Update.
7045         * infcmd.c: Update.
7046         * inferior.c: Update.
7047         * infrun.c: Update.
7048         * linux-fork.c: Update.
7049         * linux-nat.c: Update.
7050         * nat/aarch64-linux-hw-point.c: Update.
7051         * nat/fork-inferior.c: Update.
7052         * nat/x86-linux-dregs.c: Update.
7053         * nto-procfs.c: Update.
7054         * obsd-nat.c: Update.
7055         * procfs.c: Update.
7056         * progspace.c: Update.
7057         * remote.c: Update.
7058         * rs6000-nat.c: Update.
7059         * s390-linux-nat.c: Update.
7060         * sol-thread.c: Update.
7061         * spu-linux-nat.c: Update.
7062         * target.c: Update.
7063         * top.c: Update.
7064         * tracefile-tfile.c: Update.
7065         * windows-nat.c: Update.
7066
7067 2018-07-03  Tom Tromey  <tom@tromey.com>
7068
7069         * common/ptid.h (ptid_build): Don't declare.
7070         * common/ptid.c (ptid_build): Remove.
7071         * aix-thread.c: Update.
7072         * bsd-kvm.c: Update.
7073         * bsd-uthread.c: Update.
7074         * common/agent.c: Update.
7075         * common/ptid.c: Update.
7076         * common/ptid.h: Update.
7077         * corelow.c: Update.
7078         * darwin-nat.c: Update.
7079         * fbsd-nat.c: Update.
7080         * gnu-nat.c: Update.
7081         * linux-fork.c: Update.
7082         * linux-nat.c: Update.
7083         * linux-thread-db.c: Update.
7084         * nat/linux-osdata.c: Update.
7085         * nat/linux-procfs.c: Update.
7086         * nto-procfs.c: Update.
7087         * obsd-nat.c: Update.
7088         * proc-service.c: Update.
7089         * procfs.c: Update.
7090         * ravenscar-thread.c: Update.
7091         * remote-sim.c: Update.
7092         * remote.c: Update.
7093         * sol-thread.c: Update.
7094         * target.c: Update.
7095         * windows-nat.c: Update.
7096
7097 2018-07-03  Tom Tromey  <tom@tromey.com>
7098
7099         * infrun.c (follow_exec): Use exit_inferior_silent.
7100         * inferior.c (exit_inferior_num_silent): Remove.
7101         * inferior.h (exit_inferior_num_silent): Don't declare.
7102
7103 2018-07-03  Tom Tromey  <tom@tromey.com>
7104
7105         PR cli/23340:
7106         * darwin-nat.c (darwin_attach_pid): Reset inferior and
7107         inferior_ptid on error.
7108
7109 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
7110             Simon Marchi  <simon.marchi@polymtl.ca>
7111
7112         PR tdep/8282
7113         * disasm.h (gdb_disassembler): Add
7114         `m_disassembler_options_holder'. member
7115         * disasm.c (get_all_disassembler_options): New function.
7116         (gdb_disassembler::gdb_disassembler): Use it.
7117         (gdb_buffered_insn_length_init_dis): Likewise.
7118         (gdb_buffered_insn_length): Adjust accordingly.
7119         (set_disassembler_options): Handle options with arguments.
7120         (show_disassembler_options_sfunc): Likewise.  Add a leading new
7121         line if showing options with descriptions.
7122         (disassembler_options_completer): Adapt to using the
7123         `disasm_options_and_args_t' structure.
7124         * mips-tdep.c (mips_disassembler_options): New variable.
7125         (mips_disassembler_options_o32): Likewise.
7126         (mips_disassembler_options_n32): Likewise.
7127         (mips_disassembler_options_n64): Likewise.
7128         (gdb_print_insn_mips): Don't set `disassembler_options'.
7129         (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): Remove
7130         functions.
7131         (mips_gdbarch_init): Always set `gdbarch_print_insn' to
7132         `gdb_print_insn_mips'.  Set `gdbarch_disassembler_options',
7133         `gdbarch_disassembler_options_implicit' and
7134         `gdbarch_valid_disassembler_options'.
7135         * arm-tdep.c (_initialize_arm_tdep): Adapt to using the
7136         `disasm_options_and_args_t' structure.
7137         * gdbarch.sh (disassembler_options_implicit): New `gdbarch'
7138         method.
7139         (valid_disassembler_options): Switch from `disasm_options_t' to
7140         the `disasm_options_and_args_t' structure.
7141         * NEWS: Document `set disassembler-options' support for the MIPS
7142         target.
7143         * gdbarch.h: Regenerate.
7144         * gdbarch.c: Regenerate.
7145
7146 2018-07-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7147
7148         * riscv-tdep.c (riscv_register_aliases): Swap "fp" and "s0" entries.
7149
7150 2018-06-29  Joel Brobecker  <brobecker@adacore.com>
7151
7152         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing
7153         parameter in call to amd64_target_description.
7154         * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
7155         * amd64-fbsd-tdep.c (amd64fbsd_core_read_description)
7156         (amd64fbsd_init_abi): Likewise.
7157         * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise.
7158         * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
7159         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
7160         * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise.
7161
7162 2018-06-29  Pedro Alves  <palves@redhat.com>
7163
7164         * gdb/amd64-tdep.h (amd64_create_target_description): Add
7165         "segments" parameter.
7166         * gdb/amd64-tdep.c (amd64_none_init_abi, amd64_x32_none_init_abi)
7167         (_initialize_amd64_tdep): Update call to
7168         amd64_create_target_description.
7169         (amd64_target_description): Add "segments" parameter.  Adjust
7170         the implementation to use it.
7171         * gdb/amd64-linux-tdep.c (amd64_linux_read_description): Update
7172         call to amd64_create_target_description.
7173         * gdb/amd64-windows-tdep.c (amd64_windows_init_abi): Likewise.
7174         * gdb/arch/amd64.h (amd64_create_target_description): Add
7175         "segments" register.
7176         * gdb/arch/amd64.c (amd64_create_target_description): Add
7177         "segments" parameter.  Call create_feature_i386_64bit_segments
7178         only if SEGMENTS is true.
7179         * gdb/gdbserver/win32-i386-low.c (i386_arch_setup): Update
7180         call to amd64_create_target_description.
7181
7182 2018-06-29  Pedro Alves  <palves@redhat.com>
7183
7184         * thread.c (thread_target_id_str): New, factored out from ...
7185         (print_thread_info_1): ... here.  Use it to compute the max
7186         "Target Id" column width.
7187
7188 2018-06-29  Pedro Alves  <palves@redhat.com>
7189
7190         * remote.c (remote_target::extra_thread_info): Delete
7191         'display_buf' and 'n' locals.  from the cache, regardless of
7192         packet mechanims is in use.  Use cache for qThreadExtra and qP
7193         methods too.
7194
7195 2018-06-29  Pedro Alves  <palves@redhat.com>
7196
7197         * blockframe.c (find_pc_sect_containing_function): New function.
7198         * breakpoint.c (print_breakpoint_location): Don't call
7199         find_pc_sect_function.
7200         * linespec.c (create_sals_line_offset): Record the location's
7201         symbol in the sal.
7202         * linespec.c (convert_address_location_to_sals): Fill in sal's
7203         symbol with find_pc_sect_containing_function.
7204         * symtab.c (find_function_start_sal): Rename to ...
7205         (find_function_start_sal_1): ... this.
7206         (find_function_start_sal): Reimplement as wrapper around
7207         find_function_start_sal_1, and use
7208         find_pc_sect_containing_function to fill in the sal's symbol.
7209         (find_function_start_sal(symbol*, bool)): Adjust.
7210         * symtab.h (find_pc_function, find_pc_sect_function): Adjust
7211         comments.
7212         (find_pc_sect_containing_function): Declare.
7213
7214 2018-06-29  Pedro Alves  <palves@redhat.com>
7215
7216         * inline-frame.c (stopped_by_user_bp_inline_frame): Return
7217         true if the the location has no symbol.
7218
7219 2018-06-28  Tom Tromey  <tom@tromey.com>
7220
7221         * NEWS: Mention --enable-codesign.
7222         * silent-rules.mk (ECHO_SIGN): New variable.
7223         * configure.ac: Add --enable-codesign.
7224         * configure: Rebuild.
7225         * Makefile.in (CODESIGN, CODESIGN_CERT): New variables.
7226         (gdb$(EXEEXT)): Optionally invoke codesign.
7227
7228 2018-06-28  Pedro Alves  <palves@redhat.com>
7229
7230         * gdbthread.h (struct thread_suspend_state) <stop_pc>: Extend
7231         comments.
7232         (switch_to_thread_no_regs): Adjust comment.
7233         * infcmd.c (stop_pc): Delete.
7234         (post_create_inferior, info_program_command): Replace references
7235         to stop_pc with references to thread_info->suspend.stop_pc.
7236         * inferior.h (stop_pc): Delete declaration.
7237         * infrun.c (proceed, handle_syscall_event, fill_in_stop_func)
7238         (handle_inferior_event_1, handle_signal_stop)
7239         (process_event_stop_test, keep_going_stepped_thread)
7240         (handle_step_into_function, handle_step_into_function_backward)
7241         (print_stop_location): Replace references to stop_pc with
7242         references to thread_info->suspend.stop_pc.
7243         (struct infcall_suspend_state) <stop_pc>: Delete field.
7244         (save_infcall_suspend_state, restore_infcall_suspend_state):
7245         Remove references to inf_stat->stop_pc.
7246         * linux-fork.c (fork_load_infrun_state): Likewise.
7247         * record-btrace.c (record_btrace_set_replay): Likewise.
7248         * record-full.c (record_full_goto_entry): Likewise.
7249         * remote.c (print_one_stopped_thread): Likewise.
7250         * target.c (target_resume): Extend comment.
7251         * thread.c (set_executing_thread): New.
7252         (set_executing): Use it.
7253         (switch_to_thread_no_regs, switch_to_no_thread, switch_to_thread):
7254         Remove references to stop_pc.
7255
7256 2018-06-28  Pedro Alves  <palves@redhat.com>
7257
7258         * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>:
7259         Moving fetching stop_pc until after ecs->event_thread is refreshed.
7260
7261 2018-06-28  Tom Tromey  <tom@tromey.com>
7262
7263         * coffread.c (coff_symfile_finish): Update.
7264         * xcoffread.c (xcoff_symfile_finish): Update.
7265         * elfread.c (elf_symfile_finish): Update.
7266         * symfile.h (dwarf2_free_objfile): Don't declare.
7267         * dwarf2read.c (_initialize_dwarf2_read): Use
7268         register_objfile_data_with_cleanup.
7269         (dwarf2_free_objfile): Now static.  Change signature.
7270
7271 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7272
7273         * symfile.c (add_symbol_file_command, _initialize_symfile): Add
7274         option "-o" to add-symbol-file-load to add an offset to each
7275         section's load address.
7276         * symfile.c (set_objfile_default_section_offset): New function.
7277
7278 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7279
7280         * symfile.c (add_symbol_file_command): Make sure that sections
7281         with the same name are sorted in the same order.
7282
7283 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7284
7285         * symfile.c (add_symbol_file_command, _initialize_symfile): Do not
7286         require the second argument.  If omitted, load sections at the
7287         addresses specified in the file.
7288
7289 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7290
7291         * symfile.c (symbol_file_command, symbol_file_add_main_1)
7292         (_initialize_symfile): Add option "-o" to symbol-file to add an
7293         offset to each section of the symbol file.
7294
7295 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
7296
7297         * MAINTAINERS (Write After Approval): Add Petr Tesarik.
7298
7299 2018-06-27  Tom Tromey  <tom@tromey.com>
7300
7301         * stack.c (_initialize_stack): Update "func" help text.
7302
7303 2018-06-27  Tom Tromey  <tom@tromey.com>
7304
7305         * python/py-unwind.c (unwind_info_object) <saved_regs>: Now a
7306         std::vector.
7307         (unwind_infopy_str, pyuw_create_unwind_info)
7308         (unwind_infopy_add_saved_register, pyuw_sniffer)
7309         (unwind_infopy_dealloc, unwind_infopy_add_saved_register):
7310         Update.
7311         (struct saved_reg): Add constructor.
7312         <value>: Now a gdbpy_ref<>.
7313
7314 2018-06-27  Tom Tromey  <tom@tromey.com>
7315
7316         * machoread.c (macho_symfile_read): Define "symbol_table" earlier.
7317
7318 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7319
7320         * gdb-gdb.py.in: Format using autopep8.
7321
7322 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7323
7324         * gdb-gdb.py.in (CoreAddrPrettyPrinter): New class.
7325         (type_lookup_function): Recognize CORE_ADDR values.
7326
7327 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7328
7329         * gdb-gdb.py.in (StructMainTypePrettyPrinter) <to_string>: Don't
7330         print tag_name.
7331
7332 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7333
7334         * gdb-gdb.py.in (TypeFlag) <__cmp__>: Remove.
7335         <__lt__>: Add.
7336
7337 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7338
7339         * gdb-gdb.py: Move to...
7340         * gdb-gdb.py.in: ... here.
7341         * configure.ac (AC_CONFIG_FILES): Add gdb-gdb.py.
7342         * Makefile.in (all): Add gdb-gdb.gdb and gdb-gdb.py as
7343         dependencies.
7344         (distclean): Remove gdb-gdb.py when cleaning.
7345         (gdb-gdb.py, gdb-gdb.gdb): New rules.
7346         * configure: Re-generate.
7347
7348 2018-06-27  Pedro Alves  <palves@redhat.com>
7349
7350         * proc-service.c (get_ps_regcache): New.
7351         (ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
7352         (ps_lsetfpregs): Use it.
7353
7354 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
7355
7356         PR gdb/21695
7357         * dwarf2read.c (lnp_state_machine::check_line_address): Update
7358         declaration.
7359         (dwarf_decode_lines_1): Adjust.
7360
7361 2018-06-27  Simon Marchi  <simon.marchi@ericsson.com>
7362
7363         * fbsd-nat.h (class fbsd_nat_target) <find_memory_regions>: Add
7364         override.
7365         <info_proc>: Likewise.
7366
7367 2018-06-26  Joel Brobecker  <brobecker@adacore.com>
7368
7369         * windows-nat.c (do_windows_fetch_inferior_registers): Rename
7370         to windows_fetch_one_register, and only handle the case of
7371         fetching one register.  Move the code that reloads the context
7372         and iterates over all registers if R is negative to...
7373         (windows_nat_target::fetch_registers): ... here.
7374         (do_windows_store_inferior_registers): Rename to
7375         windows_store_one_register, and only handle the case of storing
7376         one register.  Move the code that handles the case where r is
7377         negative to...
7378         (windows_nat_target::store_registers) ... here.
7379
7380 2018-06-26  Tom Tromey  <tom@tromey.com>
7381
7382         PR rust/22574:
7383         * typeprint.c (whatis_exp): Allow ptype/o for Rust.
7384         * rust-lang.c (rust_print_struct_def): Add podata parameter.
7385         Update.
7386         (rust_internal_print_type): Add podata parameter.
7387         (rust_print_type): Update.
7388
7389 2018-06-26  Tom Tromey  <tom@tromey.com>
7390
7391         * typeprint.h (struct print_offset_data) <update, finish,
7392         maybe_print_hole>: New methods.
7393         <indentation>: New constant.
7394         * typeprint.c (print_offset_data::indentation): Define.
7395         (print_offset_data::maybe_print_hole, print_offset_data::update)
7396         (print_offset_data::finish): Move from c-typeprint.c and rename.
7397         * c-typeprint.c (OFFSET_SPC_LEN): Remove.
7398         (print_spaces_filtered_with_print_options): Update.
7399         (c_print_type_union_field_offset, maybe_print_hole)
7400         (c_print_type_struct_field_offset): Move to typeprint.c and
7401         rename.
7402         (c_type_print_base_struct_union): Update.
7403
7404 2018-06-25  Pedro Alves  <palves@redhat.com>
7405
7406         * gdbthread.h (thread_info_ref, delete_thread)
7407         (delete_thread_silent, first_thread_of_inferior)
7408         (any_thread_of_inferior, switch_to_thread)
7409         (enable_thread_stack_temporaries)
7410         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7411         (get_last_thread_stack_temporary)
7412         (value_in_thread_stack_temporaries, can_access_registers_thread):
7413         Spell out "struct thread_info" instead of just "thread_info".
7414         * inferior.h (notice_new_inferior): Likewise.
7415
7416 2018-06-25  Pedro Alves  <palves@redhat.com>
7417
7418         * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7419         pass thread_info pointer to delete_thread.
7420         (windows_nat_target::detach): Pass inferior pointer to
7421         detach_inferior.
7422         * aix-thread.c (sync_threadlists): Pass thread_info pointer to
7423         delete_thread.
7424         * bsd-kvm.c (bsd_kvm_target::close): Use discard_all_inferiors.
7425         * darwin-nat.c (darwin_check_new_threads): Use find_thread_ptid
7426         and pass a thread_info pointer to delete_thread.
7427         * fbsd-nat.c (fbsd_nat_target::wait): Use find_thread_ptid and
7428         pass thread_info pointer to delete_thread.
7429         * go32-nat.c (go32_nat_target::mourn_inferior): Remove
7430         delete_thread_silent call.
7431         * procfs.c (procfs_target::detach): Pass inferior pointer to
7432         detach_inferior.
7433         (procfs_target::wait): Pass thread_info pointer to delete_thread.
7434         * remote-sim.c (gdbsim_target::mourn_inferior): Remove
7435         delete_thread_silent call.
7436         * windows-nat.c (windows_delete_thread): Use find_thread_ptid and
7437         pass thread_info pointer to delete_thread.
7438         (windows_nat_target::detach): Pass inferior pointer to
7439         delete_inferior.
7440
7441 2018-06-22  Alan Hayward  <alan.hayward@arm.com>
7442
7443         * regcache.c (readable_regcache::read_part): Fix asserts.
7444         (reg_buffer::raw_collect_part): New function.
7445         (regcache::write_part): Fix asserts.
7446         (reg_buffer::raw_supply_part): New function.
7447         (regcache::transfer_regset_register): New helper function.
7448         (regcache::transfer_regset): Call new functions.
7449         (regcache_supply_regset): Use gdb_byte*.
7450         (regcache::supply_regset): Likewise.
7451         (regcache_collect_regset): Likewise.
7452         (regcache::collect_regset): Likewise.
7453         * regcache.h (reg_buffer::raw_collect_part): New declaration.
7454         (reg_buffer::raw_supply_part): Likewise.
7455         (regcache::transfer_regset_register): Likewise.
7456         (regcache::transfer_regset): Use gdb_byte*.
7457
7458 2018-06-22  Alan Hayward  <alan.hayward@arm.com>
7459
7460         * nat/aarch64-sve-linux-ptrace.h (HAS_SVE_STATE): Use &.
7461
7462 2018-06-21  Pedro Alves  <palves@redhat.com>
7463
7464         * ada-lang.h (ada_get_task_number): Take a thread_info pointer
7465         instead of a ptid_t.  All callers adjusted.
7466         * ada-tasks.c (ada_get_task_number): Likewise.  All callers
7467         adjusted.
7468         (print_ada_task_info, display_current_task_id, task_command_1):
7469         Adjust.
7470         * breakpoint.c (watchpoint_in_thread_scope): Adjust to use
7471         inferior_thread.
7472         (breakpoint_kind): Adjust.
7473         (remove_breakpoints_pid): Rename to ...
7474         (remove_breakpoints_inf): ... this.  Adjust to take an inferior
7475         pointer.  All callers adjusted.
7476         (bpstat_clear_actions): Use inferior_thread.
7477         (get_bpstat_thread): New.
7478         (bpstat_do_actions): Use it.
7479         (bpstat_check_breakpoint_conditions, bpstat_stop_status): Adjust
7480         to take a thread_info pointer.  All callers adjusted.
7481         (set_longjmp_breakpoint_for_call_dummy, set_momentary_breakpoint)
7482         (breakpoint_re_set_thread): Use inferior_thread.
7483         * breakpoint.h (struct inferior): Forward declare.
7484         (bpstat_stop_status): Update.
7485         (remove_breakpoints_pid): Delete.
7486         (remove_breakpoints_inf): New.
7487         * bsd-uthread.c (bsd_uthread_target::wait)
7488         (bsd_uthread_target::update_thread_list): Use find_thread_ptid.
7489         * btrace.c (btrace_add_pc, btrace_enable, btrace_fetch)
7490         (maint_btrace_packet_history_cmd)
7491         (maint_btrace_clear_packet_history_cmd): Adjust.
7492         (maint_btrace_clear_cmd, maint_info_btrace_cmd): Adjust to use
7493         inferior_thread.
7494         * cli/cli-interp.c: Include "inferior.h".
7495         * common/refcounted-object.h (struct
7496         refcounted_object_ref_policy): New.
7497         * compile/compile-object-load.c: Include gdbthread.h.
7498         (store_regs): Use inferior_thread.
7499         * corelow.c (core_target::close): Use current_inferior.
7500         (core_target_open): Adjust to use first_thread_of_inferior and use
7501         the current inferior.
7502         * ctf.c (ctf_target::close): Adjust to use current_inferior.
7503         * dummy-frame.c (dummy_frame_id) <ptid>: Delete, replaced by ...
7504         <thread>: ... this new field.  All references adjusted.
7505         (dummy_frame_pop, dummy_frame_discard, register_dummy_frame_dtor):
7506         Take a thread_info pointer instead of a ptid_t.
7507         * dummy-frame.h (dummy_frame_push, dummy_frame_pop)
7508         (dummy_frame_discard, register_dummy_frame_dtor): Take a
7509         thread_info pointer instead of a ptid_t.
7510         * elfread.c: Include "inferior.h".
7511         (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop):
7512         Use inferior_thread.
7513         * eval.c (evaluate_subexp): Likewise.
7514         * frame.c (frame_pop, has_stack_frames, find_frame_sal): Use
7515         inferior_thread.
7516         * gdb_proc_service.h (struct thread_info): Forward declare.
7517         (struct ps_prochandle) <ptid>: Delete, replaced by ...
7518         <thread>: ... this new field.  All references adjusted.
7519         * gdbarch.h, gdbarch.c: Regenerate.
7520         * gdbarch.sh (get_syscall_number): Replace 'ptid' parameter with a
7521         'thread' parameter.  All implementations and callers adjusted.
7522         * gdbthread.h (thread_info) <set_running>: New method.
7523         (delete_thread, delete_thread_silent): Take a thread_info pointer
7524         instead of a ptid.
7525         (global_thread_id_to_ptid, ptid_to_global_thread_id): Delete.
7526         (first_thread_of_process): Delete, replaced by ...
7527         (first_thread_of_inferior): ... this new function.  All callers
7528         adjusted.
7529         (any_live_thread_of_process): Delete, replaced by ...
7530         (any_live_thread_of_inferior): ... this new function.  All callers
7531         adjusted.
7532         (switch_to_thread, switch_to_no_thread): Declare.
7533         (is_executing): Delete.
7534         (enable_thread_stack_temporaries): Update comment.
7535         <enable_thread_stack_temporaries>: Take a thread_info pointer
7536         instead of a ptid_t.  Incref the thread.
7537         <~enable_thread_stack_temporaries>: Decref the thread.
7538         <m_ptid>: Delete
7539         <m_thr>: New.
7540         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7541         (get_last_thread_stack_temporary)
7542         (value_in_thread_stack_temporaries, can_access_registers_thread):
7543         Take a thread_info pointer instead of a ptid_t.  All callers
7544         adjusted.
7545         * infcall.c (get_call_return_value): Use inferior_thread.
7546         (run_inferior_call): Work with thread pointers instead of ptid_t.
7547         (call_function_by_hand_dummy): Work with thread pointers instead
7548         of ptid_t.  Use thread_info_ref.
7549         * infcmd.c (proceed_thread_callback): Access thread's state
7550         directly.
7551         (ensure_valid_thread, ensure_not_running): Use inferior_thread,
7552         access thread's state directly.
7553         (continue_command): Use inferior_thread.
7554         (info_program_command): Use find_thread_ptid and access thread
7555         state directly.
7556         (proceed_after_attach_callback): Use thread state directly.
7557         (notice_new_inferior): Take a thread_info pointer instead of a
7558         ptid_t.  All callers adjusted.
7559         (exit_inferior): Take an inferior pointer instead of a pid.  All
7560         callers adjusted.
7561         (exit_inferior_silent): New.
7562         (detach_inferior): Delete.
7563         (valid_gdb_inferior_id, pid_to_gdb_inferior_id)
7564         (gdb_inferior_id_to_pid, in_inferior_list): Delete.
7565         (detach_inferior_command, kill_inferior_command): Use
7566         find_inferior_id instead of valid_gdb_inferior_id and
7567         gdb_inferior_id_to_pid.
7568         (inferior_command): Use inferior and thread pointers.
7569         * inferior.h (struct thread_info): Forward declare.
7570         (notice_new_inferior): Take a thread_info pointer instead of a
7571         ptid_t.  All callers adjusted.
7572         (detach_inferior): Delete declaration.
7573         (exit_inferior, exit_inferior_silent): Take an inferior pointer
7574         instead of a pid.  All callers adjusted.
7575         (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
7576         (valid_gdb_inferior_id): Delete.
7577         * infrun.c (follow_fork_inferior, proceed_after_vfork_done)
7578         (handle_vfork_child_exec_or_exit, follow_exec): Adjust.
7579         (struct displaced_step_inferior_state) <pid>: Delete, replaced by
7580         ...
7581         <inf>: ... this new field.
7582         <step_ptid>: Delete, replaced by ...
7583         <step_thread>: ... this new field.
7584         (get_displaced_stepping_state): Take an inferior pointer instead
7585         of a pid.  All callers adjusted.
7586         (displaced_step_in_progress_any_inferior): Adjust.
7587         (displaced_step_in_progress_thread): Take a thread pointer instead
7588         of a ptid_t.  All callers adjusted.
7589         (displaced_step_in_progress, add_displaced_stepping_state): Take
7590         an inferior pointer instead of a pid.  All callers adjusted.
7591         (get_displaced_step_closure_by_addr): Adjust.
7592         (remove_displaced_stepping_state): Take an inferior pointer
7593         instead of a pid.  All callers adjusted.
7594         (displaced_step_prepare_throw, displaced_step_prepare)
7595         (displaced_step_fixup): Take a thread pointer instead of a ptid_t.
7596         All callers adjusted.
7597         (start_step_over): Adjust.
7598         (infrun_thread_ptid_changed): Remove bit updating ptids in the
7599         displaced step queue.
7600         (do_target_resume): Adjust.
7601         (fetch_inferior_event): Use inferior_thread.
7602         (context_switch, get_inferior_stop_soon): Take an
7603         execution_control_state pointer instead of a ptid_t.  All callers
7604         adjusted.
7605         (switch_to_thread_cleanup): Delete.
7606         (stop_all_threads): Use scoped_restore_current_thread.
7607         * inline-frame.c: Include "gdbthread.h".
7608         (inline_state) <inline_state>: Take a thread pointer instead of a
7609         ptid_t.  All callers adjusted.
7610         <ptid>: Delete, replaced by ...
7611         <thread>: ... this new field.
7612         (find_inline_frame_state): Take a thread pointer instead of a
7613         ptid_t.  All callers adjusted.
7614         (skip_inline_frames, step_into_inline_frame)
7615         (inline_skipped_frames, inline_skipped_symbol): Take a thread
7616         pointer instead of a ptid_t.  All callers adjusted.
7617         * inline-frame.h (skip_inline_frames, step_into_inline_frame)
7618         (inline_skipped_frames, inline_skipped_symbol): Likewise.
7619         * linux-fork.c (delete_checkpoint_command): Adjust to use thread
7620         pointers directly.
7621         * linux-nat.c (get_detach_signal): Likewise.
7622         * linux-thread-db.c (thread_from_lwp): New 'stopped' parameter.
7623         (thread_db_notice_clone): Adjust.
7624         (thread_db_find_new_threads_silently)
7625         (thread_db_find_new_threads_2, thread_db_find_new_threads_1): Take
7626         a thread pointer instead of a ptid_t.  All callers adjusted.
7627         * mi/mi-cmd-var.c: Include "inferior.h".
7628         (mi_cmd_var_update_iter): Update to use thread pointers.
7629         * mi/mi-interp.c (mi_new_thread): Update to use the thread's
7630         inferior directly.
7631         (mi_output_running_pid, mi_inferior_count): Delete, bits factored
7632         out to ...
7633         (mi_output_running): ... this new function.
7634         (mi_on_resume_1): Adjust to use it.
7635         (mi_user_selected_context_changed): Adjust to use inferior_thread.
7636         * mi/mi-main.c (proceed_thread): Adjust to use thread pointers
7637         directly.
7638         (interrupt_thread_callback): : Adjust to use thread and inferior
7639         pointers.
7640         * proc-service.c: Include "gdbthread.h".
7641         (ps_pglobal_lookup): Adjust to use the thread's inferior directly.
7642         * progspace-and-thread.c: Include "inferior.h".
7643         * progspace.c: Include "inferior.h".
7644         * python/py-exitedevent.c (create_exited_event_object): Adjust to
7645         hold a reference to an inferior_object.
7646         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust to use
7647         inferior_thread.
7648         * python/py-inferior.c (struct inferior_object): Give the type a
7649         tag name instead of a typedef.
7650         (python_on_normal_stop): No need to check if the current thread is
7651         listed.
7652         (inferior_to_inferior_object): Change return type to
7653         inferior_object.  All callers adjusted.
7654         (find_thread_object): Delete, bits factored out to ...
7655         (thread_to_thread_object): ... this new function.
7656         * python/py-infthread.c (create_thread_object): Use
7657         inferior_to_inferior_object.
7658         (thpy_is_stopped): Use thread pointer directly.
7659         (gdbpy_selected_thread): Use inferior_thread.
7660         * python/py-record-btrace.c (btpy_list_object) <ptid>: Delete
7661         field, replaced with ...
7662         <thread>: ... this new field.  All users adjusted.
7663         (btpy_insn_or_gap_new): Drop const.
7664         (btpy_list_new): Take a thread pointer instead of a ptid_t.  All
7665         callers adjusted.
7666         * python/py-record.c: Include "gdbthread.h".
7667         (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
7668         a ptid_t.  All callers adjusted.
7669         (gdbpy_current_recording): Use inferior_thread.
7670         * python/py-record.h (recpy_record_object) <ptid>: Delete
7671         field, replaced with ...
7672         <thread>: ... this new field.  All users adjusted.
7673         (recpy_element_object) <ptid>: Delete
7674         field, replaced with ...
7675         <thread>: ... this new field.  All users adjusted.
7676         (recpy_insn_new, recpy_func_new): Take a thread pointer instead of
7677         a ptid_t.  All callers adjusted.
7678         * python/py-threadevent.c: Include "gdbthread.h".
7679         (get_event_thread): Use thread_to_thread_object.
7680         * python/python-internal.h (struct inferior_object): Forward
7681         declare.
7682         (find_thread_object, find_inferior_object): Delete declarations.
7683         (thread_to_thread_object, inferior_to_inferior_object): New
7684         declarations.
7685         * record-btrace.c: Include "inferior.h".
7686         (require_btrace_thread): Use inferior_thread.
7687         (record_btrace_frame_sniffer)
7688         (record_btrace_tailcall_frame_sniffer): Use inferior_thread.
7689         (get_thread_current_frame): Use scoped_restore_current_thread and
7690         switch_to_thread.
7691         (get_thread_current_frame): Use thread pointer directly.
7692         (record_btrace_replay_at_breakpoint): Use thread's inferior
7693         pointer directly.
7694         * record-full.c: Include "inferior.h".
7695         * regcache.c: Include "gdbthread.h".
7696         (get_thread_arch_regcache): Use the inferior's address space
7697         directly.
7698         (get_thread_regcache, registers_changed_thread): New.
7699         * regcache.h (get_thread_regcache(thread_info *thread)): New
7700         overload.
7701         (registers_changed_thread): New.
7702         (remote_target) <remote_detach_1>: Swap order of parameters.
7703         (remote_add_thread): <remote_add_thread>: Return the new thread.
7704         (get_remote_thread_info(ptid_t)): New overload.
7705         (remote_target::remote_notice_new_inferior): Use thread pointers
7706         directly.
7707         (remote_target::process_initial_stop_replies): Use
7708         thread_info::set_running.
7709         (remote_target::remote_detach_1, remote_target::detach)
7710         (extended_remote_target::detach): Adjust.
7711         * stack.c (frame_show_address): Use inferior_thread.
7712         * target-debug.h (target_debug_print_thread_info_pp): New.
7713         * target-delegates.c: Regenerate.
7714         * target.c (default_thread_address_space): Delete.
7715         (memory_xfer_partial_1): Use current_inferior.
7716         (target_detach): Use current_inferior.
7717         (target_thread_address_space): Delete.
7718         (generic_mourn_inferior): Use current_inferior.
7719         * target.h (struct target_ops) <thread_address_space>: Delete.
7720         (target_thread_address_space): Delete.
7721         * thread.c (init_thread_list): Use ALL_THREADS_SAFE.  Use thread
7722         pointers directly.
7723         (delete_thread_1, delete_thread, delete_thread_silent): Take a
7724         thread pointer instead of a ptid_t.  Adjust all callers.
7725         (ptid_to_global_thread_id, global_thread_id_to_ptid): Delete.
7726         (first_thread_of_process): Delete, replaced by ...
7727         (first_thread_of_inferior): ... this new function.  All callers
7728         adjusted.
7729         (any_thread_of_process): Rename to ...
7730         (any_thread_of_inferior): ... this, and take an inferior pointer.
7731         (any_live_thread_of_process): Rename to ...
7732         (any_live_thread_of_inferior): ... this, and take an inferior
7733         pointer.
7734         (thread_stack_temporaries_enabled_p, push_thread_stack_temporary)
7735         (value_in_thread_stack_temporaries)
7736         (get_last_thread_stack_temporary): Take a thread pointer instead
7737         of a ptid_t.  Adjust all callers.
7738         (thread_info::set_running): New.
7739         (validate_registers_access): Use inferior_thread.
7740         (can_access_registers_ptid): Rename to ...
7741         (can_access_registers_thread): ... this, and take a thread
7742         pointer.
7743         (print_thread_info_1): Adjust to compare thread pointers instead
7744         of ptids.
7745         (switch_to_no_thread, switch_to_thread): Make extern.
7746         (scoped_restore_current_thread::~scoped_restore_current_thread):
7747         Use m_thread pointer directly.
7748         (scoped_restore_current_thread::scoped_restore_current_thread):
7749         Use inferior_thread.
7750         (thread_command): Use thread pointer directly.
7751         (thread_num_make_value_helper): Use inferior_thread.
7752         * top.c (execute_command): Use inferior_thread.
7753         * tui/tui-interp.c: Include "inferior.h".
7754         * varobj.c (varobj_create): Use inferior_thread.
7755         (value_of_root_1): Use find_thread_global_id instead of
7756         global_thread_id_to_ptid.
7757
7758 2018-06-21  Alan Hayward  <alan.hayward@arm.com>
7759
7760         * regcache.c (readable_regcache::read_part): Avoid memcpy when
7761         possible.
7762         (regcache::write_part): Likewise.
7763         (readable_regcache::cooked_read_part): Update comment.
7764         (readable_regcache::cooked_write_part): Likewise.
7765         * regcache.h: (readable_regcache::read_part): Likewise.
7766         (regcache::write_part): Likewise.
7767
7768 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
7769             Dirk Schubert  <dirk.schubert@arm.com>
7770
7771         * aarch64-linux-nat.c (post_attach): New.
7772         (aarch64_linux_nat_target::post_attach): Override post_attach to
7773         record the number of hardware debug registers.
7774
7775 2018-06-20  Tom Tromey  <tom@tromey.com>
7776
7777         * python/py-param.c (add_setshow_generic): Make parameters const.
7778         (parmpy_init): Update.
7779
7780 2018-06-20  Simon Marchi  <simon.marchi@polymtl.ca>
7781
7782         * regcache.h (regcache_cooked_read_ftype): Rename to...
7783         (register_read_ftype): ...this, change type to function_view.
7784         (class reg_buffer) <save>: Remove src parameter.
7785         (readonly_detached_regcache) <readonly_detached_regcache>: Make
7786         parameter non-const in first overload.  Remove src parameter in
7787         second overload.
7788         * regcache.c (do_cooked_read): Remove.
7789         (readonly_detached_regcache::readonly_detached_regcache): Make
7790         parameter non-const, adjust call to other constructor.
7791         (reg_buffer::save): Remove src parameter.
7792         * frame.c (do_frame_register_read): Remove.
7793         (frame_save_as_regcache): Use lambda function.
7794         * ppc-linux-tdep.c (ppu2spu_unwind_register): Change type of src
7795         parameter to ppu2spu_data *.
7796         (ppu2spu_sniffer): Use lambda function.
7797
7798 2018-06-20  Simon Marchi  <simon.marchi@polymtl.ca>
7799
7800         * record-full.c (record_full_target::insert_breakpoint): Remove
7801         "struct" keyword, add const.
7802
7803 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
7804
7805         * common/common-defs.h (PACKAGE_NAME, PACKAGE_VERSION,
7806         PACKAGE_STRING, PACKAGE_TARNAME): Undefine.
7807         * configure.ac: Remove AC_PREREQ, add missing quoting.
7808         * gnulib/configure.ac: Modernize usage of
7809         AC_INIT/AM_INIT_AUTOMAKE.  Remove AC_PREREQ.
7810         * gnulib/update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69.
7811         (AUTOMAKE_VERSION): Bump to 1.15.1.
7812         * configure: Re-generate.
7813         * config.in: Re-generate.
7814         * aclocal.m4: Re-generate.
7815         * gnulib/aclocal.m4: Re-generate.
7816         * gnulib/config.in: Re-generate.
7817         * gnulib/configure: Re-generate.
7818         * gnulib/import/Makefile.in: Re-generate.
7819
7820 2018-06-19  Pedro Alves  <palves@redhat.com>
7821
7822         * minsyms.c (msym_prefer_to_msym_type): New, factored out from ...
7823         (lookup_minimal_symbol_by_pc_section): ... here with
7824         gdb_assert_not_reached added.
7825
7826 2018-06-19  Pedro Alves  <palves@redhat.com>
7827
7828         * inline-frame.c (stopped_by_user_bp_inline_frame): Replace PC
7829         parameter with a block parameter.  Compare location's block symbol
7830         with the frame's block instead of addresses.
7831         (skip_inline_frames): Pass the current block instead of the
7832         frame's address.  Break out as soon as we determine the frame
7833         should not be skipped.
7834
7835 2018-06-18  Tom Tromey  <tom@tromey.com>
7836
7837         * solib-aix.c (solib_aix_get_section_offsets): Return
7838         unique_xmalloc_ptr.
7839         (solib_aix_solib_create_inferior_hook): Update.
7840
7841 2018-06-18  Tom Tromey  <tom@tromey.com>
7842
7843         * solib-darwin.c (darwin_current_sos): Use unique_xmalloc_ptr.
7844
7845 2018-06-18  Tom Tromey  <tom@tromey.com>
7846
7847         * solib-frv.c (frv_relocate_main_executable): Use
7848         unique_xmalloc_ptr.
7849         * solib-dsbt.c (dsbt_relocate_main_executable): Use
7850         unique_xmalloc_ptr.
7851
7852 2018-06-18  Tom Tromey  <tom@tromey.com>
7853
7854         * objfiles.h (inhibit_section_map_updates): Update.
7855         (resume_section_map_updates, resume_section_map_updates_cleanup):
7856         Remove.
7857         * solib-svr4.c (svr4_handle_solib_event): Update.
7858         * objfiles.c (inhibit_section_map_updates): Return
7859         scoped_restore_tmpl<int>.
7860         (resume_section_map_updates, resume_section_map_updates_cleanup):
7861         Remove.
7862
7863 2018-06-18  Tom Tromey  <tom@tromey.com>
7864
7865         * valprint.h (read_string): Update.
7866         * valprint.c (read_string): Change type of "buffer".
7867         (val_print_string): Update.
7868         * python/py-value.c (valpy_string): Update.
7869         * language.h (struct language_defn) <la_get_string>: Change
7870         type of "buffer".
7871         (default_get_string, c_get_string): Update.
7872         * language.c (default_get_string): Change type of "buffer".
7873         * guile/scm-value.c (gdbscm_value_to_string): Update.
7874         * c-lang.c (c_get_string): Change type of "buffer".
7875
7876 2018-06-18  Tom Tromey  <tom@tromey.com>
7877
7878         * ser-mingw.c (struct pipe_state_destroyer): New.
7879         (pipe_state_up): New typedef.
7880         (cleanup_pipe_state): Remove.
7881         (pipe_windows_open): Use pipe_state_up.  Don't release argv.
7882
7883 2018-06-18  Tom Tromey  <tom@tromey.com>
7884
7885         * rust-lang.h (rust_yyerror): Don't declare.
7886         * rust-lang.c (rust_language_defn): Update.
7887         * rust-exp.y (yyerror): Now static.
7888         * parse.c (parse_exp_in_context_1): Update.
7889         * p-lang.h (p_yyerror): Don't declare.
7890         * p-lang.c (p_language_defn): Update.
7891         * p-exp.y (yyerror): Now static.
7892         * opencl-lang.c (opencl_language_defn): Update.
7893         * objc-lang.c (objc_language_defn): Update.
7894         * m2-lang.h (m2_yyerror): Don't declare.
7895         * m2-lang.c (m2_language_defn): Update.
7896         * m2-exp.y (yyerror): Now static.
7897         * language.h (struct language_defn) <la_error>: Remove.
7898         * language.c (unk_lang_error): Remove.
7899         (unknown_language_defn, auto_language_defn): Remove.
7900         * go-lang.h (go_yyerror): Don't declare.
7901         * go-lang.c (go_language_defn): Update.
7902         * go-exp.y (yyerror): Now static.
7903         * f-lang.h (f_yyerror): Don't declare.
7904         * f-lang.c (f_language_defn): Update.
7905         * f-exp.y (yyerror): Now static.
7906         * d-lang.h (d_yyerror): Don't declare.
7907         * d-lang.c (d_language_defn): Update.
7908         * d-exp.y (yyerror): Now static.
7909         * c-lang.h (c_yyerror): Don't declare.
7910         * c-lang.c (c_language_defn, cplus_language_defn)
7911         (asm_language_defn, minimal_language_defn): Update.
7912         * c-exp.y (yyerror): Now static.
7913         * ada-lang.h (ada_yyerror): Don't declare.
7914         * ada-lang.c (ada_language_defn): Update.
7915         * ada-exp.y (yyerror): Now static.
7916
7917 2018-06-18  Alan Hayward  <alan.hayward@arm.com>
7918
7919         * aarch64-linux-nat.c (fetch_sveregs_from_thread): New function.
7920         (store_sveregs_to_thread): Likewise.
7921         (aarch64_linux_fetch_inferior_registers): Check for SVE.
7922         (aarch64_linux_store_inferior_registers): Likewise.
7923         * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_get_sveregs): New
7924         function.
7925         (aarch64_sve_regs_copy_to_regcache): Likewise.
7926         (aarch64_sve_regs_copy_from_regcache): Likewise.
7927         * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_sveregs): New
7928         declaration.
7929         (aarch64_sve_regs_copy_to_regcache): Likewise.
7930         (aarch64_sve_regs_copy_from_regcache): Likewise.
7931         (sve_context): Structure from Linux headers.
7932         (SVE_SIG_ZREGS_SIZE): Define from Linux headers.
7933         (SVE_SIG_ZREG_SIZE): Likewise.
7934         (SVE_SIG_PREG_SIZE): Likewise.
7935         (SVE_SIG_FFR_SIZE): Likewise.
7936         (SVE_SIG_REGS_OFFSET): Likewise.
7937         (SVE_SIG_ZREGS_OFFSET): Likewise.
7938         (SVE_SIG_ZREG_OFFSET): Likewise.
7939         (SVE_SIG_ZREGS_SIZE): Likewise.
7940         (SVE_SIG_PREGS_OFFSET): Likewise.
7941         (SVE_SIG_PREG_OFFSET): Likewise.
7942         (SVE_SIG_PREGS_SIZE): Likewise.
7943         (SVE_SIG_FFR_OFFSET): Likewise.
7944         (SVE_SIG_REGS_SIZE): Likewise.
7945         (SVE_SIG_CONTEXT_SIZE): Likewise.
7946         (SVE_PT_REGS_MASK): Likewise.
7947         (SVE_PT_REGS_FPSIMD): Likewise.
7948         (SVE_PT_REGS_SVE): Likewise.
7949         (SVE_PT_VL_INHERIT): Likewise.
7950         (SVE_PT_VL_ONEXEC): Likewise.
7951         (SVE_PT_REGS_OFFSET): Likewise.
7952         (SVE_PT_FPSIMD_OFFSET): Likewise.
7953         (SVE_PT_FPSIMD_SIZE): Likewise.
7954         (SVE_PT_SVE_ZREG_SIZE): Likewise.
7955         (SVE_PT_SVE_PREG_SIZE): Likewise.
7956         (SVE_PT_SVE_FFR_SIZE): Likewise.
7957         (SVE_PT_SVE_FPSR_SIZE): Likewise.
7958         (SVE_PT_SVE_FPCR_SIZE): Likewise.
7959         (__SVE_SIG_TO_PT): Likewise.
7960         (SVE_PT_SVE_OFFSET): Likewise.
7961         (SVE_PT_SVE_ZREGS_OFFSET): Likewise.
7962         (SVE_PT_SVE_ZREG_OFFSET): Likewise.
7963         (SVE_PT_SVE_ZREGS_SIZE): Likewise.
7964         (SVE_PT_SVE_PREGS_OFFSET): Likewise.
7965         (SVE_PT_SVE_PREG_OFFSET): Likewise.
7966         (SVE_PT_SVE_PREGS_SIZE): Likewise.
7967         (SVE_PT_SVE_FFR_OFFSET): Likewise.
7968         (SVE_PT_SVE_FPSR_OFFSET): Likewise.
7969         (SVE_PT_SVE_FPCR_OFFSET): Likewise.
7970         (SVE_PT_SVE_SIZE): Likewise.
7971         (SVE_PT_SIZE): Likewise.
7972         (HAS_SVE_STATE): New define.
7973
7974 2018-06-18  Alan Hayward  <alan.hayward@arm.com>
7975
7976         * nat/aarch64-sve-linux-sigcontext.h: New file.
7977         * nat/aarch64-sve-linux-ptrace.h (SVE_VQ_BYTES): Move to
7978         new files.
7979         (SVE_VQ_MIN): Likewise.
7980         (SVE_VQ_MAX): Likewise.
7981         (SVE_VL_MIN): Likewise.
7982         (SVE_VL_MAX): Likewise.
7983         (SVE_NUM_ZREGS): Likewise.
7984         (SVE_NUM_PREGS): Likewise.
7985         (sve_vl_valid): Likewise.
7986         (struct user_sve_header): Likewise.
7987
7988 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
7989             Richard Bunt <Richard.Bunt@arm.com>
7990
7991         * linux-nat.c (stop_wait_callback): Don't discard SIGSTOP if it
7992         was requested by GDB.
7993
7994 2018-06-15  Tom de Vries  <tdevries@suse.de>
7995
7996         * MAINTAINERS (Write After Approval): Add Tom de Vries.
7997
7998 2018-06-14  Simon Marchi  <simon.marchi@polymtl.ca>
7999
8000         * gnulib/update-gnulib.sh: Print expected versions of
8001         autoconf/aclocal.
8002
8003 2018-06-14  Simon Marchi  <simon.marchi@ericsson.com>
8004
8005         * arch-utils.c (default_type_align): Use type_length_units.
8006         * gdbtypes.c (type_align): Use type_length_units.
8007
8008 2018-06-14  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8009
8010         * cli/cli-script.c (_initialize_cli_script): Fix online documentation
8011         of 'define' command.
8012
8013 2018-06-14  Tom de Vries  <tdevries@suse.de>
8014
8015         PR cli/22573
8016         * infcmd.c (print_return_value_1): Use get_user_print_options instead of
8017         get_no_prettyformat_print_options.
8018
8019 2018-06-13  Simon Marchi  <simon.marchi@ericsson.com>
8020
8021         * sparc-nat.h: Include target.h.
8022         * sparc64-linux-nat.c (class sparc64_linux_nat_target)
8023         <fetch_registers>: Remove this argument in function call.
8024         <store_registers>: Remove this argument in function call, remove
8025         extra semicolon.
8026         <low_forget_process>: Call sparc64_forget_process instead of
8027         sparc_forget_process.
8028
8029 2018-06-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8030
8031         * procfs.c (_initialize_procfs): Use add_inf_child_target.
8032         (procfs_target::make_corefile_notes): Adjust to new
8033         target_read_alloc return type.
8034
8035 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8036             Stephen Roberts  <stephen.roberts@arm.com>
8037
8038         PR gdb/22882
8039         * infrun.c (fetch_inferior_event): If GDB is not proceeding then
8040         run INF_EXEC_COMPLETE handler, even when not calling normal_stop.
8041         Move should_notify_stop local into more inner scope.
8042
8043 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8044             Stephen Roberts  <stephen.roberts@arm.com>
8045
8046         PR gdb/22882
8047         * infrun.c (resume_1): Add call to mark_async_event_handler.
8048
8049 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8050
8051         * infrun.c (do_target_wait): Change old version of $pc printed.
8052
8053 2018-06-11  Simon Marchi  <simon.marchi@ericsson.com>
8054
8055         * dwarf2read.c (read_index_from_section): Rename to...
8056         (read_gdb_index_from_section): ... this, update all callers.
8057         (dwarf2_read_index): Rename to...
8058         (dwarf2_read_gdb_index): ... this, update all callers.
8059
8060 2018-06-11  John David Anglin  <danglin@gcc.gnu.org>
8061
8062         * hppa-linux-nat.c
8063         (hppa_linux_nat_target::fetch_inferior_registers): Rename to
8064         hppa_linux_nat_target::fetch_registers.
8065
8066 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
8067
8068         * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Add mappings.
8069         * aarch64-tdep.h (AARCH64_DWARF_SVE_VG): Add define.
8070         (AARCH64_DWARF_SVE_FFR): Likewise.
8071         (AARCH64_DWARF_SVE_P0): Likewise.
8072         (AARCH64_DWARF_SVE_Z0): Likewise.
8073
8074 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
8075
8076         * common/common-regcache.h (raw_compare): New function.
8077         * regcache.c (regcache::raw_compare): Likewise.
8078         * regcache.h (regcache::raw_compare): New declaration.
8079
8080 2018-06-11  Alan Hayward  <alan.hayward@arm.com>
8081
8082         * common/common-regcache.h (reg_buffer_common): New structure.
8083         * regcache.c (reg_buffer::invalidate): Move from detached_regcache.
8084         (reg_buffer::raw_supply): Likewise.
8085         (reg_buffer::raw_supply_integer): Likewise.
8086         (reg_buffer::raw_supply_zeroed): Likewise.
8087         (reg_buffer::raw_collect): Likewise.
8088         (reg_buffer::raw_collect_integer): Likewise.
8089         * regcache.h (reg_buffer::invalidate): Move from detached_regcache.
8090         (reg_buffer::raw_supply): Likewise.
8091         (reg_buffer::raw_supply_integer): Likewise.
8092         (reg_buffer::raw_supply_zeroed): Likewise.
8093         (reg_buffer::raw_collect): Likewise.
8094         (reg_buffer::raw_collect_integer): Likewise.
8095
8096 2018-06-10  Tom Tromey  <tom@tromey.com>
8097
8098         * remote.c (stop_reply_p): Remove typedef.  Don't declare queue.
8099         (class remote_state) <stop_reply_queue>: Now std::vector.
8100         (remote_state::~remote_state)
8101         (remote_target::stop_reply_queue_length): Update.
8102         (struct queue_iter_param, remove_child_of_pending_fork)
8103         (struct check_pending_event_prevents_wildcard_vcont_callback_data)
8104         (check_pending_event_prevents_wildcard_vcont_callback)
8105         (remove_stop_reply_for_inferior)
8106         (remove_stop_reply_of_remote_state)
8107         (remote_notif_remove_once_on_match)
8108         (stop_reply_match_ptid_and_ws)
8109         (remote_kill_child_of_pending_fork): Remove.
8110         (remote_target::remove_new_fork_children)
8111         (remote_target::check_pending_events_prevent_wildcard_vcont)
8112         (remote_target::discard_pending_stop_replies)
8113         (remote_target::discard_pending_stop_replies_in_queue)
8114         (remote_target::remote_notif_remove_queued_reply)
8115         (remote_target::queued_stop_reply)
8116         (remote_target::push_stop_reply, remote_target::peek_stop_reply)
8117         (remote_target::wait, remote_target::kill_new_fork_children)
8118         (remote_target::async): Update.
8119
8120 2018-06-10  Tom Tromey  <tom@tromey.com>
8121
8122         * record-full.c (record_full_arch_list_cleanups): Remove.
8123         (record_full_message): Use try/catch.
8124         (record_full_wait_cleanups): Remove.
8125         (record_full_wait_1): Use try/catch.
8126         (record_full_restore): Likewise.
8127
8128 2018-06-10  Tom Tromey  <tom@tromey.com>
8129
8130         * record-full.c (record_full_breakpoint_p): Remove typedef.  Don't
8131         declare VEC.  Add constructor.
8132         <in_target_beneath>: Now bool.
8133         (record_full_breakpoints): Now a std::vector, static.
8134         (record_full_sync_record_breakpoints)
8135         (record_full_init_record_breakpoints)
8136         (record_full_target::insert_breakpoint)
8137         (record_full_target::remove_breakpoint): Update.  Don't use XNEW.
8138
8139 2018-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
8140
8141         * dwarf2read.c (process_cu_includes): Remove struct keyword.
8142         * serial.c (serial_interface_lookup): Remove struct keyword.
8143
8144 2018-06-10  Tom Tromey  <tom@tromey.com>
8145
8146         * procfs.c (procfs_target::xfer_partial): Use "beneath" as a
8147         method.
8148         * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as
8149         a method.
8150         * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a
8151         method.
8152         * arm-linux-nat.c (arm_linux_nat_target::read_description): Use
8153         "beneath" as a method.
8154         * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description):
8155         Use "beneath" as a method.
8156
8157 2018-06-10  Tom Tromey  <tom@tromey.com>
8158
8159         * tracefile.c (struct trace_file_writer_deleter): New.
8160         <operator()>: Rename from trace_file_writer_xfree.
8161         (trace_file_writer_up): New typedef.
8162         (tsave_command, trace_save_tfile, trace_save_ctf): Update.
8163
8164 2018-06-09  Simon Marchi  <simon.marchi@ericsson.com>
8165
8166         * regcache.h (reg_buffer) <~reg_buffer>: Use default destructor.
8167         <m_registers, m_register_status>: Change type to
8168         std::unique_ptr.
8169         * regcache.c (reg_buffer::reg_buffer): Use new instead of
8170         XCNEWVEC.
8171
8172 2018-06-09  Simon Marchi  <simon.marchi@ericsson.com>
8173
8174         * common/common-regcache.h (enum register_status): Add
8175         underlying type "signed char".
8176         * regcache.h (reg_buffer) <m_register_status>: Change type to
8177         register_status *.
8178         * regcache.c (reg_buffer::reg_buffer): Alocate arrays of
8179         register_status instead of signed char.
8180         (reg_buffer::save): Use REG_UNKNOWN instead of 0.
8181         (reg_buffer::get_register_status): Remove cast.
8182         (readable_regcache::raw_read): Remove cast.
8183         (readable_regcache::cooked_read): Remove cast.
8184
8185 2018-06-09  Tom Tromey  <tom@tromey.com>
8186
8187         * source.c (reverse_search_command, forward_search_command): Use
8188         scoped_fd.
8189
8190 2018-06-09  Tom Tromey  <tom@tromey.com>
8191
8192         * serial.c (serial_ops_p): Remove typedef.  Don't declare VEC.
8193         (serial_ops_list): Now static, std::vector.
8194         (serial_interface_lookup, serial_add_interface): Update.
8195
8196 2018-06-09  Tom Tromey  <tom@tromey.com>
8197
8198         * dwarf2read.c (process_cu_includes): Update.
8199         (process_full_comp_unit): Update.
8200         * dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
8201         std::vector.
8202
8203 2018-06-08  Paul Koning  <paul_koning@dell.com>
8204
8205         PR gdb/23252
8206
8207         * python/python.c (do_start_initialization):
8208         Avoid call to internal Python API.
8209         (init__gdb_module): New function.
8210
8211 2018-06-08  Gary Benson <gbenson@redhat.com>
8212
8213         * linux-thread-db.c (valprint.h): New include.
8214         (struct check_thread_db_info): New structure.
8215         (check_thread_db_on_load, tdb_testinfo): New static globals.
8216         (check_thread_db, check_thread_db_callback): New functions.
8217         (try_thread_db_load_1): Run integrity checks if requested.
8218         (maintenance_check_libthread_db): New function.
8219         (_initialize_thread_db): Register "maint check libthread-db"
8220         and "maint set/show check-libthread-db".
8221         * NEWS: Mention the above new commands.
8222
8223 2018-06-08  Tom Tromey  <tom@tromey.com>
8224
8225         * windows-nat.c (windows_nat_target::xfer_partial): "beneath" is
8226         now a method.
8227
8228 2018-06-08  Tom Tromey  <tom@tromey.com>
8229
8230         * btrace.c (parse_xml_raw): Use gdb::unique_xmalloc_ptr.
8231
8232 2018-06-08  Tom Tromey  <tom@tromey.com>
8233
8234         * common/btrace-common.h (struct btrace_data): Add constructor,
8235         destructor, move assignment operator.
8236         <empty, clear, fini>: New methods.
8237         <format>: Initialize.
8238         (btrace_data_init, btrace_data_fini, btrace_data_clear)
8239         (btrace_data_empty): Don't declare.
8240         * common/btrace-common.c (btrace_data_init): Remove.
8241         (btrace_data::fini): Rename from btrace_data_fini.
8242         (btrace_data::empty): Rename from btrace_data_empty.
8243         (btrace_data::clear): Rename from btrace_data_clear.  Return
8244         bool.
8245         * btrace.h (make_cleanup_btrace_data): Don't declare.
8246         * btrace.c (btrace_add_pc, btrace_stitch_trace, btrace_clear)
8247         (parse_xml_btrace): Update.
8248         (do_btrace_data_cleanup, make_cleanup_btrace_data): Remove.
8249         (maint_btrace_clear_packet_history_cmd): Update.
8250
8251 2018-06-07  Pedro Alves  <palves@redhat.com>
8252
8253         * target.h (target_ops) <beneath>: Now a method.  All references
8254         updated.
8255         (class target_stack): New.
8256         * target.c (g_target_stack): New.
8257         (g_current_top_target): Delete.
8258         (current_top_target): Get the top target out of g_target_stack.
8259         (target_stack::push, target_stack::unpush): New.
8260         (push_target, unpush_target): Reimplement.
8261         (target_is_pushed): Reimplement in terms of g_target_stack.
8262         (target_ops::beneath, target_stack::find_beneath): New.
8263
8264 2018-06-07  Pedro Alves  <palves@redhat.com>
8265
8266         * target.h (find_target_beneath): Delete declaration.
8267         * target.c (find_target_beneath): Delete definition.
8268         * aix-thread.c: All callers of find_target_beneath adjusted to
8269         call target_ops::beneath instead.
8270         * bsd-uthread.c: Likewise.
8271         * linux-thread-db.c: Likewise.
8272         * ravenscar-thread.c: Likewise.
8273         * sol-thread.c: Likewise.
8274         * spu-multiarch.c: Likewise.
8275
8276 2018-06-07  Pedro Alves  <palves@redhat.com>
8277
8278         * target.h (target_ops) <beneath>: Now a method.  All references
8279         updated.
8280         (target_ops) <m_beneath>: New.
8281         * target.c (target_ops::beneath): New.
8282         * corelow.c: Adjust all references to target_ops::beneath.
8283         * linux-thread-db.c: Likewise.
8284         * make-target-delegates: Likewise.
8285         * record-btrace.c: Likewise.
8286         * record-full.c: Likewise.
8287         * remote.c: Likewise.
8288         * target.c: Likewise.
8289         * target-delegates.c: Regenerate.
8290
8291 2018-06-07  Pedro Alves  <palves@redhat.com>
8292
8293         * target.h (target_stack): Delete.
8294         (current_top_target): Declare function.
8295         * target.c (target_stack): Delete.
8296         (g_current_top_target): New.
8297         (current_top_target): New function.
8298         * auxv.c: Use current_top_target instead of target_stack
8299         throughout.
8300         * avr-tdep.c: Likewise.
8301         * breakpoint.c: Likewise.
8302         * corefile.c: Likewise.
8303         * elfread.c: Likewise.
8304         * eval.c: Likewise.
8305         * exceptions.c: Likewise.
8306         * frame.c: Likewise.
8307         * gdbarch-selftests.c: Likewise.
8308         * gnu-v3-abi.c: Likewise.
8309         * ia64-tdep.c: Likewise.
8310         * ia64-vms-tdep.c: Likewise.
8311         * infcall.c: Likewise.
8312         * infcmd.c: Likewise.
8313         * infrun.c: Likewise.
8314         * linespec.c: Likewise.
8315         * linux-tdep.c: Likewise.
8316         * minsyms.c: Likewise.
8317         * ppc-linux-nat.c: Likewise.
8318         * ppc-linux-tdep.c: Likewise.
8319         * procfs.c: Likewise.
8320         * regcache.c: Likewise.
8321         * remote.c: Likewise.
8322         * rs6000-tdep.c: Likewise.
8323         * s390-linux-nat.c: Likewise.
8324         * s390-tdep.c: Likewise.
8325         * solib-aix.c: Likewise.
8326         * solib-darwin.c: Likewise.
8327         * solib-dsbt.c: Likewise.
8328         * solib-spu.c: Likewise.
8329         * solib-svr4.c: Likewise.
8330         * solib-target.c: Likewise.
8331         * sparc-tdep.c: Likewise.
8332         * sparc64-tdep.c: Likewise.
8333         * spu-tdep.c: Likewise.
8334         * symfile.c: Likewise.
8335         * symtab.c: Likewise.
8336         * target-descriptions.c: Likewise.
8337         * target-memory.c: Likewise.
8338         * target.c: Likewise.
8339         * target.h: Likewise.
8340         * tracefile-tfile.c: Likewise.
8341         * tracepoint.c: Likewise.
8342         * valops.c: Likewise.
8343         * valprint.c: Likewise.
8344         * value.c: Likewise.
8345         * windows-tdep.c: Likewise.
8346         * mi/mi-main.c: Likewise.
8347
8348 2018-06-07  Tom Tromey  <tom@tromey.com>
8349
8350         * valprint.h (build_address_symbolic): Declare.
8351         * printcmd.c (print_address_symbolic): Update.
8352         (build_address_symbolic): Change "name" and "filename" to
8353         std::string.
8354         * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
8355         Update.
8356         * defs.h (build_address_symbolic): Remove declaration.
8357
8358 2018-06-07  Alan Hayward  <alan.hayward@arm.com>
8359
8360         * aarch64-tdep.c (AARCH64_SVE_V0_REGNUM): Add define.
8361         (aarch64_vnv_type): Add function.
8362         (aarch64_pseudo_register_name): Add V regs for SVE.
8363         (aarch64_pseudo_register_type): Likewise.
8364         (aarch64_pseudo_register_reggroup_p): Likewise.
8365         (aarch64_pseudo_read_value_2): Use V0 offset for SVE
8366         (aarch64_pseudo_read_value): Add V regs for SVE.
8367         (aarch64_pseudo_write_2): Use V0 offset for SVE
8368         (aarch64_pseudo_write): Add V regs for SVE.
8369         * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type.
8370
8371 2018-06-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8372
8373         * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
8374         (sve_vl_from_vq): Likewise.
8375
8376 2018-06-05  Tom Tromey  <tom@tromey.com>
8377
8378         * cli/cli-cmds.c (show_version): Update.
8379         * top.c (print_gdb_version): Add "interactive" parameter.
8380         Update.
8381         * main.c (captured_main_1): Update.
8382         * top.h (print_gdb_version): Add "interactive" parameter and a
8383         comment.
8384
8385 2018-06-05  David Malcolm  <dmalcolm@redhat.com>
8386
8387         * common/enum-flags.h: Add trailing semicolon to example in
8388         comment.
8389
8390 2018-06-05  Tom Tromey  <tom@tromey.com>
8391
8392         PR cli/12326:
8393         * NEWS: Add entry about pager.
8394         * utils.c (pagination_disabled_for_command): New global.
8395         (prompt_for_continue): Allow "c" response to prompt.
8396         (reinitialize_more_filter): Clear
8397         pagination_disabled_for_command.
8398         (fputs_maybe_filtered): Check pagination_disabled_for_command.
8399
8400 2018-06-04  Tom Tromey  <tom@tromey.com>
8401
8402         * ada-lang.h (ada_lookup_symbol_list): Update.
8403         * ada-lang.c (resolve_subexp): Update.
8404         (symbols_are_identical_enums): Change type of syms.  Remove nsyms
8405         parameter.
8406         (remove_extra_symbols, remove_irrelevant_renamings): Likewise.
8407         (ada_lookup_symbol_list_worker, ada_lookup_symbol_list): Change
8408         results parameter to std::vector.
8409         (ada_iterate_over_symbols, ada_lookup_symbol, get_var_value):
8410         Update.
8411         * ada-exp.y (block_lookup): Update.
8412         (select_possible_type_sym): Change type of syms.  Remove nsyms
8413         parameter.
8414         (write_var_or_type, write_name_assoc): Update.
8415
8416 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
8417
8418         * windows-nat.c (windows_nat_target::xfer_partial): Return
8419         TARGET_XFER_E_IO if we need to delegate to the target beneath
8420         but BENEATH is NULL.
8421
8422 2018-06-04  Simon Marchi  <simon.marchi@ericsson.com>
8423
8424         * Makefile.in (config.status): Add configure.nat as a
8425         dependency.
8426
8427 2018-06-04  Tom Tromey  <tom@tromey.com>
8428
8429         * cp-name-parser.y (cpname_state): Add method declarations.
8430         (HANDLE_QUAL): Update.
8431         (cpname_state::d_grab, cpname_state::fill_comp)
8432         (cpname_state::make_operator, cpname_state::make_dtor)
8433         (cpname_state::make_builtin_type, cpname_state::make_name)
8434         (cpname_state::d_qualify, cpname_state::d_int_type)
8435         (cpname_state::d_unary, cpname_state::d_binary): Now methods.
8436         (%union): Move earlier.
8437
8438 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8439
8440         * elfread.c (elf_symfile_segments): Use ELF_SECTION_IN_SEGMENT.
8441
8442 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8443
8444         * aarch64-tdep.c (aarch64_pseudo_read_value_1): New helper func.
8445         (aarch64_pseudo_write_1): Likewise.
8446         (aarch64_pseudo_read_value): Use helper.
8447         (aarch64_pseudo_write): Likewise.
8448
8449 2018-06-04  Pedro Alves  <palves@redhat.com>
8450
8451         * darwin-nat.c (darwin_ops): Delete.
8452         (darwin_attach_pid): Use get_native_target.
8453
8454 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8455
8456         * aarch64-tdep.c (aarch64_get_tdesc_vq): Use uint64_t for VQ.
8457         * aarch64-tdep.h (struct gdbarch_tdep): Likewise.
8458
8459 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8460
8461         * aarch64-linux-nat.c (aarch64_linux_read_description): Support SVE.
8462         * aarch64-tdep.c (aarch64_get_tdesc_vq): New function.
8463         (aarch64_gdbarch_init): Check for SVE.
8464         * aarch64-tdep.h (gdbarch_tdep::has_sve): New function.
8465
8466 2018-06-04  Alan Hayward  <alan.hayward@arm.com>
8467
8468         * aarch64-tdep.c (aarch64_read_description): Use uint64_t for VQ.
8469         * aarch64-tdep.h (aarch64_read_description): Likewise.
8470         * arch/aarch64.c (aarch64_create_target_description): Likewise.
8471         * arch/aarch64.h (aarch64_create_target_description): Likewise.
8472         * features/aarch64-sve.c (create_feature_aarch64_sve): Likewise.
8473         * nat/aarch64-sve-linux-ptrace.c(aarch64_sve_get_vq): Likewise.
8474         * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_get_vq): Likewise.
8475
8476 2018-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8477
8478         * value.c (value_fetch_lazy_bitfield): New.
8479         (value_fetch_lazy_memory): New.
8480         (value_fetch_lazy_register): New.
8481         (value_fetch_lazy): Factor out to smaller functions.
8482
8483 2018-06-01  Tom Tromey  <tom@tromey.com>
8484
8485         * cp-name-parser.y (backslashable, represented): Now const.
8486
8487 2018-06-01  Tom Tromey  <tom@tromey.com>
8488
8489         * cp-name-parser.y: Include parser-defs.h.
8490         (parser_fprintf): Remove declaration.
8491
8492 2018-06-01  Tom Tromey  <tom@tromey.com>
8493
8494         * cp-name-parser.y: Use %pure-parser, %lex-param, and
8495         %parse-param.
8496         (lexptr, prev_lexptr, error_lexptr, global_errmsg, demangle_info)
8497         (global_result): Remove globals.
8498         (struct cpname_state): New.
8499         (yyparse): Don't declare.
8500         (yylex, yyerror): Move declarations after %union.
8501         (d_grab, fill_comp, make_operator, make_dtor, make_builtin_type)
8502         (make_name): Add state parameter.
8503         Update all callers.
8504         (d_qualify, d_int_type, d_unary, d_binary, parse_number) Add state
8505         parameter.
8506         (HANDLE_QUAL, HANDLE_SPECIAL, HANDLE_TOKEN2, HANDLE_TOKEN3):
8507         Update.
8508         (yylex): Add lvalp, state parameters.
8509         (yyerror): Add state parameter.
8510         (cp_demangled_name_to_comp): Update.
8511
8512 2018-06-01  Tom Tromey  <tom@tromey.com>
8513
8514         * cp-name-parser.y (parser_fprintf): Declare.
8515         (GDB_YY_REMAP_PREFIX): Define.
8516         Include yy-remap.h.  Don't redefine yy* identifiers.
8517
8518 2018-06-01  Tom Tromey  <tom@tromey.com>
8519
8520         * python/py-type.c (typy_legacy_template_argument): Update.
8521         * cp-support.h (cp_demangled_name_to_comp): Update.
8522         * cp-name-parser.y (cp_demangled_name_to_comp): Change errmsg
8523         parameter to be a "std::string *".
8524         (main): Update.
8525
8526 2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8527
8528         * ada-lex.l: Include "diagnostics.h" instead of
8529         "common/diagnostics.h".
8530         * unittests/environ-selftests.c: Likewise.
8531         * common/diagnostics.h: Moved to ../include.
8532
8533 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
8534
8535         * breakpoint.c (breakpoint_re_set): Temporarily force language_mode
8536         to language_mode_manual while calling breakpoint_re_set_one.
8537
8538 2018-06-01  Tom Tromey  <tom@tromey.com>
8539
8540         * valops.c (value_cast_structs, destructor_name_p): Update.
8541         * symtab.c (gdb_mangle_name): Update.
8542         * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
8543         Update.
8544         * p-valprint.c (pascal_object_is_vtbl_ptr_type)
8545         (pascal_object_print_value_fields, pascal_object_print_value):
8546         Update.
8547         * p-typeprint.c (pascal_type_print_derivation_info): Update.
8548         * linespec.c (find_methods): Update.
8549         * gdbtypes.h (type_name_no_tag): Remove.
8550         (type_name_or_error): Rename from type_name_no_tag_or_error.
8551         * gdbtypes.c (type_name_no_tag): Remove.
8552         (type_name_or_error): Rename from type_name_no_tag_or_error.
8553         (lookup_struct_elt_type, check_typedef): Update.
8554         * expprint.c (print_subexp_standard): Update.
8555         * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
8556         * d-namespace.c (d_lookup_nested_symbol): Update.
8557         * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
8558         (cp_print_class_member): Update.
8559         * cp-namespace.c (cp_lookup_nested_symbol): Update.
8560         * completer.c (add_struct_fields): Update.
8561         * c-typeprint.c (cp_type_print_derivation_info)
8562         (c_type_print_varspec_prefix, c_type_print_base_struct_union):
8563         Update.
8564         * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
8565         (ada_prefer_type, ada_is_exception_sym): Update.
8566
8567 2018-06-01  Tom Tromey  <tom@tromey.com>
8568
8569         * valops.c (enum_constant_from_type, value_namespace_elt)
8570         (value_maybe_namespace_elt): Update.
8571         * valarith.c (find_size_for_pointer_math): Update.
8572         * target-descriptions.c (make_gdb_type): Update.
8573         * symmisc.c (print_symbol): Update.
8574         * stabsread.c (define_symbol, read_type)
8575         (complain_about_struct_wipeout, add_undefined_type)
8576         (cleanup_undefined_types_1): Update.
8577         * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
8578         (rust_range_type_p, val_print_struct, rust_print_struct_def)
8579         (rust_internal_print_type, rust_composite_type)
8580         (rust_evaluate_funcall, rust_evaluate_subexp)
8581         (rust_inclusive_range_type_p): Update.
8582         * python/py-type.c (typy_get_tag): Update.
8583         * p-typeprint.c (pascal_type_print_base): Update.
8584         * mdebugread.c (parse_symbol, parse_type): Update.
8585         * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
8586         Update.
8587         * guile/scm-type.c (gdbscm_type_tag): Update.
8588         * go-lang.c (sixg_string_p): Update.
8589         * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
8590         Update.
8591         * gdbtypes.h (struct main_type) <tag_name>: Remove.
8592         (TYPE_TAG_NAME): Remove.
8593         * gdbtypes.c (type_name_no_tag): Simplify.
8594         (check_typedef, check_types_equal, recursive_dump_type)
8595         (copy_type_recursive, arch_composite_type): Update.
8596         * f-typeprint.c (f_type_print_base): Update.  Print "Type" prefix
8597         in summary mode when needed.
8598         * eval.c (evaluate_funcall): Update.
8599         * dwarf2read.c (fixup_go_packaging, read_structure_type)
8600         (process_structure_scope, read_enumeration_type)
8601         (read_namespace_type, read_module_type, determine_prefix): Update.
8602         * cp-support.c (inspect_type): Update.
8603         * coffread.c (process_coff_symbol, decode_base_type): Update.
8604         * c-varobj.c (c_is_path_expr_parent): Update.
8605         * c-typeprint.c (c_type_print_base_struct_union): Update.
8606         (c_type_print_base_1): Update.  Print struct/class/union/enum in
8607         summary when using C language.
8608         * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
8609         (gen_maybe_namespace_elt): Update.
8610         * ada-lang.c (ada_type_name): Simplify.
8611         (empty_record, ada_template_to_fixed_record_type_1)
8612         (template_to_static_fixed_type)
8613         (to_record_with_fixed_variant_part, ada_check_typedef): Update.
8614
8615 2018-06-01  Tom Tromey  <tom@tromey.com>
8616
8617         * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
8618         c_print_type.
8619         * c-typeprint.c (c_print_type_1): Add "language" parameter.
8620         (c_print_type): Update.
8621         (c_print_type): New overload.
8622         (c_type_print_varspec_prefix, c_type_print_args)
8623         (c_type_print_varspec_suffix, c_print_type_no_offsets)
8624         (c_type_print_base_struct_union, c_type_print_base_1)
8625         (cp_type_print_method_args): Add "language" parameter.
8626         (c_type_print_base): Update.
8627         * c-lang.h (c_print_type): Add new overload.
8628
8629 2018-06-01  Tom Tromey  <tom@tromey.com>
8630
8631         * typeprint.h (c_type_print_varspec_suffix): Don't declare.
8632         * c-typeprint.c (c_type_print_varspec_suffix): Now static.
8633
8634 2018-06-01  Alan Hayward  <alan.hayward@arm.com>
8635
8636         * aarch64-tdep.c (aarch64_sve_register_names): New const
8637         var.
8638         * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
8639         (AARCH64_SVE_Z_REGS_NUM): New define.
8640         (AARCH64_SVE_P_REGS_NUM): Likewise.
8641         (AARCH64_SVE_NUM_REGS): Likewise.
8642
8643 2018-05-31  Uros Bizjak  <ubizjak@gmail.com>
8644
8645         * nat/linux-ptrace.h [__alpha__]
8646         (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
8647         definitions.
8648
8649 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
8650
8651         * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
8652         the endianness selected.
8653         * NEWS: Document `set endian auto' mode operation update.
8654
8655 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
8656
8657         * Makefile.in: Add new header.
8658         * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
8659         (sve_vl_from_vg): Likewise.
8660         (sve_vq_from_vl): Likewise.
8661         (sve_vl_from_vq): Likewise.
8662         (sve_vq_from_vg): Likewise.
8663         (sve_vg_from_vq): Likewise.
8664         * configure.nat: Add new c file.
8665         * nat/aarch64-sve-linux-ptrace.c: New file.
8666         * nat/aarch64-sve-linux-ptrace.h: New file.
8667
8668 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
8669
8670         * aarch64-linux-nat.c (aarch64_linux_read_description):
8671         Add parmeter zero.
8672         * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
8673         Likewise.
8674         * aarch64-tdep.c (tdesc_aarch64_list): Add.
8675         (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
8676         (aarch64_gdbarch_init): Add parmeter zero.
8677         * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
8678         * arch/aarch64.c (aarch64_create_target_description): Check VQ.
8679         * arch/aarch64.h (aarch64_create_target_description): Add VQ.
8680         parmeter.
8681         * doc/gdb.texinfo: Describe SVE feature
8682         * features/aarch64-sve.c: New file.
8683
8684 2018-05-31  Omair Javaid  <omair.javaid@linaro.org>
8685
8686         PR gdb/23210
8687         * gdbarch.sh (significant_addr_bit): Default to zero when
8688         not set by target architecture.
8689         * gdbarch.c: Re-generated.
8690         * utils.c (address_significant): Update.
8691
8692 2018-05-30  Joel Brobecker  <brobecker@adacore.com>
8693
8694         * stack.c (func_command): Remove trailing newline in call to error.
8695
8696 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8697
8698         * regcache.h (regcache_raw_collect): Remove, update callers to
8699         use regcache::raw_collect.
8700         * regcache.c (regcache_raw_collect): Remove.
8701
8702 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8703
8704         * regcache.h (regcache_raw_supply): Remove, update callers to
8705         use detached_regcache::raw_supply.
8706         * regcache.c (regcache_raw_supply): Remove.
8707
8708 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8709
8710         * regcache.h (regcache_cooked_write_part): Remove, update
8711         callers to use regcache::cooked_write_part.
8712         * regcache.c (regcache_cooked_write_part): Remove.
8713
8714 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8715
8716         * regcache.h (regcache_cooked_read_part): Remove, update callers
8717         to use readable_regcache::cooked_read_part.
8718         * regcache.c (regcache_cooked_read_part): Remove.
8719
8720 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8721
8722         * regcache.h (regcache_cooked_read_value): Remove, update
8723         callers to use readable_regcache::cooked_read_value.
8724         * regcache.c (regcache_cooked_read_value): Remove.
8725
8726 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8727
8728         * regcache.h (regcache_cooked_write): Remove, update callers to
8729         use regcache::cooked_write.
8730         * regcache.c (regcache_cooked_write): Remove.
8731
8732 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8733
8734         * regcache.h (regcache_invalidate): Remove, update callers to
8735         use detached_regcache::invalidate instead.
8736         * regcache.c (regcache_invalidate): Remove.
8737
8738 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8739
8740         * regcache.h (regcache_raw_write_part): Remove, update callers
8741         to use regcache::raw_write_part instead.
8742         * regcache.c (regcache_raw_write_part): Remove.
8743
8744 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8745
8746         * regcache.h (regcache_raw_read_part): Remove, update callers to
8747         use readable_regcache::raw_read_part instead.
8748         * regcache.c (regcache_raw_read_part): Remove.
8749
8750 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8751
8752         * regcache.h (regcache_cooked_read): Remove, update callers to
8753         use readable_regcache::cooked_read instead.
8754         * regcache.c (regcache_cooked_read): Remove.
8755
8756 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8757
8758         * regcache.h (regcache_raw_write): Remove, update callers to use
8759         regcache::raw_write instead.
8760         * regcache.c (regcache_raw_write): Remove.
8761
8762 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8763
8764         * regcache.h (regcache_raw_read): Remove, update callers to use
8765         readable_regcache::raw_read instead.
8766         * regcache.c (regcache_raw_read): Remove.
8767
8768 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8769
8770         * regcache.h (regcache_raw_update): Remove, update callers to
8771         use readable_regcache::raw_update instead.
8772         * regcache.c (regcache_raw_update): Remove.
8773
8774 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8775
8776         * regcache.h (regcache_register_status): Remove, update callers
8777         to use reg_buffer::get_register_status directly instead.
8778         * regcache.c (regcache_register_status): Remove.
8779
8780 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8781
8782         * regcache.h (regcache_get_ptid): Remove, update all callers to
8783         call regcache::ptid instead.
8784         * regcache.c (regcache_get_ptid): Remove.
8785
8786 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
8787
8788         * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
8789
8790 2018-05-30  Pedro Alves  <palves@redhat.com>
8791
8792         * common/common-exceptions.h (exception_rethrow): Use
8793         ATTRIBUTE_NORETURN.
8794
8795 2018-05-29  Simon Marchi  <simon.marchi@polymtl.ca>
8796
8797         * breakpoint.c (print_solib_event, check_status_catch_solib):
8798         Remove struct keyword in range-based for loops.
8799         * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
8800         * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
8801         Likewise.
8802         * linespec.c (find_superclass_methods, search_minsyms_for_name):
8803         Likewise.
8804         * symfile.c (addr_info_make_relative): Likewise.
8805         * thread.c (value_in_thread_stack_temporaries): Likewise.
8806
8807 2018-06-12  Weimin Pan  <weimin.pan@oracle.com>
8808
8809         PR gdb/16841
8810         * valops.c (value_struct_elt_for_reference): Call check_typedef on
8811         aggregate type to get its real type before accessing it.
8812
8813 2018-05-29  Weimin Pan  <weimin.pan@oracle.com>
8814
8815         * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
8816         * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
8817         * coff-pe-read.c (add_pe_forwarded_sym): Replace
8818         lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
8819         * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
8820         * jit.c (jit_breakpoint_re_set_internal): Likewise.
8821         * printcmd.c (info_address_command): Likewise.
8822
8823 2018-05-29  Tom Tromey  <tom@tromey.com>
8824
8825         * windows-nat.c (handle_exception): Update fall-through comment.
8826
8827 2018-05-29  Tom Tromey  <tom@tromey.com>
8828
8829         * progspace.h (so_list_ptr): Remove typedef.  Don't declare VEC.
8830         (struct program_space) <added_solibs>: Now a std::vector.
8831         * breakpoint.c (print_solib_event): Update.
8832         (check_status_catch_solib): Update.
8833         * progspace.c (clear_program_space_solib_cache): Update.
8834         * solib.c (update_solib_list): Update.
8835
8836 2018-05-29  Tom Tromey  <tom@tromey.com>
8837
8838         * python/py-type.c (typy_richcompare): Update.
8839         * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
8840         * gdbtypes.h (types_deeply_equal): Return bool.
8841         (types_equal): Likewise.
8842         * gdbtypes.c (type_equality_entry_d): Remove typedef.  Don't
8843         declare VEC.
8844         (check_types_equal): Change worklist to std::vector.  Return
8845         bool.
8846         (struct type_equality_entry): Add constructor.
8847         (compare_maybe_null_strings): Return bool.
8848         (check_types_worklist): Return bool.  Change worklist to
8849         std::vector.
8850         (types_deeply_equal): Use std::vector.
8851         (types_equal): Return bool.
8852         (compare_maybe_null_strings): Simplify.
8853
8854 2018-05-29  Tom Tromey  <tom@tromey.com>
8855
8856         * record-btrace.c (tp_t): Remove typedef.  Don't declare VEC.
8857
8858 2018-05-29  Tom Tromey  <tom@tromey.com>
8859
8860         * objc-lang.h: Don't include cp-support.h.
8861         * common/gdb_vecs.h (const_char_ptr): Remove typedef.  Don't
8862         declare VEC.
8863
8864 2018-05-27  Tom Tromey  <tom@tromey.com>
8865
8866         * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
8867
8868 2018-05-25  Tom Tromey  <tom@tromey.com>
8869
8870         * value.c (value::location): Initialize.
8871
8872 2018-05-25  Tom Tromey  <tom@tromey.com>
8873
8874         * dbxread.c (init_bincl_list): Remove.
8875         (bincl_list): Now a std::vector.
8876         (bincls_allocated, next_bincl): Remove.
8877         (free_bincl_list, do_free_bincl_list_cleanup)
8878         (make_cleanup_free_bincl_list): Remove.
8879         (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
8880         unique_xmalloc_ptr.
8881         (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
8882         (struct header_file_location): Add constructor.
8883         (add_bincl_to_list): Remove.
8884
8885 2018-05-25  Tom Tromey  <tom@tromey.com>
8886
8887         * tui/tui.c (tui_enable): Update.
8888         * mi/mi-interp.c (mi_interp::init): Update.
8889         * interps.h (class interp) <name>: New method.
8890         <m_name>: Rename from name.
8891         (~scoped_restore_interp): Update.
8892         * interps.c (interp::interp): Update.
8893         (interp_add, interp_set, interp_lookup_existing)
8894         (current_interp_named_p): Update.
8895
8896 2018-05-25  Tom Tromey  <tom@tromey.com>
8897
8898         * interps.c (interp_name): Remove.
8899         * mi/mi-interp.c (mi_interp::init): Update.
8900         * interps.h (interp_name): Remove.
8901         (~scoped_restore_interp): Update.
8902         * tui/tui.c (tui_enable): Update.
8903
8904 2018-05-25  Tom Tromey  <tom@tromey.com>
8905
8906         * utils.c (fputs_maybe_filtered): Update.
8907         * linespec.c (decode_line_full): Update.
8908         * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
8909         (mi_print_breakpoint_for_event, mi_solib_loaded)
8910         (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
8911         (mi_user_selected_context_changed): Update.
8912         * mi/mi-main.c (mi_execute_command): Update.
8913         * cli/cli-script.c (execute_control_command): Update.
8914         * python/python.c (execute_gdb_command): Update.
8915         * solib.c (info_sharedlibrary_command): Update.
8916         * interps.c (interp_ui_out): Remove.
8917         * interps.h (interp_ui_out): Remove.
8918
8919 2018-05-25  Tom Tromey  <tom@tromey.com>
8920
8921         * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
8922         * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
8923         * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
8924
8925 2018-05-25  Tom Tromey  <tom@tromey.com>
8926
8927         * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
8928         * interps.c (interp_exec): Use scoped_restore.
8929
8930 2018-05-25  Tom Tromey  <tom@tromey.com>
8931
8932         * remote.c (remote_target::remote_file_get): Use
8933         gdb::byte_vector.
8934         (remote_target::remote_file_put): Likewise.
8935
8936 2018-05-25  Tom Tromey  <tom@tromey.com>
8937
8938         * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
8939         a std::string.
8940         (get_pe_section_index, add_pe_exported_sym): Update.
8941         (read_pe_exported_syms): Use gdb::def_vector.
8942
8943 2018-05-25  Tom Tromey  <tom@tromey.com>
8944
8945         * frame.c (remove_prev_frame): Remove.
8946         (get_prev_frame_if_no_cycle): Use TRY/CATCH.
8947
8948 2018-05-25  Maciej W. Rozycki  <macro@mips.com>
8949
8950         * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
8951         Remove prototypes.
8952         * mips-linux-nat.c (supply_fpregset): Always call
8953         `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
8954         (fill_fpregset): Always call `mips64_fill_fpregset' rather than
8955         `mips_fill_fpregset'.
8956         * mips-linux-tdep.c (mips_supply_fpregset)
8957         (mips_supply_fpregset_wrapper, mips_fill_fpregset)
8958         (mips_fill_fpregset_wrapper): Remove functions.
8959         (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
8960         (mips_linux_fpregset): Remove variable.
8961         (mips_linux_iterate_over_regset_sections): Use
8962         `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
8963         (mips_linux_o32_sigframe_init): Remove comment.
8964
8965 2018-05-25  Pedro Alves  <palves@redhat.com>
8966
8967         * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
8968         (struct readahead_cache, struct packet_reg, struct
8969         remote_arch_state, class remote_state): Move higher up in the
8970         file.
8971         (remote_target::m_remote_state): Now an object instead of a pointer.
8972         (remote_target::get_remote_state): Adjust.
8973
8974 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8975
8976         * stack.c (select_and_print_frame): Delete.
8977         (struct function_bounds): Move struct within function.
8978         (func_command): Most content moved into new function
8979         find_frame_for_function, use new function, print result, add
8980         function comment.
8981         (find_frame_for_function): New function, now returns a result.
8982
8983 2018-05-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8984
8985         * stack.c (iterate_over_block_arg_vars): Fix comment.
8986         (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
8987
8988 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8989
8990         PR gdb/23203
8991         * frame.c
8992         (scoped_restore_selected_frame::scoped_restore_selected_frame):
8993         Define.
8994         (scoped_restore_selected_frame::~scoped_restore_selected_frame):
8995         Define.
8996         * frame.h (class scoped_restore_selected_frame): New class.
8997         * stack.c (print_frame_local_vars): Remove catching and rethrowing
8998         of any exception, use scoped_restore_selected_frame to restore the
8999         frame instead.
9000
9001 2018-05-24  Pedro Alves  <palves@redhat.com>
9002
9003         * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
9004         override.
9005
9006 2018-05-23  Tom Tromey  <tom@tromey.com>
9007
9008         * complaints.c (struct complaints): Remove.
9009         (symfile_complaint_book): Remove.
9010         (series): New global.
9011         (complaint_internal): Update.
9012         (clear_complaints): Update.
9013
9014 2018-05-23  Tom Tromey  <tom@tromey.com>
9015
9016         * complaints.c (counters): New global.
9017         (struct complain): Remove.
9018         (struct complaints) <root>: Remove.
9019         (complaint_sentinel): Remove.
9020         (symfile_complaint_book): Update.
9021         (find_complaint) Remove.
9022         (complaint_internal, clear_complaints): Update.
9023
9024 2018-05-23  Tom Tromey  <tom@tromey.com>
9025
9026         * complaints.c (struct complain) <file, line>: Remove.
9027         (find_complaint): Remove file, line parameters.
9028         (complaint_internal): Update.
9029
9030 2018-05-23  Tom Tromey  <tom@tromey.com>
9031
9032         * complaints.c (vcomplaint): Remove.
9033         (complaint_internal) Merge in contents of vcomplaint.
9034
9035 2018-05-23  Tom Tromey  <tom@tromey.com>
9036
9037         * complaints.c (struct complaints) <explanation>: Remove.
9038         (symfile_explanations): Remove.
9039         (symfile_complaint_book): Update.
9040         (vcomplaint): Update.
9041         (struct explanation): Remove.
9042
9043 2018-05-23  Tom Tromey  <tom@tromey.com>
9044
9045         * complaints.c (symfile_complaints): Remove.
9046         (complaint_internal): Remove "complaints" parameter.
9047         (clear_complaints, vcomplaint): Remove "c" parameter.
9048         (get_complaints): Remove.
9049         * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
9050         (dwarf2_debug_line_missing_file_complaint)
9051         (dwarf2_debug_line_missing_end_sequence_complaint)
9052         (dwarf2_complex_location_expr_complaint)
9053         (dwarf2_const_value_length_mismatch_complaint)
9054         (dwarf2_section_buffer_overflow_complaint)
9055         (dwarf2_macro_malformed_definition_complaint)
9056         (dwarf2_invalid_attrib_class_complaint)
9057         (create_addrmap_from_index, dw2_symtab_iter_next)
9058         (dw2_expand_marked_cus)
9059         (dw2_debug_names_iterator::find_vec_in_debug_names)
9060         (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
9061         (create_debug_type_hash_table, init_cutu_and_read_dies)
9062         (partial_die_parent_scope, add_partial_enumeration)
9063         (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
9064         (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
9065         (read_import_statement, read_file_scope, create_dwo_cu_reader)
9066         (create_cus_hash_table, create_dwp_hash_table)
9067         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9068         (dwarf2_rnglists_process, dwarf2_ranges_process)
9069         (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
9070         (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
9071         (handle_struct_member_die, process_structure_scope)
9072         (read_array_type, read_common_block, read_module_type)
9073         (read_tag_pointer_type, read_typedef, read_base_type)
9074         (read_subrange_type, load_partial_dies, partial_die_info::read)
9075         (partial_die_info::read, partial_die_info::read)
9076         (partial_die_info::read, read_checked_initial_length_and_offset)
9077         (dwarf2_string_attr, read_formatted_entries)
9078         (dwarf_decode_line_header)
9079         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
9080         (new_symbol, dwarf2_const_value_attr, lookup_die_type)
9081         (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
9082         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9083         (get_signatured_type, get_DW_AT_signature_type)
9084         (decode_locdesc, file_file_name, consume_improper_spaces)
9085         (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
9086         (dwarf_decode_macro_bytes, dwarf_decode_macros)
9087         (dwarf2_symbol_mark_computed, set_die_type)
9088         (read_attribute_value): Update.
9089         * stap-probe.c (handle_stap_probe, get_stap_base_address):
9090         Update.
9091         * dbxread.c (unknown_symtype_complaint)
9092         (lbrac_mismatch_complaint, repeated_header_complaint)
9093         (set_namestring, function_outside_compilation_unit_complaint)
9094         (read_dbx_symtab, process_one_symbol): Update.
9095         * gdbtypes.c (stub_noname_complaint): Update.
9096         * windows-nat.c (handle_unload_dll): Update.
9097         * coffread.c (coff_symtab_read, enter_linenos, decode_type)
9098         (decode_base_type): Update.
9099         * xcoffread.c (bf_notfound_complaint, ef_complaint)
9100         (eb_complaint, record_include_begin, record_include_end)
9101         (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
9102         (process_xcoff_symbol, read_symbol)
9103         (function_outside_compilation_unit_complaint)
9104         (scan_xcoff_symtab): Update.
9105         * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
9106         * buildsym.c (finish_block_internal, make_blockvector)
9107         (end_symtab_get_static_block, augment_type_symtab): Update.
9108         * dtrace-probe.c (dtrace_process_dof)
9109         (dtrace_static_probe_ops::get_probes): Update.
9110         * complaints.h (struct complaint): Don't declare.
9111         (symfile_complaints): Remove.
9112         (complaint_internal): Remove "complaints" parameter.
9113         (complaint): Likewise.
9114         (clear_complaints): Likewise.
9115         * symfile.c (syms_from_objfile_1, finish_new_objfile)
9116         (reread_symbols): Update.
9117         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
9118         (dwarf2_frame_cache, decode_frame_entry): Update.
9119         * dwarf2loc.c (dwarf_reg_to_regnum): Update.
9120         * objc-lang.c (lookup_objc_class, lookup_child_selector)
9121         (info_selectors_command): Update.
9122         * macrotab.c (macro_include, check_for_redefinition)
9123         (macro_undef): Update.
9124         * objfiles.c (filter_overlapping_sections): Update.
9125         * stabsread.c (invalid_cpp_abbrev_complaint)
9126         (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
9127         (define_symbol, error_type, read_type, rs6000_builtin_type)
9128         (stabs_method_name_from_physname, read_member_functions)
9129         (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
9130         (attach_fields_to_type, complain_about_struct_wipeout)
9131         (read_range_type, read_args, common_block_start)
9132         (common_block_end, cleanup_undefined_types_1, scan_file_globals):
9133         Update.
9134         * mdebugread.c (index_complaint, unknown_ext_complaint)
9135         (basic_type_complaint, bad_tag_guess_complaint)
9136         (bad_rfd_entry_complaint, unexpected_type_code_complaint)
9137         (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
9138         (parse_procedure, parse_lines)
9139         (function_outside_compilation_unit_complaint)
9140         (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
9141         (bad_tag_guess_complaint, reg_value_complaint): Update.
9142         * cp-support.c (demangled_name_complaint): Update.
9143         * macroscope.c (sal_macro_scope): Update.
9144         * dwarf-index-write.c (class debug_names): Update.
9145
9146 2018-05-23  Tom Tromey  <tom@tromey.com>
9147
9148         * complaints.c (clear_complaints): Remove "noisy" parameter.
9149         * complaints.h (clear_complaints): Update.
9150         * symfile.c (syms_from_objfile_1, finish_new_objfile)
9151         (reread_symbols): Update.
9152
9153 2018-05-23  Tom Tromey  <tom@tromey.com>
9154
9155         * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
9156         SUBSEQUENT_MESSAGE.
9157         (vcomplaint, clear_complaints): Update.
9158         (symfile_explanations): Remove some messages.
9159
9160 2018-05-23  Tom Tromey  <tom@tromey.com>
9161
9162         * complaints.c (internal_complaint): Remove.
9163         * complaints.h (internal_complaint): Remove.
9164
9165 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
9166
9167         * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
9168
9169 2018-05-22  Pedro Alves  <palves@redhat.com>
9170
9171         * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
9172         (remote_fileio_badfd, remote_fileio_return_errno)
9173         (remote_fileio_return_success, remote_fileio_func_open)
9174         (remote_fileio_func_open, remote_fileio_func_close)
9175         (remote_fileio_func_read, remote_fileio_func_write)
9176         (remote_fileio_func_lseek, remote_fileio_func_rename)
9177         (remote_fileio_func_unlink, remote_fileio_func_stat)
9178         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
9179         (remote_fileio_func_isatty, remote_fileio_func_system): Add
9180         remote_target parameter.
9181         (remote_fio_func_map) <func>: Add remote_target parameter.
9182         (do_remote_fileio_request, remote_fileio_request):
9183         * remote-fileio.h (remote_fileio_request):
9184         * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
9185         remote_target parameter.
9186         (remote_notif_process, handle_notification): Adjust to pass down
9187         the remote.
9188         (remote_notif_state_allocate): Add remote_target parameter.  Save
9189         it.
9190         * remote-notif.h (struct remote_target): Forward declare.
9191         (struct notif_client) <parse, ack, can_get_pending_events>: Add
9192         remote_target parameter.
9193         (struct remote_notif_state) <remote>: New field.
9194         (remote_notif_ack, remote_notif_parse): Add remote_target
9195         parameter.
9196         (remote_notif_state_allocate, remote_notif_state_allocate): Add
9197         remote_target parameter.
9198         * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
9199         (threads_listing_context, rmt_thread_action, protocol_feature)
9200         (packet_reg, stop_reply, stop_reply_p, enum packet_support)
9201         (packet_result, struct threads_listing_context, remote_state):
9202         Move definitions and declarations higher up.
9203         (remote_target) <~remote_target>: Declare.
9204         (remote_download_command_source, remote_file_put, remote_file_get)
9205         (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
9206         (remote_hostio_pread_vFile, remote_hostio_send_command)
9207         (remote_hostio_set_filesystem, remote_hostio_open)
9208         (remote_hostio_close, remote_hostio_unlink, remote_state)
9209         (get_remote_state, get_remote_packet_size, get_memory_packet_size)
9210         (get_memory_write_packet_size, get_memory_read_packet_size)
9211         (append_pending_thread_resumptions, remote_detach_1)
9212         (append_resumption, remote_resume_with_vcont)
9213         (add_current_inferior_and_thread, wait_ns, wait_as)
9214         (process_stop_reply, remote_notice_new_inferior)
9215         (process_initial_stop_replies, remote_add_thread)
9216         (btrace_sync_conf, remote_btrace_maybe_reopen)
9217         (remove_new_fork_children, kill_new_fork_children)
9218         (discard_pending_stop_replies, stop_reply_queue_length)
9219         (check_pending_events_prevent_wildcard_vcont)
9220         (discard_pending_stop_replies_in_queue, stop_reply)
9221         (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
9222         (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
9223         (remote_interrupt_as, remote_interrupt_ns)
9224         (remote_get_noisy_reply, remote_query_attached)
9225         (remote_add_inferior, remote_current_thread, get_current_thread)
9226         (set_thread, set_general_thread, set_continue_thread)
9227         (set_general_process, write_ptid)
9228         (remote_unpack_thread_info_response, remote_get_threadinfo)
9229         (parse_threadlist_response, remote_get_threadlist)
9230         (remote_threadlist_iterator, remote_get_threads_with_ql)
9231         (remote_get_threads_with_qxfer)
9232         (remote_get_threads_with_qthreadinfo, extended_remote_restart)
9233         (get_offsets, remote_check_symbols, remote_supported_packet)
9234         (remote_query_supported, remote_packet_size)
9235         (remote_serial_quit_handler, remote_detach_pid)
9236         (remote_vcont_probe, remote_resume_with_hc)
9237         (send_interrupt_sequence, interrupt_query)
9238         (remote_notif_get_pending_events, fetch_register_using_p)
9239         (send_g_packet, process_g_packet, fetch_registers_using_g)
9240         (store_register_using_P, store_registers_using_G)
9241         (set_remote_traceframe, check_binary_download)
9242         (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
9243         (remote_xfer_live_readonly_partial, remote_read_bytes)
9244         (remote_send_printf, remote_flash_write, readchar)
9245         (remote_serial_write, putpkt, putpkt_binary, skip_frame)
9246         (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
9247         (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
9248         (extended_remote_disable_randomization, extended_remote_run)
9249         (send_environment_packet, extended_remote_environment_support)
9250         (extended_remote_set_inferior_cwd, remote_write_qxfer)
9251         (remote_read_qxfer, push_stop_reply, vcont_r_supported)
9252         (packet_command): Now methods of ...
9253         (remote_target): ... this class.
9254         (m_remote_state) <remote_target>: New field.
9255         (struct remote_state) <stop_reply_queue,
9256         remote_async_inferior_event_token, wait_forever_enabled_p>: New
9257         fields.
9258         (remote_state::remote_state): Allocate stop_reply_queue.
9259         (remote_state): Delete global.
9260         (get_remote_state_raw): Delete.
9261         (remote_target::get_remote_state): Allocate m_remote_state on
9262         demand.
9263         (get_current_remote_target): New.
9264         (remote_ops, extended_remote_ops): Delete.
9265         (wait_forever_enabled_p, remote_async_inferior_event_token):
9266         Delete, moved to struct remote_state.
9267         (remote_target::close): Delete self.  Destruction bits split to
9268         ...
9269         (remote_target::~remote_target): ... this.
9270         (show_memory_packet_size): Adjust to use
9271         get_current_remote_target.
9272         (struct protocol_feature) <func>: Add remote_target parameter.
9273         All callers adjusted.
9274         (curr_quit_handler_target): New.
9275         (remote_serial_quit_handler): Reimplement.
9276         (remote_target::open_1): Adjust to use get_current_remote_target.
9277         Heap-allocate remote_target/extended_remote_target instances.
9278         (vcont_builder::vcont_builder): Add remote_target parameter, and
9279         save it in m_remote.  All callers adjusted.
9280         (vcont_builder::m_remote): New field.
9281         (vcont_builder::restart, vcont_builder::flush)
9282         (vcont_builder::push_action): Use it.
9283         (remote_target::commit_resume): Use it.
9284         (struct queue_iter_param) <remote>: New field.
9285         (remote_target::remove_new_fork_children): Fill in 'remote' field.
9286         (check_pending_event_prevents_wildcard_vcont_callback_data): New.
9287         (check_pending_event_prevents_wildcard_vcont_callback)
9288         (remote_target::check_pending_events_prevent_wildcard_vcont)
9289         (remote_target::discard_pending_stop_replies)
9290         (remote_target::discard_pending_stop_replies_in_queue)
9291         (remote_target::remote_notif_remove_queued_reply): Fill in
9292         'remote' field.
9293         (remote_notif_get_pending_events): New.
9294         (remote_target::readchar, remote_target::remote_serial_write):
9295         Save/restore curr_quit_handler_target.
9296         (putpkt): New.
9297         (kill_new_fork_children): Fill in 'remote' field.
9298         (packet_command): Use get_current_remote_target, defer to
9299         remote_target method of same name.
9300         (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
9301         parameter, and save it in m_remote.  All callers adjusted.
9302         (scoped_remote_fd::release): Use m_remote.
9303         (scoped_remote_fd::m_remote): New field.
9304         (remote_file_put, remote_file_get, remote_file_delete): Use
9305         get_current_remote_target, defer to remote_target method of same
9306         name.
9307         (remote_btrace_reset): Add remote_state paremeter.  Update all
9308         callers.
9309         (remote_async_inferior_event_handler). Pass down 'data'.
9310         (remote_new_objfile): Use get_current_remote_target.
9311         (remote_target::vcont_r_supported): New.
9312         (set_range_stepping): Use get_current_remote_target and
9313         remote_target::vcont_r_supported.
9314         (_initialize_remote): Don't allocate 'remote_state' and
9315         'stop_reply_queue' globals.
9316         * remote.h (struct remote_target): Forward declare.
9317         (getpkt, putpkt, remote_notif_get_pending_events): Add
9318         'remote_target' parameter.
9319
9320 2018-05-22  Pedro Alves  <palves@redhat.com>
9321
9322         * remote.c (vcont_builder): Now a class.  Make all data members
9323         private.
9324         (vcont_builder) <vcont_builder, restart, flush, push_action>:
9325         Declare methods.
9326         (vcont_builder_restart): Rename to ...
9327         (vcont_builder::restart): ... this.
9328         (vcont_builder_flush): Rename to ...
9329         (vcont_builder::flush): ... this.
9330         (vcont_builder_push_action): Rename to ...
9331         (vcont_builder::push_action): ... this.
9332         (remote_target::commit_resume): Adjust.
9333
9334 2018-05-22  Pedro Alves  <palves@redhat.com>
9335
9336         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
9337         (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
9338         (get_fixed_memory_packet_size): New.
9339         (get_memory_packet_size): Use it.
9340         (set_memory_packet_size): Don't override the config size with
9341         DEFAULT_MAX_MEMORY_PACKET_SIZE.
9342         (show_memory_packet_size): Use get_fixed_memory_packet_size.
9343         Don't refer to get_memory_packet_size if not connected to a remote
9344         target.  Show "(default)" if configured size is 0.
9345
9346 2018-05-22  Pedro Alves  <palves@redhat.com>
9347
9348         * remote.c (remote_target::mourn_inferior): Move
9349         discard_pending_stop_replies call here from ...
9350         (_initialize_remote): ... here.
9351
9352 2018-05-22  Pedro Alves  <palves@redhat.com>
9353
9354         * remote.c (compare_section_command): Remove set_general_process
9355         call.
9356
9357 2018-05-22  Pedro Alves  <palves@redhat.com>
9358
9359         * remote.c (struct packet_reg, struct remote_arch_state):
9360         Move higher up in the file.
9361         (remote_state) <m_arch_states>: Store remote_arch_state values
9362         instead of remote_arch_state pointers.
9363         (remote_state::get_remote_arch_state): Adjust.
9364
9365 2018-05-22  Pedro Alves  <palves@redhat.com>
9366
9367         * remote.c: Include <unordered_map>.
9368         (remote_state): Now a class.
9369         (remote_state) <get_remote_arch_state>: Declare method.
9370         <get_remote_arch_state>: New field.
9371         (remote_arch_state) <remote_arch_state>: Declare ctor.
9372         <regs>: Now a unique_ptr.
9373         (remote_gdbarch_data_handle): Delete.
9374         (get_remote_arch_state): Delete.
9375         (remote_state::get_remote_arch_state): New.
9376         (get_remote_state): Adjust to call remote_state's
9377         get_remote_arch_state method.
9378         (init_remote_state): Delete, bits factored out to ...
9379         (remote_arch_state::remote_arch_state): ... this new method.
9380         (get_remote_packet_size, get_memory_packet_size)
9381         (process_g_packet, remote_target::fetch_registers)
9382         (remote_target::prepare_to_store, store_registers_using_G)
9383         (remote_target::store_registers, remote_target::get_trace_status):
9384         Adjust to call remote_state's method.
9385         (_initialize_remote): Remove reference to
9386         remote_gdbarch_data_handle.
9387
9388 2018-05-22  Pedro Alves  <palves@redhat.com>
9389
9390         * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
9391         pread>: New method declarations.
9392         (remote_target::open_1): Adjust.
9393         (readahead_cache_invalidate): Rename to ...
9394         (readahead_cache::invalidate): ... this, and adjust to be a class
9395         method.
9396         (readahead_cache_invalidate_fd): Rename to ...
9397         (readahead_cache::invalidate_fd): ... this, and adjust to be a
9398         class method.
9399         (remote_hostio_pwrite): Adjust.
9400         (remote_hostio_pread_from_cache): Rename to ...
9401         (readahead_cache::pread): ... this, and adjust to be a class
9402         method.
9403         (remote_hostio_close): Adjust.
9404
9405 2018-05-22  Pedro Alves  <palves@redhat.com>
9406
9407         * remote.c (remote_hostio_close_cleanup): Delete.
9408         (class scoped_remote_fd): New.
9409         (remote_file_put, remote_file_get): Use it.
9410
9411 2018-05-22  Pedro Alves  <palves@redhat.com>
9412
9413         (struct vCont_action_support): Use bool and initialize all fields.
9414         (struct readahead_cache): Initialize all fields.
9415         (remote_state): Use bool and initialize all fields.
9416         (remote_state::remote_state, remote_state::~remote_state): New.
9417         (new_remote_state): Delete.
9418         (_initialize_remote): Use new to allocate remote_state.
9419
9420 2018-05-22  Pedro Alves  <palves@redhat.com>
9421             張俊芝  <zjz@zjz.name>
9422
9423         PR gdb/22973
9424         * c-exp.y: Include "c-support.h".
9425         (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
9426         of tolower.  Use c_ident_is_alpha to scan names.
9427         * c-lang.c: Include "c-support.h".
9428         (convert_ucn, convert_octal, convert_hex, convert_escape): Use
9429         ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
9430         * c-support.h: New file, with bits factored out from ...
9431         * cp-name-parser.y: ... this file.
9432         Include "c-support.h".
9433         (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
9434         c-support.h and renamed.
9435         (symbol_end, yylex): Adjust.
9436
9437 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9438
9439         * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
9440         parameter type to CORE_ADDR.
9441         * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
9442         parameter type in declaration to CORE_ADDR.
9443         * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
9444         target_auxv_search to get AT_HWCAP and use the result to get the
9445         target description.
9446         * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
9447         to CORE_ADDR. Remove the cast of the return value to unsigned
9448         long. Fix error predicate of target_auxv_search.
9449         (ppc_linux_nat_target::read_description): Change the type of the
9450         hwcap variable to CORE_ADDR.
9451
9452 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9453
9454         * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
9455         if the size of fpscr is larger than 32 bits.
9456
9457 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9458
9459         * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
9460         (ppc32_linux_vsxregmap): New global.
9461         (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
9462         regcache_supply_regset, and regcache_collect_regset.
9463         * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
9464         * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
9465         (fetch_vsx_register, store_vsx_register): Remove.
9466         (fetch_vsx_registers): Add regno parameter. Get regset using
9467         ppc_linux_vsxregset. Use regset to supply registers.
9468         (store_vsx_registers): Add regno parameter. Get regset using
9469         ppc_linux_vsxregset. Use regset to collect registers.
9470         (fetch_register): Call fetch_vsx_registers instead of
9471         fetch_vsx_register.
9472         (store_register): Call store_vsx_registers instead of
9473         store_vsx_register.
9474         (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
9475         new regno parameter.
9476         (store_ppc_registers): Call store_vsx_registers with -1 for the
9477         new regno parameter.
9478         * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
9479         (ppc_collect_vsxregset): Remove.
9480
9481 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9482
9483         * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
9484         offset fields.
9485         * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
9486         for vector register offset fields.
9487         (ppc64_fbsd_reg_offsets): Likewise.
9488         * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9489         to vector register offset fields.
9490         * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
9491         to vector register offset fields.
9492         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
9493         vector register offset fields.
9494         * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
9495         initializers for vector register offset fields.
9496         (rs6000_aix64_reg_offsets): Likewise.
9497         * rs6000-tdep.c (ppc_vrreg_offset): Remove.
9498         (ppc_supply_vrregset): Remove.
9499         (ppc_collect_vrregset): Remove.
9500         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
9501         (ppc_linux_vrregset) : New function.
9502         (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
9503         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
9504         (ppc32_linux_vrregset): Remove.
9505         (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
9506         and use result instead of ppc32_linux_vrregset.
9507         (ppc32_linux_reg_offsets): Remove initializers for vector register
9508         offset fields.
9509         (ppc64_linux_reg_offsets): Likewise.
9510         * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
9511         * ppc-linux-nat.c: Include regset.h.
9512         (gdb_vrregset_t): Adjust comment to account for little-endian
9513         mode.
9514         (supply_vrregset, fill_vrregset): Remove.
9515         (fetch_altivec_register, store_altivec_register): Remove.
9516         (fetch_altivec_registers): Add regno parameter. Get regset using
9517         ppc_linux_vrregset. Use regset to supply registers.
9518         (store_altivec_registers): Add regno parameter. Get regset using
9519         ppc_linux_vrregset. Use regset to collect registers.
9520         (fetch_register): Call fetch_altivec_registers instead of
9521         fetch_altivec_register.
9522         (store_register): Call store_altivec_registers instead of
9523         store_altivec_register.
9524         (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
9525         the new regno parameter.
9526         (store_ppc_registers): Call store_altivec_registers with -1 for
9527         the new regno parameter.
9528
9529 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9530
9531         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
9532         (PPC_LINUX_SIZEOF_VSXREGSET): Define.
9533         * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
9534         (gdb_vrregset_t): Change array type size to
9535         PPC_LINUX_SIZEOF_VRREGSET.
9536         (gdb_vsxregset_t): Change array type size to
9537         PPC_LINUX_SIZEOF_VSXREGSET.
9538         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
9539         Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
9540         PPC_LINUX_SIZEOF_VSXREGSET.
9541
9542 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9543
9544         * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
9545         * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
9546         nat/ppc-linux.c.
9547         (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
9548         ppc_linux_target_wordsize with tid.
9549         (ppc_linux_nat_target::read_description): Call ppc_linux_target
9550         wordsize with tid.
9551         * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
9552         (ppc64_64bit_inferior_p): Add static and inline specifiers.
9553         (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
9554         tid parameter. Remove static specifier.
9555         * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
9556         (ppc_linux_target_wordsize): New declaration.
9557
9558 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
9559
9560         * arch/ppc-linux-common.c: New file.
9561         * arch/ppc-linux-common.h: New file.
9562         * arch/ppc-linux-tdesc.h: New file.
9563         * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
9564         * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
9565         (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
9566         arch/ppc-linux-tdesc.h.
9567         * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
9568         arch/ppc-linux-tdesc.h.
9569         (ppc_linux_nat_target::read_description): Remove target
9570         description matching code. Fill a ppc_linux_features struct and
9571         call ppc_linux_match_description with it. Move comment about ISA
9572         2.05 to ppc-linux-common.c.
9573         * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
9574         arch/ppc-linux-tdesc.h.
9575         (ppc_linux_core_read_description): Remove target description
9576         matching code. Fill a ppc_linux_features struct and call
9577         ppc_linux_match_description with it.
9578         * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
9579         (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
9580         (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
9581         (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
9582         (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
9583         (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
9584         (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
9585         (tdesc_powerpc_e500l): Remove.
9586
9587 2018-05-22  Joel Brobecker  <brobecker@adacore.com>
9588
9589         * ada-lang.c (catch_assert_command): Pass empty string instead
9590         of NULL for excep_string argument.
9591
9592 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
9593
9594         * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
9595         the width of the requested register exceeds the width of the
9596         `ptrace' data type.
9597
9598 2018-05-21  Tom Tromey  <tom@tromey.com>
9599
9600         * printcmd.c (output_command): Remove.
9601         (output_command_const): Rename to output_command.
9602         * valprint.h (output_command): Rename from output_command_const.
9603         * tracepoint.c (trace_dump_actions): Call output_command.
9604
9605 2018-05-21  Tom Tromey  <tom@tromey.com>
9606
9607         * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
9608         (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
9609         * ada-lang.h (create_ada_exception_catchpoint): Update.
9610         * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
9611         std::string.
9612         (create_excep_cond_exprs, ~ada_catchpoint)
9613         (should_stop_exception, print_one_exception)
9614         (print_mention_exception, print_recreate_exception): Update.
9615         (ada_get_next_arg): Remove.
9616         (catch_ada_exception_command_split): Use std::string.  Change type
9617         of "excep_string", "cond_string".
9618         (catch_ada_exception_command): Update.
9619         (create_ada_exception_catchpoint): Change type of excep_string.
9620         (ada_exception_sal): Remove excep_string parameter.
9621         (~ada_catchpoint): Remove.
9622
9623 2018-05-21  Tom Tromey  <tom@tromey.com>
9624
9625         * ada-lang.c (ada_collect_symbol_completion_matches): Remove
9626         cleanup.
9627
9628 2018-05-21  Tom Tromey  <tom@tromey.com>
9629
9630         * ada-lang.c (ada_exception_message_1, ada_exception_message):
9631         Return unique_xmalloc_ptr.
9632         (print_it_exception): Update.
9633
9634 2018-05-21  Tom Tromey  <tom@tromey.com>
9635
9636         * tracepoint.c (trace_dump_actions): Use std::string.
9637
9638 2018-05-21  Tom Tromey  <tom@tromey.com>
9639
9640         * symfile.c (reread_symbols): Use std::string for original_name.
9641
9642 2018-05-21  Tom Tromey  <tom@tromey.com>
9643
9644         * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
9645         (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN.  Default
9646         constructor.
9647
9648 2018-05-20  Simon Marchi  <simon.marchi@polymtl.ca>
9649
9650         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
9651         instance to...
9652         (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
9653         * objfiles.c (get_objfile_bfd_data): Allocate
9654         objfile_per_bfd_storage with obstack_new when allocating on
9655         obstack.
9656
9657 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
9658
9659         * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
9660         OBSTACK_ZALLOC.
9661         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
9662         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
9663         * mdebugread.c (mdebug_build_psymtabs): Likewise.
9664         (add_pending): Likewise.
9665         (parse_symbol): Likewise.
9666         (parse_partial_symbols): Likewise.
9667         (psymtab_to_symtab_1): Likewise.
9668         (new_psymtab): Likewise.
9669         (elfmdebug_build_psymtabs): Likewise.
9670         * minsyms.c (terminate_minimal_symbol_table): Likewise.
9671         * objfiles.c (get_objfile_bfd_data): Likewise.
9672         (objfile_register_static_link): Likewise.
9673         * psymtab.c (allocate_psymtab): Likewise.
9674         * stabsread.c (read_member_functions): Likewise.
9675         * xcoffread.c (xcoff_end_psymtab): Likewise.
9676
9677 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
9678
9679         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
9680         compiler supports std::is_trivially_constructible.
9681         * common/poison.h: Include obstack.h.
9682         (IsMallocable): Define to is_trivially_constructible if the
9683         compiler supports it, define to true_type otherwise.
9684         (xobnew): New.
9685         (XOBNEW): Redefine.
9686         (xobnewvec): New.
9687         (XOBNEWVEC): Redefine.
9688         * gdb_obstack.h (obstack_zalloc): New.
9689         (OBSTACK_ZALLOC): Redefine.
9690         (obstack_calloc): New.
9691         (OBSTACK_CALLOC): Redefine.
9692         (obstack_new): New.
9693         * gdbarch.sh: Include gdb_obstack in gdbarch.h.
9694         (gdbarch_obstack): New declaration in gdbarch.h, definition in
9695         gdbarch.c.
9696         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
9697         obstack_calloc/obstack_zalloc.
9698         (gdbarch_obstack_zalloc): Remove.
9699         * target-descriptions.c (tdesc_data_init): Use obstack_new.
9700
9701 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9702
9703         * stack.c (backtrace_command_1): Remove useless variable int i.
9704
9705 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9706
9707         * stack.c (print_frame_info): Fix comment.
9708
9709 2018-05-18  Tom Tromey  <tom@tromey.com>
9710
9711         * dwarf2read.c (struct dwz_file): Add constructor, initializers.
9712         <dwz_bfd>: Now a gdb_bfd_ref_ptr.
9713         (~dwarf2_per_objfile): Update
9714         (dwarf2_get_dwz_file): Use new.
9715         * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
9716         unique_ptr.
9717
9718 2018-05-18  Tom Tromey  <tom@tromey.com>
9719
9720         * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
9721         unique_ptr.
9722         * dwarf2read.c (struct dwp_file): Add constructor and
9723         initializers.
9724         (open_and_init_dwp_file): Return a unique_ptr.
9725         (dwarf2_per_objfile, create_dwp_hash_table)
9726         (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
9727         (lookup_dwo_unit_in_dwp): Update.
9728         (open_and_init_dwp_file, get_dwp_file): Update.
9729
9730 2018-05-18  Tom Tromey  <tom@tromey.com>
9731
9732         * dwarf2read.c (dwarf2_per_objfile): Update.
9733         (struct mapped_index): Add initializers.
9734         (dwarf2_read_index): Use new.
9735         (dw2_symtab_iter_init): Update.
9736         * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
9737         unique_ptr.
9738
9739 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
9740
9741         * dwarf2read.c (mapped_index) <total_size>: Remove.
9742
9743 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
9744
9745         * unittests/format_pieces-selftests.c (test_format_specifier):
9746         Add ARI comments.
9747
9748 2018-05-18  Tom Tromey  <tom@tromey.com>
9749
9750         * c-typeprint.c (maybe_print_hole): New function.
9751         (c_print_type_struct_field_offset): Update.
9752         (c_type_print_base_struct_union): Call maybe_print_hole.
9753
9754 2018-05-17  Keith Seitz  <keiths@redhat.com>
9755
9756         * breakpoint.c (build_bpstat_chain): New function, moved from
9757         bpstat_stop_status.
9758         (bpstat_stop_status): Add optional parameter, `stop_chain'.
9759         If no stop chain is passed, call build_bpstat_chain to build it.
9760         * breakpoint.h (build_bpstat_chain): Declare.
9761         (bpstat_stop_status): Move documentation here from breakpoint.c.
9762         * infrun.c (handle_signal_stop): Before eliding inlined frames,
9763         build the stop chain and pass it to skip_inline_frames.
9764         Pass this stop chain to bpstat_stop_status.
9765         * inline-frame.c: Include breakpoint.h.
9766         (stopped_by_user_bp_inline_frame): New function.
9767         (skip_inline_frames): Add parameter `stop_chain'.
9768         Move documention to inline-frame.h.
9769         If non-NULL, use stopped_by_user_bp_inline_frame to determine
9770         whether the frame should be elided.
9771         * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
9772         Add moved documentation and update for new parameter.
9773
9774 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
9775
9776         PR cli/14975
9777         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9778         unittests/format_pieces-selftests.c.
9779         * common/format.h (format_piece) <operator==>: New.
9780         (format_pieces) <operator[]>: Remove.
9781         * common/format.c (format_pieces::format_pieces): Handle \e.
9782         * unittests/format_pieces-selftests.c: New.
9783
9784 2018-05-17  Tom Tromey  <tom@tromey.com>
9785
9786         PR symtab/23010:
9787         * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
9788         (dw2_instantiate_symtab): Add skip_partial parameter.
9789         (dw2_find_last_source_symtab, dw2_map_expand_apply)
9790         (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
9791         (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
9792         (dw2_expand_symtabs_matching_one)
9793         (dw2_find_pc_sect_compunit_symtab)
9794         (dw2_debug_names_lookup_symbol)
9795         (dw2_debug_names_expand_symtabs_for_function): Update.
9796         (init_cutu_and_read_dies): Add skip_partial parameter.
9797         (process_psymtab_comp_unit, build_type_psymtabs_1)
9798         (process_skeletonless_type_unit, load_partial_comp_unit)
9799         (psymtab_to_symtab_1): Update.
9800         (load_full_comp_unit): Add skip_partial parameter.
9801         (process_imported_unit_die, dwarf2_read_addr_index)
9802         (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
9803         (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
9804         (read_signatured_type): Update.
9805
9806 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
9807
9808         * value.c (release_value): Remove unused variable.
9809         (record_latest_value): Likewise.
9810         (access_value_history): Likewise.
9811         (preserve_values): Likewise.
9812
9813 2018-05-17  Tom Tromey  <tom@tromey.com>
9814
9815         * extension.h (struct ext_lang_type_printers) <py_type_printers>:
9816         Initialize.
9817
9818 2018-05-16  Maciej W. Rozycki  <macro@mips.com>
9819
9820         PR gdb/22286
9821         * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
9822         Also handle registers whose width is not a multiple of
9823         PTRACE_TYPE_RET.
9824         (linux_nat_trad_target::store_register): Likewise.
9825
9826 2018-05-16  Tom Tromey  <tom@tromey.com>
9827
9828         * gdbcore.h (core_bfd): Redefine.
9829         * corelow.c (core_target::close): Update.
9830         (core_target_open): Update.
9831         * progspace.h (struct program_space) <cbfd>: Now a
9832         gdb_bfd_ref_ptr.
9833
9834 2018-05-16  Tom Tromey  <tom@tromey.com>
9835
9836         PR cli/19551:
9837         * symfile-add-flags.h (enum symfile_add_flags)
9838         <SYMFILE_NOT_FILENAME>: New constant.
9839         * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME.  Get
9840         objfile name from BFD.
9841         (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
9842         * minidebug.c (find_separate_debug_file_in_section): Put
9843         ".gnu_debugdata" into BFD's file name.
9844
9845 2018-05-16  Simon Marchi  <simon.marchi@ericsson.com>
9846
9847         * regcache.c (regcache_read_ftype, regcache_write_ftype):
9848         Remove.
9849
9850 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
9851
9852         PR binutils/21446
9853         * aarch64-tdep.c (aarch64_analyze_prologue,
9854         aarch64_software_single_step, aarch64_displaced_step_copy_insn):
9855         Indicate not interested in errors.
9856
9857 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
9858
9859         * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
9860         Supply the MIPS_ZERO_REGNUM register.
9861
9862 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
9863
9864         * mips-tdep.c (mask_address_var): Make variable static.
9865
9866 2018-05-14  Tom Tromey  <tom@tromey.com>
9867
9868         * dwarf2read.c (rust_union_quirks): Clear rust_unions.
9869
9870 2018-05-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9871
9872         * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
9873         FXSAVE_ADDR for the mxcsr register.
9874
9875 2018-05-11  Max Filippov  <jcmvbkbc@gmail.com>
9876
9877         * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
9878
9879 2018-05-11  Pedro Alves  <palves@redhat.com>
9880
9881         * corelow.c (core_target) <core_target>: No longer inline.
9882         Initialize m_core_gdbarch, m_core_vec and build the section table
9883         here.
9884         <~core_target>: New.
9885         <core_gdbarch, get_core_register_section>: New methods.
9886         <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
9887         factored out from ...
9888         <core_data, core_vec, core_gdbarch>: ... these deleted globals.
9889         (core_ops): Delete.
9890         (sniff_core_bfd): Add gdbarch parameter.
9891         (core_close): Delete, merged into ...
9892         (core_target::close): ... here.  Delete self.
9893         (core_close_cleanup): Delete.
9894         (core_target_open): Allocate a core_target on the heap.  Use a
9895         unique_ptr instead of a cleanup.  Bits moved into the core_target
9896         ctor.  Adjust to use core_target methods instead of globals.
9897         (get_core_register_section): Rename to ...
9898         (core_target::get_core_register_section): ... this and adjust.
9899         (struct get_core_registers_cb_data): New.
9900         (get_core_registers_cb): Use it.  Use bool.
9901         (core_target::fetch_registers, core_target::files_info)
9902         (core_target::xfer_partial, core_target::read_description)
9903         (core_target::pid_to, core_target::thread_name): Adjust to
9904         reference class fields instead of globals.
9905         * target.h (struct target_ops_deleter, target_ops_up): New.
9906
9907 2018-05-11  Pedro Alves  <palves@redhat.com>
9908
9909         * corefile.c (core_file_command): Move to corelow.c.
9910         * corelow.c (the_core_target): Delete.
9911         (core_file_command): Moved from corefile.c.  Check exec_bfd
9912         instead of the_core_target.  Use target_detach instead of calling
9913         into the_core_target directly.
9914         (maybe_say_no_core_file_now): New.
9915         (core_target::detach): Use it.
9916         (_initialize_corelow): Remove references to the_core_target.
9917         * gdbcore.h (the_core_target): Delete.
9918
9919 2018-05-11  Tom Tromey  <tromey@redhat.com>
9920             Pedro Alves  <palves@redhat.com>
9921
9922         * corefile.c (core_bfd): Remove.
9923         * gdbcore.h (core_bfd): Now a macro.
9924         * progspace.h (struct program_space) <cbfd>: New field.
9925
9926 2018-05-11  Tom Tromey  <tom@tromey.com>
9927
9928         * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
9929         gdb::def_vector.
9930
9931 2018-05-10  Tom Tromey  <tom@tromey.com>
9932
9933         * configure: Rebuild.
9934         * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
9935
9936 2018-05-10  Joel Brobecker  <brobecker@adacore.com>
9937
9938         PR server/23158:
9939         * regformats/regdat.sh: Adjust script, following the addition
9940         of the new expedite_regs parameter to init_target_desc.
9941
9942 2018-05-10  Omair Javaid  <omair.javaid@linaro.org>
9943     
9944         PR gdb/23127
9945         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
9946         set_gdbarch_significant_addr_bit.
9947         * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
9948         set_gdbarch_significant_addr_bit.
9949         * utils.c (address_significant): Update to sign extend addr.
9950
9951 2018-05-09  Max Filippov  <jcmvbkbc@gmail.com>
9952
9953         * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
9954         (xtensa_linux_init_abi): Limit tdep->num_regs by
9955         tdep->num_nopriv_regs.
9956         * xtensa-tdep.c (xtensa_derive_tdep): Calculate
9957         tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
9958         not initialized.
9959
9960 2018-05-08  Simon Marchi  <simon.marchi@ericsson.com>
9961
9962         * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
9963
9964 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
9965
9966         * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
9967         (I387_MXCSR_INIT_VAL): New constant.
9968         * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
9969         buffer if it was supplied by the inferior.
9970         * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
9971         (i387_xsave_get_clear_bv): New function.
9972         (i387_supply_xsave): Only read x87 control registers from the
9973         xsave buffer if the feature is enabled, and the state will have
9974         been written, otherwise, provide a suitable default.
9975         (i387_collect_xsave): Pre-clear all registers in xsave buffer,
9976         including x87 control registers.  Update control registers if they
9977         have changed from the default value, and mark features as enabled
9978         as required.
9979         * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
9980
9981 2018-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
9982
9983         * spu-tdep.c (info_spu_event_command): Fix output formatting.
9984
9985 2018-05-07  Tom Tromey  <tom@tromey.com>
9986
9987         * configure: Rebuild.
9988         * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
9989
9990 2018-05-07  Tom Tromey  <tom@tromey.com>
9991
9992         PR tdep/20362:
9993         * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
9994         bit.  Use correct value for VDIV.
9995
9996 2018-05-04  Tom Tromey  <tom@tromey.com>
9997
9998         * configure: Rebuild.
9999         * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
10000
10001 2018-05-04  Tom Tromey  <tom@tromey.com>
10002
10003         * linux-record.c (record_linux_system_call) <case
10004         RECORD_SYS_RECVFROM>: Add "break".
10005
10006 2018-05-04  Tom Tromey  <tom@tromey.com>
10007
10008         * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
10009         Add missing "break".
10010         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
10011         Add missing "break".
10012
10013 2018-05-04  Tom Tromey  <tom@tromey.com>
10014
10015         * rs6000-tdep.c (ppc_process_record_op4)
10016         (ppc_process_record_op63): Add fall-through comment.
10017
10018 2018-05-04  Tom Tromey  <tom@tromey.com>
10019
10020         * i386-tdep.c (i386_process_record): Add fall-through comment.
10021
10022 2018-05-04  Tom Tromey  <tom@tromey.com>
10023
10024         * stabsread.c (define_symbol) <case 'p'>: Add fall-through
10025         comment.
10026
10027 2018-05-04  Tom Tromey  <tom@tromey.com>
10028
10029         * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
10030         * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
10031         * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
10032         comment.
10033         * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
10034         comment.
10035         * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
10036         comment.
10037
10038 2018-05-04  Tom Tromey  <tom@tromey.com>
10039
10040         * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
10041
10042 2018-05-04  Tom Tromey  <tom@tromey.com>
10043
10044         * s390-tdep.c (s390_process_record): Fix fall-through comments.
10045         * xcoffread.c (scan_xcoff_symtab): Move comment later.
10046         * symfile.c (section_is_mapped): Fix fall-through comment.
10047         * stabsread.c (define_symbol, read_member_functions): Fix
10048         fall-through comment.
10049         * s390-linux-tdep.c (s390_process_record): Fix fall-through
10050         comment.
10051         * remote.c (remote_wait_as): Fix fall-through comment.
10052         * p-exp.y (yylex): Fix fall-through comment.
10053         * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
10054         comment.
10055         * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
10056         * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
10057         * jv-exp.y (yylex): Fix fall-through comment.
10058         * go-exp.y (lex_one_token): Fix fall-through comment.
10059         * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
10060         fall-through comment.
10061         * f-exp.y (yylex): Fix fall-through comment.
10062         * dwarf2read.c (process_die): Fix fall-through comments.
10063         * dbxread.c (process_one_symbol): Fix fall-through comment.
10064         * d-exp.y (lex_one_token): Fix fall-through comment.
10065         * cp-name-parser.y (yylex): Fix fall-through comment.
10066         * coffread.c (coff_symtab_read): Fix fall-through comment.
10067         * c-exp.y (lex_one_token): Fix fall-through comment.
10068         * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
10069         comment.
10070         * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
10071         comment.
10072
10073 2018-05-04  Tom Tromey  <tom@tromey.com>
10074
10075         PR python/22730:
10076         * NEWS: Mention gdb.execute change.
10077         * gdbcmd.h (execute_control_command): Don't declare.
10078         * python/python.c (execute_gdb_command): Use read_command_lines_1,
10079         execute_control_commands, execute_control_commands_to_string.
10080         * cli/cli-script.h (execute_control_commands)
10081         (execute_control_commands_to_string): Declare.
10082         (execute_control_command): Add from_tty parameter.
10083         * cli/cli-script.c (execute_control_commands)
10084         (execute_control_commands_to_string): New functions.
10085         (execute_user_command): Use execute_control_commands.
10086         (execute_control_command_1): Add "from_tty" parameter.  Update.
10087         (execute_control_command): Likewise.
10088
10089 2018-05-04  Tom Tromey  <tom@tromey.com>
10090
10091         PR python/22731:
10092         * NEWS: Mention that breakpoint commands are writable.
10093         * python/py-breakpoint.c (bppy_set_commands): New function.
10094         (breakpoint_object_getset) <"commands">: Use it.
10095
10096 2018-05-04  Tom Tromey  <tom@tromey.com>
10097
10098         * tracepoint.c (actions_command): Update.
10099         * mi/mi-cmd-break.c (mi_command_line_array)
10100         (mi_command_line_array_cnt, mi_command_line_array_ptr)
10101         (mi_read_next_line): Remove.
10102         (mi_cmd_break_commands): Update.
10103         * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
10104         function_view.
10105         * cli/cli-script.c (get_command_line): Update.
10106         (process_next_line): Use function_view.  Constify.
10107         (recurse_read_control_structure, read_command_lines)
10108         (read_command_lines_1): Change argument types to function_view.
10109         (do_define_command, document_command): Update.
10110         * breakpoint.h (check_tracepoint_command): Don't declare.
10111         * breakpoint.c (check_tracepoint_command): Remove.
10112         (commands_command_1, create_tracepoint_from_upload): Update.
10113
10114 2018-05-04  Tom Tromey  <tom@tromey.com>
10115
10116         PR gdb/11750:
10117         * cli/cli-script.h (enum command_control_type) <define_control>:
10118         New constant.
10119         * cli/cli-script.c (multi_line_command_p): Handle define_control.
10120         (build_command_line, execute_control_command_1)
10121         (process_next_line): Likewise.
10122         (do_define_command): New function, extracted from define_command.
10123         (define_command): Use it.
10124
10125 2018-05-04  Tom Tromey  <tom@tromey.com>
10126
10127         * tracepoint.c (actions_command): Update.
10128         * cli/cli-script.h (read_command_lines): Update.
10129         * cli/cli-script.c (read_command_lines): Constify prompt_arg.
10130         (MAX_TMPBUF): Remove define.
10131         (define_command): Use string_printf.
10132         (document_command): Likewise.
10133         * breakpoint.c (commands_command_1): Update.
10134
10135 2018-05-04  Tom Tromey  <tom@tromey.com>
10136
10137         * top.c (execute_command): Update.
10138         * cli/cli-script.h (print_command_lines): Now varargs.
10139         * cli/cli-script.c (print_command_lines): Now varargs.
10140         (execute_control_command_1) <case while_control, case if_control>:
10141         Update.
10142
10143 2018-05-04  Tom Tromey  <tom@tromey.com>
10144
10145         * tracepoint.c (all_tracepoint_actions): Rename from
10146         all_tracepoint_actions_and_cleanup.  Change return type.
10147         (actions_command, encode_actions_1, encode_actions)
10148         (trace_dump_actions, tdump_command): Update.
10149         * remote.c (remote_download_command_source): Update.
10150         * python/python.c (gdbpy_eval_from_control_command)
10151         (python_command, python_interactive_command): Update.
10152         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
10153         * guile/guile.c (guile_command)
10154         (gdbscm_eval_from_control_command, guile_command): Update.
10155         * compile/compile.c (compile_code_command)
10156         (compile_print_command, compile_to_object): Update.
10157         * cli/cli-script.h (struct command_lines_deleter): New.
10158         (counted_command_line): New typedef.
10159         (struct command_line): Add constructor, destructor.
10160         <body_list>: Remove.
10161         <body_list_0, body_list_1>: New members.
10162         (command_line_up): Remove typedef.
10163         (read_command_lines, read_command_lines_1, get_command_line):
10164         Update.
10165         (copy_command_lines): Don't declare.
10166         * cli/cli-script.c (build_command_line): Use "new".
10167         (get_command_line): Return counted_command_line.
10168         (print_command_lines, execute_user_command)
10169         (execute_control_command_1, while_command, if_command): Update.
10170         (realloc_body_list): Remove.
10171         (process_next_line, recurse_read_control_structure): Update.
10172         (read_command_lines, read_command_lines_1): Return counted_command_line.
10173         (free_command_lines): Use "delete".
10174         (copy_command_lines): Remove.
10175         (define_command, document_command, show_user_1): Update.
10176         * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
10177         a counted_command_line.
10178         * breakpoint.h (counted_command_line): Remove typedef.
10179         (breakpoint_set_commands): Update.
10180         * breakpoint.c (check_no_tracepoint_commands)
10181         (validate_commands_for_breakpoint): Update.
10182         (breakpoint_set_commands): Change commands to be a
10183         counted_command_line.
10184         (commands_command_1, update_dprintf_command_list)
10185         (create_tracepoint_from_upload): Update.
10186
10187 2018-05-04  Tom Tromey  <tom@tromey.com>
10188
10189         * cli/cli-decode.h (cmd_list_element): New constructor.
10190         (~cmd_list_element): New destructor.
10191         (struct cmd_list_element): Add initializers.
10192         * cli/cli-decode.c (do_add_cmd): Use "new".
10193         (delete_cmd): Use "delete".
10194
10195 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10196             Pedro Alves <palves@redhat.com>
10197
10198         PR breakpoints/19806 and support for PR external/20207.
10199         * NEWS: Mention Aarch64 watchpoint improvements.
10200         * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
10201         watchpoints and PR external/20207 watchpoints.
10202         * nat/aarch64-linux-hw-point.c
10203         (kernel_supports_any_contiguous_range): New.
10204         (aarch64_watchpoint_offset): New.
10205         (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
10206         (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
10207         (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
10208         (aarch64_align_watchpoint): New parameters aligned_offset_p and
10209         next_addr_orig_p.  Support PR external/20207 watchpoints.
10210         (aarch64_downgrade_regs): New.
10211         (aarch64_dr_state_insert_one_point): New parameters offset and
10212         addr_orig.
10213         (aarch64_dr_state_remove_one_point): Likewise.
10214         (aarch64_handle_breakpoint): Update caller.
10215         (aarch64_handle_aligned_watchpoint): Likewise.
10216         (aarch64_handle_unaligned_watchpoint): Support addr_orig and
10217         aligned_offset.
10218         (aarch64_linux_set_debug_regs): Remove const from state.  Call
10219         aarch64_downgrade_regs.
10220         (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
10221         * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
10222         (DR_CONTROL_MASK): ... this.
10223         (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
10224         (unsigned int aarch64_watchpoint_offset): New prototype.
10225         (aarch64_linux_set_debug_regs): Remove const from state.
10226         * utils.c (align_up, align_down): Move to ...
10227         * common/common-utils.c (align_up, align_down): ... here.
10228         * utils.h (align_up, align_down): Move to ...
10229         * common/common-utils.h (align_up, align_down): ... here.
10230
10231 2018-05-04  Joel Brobecker  <brobecker@adacore.com>
10232
10233         * sparc-tdep.c (sparc_structure_return_p): Re-implement to
10234         match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
10235         (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
10236         Re-implement to match the ABI as summarized in GCC's
10237         gcc/config/sparc/sparc.c.  All callers updated.
10238         (sparc32_store_arguments): Remove assertion.
10239
10240 2018-05-04  Tom Tromey  <tom@tromey.com>
10241
10242         * printcmd.c: Don't include tui.h.
10243         (decode_format): Use skip_spaces.
10244
10245 2018-05-04  Tom Tromey  <tom@tromey.com>
10246
10247         PR gdb/22619:
10248         * printcmd.c (last_count): New global.
10249         (x_command): Use saved count when repeating.
10250
10251 2018-05-04  Tom Tromey  <tom@tromey.com>
10252
10253         * nto-procfs.c (do_closedir_cleanup): Remove.
10254         (procfs_pidlist): Use gdb_dir_up.
10255         * procfs.c (do_closedir_cleanup): Remove.
10256         (proc_update_threads): Use gdb_dir_up.
10257         * common/filestuff.h (struct gdb_dir_deleter): New.
10258         (gdb_dir_up): New typedef.
10259
10260 2018-05-04  Tom Tromey  <tom@tromey.com>
10261
10262         * ada-lang.c (print_mention_exception): Use std::string.
10263
10264 2018-05-04  Tom Tromey  <tom@tromey.com>
10265
10266         * ada-lang.c (create_excep_cond_exprs): Update.
10267         (ada_exception_catchpoint_cond_string): Use std::string.
10268
10269 2018-05-04  Tom Tromey  <tom@tromey.com>
10270
10271         * ada-lang.c (xget_renaming_scope): Return std::string.
10272         (old_renaming_is_invisible): Update.
10273
10274 2018-05-04  Tom Tromey  <tom@tromey.com>
10275
10276         * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
10277         (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
10278
10279 2018-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
10280
10281         * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
10282
10283 2018-05-04  Tom Tromey  <tom@tromey.com>
10284
10285         * remote.c (remote_query_supported_append): Change type.
10286         (remote_check_symbols): Update.
10287
10288 2018-05-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
10289
10290         PR gdb/11420
10291         * configure.ac: Prepend libpython.
10292         * python/python-config.py: Likewise.
10293         * configure: Regenerate.
10294
10295 2018-05-03  Simon Marchi  <simon.marchi@ericsson.com>
10296
10297         * Makefile.in (%.c: %.l): Use -t instead of --stdout.
10298
10299 2018-05-03  Pedro Alves  <palves@redhat.com>
10300
10301         * s390-linux-nat.c
10302         (s390_linux_nat_target::have_continuable_watchpoint): Mark with
10303         override.  Write 'true' instead of '1'.
10304         (s390_linux_nat_target::watchpoint_addr_within_range): Remove
10305         declaration.
10306
10307 2018-05-02  Pedro Alves  <palves@redhat.com>
10308
10309         * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
10310         add_inf_child_target.
10311         * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
10312         add_inf_child_target.
10313         * aix-thread.c (aix_thread_target_info): New.
10314         (aix_thread_target) <shortname, longname, doc>: Delete.
10315         <info>: New.
10316         * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
10317         add_inf_child_target.
10318         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
10319         add_inf_child_target.
10320         * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
10321         add_inf_child_target.
10322         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
10323         add_inf_child_target.
10324         * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
10325         add_inf_child_target.
10326         * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
10327         add_inf_child_target.
10328         * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
10329         add_inf_child_target.
10330         * arm-linux-nat.c (_initialize_arm_linux_nat): Use
10331         add_inf_child_target.
10332         * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
10333         add_inf_child_target.
10334         * bfd-target.c (target_bfd_target_info): New.
10335         (target_bfd) <shortname, longname, doc>: Delete.
10336         <info>: New.
10337         * bsd-kvm.c (bsd_kvm_target_info): New.
10338         (bsd_kvm_target) <shortname, longname, doc>: Delete.
10339         <info>: New.
10340         (bsd_kvm_target::open): Rename to ...
10341         (bsd_kvm_target_open): ... this.  Adjust.
10342         * bsd-uthread.c (bsd_uthread_target_info): New.
10343         (bsd_uthread_target) <shortname, longname, doc>: Delete.
10344         <info>: New.
10345         * corefile.c (core_file_command): Adjust.
10346         * corelow.c (core_target_info): New.
10347         (core_target) <shortname, longname, doc>: Delete.
10348         <info>: New.
10349         (core_target::open): Rename to ...
10350         (core_target_open): ... this.  Adjust.
10351         * ctf.c (ctf_target_info): New.
10352         (ctf_target) <shortname, longname, doc>: Delete.
10353         <info>: New.
10354         (ctf_target::open): Rename to ...
10355         (ctf_target_open): ... this.
10356         (_initialize_ctf): Adjust.
10357         * exec.c (exec_target_info): New.
10358         (exec_target) <shortname, longname, doc>: Delete.
10359         <info>: New.
10360         (exec_target::open): Rename to ...
10361         (exec_target_open): ... this.
10362         * gdbcore.h (core_target_open): Declare.
10363         * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
10364         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
10365         add_inf_child_target.
10366         * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
10367         add_inf_child_target.
10368         * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
10369         add_inf_child_target.
10370         * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
10371         add_inf_child_target.
10372         * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
10373         add_inf_child_target.
10374         * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
10375         add_inf_child_target.
10376         * i386-linux-nat.c (_initialize_i386_linux_nat): Use
10377         add_inf_child_target.
10378         * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
10379         add_inf_child_target.
10380         * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
10381         add_inf_child_target.
10382         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
10383         add_inf_child_target.
10384         * inf-child.c (inf_child_target_info): New.
10385         (inf_child_target::info): New.
10386         (inf_child_open_target): Remove 'target' parameter.  Use
10387         get_native_target instead.
10388         (inf_child_target::open): Delete.
10389         (add_inf_child_target): New.
10390         * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
10391         Delete.
10392         <info>: New.
10393         (add_inf_child_target): Declare.
10394         (inf_child_open_target): Declare.
10395         * linux-thread-db.c (thread_db_target_info): New.
10396         (thread_db_target) <shortname, longname, doc>: Delete.
10397         <info>: New.
10398         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
10399         add_inf_child_target.
10400         * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
10401         add_inf_child_target.
10402         * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
10403         add_inf_child_target.
10404         * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
10405         add_inf_child_target.
10406         * make-target-delegates (print_class): Adjust.
10407         * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
10408         add_inf_child_target.
10409         * mips-linux-nat.c (_initialize_mips_linux_nat): Use
10410         add_inf_child_target.
10411         * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
10412         add_inf_child_target.
10413         * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
10414         add_inf_child_target.
10415         * nto-procfs.c (nto_native_target_info): New.
10416         (nto_procfs_target_native) <shortname, longname, doc>:
10417         Delete.
10418         <info>: New.
10419         (nto_procfs_target_info): New.
10420         (nto_procfs_target_procfs) <shortname, longname, doc>:
10421         Delete.
10422         <info>: New.
10423         (init_procfs_targets): Adjust.
10424         * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
10425         add_inf_child_target.
10426         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
10427         add_inf_child_target.
10428         * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
10429         add_inf_child_target.
10430         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
10431         add_inf_child_target.
10432         * ravenscar-thread.c (ravenscar_target_info): New.
10433         (ravenscar_thread_target) <shortname, longname, doc>:
10434         Delete.
10435         <info>: New.
10436         * record-btrace.c (record_btrace_target_info):
10437         (record_btrace_target) <shortname, longname, doc>: Delete.
10438         <info>: New.
10439         (record_btrace_target::open): Rename to ...
10440         (record_btrace_target_open): ... this.  Adjust.
10441         * record-full.c (record_longname, record_doc): New.
10442         (record_full_base_target) <shortname, longname, doc>: Delete.
10443         <info>: New.
10444         (record_full_target_info): New.
10445         (record_full_target): <shortname>: Delete.
10446         <info>: New.
10447         (record_full_core_open_1, record_full_open_1): Update comments.
10448         (record_full_base_target::open): Rename to ...
10449         (record_full_open): ... this.
10450         (cmd_record_full_restore): Update.
10451         (_initialize_record_full): Update.
10452         * remote-sim.c (remote_sim_target_info): New.
10453         (gdbsim_target) <shortname, longname, doc>: Delete.
10454         <info>: New.
10455         (gdbsim_target::open): Rename to ...
10456         (gdbsim_target_open): ... this.
10457         (_initialize_remote_sim): Adjust.
10458         * remote.c (remote_doc): New.
10459         (remote_target_info): New.
10460         (remote_target) <shortname, longname, doc>: Delete.
10461         <info>: New.
10462         (extended_remote_target_info): New.
10463         (extended_remote_target) <shortname, longname, doc>: Delete.
10464         <info>: New.
10465         (remote_target::open_1): Make static.  Adjust.
10466         * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
10467         * s390-linux-nat.c (_initialize_s390_nat): Use
10468         add_inf_child_target.
10469         * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
10470         add_inf_child_target.
10471         * sol-thread.c (thread_db_target_info): New.
10472         (sol_thread_target) <shortname, longname, doc>: Delete.
10473         <info>: New.
10474         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
10475         add_inf_child_target.
10476         * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
10477         add_inf_child_target.
10478         * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
10479         add_inf_child_target.
10480         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
10481         add_inf_child_target.
10482         * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
10483         add_inf_child_target.
10484         * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
10485         add_inf_child_target.
10486         * spu-linux-nat.c (_initialize_spu_nat): Use
10487         add_inf_child_target.
10488         * spu-multiarch.c (spu_multiarch_target_info): New.
10489         (spu_multiarch_target) <shortname, longname, doc>: Delete.
10490         <info>: New.
10491         * target-delegates.c: Regenerate.
10492         * target.c: Include <unordered_map>.
10493         (target_ops_p): Delete.
10494         (DEF_VEC_P(target_ops_p)): Delete.
10495         (target_factories): New.
10496         (test_target_info): New.
10497         (test_target_ops::info): New.
10498         (open_target): Adjust to use target_factories.
10499         (add_target_with_completer): Rename to ...
10500         (add_target): ... this.  Change prototype.  Register target_info
10501         and open callback in target_factories.  Register target_info in
10502         command context instead of target_ops.
10503         (add_target): Delete old implementation.
10504         (add_deprecated_target_alias): Change prototype.  Adjust.
10505         (the_native_target): New.
10506         (set_native_target, get_native_target): New.
10507         (find_default_run_target): Use the_native_target.
10508         (find_attach_target, find_run_target): Simplify.
10509         (target_ops::open): Delete.
10510         (dummy_target_info): New.
10511         (dummy_target::shortname, dummy_target::longname)
10512         (dummy_target::doc): Delete.
10513         (dummy_target::info): New.
10514         (debug_target::shortname, debug_target::longname)
10515         (debug_target::doc): Delete.
10516         (debug_target::info): New.
10517         * target.h (struct target_info): New.
10518         (target_ops::~target_ops): Add comment.
10519         (target_ops::info): New.
10520         (target_ops::shortname, target_ops::longname, target_ops::doc): No
10521         longer virtual.  Implement in terms of target_info.
10522         (set_native_target, get_native_target): Declare.
10523         (target_open_ftype): New.
10524         (add_target, add_target_with_completer)
10525         (add_deprecated_target_alias): Change prototype.
10526         (test_target) <shortname, longname, doc>: Delete.
10527         <info>: New.
10528         * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
10529         add_inf_child_target.
10530         * tracefile-tfile.c (tfile_target_info): New.
10531         (tfile_target) <shortname, longname, doc>: Delete.
10532         <info>: New.
10533         (tfile_target::open): Rename to ...
10534         (tfile_target_open): ... this.
10535         (_initialize_tracefile_tfile): Adjust.
10536         * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
10537         add_inf_child_target.
10538         * windows-nat.c (_initialize_windows_nat): Use
10539         add_inf_child_target.
10540         * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
10541         add_inf_child_target.
10542
10543 2018-05-02  Pedro Alves  <palves@redhat.com>
10544
10545         * linux-nat.h (linux_nat_target) <low_new_thread,
10546         low_delete_thread, low_new_fork, low_forget_process,
10547         low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
10548         New virtual methods.
10549         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10550         (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
10551         (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
10552         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10553         (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
10554         Delete.
10555         * linux-fork.c (delete_fork): Adjust to call low method.
10556         * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
10557         (linux_nat_new_fork, linux_nat_forget_process_hook)
10558         (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
10559         (linux_nat_status_is_event):
10560         (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
10561         (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
10562         to call low method.
10563         (sigtrap_is_event): Rename to ...
10564         (linux_nat_target::low_status_is_event): ... this.
10565         (linux_nat_set_status_is_event): Delete.
10566         (save_stop_reason, linux_nat_wait_1)
10567         (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
10568         low methods.
10569         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
10570         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10571         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
10572         (linux_nat_set_prepare_to_resume): Delete.
10573         * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
10574         low virtual methods.
10575         * amd64-linux-nat.c: Likewise.
10576         * arm-linux-nat.c: Likewise.
10577         * i386-linux-nat.c: Likewise.
10578         * ia64-linux-nat.c: Likewise.
10579         * mips-linux-nat.c: Likewise.
10580         * ppc-linux-nat.c: Likewise.
10581         * s390-linux-nat.c: Likewise.
10582         * sparc64-linux-nat.c: Likewise.
10583         * x86-linux-nat.c: Likewise.
10584         * x86-linux-nat.h: Include "nat/x86-linux.h".
10585         (x86_linux_nat_target) <low_new_fork, low_forget_process,
10586         low_prepare_to_resume, low_new_thread, low_delete_thread>:
10587         Override methods.
10588
10589 2018-05-02  Pedro Alves  <palves@redhat.com>
10590
10591         * target.h (target_ops)
10592         <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
10593         stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
10594         stopped_by_watchpoint, have_continuable_watchpoint,
10595         stopped_data_address, watchpoint_addr_within_range,
10596         can_accel_watchpoint_condition, can_run, thread_alive,
10597         has_all_memory, has_memory, has_stack, has_registers,
10598         has_execution, can_async_p, is_async_p, supports_non_stop,
10599         always_non_stop_p, can_execute_reverse, supports_multi_process,
10600         supports_enable_disable_tracepoint,
10601         supports_disable_randomization, supports_string_tracing,
10602         supports_evaluation_of_breakpoint_conditions,
10603         can_run_breakpoint_commands, filesystem_is_local,
10604         can_download_tracepoint, get_trace_state_variable_value,
10605         set_trace_notes, get_tib_address, use_agent, can_use_agent,
10606         record_is_replaying, record_will_replay,
10607         augmented_libraries_svr4_read>: Adjust to return bool.
10608         * aarch64-linux-nat.c: All implementations adjusted.
10609         * aix-thread.c: All implementations adjusted.
10610         * arm-linux-nat.c: All implementations adjusted.
10611         * breakpoint.c: All implementations adjusted.
10612         * bsd-kvm.c: All implementations adjusted.
10613         * bsd-uthread.c: All implementations adjusted.
10614         * corelow.c: All implementations adjusted.
10615         * ctf.c: All implementations adjusted.
10616         * darwin-nat.c: All implementations adjusted.
10617         * darwin-nat.h: All implementations adjusted.
10618         * exec.c: All implementations adjusted.
10619         * fbsd-nat.c: All implementations adjusted.
10620         * fbsd-nat.h: All implementations adjusted.
10621         * gnu-nat.c: All implementations adjusted.
10622         * gnu-nat.h: All implementations adjusted.
10623         * go32-nat.c: All implementations adjusted.
10624         * ia64-linux-nat.c: All implementations adjusted.
10625         * inf-child.c: All implementations adjusted.
10626         * inf-child.h: All implementations adjusted.
10627         * inf-ptrace.c: All implementations adjusted.
10628         * inf-ptrace.h: All implementations adjusted.
10629         * linux-nat.c: All implementations adjusted.
10630         * linux-nat.h: All implementations adjusted.
10631         * mips-linux-nat.c: All implementations adjusted.
10632         * nto-procfs.c: All implementations adjusted.
10633         * ppc-linux-nat.c: All implementations adjusted.
10634         * procfs.c: All implementations adjusted.
10635         * ravenscar-thread.c: All implementations adjusted.
10636         * record-btrace.c: All implementations adjusted.
10637         * record-full.c: All implementations adjusted.
10638         * remote-sim.c: All implementations adjusted.
10639         * remote.c: All implementations adjusted.
10640         * s390-linux-nat.c: All implementations adjusted.
10641         * sol-thread.c: All implementations adjusted.
10642         * spu-multiarch.c: All implementations adjusted.
10643         * target-delegates.c: All implementations adjusted.
10644         * target.c: All implementations adjusted.
10645         * target.h: All implementations adjusted.
10646         * tracefile-tfile.c: All implementations adjusted.
10647         * tracefile.c: All implementations adjusted.
10648         * tracefile.h: All implementations adjusted.
10649         * windows-nat.c: All implementations adjusted.
10650         * x86-linux-nat.h: All implementations adjusted.
10651         * x86-nat.h: All implementations adjusted.
10652
10653 2018-05-02  Pedro Alves  <palves@redhat.com>
10654
10655         * make-target-delegates (scan_target_h): Don't trim lines here.
10656         Replace sequences of tabs and/or whitespace with a single
10657         whitespace.
10658         (top level, parsing methods): Trim each line before processing it
10659         here.
10660
10661 2018-05-02  Pedro Alves  <palves@redhat.com>
10662             John Baldwin  <jhb@freebsd.org>
10663
10664         * target.h (enum strata) <debug_stratum>: New.
10665         (struct target_ops) <all delegation methods>: Replace by C++
10666         virtual methods, and drop "to_" prefix.  All references updated
10667         throughout.
10668         <to_shortname, to_longname, to_doc, to_data,
10669         to_have_steppable_watchpoint, to_have_continuable_watchpoint,
10670         to_has_thread_control, to_attach_no_wait>: Delete, replaced by
10671         virtual methods.  All references updated throughout.
10672         <can_attach, supports_terminal_ours, can_create_inferior,
10673         get_thread_control_capabilities, attach_no_wait>: New
10674         virtual methods.
10675         <insert_breakpoint, remove_breakpoint>: Now
10676         TARGET_DEFAULT_NORETURN methods.
10677         <info_proc>: Now returns bool.
10678         <to_magic>: Delete.
10679         (OPS_MAGIC): Delete.
10680         (current_target): Delete.  All references replaced by references
10681         to ...
10682         (target_stack): ... this.  New.
10683         (target_shortname, target_longname): Adjust.
10684         (target_can_run): Now a function declaration.
10685         (default_child_has_all_memory, default_child_has_memory)
10686         (default_child_has_stack, default_child_has_registers)
10687         (default_child_has_execution): Remove target_ops parameter.
10688         (complete_target_initialization): Delete.
10689         (memory_breakpoint_target): New template class.
10690         (test_target_ops): Refactor as a C++ class with virtual methods.
10691         * make-target-delegates (NAME_PART): Tighten.
10692         (POINTER_PART, CP_SYMBOL): New.
10693         (SIMPLE_RETURN_PART): Reimplement.
10694         (VEC_RETURN_PART): Expect less.
10695         (RETURN_PART, VIRTUAL_PART): New.
10696         (METHOD): Adjust to C++ virtual methods.
10697         (scan_target_h): Remove reference to C99.
10698         (dname): Output "target_ops::" prefix.
10699         (write_function_header): Adjust to output a C++ class method.
10700         (write_declaration): New.
10701         (write_delegator): Adjust to output a C++ class method.
10702         (tdname): Output "dummy_target::" prefix.
10703         (write_tdefault, write_debugmethod): Adjust to output a C++ class
10704         method.
10705         (tdefault_names, debug_names): Delete.
10706         (return_types, tdefaults, styles, argtypes_array): New.
10707         (top level): All methods are delegators.
10708         (print_class): New.
10709         (top level): Print dummy_target and debug_target classes.
10710         * target-delegates.c: Regenerate.
10711         * target-debug.h (target_debug_print_enum_info_proc_what)
10712         (target_debug_print_thread_control_capabilities)
10713         (target_debug_print_thread_info_p): New.
10714         * target.c (dummy_target): Delete.
10715         (the_dummy_target, the_debug_target): New.
10716         (target_stack): Now extern.
10717         (set_targetdebug): Push/unpush debug target.
10718         (default_child_has_all_memory, default_child_has_memory)
10719         (default_child_has_stack, default_child_has_registers)
10720         (default_child_has_execution): Remove target_ops parameter.
10721         (complete_target_initialization): Delete.
10722         (add_target_with_completer): No longer call
10723         complete_target_initialization.
10724         (target_supports_terminal_ours): Use regular delegation.
10725         (update_current_target): Delete.
10726         (push_target): No longer check magic number.  Don't call
10727         update_current_target.
10728         (unpush_target): Don't call update_current_target.
10729         (target_is_pushed): No longer check magic number.
10730         (target_require_runnable): Skip for all stratums over
10731         process_stratum.
10732         (target_ops::info_proc): New.
10733         (target_info_proc): Use find_target_at and
10734         find_default_run_target.
10735         (target_supports_disable_randomization): Use regular delegation.
10736         (target_get_osdata): Use find_target_at.
10737         (target_ops::open, target_ops::close, target_ops::can_attach)
10738         (target_ops::attach, target_ops::can_create_inferior)
10739         (target_ops::create_inferior, target_ops::can_run)
10740         (target_can_run): New.
10741         (default_fileio_target): Use regular delegation.
10742         (target_ops::fileio_open, target_ops::fileio_pwrite)
10743         (target_ops::fileio_pread, target_ops::fileio_fstat)
10744         (target_ops::fileio_close, target_ops::fileio_unlink)
10745         (target_ops::fileio_readlink): New.
10746         (target_fileio_open_1, target_fileio_unlink)
10747         (target_fileio_readlink): Always call the target method.  Handle
10748         FILEIO_ENOSYS.
10749         (return_zero, return_zero_has_execution): Delete.
10750         (init_dummy_target): Delete.
10751         (dummy_target::dummy_target, dummy_target::shortname)
10752         (dummy_target::longname, dummy_target::doc)
10753         (debug_target::debug_target, debug_target::shortname)
10754         (debug_target::longname, debug_target::doc): New.
10755         (target_supports_delete_record): Use regular delegation.
10756         (setup_target_debug): Delete.
10757         (maintenance_print_target_stack): Skip debug_stratum.
10758         (initialize_targets): Instantiate the_dummy_target and
10759         the_debug_target.
10760         * auxv.c (target_auxv_parse): Remove 'ops' parameter.  Adjust to
10761         use target_stack.
10762         (target_auxv_search, fprint_target_auxv): Adjust.
10763         (info_auxv_command): Adjust to use target_stack.
10764         * auxv.h (target_auxv_parse): Remove 'ops' parameter.
10765         * exceptions.c (print_flush): Handle a NULL target_stack.
10766         * regcache.c (target_ops_no_register): Refactor as class with
10767         virtual methods.
10768
10769         * exec.c (exec_target): New class.
10770         (exec_ops): Now an exec_target.
10771         (exec_open, exec_close_1, exec_get_section_table)
10772         (exec_xfer_partial, exec_files_info, exec_has_memory)
10773         (exec_make_note_section): Refactor as exec_target methods.
10774         (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
10775         Delete.
10776         (exec_target::find_memory_regions): New.
10777         (_initialize_exec): Don't call init_exec_ops.
10778         * gdbcore.h (exec_file_clear): Delete.
10779
10780         * corefile.c (core_target): Delete.
10781         (core_file_command): Adjust.
10782         * corelow.c (core_target): New class.
10783         (the_core_target): New.
10784         (core_close): Remove target_ops parameter.
10785         (core_close_cleanup): Adjust.
10786         (core_target::close): New.
10787         (core_open, core_detach, get_core_registers, core_files_info)
10788         (core_xfer_partial, core_thread_alive, core_read_description)
10789         (core_pid_to_str, core_thread_name, core_has_memory)
10790         (core_has_stack, core_has_registers, core_info_proc): Rework as
10791         core_target methods.
10792         (ignore, core_remove_breakpoint, init_core_ops): Delete.
10793         (_initialize_corelow): Initialize the_core_target.
10794         * gdbcore.h (core_target): Delete.
10795         (the_core_target): New.
10796
10797         * ctf.c: (ctf_target): New class.
10798         (ctf_ops): Now a ctf_target.
10799         (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
10800         (ctf_xfer_partial, ctf_get_trace_state_variable_value)
10801         (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
10802         methods.
10803         (init_ctf_ops): Delete.
10804         (_initialize_ctf): Don't call it.
10805         * tracefile-tfile.c (tfile_target): New class.
10806         (tfile_ops): Now a tfile_target.
10807         (tfile_open, tfile_close, tfile_files_info)
10808         (tfile_get_tracepoint_status, tfile_trace_find)
10809         (tfile_fetch_registers, tfile_xfer_partial)
10810         (tfile_get_trace_state_variable_value, tfile_traceframe_info):
10811         Refactor as tfile_target methods.
10812         (tfile_xfer_partial_features): Remove target_ops parameter.
10813         (init_tfile_ops): Delete.
10814         (_initialize_tracefile_tfile): Don't call it.
10815         * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
10816         (tracefile_has_stack, tracefile_has_registers)
10817         (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
10818         tracefile_target methods.
10819         (init_tracefile_ops): Delete.
10820         (tracefile_target::tracefile_target): New.
10821         * tracefile.h: Include "target.h".
10822         (tracefile_target): New class.
10823         (init_tracefile_ops): Delete.
10824
10825         * spu-multiarch.c (spu_multiarch_target): New class.
10826         (spu_ops): Now a spu_multiarch_target.
10827         (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
10828         (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
10829         (spu_search_memory, spu_mourn_inferior): Refactor as
10830         spu_multiarch_target methods.
10831         (init_spu_ops): Delete.
10832         (_initialize_spu_multiarch): Remove references to init_spu_ops,
10833         complete_target_initialization.
10834
10835         * ravenscar-thread.c (ravenscar_thread_target): New class.
10836         (ravenscar_ops): Now a ravenscar_thread_target.
10837         (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
10838         (ravenscar_thread_alive, ravenscar_pid_to_str)
10839         (ravenscar_fetch_registers, ravenscar_store_registers)
10840         (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
10841         (ravenscar_stopped_by_hw_breakpoint)
10842         (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
10843         (ravenscar_mourn_inferior, ravenscar_core_of_thread)
10844         (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
10845         methods.
10846         (init_ravenscar_thread_ops): Delete.
10847         (_initialize_ravenscar): Remove references to
10848         init_ravenscar_thread_ops and complete_target_initialization.
10849
10850         * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
10851         (bsd_uthread_target): New class.
10852         (bsd_uthread_ops): Now a bsd_uthread_target.
10853         (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
10854         (bsd_uthread_close, bsd_uthread_mourn_inferior)
10855         (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
10856         (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
10857         (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
10858         (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
10859         (bsd_uthread_target): Delete function.
10860         (_initialize_bsd_uthread): Remove reference to
10861         complete_target_initialization.
10862
10863         * bfd-target.c (target_bfd_data): Delete.  Fields folded into ...
10864         (target_bfd): ... this new class.
10865         (target_bfd_xfer_partial, target_bfd_get_section_table)
10866         (target_bfd_close): Refactor as target_bfd methods.
10867         (target_bfd::~target_bfd): New.
10868         (target_bfd_reopen): Adjust.
10869         (target_bfd::close): New.
10870
10871         * record-btrace.c (record_btrace_target): New class.
10872         (record_btrace_ops): Now a record_btrace_target.
10873         (record_btrace_open, record_btrace_stop_recording)
10874         (record_btrace_disconnect, record_btrace_close)
10875         (record_btrace_async, record_btrace_info)
10876         (record_btrace_insn_history, record_btrace_insn_history_range)
10877         (record_btrace_insn_history_from, record_btrace_call_history)
10878         (record_btrace_call_history_range)
10879         (record_btrace_call_history_from, record_btrace_record_method)
10880         (record_btrace_is_replaying, record_btrace_will_replay)
10881         (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
10882         (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
10883         (record_btrace_store_registers, record_btrace_prepare_to_store)
10884         (record_btrace_to_get_unwinder)
10885         (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
10886         (record_btrace_commit_resume, record_btrace_wait)
10887         (record_btrace_stop, record_btrace_can_execute_reverse)
10888         (record_btrace_stopped_by_sw_breakpoint)
10889         (record_btrace_supports_stopped_by_sw_breakpoint)
10890         (record_btrace_stopped_by_hw_breakpoint)
10891         (record_btrace_supports_stopped_by_hw_breakpoint)
10892         (record_btrace_update_thread_list, record_btrace_thread_alive)
10893         (record_btrace_goto_begin, record_btrace_goto_end)
10894         (record_btrace_goto, record_btrace_stop_replaying_all)
10895         (record_btrace_execution_direction)
10896         (record_btrace_prepare_to_generate_core)
10897         (record_btrace_done_generating_core): Refactor as
10898         record_btrace_target methods.
10899         (init_record_btrace_ops): Delete.
10900         (_initialize_record_btrace): Remove reference to
10901         init_record_btrace_ops.
10902         * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
10903         the execution_direction global.
10904         (record_full_base_target, record_full_target)
10905         (record_full_core_target): New classes.
10906         (record_full_ops): Now a record_full_target.
10907         (record_full_core_ops): Now a record_full_core_target.
10908         (record_full_target::detach, record_full_target::disconnect)
10909         (record_full_core_target::disconnect)
10910         (record_full_target::mourn_inferior, record_full_target::kill):
10911         New.
10912         (record_full_open, record_full_close, record_full_async): Refactor
10913         as methods of the record_full_base_target class.
10914         (record_full_resume, record_full_commit_resume): Refactor
10915         as methods of the record_full_target class.
10916         (record_full_wait, record_full_stopped_by_watchpoint)
10917         (record_full_stopped_data_address)
10918         (record_full_stopped_by_sw_breakpoint)
10919         (record_full_supports_stopped_by_sw_breakpoint)
10920         (record_full_stopped_by_hw_breakpoint)
10921         (record_full_supports_stopped_by_hw_breakpoint): Refactor as
10922         methods of the record_full_base_target class.
10923         (record_full_store_registers, record_full_xfer_partial)
10924         (record_full_insert_breakpoint, record_full_remove_breakpoint):
10925         Refactor as methods of the record_full_target class.
10926         (record_full_can_execute_reverse, record_full_get_bookmark)
10927         (record_full_goto_bookmark, record_full_execution_direction)
10928         (record_full_record_method, record_full_info, record_full_delete)
10929         (record_full_is_replaying, record_full_will_replay)
10930         (record_full_goto_begin, record_full_goto_end, record_full_goto)
10931         (record_full_stop_replaying): Refactor as methods of the
10932         record_full_base_target class.
10933         (record_full_core_resume, record_full_core_kill)
10934         (record_full_core_fetch_registers)
10935         (record_full_core_prepare_to_store)
10936         (record_full_core_store_registers, record_full_core_xfer_partial)
10937         (record_full_core_insert_breakpoint)
10938         (record_full_core_remove_breakpoint)
10939         (record_full_core_has_execution): Refactor
10940         as methods of the record_full_core_target class.
10941         (record_full_base_target::supports_delete_record): New.
10942         (init_record_full_ops): Delete.
10943         (init_record_full_core_ops): Delete.
10944         (record_full_save): Refactor as method of the
10945         record_full_base_target class.
10946         (_initialize_record_full): Remove references to
10947         init_record_full_ops and init_record_full_core_ops.
10948
10949         * remote.c (remote_target, extended_remote_target): New classes.
10950         (remote_ops): Now a remote_target.
10951         (extended_remote_ops): Now an extended_remote_target.
10952         (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
10953         (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
10954         (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
10955         (remote_pass_signals, remote_set_syscall_catchpoint)
10956         (remote_program_signals, )
10957         (remote_thread_always_alive): Remove target_ops parameter.
10958         (remote_thread_alive, remote_thread_name)
10959         (remote_update_thread_list, remote_threads_extra_info)
10960         (remote_static_tracepoint_marker_at)
10961         (remote_static_tracepoint_markers_by_strid)
10962         (remote_get_ada_task_ptid, remote_close, remote_start_remote)
10963         (remote_open): Refactor as methods of remote_target.
10964         (extended_remote_open, extended_remote_detach)
10965         (extended_remote_attach, extended_remote_post_attach):
10966         (extended_remote_supports_disable_randomization)
10967         (extended_remote_create_inferior): : Refactor as method of
10968         extended_remote_target.
10969         (remote_set_permissions, remote_open_1, remote_detach)
10970         (remote_follow_fork, remote_follow_exec, remote_disconnect)
10971         (remote_resume, remote_commit_resume, remote_stop)
10972         (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
10973         (remote_terminal_ours, remote_wait, remote_fetch_registers)
10974         (remote_prepare_to_store, remote_store_registers)
10975         (remote_flash_erase, remote_flash_done, remote_files_info)
10976         (remote_kill, remote_mourn, remote_insert_breakpoint)
10977         (remote_remove_breakpoint, remote_insert_watchpoint)
10978         (remote_watchpoint_addr_within_range)
10979         (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
10980         (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
10981         (remote_supports_stopped_by_sw_breakpoint)
10982         (remote_stopped_by_hw_breakpoint)
10983         (remote_supports_stopped_by_hw_breakpoint)
10984         (remote_stopped_by_watchpoint, remote_stopped_data_address)
10985         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
10986         (remote_verify_memory): Refactor as methods of remote_target.
10987         (remote_write_qxfer, remote_read_qxfer): Remove target_ops
10988         parameter.
10989         (remote_xfer_partial, remote_get_memory_xfer_limit)
10990         (remote_search_memory, remote_rcmd, remote_memory_map)
10991         (remote_pid_to_str, remote_get_thread_local_address)
10992         (remote_get_tib_address, remote_read_description): Refactor as
10993         methods of remote_target.
10994         (remote_target::fileio_open, remote_target::fileio_pwrite)
10995         (remote_target::fileio_pread, remote_target::fileio_close): New.
10996         (remote_hostio_readlink, remote_hostio_fstat)
10997         (remote_filesystem_is_local, remote_can_execute_reverse)
10998         (remote_supports_non_stop, remote_supports_disable_randomization)
10999         (remote_supports_multi_process, remote_supports_cond_breakpoints)
11000         (remote_supports_enable_disable_tracepoint)
11001         (remote_supports_string_tracing)
11002         (remote_can_run_breakpoint_commands, remote_trace_init)
11003         (remote_download_tracepoint, remote_can_download_tracepoint)
11004         (remote_download_trace_state_variable, remote_enable_tracepoint)
11005         (remote_disable_tracepoint, remote_trace_set_readonly_regions)
11006         (remote_trace_start, remote_get_trace_status)
11007         (remote_get_tracepoint_status, remote_trace_stop)
11008         (remote_trace_find, remote_get_trace_state_variable_value)
11009         (remote_save_trace_data, remote_get_raw_trace_data)
11010         (remote_set_disconnected_tracing, remote_core_of_thread)
11011         (remote_set_circular_trace_buffer, remote_traceframe_info)
11012         (remote_get_min_fast_tracepoint_insn_len)
11013         (remote_set_trace_buffer_size, remote_set_trace_notes)
11014         (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
11015         (remote_disable_btrace, remote_teardown_btrace)
11016         (remote_read_btrace, remote_btrace_conf)
11017         (remote_augmented_libraries_svr4_read, remote_load)
11018         (remote_pid_to_exec_file, remote_can_do_single_step)
11019         (remote_execution_direction, remote_thread_handle_to_thread_info):
11020         Refactor as methods of remote_target.
11021         (init_remote_ops, init_extended_remote_ops): Delete.
11022         (remote_can_async_p, remote_is_async_p, remote_async)
11023         (remote_thread_events, remote_upload_tracepoints)
11024         (remote_upload_trace_state_variables): Refactor as methods of
11025         remote_target.
11026         (_initialize_remote): Remove references to init_remote_ops and
11027         init_extended_remote_ops.
11028
11029         * remote-sim.c (gdbsim_target): New class.
11030         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
11031         (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
11032         (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
11033         (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
11034         (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
11035         (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
11036         Refactor as methods of gdbsim_target.
11037         (gdbsim_ops): Now a gdbsim_target.
11038         (init_gdbsim_ops): Delete.
11039         (gdbsim_cntrl_c): Adjust.
11040         (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
11041
11042         * amd64-linux-nat.c (amd64_linux_nat_target): New class.
11043         (the_amd64_linux_nat_target): New.
11044         (amd64_linux_fetch_inferior_registers)
11045         (amd64_linux_store_inferior_registers): Refactor as methods of
11046         amd64_linux_nat_target.
11047         (_initialize_amd64_linux_nat): Adjust.  Set linux_target.
11048         * i386-linux-nat.c: Don't include "linux-nat.h".
11049         (i386_linux_nat_target): New class.
11050         (the_i386_linux_nat_target): New.
11051         (i386_linux_fetch_inferior_registers)
11052         (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
11053         as methods of i386_linux_nat_target.
11054         (_initialize_i386_linux_nat): Adjust.  Set linux_target.
11055         * inf-child.c (inf_child_ops): Delete.
11056         (inf_child_fetch_inferior_registers)
11057         (inf_child_store_inferior_registers): Delete.
11058         (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
11059         methods of inf_child_target.
11060         (inf_child_target::supports_terminal_ours)
11061         (inf_child_target::terminal_init)
11062         (inf_child_target::terminal_inferior)
11063         (inf_child_target::terminal_ours_for_output)
11064         (inf_child_target::terminal_ours, inf_child_target::interrupt)
11065         (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
11066         New.
11067         (inf_child_open, inf_child_disconnect, inf_child_close)
11068         (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
11069         (inf_child_post_startup_inferior, inf_child_can_run)
11070         (inf_child_pid_to_exec_file): Refactor as methods of
11071         inf_child_target.
11072         (inf_child_follow_fork): Delete.
11073         (inf_child_target::can_create_inferior)
11074         (inf_child_target::can_attach): New.
11075         (inf_child_target::has_all_memory, inf_child_target::has_memory)
11076         (inf_child_target::has_stack, inf_child_target::has_registers)
11077         (inf_child_target::has_execution): New.
11078         (inf_child_fileio_open, inf_child_fileio_pwrite)
11079         (inf_child_fileio_pread, inf_child_fileio_fstat)
11080         (inf_child_fileio_close, inf_child_fileio_unlink)
11081         (inf_child_fileio_readlink, inf_child_use_agent)
11082         (inf_child_can_use_agent): Refactor as methods of
11083         inf_child_target.
11084         (return_zero, inf_child_target): Delete.
11085         (inf_child_target::inf_child_target): New.
11086         * inf-child.h: Include "target.h".
11087         (inf_child_target): Delete function prototype.
11088         (inf_child_target): New class.
11089         (inf_child_open_target, inf_child_mourn_inferior)
11090         (inf_child_maybe_unpush_target): Delete.
11091         * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
11092         (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
11093         (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
11094         (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
11095         (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
11096         (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
11097         (inf_ptrace_wait, inf_ptrace_xfer_partial)
11098         (inf_ptrace_thread_alive, inf_ptrace_files_info)
11099         (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
11100         methods of inf_ptrace_target.
11101         (inf_ptrace_target): Delete function.
11102         * inf-ptrace.h: Include "inf-child.h".
11103         (inf_ptrace_target): Delete function declaration.
11104         (inf_ptrace_target): New class.
11105         (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
11106         * linux-nat.c (linux_target): New.
11107         (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
11108         (linux_nat_target::~linux_nat_target): New.
11109         (linux_child_post_attach, linux_child_post_startup_inferior)
11110         (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
11111         (linux_child_remove_fork_catchpoint)
11112         (linux_child_insert_vfork_catchpoint)
11113         (linux_child_remove_vfork_catchpoint)
11114         (linux_child_insert_exec_catchpoint)
11115         (linux_child_remove_exec_catchpoint)
11116         (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
11117         (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
11118         (linux_nat_resume, linux_nat_stopped_by_watchpoint)
11119         (linux_nat_stopped_data_address)
11120         (linux_nat_stopped_by_sw_breakpoint)
11121         (linux_nat_supports_stopped_by_sw_breakpoint)
11122         (linux_nat_stopped_by_hw_breakpoint)
11123         (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
11124         (linux_nat_kill, linux_nat_mourn_inferior)
11125         (linux_nat_xfer_partial, linux_nat_thread_alive)
11126         (linux_nat_update_thread_list, linux_nat_pid_to_str)
11127         (linux_nat_thread_name, linux_child_pid_to_exec_file)
11128         (linux_child_static_tracepoint_markers_by_strid)
11129         (linux_nat_is_async_p, linux_nat_can_async_p)
11130         (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
11131         (linux_nat_supports_multi_process)
11132         (linux_nat_supports_disable_randomization, linux_nat_async)
11133         (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
11134         (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
11135         (linux_nat_fileio_open, linux_nat_fileio_readlink)
11136         (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
11137         methods of linux_nat_target.
11138         (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
11139         (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
11140         parameter.
11141         (check_stopped_by_watchpoint): Adjust.
11142         (linux_xfer_partial): Delete.
11143         (linux_target_install_ops, linux_target, linux_nat_add_target):
11144         Delete.
11145         (linux_nat_target::linux_nat_target): New.
11146         * linux-nat.h: Include "inf-ptrace.h".
11147         (linux_nat_target): New.
11148         (linux_target, linux_target_install_ops, linux_nat_add_target):
11149         Delete function declarations.
11150         (linux_target): Declare global.
11151         * linux-thread-db.c (thread_db_target): New.
11152         (thread_db_target::thread_db_target): New.
11153         (thread_db_ops): Delete.
11154         (the_thread_db_target): New.
11155         (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
11156         (thread_db_update_thread_list, thread_db_pid_to_str)
11157         (thread_db_extra_thread_info)
11158         (thread_db_thread_handle_to_thread_info)
11159         (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
11160         (thread_db_resume): Refactor as methods of thread_db_target.
11161         (init_thread_db_ops): Delete.
11162         (_initialize_thread_db): Remove reference to init_thread_db_ops.
11163         * x86-linux-nat.c: Don't include "linux-nat.h".
11164         (super_post_startup_inferior): Delete.
11165         (x86_linux_nat_target::~x86_linux_nat_target): New.
11166         (x86_linux_child_post_startup_inferior)
11167         (x86_linux_read_description, x86_linux_enable_btrace)
11168         (x86_linux_disable_btrace, x86_linux_teardown_btrace)
11169         (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
11170         methods of x86_linux_nat_target.
11171         (x86_linux_create_target): Delete.  Bits folded ...
11172         (x86_linux_add_target): ... here.  Now takes a linux_nat_target
11173         pointer.
11174         * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
11175         (x86_linux_nat_target): New class.
11176         (x86_linux_create_target): Delete.
11177         (x86_linux_add_target): Now takes a linux_nat_target pointer.
11178         * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
11179         (x86_region_ok_for_watchpoint, x86_stopped_data_address)
11180         (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
11181         (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
11182         (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
11183         make extern.
11184         (x86_use_watchpoints): Delete.
11185         * x86-nat.h: Include "breakpoint.h" and "target.h".
11186         (x86_use_watchpoints): Delete.
11187         (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
11188         (x86_stopped_by_watchpoint, x86_stopped_data_address)
11189         (x86_insert_watchpoint, x86_remove_watchpoint)
11190         (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
11191         (x86_stopped_by_hw_breakpoint): New declarations.
11192         (x86_nat_target): New template class.
11193
11194         * ppc-linux-nat.c (ppc_linux_nat_target): New class.
11195         (the_ppc_linux_nat_target): New.
11196         (ppc_linux_fetch_inferior_registers)
11197         (ppc_linux_can_use_hw_breakpoint)
11198         (ppc_linux_region_ok_for_hw_watchpoint)
11199         (ppc_linux_ranged_break_num_registers)
11200         (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
11201         (ppc_linux_insert_mask_watchpoint)
11202         (ppc_linux_remove_mask_watchpoint)
11203         (ppc_linux_can_accel_watchpoint_condition)
11204         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
11205         (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
11206         (ppc_linux_watchpoint_addr_within_range)
11207         (ppc_linux_masked_watch_num_registers)
11208         (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
11209         (ppc_linux_read_description): Refactor as methods of
11210         ppc_linux_nat_target.
11211         (_initialize_ppc_linux_nat): Adjust.  Set linux_target.
11212
11213         * procfs.c (procfs_xfer_partial): Delete forward declaration.
11214         (procfs_target): New class.
11215         (the_procfs_target): New.
11216         (procfs_target): Delete function.
11217         (procfs_auxv_parse, procfs_attach, procfs_detach)
11218         (procfs_fetch_registers, procfs_store_registers, procfs_wait)
11219         (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
11220         (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
11221         (procfs_create_inferior, procfs_update_thread_list)
11222         (procfs_thread_alive, procfs_pid_to_str)
11223         (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
11224         (procfs_stopped_data_address, procfs_insert_watchpoint)
11225         (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
11226         (proc_find_memory_regions, procfs_info_proc)
11227         (procfs_make_note_section): Refactor as methods of procfs_target.
11228         (_initialize_procfs): Adjust.
11229         * sol-thread.c (sol_thread_target): New class.
11230         (sol_thread_ops): Now a sol_thread_target.
11231         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
11232         (sol_thread_fetch_registers, sol_thread_store_registers)
11233         (sol_thread_xfer_partial, sol_thread_mourn_inferior)
11234         (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
11235         (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
11236         (init_sol_thread_ops): Delete.
11237         (_initialize_sol_thread): Adjust.  Remove references to
11238         init_sol_thread_ops and complete_target_initialization.
11239
11240         * windows-nat.c (windows_nat_target): New class.
11241         (windows_fetch_inferior_registers)
11242         (windows_store_inferior_registers, windows_resume, windows_wait)
11243         (windows_attach, windows_detach, windows_pid_to_exec_file)
11244         (windows_files_info, windows_create_inferior)
11245         (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
11246         (windows_close, windows_pid_to_str, windows_xfer_partial)
11247         (windows_get_tib_address, windows_get_ada_task_ptid)
11248         (windows_thread_name, windows_thread_alive): Refactor as
11249         windows_nat_target methods.
11250         (do_initial_windows_stuff): Adjust.
11251         (windows_target): Delete function.
11252         (_initialize_windows_nat): Adjust.
11253
11254         * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
11255         (darwin_mourn_inferior, darwin_kill_inferior)
11256         (darwin_create_inferior, darwin_attach, darwin_detach)
11257         (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
11258         (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
11259         (darwin_supports_multi_process): Refactor as darwin_nat_target
11260         methods.
11261         (darwin_resume_to, darwin_files_info): Delete.
11262         (_initialize_darwin_inferior): Rename to ...
11263         (_initialize_darwin_nat): ... this.  Adjust to C++ification.
11264         * darwin-nat.h: Include "inf-child.h".
11265         (darwin_nat_target): New class.
11266         (darwin_complete_target): Delete.
11267         * i386-darwin-nat.c (i386_darwin_nat_target): New class.
11268         (darwin_target): New.
11269         (i386_darwin_fetch_inferior_registers)
11270         (i386_darwin_store_inferior_registers): Refactor as methods of
11271         darwin_nat_target.
11272         (darwin_complete_target): Delete, with ...
11273         (_initialize_i386_darwin_nat): ... bits factored out here.
11274
11275         * alpha-linux-nat.c (alpha_linux_nat_target): New class.
11276         (the_alpha_linux_nat_target): New.
11277         (alpha_linux_register_u_offset): Refactor as
11278         alpha_linux_nat_target method.
11279         (_initialize_alpha_linux_nat): Adjust.
11280         * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
11281         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11282         (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
11283         methods of linux_nat_trad_target.
11284         (linux_trad_target): Delete.
11285         * linux-nat-trad.h (linux_trad_target): Delete function.
11286         (linux_nat_trad_target): New class.
11287         * mips-linux-nat.c (mips_linux_nat_target): New class.
11288         (super_fetch_registers, super_store_registers, super_close):
11289         Delete.
11290         (the_mips_linux_nat_target): New.
11291         (mips64_linux_regsets_fetch_registers)
11292         (mips64_linux_regsets_store_registers)
11293         (mips64_linux_fetch_registers, mips64_linux_store_registers)
11294         (mips_linux_register_u_offset, mips_linux_read_description)
11295         (mips_linux_can_use_hw_breakpoint)
11296         (mips_linux_stopped_by_watchpoint)
11297         (mips_linux_stopped_data_address)
11298         (mips_linux_region_ok_for_hw_watchpoint)
11299         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
11300         (mips_linux_close): Refactor as methods of mips_linux_nat.
11301         (_initialize_mips_linux_nat): Adjust to C++ification.
11302
11303         * aix-thread.c (aix_thread_target): New class.
11304         (aix_thread_ops): Now an aix_thread_target.
11305         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
11306         (aix_thread_fetch_registers, aix_thread_store_registers)
11307         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
11308         (aix_thread_thread_alive, aix_thread_pid_to_str)
11309         (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
11310         Refactor as methods of aix_thread_target.
11311         (init_aix_thread_ops): Delete.
11312         (_initialize_aix_thread): Remove references to init_aix_thread_ops
11313         and complete_target_initialization.
11314         * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
11315         (rs6000_nat_target): New class.
11316         (the_rs6000_nat_target): New.
11317         (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
11318         (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
11319         (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
11320         (super_create_inferior): Delete.
11321         (_initialize_rs6000_nat): Adjust to C++ification.
11322
11323         * arm-linux-nat.c (arm_linux_nat_target): New class.
11324         (the_arm_linux_nat_target): New.
11325         (arm_linux_fetch_inferior_registers)
11326         (arm_linux_store_inferior_registers, arm_linux_read_description)
11327         (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
11328         (arm_linux_remove_hw_breakpoint)
11329         (arm_linux_region_ok_for_hw_watchpoint)
11330         (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
11331         (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
11332         (arm_linux_watchpoint_addr_within_range): Refactor as methods of
11333         arm_linux_nat_target.
11334         (_initialize_arm_linux_nat): Adjust to C++ification.
11335
11336         * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
11337         (the_aarch64_linux_nat_target): New.
11338         (aarch64_linux_fetch_inferior_registers)
11339         (aarch64_linux_store_inferior_registers)
11340         (aarch64_linux_child_post_startup_inferior)
11341         (aarch64_linux_read_description)
11342         (aarch64_linux_can_use_hw_breakpoint)
11343         (aarch64_linux_insert_hw_breakpoint)
11344         (aarch64_linux_remove_hw_breakpoint)
11345         (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
11346         (aarch64_linux_region_ok_for_hw_watchpoint)
11347         (aarch64_linux_stopped_data_address)
11348         (aarch64_linux_stopped_by_watchpoint)
11349         (aarch64_linux_watchpoint_addr_within_range)
11350         (aarch64_linux_can_do_single_step): Refactor as methods of
11351         aarch64_linux_nat_target.
11352         (super_post_startup_inferior): Delete.
11353         (_initialize_aarch64_linux_nat): Adjust to C++ification.
11354
11355         * hppa-linux-nat.c (hppa_linux_nat_target): New class.
11356         (the_hppa_linux_nat_target): New.
11357         (hppa_linux_fetch_inferior_registers)
11358         (hppa_linux_store_inferior_registers): Refactor as methods of
11359         hppa_linux_nat_target.
11360         (_initialize_hppa_linux_nat): Adjust to C++ification.
11361
11362         * ia64-linux-nat.c (ia64_linux_nat_target): New class.
11363         (the_ia64_linux_nat_target): New.
11364         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
11365         (ia64_linux_stopped_data_address)
11366         (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
11367         (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
11368         ia64_linux_nat_target methods.
11369         (super_xfer_partial): Delete.
11370         (_initialize_ia64_linux_nat): Adjust to C++ification.
11371
11372         * m32r-linux-nat.c (m32r_linux_nat_target): New class.
11373         (the_m32r_linux_nat_target): New.
11374         (m32r_linux_fetch_inferior_registers)
11375         (m32r_linux_store_inferior_registers): Refactor as
11376         m32r_linux_nat_target methods.
11377         (_initialize_m32r_linux_nat): Adjust to C++ification.
11378
11379         * m68k-linux-nat.c (m68k_linux_nat_target): New class.
11380         (the_m68k_linux_nat_target): New.
11381         (m68k_linux_fetch_inferior_registers)
11382         (m68k_linux_store_inferior_registers): Refactor as
11383         m68k_linux_nat_target methods.
11384         (_initialize_m68k_linux_nat): Adjust to C++ification.
11385
11386         * s390-linux-nat.c (s390_linux_nat_target): New class.
11387         (the_s390_linux_nat_target): New.
11388         (s390_linux_fetch_inferior_registers)
11389         (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
11390         (s390_insert_watchpoint, s390_remove_watchpoint)
11391         (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
11392         (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
11393         (s390_auxv_parse, s390_read_description): Refactor as methods of
11394         s390_linux_nat_target.
11395         (_initialize_s390_nat): Adjust to C++ification.
11396
11397         * sparc-linux-nat.c (sparc_linux_nat_target): New class.
11398         (the_sparc_linux_nat_target): New.
11399         (_initialize_sparc_linux_nat): Adjust to C++ification.
11400         * sparc-nat.c (sparc_fetch_inferior_registers)
11401         (sparc_store_inferior_registers): Remove target_ops parameter.
11402         * sparc-nat.h (sparc_fetch_inferior_registers)
11403         (sparc_store_inferior_registers): Remove target_ops parameter.
11404         * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
11405         (the_sparc64_linux_nat_target): New.
11406         (_initialize_sparc64_linux_nat): Adjust to C++ification.
11407
11408         * spu-linux-nat.c (spu_linux_nat_target): New class.
11409         (the_spu_linux_nat_target): New.
11410         (spu_child_post_startup_inferior, spu_child_post_attach)
11411         (spu_child_wait, spu_fetch_inferior_registers)
11412         (spu_store_inferior_registers, spu_xfer_partial)
11413         (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
11414         methods.
11415         (_initialize_spu_nat): Adjust to C++ification.
11416
11417         * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
11418         (the_tilegx_linux_nat_target): New.
11419         (fetch_inferior_registers, store_inferior_registers):
11420         Refactor as methods.
11421         (_initialize_tile_linux_nat): Adjust to C++ification.
11422
11423         * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
11424         (the_xtensa_linux_nat_target): New.
11425         (xtensa_linux_fetch_inferior_registers)
11426         (xtensa_linux_store_inferior_registers): Refactor as
11427         xtensa_linux_nat_target methods.
11428         (_initialize_xtensa_linux_nat): Adjust to C++ification.
11429
11430         * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
11431         (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
11432         (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
11433         (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
11434         (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
11435         (fbsd_stopped_by_sw_breakpoint)
11436         (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
11437         (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
11438         (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
11439         (fbsd_post_startup_inferior, fbsd_post_attach)
11440         (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
11441         (fbsd_set_syscall_catchpoint)
11442         (super_xfer_partial, super_resume, super_wait)
11443         (fbsd_supports_stopped_by_hw_breakpoint): Delete.
11444         (fbsd_handle_debug_trap): Remove target_ops parameter.
11445         (fbsd_nat_add_target): Delete.
11446         * fbsd-nat.h: Include "inf-ptrace.h".
11447         (fbsd_nat_add_target): Delete.
11448         (USE_SIGTRAP_SIGINFO): Define.
11449         (fbsd_nat_target): New class.
11450
11451         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
11452         (amd64bsd_store_inferior_registers): Remove target_ops parameter.
11453         (amd64bsd_target): Delete.
11454         * amd64-bsd-nat.h: New file.
11455         * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
11456         "x86-bsd-nat.h".
11457         (amd64_fbsd_nat_target): New class.
11458         (the_amd64_fbsd_nat_target): New.
11459         (amd64fbsd_read_description): Refactor as method of
11460         amd64_fbsd_nat_target.
11461         (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11462         (_initialize_amd64fbsd_nat): Adjust to C++ification.
11463         * amd64-nat.h (amd64bsd_target): Delete function declaration.
11464         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
11465         (i386bsd_store_inferior_registers): Remove target_ops parameter.
11466         (i386bsd_target): Delete.
11467         * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
11468         (i386bsd_fetch_inferior_registers)
11469         (i386bsd_store_inferior_registers): Declare.
11470         (i386_bsd_nat_target): New class.
11471         * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
11472         (the_i386_fbsd_nat_target): New.
11473         (i386fbsd_resume, i386fbsd_read_description): Refactor as
11474         i386_fbsd_nat_target methods.
11475         (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
11476         (_initialize_i386fbsd_nat): Adjust to C++ification.
11477         * x86-bsd-nat.c (super_mourn_inferior): Delete.
11478         (x86bsd_mourn_inferior, x86bsd_target): Delete.
11479         (_initialize_x86_bsd_nat): Adjust to C++ification.
11480         * x86-bsd-nat.h: Include "x86-nat.h".
11481         (x86bsd_target): Delete declaration.
11482         (x86bsd_nat_target): New class.
11483
11484         * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
11485         (the_aarch64_fbsd_nat_target): New.
11486         (aarch64_fbsd_fetch_inferior_registers)
11487         (aarch64_fbsd_store_inferior_registers): Refactor as methods of
11488         aarch64_fbsd_nat_target.
11489         (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
11490         * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
11491         (the_alpha_bsd_nat_target): New.
11492         (alphabsd_fetch_inferior_registers)
11493         (alphabsd_store_inferior_registers): Refactor as
11494         alpha_bsd_nat_target methods.
11495         (_initialize_alphabsd_nat): Refactor as methods of
11496         alpha_bsd_nat_target.
11497         * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
11498         (the_amd64_nbsd_nat_target): New.
11499         (_initialize_amd64nbsd_nat): Adjust to C++ification.
11500         * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
11501         (the_amd64_obsd_nat_target): New.
11502         (_initialize_amd64obsd_nat): Adjust to C++ification.
11503         * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
11504         (the_arm_fbsd_nat_target): New.
11505         (arm_fbsd_fetch_inferior_registers)
11506         (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
11507         (_initialize_arm_fbsd_nat): Refactor as methods of
11508         arm_fbsd_nat_target.
11509         (_initialize_arm_fbsd_nat): Adjust to C++ification.
11510         * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
11511         (the_arm_netbsd_nat_target): New.
11512         (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
11513         arm_netbsd_nat_target.
11514         (_initialize_arm_netbsd_nat): Adjust to C++ification.
11515         * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
11516         (the_hppa_nbsd_nat_target): New.
11517         (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
11518         hppa_nbsd_nat_target methods.
11519         (_initialize_hppanbsd_nat): Adjust to C++ification.
11520         * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
11521         (the_hppa_obsd_nat_target): New.
11522         (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
11523         methods of hppa_obsd_nat_target.
11524         (_initialize_hppaobsd_nat): Adjust to C++ification.  Use
11525         add_target.
11526         * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
11527         (_initialize_i386nbsd_nat): Adjust to C++ification.  Use
11528         add_target.
11529         * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
11530         (_initialize_i386obsd_nat): Use add_target.
11531         * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
11532         (the_m68k_bsd_nat_target): New.
11533         (m68kbsd_fetch_inferior_registers)
11534         (m68kbsd_store_inferior_registers): Refactor as methods of
11535         m68k_bsd_nat_target.
11536         (_initialize_m68kbsd_nat): Adjust to C++ification.
11537         * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
11538         (the_mips_fbsd_nat_target): New.
11539         (mips_fbsd_fetch_inferior_registers)
11540         (mips_fbsd_store_inferior_registers): Refactor as methods of
11541         mips_fbsd_nat_target.
11542         (_initialize_mips_fbsd_nat): Adjust to C++ification.  Use
11543         add_target.
11544         * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
11545         (the_mips_nbsd_nat_target): New.
11546         (mipsnbsd_fetch_inferior_registers)
11547         (mipsnbsd_store_inferior_registers): Refactor as methods of
11548         mips_nbsd_nat_target.
11549         (_initialize_mipsnbsd_nat): Adjust to C++ification.
11550         * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
11551         (the_mips64_obsd_nat_target): New.
11552         (mips64obsd_fetch_inferior_registers)
11553         (mips64obsd_store_inferior_registers): Refactor as methods of
11554         mips64_obsd_nat_target.
11555         (_initialize_mips64obsd_nat): Adjust to C++ification.  Use
11556         add_target.
11557         * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
11558         nbsd_nat_target.
11559         * nbsd-nat.h: Include "inf-ptrace.h".
11560         (nbsd_nat_target): New class.
11561         * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
11562         (obsd_wait): Refactor as methods of obsd_nat_target.
11563         (obsd_add_target): Delete.
11564         * obsd-nat.h: Include "inf-ptrace.h".
11565         (obsd_nat_target): New class.
11566         * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
11567         (the_ppc_fbsd_nat_target): New.
11568         (ppcfbsd_fetch_inferior_registers)
11569         (ppcfbsd_store_inferior_registers): Refactor as methods of
11570         ppc_fbsd_nat_target.
11571         (_initialize_ppcfbsd_nat): Adjust to C++ification.  Use
11572         add_target.
11573         * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
11574         (the_ppc_nbsd_nat_target): New.
11575         (ppcnbsd_fetch_inferior_registers)
11576         (ppcnbsd_store_inferior_registers): Refactor as methods of
11577         ppc_nbsd_nat_target.
11578         (_initialize_ppcnbsd_nat): Adjust to C++ification.
11579         * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
11580         (the_ppc_obsd_nat_target): New.
11581         (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
11582         methods of ppc_obsd_nat_target.
11583         (_initialize_ppcobsd_nat): Adjust to C++ification.  Use
11584         add_target.
11585         * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
11586         (the_sh_nbsd_nat_target): New.
11587         (shnbsd_fetch_inferior_registers)
11588         (shnbsd_store_inferior_registers): Refactor as methods of
11589         sh_nbsd_nat_target.
11590         (_initialize_shnbsd_nat): Adjust to C++ification.
11591         * sparc-nat.c (sparc_xfer_wcookie): Make extern.
11592         (inf_ptrace_xfer_partial): Delete.
11593         (sparc_xfer_partial, sparc_target): Delete.
11594         * sparc-nat.h (sparc_fetch_inferior_registers)
11595         (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
11596         (sparc_target): Delete function declaration.
11597         (sparc_target): New template class.
11598         * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
11599         (_initialize_sparcnbsd_nat): Adjust to C++ification.
11600         * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
11601         (_initialize_sparc64fbsd_nat): Adjust to C++ification.  Use
11602         add_target.
11603         * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
11604         (_initialize_sparc64nbsd_nat): Adjust to C++ification.
11605         * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
11606         (_initialize_sparc64obsd_nat): Adjust to C++ification.  Use
11607         add_target.
11608         * vax-bsd-nat.c (vax_bsd_nat_target): New class.
11609         (the_vax_bsd_nat_target): New.
11610         (vaxbsd_fetch_inferior_registers)
11611         (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
11612         methods.
11613         (_initialize_vaxbsd_nat): Adjust to C++ification.
11614
11615         * bsd-kvm.c (bsd_kvm_target): New class.
11616         (bsd_kvm_ops): Now a bsd_kvm_target.
11617         (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
11618         (bsd_kvm_files_info, bsd_kvm_fetch_registers)
11619         (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
11620         bsd_kvm_target.
11621         (bsd_kvm_return_one): Delete.
11622         (bsd_kvm_add_target): Adjust to C++ification.
11623
11624         * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
11625         (nto_procfs_target_procfs): New classes.
11626         (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
11627         (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
11628         (procfs_post_attach, procfs_wait, procfs_fetch_registers)
11629         (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
11630         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
11631         (procfs_remove_hw_breakpoint, procfs_resume)
11632         (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
11633         (procfs_kill_inferior, procfs_store_registers)
11634         (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
11635         as methods of nto_procfs_target.
11636         (nto_procfs_ops): Now an nto_procfs_target_procfs.
11637         (nto_native_ops): Delete.
11638         (procfs_open, procfs_native_open): Delete.
11639         (nto_native_ops): Now an nto_procfs_target_native.
11640         (init_procfs_targets): Adjust to C++ification.
11641         (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
11642         (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
11643         Refactor as methods of nto_procfs_target.
11644
11645         * go32-nat.c (go32_nat_target): New class.
11646         (the_go32_nat_target): New.
11647         (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
11648         (go32_store_registers, go32_xfer_partial, go32_files_info)
11649         (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
11650         (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
11651         (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
11652         (go32_pid_to_str): Refactor as methods of go32_nat_target.
11653         (go32_target): Delete.
11654         (_initialize_go32_nat): Adjust to C++ification.
11655
11656         * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
11657         (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
11658         (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
11659         (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
11660         gnu_nat_target.
11661         (gnu_target): Delete.
11662         * gnu-nat.h (gnu_target): Delete.
11663         (gnu_nat_target): New class.
11664         * i386-gnu-nat.c (gnu_base_target): New.
11665         (i386_gnu_nat_target): New class.
11666         (the_i386_gnu_nat_target): New.
11667         (_initialize_i386gnu_nat): Adjust to C++ification.
11668
11669 2018-05-02  Pedro Alves  <palves@redhat.com>
11670
11671         * bfd-target.c (target_bfd_xclose): Rename to ...
11672         (target_bfd_close): ... this.
11673         (target_bfd_reopen): Adjust.
11674         * target.c (target_close): Remove references to to_xclose.
11675         * target.h (target_ops::to_xclose): Delete.
11676         (target_ops::to_close): Update comments.
11677
11678 2018-05-02  Pedro Alves  <palves@redhat.com>
11679
11680         * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
11681         "linux-nat.h".
11682         * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
11683         * inf-ptrace.c (inf_ptrace_register_u_offset)
11684         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
11685         (inf_ptrace_store_register, inf_ptrace_store_registers)
11686         (inf_ptrace_trad_target): Move to ...
11687         * linux-nat-trad.c: ... this new file.
11688         * linux-nat-trad.h: New file.
11689         * linux-nat.c (linux_target_install_ops): Make extern.
11690         (linux_trad_target): Delete.
11691         * linux-nat.h (linux_trad_target): Delete declaration.
11692         (linux_target_install_ops): Declare.
11693         * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
11694         "linux-nat.h".
11695
11696 2018-05-02  Pedro Alves  <palves@redhat.com>
11697
11698         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
11699         procfs_target/add_target here.
11700         * procfs.c (procfs_target): Make static.
11701         (_initialize_procfs): Call add_target here.
11702         * procfs.h (struct target_ops): Remove forward declaration.
11703         (procfs_target): Remove declaration.
11704         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
11705
11706 2018-05-02  Pedro Alves  <palves@redhat.com>
11707
11708         * procfs.c (procfs_stopped_by_watchpoint)
11709         (procfs_insert_watchpoint, procfs_remove_watchpoint)
11710         (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
11711         Forward declare.
11712         (procfs_use_watchpoints): Delete, move contents...
11713         (procfs_target): ... here.
11714         * procfs.h (procfs_use_watchpoints): Delete declaration.
11715         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
11716         procfs_use_watchpoints.
11717         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
11718         procfs_use_watchpoints.
11719
11720 2018-05-02  Tom Tromey  <tom@tromey.com>
11721
11722         PR python/20084:
11723         * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
11724         and var_zuinteger_unlimited.
11725         * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
11726         and PARAM_ZUINTEGER_UNLIMITED.
11727         (set_parameter_value): Handle var_zuinteger and
11728         var_zuinteger_unlimited.
11729         (add_setshow_generic): Likewise.
11730         (parmpy_init): Likewise.
11731
11732 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
11733
11734         PR rust/23124
11735         * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
11736         pointer is not null before dereferencing it.
11737
11738 2018-04-30  Tom Tromey  <tom@tromey.com>
11739
11740         * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
11741         is_mi_like_p.
11742
11743 2018-04-30  Tom Tromey  <tom@tromey.com>
11744
11745         * breakpoint.c (mention): Remove use of is_mi_like_p.
11746         (print_mention_ranged_breakpoint): Likewise.
11747         * break-catch-throw.c (print_it_exception_catchpoint): Remove use
11748         of is_mi_like_p.
11749
11750 2018-04-30  Tom Tromey  <tom@tromey.com>
11751
11752         * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
11753
11754 2018-04-30  Tom Tromey  <tom@tromey.com>
11755
11756         * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
11757         (info_spu_event_command): Remove some uses of is_mi_like_p.
11758
11759 2018-04-30  Tom Tromey  <tom@tromey.com>
11760
11761         * python/py-framefilter.c (py_print_single_arg)
11762         (enumerate_locals, py_print_args, py_print_frame): Remove some
11763         uses of is_mi_like_p.
11764
11765 2018-04-30  Tom Tromey  <tom@tromey.com>
11766
11767         * ui-out.c: Update.
11768         * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
11769         * ui-out.h (ui_out::is_mi_like_p): Now const.
11770         (ui_out::do_is_mi_like_p): Now const.
11771         * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
11772
11773 2018-04-30  Tom Tromey  <tom@tromey.com>
11774
11775         * varobj.c (varobj_set_visualizer): Use new_reference.
11776         * python/python.c (gdbpy_decode_line): Use new_reference.
11777         * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
11778         new_reference.
11779
11780 2018-04-30  Tom Tromey  <tom@tromey.com>
11781
11782         * varobj.c (install_new_value): Use new_reference.
11783         * value.h (value_incref): Return void.  Swap intro comment with
11784         value_decref.
11785         * value.c (set_value_parent): Use new_reference.
11786         (value_incref): Return void.  Update intro comment.
11787         (release_value): Use new_reference.
11788         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
11789
11790 2018-04-30  Tom Tromey  <tom@tromey.com>
11791
11792         * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
11793         * gdb_bfd.h (new_bfd_ref): Remove.
11794         (gdb_bfd_open): Update comment.
11795         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
11796         (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
11797         (gdb_bfd_fdopenr): Use new_reference.
11798         * exec.c (exec_file_attach): Use new_reference.
11799
11800 2018-04-30  Tom Tromey  <tom@tromey.com>
11801
11802         * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
11803         method.
11804
11805 2018-04-30  Tom Tromey  <tom@tromey.com>
11806
11807         * jit.c (jit_read_code_entry): Use type_align.
11808         * i386-tdep.c (i386_gdbarch_init): Don't call
11809         set_gdbarch_long_long_align_bit.
11810         * gdbarch.sh: Remove long_long_align_bit.
11811         * gdbarch.c, gdbarch.h: Rebuild.
11812         * arc-tdep.c (arc_type_align): New function.
11813         (arc_gdbarch_init): Use arc_type_align.  Don't call
11814         set_gdbarch_long_long_align_bit.
11815
11816 2018-04-30  Tom Tromey  <tom@tromey.com>
11817
11818         * rust-lang.c (rust_type_alignment): Remove.
11819         (rust_composite_type): Use type_align.
11820
11821 2018-04-30  Tom Tromey  <tom@tromey.com>
11822
11823         * NEWS: Mention Type.align.
11824         * python/py-type.c (typy_get_alignof): New function.
11825         (type_object_getset): Add "alignof".
11826
11827 2018-04-30  Tom Tromey  <tom@tromey.com>
11828
11829         PR exp/17095:
11830         * NEWS: Update.
11831         * std-operator.def (UNOP_ALIGNOF): New operator.
11832         * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
11833         New.
11834         * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
11835         * c-lang.c (c_op_print_tab): Add alignof.
11836         * c-exp.y (ALIGNOF): New token.
11837         (exp): Add "ALIGNOF" production.
11838         (ident_tokens): Add _Alignof and alignof.
11839
11840 2018-04-30  Tom Tromey  <tom@tromey.com>
11841
11842         * i386-tdep.c (i386_type_align): New function.
11843         (i386_gdbarch_init): Update.
11844         * gdbarch.sh (type_align): New method.
11845         * gdbarch.c, gdbarch.h: Rebuild.
11846         * arch-utils.h (default_type_align): Declare.
11847         * arch-utils.c (default_type_align): New function.
11848         * gdbtypes.h (TYPE_ALIGN_BITS): New define.
11849         (struct type) <align_log2>: New field.
11850         <instance_flags>: Now a bitfield.
11851         (TYPE_RAW_ALIGN): New macro.
11852         (type_align, type_raw_align, set_type_align): Declare.
11853         * gdbtypes.c (type_align, type_raw_align, set_type_align): New
11854         functions.
11855         * dwarf2read.c (quirk_rust_enum): Set type alignment.
11856         (get_alignment, maybe_set_alignment): New functions.
11857         (read_structure_type, read_enumeration_type, read_array_type)
11858         (read_set_type, read_tag_pointer_type, read_tag_reference_type)
11859         (read_subrange_type, read_base_type): Set type alignment.
11860
11861 2018-04-30  Simon Marchi  <simon.marchi@ericsson.com>
11862
11863         * dwarf2read.c (read_index_from_section): Use bool.
11864
11865 2018-04-29  Fabian Groffen  <grobian@gentoo.org>
11866
11867         PR gdb/22950
11868         * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
11869         with #ifdef.
11870
11871 2018-04-29  John Reiser  <jreiser@BitWagon.com>
11872
11873         PR build/22873
11874         * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
11875         last step, and do it atomically.
11876
11877 2018-04-27  Alexandre Oliva  <aoliva@redhat.com>
11878
11879         * compile/compile-c-types.c (convert_int, convert_float):
11880         Update for C FE v1.
11881
11882 2018-04-27  Tom Tromey  <tom@tromey.com>
11883
11884         PR rust/22545:
11885         * rust-lang.c (rust_inclusive_range_type_p): New function.
11886         (rust_range): Handle inclusive ranges.
11887         (rust_compute_range): Likewise.
11888         * rust-exp.y (struct rust_op) <inclusive>: New field.
11889         (DOTDOTEQ): New constant.
11890         (range_expr): Add "..=" productions.
11891         (operator_tokens): Add "..=" token.
11892         (ast_range): Add "inclusive" parameter.
11893         (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
11894         ranges.
11895         * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
11896         bounds values.
11897         * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
11898         LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
11899         Update comments.
11900         * expprint.c (print_subexp_standard): Handle new bounds values.
11901         (dump_subexp_body_standard): Likewise.
11902
11903 2018-04-27  Tom Tromey  <tom@tromey.com>
11904
11905         * configure: Rebuild.
11906         * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
11907         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
11908         "OVERRIDE".
11909         (class symbol_needs_eval_context): Likewise.
11910         * dwarf2read.c (mock_mapped_index::symbol_name_count)
11911         (mock_mapped_index::symbol_name_at): Use "override".  Remove
11912         "virtual".
11913         * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
11914         "override".
11915         (class dwarf_expr_executor): Use "override", not "OVERRIDE".
11916         * aarch64-tdep.c (instruction_reader::read): Use "override".
11917         (instruction_reader_test::read): Likewise.
11918         * arm-tdep.c (instruction_reader::read): Use "override".
11919         (instruction_reader_thumb::read): Likewise.
11920
11921 2018-04-26  Andrzej Kaczmarek  <andrzej.kaczmarek@codecoup.pl>
11922
11923         PR remote/9665
11924         * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
11925         instead of remote_send.
11926         (remote_send): Remove.
11927
11928 2018-04-26  Pedro Alves  <palves@redhat.com>
11929
11930         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
11931         find_function_start_sal instead of find_pc_line.
11932
11933 2018-04-26  Pedro Alves  <palves@redhat.com>
11934
11935         * breakpoint.c (set_breakpoint_location_function): Handle
11936         mst_data_gnu_ifunc.
11937         * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
11938         * elfread.c (elf_symtab_read): Give data symbols with
11939         BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
11940         (elf_rel_plt_read): Update comment.
11941         * linespec.c (convert_linespec_to_sals): Handle
11942         mst_data_gnu_ifunc.
11943         (minsym_found): Handle mst_data_gnu_ifunc.
11944         * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
11945         (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
11946         * parse.c (find_minsym_type_and_address): Handle
11947         mst_data_gnu_ifunc.
11948         * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
11949         * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
11950         * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
11951         comment.
11952         <mst_data_gnu_ifunc>: New enumerator.
11953
11954 2018-04-26  Pedro Alves  <palves@redhat.com>
11955
11956         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
11957         (lookup_minimal_symbol_by_pc_section): ... this.  Replace
11958         'want_trampoline' parameter by a lookup_msym_prefer parameter.
11959         Handle it.
11960         (lookup_minimal_symbol_by_pc_section): Delete old implementation.
11961         (lookup_minimal_symbol_by_pc): Adjust.
11962         (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
11963         (lookup_solib_trampoline_symbol_by_pc): Adjust.
11964         * minsyms.h (lookup_msym_prefer): New enum.
11965         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
11966         parameter by a lookup_msym_prefer parameter.
11967
11968 2018-04-26  Pedro Alves  <palves@redhat.com>
11969
11970         * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
11971         ends in "@plt" instead of looking at the symbol's section.
11972
11973 2018-04-26  Pedro Alves  <palves@redhat.com>
11974
11975         * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete.  Remove
11976         all references.
11977         (find_pc_partial_function_gnu_ifunc): Rename to ...
11978         (find_pc_partial_function): ... this, and remove references to
11979         'is_gnu_ifunc_p'.
11980         (find_pc_partial_function): Delete old implementation.
11981         * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
11982
11983 2018-04-26  Pedro Alves  <palves@redhat.com>
11984
11985         * linespec.c (struct bound_minimal_symbol_search_key): New.
11986         (convert_linespec_to_sals): Sort minimal symbols earlier.  Don't
11987         skip first line if we found a GNU ifunc minimal symbol by name.
11988         (compare_msymbols): Change parameters to work with a destructured
11989         lhs minsym.
11990         (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
11991         functions.
11992
11993 2018-04-26  Pedro Alves  <palves@redhat.com>
11994
11995         * breakpoint.c (set_breakpoint_location_function): Don't resolve
11996         ifunc targets here.  Instead, if we have an ifunc minsym, use its
11997         address/name.
11998         (add_location_to_breakpoint): Store the minsym and the objfile in
11999         the breakpoint location.
12000         * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
12001         * linespec.c (minsym_found): Resolve GNU ifunc targets here.
12002         Record the minsym in the sal.
12003         * symtab.h (symtab_and_line) <msymbol>: New field.
12004
12005 2018-04-26  Pedro Alves  <palves@redhat.com>
12006
12007         * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
12008         unless we actually resolved the ifunc.
12009
12010 2018-04-26  Pedro Alves  <palves@redhat.com>
12011
12012         * c-exp.y (variable production): Prefer ifunc minsyms over
12013         regular function symbols.
12014         * symtab.c (find_gnu_ifunc): New function.
12015         * minsyms.h (lookup_msym_prefer): New enum.
12016         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
12017         parameter by a lookup_msym_prefer parameter.
12018         * symtab.h (find_gnu_ifunc): New declaration.
12019
12020 2018-04-26  Pedro Alves  <palves@redhat.com>
12021
12022         * blockframe.c (find_gnu_ifunc_target_type): New function.
12023         (find_function_type): New.
12024         * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
12025         return a value with a memory address.
12026         (eval_call): For calls to GNU ifunc functions, try to find the
12027         type of the target function from the type that the resolver
12028         returns.
12029         * gdbtypes.c (objfile_type): Don't install a return type for ifunc
12030         symbols.
12031         * infcall.c (find_function_return_type): Delete.
12032         (find_function_addr): Add 'function_type' parameter.  For calls to
12033         GNU ifunc functions, try to find the type of the target function
12034         from the type that the resolver returns, and return it via
12035         FUNCTION_TYPE.
12036         (call_function_by_hand_dummy): Adjust to use the function type
12037         returned by find_function_addr.
12038         (find_function_addr): Add 'function_type' parameter and move
12039         description here.
12040         * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
12041         declarations.
12042
12043 2018-04-26  Pedro Alves  <palves@redhat.com>
12044
12045         * c-exp.y (variable production): Skip finding an alias for ifunc
12046         symbols.
12047
12048 2018-04-26  Pedro Alves  <palves@redhat.com>
12049
12050         * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
12051
12052 2018-04-25  Pedro Alves  <palves@redhat.com>
12053
12054         * infcmd.c (kill_command): Print the pid as string, not the whole
12055         thread's ptid.  Add comment.  s/has been killed/killed/ in output
12056         message.
12057         * remote.c (remote_detach_1): Print the pid as string, not the
12058         whole thread's ptid.
12059
12060 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12061             Sergio Durigan Junior  <sergiodj@redhat.com>
12062             Pedro Alves  <palves@redhat.com>
12063
12064         * infcmd.c (kill_command): Print message when inferior has
12065         been killed.
12066         * inferior.c (print_inferior_events): Remove 'static'.  Set as
12067         '1'.
12068         (add_inferior): Improve message printed when
12069         'print_inferior_events' is on.
12070         (exit_inferior): Remove message printed when
12071         'print_inferior_events' is on.
12072         (detach_inferior): Improve message printed when
12073         'print_inferior_events' is on.
12074         (initialize_inferiors): Use 'add_inferior_silent' to set
12075         'current_inferior_'.
12076         * inferior.h (print_inferior_events): Declare here as
12077         'extern'.
12078         * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
12079         '[Detaching...]' messages when 'print_inferior_events' is on.
12080         Use 'add_thread_silent' instead of 'add_thread'.  Add '[' and ']'
12081         as prefix/suffix for messages.  Remove periods.  Fix erroneous
12082         'Detaching after fork from child...', replace it by '... from
12083         parent...'.
12084         (handle_vfork_child_exec_or_exit): Add '[' and ']' as
12085         prefix/suffix when printing 'Detaching...' messages.  Print
12086         them when 'print_inferior_events' is on.
12087         * remote.c (remote_detach_1): Print message when detaching
12088         from inferior and '!is_fork_parent'.
12089
12090 2018-04-24  Tom Tromey  <tom@tromey.com>
12091
12092         * cli-out.h: Reindent.
12093
12094 2018-04-24  Tom Tromey  <tom@tromey.com>
12095
12096         * cli-out.c (cli_ui_out::out_field_fmt): Remove.
12097         (cli_ui_out::do_field_string): Use fputs_filtered.
12098         * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
12099
12100 2018-04-23  Tom Tromey  <tom@tromey.com>
12101
12102         * guile/scm-frame.c (gdbscm_frame_read_var): Use
12103         gdb::unique_xmalloc_ptr.
12104
12105 2018-04-23  Tom Tromey  <tom@tromey.com>
12106
12107         * configure: Rebuild.
12108
12109 2018-04-22  Rajendra SY  <rajendra.sy@gmail.com>
12110
12111         PR gdb/23095
12112         * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
12113         prepare_for_testing.  Set normal_bp to r_debug_state if target
12114         is bsd.
12115
12116 2018-04-21  Pedro Alves  <palves@redhat.com>
12117             Rajendra SY  <rajendra.sy@gmail.com>
12118
12119         * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
12120         * remote.c (extended_remote_attach): In all-stop mode, mark the
12121         thread as executing.
12122
12123 2018-04-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
12124
12125         * thread.c (thread_apply_all_command): Fix comment.
12126         (thread_command): Fix comment.
12127
12128 2018-04-10  Alan Hayward  <alan.hayward@arm.com>
12129
12130         * common/tdesc.h (tdesc_create_feature): Remove xml filename
12131         parameter.
12132         * features/aarch64-core.c (create_feature_aarch64_core):
12133         Regenerate.
12134         * features/aarch64-fpu.c (create_feature_aarch64_fpu):
12135         Likewise.
12136         * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
12137         Likewise.
12138         * features/i386/32bit-avx512.c
12139         (create_feature_i386_32bit_avx512): Likewise.
12140         * features/i386/32bit-core.c (create_feature_i386_32bit_core):
12141         Likewise.
12142         * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
12143         Likewise.
12144         * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
12145         Likewise.
12146         * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
12147         Likewise.
12148         * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
12149         Likewise.
12150         * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
12151         Likewise.
12152         * features/i386/64bit-avx512.c
12153         (create_feature_i386_64bit_avx512): Likewise.
12154         * features/i386/64bit-core.c (create_feature_i386_64bit_core):
12155         Likewise.
12156         * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
12157         Likewise.
12158         * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
12159         Likewise.
12160         * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
12161         Likewise.
12162         * features/i386/64bit-segments.c
12163         (create_feature_i386_64bit_segments): Likewise.
12164         * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
12165         Likewise.
12166         * features/i386/x32-core.c
12167         (create_feature_i386_x32_core): Likewise.
12168         * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
12169         * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
12170         * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
12171         * target-descriptions.c: In generated code, don't pass xml
12172         filename.
12173
12174 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12175
12176         * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
12177         (print_xml_feature::visit_post): Likewise.
12178         (print_xml_feature::visit): Likewise.
12179         * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
12180         (print_xml_feature): Add new class.
12181         * regformats/regdat.sh: Null xmltarget on feature targets.
12182         * target-descriptions.c (struct target_desc): Add xmltarget.
12183         (maintenance_check_tdesc_xml_convert): Add unittest function.
12184         (tdesc_get_features_xml): Add function to get xml.
12185         (maintenance_check_xml_descriptions): Test xml generation.
12186         * xml-tdesc.c (string_read_description_xml): Add function.
12187         * xml-tdesc.h (string_read_description_xml): Add declaration.
12188
12189 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12190
12191         * features/Makefile: Add feature marker to targets with new style
12192         target descriptions.
12193         * regformats/aarch64.dat: Regenerate.
12194         * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
12195         * regformats/i386/amd64-avx-linux.dat: Likewise.
12196         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
12197         * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
12198         * regformats/i386/amd64-linux.dat: Likewise.
12199         * regformats/i386/amd64-mpx-linux.dat: Likewise.
12200         * regformats/i386/amd64.dat: Likewise.
12201         * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
12202         * regformats/i386/i386-avx-linux.dat: Likewise.
12203         * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
12204         * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
12205         * regformats/i386/i386-linux.dat: Likewise.
12206         * regformats/i386/i386-mmx-linux.dat: Likewise.
12207         * regformats/i386/i386-mpx-linux.dat: Likewise.
12208         * regformats/i386/i386.dat: Likewise.
12209         * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
12210         * regformats/i386/x32-avx-linux.dat: Likewise.
12211         * regformats/i386/x32-linux.dat: Likewise.
12212         * regformats/tic6x-c62x-linux.dat: Likewise.
12213         * regformats/tic6x-c64x-linux.dat: Likewise.
12214         * regformats/tic6x-c64xp-linux.dat: Likewise.
12215         * regformats/regdat.sh: Parse feature marker.
12216
12217 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12218
12219         * common/tdesc.h (tdesc_architecture_name): Add new declaration.
12220         (tdesc_osabi_name): Likewise.
12221         * target-descriptions.c (tdesc_architecture_name): Add new
12222         function.
12223         (tdesc_osabi_name): Likewise.
12224
12225 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12226
12227         * common/tdesc.c (tdesc_predefined_type): Move to here.
12228         (tdesc_named_type): Likewise.
12229         (tdesc_create_vector): Likewise.
12230         (tdesc_create_struct): Likewise.
12231         (tdesc_set_struct_size): Likewise.
12232         (tdesc_create_union): Likewise.
12233         (tdesc_create_flags): Likewise.
12234         (tdesc_create_enum): Likewise.
12235         (tdesc_add_field): Likewise.
12236         (tdesc_add_typed_bitfield): Likewise.
12237         (tdesc_add_bitfield): Likewise.
12238         (tdesc_add_flag): Likewise.
12239         (tdesc_add_enum_value): Likewise.
12240         * common/tdesc.h (struct tdesc_type_builtin): Likewise.
12241         (struct tdesc_type_vector): Likewise.
12242         (struct tdesc_type_field): Likewise.
12243         (struct tdesc_type_with_fields): Likewise.
12244         (tdesc_create_enum): Add declaration.
12245         (tdesc_add_typed_bitfield): Likewise.
12246         (tdesc_add_enum_value): Likewise.
12247         * target-descriptions.c (tdesc_type_field): Move from here.
12248         (tdesc_type_builtin): Likewise.
12249         (tdesc_type_vector): Likewise.
12250         (tdesc_type_with_fields): Likewise.
12251         (tdesc_predefined_types): Likewise.
12252         (tdesc_named_type): Likewise.
12253         (tdesc_create_vector): Likewise.
12254         (tdesc_create_struct): Likewise.
12255         (tdesc_set_struct_size): Likewise.
12256         (tdesc_create_union): Likewise.
12257         (tdesc_create_flags): Likewise.
12258         (tdesc_create_enum): Likewise.
12259         (tdesc_add_field): Likewise.
12260         (tdesc_add_typed_bitfield): Likewise.
12261         (tdesc_add_bitfield): Likewise.
12262         (tdesc_add_flag): Likewise.
12263         (tdesc_add_enum_value): Likewise.
12264         * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
12265         (tdesc_add_typed_bitfield): Likewise.
12266         (tdesc_add_enum_value): Likewise.
12267
12268 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12269
12270         * common/tdesc.c (tdesc_feature::accept): Move to here.
12271         (tdesc_feature::operator==): Likewise.
12272         (tdesc_create_reg): Likewise.
12273         * common/tdesc.h (tdesc_type_kind): Likewise.
12274         (struct tdesc_type): Likewise.
12275         (struct tdesc_feature): Likewise.
12276         * regformats/regdat.sh: Create a feature.
12277         * target-descriptions.c (tdesc_type_kind): Move from here.
12278         (tdesc_type): Likewise.
12279         (tdesc_type_up): Likewise.
12280         (tdesc_feature): Likewise.
12281         (tdesc_create_reg): Likewise.
12282
12283 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
12284
12285         * Makefile.in: Add arch/tdesc.c
12286         * common/tdesc.c: New file.
12287         * common/tdesc.h (tdesc_element_visitor): Move to here.
12288         (tdesc_element): Likewise.
12289         (tdesc_reg): Likewise.
12290         (tdesc_reg_up): Likewise.
12291         * regformats/regdef.h (reg): Add offset to constructors.
12292         * target-descriptions.c (tdesc_element_visitor): Move from here.
12293         (tdesc_element): Likewise.
12294         (tdesc_reg): Likewise.
12295         (tdesc_reg_up): Likewise.
12296
12297 2018-04-17  Tom Tromey  <tom@tromey.com>
12298
12299         * dwarf2read.c (quirk_rust_enum): Conditionally drop the
12300         discriminant field.
12301
12302 2018-04-17  Tom Tromey  <tom@tromey.com>
12303
12304         * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
12305
12306 2018-04-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12307
12308         * symtab.c (print_symbol_info): Skip printing filename and line
12309         number when `last' is NULL.
12310         (symtab_symbol_info): Use empty string instead of NULL for first
12311         invocation of print_symbol_info.
12312         (rbreak_command): Pass NULL to `last' parameter of
12313         print_symbol_info.
12314
12315 2018-04-16  Simon Marchi  <simon.marchi@ericsson.com>
12316
12317         * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
12318         instead of nullptr.
12319
12320 2018-04-16  Pedro Alves  <palves@redhat.com>
12321
12322         * MAINTAINERS (sh): Remove.
12323         * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
12324         (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
12325         (ALLDEPFILES): Remove sh64-tdep.c.
12326         * NEWS: Mentions that support for SH-5/SH64 is removed.
12327         * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
12328         (sh*-*-openbsd*): Ditto.
12329         (sh64-*-elf*): Remove.
12330         (sh*): Remove.
12331         * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
12332         * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
12333         * sh-tdep.c: No longer include "sh64-tdep.h".
12334         (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
12335         * sh64-tdep.c, sh64-tdep.h: Remove files.
12336
12337 2018-04-16  Pedro Alves  <palves@redhat.com>
12338
12339         * MAINTAINERS: Remove m88k.
12340         * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
12341         (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
12342         (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
12343         * NEWS: Mention that support for m88k was removed.
12344         * configure.host (m88*-*-*): Remove support.
12345         * configure.nat (m88k-*-*): Remove support.
12346         * configure.tgt (m88*-*-openbsd*): Remove.
12347         * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
12348
12349 2018-04-15  Simon Marchi  <simon.marchi@polymtl.ca>
12350
12351         * configure.tgt (x86_tobjs): New variable.
12352         (amd64_tobjs, i386_tobjs): Use it.
12353
12354 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12355
12356         * symtab.c (print_symbol_info): Precede the symbol definition by
12357         the line number when available.
12358         * NEWS: Advertise this enhancement.
12359
12360 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12361
12362         * NEWS (New options): announce set/show record btrace cpu.
12363         * btrace.c: Include record-btrace.h.
12364         (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
12365         the vendor is unknown.
12366         (btrace_compute_ftrace_1): Add cpu parameter.  Update callers.
12367         Maybe overwrite the btrace configuration's cpu.
12368         (btrace_compute_ftrace): Add cpu parameter.  Update callers.
12369         (btrace_fetch): Add cpu parameter.  Update callers.
12370         (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
12371         Maybe overwrite the btrace configuration's cpu.  Skip enabling
12372         errata workarounds if the vendor is unknown.
12373         * python/py-record-btrace.c: Include record-btrace.h.
12374         (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
12375         (recpy_bt_function_call_history): Call record_btrace_get_cpu.
12376         * record-btrace.c (record_btrace_cpu_state_kind): New.
12377         (record_btrace_cpu): New.
12378         (set_record_btrace_cpu_cmdlist): New.
12379         (record_btrace_get_cpu): New.
12380         (require_btrace_thread, record_btrace_info)
12381         (record_btrace_resume_thread): Call record_btrace_get_cpu.
12382         (cmd_set_record_btrace_cpu_none): New.
12383         (cmd_set_record_btrace_cpu_auto): New.
12384         (cmd_set_record_btrace_cpu): New.
12385         (cmd_show_record_btrace_cpu): New.
12386         (_initialize_record_btrace): Initialize set/show record btrace cpu
12387         commands.
12388         * record-btrace.h (record_btrace_get_cpu): New.
12389
12390 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12391
12392         * record.c (set_record_command): Fix typo in message.
12393
12394 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12395
12396         * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
12397
12398 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
12399
12400         * infrun.c (process_event_stop_test): Call
12401         gdbarch_in_indirect_branch_thunk.
12402         * gdbarch.sh (in_indirect_branch_thunk): New.
12403         * gdbarch.c: Regenerated.
12404         * gdbarch.h: Regenerated.
12405         * x86-tdep.h: New.
12406         * x86-tdep.c: New.
12407         * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
12408         (HFILES_NO_SRCDIR): Add x86-tdep.h.
12409         (ALLDEPFILES): Add x86-tdep.c.
12410         * arch-utils.h (default_in_indirect_branch_thunk): New.
12411         * arch-utils.c (default_in_indirect_branch_thunk): New.
12412         * i386-tdep: Include x86-tdep.h.
12413         (i386_in_indirect_branch_thunk): New.
12414         (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
12415         function.
12416         * amd64-tdep: Include x86-tdep.h.
12417         (amd64_in_indirect_branch_thunk): New.
12418         (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
12419
12420 2018-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12421
12422         PR gdb/23053
12423         * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
12424         (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
12425         (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
12426         regression.
12427
12428 2018-04-12  Tom Tromey  <tom@tromey.com>
12429
12430         * rust-lang.c (rust_print_struct_def): Remove univariant code.
12431         (rust_evaluate_subexp): Likewise.
12432
12433 2018-04-12  Pedro Alves  <palves@redhat.com>
12434
12435         * procfs.c (procfs_detach): Make forward declaration's prototype
12436         match definition's protototype.
12437         (proc_get_LDT_entry): Remove stale do_cleanups call.
12438
12439 2018-04-12  Pedro Alves  <palves@redhat.com>
12440
12441         * target.h (target_ops::to_has_exited): Delete.
12442         (target_has_exited): Delete.
12443         * target-delegates.c: Regenerate.
12444
12445 2018-04-11  Pedro Alves  <palves@redhat.com>
12446
12447         * target.c (fileio_fh_t::t): Add comment.
12448         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12449         (target_fileio_close): Handle a NULL target.
12450         (invalidate_fileio_fh): New.
12451         (target_close): Call it.
12452         * remote.c (remote_hostio_send_command): No longer check whether
12453         remote_desc is open.
12454
12455 2018-04-11  Pedro Alves  <palves@redhat.com>
12456
12457         * target.c (fileio_fh_t): Make it a named struct instead of a
12458         typedef.
12459         (fileio_fh_t::is_closed): New method.
12460         (DEF_VEC_O (fileio_fh_t)): Remove.
12461         (fileio_fhandles): Now a std::vector.
12462         (is_closed_fileio_fh): Delete.
12463         (acquire_fileio_fd): Adjust.  Rename parameters.
12464         (release_fileio_fd): Adjust.
12465         (fileio_fd_to_fh): Reimplement as a function instead of a macro.
12466         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
12467         (target_fileio_close): Adjust.
12468
12469 2018-04-10  Simon Marchi  <simon.marchi@ericsson.com>
12470
12471         * auto-load.c (auto_load_safe_path_vec_update): Iterate by
12472         index.
12473
12474 2018-04-10  Pedro Alves  <palves@redhat.com>
12475
12476         * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
12477         (scoped_finish_thread_state): New class.
12478         * infcmd.c (run_command_1): Use it instead of finish_thread_state
12479         cleanup.
12480         * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
12481         (fetch_inferior_event, normal_stop): Likewise.
12482         * thread.c (finish_thread_state_cleanup): Delete.
12483
12484 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12485             Pedro Alves  <palves@redhat.com>
12486
12487         * value.c: Include "selftest.h" and "common/array-view.h".
12488         (struct range) <operator ==>: New.
12489         (test_ranges_contain): New.
12490         (check_ranges_vector): New.
12491         (test_insert_into_bit_range_vector): New.
12492         (_initialize_values): Register selftests.
12493         * common/array-view.h (operator==, operator!=): New.
12494
12495 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12496
12497         * common/gdb_vecs.h (unordered_remove): Add overload that takes
12498         an iterator.
12499         * inline-frame.c: Include <algorithm>.
12500         (struct inline_state): Add constructor.
12501         (inline_state_s): Remove.
12502         (DEF_VEC_O(inline_state_s)): Remove.
12503         (inline_states): Change type to std::vector.
12504         (find_inline_frame_state): Adjust to std::vector.
12505         (allocate_inline_frame_state): Remove.
12506         (clear_inline_frame_state): Adjust to std::vector.
12507         (skip_inline_frames): Adjust to std::vector.
12508
12509 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12510
12511         * tracepoint.h (struct trace_state_variable): Add constructor.
12512         <name>: Change type to std::string.
12513         * tracepoint.c (tsv_s): Remove.
12514         (DEF_VEC_O(tsv_s)): Remove.
12515         (tvariables): Change to std::vector.
12516         (create_trace_state_variable): Adjust to std::vector.
12517         (find_trace_state_variable): Likewise.
12518         (find_trace_state_variable_by_number): Likewise.
12519         (delete_trace_state_variable): Likewise.
12520         (trace_variable_command): Adjust to std::string.
12521         (delete_trace_variable_command): Likewise.
12522         (tvariables_info_1): Adjust to std::vector.
12523         (save_trace_state_variables): Likewise.
12524         (start_tracing): Likewise.
12525         (merge_uploaded_trace_state_variables): Adjust to std::vector
12526         and std::string.
12527         * target.h (struct target_ops)
12528         <to_download_trace_state_variable>: Pass reference to
12529         trace_state_variable.
12530         * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
12531         * target-delegates.c: Re-generate.
12532         * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
12533         (mi_tsv_deleted): Likewise.
12534         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
12535         * remote.c (remote_download_trace_state_variable): Change
12536         pointer to reference and adjust.
12537         * make-target-delegates (parse_argtypes): Handle references.
12538         (write_function_header): Likewise.
12539         (munge_type): Likewise.
12540
12541 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12542
12543         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12544         string_view-selftests.c.
12545         * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
12546         testsuite.
12547         * unittests/basic_string_view/cons/char/1.cc: Likewise.
12548         * unittests/basic_string_view/cons/char/2.cc: Likewise.
12549         * unittests/basic_string_view/cons/char/3.cc: Likewise.
12550         * unittests/basic_string_view/element_access/char/1.cc:
12551         Likewise.
12552         * unittests/basic_string_view/element_access/char/empty.cc:
12553         Likewise.
12554         * unittests/basic_string_view/element_access/char/front_back.cc:
12555         Likewise.
12556         * unittests/basic_string_view/inserters/char/2.cc: Likewise.
12557         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
12558         Likewise.
12559         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
12560         Likewise.
12561         * unittests/basic_string_view/modifiers/swap/char/1.cc:
12562         Likewise.
12563         * unittests/basic_string_view/operations/compare/char/1.cc:
12564         Likewise.
12565         * unittests/basic_string_view/operations/compare/char/13650.cc:
12566         Likewise.
12567         * unittests/basic_string_view/operations/copy/char/1.cc:
12568         Likewise.
12569         * unittests/basic_string_view/operations/data/char/1.cc:
12570         Likewise.
12571         * unittests/basic_string_view/operations/find/char/1.cc:
12572         Likewise.
12573         * unittests/basic_string_view/operations/find/char/2.cc:
12574         Likewise.
12575         * unittests/basic_string_view/operations/find/char/3.cc:
12576         Likewise.
12577         * unittests/basic_string_view/operations/find/char/4.cc:
12578         Likewise.
12579         * unittests/basic_string_view/operations/rfind/char/1.cc:
12580         Likewise.
12581         * unittests/basic_string_view/operations/rfind/char/2.cc:
12582         Likewise.
12583         * unittests/basic_string_view/operations/rfind/char/3.cc:
12584         Likewise.
12585         * unittests/basic_string_view/operations/substr/char/1.cc:
12586         Likewise.
12587         * unittests/basic_string_view/operators/char/2.cc: Likewise.
12588         * unittests/string_view-selftests.c: New file.
12589
12590 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12591
12592         * unittests/basic_string_view/capacity/1.cc: New file.
12593         * unittests/basic_string_view/capacity/empty_neg.cc: New file.
12594         * unittests/basic_string_view/cons/char/1.cc: New file.
12595         * unittests/basic_string_view/cons/char/2.cc: New file.
12596         * unittests/basic_string_view/cons/char/3.cc: New file.
12597         * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
12598         * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
12599         * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
12600         * unittests/basic_string_view/element_access/char/1.cc: New file.
12601         * unittests/basic_string_view/element_access/char/2.cc: New file.
12602         * unittests/basic_string_view/element_access/char/empty.cc: New file.
12603         * unittests/basic_string_view/element_access/char/front_back.cc: New file.
12604         * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
12605         * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
12606         * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
12607         * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
12608         * unittests/basic_string_view/include.cc: New file.
12609         * unittests/basic_string_view/inserters/char/1.cc: New file.
12610         * unittests/basic_string_view/inserters/char/2.cc: New file.
12611         * unittests/basic_string_view/inserters/char/3.cc: New file.
12612         * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
12613         * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
12614         * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
12615         * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
12616         * unittests/basic_string_view/literals/types.cc: New file.
12617         * unittests/basic_string_view/literals/values.cc: New file.
12618         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
12619         * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
12620         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
12621         * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
12622         * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
12623         * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
12624         * unittests/basic_string_view/operations/compare/char/1.cc: New file.
12625         * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
12626         * unittests/basic_string_view/operations/compare/char/2.cc: New file.
12627         * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
12628         * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
12629         * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
12630         * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
12631         * unittests/basic_string_view/operations/copy/char/1.cc: New file.
12632         * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
12633         * unittests/basic_string_view/operations/data/char/1.cc: New file.
12634         * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
12635         * unittests/basic_string_view/operations/find/char/1.cc: New file.
12636         * unittests/basic_string_view/operations/find/char/2.cc: New file.
12637         * unittests/basic_string_view/operations/find/char/3.cc: New file.
12638         * unittests/basic_string_view/operations/find/char/4.cc: New file.
12639         * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
12640         * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
12641         * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
12642         * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
12643         * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
12644         * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
12645         * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
12646         * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
12647         * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
12648         * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
12649         * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
12650         * unittests/basic_string_view/operations/substr/char/1.cc: New file.
12651         * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
12652         * unittests/basic_string_view/operators/char/2.cc: New file.
12653         * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
12654         * unittests/basic_string_view/range_access/char/1.cc: New file.
12655         * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
12656         * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
12657         * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
12658         * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
12659         * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
12660         * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
12661         * unittests/basic_string_view/requirements/typedefs.cc: New file.
12662         * unittests/basic_string_view/typedefs.cc: New file.
12663         * unittests/basic_string_view/types/1.cc: New file.
12664
12665 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12666
12667         * common/gdb_string_view.h: Remove libstdc++ implementation
12668         details, adjust to gdb reality.
12669         * common/gdb_string_view.tcc: Likewise.
12670         * cli/cli-script.c (struct string_view): Remove.
12671         (user_args) <m_args>: Change element type to gdb::string_view.
12672         (user_args::insert_args): Adjust.
12673
12674 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12675
12676         * common/gdb_string_view.h: New file.
12677         * common/gdb_string_view.tcc: New file.
12678
12679 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
12680
12681         * ax_cxx_compile_stdcxx.m4: Sync with upstream.
12682         * configure: Re-generate.
12683
12684 2018-04-09  Pedro Alves  <palves@redhat.com>
12685
12686         * gdbarch.sh: Include "observable.h" instead of "observer.h".
12687         (set_target_gdbarch): Call
12688         gdb::observers::architecture_changed.notify instead of
12689         observer_notify_architecture_changed.
12690
12691 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12692
12693         * tracepoint.c (struct current_traceframe_cleanup): Remove.
12694         (do_restore_current_traceframe_cleanup): Remove.
12695         (restore_current_traceframe_cleanup_dtor): Remove.
12696         (make_cleanup_restore_current_traceframe): Remove.
12697         (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
12698         New.
12699         * tracepoint.h (struct scoped_restore_current_traceframe): New.
12700         * infrun.c (fetch_inferior_event): Use
12701         scoped_restore_current_traceframe.
12702
12703 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12704
12705         * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
12706         Remove.
12707         <n_allocated_type_units>: Remove.
12708         <all_type_units>: Change to std::vector.
12709         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
12710         to std::vector change.
12711         (dwarf2_per_objfile::get_cutu): Likewise.
12712         (dwarf2_per_objfile::get_tu): Likewise.
12713         (create_signatured_type_table_from_index): Likewise.
12714         (create_signatured_type_table_from_debug_names): Likewise.
12715         (dw2_symtab_iter_next): Likewise.
12716         (dw2_print_stats): Likewise.
12717         (dw2_expand_all_symtabs): Likewise.
12718         (dw2_expand_marked_cus): Likewise.
12719         (dw2_debug_names_iterator::next): Likewise.
12720         (dwarf2_initialize_objfile): Likewise.
12721         (add_signatured_type_cu_to_table): Likewise.
12722         (create_all_type_units): Likewise.
12723         (add_type_unit): Likewise.
12724         (struct tu_abbrev_offset): Add constructor.
12725         (build_type_psymtabs_1): Adjust to std::vector change.
12726         (print_tu_stats): Likewise.
12727         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
12728         (write_debug_names): Likewise.
12729
12730 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12731
12732         * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
12733         Make an std::vector.
12734         <n_comp_units>: Remove.
12735         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
12736         to std::vector change.
12737         (dwarf2_per_objfile::get_cutu): Likewise.
12738         (dwarf2_per_objfile::get_cu): Likewise.
12739         (create_cus_from_index): Likewise.
12740         (create_addrmap_from_index): Likewise.
12741         (create_addrmap_from_aranges): Likewise.
12742         (dwarf2_read_index): Likewise.
12743         (dw2_find_last_source_symtab): Likewise.
12744         (dw2_map_symtabs_matching_filename): Likewise.
12745         (dw2_symtab_iter_next): Likewise.
12746         (dw2_print_stats): Likewise.
12747         (dw2_expand_all_symtabs): Likewise.
12748         (dw2_expand_symtabs_with_fullname): Likewise.
12749         (dw2_expand_marked_cus): Likewise.
12750         (dw2_map_symbol_filenames): Likewise.
12751         (create_cus_from_debug_names): Likewise.
12752         (dwarf2_read_debug_names): Likewise.
12753         (dw2_debug_names_iterator::next): Likewise.
12754         (dwarf2_initialize_objfile): Likewise.
12755         (set_partial_user): Likewise.
12756         (dwarf2_build_psymtabs_hard): Likewise.
12757         (read_comp_units_from_section): Remove arguments, adjust to
12758         std::vector change.
12759         (create_all_comp_units): Adjust to std::vector and
12760         read_comp_units_from_section changes.
12761         (dwarf2_find_containing_comp_unit): Adjust to std::vector
12762         change.
12763         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
12764         (psyms_seen_size): Likewise.
12765         (write_gdbindex): Likewise.
12766         (write_debug_names): Likewise.
12767
12768 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12769
12770         * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
12771         with dwarf2_per_objfile.
12772         (create_cus_from_index): Likewise.
12773         (create_signatured_type_table_from_index): Likewise.
12774         (dwarf2_read_index): Likewise.
12775         (dwarf2_initialize_objfile): Likewise.
12776         (dwarf2_fetch_die_loc_sect_off):  Get dwarf2_per_objfile from
12777         per_cu rather than get_dwarf2_per_objfile.
12778
12779 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12780
12781         * dwarf2read.h (struct signatured_type): Forward declare.
12782         (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
12783         New methods.
12784         * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
12785         (dw2_get_cutu): ...this.
12786         (dwarf2_per_objfile::get_cu): Rename from...
12787         (dw2_get_cu): ...this.
12788         (dwarf2_per_objfile::get_tu): New.
12789         (create_addrmap_from_index): Adjust.
12790         (create_addrmap_from_aranges): Adjust.
12791         (dw2_find_last_source_symtab): Adjust.
12792         (dw2_map_symtabs_matching_filename): Adjust.
12793         (dw2_symtab_iter_next): Adjust.
12794         (dw2_print_stats): Adjust.
12795         (dw2_expand_all_symtabs): Adjust.
12796         (dw2_expand_symtabs_with_fullname): Adjust.
12797         (dw2_expand_marked_cus): Adjust.
12798         (dw_expand_symtabs_matching_file_matcher): Adjust.
12799         (dw2_map_symbol_filenames): Adjust.
12800         (dw2_debug_names_iterator::next): Adjust.
12801         (dwarf2_initialize_objfile): Adjust.
12802         (set_partial_user): Adjust.
12803         (dwarf2_build_psymtabs_hard): Adjust.
12804
12805 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12806
12807         * dwarf2read.c (create_signatured_type_table_from_debug_names):
12808         Remove unused variables.
12809         (dw2_map_symtabs_matching_filename): Likewise.
12810         (dwarf2_record_block_ranges): Likewise.
12811         (dwarf2_read_addr_index): Likewise.
12812         (follow_die_offset): Likewise.
12813
12814 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12815
12816         * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
12817         to symbol_file_add_main.
12818
12819 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12820
12821         PR mi/22299
12822         * mi/mi-console.c (do_fputc_async_safe): New.
12823         (mi_console_file::write_async_safe): New.
12824         (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
12825         * mi/mi-console.h (class mi_console_file) <write_async_safe>:
12826         New.
12827         * ui-file.c (ui_file::putstrn): Adjust call to
12828         fputstrn_unfiltered.
12829         * utils.c (printchar): Replace do_fputs and do_fprintf
12830         parameters by do_fputc.
12831         (fputstr_filtered): Adjust call to printchar.
12832         (fputstr_unfiltered): Likewise.
12833         (fputstrn_filtered): Likewise.
12834         (fputstrn_unfiltered): Add do_fputc parameter, pass to
12835         printchar.
12836         * utils.h (do_fputc_ftype): New typedef.
12837         (fputstrn_unfiltered): Add do_fputc parameter.
12838
12839 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
12840
12841         * regformats/i386/i386-avx.dat: Remove.
12842
12843 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
12844
12845         PR gdb/22979
12846         * amd64-tdep.c (amd64_none_init_abi): New function.
12847         (amd64_x32_none_init_abi): New function.
12848         (_initialize_amd64_tdep): Register handlers for x86-64 and
12849         x64_32 with GDB_OSABI_NONE.
12850         * osabi.c (gdbarch_init_osabi): Allow running handlers for the
12851         GDB_OSABI_NONE osabi.
12852
12853 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
12854
12855         PR gdb/22980
12856         * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
12857         GDB_OSABI_NONE.
12858         * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
12859         * osabi.c (gdb_osabi_names): Add "unknown" entry.
12860
12861 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
12862
12863         * common/byte-vector.h (char_vector): New type.
12864         * target.h (target_read_alloc): Return
12865         gdb::optional<byte_vector>.
12866         (target_read_stralloc): Return gdb::optional<char_vector>.
12867         (target_get_osdata): Return gdb::optional<char_vector>.
12868         * target.c (target_read_alloc_1): Templatize.  Replacement
12869         manual memory management with vector.
12870         (target_read_alloc): Change return type, adjust.
12871         (target_read_stralloc): Change return type, adjust.
12872         (target_get_osdata): Change return type, adjust.
12873         * auxv.c (struct auxv_info) <length>: Remove.
12874         <data>: Change type to gdb::optional<byte_vector>.
12875         (auxv_inferior_data_cleanup): Free auxv_info with delete.
12876         (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
12877         (target_auxv_search): Adjust.
12878         (fprint_target_auxv): Adjust.
12879         * avr-tdep.c (avr_io_reg_read_command): Adjust.
12880         * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
12881         (linux_make_corefile_notes): Adjust.
12882         * osdata.c (get_osdata): Adjust.
12883         * remote.c (remote_get_threads_with_qxfer): Adjust.
12884         (remote_memory_map): Adjust.
12885         (remote_traceframe_info): Adjust.
12886         (btrace_read_config): Adjust.
12887         (remote_read_btrace): Adjust.
12888         (remote_pid_to_exec_file): Adjust.
12889         * solib-aix.c (solib_aix_get_library_list): Adjust.
12890         * solib-dsbt.c (decode_loadmap): Don't free buf.
12891         (dsbt_get_initial_loadmaps): Adjust.
12892         * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
12893         * solib-target.c (solib_target_current_sos): Adjust.
12894         * tracepoint.c (sdata_make_value): Adjust.
12895         * xml-support.c (xinclude_start_include): Adjust.
12896         (xml_fetch_content_from_file): Adjust.
12897         * xml-support.h (xml_fetch_another): Change return type.
12898         (xml_fetch_content_from_file): Change return type.
12899         * xml-syscall.c (xml_init_syscalls_info): Adjust.
12900         * xml-tdesc.c (file_read_description_xml): Adjust.
12901         (fetch_available_features_from_target): Change return type.
12902         (target_fetch_description_xml): Adjust.
12903         (target_read_description_xml): Adjust.
12904
12905 2018-04-06  Tom Tromey  <tom@tromey.com>
12906
12907         * value.c (~value): Update.
12908         (struct value) <contents>: Now unique_xmalloc_ptr.
12909         (value_contents_bits_eq, allocate_value_contents)
12910         (value_contents_raw, value_contents_all_raw)
12911         (value_contents_for_printing, value_contents_for_printing_const)
12912         (set_value_enclosing_type): Update.
12913
12914 2018-04-06  Tom Tromey  <tom@tromey.com>
12915
12916         * value.c (range_s): Remove typedef, VEC.
12917         (struct range): Add operator<.
12918         (range_lessthan): Remove.
12919         (ranges_contain): Change type.
12920         (~value): Update.
12921         (struct value) <unavailable, optimized_out>: Now std::vector.
12922         (value_entirely_available)
12923         (value_entirely_covered_by_range_vector)
12924         (value_entirely_unavailable, value_entirely_optimized_out):
12925         Update.
12926         (insert_into_bit_range_vector): Change argument type.
12927         (find_first_range_overlap): Likewise.
12928         (struct ranges_and_idx, value_contents_bits_eq)
12929         (require_not_optimized_out, require_available): Update.
12930         (ranges_copy_adjusted): Change argument types.
12931         (value_optimized_out, value_copy, value_fetch_lazy): Update.
12932
12933 2018-04-06  Tom Tromey  <tom@tromey.com>
12934
12935         * value.c (~value): Update.
12936         (struct value) <parent>: Now a value_ref_ptr.
12937         (value_parent, set_value_parent, value_address, value_copy):
12938         Update.
12939
12940 2018-04-06  Tom Tromey  <tom@tromey.com>
12941
12942         * value.c (struct value): Add constructor, destructor, and member
12943         initializers.
12944         (allocate_value_lazy, value_decref): Update.
12945
12946 2018-04-06  Tom Tromey  <tom@tromey.com>
12947
12948         * value.c (struct value) <released, next>: Remove.
12949         (all_values): Now a std::vector.
12950         (allocate_value_lazy): Update.
12951         (value_next): Remove.
12952         (value_mark, value_free_to_mark, release_value)
12953         (value_release_to_mark): Update.
12954
12955 2018-04-06  Tom Tromey  <tom@tromey.com>
12956
12957         * value.h (fetch_subexp_value, value_release_to_mark): Update.
12958         (free_value_chain): Remove.
12959         * value.c (free_value_chain): Remove.
12960         (value_release_to_mark): Return a std::vector.
12961         * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
12962         std::vector.
12963         (check_condition): Update.
12964         * eval.c (fetch_subexp_value): Change "val_chain" to a
12965         std::vector.
12966         * breakpoint.c (update_watchpoint): Update.
12967         (can_use_hardware_watchpoint): Change "vals" to a std::vector.
12968
12969 2018-04-06  Tom Tromey  <tom@tromey.com>
12970
12971         * value.h (free_all_values): Remove.
12972         * value.c (free_all_values): Remove.
12973
12974 2018-04-06  Tom Tromey  <tom@tromey.com>
12975
12976         * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
12977         (value_history_chain, value_history_count): Remove.
12978         (value_history): New global.
12979         (record_latest_value, access_value_history, show_values)
12980         (preserve_values): Update.
12981
12982 2018-04-06  Tom Tromey  <tom@tromey.com>
12983
12984         * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
12985         * varobj.c (varobj_set_display_format, varobj_set_value)
12986         (install_default_visualizer, construct_visualizer)
12987         (install_new_value, ~varobj, varobj_get_value_type)
12988         (my_value_of_variable, varobj_editable_p): Update.
12989         * c-varobj.c (c_describe_child, c_value_of_variable)
12990         (cplus_number_of_children, cplus_describe_child): Update.
12991         * ada-varobj.c (ada_number_of_children, ada_name_of_child)
12992         (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
12993         (ada_value_of_variable, ada_value_is_changeable_p): Update.
12994
12995 2018-04-06  Tom Tromey  <tom@tromey.com>
12996
12997         * printcmd.c (last_examine_address): Change type to
12998         value_ref_ptr.
12999         (do_examine, x_command): Update.
13000
13001 2018-04-06  Tom Tromey  <tom@tromey.com>
13002
13003         * value.c (release_value): Update.
13004         * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
13005         (struct bpstats) <val>: Now a value_ref_ptr.
13006         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13007         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13008         (~watchpoint, print_it_watchpoint, watch_command_1)
13009         (invalidate_bp_value_on_memory_change): Update.
13010
13011 2018-04-06  Tom Tromey  <tom@tromey.com>
13012
13013         * varobj.c (varobj_clear_saved_item)
13014         (update_dynamic_varobj_children, install_new_value, ~varobj):
13015         Update.
13016         * value.h (value_incref): Move declaration earlier.
13017         (value_decref): Rename from value_free.
13018         (struct value_ref_policy): New.
13019         (value_ref_ptr): New typedef.
13020         (struct value_deleter): Remove.
13021         (gdb_value_up): Remove typedef.
13022         (release_value): Change return type.
13023         (release_value_or_incref): Remove.
13024         * value.c (set_value_parent): Update.
13025         (value_incref): Change return type.
13026         (value_decref): Rename from value_free.
13027         (value_free_to_mark, free_all_values, free_value_chain): Update.
13028         (release_value): Return value_ref_ptr.
13029         (release_value_or_incref): Remove.
13030         (record_latest_value, set_internalvar, clear_internalvar):
13031         Update.
13032         * stack.c (info_frame_command): Don't call value_free.
13033         * python/py-value.c (valpy_dealloc, valpy_new)
13034         (value_to_value_object): Update.
13035         * printcmd.c (do_examine): Update.
13036         * opencl-lang.c (lval_func_free_closure): Update.
13037         * mi/mi-main.c (register_changed_p): Don't call value_free.
13038         * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13039         * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13040         * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
13041         value_free.
13042         * guile/scm-value.c (vlscm_free_value_smob)
13043         (vlscm_scm_from_value): Update.
13044         * frame.c (frame_register_unwind, frame_unwind_register_signed)
13045         (frame_unwind_register_unsigned, get_frame_register_bytes)
13046         (put_frame_register_bytes): Don't call value_free.
13047         * findvar.c (address_from_register): Don't call value_free.
13048         * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
13049         * dwarf2loc.c (entry_data_value_free_closure)
13050         (value_of_dwarf_reg_entry, free_pieced_value_closure)
13051         (dwarf2_evaluate_loc_desc_full): Update.
13052         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
13053         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
13054         (~watchpoint, watch_command_1)
13055         (invalidate_bp_value_on_memory_change): Update.
13056         * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
13057
13058 2018-04-06  Simon Marchi  <simon.marchi@polymtl.ca>
13059
13060         PR gdb/23022
13061         * warning.m4: Add -Wno-error=deprecated-register.
13062         * configure: Re-generate.
13063
13064 2018-04-05  Tom Tromey  <tom@tromey.com>
13065
13066         * linespec.h: Remove include of "vec.h".
13067
13068 2018-04-05  Tom Tromey  <tom@tromey.com>
13069
13070         * linespec.c (typep): Remove typedef.
13071         (find_methods, find_superclass_methods): Take a std::vector.
13072         (find_method): Use std::vector.
13073
13074 2018-04-05  Tom Tromey  <tom@tromey.com>
13075
13076         * utils.c (compare_strings): Remove.
13077         * utils.h (compare_strings): Remove.
13078         * objc-lang.h (find_imps): Update.
13079         * objc-lang.c (find_methods): Take a std::vector.
13080         (uniquify_strings, find_imps): Likewise.
13081         * linespec.c (find_methods): Take a std::vector.
13082         (decode_objc): Use std::vector.
13083         (add_all_symbol_names_from_pspace, find_superclass_methods): Take
13084         a std::vector.
13085         (find_method, find_function_symbols): Use std::vector.
13086
13087 2018-04-05  Tom Tromey  <tom@tromey.com>
13088
13089         * completer.c (completion_tracker::completion_tracker): Remove
13090         cast.
13091         (completion_tracker::discard_completions): Likewise.
13092         * breakpoint.c (ambiguous_names_p): Remove cast.
13093         * ada-lang.c (_initialize_ada_language): Remove cast.
13094         * utils.h (streq): Update.
13095         (streq_hash): Add new declaration.
13096         * utils.c (streq): Return bool.
13097         (streq_hash): New function.
13098
13099 2018-04-05  Tom Tromey  <tom@tromey.com>
13100
13101         * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
13102         Remove a string copy.
13103
13104 2018-04-05  Tom Tromey  <tom@tromey.com>
13105
13106         * linespec.c (filter_results): Use std::vector.
13107         (decode_line_2, decode_line_full): Update.
13108
13109 2018-04-05  Tom Tromey  <tom@tromey.com>
13110
13111         * linespec.c (canonical_to_fullform): Return std::string.
13112         (filter_results): Update.
13113         (struct decode_line_2_item): Add constructor.
13114         <fullform, displayform>: Now std::string.
13115         (decode_line_2_compare_items): Now a std::sort comparator.
13116         (decode_line_2): Update.
13117
13118 2018-04-05  Tom Tromey  <tom@tromey.com>
13119
13120         * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
13121         (unexpected_linespec_error): Update.
13122         (linespec_parse_basic, parse_linespec): Update.
13123
13124 2018-04-05  Tom Tromey  <tom@tromey.com>
13125
13126         * linespec.c (linespec_parse_basic): Reindent.
13127
13128 2018-04-05  Tom Tromey  <tom@tromey.com>
13129
13130         * minsyms.h (iterate_over_minimal_symbols): Update.
13131         * minsyms.c (iterate_over_minimal_symbols): Take a
13132         gdb::function_view.
13133         * linespec.c (struct collect_minsyms): Remove.
13134         (compare_msyms): Now a std::sort comparator.
13135         (add_minsym): Add parameters.
13136         (search_minsyms_for_name): Update.  Use std::vector.
13137
13138 2018-04-03  Tom Tromey  <tom@tromey.com>
13139
13140         * mipsread.c (read_alphacoff_dynamic_symtab): Use
13141         gdb::byte_vector.
13142
13143 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
13144
13145         * MAINTAINERS (Write After Approval): Add Weimin Pan.
13146
13147 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
13148
13149         PR gdb/16959
13150         * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
13151         printing static type.
13152
13153 2018-04-01  Tom Tromey  <tom@tromey.com>
13154
13155         * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
13156         (rs6000_xfer_shared_libraries): Update.
13157
13158 2018-04-01  Simon Marchi  <simon.marchi@polymtl.ca>
13159
13160         * common/gdb_vecs.h (char_ptr): Remove.
13161         * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
13162
13163 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
13164
13165         * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
13166         with std::vector.
13167         * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
13168
13169 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
13170
13171         * tracepoint.h (struct uploaded_tp): Initialize fields.
13172         <actions, step_actions, cmd_strings>: Change type to
13173         std::vector<char *>.
13174         * tracepoint.c (get_uploaded_tp): Allocate with new.
13175         (free_uploaded_tps): Free with delete.
13176         (parse_tracepoint_definition): Adjust to std::vector change.
13177         * breakpoint.c (read_uploaded_action): Likewise.
13178         (create_tracepoint_from_upload): Likewise.
13179         * ctf.c (ctf_write_uploaded_tp): Likewise.
13180         (SET_ARRAY_FIELD): Likewise.
13181         * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
13182
13183 2018-03-30  Tom Tromey  <tom@tromey.com>
13184
13185         * solib-svr4.c (lm_info_read): Use gdb::byte_vector.  Return
13186         std::unique_ptr.
13187         (svr4_keep_data_in_core): Update.
13188         (svr4_read_so_list): Update.
13189
13190 2018-03-30  Tom Tromey  <tom@tromey.com>
13191
13192         * windows-nat.c (handle_output_debug_string, handle_exception):
13193         Update.
13194         * target.h (target_read_string): Update.
13195         * target.c (target_read_string): Change "string" to
13196         unique_xmalloc_ptr.
13197         * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
13198         Update.
13199         * solib-frv.c (frv_current_sos): Update.
13200         * solib-dsbt.c (dsbt_current_sos): Update.
13201         * solib-darwin.c (darwin_current_sos): Update.
13202         * linux-thread-db.c (inferior_has_bug): Update.
13203         * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
13204         Update.  Remove alloca.
13205         * ada-lang.c (ada_main_name): Update.
13206
13207 2018-03-30  Tom Tromey  <tom@tromey.com>
13208
13209         * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
13210         (struct dwo_file_deleter): New.
13211         (dwo_file_up): New typedef.
13212         (open_and_init_dwo_file): Use dwo_file_up.
13213         (free_dwo_file_cleanup): Remove.
13214
13215 2018-03-30  Tom Tromey  <tom@tromey.com>
13216
13217         * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
13218         (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
13219
13220 2018-03-30  Tom Tromey  <tom@tromey.com>
13221
13222         * dwarf2read.c (class free_cached_comp_units): New class.
13223         (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
13224         (free_cached_comp_units): Remove function.
13225
13226 2018-03-30  Tom Tromey  <tom@tromey.com>
13227
13228         * utils.h (make_cleanup_unpush_target): Remove.
13229         * inf-ptrace.c (struct target_unpusher): New.
13230         (target_unpush_up) New typedef.
13231         (inf_ptrace_create_inferior, inf_ptrace_attach): Use
13232         target_unpush_up.
13233         * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
13234
13235 2018-03-27  Tom Tromey  <tom@tromey.com>
13236
13237         * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
13238
13239 2018-03-27  Pedro Alves  <palves@redhat.com>
13240             Tom Tromey  <tom@tromey.com>
13241
13242         * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
13243         destructor.  Now a class.
13244         (gdb_readline_wrapper_cleanup): Remove function.
13245         (gdb_readline_wrapper): Remove cleanups.
13246
13247 2018-03-27  Tom Tromey  <tom@tromey.com>
13248
13249         * typeprint.h (struct type_print_options) <local_typedefs,
13250         global_typedefs>: Remove "struct" keyword.
13251         (class typedef_hash_table): New class.
13252         (recursively_update_typedef_hash, add_template_parameters)
13253         (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
13254         (find_typedef_in_hash): Don't declare.
13255         * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
13256         (typedef_hash_table::recursively_update): Rename from
13257         recursively_update_typedef_hash.  Now a member.
13258         (typedef_hash_table::add_template_parameters): Rename from
13259         add_template_parameters.  Now a member.
13260         (typedef_hash_table::typedef_hash_table): Now a constructor;
13261         rename from create_typedef_hash.
13262         (typedef_hash_table::~typedef_hash_table): Now a destructor;
13263         rename from free_typedef_hash.
13264         (do_free_typedef_hash, make_cleanup_free_typedef_hash)
13265         (do_free_global_table): Remove.
13266         (typedef_hash_table::typedef_hash_table): New constructor; renamed
13267         from copy_type_recursive.
13268         (create_global_typedef_table): Remove.
13269         (typedef_hash_table::find_global_typedef): Now a member of
13270         typedef_hash_table.
13271         (typedef_hash_table::find_typedef): Rename from
13272         find_typedef_in_hash; now a member.
13273         (whatis_exp): Update.
13274         * extension.h (struct ext_lang_type_printers): Add constructor and
13275         destructor.
13276         (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
13277         declare.
13278         * extension.c (ext_lang_type_printers::ext_lang_type_printers):
13279         Now a constructor; rename from start_ext_lang_type_printers.
13280         (ext_lang_type_printers): Now a destructor; rename from
13281         free_ext_lang_type_printers.
13282         * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
13283         Update.
13284         (c_type_print_base_struct_union): Update.  Remove cleanups.
13285
13286 2018-03-27  Tom Tromey  <tom@tromey.com>
13287
13288         * dwarf-index-write.c: Include <cmath>.
13289
13290 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
13291
13292         * NEWS: Add entry describing new "set|show varsize-limit" command.
13293         * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
13294         command.
13295         * printcmd.c (_initialize_printcmd): Add "set var" alias of
13296         "set variable".
13297
13298 2018-03-27  Simon Marchi  <simon.marchi@ericsson.com>
13299
13300         * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
13301         dwarf-index-write.c
13302         (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
13303         * dwarf-index-common.c: New file.
13304         * dwarf-index-common.h: New file.
13305         * dwarf-index-write.c: New file.
13306         * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
13307         (struct dwarf2_section_info): Move from here.
13308         (dwarf2_section_info_def): Likewise.
13309         (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
13310         (offset_type): Likewise.
13311         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
13312         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
13313         (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
13314         (byte_swap): Likewise.
13315         (MAYBE_SWAP): Likewise.
13316         (dwarf2_per_cu_ptr): Likewise.
13317         (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
13318         (struct tu_stats): Likewise.
13319         (struct dwarf2_per_objfile): Likewise.
13320         (struct dwarf2_per_cu_data): Likewise.
13321         (struct signatured_type): Likewise.
13322         (sig_type_ptr): Likewise.
13323         (DEF_VEC_P (sig_type_ptr)): Likewise.
13324         (INDEX4_SUFFIX): Likewise.
13325         (INDEX5_SUFFIX): Likewise.
13326         (DEBUG_STR_SUFFIX): Likewise.
13327         (dwarf2_read_section): Make non-static.
13328         (mapped_index_string_hash): Move from here.
13329         (dwarf5_djb_hash): Likewise.
13330         (file_write): Likewise.
13331         (class data_buf): Likewise.
13332         (struct symtab_index_entry): Likewise.
13333         (struct mapped_symtab): Likewise.
13334         (find_slot): Likewise.
13335         (hash_expand): Likewise.
13336         (add_index_entry): Likewise.
13337         (uniquify_cu_indices): Likewise.
13338         (class c_str_view): Likewise.
13339         (class c_str_view_hasher): Likewise.
13340         (class vector_hasher): Likewise.
13341         (write_hash_table): Likewise.
13342         (psym_index_map): Likewise.
13343         (struct addrmap_index_data): Likewise.
13344         (add_address_entry): Likewise.
13345         (add_address_entry_worker): Likewise.
13346         (write_address_map): Likewise.
13347         (symbol_kind): Likewise.
13348         (write_psymbols): Likewise.
13349         (struct signatured_type_index_data): Likewise.
13350         (write_one_signatured_type): Likewise.
13351         (recursively_count_psymbols): Likewise.
13352         (recursively_write_psymbols): Likewise.
13353         (class debug_names): Likewise.
13354         (check_dwarf64_offsets): Likewise.
13355         (psyms_seen_size): Likewise.
13356         (write_gdbindex): Likewise.
13357         (write_debug_names): Likewise.
13358         (assert_file_size): Likewise.
13359         (write_psymtabs_to_index): Likewise.
13360         (save_gdb_index_command): Likewise.
13361         (_initialize_dwarf2_read): Don't register the "save gdb-index"
13362         command.
13363         * dwarf2read.h: New file.
13364
13365 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
13366
13367         PR gdb/22670
13368         * dwarf2read.c (dwarf2_physname): Do not return the demangled
13369         symbol name if the CU's language stores symbol names in linkage
13370         format.
13371         * language.h (struct language_defn)
13372         <la_store_sym_names_in_linkage_form_p>: New field.  Adjust
13373         all instances of this struct.
13374
13375 2018-03-26  Tom Tromey  <tom@tromey.com>
13376
13377         * stack.c (backtrace_command_1): Remove verbose code.
13378
13379 2018-03-26  Tom Tromey  <tom@tromey.com>
13380
13381         * python/py-framefilter.c (py_print_type): Don't catch
13382         exceptions.  Return void.
13383         (py_print_value): Likewise.
13384         (py_print_single_arg): Likewise.
13385         (enumerate_args): Don't catch exceptions.
13386         (py_print_args): Likewise.
13387         (py_print_frame): Likewise.
13388         (gdbpy_apply_frame_filter): Catch exceptions here.
13389
13390 2018-03-26  Tom Tromey  <tom@tromey.com>
13391
13392         * stack.c (_initialize_stack): Remove trailing newlines from help
13393         text.  Add "Usage" line to "backtrace" help.
13394
13395 2018-03-26  Tom Tromey  <tom@tromey.com>
13396
13397         PR python/16486:
13398         * python/py-framefilter.c (py_print_args): Call wrap_hint.
13399
13400 2018-03-26  Tom Tromey  <tom@tromey.com>
13401
13402         * python/py-framefilter.c (py_print_single_arg): Return
13403         EXT_LANG_BT_ERROR from catch.
13404
13405 2018-03-26  Tom Tromey  <tom@tromey.com>
13406
13407         PR backtrace/15584:
13408         * stack.c (backtrace_command_1): Move some code into no-filters
13409         "if".
13410
13411 2018-03-26  Tom Tromey  <tom@tromey.com>
13412
13413         * python/py-framefilter.c (throw_quit_or_print_exception): New
13414         function.
13415         (gdbpy_apply_frame_filter): Use it.
13416
13417 2018-03-26  Tom Tromey  <tom@tromey.com>
13418
13419         PR cli/17716:
13420         * python/py-framefilter.c (py_print_type, py_print_value)
13421         (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
13422         RETURN_MASK_ERROR.
13423
13424 2018-03-26  Tom Tromey  <tom@tromey.com>
13425
13426         * python/py-framefilter.c (enumerate_args): Use
13427         gdb::unique_xmalloc_ptr.
13428
13429 2018-03-26  Tom Tromey  <tom@tromey.com>
13430
13431         * python/py-framefilter.c (py_print_frame): Return
13432         EXT_LANG_BT_OK.
13433         (gdbpy_apply_frame_filter): Update comment.
13434         * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
13435         Remove.
13436         <EXT_LANG_BT_NO_FILTERS>: Change value.
13437
13438 2018-03-26  Tom Tromey  <tom@tromey.com>
13439
13440         PR backtrace/15582:
13441         * stack.c (backtrace_command): Parse "hide" argument.
13442         * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
13443         * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
13444         constant.
13445
13446 2018-03-26  Tom Tromey  <tom@tromey.com>
13447
13448         * stack.c (backtrace_command_1): Remove "show_locals" parameter,
13449         add "flags".
13450         (backtrace_command): Remove "fulltrace", add "flags".
13451
13452 2018-03-26  Tom Tromey  <tom@tromey.com>
13453
13454         * stack.c (backtrace_command): Rewrite command line parsing.
13455
13456 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
13457
13458         * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
13459
13460 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
13461
13462         * filename-seen-cache.h: Add include guard.
13463
13464 2018-03-26  Keith Seitz  <keiths@redhat.com>
13465
13466         * symfile.c (place_section): Remove "struct" from section_addr_info
13467         in comment.
13468         * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
13469         "struct" keyword from section_addr_info.
13470
13471 2018-03-26  Alan Hayward  <alan.hayward@arm.com>
13472
13473         * regformats/regdef.h (reg): Add constructors.
13474
13475 2018-03-25  Pedro Alves  <palves@redhat.com>
13476
13477         * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
13478         if then/else bodies in var_func_name extraction.
13479
13480 2018-03-23  Weimin Pan  <weimin.pan@oracle.com>
13481
13482         * minsyms.c (lookup_minimal_symbol_and_objfile): Use
13483         lookup_minimal_symbol() to find symbol entry.
13484         * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
13485
13486 2018-03-23  Keith Seitz  <keiths@redhat.com>
13487
13488         PR c++/22968
13489         * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
13490         nested type definitions for C++, too.
13491
13492 2018-03-23  Tom Tromey  <tom@tromey.com>
13493
13494         * machoread.c (struct oso_el): Add a constructor.  Don't define as
13495         a typedef.
13496         (macho_register_oso): Remove.
13497         (macho_symtab_read): Take a std::vector.
13498         (oso_el_compare_name): Now a std::sort comparator.
13499         (macho_symfile_read_all_oso): Take a std::vector.
13500         (macho_symfile_read): Use std::vector.  Remove cleanups.
13501
13502 2018-03-22  Tom Tromey  <tom@tromey.com>
13503
13504         * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
13505         (record_full_goto_bookmark): Use std::string.
13506
13507 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
13508
13509         PR tdep/18295
13510         * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
13511         a single mask.
13512
13513 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
13514
13515         * rs6000-tdep.c (store_insn_p): New function.
13516         (skip_prologue): New variable alloca_reg_offset. Set lr_reg
13517         and cr_reg to their unshifted values. Use store_insn_p to
13518         match LR saves using either R1 or fdata->alloca_reg. Use
13519         store_insn_p to match CR saves. Set alloca_reg_offset
13520         when alloca_reg and framep are set. Remove lr_reg shift
13521         when assigning to fdata->lr_register.
13522
13523 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13524
13525         * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
13526         command line args instead of emitting a warning.
13527
13528 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
13529
13530         * tracepoint.h (struct static_tracepoint_marker): Initialize
13531         fields, define default constructor, move constructor and move
13532         assignment, disable the rest.
13533         <str_id, extra>: Make std::string.
13534         (release_static_tracepoint_marker): Remove.
13535         (free_current_marker): Remove.
13536         * tracepoint.c (free_current_marker): Remove.
13537         (parse_static_tracepoint_marker_definition): Adjust to
13538         std::string, use new hex2str overload.
13539         (release_static_tracepoint_marker): Remove.
13540         (print_one_static_tracepoint_marker): Get marker by reference
13541         and adjust to std::string.
13542         (info_static_tracepoint_markers_command): Adjust to std::vector
13543         changes
13544         * target.h (static_tracepoint_marker_p): Remove typedef.
13545         (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
13546         (struct target_ops) <to_static_tracepoint_marker_at>: Return
13547         bool.
13548         <to_static_tracepoint_markers_by_strid>: Return std::vector.
13549         * target-debug.h
13550         (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
13551         (target_debug_print_std_vector_static_tracepoint_marker): New.
13552         (target_debug_print_struct_static_tracepoint_marker_p): Rename
13553         to...
13554         (target_debug_print_static_tracepoint_marker_p): ... this.
13555         * target-delegates.c: Re-generate.
13556         * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
13557         Make std::string.
13558         * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
13559         (decode_static_tracepoint_spec): Adjust to std::vector.
13560         (tracepoint_print_one_detail): Adjust to std::string.
13561         (strace_marker_decode_location): Adjust to std::string.
13562         (update_static_tracepoint): Adjust to std::string, remove call
13563         to release_static_tracepoint_marker.
13564         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
13565         Adjust to std::vector.
13566         * remote.c (remote_static_tracepoint_marker_at): Return bool.
13567         (remote_static_tracepoint_markers_by_strid): Adjust to
13568         std::vector.
13569         * common/rsp-low.h (hex2str): New overload with explicit count
13570         of bytes.
13571         * common/rsp-low.c (hex2str): New overload with explicit count
13572         of bytes.
13573         * unittests/rsp-low-selftests.c (test_hex2str): New function.
13574         (_initialize_rsp_low_selftests): Add test_hex2str test.
13575         * unittests/tracepoint-selftests.c
13576         (test_parse_static_tracepoint_marker_definition): Adjust to
13577         std::string.
13578
13579 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
13580
13581         * tracepoint.c (parse_static_tracepoint_marker_definition):
13582         Consider case where the definition is followed by more
13583         definitions.
13584         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13585         tracepoint-selftests.c.
13586         * unittests/tracepoint-selftests.c: New.
13587
13588 2018-03-21  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
13589
13590         * MAINTAINERS (Write After Approval): Add Pedro Franco de
13591         Carvalho.
13592
13593 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
13594
13595         * symtab.c (find_pc_sect_line): fixed indentation.
13596
13597 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
13598
13599         * symtab.c (find_pc_sect_line): now uses binary search.
13600
13601 2018-03-19  Tom Tromey  <tom@tromey.com>
13602
13603         * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
13604         "IDENT" production.
13605
13606 2018-03-19  Pedro Alves  <palves@redhat.com>
13607             Tom Tromey  <tom@tromey.com>
13608
13609         * unittests/observable-selftests.c: New file.
13610         * common/observable.h: New file.
13611         * observable.h: New file.
13612         * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
13613         arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
13614         breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
13615         corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
13616         extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
13617         infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
13618         linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
13619         mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
13620         ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
13621         python/py-breakpoint.c, python/py-finishbreakpoint.c,
13622         python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
13623         record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
13624         riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
13625         spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
13626         symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
13627         tui/tui-interp.c, valops.c: Update all users.
13628         * tui/tui-hooks.c (tui_bp_created_observer)
13629         (tui_bp_deleted_observer, tui_bp_modified_observer)
13630         (tui_inferior_exit_observer, tui_before_prompt_observer)
13631         (tui_normal_stop_observer, tui_register_changed_observer):
13632         Remove.
13633         (tui_observers_token): New global.
13634         (attach_or_detach, tui_attach_detach_observers): New functions.
13635         (tui_install_hooks, tui_remove_hooks): Use
13636         tui_attach_detach_observers.
13637         * record-btrace.c (record_btrace_thread_observer): Remove.
13638         (record_btrace_thread_observer_token): New global.
13639         * observer.sh: Remove.
13640         * observer.c: Rename to observable.c.
13641         * observable.c (namespace gdb_observers): Define new objects.
13642         (observer_debug): Move into gdb_observers namespace.
13643         (struct observer, struct observer_list, xalloc_observer_list_node)
13644         (xfree_observer_list_node, generic_observer_attach)
13645         (generic_observer_detach, generic_observer_notify): Remove.
13646         (_initialize_observer): Update.
13647         Don't include observer.inc.
13648         * Makefile.in (generated_files): Remove observer.h, observer.inc.
13649         (clean mostlyclean): Likewise.
13650         (observer.h, observer.inc): Remove targets.
13651         (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
13652         (COMMON_SFILES): Use observable.c, not observer.c.
13653         * .gitignore: Remove observer.h.
13654
13655 2018-03-18  Tom Tromey  <tom@tromey.com>
13656
13657         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
13658         gdb::def_vector.
13659         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
13660
13661 2018-03-17  Tom Tromey  <tom@tromey.com>
13662
13663         * auto-load.c (auto_load_objfile_script_1): Use std::string.
13664
13665 2018-03-17  Tom Tromey  <tom@tromey.com>
13666
13667         * target.c (class scoped_target_fd): New.
13668         (target_fileio_close_cleanup): Remove.
13669         (target_fileio_read_alloc_1): Use scoped_target_fd.
13670
13671 2018-03-16  Simon Marchi  <simon.marchi@polymtl.ca>
13672
13673         * silent-rules.mk: New.
13674         * Makefile.in: Include silent-rules.mk
13675         (srcdir, VPATH, top_srcdir): Move up.
13676         (COMPILE): Add ECHO_CXX.
13677         (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
13678         (init.c): Add ECHO_INIT_C.
13679         (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
13680         (version.c): Add ECHO_GEN.
13681         (printcmd.o): Add ECHO_CXX.
13682         (target-float.o): Add ECHO_CXX.
13683         (ada-exp.o): Add ECHO_CXX.
13684         (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
13685         (insight$(EXEEXT)): Add ECHO_CXXLD.
13686         * gnulib/configure.ac: Add AM_SILENT_RULES.
13687         * gnulib/aclocal.m4: Re-generate.
13688         * gnulib/configure: Re-generate.
13689         * gnulib/import/Makefile.in: Re-generate.
13690
13691 2018-03-16  Tom Tromey  <tom@tromey.com>
13692
13693         * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
13694         * utils.h (make_cleanup_free_section_addr_info): Don't declare.
13695         * utils.c (do_free_section_addr_info)
13696         (make_cleanup_free_section_addr_info): Remove.
13697         * symfile.h (struct other_sections): Add constructor.
13698         (struct section_addr_info): Remove.
13699         (section_addr_info): New typedef.
13700         (struct sym_fns) <sym_offsets>: Change type of parameter.
13701         (build_section_addr_info_from_objfile)
13702         (relative_addr_info_to_section_offsets, addr_info_make_relative)
13703         (default_symfile_offsets, symbol_file_add)
13704         (symbol_file_add_from_bfd)
13705         (build_section_addr_info_from_section_table): Update.
13706         (alloc_section_addr_info, free_section_addr_info): Don't declare.
13707         * symfile.c (alloc_section_addr_info): Remove.
13708         (build_section_addr_info_from_section_table): Change return type.
13709         Update.
13710         (build_section_addr_info_from_bfd)
13711         (build_section_addr_info_from_objfile): Likewise.
13712         (free_section_addr_info): Remove.
13713         (relative_addr_info_to_section_offsets): Change type of "addrs".
13714         (addrs_section_compar): Now a std::sort comparator.
13715         (addrs_section_sort): Change return type.
13716         (addr_info_make_relative): Change type of "addrs".  Update.
13717         (default_symfile_offsets, syms_from_objfile_1)
13718         (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
13719         (symbol_file_add_separate): Update.
13720         (symbol_file_add): Change type of "addrs".  Update.
13721         (add_symbol_file_command): Update.  Remove cleanups.
13722         * symfile-mem.c (symbol_file_add_from_memory): Update.  Remove
13723         cleanups.
13724         * symfile-debug.c (debug_sym_offsets): Change type of "info".
13725         * solib.c (solib_read_symbols): Update.
13726         * objfiles.c (objfile_relocate): Update.  Remove cleanups.
13727         * machoread.c (macho_symfile_offsets): Update.
13728         * jit.c (jit_bfd_try_read_symtab): Update.
13729
13730 2018-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
13731
13732         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13733         unittests/utils-selftests.c.
13734         * unittests/utils-selftests.c: New file.
13735
13736 2018-03-14  Tom Tromey  <tom@tromey.com>
13737
13738         PR cli/14977:
13739         * printcmd.c (printf_c_string, printf_wide_c_string): Special case
13740         for NULL.
13741
13742 2018-03-14  Tom Tromey  <tom@tromey.com>
13743
13744         PR cli/19918:
13745         * printcmd.c (printf_pointer): Allow "-" in format.
13746
13747 2018-03-14  Tom Tromey  <tom@tromey.com>
13748
13749         * printcmd.c (_initialize_printcmd): Add usage to printf.
13750
13751 2018-03-14  Yao Qi  <qiyao@sourceware.org>
13752
13753         * MAINTAINERS: Update my email address.
13754
13755 2018-03-13  Tom Tromey  <tom@tromey.com>
13756
13757         * machoread.c (macho_check_dsym): Change filenamep to a
13758         std::string*.
13759         (macho_symfile_read): Update.
13760         * symfile.c (load_command): Use std::string.
13761
13762 2018-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
13763
13764         * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
13765         to error message string.
13766         (riscv_register_name): Use xsnprintf instead of sprintf.
13767         (riscv_insn::fetch_instruction): Use gdb_assert instead of
13768         internal_error.
13769         (riscv_print_arg_location): Use gdb_assert_not_reached instead of
13770         error.
13771         (riscv_push_dummy_call): Likewise.
13772
13773 2018-03-12  Tom Tromey  <tom@tromey.com>
13774
13775         * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
13776         Use gdb::byte_vector.
13777         * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
13778
13779 2018-03-12  Yao Qi  <yao.qi@linaro.org>
13780
13781         * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
13782         parameter type to readable_regcache.
13783         * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
13784         the declaration.
13785
13786 2018-03-11  Tom Tromey  <tom@tromey.com>
13787
13788         * dwarf2read.c (struct nextfield): Add initializers.
13789         (struct nextfnfield): Remove.
13790         (struct fnfieldlist): Add initializers.  Remove "length" and
13791         "head", use std::vector.
13792         (struct decl_field_list): Remove.
13793         (struct field_info): Add initializers.
13794         <fields, baseclasses>: Now std::vector.
13795         <nbaseclasses, nfnfields, typedef_field_list_count,
13796         nested_types_list_count>: Remove.
13797         (dwarf2_add_field, dwarf2_add_type_defn)
13798         (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
13799         (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
13800         (process_structure_scope): Update.
13801
13802 2018-03-11  Tom Tromey  <tom@tromey.com>
13803
13804         * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
13805         for use by std::sort.
13806         (build_type_psymtabs_1): Use std::vector.
13807
13808 2018-03-09  Eli Zaretskii  <eliz@gnu.org>
13809
13810         * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
13811         and LIBMPFR in the printed configuration.
13812
13813 2018-03-08  Tom Tromey  <tom@tromey.com>
13814
13815         * source.c (get_filename_and_charpos): Use scoped_fd.
13816         * nto-procfs.c (procfs_open_1): Use scoped_fd.
13817         (procfs_pidlist): Likewise.
13818         * procfs.c (proc_get_LDT_entry): Use scoped_fd.
13819         (iterate_over_mappings): Likewise.
13820
13821 2018-03-08  Tom Tromey  <tom@tromey.com>
13822
13823         * infcall.c (struct call_return_meta_info)
13824         <stack_temporaries_enabled>: Remove.
13825         (get_call_return_value, call_function_by_hand_dummy): Update.
13826         * thread.c (disable_thread_stack_temporaries): Remove.
13827         (enable_thread_stack_temporaries): Remove.
13828         (thread_stack_temporaries_enabled_p): Return bool.
13829         (push_thread_stack_temporary, value_in_thread_stack_temporaries)
13830         (get_last_thread_stack_temporary): Update.
13831         * eval.c (evaluate_subexp): Update.
13832         * gdbthread.h (class enable_thread_stack_temporaries): Now a
13833         class, not a function.
13834         (value_ptr, value_vec): Remove typedefs.
13835         (class thread_info) <stack_temporaries_enabled>: Now bool.
13836         <stack_temporaries>: Now a std::vector.
13837         (thread_stack_temporaries_enabled_p)
13838         (value_in_thread_stack_temporaries): Return bool.
13839
13840 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
13841
13842         * remote.c (putpkt_binary): Fix omitted bytes reporting.
13843         (getpkt_or_notif_sane_1): Likewise.
13844
13845 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
13846
13847         * build-id.c (build_id_to_debug_bfd): Use std::string.
13848
13849 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
13850
13851         * build-id.c (find_separate_debug_file_by_buildid): Return
13852         std::string.
13853         * build-id.h (find_separate_debug_file_by_buildid): Return
13854         std::string.
13855         * coffread.c (coff_symfile_read): Adjust to std::string.
13856         * elfread.c (elf_symfile_read): Adjust to std::string.
13857         * symfile.c (separate_debug_file_exists): Change parameter to
13858         std::string.
13859         (find_separate_debug_file): Return std::string.
13860         (find_separate_debug_file_by_debuglink): Return std::string.
13861         * symfile.h (find_separate_debug_file_by_debuglink): Return
13862         std::string.
13863
13864 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
13865
13866         * common/xml-utils.c (xml_escape_text): Move code to...
13867         (xml_escape_text_append): ... this new function.
13868         * common/xml-utils.h (xml_escape_text_append): New declaration.
13869         * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
13870         New function.
13871         (_initialize_xml_utils): register test_xml_escape_text_append as
13872         a selftest.
13873
13874 2018-03-07  Alan Hayward  <alan.hayward@arm.com>
13875
13876         * defs.h: Remove MAX_REGISTER_SIZE.
13877         * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
13878         asserts.
13879         * python/py-unwind.c (pyuw_sniffer): Likewise.
13880
13881 2018-03-07  Tom Tromey  <tom@tromey.com>
13882
13883         * linux-tdep.c (linux_info_proc): Update.
13884         * target.h (struct target_ops) <to_fileio_readlink>: Return
13885         optional<string>.
13886         (target_fileio_readlink): Return optional<string>.
13887         * remote.c (remote_hostio_readlink): Return optional<string>.
13888         * inf-child.c (inf_child_fileio_readlink): Return
13889         optional<string>.
13890         * target.c (target_fileio_readlink): Return optional<string>.
13891
13892 2018-03-07  Andrew Burgess  <andrew.burgess@embecosm.com>
13893
13894         * regcache.c (cooked_read_test): Add riscv to the list of
13895         architectures that have a save_reggroup.
13896
13897 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13898
13899         * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
13900         value is not a dynamic class object.
13901
13902 2018-03-06  Tom Tromey  <tom@tromey.com>
13903
13904         * rust-exp.y: Formatting fixes.
13905
13906 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13907
13908         * riscv-tdep.c (riscv_register_name): Remove target description
13909         support.
13910         (riscv_gdbarch_init): Remove target description check.
13911
13912 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13913
13914         * riscv-tdep.c: Remove 'Contributed by ...' lines from header
13915         comment.
13916         * riscv-tdep.h: Likewise.
13917
13918 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13919
13920         * riscv-tdep.c (riscv_pseudo_register_read): Delete.
13921         (riscv_pseudo_register_write): Delete.
13922         (riscv_gdbarch_init): Remove all use of pseudo registers.
13923
13924 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
13925
13926         * record-btrace.c (btrace_print_lines): Replace cleanup
13927         parameter with RAII equivalents.
13928         (btrace_insn_history): Replace cleanup with RAII equivalents.
13929         * ui-out.h (make_cleanup_ui_out_list_begin_end,
13930         make_cleanup_ui_out_tuple_begin_end): Remove.
13931         * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
13932         make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
13933         make_cleanup_ui_out_list_begin_end): Remove.
13934
13935 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
13936
13937         * record-btrace.c (record_btrace_maybe_mark_async_event): Change
13938         parameter types to std::vector.  Use bool.
13939         (record_btrace_wait): Replace VEC(tp_t) with
13940         std::vector<thread_info *>.
13941         * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
13942
13943 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
13944
13945         * record-btrace.c (record_btrace_disable_callback): Remove.
13946         (struct scoped_btrace_disable): New.
13947         (record_btrace_open): Use scoped_btrace_disable.
13948
13949 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13950
13951         * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
13952         reading values from registers.
13953
13954 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13955
13956         * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
13957         where appropriate.
13958
13959 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13960
13961         * riscv-tdep.c (riscv_print_arg_location): Add header comment,
13962         change parameter type.  Use GDB's print functions, and use
13963         core_addr_to_string where appropriate.
13964         (riscv_push_dummy_call): Use core_addr_to_string where
13965         appropriate, update call to riscv_print_arg_location, and reindent
13966         a few lines.
13967         (riscv_return_value): Update call to riscv_print_arg_location.
13968
13969 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13970             Tim Newsome <tim@sifive.com>
13971             Albert Ou <a0u@eecs.berkeley.edu>
13972             Darius Rad <darius@bluespec.com>
13973
13974         * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
13975         (HFILES_NO_SRCDIR): Add riscv-tdep.h.
13976         (ALLDEPFILES): Add riscv-tdep.c
13977         * configure.tgt: Add riscv support.
13978         * riscv-tdep.c: New file.
13979         * riscv-tdep.h: New file.
13980         * NEWS: Mention new target.
13981         * MAINTAINERS: Add entry for riscv.
13982
13983 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
13984
13985         * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
13986         fields within aggregates.
13987
13988 2018-03-04  Simon Marchi  <simon.marchi@polymtl.ca>
13989
13990         * record-btrace.c (btrace_print_lines): Change type of flags to
13991         gdb_disassembly_flags.
13992
13993 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
13994
13995         * fbsd-nat.c: Include "inf-ptrace.h".
13996         (USE_SIGTRAP_SIGINFO): Conditionally define.
13997         [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
13998         (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
13999         [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
14000         function.
14001         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
14002         Likewise.
14003         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
14004         Likewise.
14005         (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
14006         "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
14007         "supports_stopped_by_hw_breakpoint" target methods.
14008
14009 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
14010
14011         * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
14012         * fbsd-nat.c (debug_fbsd_nat): New variable.
14013         (show_fbsd_nat_debug): New function.
14014         (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
14015         (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
14016
14017 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
14018
14019         * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
14020         * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
14021         prototype.
14022         * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
14023         (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
14024         method.
14025
14026 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14027
14028         * common/gdb_vecs.c (free_char_ptr_vec): Remove.
14029         * common/gdb_vecs.h (free_char_ptr_vec): Remove.
14030
14031 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14032
14033         * charset.c (struct charset_vector): New.
14034         (charsets): Change type to charset_vector.
14035         (find_charset_names): Adjust.
14036         (add_one): Adjust.
14037         (_initialize_charset): Adjust.
14038
14039 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14040
14041         * progspace.h (struct program_space) <deleted_solibs>: Change
14042         type to std::vector<std::string>.
14043         * progspace.c (clear_program_space_solib_cache): Adjust.
14044         * breakpoint.c (print_solib_event): Adjust.
14045         (check_status_catch_solib): Adjust.
14046         * solib.c (update_solib_list): Adjust.
14047         * ui-out.h (class ui_out) <field_string>: New overload.
14048         * ui-out.c (ui_out::field_string): New overload.
14049
14050 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14051
14052         * progspace.h (struct program_space): Add constructor and
14053         destructor, initialize fields.
14054         (add_program_space): Remove.
14055         * progspace.c (add_program_space): Rename to...
14056         (program_space::program_space): ... this.
14057         (release_program_space): Rename to...
14058         (program_space::~program_space): ... this.
14059         (delete_program_space): Use delete to delete program_space.
14060         (initialize_progspace): Use new to allocate program_space.
14061         * inferior.c (add_inferior_with_spaces): Likewise.
14062         (clone_inferior_command): Likewise.
14063         * infrun.c (follow_fork_inferior): Likewise.
14064         (handle_vfork_child_exec_or_exit): Likewise.
14065
14066 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
14067
14068         * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
14069         (delim_string_to_char_ptr_vec): Return std::vector of
14070         gdb::unique_xmalloc_ptr.
14071         (dirnames_to_char_ptr_vec_append): Take std::vector of
14072         gdb::unique_xmalloc_ptr.
14073         (dirnames_to_char_ptr_vec): Return std::vector of
14074         gdb::unique_xmalloc_ptr.
14075         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
14076         Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
14077         (delim_string_to_char_ptr_vec): Return an std::vector of
14078         gdb::unique_xmalloc_ptr, adjust the code.
14079         (dirnames_to_char_ptr_vec_append): Take an std::vector of
14080         gdb::unique_xmalloc_ptr, adjust the code.
14081         (dirnames_to_char_ptr_vec): Return an std::vector of
14082         gdb::unique_xmalloc_ptr, adjust the code.
14083         * auto-load.c (auto_load_safe_path_vec): Change type to
14084         std::vector of gdb::unique_xmalloc_ptr.
14085         (auto_load_expand_dir_vars): Return an std::vector of
14086         gdb::unique_xmalloc_ptr, adjust the code.
14087         (auto_load_safe_path_vec_update): Adjust.
14088         (filename_is_in_auto_load_safe_path_vec): Adjust.
14089         (auto_load_objfile_script_1): Adjust.
14090         * build-id.c (build_id_to_debug_bfd): Adjust.
14091         * linux-thread-db.c (thread_db_load_search): Adjust.
14092         * source.c (add_path): Adjust.
14093         (openp): Adjust.
14094         * symfile.c (find_separate_debug_file): Adjust.
14095         * utils.c (do_free_char_ptr_vec): Remove.
14096         (make_cleanup_free_char_ptr_vec): Remove.
14097
14098 2018-03-01  Sergio Durigan Junior  <sergiodj@redhat.com>
14099
14100         PR gdb/22907
14101         * common/pathstuff.c: Conditionally include "<windows.h>".
14102
14103 2018-03-01  Georg Sauthoff  <mail@georg.so>
14104
14105         PR gdb/22888
14106         * gcore.in: Quote variables and switch interpreter to bash.
14107
14108 2018-03-01  Tom Tromey  <tom@tromey.com>
14109
14110         * dwarf2read.c (alloc_discriminant_info): Fix default_index
14111         assertion.  Add assertion for discriminant_index.
14112         (quirk_rust_enum): Use correct base type name in univariant case.
14113
14114 2018-03-01  Simon Marchi  <simon.marchi@ericsson.com>
14115
14116         * record.c (get_call_history_modifiers): Return a
14117         record_print_flags.
14118         (cmd_record_call_history): Adjust.
14119         * record-btrace.c (record_btrace_call_history): Adjust.
14120         (record_btrace_call_history_range): Adjust.
14121         (record_btrace_call_history_from): Adjust.
14122         * target-debug.h (target_debug_print_record_print_flags): New.
14123         * target-delegates.c: Re-generate.
14124         * target.c (target_call_history): Change flags type.
14125         (target_call_history_from): Likewise.
14126         (target_call_history_range): Likewise.
14127         * target.h (struct target_ops) <target_call_history>: Likewise.
14128         (target_call_history_from): Likewise.
14129         (target_call_history_range): Likewise.
14130
14131 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
14132             Simon Marchi  <simon.marchi@polymtl.ca>
14133
14134         * common/common-utils.c: Include "sys/stat.h".
14135         (is_regular_file): Move here from "source.c"; change return
14136         type to "bool".
14137         * common/common-utils.h (is_regular_file): New prototype.
14138         * common/pathstuff.c (contains_dir_separator): New function.
14139         * common/pathstuff.h (contains_dir_separator): New prototype.
14140         * source.c: Don't include "sys/stat.h".
14141         (is_regular_file): Move to "common/common-utils.c".
14142
14143 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
14144
14145         * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
14146         (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
14147         * auto-load.c: Include "common/pathstuff.h".
14148         * common/common-def.h (current_directory): Move here.
14149         * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
14150         function.
14151         * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
14152         prototype.
14153         * common/pathstuff.c: New file.
14154         * common/pathstuff.h: New file.
14155         * compile/compile.c: Include "common/pathstuff.h".
14156         * defs.h (current_directory): Move to "common/common-defs.h".
14157         * dwarf2read.c: Include "common/pathstuff.h".
14158         * exec.c: Likewise.
14159         * guile/scm-safe-call.c: Likewise.
14160         * linux-thread-db.c: Likewise.
14161         * main.c: Likewise.
14162         * nto-tdep.c: Likewise.
14163         * objfiles.c: Likewise.
14164         * source.c: Likewise.
14165         * symtab.c: Likewise.
14166         * utils.c: Include "common/pathstuff.h".
14167         (gdb_realpath): Move to "common/pathstuff.c".
14168         (gdb_realpath_keepfile): Likewise.
14169         (gdb_abspath): Likewise.
14170         * utils.h (gdb_realpath): Move to "common/pathstuff.h".
14171         (gdb_realpath_keepfile): Likewise.
14172         (gdb_abspath): Likewise.
14173
14174 2018-02-28  John Baldwin  <jhb@FreeBSD.org>
14175
14176         * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
14177         wildcard process pid for super_resume for kernels with a
14178         specific bug.
14179
14180 2018-02-27  Phil Muldoon  <pmuldoon@redhat.com>
14181
14182         * compile/compile.c (get_args): Add additional comments
14183         explaining function.
14184
14185 2018-02-27  Simon Marchi  <simon.marchi@polymtl.ca>
14186             Tom Tromey  <tom@tromey.com>
14187
14188         * target.h (memory_write_request_s): Remove typedef.  Don't define
14189         VEC.
14190         (target_write_memory_blocks): Change argument to std::vector.
14191         (struct memory_write_request): Add constructor.
14192         * target-memory.c (compare_block_starting_address): Return bool.
14193         Change argument types.
14194         (claim_memory): Change arguments to use std::vector.
14195         (split_regular_and_flash_blocks, blocks_to_erase)
14196         (compute_garbled_blocks): Likewise.
14197         (cleanup_request_data, cleanup_write_requests_vector): Remove.
14198         (target_write_memory_blocks): Change argument to std::vector.
14199         * symfile.c (struct load_section_data): Add constructor and
14200         destructor.  Use std::vector for "requests".
14201         (struct load_progress_data): Add initializers.
14202         (load_section_callback): Update.  Use "new".
14203         (clear_memory_write_data): Remove.
14204         (generic_load): Update.
14205
14206 2018-02-27  Alan Hayward  <alan.hayward@arm.com>
14207
14208         * arch/aarch64.h: Use common/tdesc.h.
14209
14210 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
14211
14212         * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
14213         architecture with a 64-bit ABI.
14214
14215 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
14216
14217         * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
14218         ahead of target description loading.
14219
14220 2018-02-26  Tom Tromey  <tom@tromey.com>
14221
14222         * stack.c (backtrace_command_1): Update.
14223         * python/python-internal.h (gdbpy_apply_frame_filter): Change type
14224         of "flags".
14225         * python/py-framefilter.c (py_print_frame)
14226         (gdbpy_apply_frame_filter): Change type of "flags".
14227         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
14228         of "flags".
14229         (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
14230         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
14231         * extension.h (enum frame_filter_flag): Rename from
14232         frame_filter_flags.
14233         (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
14234         (apply_ext_lang_frame_filter): Change type of "flags".
14235         * extension.c (apply_ext_lang_frame_filter): Change type of
14236         "flags".
14237         * extension-priv.h (struct extension_language_ops)
14238         <apply_frame_filter>: Change type of "flags".
14239
14240 2018-02-26  Tom Tromey  <tom@tromey.com>
14241
14242         PR python/16497:
14243         * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag.  Fix
14244         off-by-one in py_end computation.
14245         * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
14246         PRINT_MORE_FRAMES.
14247         * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
14248         constant.
14249
14250 2018-02-26  Tom Tromey  <tom@tromey.com>
14251
14252         * dwarf2read.c (struct variant_field): New.
14253         (struct nextfield) <variant>: New field.
14254         (dwarf2_add_field): Handle DW_TAG_variant_part.
14255         (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
14256         discriminated union.
14257         (read_structure_type): Handle DW_TAG_variant_part.
14258         (handle_struct_member_die): New function, extracted from
14259         process_structure_scope.  Handle DW_TAG_variant.
14260         (process_structure_scope): Handle discriminated unions.  Call
14261         handle_struct_member_die.
14262
14263 2018-02-26  Tom Tromey  <tom@tromey.com>
14264
14265         * rust-lang.h (rust_last_path_segment): Declare.
14266         * rust-lang.c (rust_last_path_segment): Now public.  Change
14267         contract.
14268         (struct disr_info): Remove.
14269         (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
14270         (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
14271         (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
14272         (rust_enum_p, rust_enum_variant): New function.
14273         (rust_underscore_fields): Remove "offset" parameter.
14274         (rust_print_enum): New function.
14275         (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
14276         <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
14277         (rust_print_struct_def): Add "for_rust_enum" parameter.  Handle
14278         enums.
14279         (rust_internal_print_type): New function, from rust_print_type.
14280         Remove enum code.
14281         (rust_print_type): Call rust_internal_print_type.
14282         (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
14283         Update enum handling.
14284         * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
14285         (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
14286         (rust_union_quirks): New functions.
14287         (process_full_comp_unit, process_full_type_unit): Call
14288         rust_union_quirks.
14289         (process_structure_scope): Update rust_unions if necessary.
14290
14291 2018-02-26  Tom Tromey  <tom@tromey.com>
14292
14293         * value.h (value_union_variant): Declare.
14294         * valops.c (value_union_variant): New function.
14295         * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
14296         (struct discriminant_info): New.
14297         (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
14298         enumerator.
14299         (struct main_type) <flag_discriminated_union>: New field.
14300
14301 2018-02-26  Tom Tromey  <tom@tromey.com>
14302
14303         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14304         unittests/unpack-selftests.c.
14305         * unittests/unpack-selftests.c: New file.
14306         * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
14307
14308 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14309
14310         * dwarf2read.c (struct partial_die_info) <read>: New method.
14311         (read_partial_die): Remove the declaration.
14312         (load_partial_dies): Update.
14313         (partial_die_info::partial_die_info):
14314         (read_partial_die): Change it to partial_die_info::read.
14315
14316 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14317
14318         * dwarf2read.c (struct partial_die_info) <fixup>: New method.
14319         (fixup_partial_die): Remove declaration.
14320         (scan_partial_symbols): Update.
14321         (partial_die_parent_scope): Likewise.
14322         (partial_die_full_name): Likewise.
14323         (fixup_partial_die): Change it to partial_die_info::fixup.
14324
14325 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14326
14327         * dwarf2read.c (read_partial_die): Update the declaration.
14328         (load_partial_dies): Caller update.
14329         (read_partial_die): Remove one argument abbrev_len.
14330
14331 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14332
14333         * dwarf2read.c (struct partial_die_info): Add ctor, delete
14334         assignment operator.
14335         (load_partial_dies): Use ctor and copy ctor.
14336         (read_partial_die): Update.
14337         (dwarf2_cu::find_partial_die): Use ctor.
14338
14339 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14340
14341         * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
14342         (find_partial_die_in_comp_unit): Change it to
14343         dwarf2_cu::find_partial_die.
14344         (find_partial_die): Update.
14345
14346 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14347
14348         * dwarf2read.c (read_partial_die): Remove the code checking abbrev
14349         is NULL.
14350
14351 2018-02-26  Yao Qi  <yao.qi@linaro.org>
14352
14353         * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
14354
14355 2018-02-26  Alan Hayward  <alan.hayward@arm.com>
14356
14357         * arch/amd64.h: Use common/tdesc.h.
14358         * arch/i386.c: Likewise.
14359         * arch/i386.h: Likewise.
14360         * arch/tic6x.c: Likewise.
14361         * arch/tdesc.h: Move file from here...
14362         * common/tdesc.h: ...to here.
14363         * features/aarch64-core.c: Regenerate.
14364         * features/aarch64-fpu.c: Regenerate.
14365         * features/i386/32bit-avx.c: Regenerate.
14366         * features/i386/32bit-avx512.c: Regenerate.
14367         * features/i386/32bit-core.c: Regenerate.
14368         * features/i386/32bit-linux.c: Regenerate.
14369         * features/i386/32bit-mpx.c: Regenerate.
14370         * features/i386/32bit-pkeys.c: Regenerate.
14371         * features/i386/32bit-sse.c: Regenerate.
14372         * features/i386/64bit-avx.c: Regenerate.
14373         * features/i386/64bit-avx512.c: Regenerate.
14374         * features/i386/64bit-core.c: Regenerate.
14375         * features/i386/64bit-linux.c: Regenerate.
14376         * features/i386/64bit-mpx.c: Regenerate.
14377         * features/i386/64bit-pkeys.c: Regenerate.
14378         * features/i386/64bit-segments.c: Regenerate.
14379         * features/i386/64bit-sse.c: Regenerate.
14380         * features/i386/x32-core.c: Regenerate.
14381         * features/tic6x-c6xp.c: Regenerate.
14382         * features/tic6x-core.c: Regenerate.
14383         * features/tic6x-gp.c: Regenerate.
14384         * target-descriptions.c: Use common/tdesc.h.
14385         * target-descriptions.h: Likewise.
14386
14387 2018-02-24  Tom Tromey  <tom@tromey.com>
14388
14389         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
14390         (try_thread_db_load_from_dir, thread_db_load_search): Use
14391         std::string.
14392         (info_auto_load_libthread_db_compare): Return bool.  Change
14393         argument types.
14394         (info_auto_load_libthread_db): Use std::vector, std::string.
14395         Remove cleanups.
14396
14397 2018-02-24  Tom Tromey  <tom@tromey.com>
14398
14399         * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
14400         std::string.
14401         * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
14402         std::string*.
14403         * gdbarch.c: Rebuild.
14404         * gdbarch.h: Rebuild.
14405         * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
14406         * arch-utils.h (default_fast_tracepoint_valid_at): Update.
14407         * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
14408         std::string*.
14409
14410 2018-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
14411
14412         * gdbtypes.h (sect_offset): Change type to uint64_t.
14413         (sect_offset_str): New function.
14414         * dwarf2read.c (create_addrmap_from_aranges): Use
14415         sect_offset_str.
14416         (error_check_comp_unit_head): Likewise.
14417         (create_debug_type_hash_table): Likewise.
14418         (read_cutu_die_from_dwo): Likewise.
14419         (init_cutu_and_read_dies): Likewise.
14420         (init_cutu_and_read_dies_no_follow): Likewise.
14421         (process_psymtab_comp_unit_reader): Likewise.
14422         (partial_die_parent_scope): Likewise.
14423         (peek_die_abbrev): Likewise.
14424         (process_queue): Likewise.
14425         (dwarf2_physname): Likewise.
14426         (read_namespace_alias): Likewise.
14427         (read_import_statement): Likewise.
14428         (create_dwo_cu_reader): Likewise.
14429         (create_cus_hash_table): Likewise.
14430         (lookup_dwo_cutu): Likewise.
14431         (inherit_abstract_dies): Likewise.
14432         (read_func_scope): Likewise.
14433         (read_call_site_scope): Likewise.
14434         (dwarf2_add_member_fn): Likewise.
14435         (read_common_block): Likewise.
14436         (read_module_type): Likewise.
14437         (read_typedef): Likewise.
14438         (read_subrange_type): Likewise.
14439         (load_partial_dies): Likewise.
14440         (read_partial_die): Likewise.
14441         (find_partial_die): Likewise.
14442         (read_str_index): Likewise.
14443         (dwarf2_string_attr): Likewise.
14444         (build_error_marker_type): Likewise.
14445         (lookup_die_type): Likewise.
14446         (dump_die_shallow): Likewise.
14447         (follow_die_ref): Likewise.
14448         (dwarf2_fetch_die_loc_sect_off): Likewise.
14449         (dwarf2_fetch_constant_bytes): Likewise.
14450         (follow_die_sig): Likewise.
14451         (get_signatured_type): Likewise.
14452         (get_DW_AT_signature_type): Likewise.
14453         (dwarf2_find_containing_comp_unit): Likewise.
14454         (set_die_type): Likewise.
14455
14456 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
14457
14458         * arch/aarch64.c: Include "common-defs.h".
14459         * arch/amd64.c: Likewise.
14460         * arch/i386.c: Likewise.
14461
14462 2018-02-21  Tom Tromey  <tom@tromey.com>
14463
14464         * value.h: (extract_field_op): Update.
14465         * eval.c (extract_field_op): Return a const char *.
14466         * expression.h (parse_expression_for_completion): Update.
14467         * completer.c (complete_expression): Update.
14468         (add_struct_fields): Make fieldname const.
14469         * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
14470         (mark_completion_tag, parse_exp_in_context_1): Update.
14471         (parse_expression_for_completion): Change "name" to
14472         unique_xmalloc_ptr*.
14473
14474 2018-02-21  Tom Tromey  <tom@tromey.com>
14475
14476         * infcall.c (call_function_by_hand_dummy): Use std::vector.
14477
14478 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14479
14480         * avr-tdep.c (avr_read_pc): Change parameter type to
14481         readable_regcache.
14482         * gdbarch.sh (read_pc): Likewise.
14483         * gdbarch.c: Re-generated.
14484         * gdbarch.h: Re-generated.
14485         * hppa-tdep.c (hppa_read_pc): Change parameter type to
14486         readable_regcache.
14487         * ia64-tdep.c (ia64_read_pc): Likewise.
14488         * mips-tdep.c (mips_read_pc): Likewise.
14489         * spu-tdep.c (spu_read_pc): Likewise.
14490
14491 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14492
14493         * Makefile.in (COMMON_SFILES): Add regcache-dump.c
14494         * regcache-dump.c: New file.
14495         * regcache.c: Move register_dump to regcache-dump.c.
14496         (maintenance_print_registers): Likewise.
14497         (maintenance_print_raw_registers): Likewise.
14498         (maintenance_print_cooked_registers): Likewise.
14499         (maintenance_print_register_groups): Likewise.
14500         (maintenance_print_remote_registers): Likewise.
14501         (_initialize_regcache): Likewise.
14502         * regcache.h (register_dump): Moved from regcache.c.
14503
14504 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14505
14506         * regcache.c (regcache::regcache): Update.
14507         (regcache::invalidate): Move it to detached_regcache::invalidate.
14508         (get_thread_arch_aspace_regcache): Update.
14509         (regcache::raw_update): Update.
14510         (regcache::cooked_read): Remove some code.
14511         (regcache::cooked_read_value): Likewise.
14512         (regcache::raw_write): Remove assert on m_readonly_p.
14513         (regcache::raw_supply_integer): Move it to
14514         detached_regcache::raw_supply_integer.
14515         (regcache::raw_supply_zeroed): Likewise.
14516         * regcache.h (detached_regcache) <raw_supply_integer>: New
14517         declaration.
14518         <raw_supply_zeroed, invalidate>: Likewise.
14519         (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
14520         <invalidate>: Likewise.
14521         <m_readonly_p>: Removed.
14522
14523 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14524
14525         * infcmd.c (get_return_value): Let stop_regs point to
14526         get_current_regcache.
14527         * regcache.c (regcache::regcache): Remove.
14528         (register_dump_reg_buffer): New class.
14529         (regcache_print): Adjust.
14530         * regcache.h (regcache): Remove constructors.
14531
14532 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14533
14534         * regcache.c (class register_dump): New class.
14535         (register_dump_regcache, register_dump_none): New class.
14536         (register_dump_remote, register_dump_groups): New class.
14537         (regcache_print): Update.
14538         * regcache.h (regcache_dump_what): Move it to regcache.c.
14539         (regcache) <dump>: Remove.
14540
14541 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14542
14543         * jit.c (struct jit_unwind_private) <regcache>: Change its type to
14544          reg_buffer_rw *.
14545         (jit_unwind_reg_set_impl): Call raw_supply.
14546         (jit_frame_sniffer): Use reg_buffer_rw.
14547         * record-full.c (record_full_core_regbuf): Change its type.
14548         (record_full_core_open_1): Use reg_buffer_rw.
14549         (record_full_close): Likewise.
14550         (record_full_core_fetch_registers): Use regcache->raw_supply.
14551         (record_full_core_store_registers): Likewise.
14552         * regcache.c (regcache::get_register_status): Move it to
14553         reg_buffer.
14554         (regcache_raw_set_cached_value): Remove.
14555         (regcache::raw_set_cached_value): Remove.
14556         (regcache::raw_write): Call raw_supply.
14557         (regcache::raw_supply): Move it to reg_buffer_rw.
14558         * regcache.h (regcache_raw_set_cached_value): Remove.
14559         (reg_buffer_rw): New class.
14560
14561 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14562
14563         * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
14564         readonly_detached_regcache.
14565         (dummy_frame_prev_register): Use regcache->cooked_read.
14566         * frame.c (frame_save_as_regcache): Change return type.
14567         (frame_pop): Update.
14568         * frame.h (frame_save_as_regcache): Update declaration.
14569         * inferior.h (get_infcall_suspend_state_regcache): Update
14570         declaration.
14571         * infrun.c (infcall_suspend_state) <registers>: use
14572         readonly_detached_regcache.
14573         (save_infcall_suspend_state): Don't use regcache_dup.
14574         (get_infcall_suspend_state_regcache): Change return type.
14575         * linux-fork.c (struct fork_info) <savedregs>: Change to
14576         readonly_detached_regcache.
14577         <pc>: New field.
14578         (fork_save_infrun_state): Don't use regcache_dup.
14579         (info_checkpoints_command): Adjust.
14580         * mi/mi-main.c (register_changed_p): Update declaration.
14581         (mi_cmd_data_list_changed_registers): Use
14582         readonly_detached_regcache.
14583         (register_changed_p): Change parameter type to
14584         readonly_detached_regcache.
14585         * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
14586         readonly_detached_regcache.
14587         (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
14588         * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
14589         New.
14590         (regcache::save): Move it to reg_buffer.
14591         (regcache::restore): Change parameter type.
14592         (regcache_dup): Remove.
14593         * regcache.h (reg_buffer) <save>: New method.
14594         (readonly_detached_regcache): New class.
14595         * spu-tdep.c (spu2ppu_cache) <regcache>: Use
14596         readonly_detached_regcache.
14597         (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
14598
14599 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14600
14601         * frame.c (frame_save_as_regcache): Use regcache method save.
14602         (frame_pop): Use regcache method restore.
14603         * infrun.c (restore_infcall_suspend_state): Likewise.
14604         * linux-fork.c (fork_load_infrun_state): Likewise.
14605         * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
14606         save.
14607         * regcache.c (regcache_save): Remove.
14608         (regcache::restore): More asserts.
14609         (regcache_cpy): Remove.
14610         * regcache.h (regcache_save): Remove the declaration.
14611         (regcache::restore): Move from private to public.
14612         Remove the friend declaration of regcache_cpy.
14613         (regcache_cpy): Remove declaration.
14614
14615 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14616
14617         * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
14618         parameter type to 'readable_regcache *'.
14619         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
14620         * arm-tdep.c (arm_neon_quad_read): Likewise.
14621         (arm_pseudo_read): Likewise.
14622         * avr-tdep.c (avr_pseudo_register_read): Likewise.
14623         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
14624         * frv-tdep.c (frv_pseudo_register_read): Likewise.
14625         * gdbarch.c: Re-generated.
14626         * gdbarch.h: Re-generated.
14627         * gdbarch.sh (pseudo_register_read): Change parameter type to
14628         'readable_regcache *'.
14629         (pseudo_register_read_value): Likewise.
14630         * h8300-tdep.c (pseudo_from_raw_register): Likewise.
14631         (h8300_pseudo_register_read): Likewise.
14632         * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
14633         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
14634         (i386_pseudo_register_read_into_value): Likewise.
14635         (i386_pseudo_register_read_value): Likewise.
14636         * i386-tdep.h (i386_pseudo_register_read_into_value): Update
14637         declaration.
14638         * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
14639         * m32c-tdep.c (m32c_raw_read): Likewise.
14640         (m32c_read_flg): Likewise.
14641         (m32c_banked_register): Likewise.
14642         (m32c_banked_read): Likewise.
14643         (m32c_sb_read): Likewise.
14644         (m32c_part_read): Likewise.
14645         (m32c_cat_read): Likewise.
14646         (m32c_r3r2r1r0_read): Likewise.
14647         (m32c_pseudo_register_read): Likewise.
14648         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
14649         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
14650         (mep_pseudo_cr64_read): Likewise.
14651         (mep_pseudo_register_read): Likewise.
14652         * mips-tdep.c (mips_pseudo_register_read): Likewise.
14653         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
14654         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
14655         * regcache.c (regcache::raw_read): Move it to readable_regcache.
14656         (regcache::cooked_read): Likewise.
14657         (regcache::cooked_read_value): Likewise.
14658         (regcache_cooked_read_signed):
14659         (regcache::cooked_read): Likewise.
14660         * regcache.h (readable_regcache): New class.
14661         (regcache): Inherit readable_regcache.  Move some methods to
14662         readable_regcache.
14663         * rl78-tdep.c (rl78_pseudo_register_read): Change
14664         parameter type to 'readable_regcache *'.
14665         * rs6000-tdep.c (do_regcache_raw_read): Remove.
14666         (e500_pseudo_register_read): Change parameter type to
14667         'readable_regcache *'.
14668         (dfp_pseudo_register_read): Likewise.
14669         (vsx_pseudo_register_read): Likewise.
14670         (efpr_pseudo_register_read): Likewise.
14671         * s390-tdep.c (s390_pseudo_register_read): Likewise.
14672         * sh-tdep.c (sh_pseudo_register_read): Likewise.
14673         * sh64-tdep.c (pseudo_register_read_portions): Likewise.
14674         (sh64_pseudo_register_read): Likewise.
14675         * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
14676         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
14677         * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
14678         (spu_pseudo_register_read): Likewise.
14679         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
14680         (xtensa_pseudo_register_read): Likewise.
14681
14682 2018-02-21  Yao Qi  <yao.qi@linaro.org>
14683
14684         * regcache.c (regcache::regcache): Call reg_buffer ctor.
14685         (regcache::arch): Move it to reg_buffer::arch.
14686         (regcache::register_buffer): Likewise.
14687         (regcache::assert_regnum): Likewise.
14688         (regcache::num_raw_registers): Likewise.
14689         * regcache.h (reg_buffer): New class.
14690         (regcache): Inherit reg_buffer.
14691
14692 2018-02-20  Simon Marchi  <simon.marchi@ericsson.com>
14693
14694         * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
14695         gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
14696
14697 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
14698
14699         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
14700
14701 2018-02-19  Alan Hayward  <alan.hayward@arm.com>
14702
14703         * Makefile.in: (COMMON_SFILES): Add common/*.c files.
14704         (SFILES): Remove common/*.c files.
14705         (COMMON_OBS): Remove some *.o files built from common/*.c files.
14706         * common/common.host: Add common reference.
14707         * configure.ac: Likewise.
14708         * configure: Regenerate.
14709
14710 2018-02-16  Yao Qi  <yao.qi@linaro.org>
14711
14712         * block.c (block_namespace_info): Inherit allocate_on_obstack.
14713         (block_initialize_namespace): Use new.
14714         * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
14715         (dwarf2_free_objfile): Use delete.
14716         * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
14717         (copy_type_recursive): Use new.
14718         * gdb_obstack.h (allocate_on_obstack): New.
14719
14720 2018-02-15  Yao Qi  <yao.qi@linaro.org>
14721
14722         PR gdb/22849
14723         * inferior.c (exit_inferior_1): Reset inf->control.
14724
14725 2018-02-15  Joel Brobecker  <brobecker@adacore.com>
14726
14727         * ada-lang.c (ada_to_fixed_value_create): Delete advance
14728         declaration.
14729
14730 2018-02-14  Pedro Alves  <palves@redhat.com>
14731
14732         * frame-unwind.c (frame_unwind_try_unwinder): Always call
14733         frame_cleanup_after_sniffer on exception.
14734
14735 2018-02-14  Tom Tromey  <tom@tromey.com>
14736
14737         * solist.h (struct target_so_ops) <bfd_open>: Make pathname
14738         const.
14739         (solib_bfd_open): Make pathname const.
14740         * solib.c (solib_bfd_open): Make pathname const.
14741         * solib-spu.c (spu_bfd_fopen): Make name const.
14742         (spu_bfd_open): Make pathname const.
14743         * solib-darwin.c (darwin_bfd_open): Make pathname const.
14744         * solib-aix.c (solib_aix_bfd_open): Make pathname const.
14745
14746 2018-02-14  Tom Tromey  <tom@tromey.com>
14747
14748         * symfile.c (symfile_bfd_open): Update.
14749         * source.h (openp, source_full_path_of, find_and_open_source):
14750         Change argument type to unique_xmalloc_ptr.
14751         * source.c (openp): Take a unique_xmalloc_ptr.
14752         (source_full_path_of, find_and_open_source): Likewise.
14753         (open_source_file, symtab_to_fullname): Update.
14754         * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
14755         unique_xmalloc_ptr.
14756         * solib.c (solib_find_1): Use unique_xmalloc_ptr.
14757         (exec_file_find): Update.
14758         * psymtab.c (psymtab_to_fullname): Update.
14759         * nto-tdep.h (nto_find_and_open_solib): Update.
14760         * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
14761         unique_xmalloc_ptr.
14762         * exec.c (exec_file_attach): Update.
14763         * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
14764         * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
14765
14766 2018-02-14  Tom Tromey  <tom@tromey.com>
14767
14768         * solib.c: Include source.h.
14769         * nto-tdep.c: Include source.h.
14770         * mi/mi-cmd-env.c: Include source.h.
14771         * infcmd.c: Include source.h.
14772         * exec.c: Include source.h.
14773         * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
14774         (add_path, directory_switch, source_path, init_source_path): Move
14775         declarations...
14776         * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
14777         (add_path, directory_switch, source_path, init_source_path):
14778         ...here.
14779
14780 2018-02-14  Tom Tromey  <tom@tromey.com>
14781
14782         * solist.h (exec_file_find, solib_find): Return
14783         unique_xmalloc_ptr.
14784         (solib_bfd_fopen): Take a const char *.
14785         * solib.c (solib_find_1): Return unique_xmalloc_ptr.
14786         (exec_file_find, solib_find): Likewise.
14787         (solib_bfd_fopen): Do not take ownership of "pathname".
14788         (solib_bfd_open): Use unique_xmalloc_ptr.
14789         * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
14790         * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
14791         * infrun.c (follow_exec): Use unique_xmalloc_ptr.
14792         * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
14793
14794 2018-02-14  Joel Brobecker  <brobecker@adacore.com>
14795
14796         * ada-lang.c (name_match_type_from_name): Remove reference to
14797         ada_name_for_lookup in function's documentation.
14798         * ada-lang.h (ada_name_for_lookup): Delete declaration.
14799
14800 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
14801
14802         * defs.h (enum openp_flags): New enum.
14803         (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
14804         Move to enum openp_flags.
14805         (openp_flags): New enum flags.
14806         (openp): Change parameter type to openp_flags.
14807         * source.c (openp): Change parameter type to openp_flags.
14808         * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
14809         * dwarf2read.c (try_open_dwop_file): Use openp_flags.
14810
14811 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
14812
14813         * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
14814         per-command.
14815
14816 2018-02-12  Andrew Burgess  <andrew.burgess@embecosm.com>
14817
14818         * dwarf2read.c (dwarf2_release_queue): Delete function, move body
14819         into...
14820         (class dwarf2_queue_guard): ...the destructor of this new class.
14821         (dw2_do_instantiate_symtab): Create instance of the new class
14822         dwarf2_queue_guard, remove cleanup.
14823
14824 2018-02-09  Tom Tromey  <tom@tromey.com>
14825
14826         * source.c (find_source_lines): Don't reference past the end of
14827         the vector.
14828
14829 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14830
14831         * remote.c (remote_btrace_maybe_reopen): Change error message.
14832         * btrace.c (btrace_enable): Likewise.
14833         (parse_xml_btrace): Likewise.
14834         (parse_xml_btrace_conf): Likewise.
14835
14836 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14837
14838         * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
14839         (linux_enable_pt, linux_enable_bts): Call
14840         diagnose_perf_event_open_fail.
14841
14842 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14843
14844         * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
14845         Remove parameter and change return type.  Update callers.  Move it.
14846         (linux_enable_bts, linux_enable_pt): Improve error message.
14847         (linux_enable_pt): Remove zero buffer size check.
14848         (linux_enable_btrace): Improve error messages.  Remove NULL return
14849         check.
14850
14851 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14852
14853         * btrace.c (btrace_enable): Remove target_supports_btrace call.
14854         * nat/linux-btrace.c (perf_event_pt_event_type): Move.
14855         (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
14856         (linux_supports_pt, linux_supports_btrace): Remove.
14857         (linux_enable_bts): Call cpu_supports_bts.
14858         * nat/linux-btrace.h (linux_supports_btrace): Remove.
14859         * remote.c (remote_supports_btrace): Remove.
14860         (init_remote_ops): Remove remote_supports_btrace.
14861         * target-delegates.c: Regenerated.
14862         * target.c (target_supports_btrace): Remove.
14863         * target.h (target_ops) <to_supports_btrace>: Remove
14864         (target_supports_btrace): Remove.
14865         * x86-linux-nat.c (x86_linux_create_target): Remove
14866         linux_supports_btrace.
14867
14868 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14869
14870         * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
14871         btrace failed.
14872         * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
14873         exception and use message in own exception.
14874
14875 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14876
14877         * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
14878         (perf_event_pt_event_type): Use gdb_file_up.
14879         (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
14880         scoped_fd, and scoped_mmap.
14881
14882 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14883
14884         * common/scoped_mmap.h: New.
14885         * unittests/scoped_mmap-selftest.c: New.
14886         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14887         unittests/scoped_mmap-selftest.c.
14888
14889 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
14890
14891         * common/scoped_fd.h: New.
14892         * unittests/scoped_fd-selftest.c: New.
14893         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14894         unittests/scoped_fd-selftest.c.
14895
14896 2018-02-09  Tom Tromey  <tom@tromey.com>
14897
14898         * auto-load.c (auto_load_section_scripts): Use
14899         gdb::unique_xmalloc_ptr.
14900
14901 2018-02-09  Tom Tromey  <tom@tromey.com>
14902
14903         * auto-load.c (execute_script_contents): Use std::string.
14904
14905 2018-02-09  Joel Brobecker  <brobecker@adacore.com>
14906
14907         * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
14908         Python function, rather than a new command.
14909
14910 2018-02-08  Tom Tromey  <tom@tromey.com>
14911
14912         * solib.c (solib_find_1): Use std::string.
14913         (solib_bfd_fopen): Use unique_xmalloc_ptr.
14914
14915 2018-02-08  Tom Tromey  <tom@tromey.com>
14916
14917         * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
14918
14919 2018-02-08  Tom Tromey  <tom@tromey.com>
14920
14921         * source.c (find_source_lines): Use gdb::def_vector.
14922
14923 2018-02-08  Tom Tromey  <tom@tromey.com>
14924
14925         * macrocmd.c (struct temporary_macro_definition): New.
14926         (macro_define_command): Use temporary_macro_definition.  Remove
14927         cleanups.
14928         (free_macro_definition_ptr): Remove.
14929
14930 2018-02-08  Tom Tromey  <tom@tromey.com>
14931
14932         * macroexp.c (maybe_expand): Use std::string.
14933
14934 2018-02-08  Tom Tromey  <tom@tromey.com>
14935
14936         * macroexp.c (struct macro_buffer): Add initializers for some
14937         members.
14938         (init_buffer, init_shared_buffer, free_buffer)
14939         (free_buffer_return_text): Remove.
14940         (macro_buffer): New constructors.
14941         (~macro_buffer): New destructor.
14942         (macro_buffer::set_shared): New method.
14943         (macro_buffer::resize_buffer, macro_buffer::appendc)
14944         (macro_buffer::appendmem): Now methods, not free functions.
14945         (set_token, append_tokens_without_splicing, stringify)
14946         (macro_stringify): Update.
14947         (gather_arguments): Change return type.  Remove argc_p argument,
14948         add args_ptr argument.  Use std::vector.
14949         (substitute_args): Remove argc argument.  Accept std::vector.
14950         (expand): Update.  Use std::vector.
14951         (scan, macro_expand, macro_expand_next): Update.
14952
14953 2018-02-08  Tom Tromey  <tom@tromey.com>
14954
14955         * symtab.c (default_collect_symbol_completion_matches_break_on):
14956         Use unique_xmalloc_ptr.
14957         * macroscope.h: (sal_macro_scope, user_macro_scope)
14958         (default_macro_scope): Return unique_xmalloc_ptr.
14959         * macroscope.c (sal_macro_scope, user_macro_scope)
14960         (default_macro_scope): Return unique_xmalloc_ptr.
14961         * macroexp.h (macro_expand, macro_expand_once): Return
14962         unique_xmalloc_ptr.
14963         * macroexp.c (macro_expand, macro_expand_once): Return
14964         unique_xmalloc_ptr.
14965         * macrocmd.c (macro_expand_command, macro_expand_once_command)
14966         (info_macro_command, info_macros_command): Use
14967         unique_xmalloc_ptr.
14968         * compile/compile-c-support.c (write_macro_definitions): Use
14969         unique_xmalloc_ptr.
14970         * c-exp.y (c_parse): Use unique_xmalloc_ptr.
14971
14972 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
14973
14974         * value.c (value_static_field): Assign field type instead of
14975         containing type when returning an optimized out value.
14976
14977 2018-02-06  Yao Qi  <yao.qi@linaro.org>
14978
14979         * ft32-tdep.c (ft32_read_pc): Remove.
14980         (ft32_write_pc): Remove.
14981         (ft32_gdbarch_init): Update.
14982         * m32r-tdep.c (m32r_read_pc): Remove.
14983         (m32r_gdbarch_init): Update.
14984         * mep-tdep.c (mep_read_pc): Remove.
14985         (mep_gdbarch_init): Update.
14986         * microblaze-tdep.c (microblaze_write_pc): Remove.
14987         (microblaze_gdbarch_init): Update.
14988         * mn10300-tdep.c (mn10300_read_pc): Remove.
14989         (mn10300_write_pc): Remove.
14990         (mn10300_gdbarch_init): Update.
14991         * moxie-tdep.c (moxie_read_pc): Remove.
14992         (moxie_write_pc): Remove.
14993         (moxie_gdbarch_init): Update.
14994
14995 2018-02-06  Yao Qi  <yao.qi@linaro.org>
14996
14997         * expprint.c (print_subexp_standard): Handle
14998         OP_F77_UNDETERMINED_ARGLIST.
14999         (dump_subexp_body_standard): Likewise.
15000
15001 2018-02-05  Alan Hayward  <alan.hayward@arm.com>
15002
15003         * target-descriptions.c (tdesc_element_visitor) Add empty
15004         implementations.
15005         (tdesc_type): Move make_gdb_type from here.
15006         (tdesc_type_builtin): Likewise.
15007         (tdesc_type_vector): Likewise.
15008         (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
15009         (make_gdb_type_struct): Move from tdesc_type_with_fields.
15010         (make_gdb_type_union): Likewise.
15011         (make_gdb_type_flags): Likewise.
15012         (make_gdb_type_enum): Likewise.
15013         (make_gdb_type): New function.
15014         (tdesc_register_type): Use static make_gdb_type.
15015
15016 2018-02-05  Ruslan Kabatsayev <b7.10110111@gmail.com>
15017
15018         * infcmd.c (default_print_one_register_info): Align natural-format
15019         column values consistently one under another.
15020         (pad_to_column): New function.
15021
15022 2018-02-05  Joel Brobecker  <brobecker@adacore.com>
15023
15024         * dwarf2read.c (dwarf2_physname): Move commment.
15025
15026 2018-02-01  Leszek Swirski  <leszeks@google.com>
15027
15028         * varobj.c (varobj_formatted_print_options): Allow recursive
15029         pretty printing if pretty printing is enabled.
15030
15031 2018-02-01  Leszek Swirski  <leszeks@google.com>
15032
15033         * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
15034         names after a structop as a filename.
15035
15036 2018-02-01  Yao Qi  <yao.qi@linaro.org>
15037
15038         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
15039         (arm_record_coproc_data_proc): Likewise.
15040
15041 2018-02-01  Yao Qi  <yao.qi@linaro.org>
15042
15043         * arm-tdep.c (arm_record_extension_space): Change ret to signed.
15044
15045 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
15046
15047         * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
15048         assign shifted lr_reg to fdata->lr_register when lr_reg is set.
15049
15050 2018-01-31  Pedro Alves  <palves@redhat.com>
15051
15052         * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
15053         * inflow.c (child_terminal_save_inferior): Wrap reference to
15054         tcgetpgrp in HAVE_TERMIOS_H.
15055         (child_interrupt, child_pass_ctrlc): Wrap references to signal in
15056         _WIN32.
15057         * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
15058         always iterate over all inferiors.
15059         (gdbsim_cntrl_c): Adjust.
15060         * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
15061
15062 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
15063
15064         * gdbtypes.c (lookup_array_range_type): Make sure the array's
15065         index type is objfile-owned if the element type is as well.
15066
15067 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
15068
15069         GDB 8.1 released.
15070
15071 2018-01-30  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15072
15073         * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
15074         "features/s390x-linux64.c".
15075         (_initialize_s390_linux_tdep): Remove initialization of tdescs
15076         s390_linux32 and s390x_linux64.
15077         (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
15078         default tdesc.
15079         * s390-tdep.c: Include "features/s390-linux32.c" and
15080         "features/s390x-linux64.c".
15081         (s390_tdesc_valid): Add check for tdesc_has_registers.
15082         (s390_gdbarch_init): Make sure there is always a valid tdesc.
15083         (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
15084         tdesc_s390x_linux64.
15085         * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
15086         tdesc_s390x_linux64 to...
15087         * s390-tdep.h: ...here.
15088
15089 2018-01-30  Pedro Alves  <palves@redhat.com>
15090
15091         PR gdb/13211
15092         * config.in, configure: Regenerate.
15093         * configure.ac: Check for getpgid.
15094         * go32-nat.c (go32_pass_ctrlc): New.
15095         (go32_target): Install it.
15096         * inf-child.c (inf_child_target): Install
15097         child_terminal_save_inferior, child_pass_ctrlc and
15098         child_interrupt.
15099         * inf-ptrace.c (inf_ptrace_interrupt): Delete.
15100         (inf_ptrace_target): No longer install it.
15101         * infcmd.c (interrupt_target_1): Adjust.
15102         * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
15103         (child_interrupt): Declare.
15104         (inferior::terminal_state): New.
15105         * inflow.c (struct terminal_info): Update comments.
15106         (inferior_process_group): Delete.
15107         (terminal_is_ours): Delete.
15108         (gdb_tty_state): New.
15109         (child_terminal_init): Adjust.
15110         (is_gdb_terminal, sharing_input_terminal_1)
15111         (sharing_input_terminal): New functions.
15112         (child_terminal_inferior): Adjust.  Use sharing_input_terminal.
15113         Set the process's actual process group in the foreground if
15114         possible.  Handle is_ours_for_output/is_ours distinction.  Don't
15115         mark terminal as the inferior's if not sharing GDB's terminal.
15116         Don't check attach_flag.
15117         (child_terminal_ours_for_output, child_terminal_ours): Adjust to
15118         pass down a target_terminal_state.
15119         (child_terminal_save_inferior): New, factored out from ...
15120         (child_terminal_ours_1): ... this.  Handle
15121         target_terminal_state::is_ours_for_output.
15122         (child_interrupt, child_pass_ctrlc): New.
15123         (inflow_inferior_exit): Clear the inferior's terminal_state.
15124         (copy_terminal_info): Copy the inferior's terminal state.
15125         (_initialize_inflow): Remove reference to terminal_is_ours.
15126         * inflow.h (inferior_process_group): Delete.
15127         * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
15128         * procfs.c (procfs_target): Don't install procfs_interrupt.
15129         (procfs_interrupt): Delete.
15130         * remote.c (remote_serial_quit_handler): Adjust.
15131         (remote_interrupt): Remove ptid parameter.  Adjust.
15132         * target-delegates.c: Regenerate.
15133         * target.c: Include "terminal.h".
15134         (target_terminal::terminal_state): Rename to ...
15135         (target_terminal::m_terminal_state): ... this.
15136         (target_terminal::init): Adjust.
15137         (target_terminal::inferior): Adjust to per-inferior
15138         terminal_state.
15139         (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
15140         (target_terminal::ours, target_terminal::ours_for_output): Use
15141         target_terminal_is_ours_kind.
15142         (target_interrupt): Remove ptid parameter.  Adjust.
15143         (default_target_pass_ctrlc): Adjust.
15144         * target.h (target_ops::to_terminal_save_inferior): New field.
15145         (target_ops::to_interrupt): Remove ptid_t parameter.
15146         (target_interrupt): Remove ptid_t parameter.  Update comment.
15147         (target_pass_ctrlc): Update comment.
15148         * target/target.h (target_terminal_state): New scoped enum,
15149         factored out of ...
15150         (target_terminal::terminal_state): ... here.
15151         (target_terminal::inferior): Update comments.
15152         (target_terminal::restore_inferior): New.
15153         (target_terminal::is_inferior, target_terminal::is_ours)
15154         (target_terminal::is_ours_for_output): Adjust.
15155         (target_terminal::scoped_restore_terminal_state): Adjust to
15156         rename, and call restore_inferior() instead of inferior().
15157         (target_terminal::scoped_restore_terminal_state::m_state): Change
15158         type.
15159         (target_terminal::terminal_state): Rename to ...
15160         (target_terminal::m_terminal_state): ... this and change type.
15161
15162 2018-01-30  Pedro Alves  <palves@redhat.com>
15163
15164         * linux-nat.c (wait_for_signal): New function.
15165         (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
15166         directly.
15167         (async_terminal_is_ours)
15168         (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
15169         (linux_nat_add_target): Don't override
15170         to_terminal_inferior/to_terminal_ours.
15171
15172 2018-01-29  Sergio Durigan Junior  <sergiodj@redhat.com>
15173
15174         * remote.c (remote_follow_fork): Don't call "detach_inferior".
15175
15176 2018-01-28  Simon Marchi  <simon.marchi@ericsson.com>
15177
15178         * dwarf2read.c (free_dwo_files): Add forward-declaration.
15179         (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
15180         dwarf2_per_objfile_free here.
15181         (dwarf2_per_objfile_free): Remove.
15182         (_initialize_dwarf2_read): Don't register
15183         dwarf2_per_objfile_free as a registry cleanup.
15184
15185 2018-01-27  Eli Zaretskii  <eliz@gnu.org>
15186
15187         Avoid compilation errors in MinGW native builds
15188
15189         The error is triggered by including python-internal.h, and the
15190         error message is:
15191
15192              In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
15193                       from build-gnulib/import/math.h:27,
15194                       from d:/usr/Python26/include/pyport.h:235,
15195                       from d:/usr/Python26/include/Python.h:58,
15196                       from python/python-internal.h:94,
15197                       from python/py-arch.c:24:
15198              d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
15199         using ::hypot;
15200                 ^~~~~
15201
15202         This happens because Python headers define 'hypot' to expand t
15203         '_hypot' in the Windows builds.
15204         * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
15205         'hypoth'.  This avoids a compilation error.
15206
15207 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
15208
15209         * MAINTAINERS (Write After Approval): Fix ordering.
15210
15211 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
15212
15213         * MAINTAINERS (Write After Approval): Add Alan Hayward.
15214
15215 2018-01-26  Alan Modra  <amodra@gmail.com>
15216
15217         * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
15218         (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
15219         Remove nop.  Make const.  Comment.
15220         (powerpc32_plt_stub_so_2): New.
15221         (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
15222         Correct count.  Update uses.
15223         (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
15224         Move common code reading PLT entry word.  Correct
15225         powerpc32_plt_stub PLT address calculation.
15226         * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
15227         (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
15228         (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
15229         (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
15230         (ppc64_standard_linkage8): Likewise.
15231         * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
15232         Correct insns description.
15233         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
15234
15235 2018-01-24  Pedro Alves  <palves@redhat.com>
15236
15237         GCC PR libstdc++/83906
15238         * gdbtypes.c (operator==(const dynamic_prop &,
15239         const dynamic_prop &)): New.
15240         (operator==(const range_bounds &, const range_bounds &)): New.
15241         (check_types_equal): Use them instead of memcmp.
15242         * gdbtypes.h (operator==(const dynamic_prop &,
15243         const dynamic_prop &)): Declare.
15244         (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
15245         (operator==(const range_bounds &, const range_bounds &)): Declare.
15246         (operator!=(const range_bounds &, const range_bounds &)): Declare.
15247
15248 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15249
15250         * s390-linux-tdep.c (s390_record_address_mask)
15251         (s390_record_calc_disp_common, s390_record_calc_disp)
15252         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15253         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15254         (s390_process_record): Move to s390-tdep.c.
15255         (s390_linux_init_abi_any): Adjust.
15256         * s390-tdep.c (s390_record_address_mask)
15257         (s390_record_calc_disp_common, s390_record_calc_disp)
15258         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
15259         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
15260         (s390_process_record): Moved from s390-linux-tdep.c
15261         (s390_gdbarch_init): Adjust.
15262
15263 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15264
15265         * s390-linux-nat.c (s390-tdep.h): New include.
15266         * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
15267         (HFILES_NO_SRCDIR): Add s390-tdep.h.
15268         (ALLDEPFILES): Add s390-tdep.c.
15269         * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
15270         * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
15271         * s390-tdep.h: ...this.  New file.
15272         * s390-linux-tdep.c (s390-tdep.h): New include.
15273         (_initialize_s390_tdep): Rename to...
15274         (_initialize_s390_linux_tdep): ...this and adjust.
15275         (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
15276         (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
15277         s390-tdep.h.
15278         (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
15279         (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
15280         (s390_is_partial_instruction, s390_software_single_step)
15281         (is_non_branch_ril, s390_displaced_step_copy_insn)
15282         (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
15283         (s390_prologue_data, s390_addr, s390_store, s390_load)
15284         (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
15285         (s390_register_call_saved, s390_guess_tracepoint_registers)
15286         (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
15287         (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
15288         (s390_pseudo_register_name, s390_pseudo_register_type)
15289         (s390_pseudo_register_read, s390_pseudo_register_write)
15290         (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
15291         (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
15292         (s390_addr_bits_remove, s390_address_class_type_flags)
15293         (s390_address_class_type_flags_to_name)
15294         (s390_address_class_name_to_type_flags, s390_effective_inner_type)
15295         (s390_function_arg_float, s390_function_arg_vector)
15296         (is_power_of_two, s390_function_arg_integer, s390_arg_state)
15297         (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
15298         (s390_frame_align, s390_register_return_value, s390_return_value)
15299         (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
15300         (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
15301         (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
15302         (s390_trad_frame_prev_register, s390_unwind_cache)
15303         (s390_prologue_frame_unwind_cache)
15304         (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
15305         (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
15306         (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
15307         (s390_stub_frame_this_id, s390_stub_frame_prev_register)
15308         (s390_stub_frame_sniffer, s390_stub_frame_unwind)
15309         (s390_frame_base_address, s390_local_base_address)
15310         (s390_frame_base, s390_gcc_target_options)
15311         (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
15312         (s390_validate_reg_range, s390_tdesc_valid)
15313         (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
15314         * s390-tdep.c: ...this.  New file.
15315
15316 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15317
15318         * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
15319         (s390_process_record, s390_gdbarch_tdep_alloc)
15320         (s390_linux_init_abi_any): Use/set new hook.
15321
15322 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15323
15324         * s390-linux-tdep.c (osabi.h): New include.
15325         (s390_linux_init_abi_31, s390_linux_init_abi_64)
15326         (s390_linux_init_abi_any): New functions.
15327         (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
15328
15329 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15330
15331         * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
15332         tdesc_has_registers check
15333
15334 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15335
15336         * s390-linux-tdep.c (s390_tdesc_valid): New function.
15337         (s390_validate_reg_range): New macro.
15338         (s390_gdbarch_init): Adjust.
15339
15340 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15341
15342         * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
15343         (s390_gdbarch_tdep_alloc): Adjust.
15344         (s390_gdbarch_init): Adjust.
15345
15346 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15347
15348         * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
15349         <have_tdb>: Change type to bool.
15350         (s390_gdbarch_tdep_alloc): Adjust.
15351         (s390_gdbarch_init): Adjust.
15352
15353 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15354
15355         * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
15356         (gdbarch_tdep) <have_upper, have_vx>: New fields.
15357         (s390_gdbarch_tdep_alloc): New function.
15358         (s390_gdbarch_init): Allocate tdep at start and use its fields
15359         instead of separate variables.
15360
15361 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
15362
15363         * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
15364         when looking for cached gdbarch and add comment for remaining.
15365
15366 2018-01-22  Pedro Alves  <palves@redhat.com>
15367             Sergio Durigan Junior  <sergiodj@redhat.com>
15368
15369         * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
15370         case.
15371
15372 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
15373
15374         * MAINTAINERS: Update my company e-mail address.
15375
15376 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15377
15378         * regcache.c (cooked_write_test): New function.
15379         (_initialize_regcache): Register the test.
15380
15381 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15382
15383         * ia64-tdep.c (ia64_pseudo_register_read): Call
15384         regcache->cooked_read instead of regcache_cooked_read_unsigned.
15385         * m32c-tdep.c (m32c_cat_read): Likewise.
15386         (m32c_r3r2r1r0_read): Likewise.
15387         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
15388         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
15389
15390 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15391
15392         * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
15393         method raw_read instead of regcache_raw_read.
15394         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
15395         * arm-tdep.c (arm_neon_quad_read): Likewise.
15396         * avr-tdep.c (avr_pseudo_register_read): Likewise.
15397         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
15398         * frv-tdep.c (frv_pseudo_register_read): Likewise.
15399         * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
15400         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
15401         (i386_pseudo_register_read_into_value): Likewise.
15402         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
15403         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
15404         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
15405         * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
15406         * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
15407         * sparc-tdep.c (sparc32_pseudo_register_read):  Likewise.
15408         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
15409         * spu-tdep.c (spu_pseudo_register_read_spu):  Likewise.
15410         * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
15411
15412 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15413
15414         * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
15415         * configure.tgt: Remove target mt.
15416         * mt-tdep.c: Remove.
15417         * regcache.c (cooked_read_test): Remove the check for mt.
15418
15419 2018-01-22  Yao Qi  <yao.qi@linaro.org>
15420
15421         * jit.c (jit_frame_prev_register): Call regcache::cooked_read
15422         instead of gdbarch_pseudo_register_read_value.
15423
15424 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
15425
15426         * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
15427         language is Ada.
15428
15429 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
15430
15431         * linespec.c (create_sals_line_offset): Remove code that preserved
15432         the symtab_and_line's line number.
15433
15434 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15435
15436         * varobj.c (varobj_create): Don't set valid_block when creating a
15437         floating varobj.
15438
15439 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15440
15441         * varobj.c (varobj_create): Remove out of date comment.
15442
15443 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15444
15445         PR mi/20395
15446         * ada-exp.y (write_var_from_sym): Pass extra parameter when
15447         updating innermost block.
15448         * parse.c (innermost_block_tracker::update): Take extra type
15449         parameter, and check types match before updating innermost block.
15450         (write_dollar_variable): Update innermost block for registers.
15451         * parser-defs.h (enum innermost_block_tracker_type): New enum.
15452         (innermost_block_tracker::innermost_block_tracker): Initialise
15453         m_types member.
15454         (innermost_block_tracker::reset): Take type parameter.
15455         (innermost_block_tracker::update): Take type parameter, and pass
15456         type through as needed.
15457         (innermost_block_tracker::m_types): New member.
15458         * varobj.c (varobj_create): Pass type when reseting innermost
15459         block.
15460
15461 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15462
15463         * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
15464         * ada-lang.c (resolve_subexp): Likewise.
15465         * breakpoint.c (set_breakpoint_condition) Likewise.
15466         (watch_command_1) Likewise.
15467         * c-exp.y (variable): Likewise.
15468         * d-exp.y (PrimaryExpression): Likewise.
15469         * f-exp.y (variable): Likewise.
15470         * go-exp.y (variable): Likewise.
15471         * m2-exp.y (variable): Likewise.
15472         * objfiles.c (objfile::~objfile): Likewise.
15473         * p-exp.y (variable): Likewise.
15474         * parse.c (innermost_block): Change type.
15475         * parser-defs.h (class innermost_block_tracker): New.
15476         (innermost_block): Change to innermost_block_tracker.
15477         * printcmd.c (display_command): Switch to innermost_block API.
15478         (do_one_display): Likewise.
15479         * rust-exp.y (do_one_display): Likewise.
15480         * symfile.c (clear_symtab_users): Likewise.
15481         * varobj.c (varobj_create): Switch to innermost_block API, replace
15482         use of innermost_block with block stored on varobj object.
15483
15484 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
15485
15486         * expression.h (innermost_block): Remove declaration.
15487         * varobj.c: Add 'parser-defs.h' include.
15488
15489 2018-01-19  Tom Tromey  <tom@tromey.com>
15490
15491         * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
15492         symbols in the static and global blocks.
15493
15494 2018-01-19  James Clarke  <jrtc27@jrtc27.com>
15495
15496         * nat/linux-ptrace.c: Remove unnecessary reinclusion of
15497         gdb_ptrace.h, and move including gdb_wait.h ...
15498         * nat/linux-ptrace.h: ... to here.
15499
15500 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
15501
15502         * inf-ptrace.c (inf_ptrace_detach): Adjust call to
15503         inf_ptrace_detach_success.
15504         (inf_ptrace_detach_success): Add inferior parameter, use it
15505         instead of inferior_ptid, pass it to detach_inferior.
15506         * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
15507         parameter.
15508         * inferior.c (detach_inferior): Add overload that takes an
15509         inferior object.
15510         * inferior.h (detach_inferior): Likewise.
15511         * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
15512         use inferior_ptid, adjust call to inf_ptrace_detach_success.
15513         * linux-thread-db.c (thread_db_detach): Use inf parameter.
15514
15515 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
15516
15517         * target.h (struct target_ops) <to_detach>: Add inferior
15518         parameter.
15519         (target_detach): Likewise.
15520         * target.c (dispose_inferior): Pass inferior down.
15521         (target_detach): Pass inferior down.  Assert that it is equal to
15522         the current inferior.
15523         * aix-thread.c (aix_thread_detach): Pass inferior down.
15524         * corefile.c (core_file_command): Pass current_inferior() down.
15525         * corelow.c (core_detach): Add inferior parameter.
15526         * darwin-nat.c (darwin_detach): Likewise.
15527         * gnu-nat.c (gnu_detach): Likewise.
15528         * inf-ptrace.c (inf_ptrace_detach): Likewise.
15529         * infcmd.c (detach_command): Pass current_inferior() down to
15530         target_detach.
15531         * infrun.c (follow_fork_inferior): Pass parent_inf to
15532         target_detach.
15533         (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
15534         target_detach.
15535         * linux-nat.c (linux_nat_detach): Add inferior parameter.
15536         * linux-thread-db.c (thread_db_detach): Likewise.
15537         * nto-procfs.c (procfs_detach): Likewise.
15538         * procfs.c (procfs_detach): Likewise.
15539         * record.c (record_detach): Likewise.
15540         * record.h (struct inferior): Forward-declare.
15541         (record_detach): Add inferior parameter.
15542         * remote-sim.c (gdbsim_detach): Likewise.
15543         * remote.c (remote_detach_1): Likewise.
15544         (remote_detach): Likewise.
15545         (extended_remote_detach): Likewise.
15546         * sol-thread.c (sol_thread_detach): Likewise.
15547         * target-debug.h (target_debug_print_inferior_p): New macro.
15548         * target-delegates.c: Re-generate.
15549         * top.c (kill_or_detach): Pass inferior down to target_detach.
15550         * windows-nat.c (windows_detach): Add inferior parameter.
15551
15552 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
15553
15554         * target.h (struct target_ops) <to_detach>: Remove args
15555         parameter.
15556         (target_detach): Likewise.
15557         * target.c (dispose_inferior): Adjust.
15558         (target_detach): Remove args parameter, adjust.
15559         * aix-thread.c (aix_thread_detach): Adjust.
15560         * corefile.c (core_file_command): Adjust.
15561         * corelow.c (core_detach): Adjust.
15562         * darwin-nat.c (darwin_detach): Adjust.
15563         * gnu-nat.c (gnu_detach): Adjust.
15564         * inf-ptrace.c (inf_ptrace_detach): Adjust.
15565         * infcmd.c (detach_command): Adjust
15566         * infrun.c (follow_fork_inferior): Adjust.
15567         (handle_vfork_child_exec_or_exit): Adjust.
15568         * linux-fork.c (linux_fork_detach): Remove args parameter.
15569         * linux-fork.h (linux_fork_detach): Likewise.
15570         * linux-nat.c (linux_nat_detach): Likewise, and adjust.
15571         * linux-thread-db.c (thread_db_detach): Likewise.
15572         * nto-procfs.c (procfs_detach): Likewise.
15573         * procfs.c (procfs_detach): Likewise.
15574         (do_detach): Remove signo parameter.
15575         * record.c (record_detach): Remove args parameter.
15576         * record.h (record_detach): Likewise.
15577         * remote-sim.c (gdbsim_detach): Likewise.
15578         * remote.c (remote_detach_1): Likewise.
15579         (remote_detach): Likewise.
15580         (extended_remote_detach): Likewise.
15581         * sol-thread.c (sol_thread_detach): Likewise.
15582         * target-delegates.c: Re-generate.
15583         * top.c (struct qt_args) <args>: Remove field.
15584         (kill_or_detach): Don't pass args.
15585         (quit_force): Don't set args.
15586         * windows-nat.c (windows_detach): Remove args parameter.
15587
15588 2018-01-19  Yao Qi  <yao.qi@linaro.org>
15589
15590         * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
15591         (arm_linux_init_abi): Install it.
15592
15593 2018-01-19  Yao Qi  <yao.qi@linaro.org>
15594
15595         * osabi.c (gdb_osabi_names): Extend the regexp for
15596         arm-linux-gnueabihf.
15597
15598 2018-01-18  Yao Qi  <yao.qi@linaro.org>
15599
15600         * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
15601         m_abbrevs.
15602         (abbrev_table::add_abbrev): Update.
15603         (abbrev_table::lookup_abbrev): Update.
15604
15605 2018-01-18  Yao Qi  <yao.qi@linaro.org>
15606
15607         * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
15608
15609 2018-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
15610
15611         * compile/compile.c (compile_to_object): Convert "triplet_rx"
15612         to "std::string".
15613
15614 2018-01-17  Tom Tromey  <tom@tromey.com>
15615
15616         * dwarf2read.c (symbolp): Remove typedef.  Don't instantiate VEC.
15617
15618 2018-01-17  Tom Tromey  <tom@tromey.com>
15619
15620         * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
15621         * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
15622         (create_array_type_with_stride): Update.
15623         * dwarf2read.c (set_die_type): Update.
15624
15625 2018-01-17  Tom Tromey  <tom@tromey.com>
15626
15627         * dwarf2read.c (delayed_method_info): Remove typedef.
15628         (dwarf2_cu::method_info): Now a std::vector.
15629         (add_to_method_list): Update.
15630         (free_delayed_list): Remove.
15631         (compute_delayed_physnames): Update.
15632         (process_full_comp_unit, process_full_type_unit): Clear the method
15633         list.  Remove cleanups.
15634         (psymtab_include_file_name): Add name_holder parameter.  Use
15635         unique_xmalloc_ptr.
15636         (dwarf_decode_lines): Update.
15637
15638 2018-01-17  Tom Tromey  <tom@tromey.com>
15639             Simon Marchi  <simon.marchi@ericsson.com>
15640
15641         * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
15642         (dwarf2_per_objfile::free_cached_comp_units)
15643         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
15644         (init_cutu_and_read_dies_no_follow): Update.
15645         (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
15646         (dwarf2_cu::~dwarf2_cu): New.
15647         (free_heap_comp_unit, free_stack_comp_unit): Remove.
15648         (age_cached_comp_units, free_one_cached_comp_unit): Update.
15649
15650 2018-01-17  Tom Tromey  <tom@tromey.com>
15651             Simon Marchi  <simon.marchi@ericsson.com>
15652
15653         * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
15654         (struct die_reader_specs) <abbrev_table>: New member.
15655         (struct abbrev_table): Add constructor.
15656         <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
15657         <abbrev_obstack>: Now an auto_obstack.
15658         (abbrev_table_up): New typedef.
15659         (init_cu_die_reader): Add abbrev_table parameter.
15660         (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
15661         Add result_dwo_abbrev_table.
15662         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
15663         (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
15664         Update.
15665         (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
15666         parameter.
15667         (skip_children): Update.
15668         (abbrev_table::alloc_abbrev): Rename from
15669         abbrev_table_alloc_abbrev.
15670         (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
15671         (abbrev_table::lookup_abbrev): Rename from
15672         abbrev_table_lookup_abbrev.
15673         (abbrev_table_read_table): Return abbrev_table_up.
15674         (abbrev_table_free, abbrev_table_free_cleanup)
15675         (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
15676         (load_partial_dies): Update.
15677
15678 2018-01-17  Tom Tromey  <tom@tromey.com>
15679
15680         * dwarf2read.c (dwarf2_compute_name): Update comment.
15681         (read_func_scope, read_variable): Update.
15682         (new_symbol): Remove.
15683         (new_symbol_full): Rename to new_symbol.
15684
15685 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
15686
15687         PR gdb/16577
15688         * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
15689         a warning instead of throwing an error, set section size to 0 and return
15690         NULL.
15691         * gdb_bfd.h (gdb_bfd_map_section): Update description.
15692
15693 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
15694
15695         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
15696         std::string.
15697         (linux_ptrace_attach_fail_reason_string): Likewise.
15698         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
15699         Likewise.
15700         (linux_ptrace_attach_fail_reason_string): Likewise.
15701         * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
15702
15703 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
15704
15705         * linux-nat.c (linux_nat_attach): Remove xstrdup.
15706
15707 2018-01-17  Eldar Abusalimov  <eldar.abusalimov@jetbrains.com>
15708
15709         PR gdb/21559
15710         * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
15711         checking for fs_base/gs_base fields in struct user_regs_struct.
15712         * configure: Regenerate.
15713
15714 2018-01-17  Yao Qi  <yao.qi@linaro.org>
15715
15716         * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
15717         function.
15718         (aarch64_linux_init_abi): Install it to gdbarch hook
15719         gcc_target_options.
15720
15721 2018-01-15  Pedro Alves  <palves@redhat.com>
15722
15723         * common/signals-state-save-restore.c
15724         (save_original_signals_state): Fix typos.
15725
15726 2017-01-12  Tom Tromey  <tom@tromey.com>
15727             Sergio Durigan Junior  <sergiodj@redhat.com>
15728
15729         * Makefile.in (install-only): Install gdb-add-index.
15730
15731 2018-01-12  John Baldwin  <jhb@FreeBSD.org>
15732
15733         * fbsd-tdep.c (KVE_PROTECTION): Correct value.
15734
15735 2018-01-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15736
15737         * infrun.c (keep_going_pass_signal): Clear step-over info when
15738         insert_breakpoints fails.
15739
15740 2018-01-11  Pedro Alves  <palves@redhat.com>
15741
15742         PR gdb/22583
15743         * infrun.c (resume): Rename to ...
15744         (resume_1): ... this.
15745         (resume): Reimplement as wrapper around resume_1.
15746
15747 2018-01-11  Pedro Alves  <palves@redhat.com>
15748
15749         PR remote/22597
15750         * remote.c (remote_parse_stop_reply): Default to the last-set
15751         general thread instead of to 'magic_null_ptid'.
15752
15753 2018-01-10  Pedro Alves  <palves@redhat.com>
15754
15755         * language.h (language_get_symbol_name_matcher): Rename ...
15756         (get_symbol_name_matcher): ... this.
15757         * language.c (language_get_symbol_name_matcher): Ditto.
15758         * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
15759         callers adjusted.
15760
15761 2018-01-10  Pedro Alves  <palves@redhat.com>
15762
15763         PR gdb/22670
15764         * dwarf2read.c
15765         (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
15766         Adjust to use language_get_symbol_name_matcher instead of
15767         language_defn::la_get_symbol_name_matcher.
15768         * language.c (language_get_symbol_name_matcher): If in Ada mode
15769         and the lookup name is a verbatim match, return Ada's matcher.
15770         * language.h (language_get_symbol_name_matcher): Adjust comment.
15771         (ada_lookup_name_info::verbatim_p):: New method.
15772
15773 2018-01-10  Pedro Alves  <palves@redhat.com>
15774
15775         PR gdb/22670
15776         * ada-lang.c (ada_collect_symbol_completion_matches): If the
15777         minsym's language is language_auto or language_cplus, pass down
15778         language_ada instead.
15779         * symtab.c (compare_symbol_name): Don't frob symbol language here.
15780
15781 2018-01-10  Pedro Alves  <palves@redhat.com>
15782
15783         PR gdb/22670
15784         * minsyms.c (linkage_name_str): New function.
15785         (iterate_over_minimal_symbols): Use it.
15786
15787 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
15788
15789         * NEWS: Document that 'info proc' now works on FreeBSD.
15790
15791 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
15792
15793         * configure.ac: Check for kinfo_getfile in libutil.
15794         * configure: Regenerate.
15795         * config.in: Regenerate.
15796         * fbsd-nat.c: Include "fbsd-tdep.h".
15797         (fbsd_fetch_cmdline): New.
15798         (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
15799         rather than calling error.
15800         (fbsd_info_proc): New.
15801         (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
15802         (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
15803         (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
15804
15805 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
15806
15807         * fbsd-nat.c (struct free_deleter): Remove.
15808         (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
15809
15810 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
15811
15812         * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
15813         NULL for an empty pathname.
15814
15815 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
15816
15817         * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
15818         (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
15819         (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
15820         (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
15821         (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
15822         (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
15823         (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
15824         (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
15825         (kinfo_proc_layout_32, kinfo_proc_layout_i386)
15826         (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
15827         (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
15828         (fbsd_core_fetch_timeval, fbsd_print_sigset)
15829         (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
15830         (fbsd_init_abi):  Install gdbarch "core_info_proc" method.
15831         * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
15832
15833 2018-01-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15834
15835         * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
15836         (gnu_xfer_auxv): New function.
15837         (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
15838         TARGET_OBJECT_AUXV.
15839
15840 2018-01-08  Yao Qi  <yao.qi@linaro.org>
15841             Simon Marchi  <simon.marchi@ericsson.com>
15842
15843         * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
15844         common/selftest.c.
15845         (COMMON_OBS): Remove selftest.o.
15846         * configure.ac: Append selftest-arch.c and common/selftest.c to
15847         CONFIG_SRCS.  Append selftest-arch.o and selftest.o to COMMON_OBS.
15848         * configure: Re-generated.
15849         * maint.c (maintenance_selftest): Wrap selftests::run_tests with
15850         GDB_SELF_TEST.
15851         (maintenance_info_selftests): Likewise.
15852
15853 2018-01-08  Xavier Roirand  <roirand@adacore.com>
15854
15855         * ada-valprint.c (val_print_packed_array_elements): Use
15856         proper number of elements when printing an array indexed
15857         by an enumeration type.
15858
15859 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
15860
15861         * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
15862         (dw2_get_file_names_reader): Adjust.
15863         (lookup_dwo_signatured_type): Adjust.
15864         (lookup_dwp_signatured_type): Adjust.
15865         (lookup_signatured_type): Adjust.
15866         (create_type_unit_group): Adjust.
15867         (get_type_unit_group): Adjust.
15868         (process_psymtab_comp_unit_reader): Adjust.
15869         (build_type_psymtabs_reader): Adjust.
15870         (scan_partial_symbols): Adjust.
15871         (add_partial_symbol): Adjust.
15872         (add_partial_subprogram): Adjust.
15873         (peek_die_abbrev): Adjust.
15874         (fixup_go_packaging): Adjust.
15875         (process_imported_unit_die): Adjust.
15876         (dwarf2_compute_name): Adjust.
15877         (dwarf2_physname): Adjust.
15878         (read_import_statement): Adjust.
15879         (handle_DW_AT_stmt_list): Adjust.
15880         (read_file_scope): Adjust.
15881         (read_func_scope): Adjust.
15882         (read_lexical_block_scope): Adjust.
15883         (read_call_site_scope): Adjust.
15884         (read_variable): Adjust.
15885         (dwarf2_rnglists_process): Adjust.
15886         (dwarf2_ranges_process): Adjust.
15887         (dwarf2_ranges_read): Adjust.
15888         (dwarf2_get_pc_bounds): Adjust.
15889         (dwarf2_record_block_ranges): Adjust.
15890         (dwarf2_add_field): Adjust.
15891         (dwarf2_add_member_fn): Adjust.
15892         (read_structure_type): Adjust.
15893         (process_structure_scope): Adjust.
15894         (read_enumeration_type): Adjust.
15895         (read_array_type): Adjust.
15896         (mark_common_block_symbol_computed): Adjust.
15897         (read_common_block): Adjust.
15898         (read_namespace_type): Adjust.
15899         (read_namespace): Adjust.
15900         (read_module_type): Adjust.
15901         (read_tag_pointer_type): Adjust.
15902         (read_tag_ptr_to_member_type): Adjust.
15903         (read_tag_string_type): Adjust.
15904         (read_subroutine_type): Adjust.
15905         (read_typedef): Adjust.
15906         (read_base_type): Adjust.
15907         (attr_to_dynamic_prop): Adjust.
15908         (read_subrange_type): Adjust.
15909         (read_unspecified_type): Adjust.
15910         (dwarf2_read_abbrevs): Adjust.
15911         (load_partial_dies): Adjust.
15912         (read_partial_die): Adjust.
15913         (find_partial_die): Adjust.
15914         (guess_partial_die_structure_name): Adjust.
15915         (fixup_partial_die): Adjust.
15916         (read_attribute_value): Adjust.
15917         (read_addr_index): Adjust.
15918         (read_addr_index_from_leb128): Adjust.
15919         (read_str_index): Adjust.
15920         (dwarf2_string_attr): Adjust.
15921         (get_debug_line_section): Adjust.
15922         (dwarf_decode_line_header): Adjust.
15923         (lnp_state_machine::check_line_address): Adjust.
15924         (dwarf_decode_lines_1): Adjust.
15925         (dwarf_decode_lines): Adjust.
15926         (dwarf2_start_symtab): Adjust.
15927         (var_decode_location): Adjust.
15928         (new_symbol_full): Adjust.
15929         (dwarf2_const_value_data): Adjust.
15930         (dwarf2_const_value_attr): Adjust.
15931         (dwarf2_const_value): Adjust.
15932         (die_type): Adjust.
15933         (die_containing_type): Adjust.
15934         (build_error_marker_type): Adjust.
15935         (lookup_die_type): Adjust.
15936         (guess_full_die_structure_name): Adjust.
15937         (anonymous_struct_prefix): Adjust.
15938         (determine_prefix): Adjust.
15939         (dwarf2_name): Adjust.
15940         (follow_die_ref_or_sig): Adjust.
15941         (follow_die_offset): Adjust.
15942         (follow_die_ref): Adjust.
15943         (follow_die_sig_1): Adjust.
15944         (follow_die_sig): Adjust.
15945         (get_signatured_type): Adjust.
15946         (get_DW_AT_signature_type): Adjust.
15947         (decode_locdesc): Adjust.
15948         (dwarf_decode_macros): Adjust.
15949         (cu_debug_loc_section): Adjust.
15950         (fill_in_loclist_baton): Adjust.
15951         (dwarf2_symbol_mark_computed): Adjust.
15952         (init_one_comp_unit): Don't assign
15953         dwarf2_cu::dwarf2_per_objfile.
15954         (set_die_type): Adjust.
15955
15956 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
15957
15958         * dwarf2read.c (struct mapped_debug_names): Add constructor.
15959         <dwarf2_per_objfile>: New field.
15960         (dwarf2_per_objfile): Remove global.
15961         (get_dwarf2_per_objfile): New function.
15962         (set_dwarf2_per_objfile): New function.
15963         (dwarf2_build_psymtabs_hard): Change objfile parameter to
15964         dwarf2_per_objfile.
15965         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
15966         (read_abbrev_offset): Likewise.
15967         (read_indirect_string): Likewise.
15968         (read_indirect_line_string): Likewise.
15969         (read_indirect_string_at_offset): Likewise.
15970         (read_indirect_string_from_dwz): Likewise.
15971         (dwarf2_find_containing_comp_unit): Change objfile parameter to
15972         dwarf2_per_objfile.
15973         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
15974         (create_all_comp_units): Change objfile parameter to
15975         dwarf2_per_objfile.
15976         (create_all_type_units): Likewise.
15977         (process_queue): Add dwarf2_per_objfile parameter.
15978         (read_and_check_comp_unit_head): Likewise.
15979         (lookup_dwo_unit_in_dwp): Likewise.
15980         (get_dwp_file): Likewise.
15981         (process_cu_includes): Likewise.
15982         (struct free_dwo_file_cleanup_data): New struct.
15983         (dwarf2_has_info): Use get_dwarf2_per_objfile and
15984         set_dwarf2_per_objfile.
15985         (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
15986         (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
15987         context, adjust calls.
15988         (dw2_instantiate_symtab): Likewise.
15989         (dw2_get_cutu): Add dwarf2_per_objfile parameter.
15990         (dw2_get_cu): Likewise.
15991         (create_cu_from_index_list): Change objfile parameter to
15992         dwarf2_per_objfile.
15993         (create_cus_from_index_list): Get dwarf2_per_objfile from
15994         context, adjust calls.
15995         (create_cus_from_index): Likewise.
15996         (create_signatured_type_table_from_index): Change objfile
15997         parameter to dwarf2_per_objfile.
15998         (create_signatured_type_table_from_debug_names): Change objfile
15999         parameter to dwarf2_per_objfile.
16000         (create_addrmap_from_index): Likewise.
16001         (create_addrmap_from_aranges): Likewise.
16002         (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
16003         (dw2_setup): Remove.
16004         (dw2_get_file_names_reader): Get dwarf2_per_objfile from
16005         context.
16006         (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
16007         get_dwarf2_per_objfile.
16008         (dw2_forget_cached_source_info): Likewise.
16009         (dw2_map_symtabs_matching_filename): Likewise.
16010         (struct dw2_symtab_iterator) <index>: Remove.
16011         <dwarf2_per_objfile>: New field.
16012         (dw2_symtab_iter_init): Replace index parameter with
16013         dwarf2_per_objfile.
16014         (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
16015         (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
16016         (dw2_print_stats): Likewise.
16017         (dw2_dump): Likewise.
16018         (dw2_expand_symtabs_for_function): Likewise.
16019         (dw2_expand_all_symtabs): Likewise.
16020         (dw2_expand_symtabs_with_fullname): Likewise.
16021         (dw2_expand_marked_cus): Replace index and objfile parameters
16022         with dwarf2_per_objfile.
16023         (dw_expand_symtabs_matching_file_matcher): Add
16024         dwarf2_per_objfile parameter and adjust calls.
16025         (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
16026         adjust calls.
16027         (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
16028         (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
16029         adjust calls.
16030         (create_cus_from_debug_names_list): Replace objfile parameter
16031         with dwarf2_per_objfile and adjust calls.
16032         (create_cus_from_debug_names): Likewise.
16033         (dwarf2_read_debug_names): Likewise.
16034         (mapped_debug_names::namei_to_name): Adjust call.
16035         (dw2_debug_names_iterator::next): Likewise.
16036         (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
16037         (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
16038         (dw2_debug_names_dump): Likewise.
16039         (dw2_debug_names_expand_symtabs_for_function): Likewise.
16040         (dw2_debug_names_expand_symtabs_matching): Likewise.
16041         (dwarf2_initialize_objfile): Likewise.
16042         (dwarf2_build_psymtabs): Likewise.
16043         (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
16044         this_cu.
16045         (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
16046         (read_and_check_comp_unit_head): Likewise.
16047         (read_abbrev_offset): Likewise.
16048         (create_debug_type_hash_table): Likewise.
16049         (create_debug_types_hash_table): Likewise.
16050         (create_all_type_units): Replace objfile parameter with
16051         dwarf2_per_objfile.
16052         (add_type_unit): Add dwarf2_per_objfile parameter.
16053         (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
16054         with dwarf2_per_objfile.
16055         (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
16056         (lookup_dwp_signatured_type): Likewise.
16057         (lookup_signatured_type): Likewise.
16058         (read_cutu_die_from_dwo): Likewise.
16059         (init_tu_and_read_dwo_dies): Likewise.
16060         (init_cutu_and_read_dies): Likewise.
16061         (init_cutu_and_read_dies_no_follow): Likewise.
16062         (allocate_type_unit_groups_table): Add objfile parameter.
16063         (create_type_unit_group): Use dwarf2_per_objfile from cu.
16064         (get_type_unit_group): Likewise.
16065         (process_psymtab_comp_unit): Update call.
16066         (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
16067         (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
16068         (print_tu_stats): Likewise.
16069         (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
16070         in void* parameter.
16071         (build_type_psymtabs): Change objfile parameter to
16072         dwarf2_per_objfile.
16073         (process_skeletonless_type_unit): Use dwarf2_per_objfile
16074         passed in void* parameter.
16075         (process_skeletonless_type_units): Change objfile parameter to
16076         dwarf2_per_objfile.
16077         (set_partial_user): Likewise.
16078         (dwarf2_build_psymtabs_hard): Likewise.
16079         (read_comp_units_from_section): Likewise.
16080         (create_all_comp_units): Likewise.
16081         (scan_partial_symbols): Update calls.
16082         (add_partial_symbol): Likewise.
16083         (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
16084         (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
16085         (process_queue): Add dwarf2_per_objfile parameter.
16086         (get_compunit_symtab): Use dwarf2_per_objfile from cu.
16087         (compute_compunit_symtab_includes): Likewise.
16088         (process_cu_includes): Add dwarf2_per_objfile parameter.
16089         (process_full_comp_unit): Use dwarf2_per_objfile from cu.
16090         (process_full_type_unit): Likewise.
16091         (process_imported_unit_die): Update call.
16092         (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
16093         (read_file_scope): Likewise.
16094         (allocate_dwo_file_hash_table): Add objfile parameter.
16095         (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
16096         (create_cus_hash_table): Likewise.
16097         (create_dwp_hash_table): Likewise.
16098         (create_dwo_unit_in_dwp_v1): Likewise.
16099         (create_dwp_v2_section): Likewise.
16100         (create_dwo_unit_in_dwp_v2): Likewise.
16101         (lookup_dwo_unit_in_dwp): Likewise.
16102         (try_open_dwop_file): Likewise.
16103         (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
16104         (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
16105         cleanup to include a reference to dwarf2_per_objfile.
16106         (open_dwp_file): Add dwarf2_per_objfile parameter.
16107         (open_and_init_dwp_file): Likewise.
16108         (get_dwp_file): Likewise.
16109         (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
16110         (queue_and_load_all_dwo_tus): Update call.
16111         (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
16112         data.
16113         (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
16114         (dwarf2_ranges_process): Likewise.
16115         (dwarf2_get_pc_bounds): Likewise.
16116         (mark_common_block_symbol_computed): Likewise.
16117         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
16118         (dwarf2_read_abbrevs): Update call.
16119         (read_partial_die): Use dwarf2_per_objfile from cu.
16120         (find_partial_die): Likewise.
16121         (fixup_partial_die): Likewise.
16122         (read_attribute_value): Likewise.
16123         (read_indirect_string_at_offset_from): Add objfile parameter.
16124         (read_indirect_string_at_offset): Add dwarf2_per_objfile
16125         parameter.
16126         (read_indirect_string_from_dwz): Add objfile parameter.
16127         (read_indirect_string): Add objfile parameter.
16128         (read_addr_index_1): Add dwarf2_per_objfile parameter.
16129         (read_addr_index): Use dwarf2_per_objfile from cu.
16130         (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
16131         call dw2_setup.
16132         (read_str_index): Use dwarf2_per_objfile from cu.
16133         (get_debug_line_section): Likewise.
16134         (read_formatted_entries): Add dwarf2_per_objfile parameter.
16135         (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
16136         (new_symbol_full): Use dwarf2_per_objfile from cu.
16137         (build_error_marker_type): Likewise.
16138         (lookup_die_type): Likewise.
16139         (determine_prefix): Likewise.
16140         (follow_die_offset): Likewise.
16141         (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
16142         (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
16143         (dwarf2_fetch_die_type_sect_off): Likewise.
16144         (dwarf2_get_die_type): Likewise.
16145         (follow_die_sig_1): Use dwarf2_per_objfile from cu.
16146         (get_signatured_type): Likewise.
16147         (get_DW_AT_signature_type): Likewise.
16148         (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
16149         (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
16150         (cu_debug_loc_section): Likewise.
16151         (fill_in_loclist_baton): Likewise.
16152         (dwarf2_symbol_mark_computed): Likewise.
16153         (dwarf2_find_containing_comp_unit): Change objfile parameter to
16154         dwarf2_per_objfile.
16155         (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
16156         parameter.
16157         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
16158         (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
16159         (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
16160         (set_die_type): Use dwarf2_free_objfile from cu.
16161         (get_die_type_at_offset): Likewise.
16162         (dwarf2_per_objfile_free): Don't assign global variable.
16163         (debug_names) <constructor>: Add dwarf2_per_objfile
16164         parameter, update m_debugstrlookup construction.
16165         (debug_names::debug_str_lookup): Add dwarf2_per_objfile
16166         parameter.
16167         <m_dwarf2_per_objfile>: New field.
16168         <lookup>: Use m_dwarf2_per_objfile.
16169         (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
16170         (psyms_seen_size): Likewise.
16171         (write_gdbindex): Replace objfile parameter with
16172         dwarf2_per_objfile.
16173         (write_debug_names): Likewise.
16174         (write_psymtabs_to_index): Likewise.
16175         (save_gdb_index_command): Use get_dwarf2_per_objfile, update
16176         calls.
16177
16178 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
16179
16180         * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
16181         <dwarf2_per_objfile>: New field.
16182         (struct dwarf2_per_cu_data) <objfile>: Remove.
16183         <dwarf2_per_objfile>: New field.
16184         (create_cu_from_index_list): Assign dwarf2_per_objfile instead
16185         of objfile.
16186         (create_signatured_type_table_from_index): Likewise.
16187         (create_debug_type_hash_table): Likewise.
16188         (fill_in_sig_entry_from_dwo_entry): Likewise.
16189         (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
16190         (create_type_unit_group): Assign dwarf2_per_objfile instead of
16191         objfile.
16192         (create_partial_symtab): Access objfile through
16193         dwarf2_per_objfile.
16194         (process_psymtab_comp_unit_reader): Likewise.
16195         (read_comp_units_from_section): Likewise.
16196         (scan_partial_symbols): Likewise.
16197         (add_partial_symbol): Likewise.
16198         (add_partial_subprogram): Likewise.
16199         (peek_die_abbrev): Likewise.
16200         (fixup_go_packaging): Likewise.
16201         (process_full_comp_unit): Likewise.
16202         (process_full_type_unit): Likewise.
16203         (process_imported_unit_die): Likewise.
16204         (dwarf2_compute_name): Likewise.
16205         (dwarf2_physname): Likewise.
16206         (read_import_statement): Likewise.
16207         (create_cus_hash_table): Assign dwarf2_physname instead of
16208         objfile.
16209         (read_func_scope): Access objfile through dwarf2_per_objfile.
16210         (read_lexical_block_scope): Likewise.
16211         (read_call_site_scope): Likewise.
16212         (read_variable): Likewise.
16213         (dwarf2_rnglists_process): Likewise.
16214         (dwarf2_ranges_process): Likewise.
16215         (dwarf2_ranges_read): Likewise.
16216         (dwarf2_record_block_ranges): Likewise.
16217         (dwarf2_add_field): Likewise.
16218         (dwarf2_add_member_fn): Likewise.
16219         (read_structure_type): Likewise.
16220         (process_structure_scope): Likewise.
16221         (read_enumeration_type): Likewise.
16222         (read_array_type): Likewise.
16223         (read_common_block): Likewise.
16224         (read_namespace_type): Likewise.
16225         (read_namespace): Likewise.
16226         (read_module_type): Likewise.
16227         (read_tag_pointer_type): Likewise.
16228         (read_tag_ptr_to_member_type): Likewise.
16229         (read_tag_string_type): Likewise.
16230         (read_subroutine_type): Likewise.
16231         (read_typedef): Likewise.
16232         (read_base_type): Likewise.
16233         (attr_to_dynamic_prop): Likewise.
16234         (read_subrange_type): Likewise.
16235         (read_unspecified_type): Likewise.
16236         (load_partial_dies): Likewise.
16237         (read_partial_die): Likewise.
16238         (find_partial_die): Likewise.
16239         (guess_partial_die_structure_name): Likewise.
16240         (fixup_partial_die): Likewise.
16241         (read_attribute_value): Likewise.
16242         (read_addr_index_from_leb128): Likewise.
16243         (dwarf2_read_addr_index): Likewise.
16244         (dwarf2_string_attr): Likewise.
16245         (lnp_state_machine::check_line_address): Likewise.
16246         (dwarf_decode_lines_1): Likewise.
16247         (dwarf_decode_lines): Likewise.
16248         (dwarf2_start_symtab): Likewise.
16249         (var_decode_location): Likewise.
16250         (new_symbol_full): Likewise.
16251         (dwarf2_const_value_data): Likewise.
16252         (dwarf2_const_value_attr): Likewise.
16253         (dwarf2_const_value): Likewise.
16254         (die_type): Likewise.
16255         (die_containing_type): Likewise.
16256         (lookup_die_type): Likewise.
16257         (guess_full_die_structure_name): Likewise.
16258         (anonymous_struct_prefix): Likewise.
16259         (dwarf2_name): Likewise.
16260         (follow_die_ref_or_sig): Likewise.
16261         (follow_die_offset): Likewise.
16262         (follow_die_ref): Likewise.
16263         (dwarf2_fetch_die_loc_sect_off): Likewise.
16264         (dwarf2_fetch_constant_bytes): Likewise.
16265         (dwarf2_fetch_die_type_sect_off): Likewise.
16266         (dwarf2_get_die_type): Likewise.
16267         (follow_die_sig): Likewise.
16268         (decode_locdesc): Likewise.
16269         (dwarf2_per_cu_objfile): Likewise.
16270         (dwarf2_per_cu_text_offset): Likewise.
16271         (init_one_comp_unit): Assign dwarf2_per_objfile instead of
16272         objfile.
16273         (set_die_type): Access objfile through
16274         dwarf2_per_objfile.
16275
16276 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
16277
16278         * valprint.c (converted_character_d): Remove typedef.
16279         (DEF_VEC_O (converted_character_d)): Remove.
16280         (count_next_character): Use std::vector.
16281         (print_converted_chars_to_obstack): Likewise.
16282         (generic_printstr): Likewise.
16283
16284 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16285
16286         * xml-support.h (struct gdb_xml_value): Add constructor.
16287         <value>: Change type to unique_xmalloc_ptr.
16288         (gdb_xml_value_s): Remove typedef.
16289         (DEF_VEC_O (gdb_xml_value_s)): Remove.
16290         (gdb_xml_element_start_handler): Change parameter type to
16291         std::vector.
16292         (xml_find_attribute): Likewise.
16293         * xml-support.c (xml_find_attribute): Change parameter type to
16294         std::vector and adjust.
16295         (gdb_xml_values_cleanup): Remove.
16296         (gdb_xml_parser::start_element): Adjust to std::vector.
16297         (xinclude_start_include): Change paraeter type to std::vector
16298         and adjust.
16299         * btrace.c (check_xml_btrace_version): Likewise.
16300         (parse_xml_btrace_block): Likewise.
16301         (parse_xml_btrace_pt_config_cpu): Likewise.
16302         (parse_xml_btrace_pt): Likewise.
16303         (parse_xml_btrace_conf_bts): Likewise.
16304         (parse_xml_btrace_conf_pt): Likewise.
16305         * memory-map.c (memory_map_start_memory): Likewise.
16306         (memory_map_start_property): Likewise.
16307         * osdata.c (osdata_start_osdata): Likewise.
16308         (osdata_start_item): Likewise.
16309         (osdata_start_column): Likewise.
16310         * remote.c (start_thread): Likewise.
16311         * solib-aix.c (library_list_start_library): Likewise.
16312         (library_list_start_list): Likewise.
16313         * solib-svr4.c (library_list_start_library): Likewise.
16314         (svr4_library_list_start_list): Likewise.
16315         * solib-target.c (library_list_start_segment): Likewise.
16316         (library_list_start_section): Likewise.
16317         (library_list_start_library): Likewise.
16318         (library_list_start_list): Likewise.
16319         * tracepoint.c (traceframe_info_start_memory): Likewise.
16320         (traceframe_info_start_tvar): Likewise.
16321         * xml-syscall.c (syscall_start_syscall): Likewise.
16322         * xml-tdesc.c (tdesc_start_target): Likewise.
16323         (tdesc_start_feature): Likewise.
16324         (tdesc_start_reg): Likewise.
16325         (tdesc_start_union): Likewise.
16326         (tdesc_start_struct): Likewise.
16327         (tdesc_start_flags): Likewise.
16328         (tdesc_start_enum): Likewise.
16329         (tdesc_start_field): Likewise.
16330         (tdesc_start_enum_value): Likewise.
16331         (tdesc_start_vector): Likewise.
16332
16333 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16334
16335         * extension.h (struct xmethod_worker) <clone>: Remove.
16336         * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
16337         Remove.
16338         (python_xmethod_worker::clone): Remove.
16339         * valops.c (find_overload_match): Use std::move instead of
16340         clone.
16341
16342 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
16343
16344         * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
16345         (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
16346         <free_xmethod_worker_data>: Remove.
16347         <get_matching_xmethod_workers>: Chance VEC to std::vector.
16348         <get_xmethod_arg_types>: Remove.
16349         <get_xmethod_result_type>: Remove.
16350         <invoke_xmethod>: Remove.
16351         * extension.c (new_xmethod_worker): Remove.
16352         (clone_xmethod_worker): Remove.
16353         (get_matching_xmethod_workers): Return void, pass std::vector by
16354         pointer.
16355         (get_xmethod_arg_types): Rename to...
16356         (xmethod_worker::get_arg_types): ... this, and adjust.
16357         (get_xmethod_result_type): Rename to...
16358         (xmethod_worker::get_result_type): ... this, and adjust.
16359         (invoke_xmethod): Remove.
16360         (free_xmethod_worker): Remove.
16361         (free_xmethod_worker_vec): Remove.
16362         * extension.h (enum ext_lang_rc): Move here from
16363         extension-priv.h.
16364         (struct xmethod_worker): Add constructor and destructor.
16365         <data>: Remove.
16366         <value>: Remove.
16367         <invoke, clone, do_get_result_type, do_get_arg_types>: New
16368         virtual pure methods.
16369         <get_arg_types, get_result_type>: New methods.
16370         (xmethod_worker_ptr): Remove typedef.
16371         (DEF_VEC_P (xmethod_worker_ptr)): Remove.
16372         (xmethod_worker_vec): Remove typedef.
16373         (xmethod_worker_up): New typedef.
16374         (invoke_xmethod): Remove.
16375         (clone_xmethod_worker): Remove.
16376         (free_xmethod_worker): Remove.
16377         (free_xmethod_worker_vec): Remove.
16378         (get_xmethod_arg_types): Remove.
16379         (get_xmethod_result_type): Remove.
16380         * valops.c (find_method_list): Use std::vector, don't use
16381         intermediate vector.
16382         (value_find_oload_method_list): Use std::vector.
16383         (find_overload_match): Use std::vector.
16384         (find_oload_champ): Use std::vector.
16385         * value.c (value_free): Use operator delete.
16386         (value_of_xmethod): Rename to...
16387         (value_from_xmethod): ... this.  Don't assign
16388         xmethod_worker::value, take rvalue-reference.
16389         (result_type_of_xmethod): Adjust.
16390         (call_xmethod): Adjust.
16391         * value.h: Include extension.h.
16392         (struct xmethod_worker): Don't forward-declare.
16393         (value_of_xmethod): Rename to...
16394         (value_from_xmethod): ... this, take rvalue-reference.
16395         * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
16396         (struct python_xmethod_worker): ... this, add constructor and
16397         destructor.
16398         <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
16399         (gdbpy_free_xmethod_worker_data): Rename to...
16400         (python_xmethod_worker::~python_xmethod_worker): ... this and
16401         adjust.
16402         (gdbpy_clone_xmethod_worker_data): Rename to...
16403         (python_xmethod_worker::clone): ... this and adjust.
16404         (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
16405         temporary vector.
16406         (gdbpy_get_xmethod_arg_types): Rename to...
16407         (python_xmethod_worker::do_get_arg_types): ... this and adjust.
16408         (gdbpy_get_xmethod_result_type): Rename to...
16409         (python_xmethod_worker::do_get_result_type): ... this and
16410         adjust.
16411         (gdbpy_invoke_xmethod): Rename to...
16412         (python_xmethod_worker::invoke): ... this and adjust.
16413         (new_python_xmethod_worker): Rename to...
16414         (python_xmethod_worker::python_xmethod_worker): ... this and
16415         adjust.
16416         * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
16417         Remove.
16418         (gdbpy_free_xmethod_worker_data): Remove.
16419         (gdbpy_get_matching_xmethod_workers): Use std::vector.
16420         (gdbpy_get_xmethod_arg_types): Remove.
16421         (gdbpy_get_xmethod_result_type): Remove.
16422         (gdbpy_invoke_xmethod): Remove.
16423         * python/python.c (python_extension_ops): Remove obsolete
16424         callbacks.
16425
16426 2018-01-05  Pedro Alves  <palves@redhat.com>
16427
16428         PR gdb/18653
16429         * common/signals-state-save-restore.c
16430         (save_original_signals_state): New parameter 'quiet'.  Warn if we
16431         find a custom handler preinstalled, instead of internal erroring.
16432         But only warn if !quiet.
16433         * common/signals-state-save-restore.h
16434         (save_original_signals_state): New parameter 'quiet'.
16435         * main.c (captured_main_1): Move save_original_signals_state call
16436         after option handling, and pass QUIET.
16437
16438 2018-01-05  Pedro Alves  <palves@redhat.com>
16439
16440         * spu-tdep.c (spu_catch_start): Pass
16441         symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
16442
16443 2018-01-05  Pedro Alves  <palves@redhat.com>
16444
16445         PR gdb/22670
16446         * ada-lang.c (literal_symbol_name_matcher): New function.
16447         (ada_get_symbol_name_matcher): Use it for
16448         symbol_name_match_type::SEARCH_NAME.
16449         * block.c (block_lookup_symbol): New parameter 'match_type'.  Pass
16450         it down instead of assuming symbol_name_match_type::FULL.
16451         * block.h (block_lookup_symbol): New parameter 'match_type'.
16452         * c-valprint.c (print_unpacked_pointer): Use
16453         lookup_symbol_search_name instead of lookup_symbol.
16454         * compile/compile-object-load.c (get_out_value_type): Pass down
16455         symbol_name_match_type::SEARCH_NAME.
16456         * cp-namespace.c (cp_basic_lookup_symbol): Pass down
16457         symbol_name_match_type::FULL.
16458         * cp-support.c (cp_get_symbol_name_matcher): Handle
16459         symbol_name_match_type::SEARCH_NAME.
16460         * infrun.c (insert_exception_resume_breakpoint): Use
16461         lookup_symbol_search_name.
16462         * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
16463         * psymtab.c (maintenance_check_psymtabs): Use
16464         symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
16465         * stack.c (print_frame_args): Use lookup_symbol_search_name and
16466         SYMBOL_SEARCH_NAME.
16467         * symtab.c (lookup_local_symbol): Don't demangle the lookup name
16468         if symbol_name_match_type::SEARCH_NAME.
16469         (lookup_symbol_in_language): Pass down
16470         symbol_name_match_type::FULL.
16471         (lookup_symbol_search_name): New.
16472         (lookup_language_this): Pass down
16473         symbol_name_match_type::SEARCH_NAME.
16474         (lookup_symbol_aux, lookup_local_symbol): New parameter
16475         'match_type'.  Pass it down.
16476         * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
16477         (lookup_symbol_search_name): New declaration.
16478         (lookup_symbol_in_block): New 'match_type' parameter.
16479
16480 2018-01-05  Pedro Alves  <palves@redhat.com>
16481
16482         PR gdb/22670
16483         * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
16484         ada_lookup_symbol.
16485         (ada_lookup_symbol): Reimplement in terms of
16486         ada_lookup_symbol_list, bits factored out from
16487         ada_lookup_encoded_symbol.
16488
16489 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16490
16491         * ada-exp.y (write_object_renaming): When subscripting an array
16492         using a symbol as the index, pass the block in call to
16493         ada_lookup_encoded_symbol when looking that symbol up.
16494
16495 2018-01-05  Jerome Guitton  <guitton@adacore.com>
16496
16497         * ada-lang.c (ada_array_length): Use ada_index_type instead of
16498         TYPE_INDEX_TYPE.
16499
16500 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16501
16502         * ada-lang.c (ada_to_fixed_value_create): Add handling of
16503         the case where VALUE_LVAL (val0) is not lval_memory.
16504
16505 2018-01-05  Xavier Roirand  <roirand@adacore.com>
16506
16507         * ada-valprint.c (print_optional_low_bound): Handle
16508         character-indexed array printing like boolean-indexed array
16509         printing.
16510
16511 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16512
16513         * NEWS: Create a new section for the next release branch.
16514         Rename the section of the current branch, now that it has
16515         been cut.
16516
16517 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
16518
16519         GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
16520         * version.in: Bump version to 8.1.50.DATE-git.
16521
16522 2018-01-03  Xavier Roirand  <roirand@adacore.com>
16523
16524         * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
16525         Add field.
16526         * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
16527         Add field.
16528         (default_exception_support_info) <catch_handlers_sym>: Add field.
16529         (exception_support_info_fallback) <catch_handlers_sym>: Add field.
16530         (ada_exception_name_addr_1): Add "catch handlers" handling.
16531         (ada_exception_catchpoint_cond_string) <ex>: New parameter.
16532         Update all callers.
16533         (create_excep_cond_exprs) <ex>: Add parameter.
16534         (re_set_exception): Update create_excep_cond_exprs call.
16535         (print_it_exception, print_one_exception, print_mention_exception)
16536         (print_recreate_exception): Add "catch handler" handling.
16537         (allocate_location_catch_handlers, re_set_catch_handlers)
16538         (check_status_catch_handlers, print_it_catch_handlers)
16539         (print_one_catch_handlers, print_mention_catch_handlers)
16540         (print_recreate_catch_handlers): New function.
16541         (catch_handlers_breakpoint_ops): New variable.
16542         (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
16543         Add parameter.  Add "catch handler" handling.
16544         (ada_exception_sym_name, ada_exception_breakpoint_ops):
16545         Add "catch handler" handling.
16546         (ada_exception_catchpoint_cond_string): Add "catch handler"
16547         handling.
16548         (create_ada_exception_catchpoint): Update create_excep_cond_exprs
16549         call.
16550         (catch_ada_handlers_command): New function.
16551         (initialize_ada_catchpoint_ops): Initialize "catch handlers"
16552         operations structure.
16553         (_initialize_ada_language): Add "catch handlers" command entry.
16554         * NEWS: Document "catch handlers" feature.
16555
16556 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
16557
16558         * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
16559         account when creating the array type of the slice.
16560         (ada_value_slice): Likewise.
16561
16562 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
16563
16564         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
16565         New enum value.
16566         (create_array_type_with_stride): Add byte_stride_prop parameter.
16567         * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
16568         New parameter.  Update all callers in this file.
16569         (array_type_has_dynamic_stride): New function.
16570         (is_dynamic_type_internal, resolve_dynamic_array): Add handling
16571         of arrays with dynamic byte strides.
16572         * dwarf2read.c (read_array_type): Add support for dynamic
16573         DW_AT_byte_stride attributes.
16574
16575 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
16576
16577         * dwarf2read.c (read_unspecified_type): Treat
16578         DW_TAG_enumeration_type DIEs from Ada units as stubs.
16579
16580 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16581
16582         Update copyright year range in all GDB files.
16583
16584 2018-01-01, 18  Joel Brobecker  <brobecker@adacore.com>
16585
16586         * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
16587         and gdb/testsuite/gdb.base/step-line.c.
16588
16589 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16590
16591         * copyright.py (main): Dump the contents of
16592         MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
16593         even if BY_HAND is empty.
16594
16595 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16596
16597         * top.c (print_gdb_version): Update Copyright year in version
16598         message.
16599
16600 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
16601
16602         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
16603
16604 For older changes see ChangeLog-2017.
16605 \f
16606 Local Variables:
16607 mode: change-log
16608 left-margin: 8
16609 fill-column: 74
16610 version-control: never
16611 coding: utf-8
16612 End: