aarch64 multi-arch (part 3): get thread area
[external/binutils.git] / gdb / ChangeLog
1 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2
3         * nat/aarch64-linux.c: Include elf/common.h,
4         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
5         (aarch64_ps_get_thread_area): New function.
6         * nat/aarch64-linux.h: Include gdb_proc_service.h.
7         (aarch64_ps_get_thread_area): Declare.
8         * aarch64-linux-nat.c (ps_get_thread_area): Call
9         aarch64_ps_get_thread_area.
10
11 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
12
13         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
14
15 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
16
17         * NEWS: Announce new scheduler-locking mode.
18         * infrun.c (schedlock_replay): New.
19         (scheduler_enums): Add schedlock_replay.
20         (scheduler_mode): Change default to schedlock_replay.
21         (user_visible_resume_ptid): Handle schedlock_replay.
22         (clear_proceed_status_thread): Stop replaying if resumed thread is
23         not replaying.
24         (schedlock_applies): Handle schedlock_replay.
25         (_initialize_infrun): Document new scheduler-locking mode.
26         * record-btrace.c (record_btrace_resume): Remove code to stop other
27         threads when not replaying the resumed thread.
28
29 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
30
31         * record-btrace.c ((record_btrace_will_replay): New.
32         (init_record_btrace_ops): Initialize to_record_will_replay.
33         * record-full.c ((record_full_will_replay): New.
34         (init_record_full_ops): Initialize to_record_will_replay.
35         * target-delegates.c: Regenerated.
36         * target.c (target_record_will_replay): New.
37         * target.h (struct target_ops) <to_record_will_replay>: New.
38         (target_record_will_replay): New.
39
40 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
41
42         * record-btrace.c (record_btrace_resume): Call
43         target_record_stop_replaying.
44         (record_btrace_stop_replaying_all): New.
45         (init_record_btrace_ops): Initialize to_record_stop_replaying.
46         * record-full.c (record_full_stop_replaying): New.
47         (init_record_full_ops ): Initialize to_record_stop_replaying.
48         * target-delegates.c: Regenerated.
49         * target.c (target_record_stop_replaying): New.
50         * target.h (struct target_ops) <to_record_stop_replaying>: New.
51         (target_record_stop_replaying): New.
52
53 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
54
55         * record-btrace.c (record_btrace_xfer_partial)
56         (record_btrace_store_registers, record_btrace_prepare_to_store):
57         Call record_btrace_is_replaying with inferior_ptid instead of
58         minus_one_ptid.
59         (record_btrace_store_registers): Change error message.
60
61 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
62
63         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
64         Update users to pass minus_one_ptid.
65         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
66         * record.c (cmd_record_delete): Pass inferior_ptid to
67         target_record_is_replaying.
68         * target-delegates.c: Regenerated.
69         * target.c (target_record_is_replaying): Add ptid argument.
70         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
71         argument.
72         (target_record_is_replaying): Add ptid argument.
73
74 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
75
76         * record-btrace.c (record_btrace_open): Remove non_stop check.
77         * NEWS: Announce that record btrace supports non-stop mode.
78
79 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
80
81         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
82         in the TARKET_WAITKIND_NO_HISTORY case.
83
84 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
85
86         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
87         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
88
89 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
90
91         * record-btrace.c (get_thread_current_frame): New.
92         (record_btrace_start_replaying): Call get_thread_current_frame.
93
94 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
95
96         * record-btrace.c (record_btrace_resume_thread): A move request
97         overwrites a previous move request.
98         (record_btrace_find_resume_thread): Removed.
99         (record_btrace_resume): Resume all requested threads.
100
101 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
102
103         * record-btrace.c: Include vec.h.
104         (record_btrace_find_thread_to_move): Removed.
105         (btrace_step_no_resumed, btrace_step_again)
106         (record_btrace_stop_replaying_at_end): New.
107         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
108         (record_btrace_single_step_forward): Remove calls to
109         record_btrace_stop_replaying.
110         (record_btrace_step_thread): Do only one step for BTHR_CONT and
111         BTHR_RCONT.  Keep threads at the end of their history moving.
112         (record_btrace_wait): Call record_btrace_step_thread for all threads
113         until one reports an event.  Call record_btrace_stop_replaying_at_end
114         for the eventing thread.
115
116 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
117
118         * record-btrace.c (record_btrace_single_step_forward): Return
119         NO_HISTORY if a step brings us to the end of the execution history.
120
121 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
122
123         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
124         to ...
125         (record_btrace_single_step_forward): ... here and
126         (record_btrace_single_step_backward): ... here.
127
128 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
129
130         * record-btrace.c (btrace_step_spurious)
131         (record_btrace_single_step_forward)
132         (record_btrace_single_step_backward): New.
133         (record_btrace_step_thread): Call record_btrace_single_step_forward
134         and record_btrace_single_step_backward.
135
136 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
137
138         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
139         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
140
141 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
142
143         * record-btrace.c (btrace_thread_flag_to_str)
144         (record_btrace_cancel_resume): New.
145         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
146         (record_btrace_resume): Print execution direction.
147         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
148         (record_btrace_wait): Call record_btrace_cancel_resume.
149
150 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
151
152         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
153         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
154         (record_btrace_find_thread_to_move): Also accept threads that have
155         BTHR_STOP set.
156         (btrace_step_stopped_on_request, record_btrace_stop): New.
157         (record_btrace_step_thread): Support BTHR_STOP.
158         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
159         (init_record_btrace_ops): Initialize to_stop.
160
161 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
162
163         * record-btrace.c (record_btrace_wait): Replace non_stop check with
164         target_is_non_stop_p ().
165
166 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
167
168         * ada-typeprint.c (print_array_type): Do not describe arrays as
169         packed when they embed dynamic elements.
170
171 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
172
173         * symtab.h (address_class): Document that TLS variables
174         are handled by LOC_UNRESOLVED.
175         * findvar.c (default_read_var_value): Don't relocate TLS variables.
176         * printcmd.c (address_info): Don't relocate TLS variables.
177
178 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
179
180         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
181         (decode_adrp): Likewise.
182         (decode_b): Likewise.
183         (decode_bcond): Likewise.
184         (decode_br): Likewise.
185         (decode_cb): Likewise.
186         (decode_eret): Likewise.
187         (decode_movz): Likewise.
188         (decode_orr_shifted_register_x): Likewise.
189         (decode_ret): Likewise.
190         (decode_stp_offset): Likewise.
191         (decode_stp_offset_wb): Likewise.
192         (decode_stur): Likewise.
193         (decode_tb): Likewise.
194         (aarch64_analyze_prologue): Likewise.
195         (pass_in_x): Likewise.
196         (pass_in_v): Likewise.
197         (pass_on_stack): Likewise.
198         (aarch64_push_dummy_call): Likewise.
199         (aarch64_extract_return_value): Likewise.
200         (aarch64_store_return_value): Likewise.
201         (aarch64_return_value): Likewise.
202         (aarch64_record_asimd_load_store): Likewise.
203         (aarch64_record_load_store): Likewise.
204         (aarch64_record_data_proc_simd_fp): Likewise.
205
206 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
207
208         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
209         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
210         (ppc64_skip_trampoline_code_1): ... here.
211         (ppc64_skip_trampoline_code): New wrapper function.
212         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
213
214 2015-09-15  Yao Qi  <yao.qi@linaro.org>
215
216         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
217         function.
218         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
219         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
220         if target_can_do_single_step returns 1.
221         * remote.c (struct vCont_action_support) <s, S>: New fields.
222         (PACKET_vContSupported): New enum.
223         (remote_protocol_features): New element for vContSupported.
224         (remote_query_supported): Append "vContSupported+".
225         (remote_vcont_probe): Remove support_s and support_S, use
226         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
227         vCont packet if c and C actions are not supported.
228         (remote_can_do_single_step): New function.
229         (init_remote_ops): Install it to to_can_do_single_step.
230         (_initialize_remote): Call add_packet_config_cmd.
231         * target.h (struct target_ops) <to_can_do_single_step>: New field.
232         (target_can_do_single_step): New macro.
233         * target-delegates.c: Re-generated.
234
235 2015-09-15  Yao Qi  <yao.qi@linaro.org>
236
237         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
238         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
239         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
240         New function.
241         (aarch64_siginfo_from_compat_siginfo): New function.
242         * nat/aarch64-linux.h: Include signal.h.
243         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
244         (compat_timer_t, compat_clock_t): Likewise.
245         (struct compat_timeval): New.
246         (union compat_sigval): New.
247         (struct compat_siginfo): New.
248         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
249         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
250         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
251         (cpt_si_band, cpt_si_fd): Likewise.
252
253 2015-09-14  Pedro Alves  <palves@redhat.com>
254
255         * infrun.c (current_stop_id): New global.
256         (get_stop_id, new_stop_id): New functions.
257         (fetch_inferior_event): Handle normal_stop proceeding the target.
258         (struct stop_context): New.
259         (save_stop_context, release_stop_context_cleanup)
260         (stop_context_changed): New functions.
261         (normal_stop): Return true if the hook-stop changes the stop
262         context.
263         * infrun.h (get_stop_id): Declare.
264         (normal_stop): Now returns int.  Add documentation.
265
266 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
267
268         * ada-lang.c (ada_value_ptr_subscript): Update the heading
269         comment.  Handle packed arrays.
270
271 2015-09-14  Pedro Alves  <palves@redhat.com>
272
273         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
274         mention of maint set/show target-non-stop.
275
276 2015-09-11  Don Breazeal  <donb@codesourcery.com>
277
278         * NEWS: Announce new remote packets for the exec-events
279         feature and the exec-events feature and associated commands.
280
281 2015-09-11  Don Breazeal  <donb@codesourcery.com>
282
283         * remote.c (remote_exec_event_p): New function.
284         (remote_insert_exec_catchpoint): New function.
285         (remote_remove_exec_catchpoint): New function.
286         (init_extended_remote_ops): Initialize extended_remote_ops
287         members to_insert_exec_catchpoint and
288         to_remove_exec_catchpoint.
289
290 2015-09-11  Don Breazeal  <donb@codesourcery.com>
291             Luis Machado  <lgustavo@codesourcery.com>
292
293         * infrun.c (follow_exec): Use process-style ptid for
294         exec message.  Call add_inferior_with_spaces and
295         target_follow_exec.
296         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
297         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
298         * remote.c (remote_pspace_data): New static variable.
299         (remote_pspace_data_cleanup): New function.
300         (get_remote_exec_file): New function.
301         (set_remote_exec_file_1): New function.
302         (set_remote_exec_file): New function.
303         (show_remote_exec_file): New function.
304         (remote_exec_file): Delete static variable.
305         (anonymous enum) <PACKET_exec_event_feature>: New
306         enumeration constant.
307         (remote_protocol_features): Add entry for exec-events feature.
308         (remote_query_supported): Add client side of qSupported query
309         for exec-events feature.
310         (remote_follow_exec): New function.
311         (remote_parse_stop_reply): Handle 'exec' stop reason.
312         (extended_remote_run, extended_remote_create_inferior): Call
313         get_remote_exec_file and set_remote_exec_file_1.
314         (init_extended_remote_ops) <to_follow_exec>: Initialize new
315         member.
316         (_initialize_remote): Call
317         register_program_space_data_with_cleanup.  Call
318         add_packet_config_cmd for remote exec-events feature.
319         Modify call to add_setshow_string_noescape_cmd for exec-file
320         to use new functions set_remote_exec_file and
321         show_remote_exec_file.
322         * target-debug.h, target-delegates.c: Regenerated.
323         * target.c (target_follow_exec): New function.
324         * target.h (struct target_ops) <to_follow_exec>: New member.
325         (target_follow_exec): Declare new function.
326
327 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
328
329         * aarch64-tdep.c (decode_cb): Move up comment describing the
330         encoding.
331         (decode_tb): Fix a typo in comment above the function.  Move up
332         comment describing the encoding.
333
334 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
335
336         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
337
338 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
339
340         PR gdb/18947
341         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
342         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
343
344 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
345
346         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
347         operations.
348
349 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
350
351         * ada-lang.c (ada_search_struct_field): Constify parameters
352         and/or variables..
353         (xget_renaming_scope): Likewise.
354         (ada_is_redundant_range_encoding): Likewise.
355         (scan_discrim_bound): Likewise.
356         (to_fixed_range_type): Likewise.
357
358 2015-09-10  Yao Qi  <yao.qi@linaro.org>
359
360         * breakpoint.c (download_tracepoint_locations): New local
361         can_download_tracepoint.  Check the result of
362         target_can_download_tracepoint and save it in
363         can_download_tracepoint if there are tracepoints to download.
364         * linux-nat.h (enum tribool): Move it to ...
365         * common/common-types.h: ... here.
366
367 2015-09-09  Pedro Alves  <palves@redhat.com>
368
369         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
370         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
371
372 2015-09-09  Pedro Alves  <palves@redhat.com>
373
374         * continuations.c (add_continuation, restore_thread_cleanup)
375         (do_all_continuations_ptid, do_all_continuations_thread_callback)
376         (do_all_continuations_thread, do_all_continuations)
377         (discard_all_continuations_thread_callback)
378         (discard_all_continuations_thread, discard_all_continuations)
379         (add_intermediate_continuation)
380         (do_all_intermediate_continuations_thread_callback)
381         (do_all_intermediate_continuations_thread)
382         (do_all_intermediate_continuations)
383         (discard_all_intermediate_continuations_thread_callback)
384         (discard_all_intermediate_continuations_thread)
385         (discard_all_intermediate_continuations): Delete.
386         * continuations.h (add_continuation, do_all_continuations)
387         (do_all_continuations_thread, discard_all_continuations)
388         (discard_all_continuations_thread, add_intermediate_continuation)
389         (do_all_intermediate_continuations)
390         (do_all_intermediate_continuations_thread)
391         (discard_all_intermediate_continuations)
392         (discard_all_intermediate_continuations_thread): Delete
393         declarations.
394         * event-top.c (stdin_event_handler): Delete references to
395         continuations.
396         * gdbthread.h (struct thread_info): Delete continuations and
397         intermediate_continuations fields.
398         * inf-loop.c (inferior_event_handler): Remove references to
399         continuations.
400         * infrun.c (infrun_thread_stop_requested_callback): Remove
401         references to continuations.
402         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
403         * thread.c: Don't include "continuations.h".
404         (clear_thread_inferior_resources): Remove references to
405         continuations.
406
407 2015-09-09  Pedro Alves  <palves@redhat.com>
408
409         * infcall.c (struct dummy_frame_context_saver): Delete.
410         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
411         (dummy_frame_context_saver_drop)
412         (dummy_frame_context_saver_cleanup)
413         (dummy_frame_context_saver_get_regs)
414         (dummy_frame_context_saver_setup): Delete.
415         * infcall.h (dummy_frame_context_saver_drop)
416         (dummy_frame_context_saver_cleanup)
417         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
418         Delete.
419         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
420         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
421         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
422
423 2015-09-09  Pedro Alves  <palves@redhat.com>
424
425         * breakpoint.c: Include "thread-fsm.h".
426         (struct until_break_command_continuation_args): Delete.
427         (struct until_break_fsm): New.
428         (until_break_fsm_ops): New global.
429         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
430         (until_break_command_continuation): Delete.
431         (until_break_fsm_clean_up): New function.
432         (until_break_fsm_async_reply_reason): New function.
433         (until_break_command): Adjust to create an until_break_fsm instead
434         of a continuation.
435         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
436         here.
437         * infcmd.c (struct until_next_fsm): New.
438         (until_next_fsm_ops): New global.
439         (new_until_next_fsm, until_next_fsm_should_stop): New function.
440         (until_next_continuation): Delete.
441         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
442         functions.
443         (until_next_command): Adjust to create a new until_next_fsm
444         instead of a continuation.
445
446 2015-09-09  Pedro Alves  <palves@redhat.com>
447
448         * infcall.c: Include thread_fsm.h.
449         (struct call_return_meta_info): New.
450         (get_call_return_value): New function, factored out from
451         call_function_by_hand_dummy.
452         (struct call_thread_fsm): New.
453         (call_thread_fsm_ops): New global.
454         (new_call_thread_fsm, call_thread_fsm_should_stop)
455         (call_thread_fsm_should_notify_stop): New functions.
456         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
457         the thread.
458         (call_function_by_hand_dummy): Create a new call_thread_fsm
459         instance, associate it with the thread, and wait for the FSM to
460         finish.  If finished successfully, fetch the function's result
461         value out of the FSM.
462         * infrun.c (fetch_inferior_event): If the FSM says the stop
463         shouldn't be notified, don't call normal_stop.
464         (maybe_remove_breakpoints): New function, factored out from ...
465         (normal_stop): ... here.  Simplify.
466         * infrun.h (maybe_remove_breakpoints): Declare.
467         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
468         (thread-fsm.h) <struct thread_fsm_ops>: New field.
469         (thread_fsm_should_notify_stop): Declare.
470
471 2015-09-09  Pedro Alves  <palves@redhat.com>
472
473         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
474         * breakpoint.c (handle_jit_event): Print debug output.
475         (bpstat_what): Split event callback handling to ...
476         (bpstat_run_callbacks): ... this new function.
477         (momentary_bkpt_print_it): No longer handle bp_finish here.
478         * breakpoint.h (bpstat_run_callbacks): Declare.
479         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
480         <thread_fsm>: New field.
481         (thread_cancel_execution_command): Declare.
482         * infcmd.c: Include thread-fsm.h.
483         (struct step_command_fsm): New.
484         (step_command_fsm_ops): New global.
485         (new_step_command_fsm, step_command_fsm_prepare): New functions.
486         (step_1): Adjust to use step_command_fsm_prepare and
487         prepare_one_step.
488         (struct step_1_continuation_args): Delete.
489         (step_1_continuation): Delete.
490         (step_command_fsm_should_stop): New function.
491         (step_once): Delete.
492         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
493         (prepare_one_step): New function, based on step_once.
494         (until_next_command): Remove step_multi reference.
495         (struct return_value_info): New.
496         (print_return_value): Rename to ...
497         (print_return_value_1): ... this.  New struct return_value_info
498         parameter.  Adjust.
499         (print_return_value): Reimplement as wrapper around
500         print_return_value_1.
501         (struct finish_command_fsm): New.
502         (finish_command_continuation): Delete.
503         (finish_command_fsm_ops): New global.
504         (new_finish_command_fsm, finish_command_fsm_should_stop): New
505         functions.
506         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
507         New.
508         (finish_command_continuation_free_arg): Delete.
509         (finish_command_fsm_async_reply_reason): New.
510         (finish_backward, finish_forward): Change symbol parameter to a
511         finish_command_fsm.  Adjust.
512         (finish_command): Create a finish_command_fsm.  Adjust.
513         * infrun.c: Include "thread-fsm.h".
514         (clear_proceed_status_thread): Delete the thread's FSM.
515         (infrun_thread_stop_requested_callback): Cancel the thread's
516         execution command.
517         (clean_up_just_stopped_threads_fsms): New function.
518         (fetch_inferior_event): Handle the event_thread's should_stop
519         method saying the command isn't done yet.
520         (process_event_stop_test): Run breakpoint callbacks here.
521         (print_stop_event): Rename to ...
522         (print_stop_location): ... this.
523         (restore_current_uiout_cleanup): New function.
524         (print_stop_event): Reimplement.
525         (normal_stop): No longer notify the end_stepping_range observers
526         here handle "step N" nor "finish" here.  No longer call
527         print_stop_event here.
528         * infrun.h (struct return_value_info): Forward declare.
529         (print_return_value): Declare.
530         (print_stop_event): Change prototype.
531         * thread-fsm.c: New file.
532         * thread-fsm.h: New file.
533         * thread.c: Include "thread-fsm.h".
534         (thread_cancel_execution_command): New function.
535         (clear_thread_inferior_resources): Call it.
536         * cli/cli-interp.c (cli_on_normal_stop): New function.
537         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
538         observer.
539         * mi/mi-interp.c: Include "thread-fsm.h".
540         (restore_current_uiout_cleanup): Delete.
541         (mi_on_normal_stop): If the thread has an FSM associated, and it
542         finished, ask it for the async-reply-reason to print.  Always call
543         print_stop_event here, regardless of the top-level interpreter.
544         Check bpstat_what to tell whether an asynchronous breakpoint hit
545         triggered.
546         * tui/tui-interp.c (tui_on_normal_stop): New function.
547         (tui_init): Install tui_on_normal_stop as normal_stop observer.
548
549 2015-09-09  Pedro Alves  <palves@redhat.com>
550
551         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
552         check whether the target can async.
553         * inf-loop.c (inferior_event_handler): Only call target_async if
554         the target can async.
555         * infcall.c: Include top.h and interps.h.
556         (run_inferior_call): For the interpreter to sync mode while
557         running the infcall.  Call wait_sync_command_done instead of
558         wait_for_inferior plus normal_stop.
559         * infcmd.c (prepare_execution_command): Don't check whether the
560         target can async when running in the foreground.
561         (step_1): Delete synchronous case handling.
562         (step_once): Always install a continuation, even in sync mode.
563         (until_next_command, finish_forward): Don't check whether the
564         target can async.
565         (attach_command_post_wait, notice_new_inferior): Always install a
566         continuation, even in sync mode.
567         * infrun.c (mark_infrun_async_event_handler): New function.
568         (proceed): In sync mode, mark infrun's event source instead of
569         waiting for events here.
570         (fetch_inferior_event): If the target can't async, do a blocking
571         wait.
572         (prepare_to_wait): In sync mode, mark infrun's event source.
573         (infrun_async_inferior_event_handler): No longer bail out if the
574         target can't async.
575         * infrun.h (mark_infrun_async_event_handler): New declaration.
576         * linux-nat.c (linux_nat_wait_1): Remove calls to
577         set_sigint_trap/clear_sigint_trap.
578         (linux_nat_terminal_inferior): No longer check whether the target
579         can async.
580         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
581         comment.
582         (mi_execute_command_input_handler): No longer check whether the
583         target is async.  Update and simplify comment.
584         * target.c (default_target_wait): New function.
585         * target.h (struct target_ops) <to_wait>: Now defaults to
586         default_target_wait.
587         (default_target_wait): Declare.
588         * top.c (wait_sync_command_done): New function, factored out from
589         ...
590         (maybe_wait_sync_command_done): ... this.
591         * top.h (wait_sync_command_done): Declare.
592         * target-delegates.c: Regenerate.
593
594 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
595
596         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
597         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
598         Remove include of sys/utsname.h.
599         (linux_determine_kernel_ptr_bits): Remove.
600         (linux_determine_kernel_start): New.
601         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
602         Update check.
603         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
604         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
605         initialization.
606         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
607         assignment.
608
609 2015-09-07  Pedro Alves  <palves@redhat.com>
610
611         * guile/guile-internal.h (as_a_scm_t_subr): New.
612         * guile/guile.c (misc_guile_functions): Use it.
613         * guile/scm-arch.c (arch_functions): Use it.
614         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
615         Use it.
616         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
617         * guile/scm-cmd.c (command_functions): Use it.
618         * guile/scm-disasm.c (disasm_functions): Use it.
619         * guile/scm-exception.c (exception_functions)
620         (private_exception_functions): Use it.
621         * guile/scm-frame.c (frame_functions)
622         * guile/scm-gsmob.c (gsmob_functions): Use it.
623         * guile/scm-iterator.c (iterator_functions): Use it.
624         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
625         * guile/scm-math.c (math_functions): Use it.
626         * guile/scm-objfile.c (objfile_functions): Use it.
627         * guile/scm-param.c (parameter_functions): Use it.
628         * guile/scm-ports.c (port_functions, private_port_functions): Use
629         it.
630         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
631         * guile/scm-progspace.c (pspace_functions): Use it.
632         * guile/scm-string.c (string_functions): Use it.
633         * guile/scm-symbol.c (symbol_functions): Use it.
634         * guile/scm-symtab.c (symtab_functions): Use it.
635         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
636         it.
637         * guile/scm-value.c (value_functions): Use it.
638
639 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
640
641         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
642         (tui_next_win): Likewise.
643         (tui_prev_win): Likewise.
644         (tui_partial_win_by_name): Likewise.
645         (tui_init_generic_part): Likewise.
646         (init_content_element): Likewise.
647         (tui_del_window): Likewise.
648         (tui_free_window): Likewise.
649         (tui_del_data_windows): Likewise.
650         (tui_free_data_content): Likewise.
651         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
652         * tui/tui-regs.c (tui_show_register_group): Likewise.
653         * tui/tui-win.c (tui_resize_all): Likewise.
654         (tui_set_focus): Likewise.
655         (tui_set_win_height): Likewise.
656         (make_invisible_and_set_new_height): Likewise.
657         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
658         * tui/tui-wingeneral.c (make_visible): Likewise.
659
660 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
661
662         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
663
664 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
665
666         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
667         pointer.
668         * dbxread.c (dbx_end_psymtab): Likewise.
669         * gnu-nat.c (gnu_write_inferior): Likewise.
670         * mdebugread.c (cross_ref): Likewise.
671         * p-valprint.c (pascal_val_print): Likewise.
672         * xcoffread.c (xcoff_end_psymtab): Likewise.
673
674 2015-09-04  Yao Qi  <yao.qi@linaro.org>
675
676         * NEWS: Mention the aarch64 multi-arch debugging support.
677
678 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
679
680         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
681         type instead of a TYPE_CODE_INT one for the string_char_type
682         and the ada_primitive_type_char types.
683
684 2015-09-03  Yao Qi  <yao.qi@linaro.org>
685
686         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
687         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
688         aarch64_linux_region_ok_for_watchpoint.
689         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
690         New function.
691         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
692         Declare it.
693
694 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
695
696         * gdb_obstack.h (obstack_strdup): Declare.
697         * gdb_obstack.c (obstack_strdup): Define.
698         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
699         * gdbarch.c: Regenerate.
700         * gdbarch.h: Regenerate.
701         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
702
703 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
704
705         * gdbtypes.c (copy_type_recursive): Update documentation.
706
707 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
708
709         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
710         as zero.
711
712 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
713
714         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
715
716 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
717
718         * solib-svr4.c (solib_event_probe_action): Call
719         get_probe_argument_count using TRY...CATCH.
720         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
721
722 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
723
724         * probe.h (struct probe_ops) <get_probe_argument_count,
725         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
726         the comment that the function can throw an exception.
727         (get_probe_argument_count): Likewise.
728         (evaluate_probe_argument): Likewise.
729         * stap-probe.c (stap_get_opcode): Call error instead of
730         internal_error.
731         (stap_get_expected_argument_type): Likewise.  Add argument
732         'probe'.  Improve error message by mentioning the probe's name.
733         (stap_parse_probe_arguments): Adjust call to
734         stap_get_expected_argument_type.
735         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
736         not zero.  Call internal_error if GDB requests an argument but the
737         probe has no arguments.
738
739 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
740
741         * ada-lang.c (ada_resolve_function): Do not ask the user what
742         match to use when in completion mode.
743
744 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
745
746         * tui/tui-data.c (tui_win_name): Make local variable const, remove
747         cast of NULL.
748
749 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
750
751         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
752         call_abi using XSHAL_ABI macro.
753
754 2015-08-29  Doug Evans  <xdje42@gmail.com>
755
756         * symtab.h (struct symbol): Tweak comment.
757
758 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
759
760         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
761         gdbarch obstack instead of on the heap.  Update commentary
762         accordingly.
763
764 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
765
766         GDB 7.10 released.
767
768 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
769
770         * NEWS: Update entry about non-8-bits addressable memory.
771
772 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
773
774         Revert:
775         2014-11-06  Doug Evans  <xdje42@gmail.com>
776         * solib.c (solib_global_lookup): Fetch arch from objfile,
777         not target_gdbarch.
778
779 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
780
781         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
782         attempt to relocate a TLS variable offset.
783
784 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
785
786         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
787         registered yet.  Set inferior_ptid while calling target_read_memory.
788
789 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
790
791         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
792         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
793         * linux-nat.c (check_stopped_by_breakpoint): Use
794         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
795
796 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
797
798         * linux-thread-db.c (thread_db_get_thread_local_address): If the
799         thread was not yet discovered, use thread_from_lwp instead of
800         calling thread_db_find_new_threads_1.
801
802 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
803
804         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
805         statements.
806
807 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
808
809         * NEWS: Document support for non-8-bits addressable memory.
810
811 2015-08-27  Pedro Alves  <palves@redhat.com>
812
813         * configure.ac: Remove AC_TYPE_SIGNAL call.
814         * configure, config.in: Regenerate.
815
816 2015-08-27  Pedro Alves  <palves@redhat.com>
817
818         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
819         * extension-priv.h: Include signal.h.
820         (struct signal_handler) <handler>: Change type to sighandler_t.
821         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
822         * inflow.c (sigint_ours, sigquit_ours): Change type to
823         sighandler_t.
824         (child_terminal_inferior): Remove casts.
825         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
826         (osig): Change type to sighandler_t.
827         * nto-procfs.c (ofunc): Change type to sighandler_t.
828         (procfs_wait): Remove casts.
829         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
830         * remote-sim.c (gdbsim_wait): Use sighandler_t.
831         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
832
833 2015-08-27  Pedro Alves  <palves@redhat.com>
834
835         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
836         * gnulib/aclocal.m4: Renegerate.
837         * gnulib/config.in: Renegerate.
838         * gnulib/configure: Renegerate.
839         * gnulib/import/Makefile.am: Update.
840         * gnulib/import/Makefile.in: Regenerate.
841         * gnulib/import/m4/gnulib-cache.m4: Update.
842         * gnulib/import/m4/gnulib-comp.m4: Update.
843         * gnulib/import/m4/signal_h.m4: New file.
844         * gnulib/import/signal.in.h: New file.
845
846 2015-08-27  Pedro Alves  <palves@redhat.com>
847
848         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
849         (MIN_MEMORY_PACKET_SIZE): New.
850         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
851         (get_memory_packet_size): Adjust.  No longer limit the max packet
852         size.
853         (set_memory_packet_size): Adjust, and remove dead code.
854         (remote_check_symbols): Use xmalloc and a cleanup instead of
855         alloca.
856         (remote_packet_size): No longer cap the packet size.
857         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
858
859 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
860
861         * compile/compile.c (compile_to_object): Mention language in
862         error message.
863
864 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
865
866         * target.c (target_pre_inferior): Unset attach_flag.
867
868 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
869
870         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
871         * gdbarch.c: Re-generate.
872
873 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
874
875         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
876         function with the XNEW-family equivalent.
877         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
878         * ada-exp.y (write_ambiguous_var): Likewise.
879         * ada-lang.c (resolve_subexp): Likewise.
880         (user_select_syms): Likewise.
881         (assign_aggregate): Likewise.
882         (ada_evaluate_subexp): Likewise.
883         (cache_symbol): Likewise.
884         * addrmap.c (allocate_key): Likewise.
885         (addrmap_create_mutable): Likewise.
886         * aix-thread.c (sync_threadlists): Likewise.
887         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
888         (alpha_gdbarch_init): Likewise.
889         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
890         * arm-linux-nat.c (arm_linux_add_process): Likewise.
891         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
892         * arm-tdep.c (push_stack_item): Likewise.
893         (arm_displaced_step_copy_insn): Likewise.
894         (arm_gdbarch_init): Likewise.
895         (_initialize_arm_tdep): Likewise.
896         * avr-tdep.c (push_stack_item): Likewise.
897         * ax-general.c (new_agent_expr): Likewise.
898         * block.c (block_initialize_namespace): Likewise.
899         * breakpoint.c (alloc_counted_command_line): Likewise.
900         (update_dprintf_command_list): Likewise.
901         (parse_breakpoint_sals): Likewise.
902         (decode_static_tracepoint_spec): Likewise.
903         (until_break_command): Likewise.
904         (clear_command): Likewise.
905         (update_global_location_list): Likewise.
906         (get_breakpoint_objfile_data) Likewise.
907         * btrace.c (ftrace_new_function): Likewise.
908         (btrace_set_insn_history): Likewise.
909         (btrace_set_call_history): Likewise.
910         * buildsym.c (add_symbol_to_list): Likewise.
911         (record_pending_block): Likewise.
912         (start_subfile): Likewise.
913         (start_buildsym_compunit): Likewise.
914         (push_subfile): Likewise.
915         (end_symtab_get_static_block): Likewise.
916         (buildsym_init): Likewise.
917         * cli/cli-cmds.c (source_command): Likewise.
918         * cli/cli-decode.c (add_cmd): Likewise.
919         * cli/cli-script.c (build_command_line): Likewise.
920         (setup_user_args): Likewise.
921         (realloc_body_list): Likewise.
922         (process_next_line): Likewise.
923         (copy_command_lines): Likewise.
924         * cli/cli-setshow.c (do_set_command): Likewise.
925         * coff-pe-read.c (read_pe_exported_syms): Likewise.
926         * coffread.c (coff_locate_sections): Likewise.
927         (coff_symtab_read): Likewise.
928         (coff_read_struct_type): Likewise.
929         * common/cleanups.c (make_my_cleanup2): Likewise.
930         * common/common-exceptions.c (throw_it): Likewise.
931         * common/filestuff.c (make_cleanup_close): Likewise.
932         * common/format.c (parse_format_string): Likewise.
933         * common/queue.h (DEFINE_QUEUE_P): Likewise.
934         * compile/compile-object-load.c (munmap_list_add): Likewise.
935         (compile_object_load): Likewise.
936         * compile/compile-object-run.c (compile_object_run): Likewise.
937         * compile/compile.c (append_args): Likewise.
938         * corefile.c (specify_exec_file_hook): Likewise.
939         * cp-support.c (make_symbol_overload_list): Likewise.
940         * cris-tdep.c (push_stack_item): Likewise.
941         (cris_gdbarch_init): Likewise.
942         * ctf.c (ctf_trace_file_writer_new): Likewise.
943         * dbxread.c (init_header_files): Likewise.
944         (add_new_header_file): Likewise.
945         (init_bincl_list): Likewise.
946         (dbx_end_psymtab): Likewise.
947         (start_psymtab): Likewise.
948         (dbx_end_psymtab): Likewise.
949         * dcache.c (dcache_init): Likewise.
950         * dictionary.c (dict_create_hashed): Likewise.
951         (dict_create_hashed_expandable): Likewise.
952         (dict_create_linear): Likewise.
953         (dict_create_linear_expandable): Likewise.
954         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
955         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
956         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
957         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
958         (decode_frame_entry_1): Likewise.
959         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
960         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
961         * dwarf2read.c (dwarf2_has_info): Likewise.
962         (create_signatured_type_table_from_index): Likewise.
963         (dwarf2_read_index): Likewise.
964         (dw2_get_file_names_reader): Likewise.
965         (create_all_type_units): Likewise.
966         (read_cutu_die_from_dwo): Likewise.
967         (init_tu_and_read_dwo_dies): Likewise.
968         (init_cutu_and_read_dies): Likewise.
969         (create_all_comp_units): Likewise.
970         (queue_comp_unit): Likewise.
971         (inherit_abstract_dies): Likewise.
972         (read_call_site_scope): Likewise.
973         (dwarf2_add_field): Likewise.
974         (dwarf2_add_typedef): Likewise.
975         (dwarf2_add_member_fn): Likewise.
976         (attr_to_dynamic_prop): Likewise.
977         (abbrev_table_alloc_abbrev): Likewise.
978         (abbrev_table_read_table): Likewise.
979         (add_include_dir): Likewise.
980         (add_file_name): Likewise.
981         (dwarf_decode_line_header): Likewise.
982         (dwarf2_const_value_attr): Likewise.
983         (dwarf_alloc_block): Likewise.
984         (parse_macro_definition): Likewise.
985         (set_die_type): Likewise.
986         (write_psymtabs_to_index): Likewise.
987         (create_cus_from_index): Likewise.
988         (dwarf2_create_include_psymtab): Likewise.
989         (process_psymtab_comp_unit_reader): Likewise.
990         (build_type_psymtab_dependencies): Likewise.
991         (read_comp_units_from_section): Likewise.
992         (compute_compunit_symtab_includes): Likewise.
993         (create_dwo_unit_in_dwp_v1): Likewise.
994         (create_dwo_unit_in_dwp_v2): Likewise.
995         (read_func_scope): Likewise.
996         (process_structure_scope): Likewise.
997         (mark_common_block_symbol_computed): Likewise.
998         (load_partial_dies): Likewise.
999         (dwarf2_symbol_mark_computed): Likewise.
1000         * elfread.c (elf_symfile_segments): Likewise.
1001         (elf_read_minimal_symbols): Likewise.
1002         * environ.c (make_environ): Likewise.
1003         * eval.c (evaluate_subexp_standard): Likewise.
1004         * event-loop.c (create_file_handler): Likewise.
1005         (create_async_signal_handler): Likewise.
1006         (create_async_event_handler): Likewise.
1007         (create_timer): Likewise.
1008         * exec.c (build_section_table): Likewise.
1009         * fbsd-nat.c (fbsd_remember_child): Likewise.
1010         * fork-child.c (fork_inferior): Likewise.
1011         * frv-tdep.c (new_variant): Likewise.
1012         * gdbarch.sh (gdbarch_alloc): Likewise.
1013         (append_name): Likewise.
1014         * gdbtypes.c (rank_function): Likewise.
1015         (copy_type_recursive): Likewise.
1016         (add_dyn_prop): Likewise.
1017         * gnu-nat.c (make_proc): Likewise.
1018         (make_inf): Likewise.
1019         (gnu_write_inferior): Likewise.
1020         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
1021         (build_std_type_info_type): Likewise.
1022         * guile/scm-param.c (compute_enum_list): Likewise.
1023         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
1024         * guile/scm-value.c (gdbscm_value_call): Likewise.
1025         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1026         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
1027         (read_unwind_info): Likewise.
1028         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1029         * infcall.c (dummy_frame_context_saver_setup): Likewise.
1030         (call_function_by_hand_dummy): Likewise.
1031         * infcmd.c (step_once): Likewise.
1032         (finish_forward): Likewise.
1033         (attach_command): Likewise.
1034         (notice_new_inferior): Likewise.
1035         * inferior.c (add_inferior_silent): Likewise.
1036         * infrun.c (add_displaced_stepping_state): Likewise.
1037         (save_infcall_control_state): Likewise.
1038         (save_inferior_ptid): Likewise.
1039         (_initialize_infrun): Likewise.
1040         * jit.c (bfd_open_from_target_memory): Likewise.
1041         (jit_gdbarch_data_init): Likewise.
1042         * language.c (add_language): Likewise.
1043         * linespec.c (decode_line_2): Likewise.
1044         * linux-nat.c (add_to_pid_list): Likewise.
1045         (add_initial_lwp): Likewise.
1046         * linux-thread-db.c (add_thread_db_info): Likewise.
1047         (record_thread): Likewise.
1048         (info_auto_load_libthread_db): Likewise.
1049         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
1050         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1051         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1052         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
1053         * macrocmd.c (macro_define_command): Likewise.
1054         * macroexp.c (gather_arguments): Likewise.
1055         * macroscope.c (sal_macro_scope): Likewise.
1056         * macrotab.c (new_macro_table): Likewise.
1057         * mdebugread.c (push_parse_stack): Likewise.
1058         (parse_partial_symbols): Likewise.
1059         (parse_symbol): Likewise.
1060         (psymtab_to_symtab_1): Likewise.
1061         (new_block): Likewise.
1062         (new_psymtab): Likewise.
1063         (mdebug_build_psymtabs): Likewise.
1064         (add_pending): Likewise.
1065         (elfmdebug_build_psymtabs): Likewise.
1066         * mep-tdep.c (mep_gdbarch_init): Likewise.
1067         * mi/mi-main.c (mi_execute_command): Likewise.
1068         * mi/mi-parse.c (mi_parse_argv): Likewise.
1069         * minidebug.c (lzma_open): Likewise.
1070         * minsyms.c (terminate_minimal_symbol_table): Likewise.
1071         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
1072         * mips-tdep.c (mips_gdbarch_init): Likewise.
1073         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1074         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
1075         * mt-tdep.c (mt_registers_info): Likewise.
1076         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
1077         * nat/linux-btrace.c (linux_enable_bts): Likewise.
1078         (linux_enable_pt): Likewise.
1079         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
1080         (linux_xfer_osdata_processgroups): Likewise.
1081         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
1082         * nto-procfs.c (procfs_meminfo): Likewise.
1083         * objc-lang.c (start_msglist): Likewise.
1084         (selectors_info): Likewise.
1085         (classes_info): Likewise.
1086         (find_methods): Likewise.
1087         * objfiles.c (allocate_objfile): Likewise.
1088         (update_section_map): Likewise.
1089         * osabi.c (gdbarch_register_osabi): Likewise.
1090         (gdbarch_register_osabi_sniffer): Likewise.
1091         * parse.c (start_arglist): Likewise.
1092         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
1093         (hwdebug_insert_point): Likewise.
1094         * printcmd.c (display_command): Likewise.
1095         (ui_printf): Likewise.
1096         * procfs.c (create_procinfo): Likewise.
1097         (load_syscalls): Likewise.
1098         (proc_get_LDT_entry): Likewise.
1099         (proc_update_threads): Likewise.
1100         * prologue-value.c (make_pv_area): Likewise.
1101         (pv_area_store): Likewise.
1102         * psymtab.c (extend_psymbol_list): Likewise.
1103         (init_psymbol_list): Likewise.
1104         (allocate_psymtab): Likewise.
1105         * python/py-inferior.c (add_thread_object): Likewise.
1106         * python/py-param.c (compute_enum_values): Likewise.
1107         * python/py-value.c (valpy_call): Likewise.
1108         * python/py-varobj.c (py_varobj_iter_next): Likewise.
1109         * python/python.c (ensure_python_env): Likewise.
1110         * record-btrace.c (record_btrace_start_replaying): Likewise.
1111         * record-full.c (record_full_reg_alloc): Likewise.
1112         (record_full_mem_alloc): Likewise.
1113         (record_full_end_alloc): Likewise.
1114         (record_full_core_xfer_partial): Likewise.
1115         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
1116         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
1117         * remote-notif.c (remote_notif_state_allocate): Likewise.
1118         * remote.c (demand_private_info): Likewise.
1119         (remote_notif_stop_alloc_reply): Likewise.
1120         (remote_enable_btrace): Likewise.
1121         * reverse.c (save_bookmark_command): Likewise.
1122         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
1123         * rx-tdep.c (rx_gdbarch_init): Likewise.
1124         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
1125         * ser-go32.c (dos_get_tty_state): Likewise.
1126         (dos_copy_tty_state): Likewise.
1127         * ser-mingw.c (ser_windows_open): Likewise.
1128         (ser_console_wait_handle): Likewise.
1129         (ser_console_get_tty_state): Likewise.
1130         (make_pipe_state): Likewise.
1131         (net_windows_open): Likewise.
1132         * ser-unix.c (hardwire_get_tty_state): Likewise.
1133         (hardwire_copy_tty_state): Likewise.
1134         * solib-aix.c (solib_aix_new_lm_info): Likewise.
1135         * solib-dsbt.c (dsbt_current_sos): Likewise.
1136         (dsbt_relocate_main_executable): Likewise.
1137         * solib-frv.c (frv_current_sos): Likewise.
1138         (frv_relocate_main_executable): Likewise.
1139         * solib-spu.c (spu_bfd_fopen): Likewise.
1140         * solib-svr4.c (lm_info_read): Likewise.
1141         (svr4_copy_library_list): Likewise.
1142         (svr4_default_sos): Likewise.
1143         * source.c (find_source_lines): Likewise.
1144         (line_info): Likewise.
1145         (add_substitute_path_rule): Likewise.
1146         * spu-linux-nat.c (spu_bfd_open): Likewise.
1147         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
1148         * stabsread.c (dbx_lookup_type): Likewise.
1149         (read_type): Likewise.
1150         (read_member_functions): Likewise.
1151         (read_struct_fields): Likewise.
1152         (read_baseclasses): Likewise.
1153         (read_args): Likewise.
1154         (_initialize_stabsread): Likewise.
1155         * stack.c (func_command): Likewise.
1156         * stap-probe.c (handle_stap_probe): Likewise.
1157         * symfile.c (addrs_section_sort): Likewise.
1158         (addr_info_make_relative): Likewise.
1159         (load_section_callback): Likewise.
1160         (add_symbol_file_command): Likewise.
1161         (init_filename_language_table): Likewise.
1162         * symtab.c (create_filename_seen_cache): Likewise.
1163         (sort_search_symbols_remove_dups): Likewise.
1164         (search_symbols): Likewise.
1165         * target.c (make_cleanup_restore_target_terminal): Likewise.
1166         * thread.c (new_thread): Likewise.
1167         (enable_thread_stack_temporaries): Likewise.
1168         (make_cleanup_restore_current_thread): Likewise.
1169         (thread_apply_all_command): Likewise.
1170         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
1171         * top.c (gdb_readline_wrapper): Likewise.
1172         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
1173         * tracepoint.c (trace_find_line_command): Likewise.
1174         (all_tracepoint_actions_and_cleanup): Likewise.
1175         (make_cleanup_restore_current_traceframe): Likewise.
1176         (get_uploaded_tp): Likewise.
1177         (get_uploaded_tsv): Likewise.
1178         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1179         (tui_alloc_win_info): Likewise.
1180         (tui_alloc_content): Likewise.
1181         (tui_add_content_elements): Likewise.
1182         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
1183         (tui_set_disassem_content): Likewise.
1184         * ui-file.c (ui_file_new): Likewise.
1185         (stdio_file_new): Likewise.
1186         (tee_file_new): Likewise.
1187         * utils.c (make_cleanup_restore_integer): Likewise.
1188         (add_internal_problem_command): Likewise.
1189         * v850-tdep.c (v850_gdbarch_init): Likewise.
1190         * valops.c (find_oload_champ): Likewise.
1191         * value.c (allocate_value_lazy): Likewise.
1192         (record_latest_value): Likewise.
1193         (create_internalvar): Likewise.
1194         * varobj.c (install_variable): Likewise.
1195         (new_variable): Likewise.
1196         (new_root_variable): Likewise.
1197         (cppush): Likewise.
1198         (_initialize_varobj): Likewise.
1199         * windows-nat.c (windows_make_so): Likewise.
1200         * x86-nat.c (x86_add_process): Likewise.
1201         * xcoffread.c (arrange_linetable): Likewise.
1202         (allocate_include_entry): Likewise.
1203         (process_linenos): Likewise.
1204         (SYMBOL_DUP): Likewise.
1205         (xcoff_start_psymtab): Likewise.
1206         (xcoff_end_psymtab): Likewise.
1207         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
1208         * xtensa-tdep.c (xtensa_register_type): Likewise.
1209         * gdbarch.c: Regenerate.
1210         * gdbarch.h: Regenerate.
1211
1212 2015-08-25  Don Breazeal  <donb@codesourcery.com>
1213
1214         * infrun.c (follow_exec): Re-order operations for
1215         handling follow-exec-mode "new".
1216         (handle_inferior_event_1): Assign ecs->event_thread
1217         to the current thread.
1218         * remote.c (get_remote_arch_state): Add an assertion.
1219
1220 2015-08-26  Pedro Alves  <palves@redhat.com>
1221
1222         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
1223
1224 2015-08-25  Pedro Alves  <palves@redhat.com>
1225
1226         PR gdb/18804
1227         * defs.h (maybe_quit): Declare.
1228         (QUIT): Now calls maybe_quit.
1229         * event-loop.c (clear_async_signal_handler)
1230         (async_signal_handler_is_marked): New functions.
1231         * event-loop.h (async_signal_handler_is_marked)
1232         (clear_async_signal_handler): New declarations.
1233         * remote.c (remote_check_pending_interrupt): New function.
1234         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
1235         longer check whether the target is async.  If waiting for a stop
1236         reply, and a Ctrl-C as been sent to the target, offer to
1237         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
1238         Otherwise do not disconnect and throw a quit.
1239         (_initialize_remote): Install remote_check_pending_interrupt as
1240         to_check_pending_interrupt.
1241         * target.c (target_check_pending_interrupt): New function.
1242         * target.h (struct target_ops) <to_check_pending_interrupt>: New
1243         field.
1244         (target_check_pending_interrupt): New declaration.
1245         * utils.c (maybe_quit): New function.
1246         * target-delegates.c: Regenerate.
1247
1248 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1249
1250         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
1251         Rename local variable pid to tid, and get lwpid of lwp.  Update
1252         debug output.
1253
1254 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
1255
1256         * ada-lang.c (ada_read_var_value): Add a var_block argument
1257         and pass it to default_read_var_value.
1258         * block.c (block_static_link): New accessor.
1259         * block.h (block_static_link): Declare it.
1260         * buildsym.c (finish_block_internal): Add a static_link
1261         argument.  If there is a static link, associate it to the new
1262         block.
1263         (finish_block): Add a static link argument and pass it to
1264         finish_block_internal.
1265         (end_symtab_get_static_block): Update calls to finish_block and
1266         to finish_block_internal.
1267         (end_symtab_with_blockvector): Update call to
1268         finish_block_internal.
1269         * buildsym.h: Forward-declare struct dynamic_prop.
1270         (struct context_stack): Add a static_link field.
1271         (finish_block): Add a static link argument.
1272         * c-exp.y: Remove an obsolete comment (evaluation of variables
1273         already start from the selected frame, and now they climb *up*
1274         the call stack) and propagate the block information to the
1275         produced expression.
1276         * d-exp.y: Likewise.
1277         * f-exp.y: Likewise.
1278         * go-exp.y: Likewise.
1279         * jv-exp.y: Likewise.
1280         * m2-exp.y: Likewise.
1281         * p-exp.y: Likewise.
1282         * coffread.c (coff_symtab_read): Update calls to finish_block.
1283         * dbxread.c (process_one_symbol): Likewise.
1284         * xcoffread.c (read_xcoff_symtab): Likewise.
1285         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
1286         "sym" parameter to struct block_symbol, update its uses and pass
1287         its block to calls to read_var_value.
1288         (convert_symbol_sym): Update the calls to convert_one_symbol.
1289         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
1290         call to read_var_value.
1291         * dwarf2loc.c (block_op_get_frame_base): New.
1292         (dwarf2_block_frame_base_locexpr_funcs): Implement the
1293         get_frame_base method.
1294         (dwarf2_block_frame_base_loclist_funcs): Likewise.
1295         (dwarf2locexpr_baton_eval): Add a frame argument and use it
1296         instead of the selected frame in order to evaluate the
1297         expression.
1298         (dwarf2_evaluate_property): Add a frame argument.  Update call
1299         to dwarf2_locexpr_baton_eval to provide a frame in available and
1300         to handle the absence of address stack.
1301         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
1302         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
1303         declaration.
1304         (read_func_scope): Record any available static link description.
1305         Update call to finish_block.
1306         (read_lexical_block_scope): Update call to finish_block.
1307         * findvar.c (follow_static_link): New.
1308         (get_hosting_frame): New.
1309         (default_read_var_value): Add a var_block argument.  Use
1310         get_hosting_frame to handle non-local references.
1311         (read_var_value): Add a var_block argument and pass it to the
1312         LA_READ_VAR_VALUE method.
1313         * gdbtypes.c (resolve_dynamic_range): Update calls to
1314         dwarf2_evaluate_property.
1315         (resolve_dynamic_type_internal): Likewise.
1316         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
1317         read_var_value, passing it the block coming from symbol lookup.
1318         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
1319         read_var_value (TODO).
1320         * infcmd.c (finish_command_continuation): Update call to
1321         read_var_value, passing it the block coming from symbol lookup.
1322         * infrun.c (insert_exception_resume_breakpoint): Likewise.
1323         * language.h (struct language_defn): Add a var_block argument to
1324         the LA_READ_VAR_VALUE method.
1325         * objfiles.c (struct static_link_htab_entry): New.
1326         (static_link_htab_entry_hash): New.
1327         (static_link_htab_entry_eq): New.
1328         (objfile_register_static_link): New.
1329         (objfile_lookup_static_link): New.
1330         (free_objfile): Free the STATIC_LINKS hashed map if needed.
1331         * objfiles.h: Include hashtab.h.
1332         (struct objfile): Add a static_links field.
1333         (objfile_register_static_link): New.
1334         (objfile_lookup_static_link): New.
1335         * printcmd.c (print_variable_and_value): Update call to
1336         read_var_value.
1337         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
1338         * python/py-frame.c (frapy_read_var): Update call to
1339         read_var_value, passing it the block coming from symbol lookup.
1340         * python/py-framefilter.c (extract_sym): Add a sym_block
1341         parameter and set the pointed value to NULL (TODO).
1342         (enumerate_args): Update call to extract_sym.
1343         (enumerate_locals): Update calls to extract_sym and to
1344         read_var_value.
1345         * python/py-symbol.c (sympy_value): Update call to
1346         read_var_value (TODO).
1347         * stack.c (read_frame_local): Update call to read_var_value.
1348         (read_frame_arg): Likewise.
1349         (return_command): Likewise.
1350         * symtab.h (struct symbol_block_ops): Add a get_frame_base
1351         method.
1352         (struct symbol): Add a block field.
1353         (SYMBOL_BLOCK): New accessor.
1354         * valops.c (value_of_variable): Remove frame/block handling and
1355         pass the block argument to read_var_value, which does this job
1356         now.
1357         (value_struct_elt_for_reference): Update calls to
1358         read_var_value.
1359         (value_of_this): Pass the block found to read_var_value.
1360         * value.h (read_var_value): Add a var_block argument.
1361         (default_read_var_value): Likewise.
1362
1363 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1364
1365         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
1366         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
1367         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
1368
1369 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1370
1371         * Makefile.in (aarch64-liunx.o): New rule.
1372         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
1373         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
1374         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
1375         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
1376         extern.
1377         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
1378         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
1379         * nat/aarch64-linux.c: New file.
1380         * nat/aarch64-linux.h: New file.
1381
1382 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1383
1384         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
1385         lwp_arch_private_info and ptid_of_lwp.
1386
1387 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1388
1389         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
1390         Move it to nat/aarch64-linux-hw-point.c.
1391         (debug_reg_change_callback): Likewise.
1392         (aarch64_notify_debug_reg_change): :Likewise.
1393         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
1394         (aarch64_dr_update_callback_param): New.
1395         (debug_reg_change_callback): New function.
1396         (aarch64_notify_debug_reg_change): Likewise.
1397         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
1398         Remove the declaration.
1399
1400 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1401
1402         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
1403         Call current_lwp_ptid.
1404
1405 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1406
1407         * aarch64-linux-nat.c (debug_reg_change_callback): Use
1408         debug_printf.
1409
1410 2015-08-25  Yao Qi  <yao.qi@linaro.org>
1411
1412         * aarch64-linux-nat.c (debug_reg_change_callback): Call
1413         ptid_get_pid rather than ptid_get_lwp.
1414
1415 2015-08-24  Pedro Alves  <palves@redhat.com>
1416
1417         * NEWS (New commands): Mention set/show remote
1418         multiprocess-extensions-packet.
1419         * remote.c (remote_query_supported): Only tell the server to use
1420         the multiprocess extensions if the user hasn't force-disabled them
1421         with "set remote multiprocess-extensions-packet off".
1422
1423 2015-08-24  Pedro Alves  <palves@redhat.com>
1424
1425         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
1426         1029a8112290f6eee9d7878a391c49db42c999bd.
1427         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
1428         Regenerate.
1429         * gnulib/import/Makefile.am: Update.
1430         * gnulib/import/Makefile.in: Update.
1431         * gnulib/import/alloca.in.h: Update.
1432         * gnulib/import/basename-lgpl.c: Update.
1433         * gnulib/import/canonicalize-lgpl.c: Update.
1434         * gnulib/import/config.charset: Update.
1435         * gnulib/import/dirent.in.h: Update.
1436         * gnulib/import/dirfd.c: Update.
1437         * gnulib/import/dirname-lgpl.c: Update.
1438         * gnulib/import/dirname.h: Update.
1439         * gnulib/import/dosname.h: Update.
1440         * gnulib/import/errno.in.h: Update.
1441         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
1442         * gnulib/import/extra/snippet/c++defs.h: Update.
1443         * gnulib/import/extra/snippet/warn-on-use.h: Update.
1444         * gnulib/import/extra/update-copyright: Update.
1445         * gnulib/import/float+.h: Update.
1446         * gnulib/import/float.c: Update.
1447         * gnulib/import/float.in.h: Update.
1448         * gnulib/import/fnmatch.c: Update.
1449         * gnulib/import/fnmatch.in.h: Update.
1450         * gnulib/import/fnmatch_loop.c: Update.
1451         * gnulib/import/fpucw.h: Update.
1452         * gnulib/import/frexp.c: Update.
1453         * gnulib/import/frexpl.c: Update.
1454         * gnulib/import/gettimeofday.c: Update.
1455         * gnulib/import/inttypes.in.h: Update.
1456         * gnulib/import/isnan.c: Update.
1457         * gnulib/import/isnand-nolibm.h: Update.
1458         * gnulib/import/isnand.c: Update.
1459         * gnulib/import/isnanl-nolibm.h: Update.
1460         * gnulib/import/isnanl.c: Update.
1461         * gnulib/import/itold.c: Update.
1462         * gnulib/import/localcharset.c: Update.
1463         * gnulib/import/localcharset.h: Update.
1464         * gnulib/import/lstat.c: Update.
1465         * gnulib/import/m4/00gnulib.m4: Update.
1466         * gnulib/import/m4/absolute-header.m4: Update.
1467         * gnulib/import/m4/alloca.m4: Update.
1468         * gnulib/import/m4/canonicalize.m4: Update.
1469         * gnulib/import/m4/codeset.m4: Update.
1470         * gnulib/import/m4/configmake.m4: Update.
1471         * gnulib/import/m4/dirent_h.m4: Update.
1472         * gnulib/import/m4/dirfd.m4: Update.
1473         * gnulib/import/m4/dirname.m4: Update.
1474         * gnulib/import/m4/double-slash-root.m4: Update.
1475         * gnulib/import/m4/eealloc.m4: Update.
1476         * gnulib/import/m4/errno_h.m4: Update.
1477         * gnulib/import/m4/exponentd.m4: Update.
1478         * gnulib/import/m4/exponentl.m4: Update.
1479         * gnulib/import/m4/extensions.m4: Update.
1480         * gnulib/import/m4/extern-inline.m4: Update.
1481         * gnulib/import/m4/fcntl-o.m4: Update.
1482         * gnulib/import/m4/float_h.m4: Update.
1483         * gnulib/import/m4/fnmatch.m4: Update.
1484         * gnulib/import/m4/fpieee.m4: Update.
1485         * gnulib/import/m4/frexp.m4: Update.
1486         * gnulib/import/m4/frexpl.m4: Update.
1487         * gnulib/import/m4/gettimeofday.m4: Update.
1488         * gnulib/import/m4/glibc21.m4: Update.
1489         * gnulib/import/m4/gnulib-cache.m4: Update.
1490         * gnulib/import/m4/gnulib-common.m4: Update.
1491         * gnulib/import/m4/gnulib-comp.m4: Update.
1492         * gnulib/import/m4/gnulib-tool.m4: Update.
1493         * gnulib/import/m4/include_next.m4: Update.
1494         * gnulib/import/m4/inttypes-pri.m4: Update.
1495         * gnulib/import/m4/inttypes.m4: Update.
1496         * gnulib/import/m4/isnand.m4: Update.
1497         * gnulib/import/m4/isnanl.m4: Update.
1498         * gnulib/import/m4/largefile.m4: Update.
1499         * gnulib/import/m4/localcharset.m4: Update.
1500         * gnulib/import/m4/locale-fr.m4: Update.
1501         * gnulib/import/m4/locale-ja.m4: Update.
1502         * gnulib/import/m4/locale-zh.m4: Update.
1503         * gnulib/import/m4/longlong.m4: Update.
1504         * gnulib/import/m4/lstat.m4: Update.
1505         * gnulib/import/m4/malloc.m4: Update.
1506         * gnulib/import/m4/malloca.m4: Update.
1507         * gnulib/import/m4/math_h.m4: Update.
1508         * gnulib/import/m4/mbrtowc.m4: Update.
1509         * gnulib/import/m4/mbsinit.m4: Update.
1510         * gnulib/import/m4/mbsrtowcs.m4: Update.
1511         * gnulib/import/m4/mbstate_t.m4: Update.
1512         * gnulib/import/m4/memchr.m4: Update.
1513         * gnulib/import/m4/memmem.m4: Update.
1514         * gnulib/import/m4/mmap-anon.m4: Update.
1515         * gnulib/import/m4/multiarch.m4: Update.
1516         * gnulib/import/m4/nocrash.m4: Update.
1517         * gnulib/import/m4/off_t.m4: Update.
1518         * gnulib/import/m4/pathmax.m4: Update.
1519         * gnulib/import/m4/readlink.m4: Update.
1520         * gnulib/import/m4/rename.m4: Update.
1521         * gnulib/import/m4/rmdir.m4: Update.
1522         * gnulib/import/m4/ssize_t.m4: Update.
1523         * gnulib/import/m4/stat.m4: Update.
1524         * gnulib/import/m4/stdbool.m4: Update.
1525         * gnulib/import/m4/stddef_h.m4: Update.
1526         * gnulib/import/m4/stdint.m4: Update.
1527         * gnulib/import/m4/stdio_h.m4: Update.
1528         * gnulib/import/m4/stdlib_h.m4: Update.
1529         * gnulib/import/m4/string_h.m4: Update.
1530         * gnulib/import/m4/strstr.m4: Update.
1531         * gnulib/import/m4/strtok_r.m4: Update.
1532         * gnulib/import/m4/sys_socket_h.m4: Update.
1533         * gnulib/import/m4/sys_stat_h.m4: Update.
1534         * gnulib/import/m4/sys_time_h.m4: Update.
1535         * gnulib/import/m4/sys_types_h.m4: Update.
1536         * gnulib/import/m4/time_h.m4: Update.
1537         * gnulib/import/m4/unistd_h.m4: Update.
1538         * gnulib/import/m4/warn-on-use.m4: Update.
1539         * gnulib/import/m4/wchar_h.m4: Update.
1540         * gnulib/import/m4/wchar_t.m4: Update.
1541         * gnulib/import/m4/wctype_h.m4: Update.
1542         * gnulib/import/m4/wint_t.m4: Update.
1543         * gnulib/import/malloc.c: Update.
1544         * gnulib/import/malloca.c: Update.
1545         * gnulib/import/malloca.h: Update.
1546         * gnulib/import/math.in.h: Update.
1547         * gnulib/import/mbrtowc.c: Update.
1548         * gnulib/import/mbsinit.c: Update.
1549         * gnulib/import/mbsrtowcs-impl.h: Update.
1550         * gnulib/import/mbsrtowcs-state.c: Update.
1551         * gnulib/import/mbsrtowcs.c: Update.
1552         * gnulib/import/memchr.c: Update.
1553         * gnulib/import/memmem.c: Update.
1554         * gnulib/import/pathmax.h: Update.
1555         * gnulib/import/readlink.c: Update.
1556         * gnulib/import/ref-add.sin: Update.
1557         * gnulib/import/ref-del.sin: Update.
1558         * gnulib/import/rename.c: Update.
1559         * gnulib/import/rmdir.c: Update.
1560         * gnulib/import/same-inode.h: Update.
1561         * gnulib/import/stat.c: Update.
1562         * gnulib/import/stdbool.in.h: Update.
1563         * gnulib/import/stddef.in.h: Update.
1564         * gnulib/import/stdint.in.h: Update.
1565         * gnulib/import/stdio.c: Update.
1566         * gnulib/import/stdio.in.h: Update.
1567         * gnulib/import/stdlib.in.h: Update.
1568         * gnulib/import/str-two-way.h: Update.
1569         * gnulib/import/streq.h: Update.
1570         * gnulib/import/string.in.h: Update.
1571         * gnulib/import/stripslash.c: Update.
1572         * gnulib/import/strnlen1.c: Update.
1573         * gnulib/import/strnlen1.h: Update.
1574         * gnulib/import/strstr.c: Update.
1575         * gnulib/import/strtok_r.c: Update.
1576         * gnulib/import/sys_stat.in.h: Update.
1577         * gnulib/import/sys_time.in.h: Update.
1578         * gnulib/import/sys_types.in.h: Update.
1579         * gnulib/import/time.in.h: Update.
1580         * gnulib/import/unistd.in.h: Update.
1581         * gnulib/import/verify.h: Update.
1582         * gnulib/import/wchar.in.h: Update.
1583         * gnulib/import/wctype.in.h: Update.
1584         * gnulib/import/gettimeofday.c: New file.
1585         * gnulib/import/m4/absolute-header.m4: New file.
1586         * gnulib/import/m4/gettimeofday.m4: New file.
1587         * gnulib/import/m4/sys_socket_h.m4: New file.
1588         * gnulib/import/m4/sys_time_h.m4: New file.
1589         * gnulib/import/stdio.c: Delete file.
1590         * gnulib/import/sys_time.in.h: New file.
1591
1592 2015-08-24  Pedro Alves  <palves@redhat.com>
1593
1594         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
1595         * common/gdb_sys_time.h: New file.
1596         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
1597         * gdb_select.h: Likewise.
1598         * gdb_usleep.c: Likewise.
1599         * maint.c: Likewise.
1600         * mi/mi-main.c: Likewise.
1601         * mi/mi-parse.h: Likewise.
1602         * remote-fileio.c: Likewise.
1603         * remote-m32r-sdi.c: Likewise.
1604         * remote.c: Likewise.
1605         * ser-base.c: Likewise.
1606         * ser-pipe.c: Likewise.
1607         * ser-tcp.c: Likewise.
1608         * ser-unix.c: Likewise.
1609         * symfile.c: Likewise.
1610         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
1611         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
1612         * utils.c: Likewise.
1613
1614 2015-08-24  Pedro Alves  <palves@redhat.com>
1615
1616         * NEWS: Mention removed support for the various ROM monitors.
1617         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
1618         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
1619         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
1620         gdb_target_obs.
1621         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
1622         gdb_target_obs.
1623         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
1624         dsrec.o from gdb_target_obs.
1625         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
1626         from gdb_target_obs.
1627         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
1628         gdb_target_obs.
1629         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
1630         dink32-rom.o from gdb_target_obs.
1631         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
1632         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
1633         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
1634         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
1635
1636 2015-08-21  Pedro Alves  <palves@redhat.com>
1637
1638         * frame.c (null_frame_id): Explicitly zero-initialize.
1639
1640 2015-08-21  Tom Tromey  <tromey@redhat.com>
1641
1642         * dwarf2read.c (struct dwarf2_section_info): Rename field
1643         'asection' to 'section'.
1644         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
1645         (dwarf2_locate_sections, dwarf2_locate_sections)
1646         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
1647         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
1648         (dwarf2_locate_v2_dwp_sections): Adjust.
1649
1650 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
1651
1652         * top.h (gdb_in_secondary_prompt_p): Declare.
1653         * top.c (gdb_secondary_prompt_depth): Define.
1654         (gdb_in_secondary_prompt_p): Define.
1655         (gdb_readline_wrapper_cleanup): Decrement
1656         gdb_secondary_prompt_depth.
1657         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
1658         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
1659         are in a secondary prompt.
1660
1661 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
1662
1663         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
1664         emit the newline.
1665
1666 2015-08-21  Gary Benson  <gbenson@redhat.com>
1667
1668         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
1669
1670 2015-08-21  Gary Benson  <gbenson@redhat.com>
1671
1672         * target.h (struct target_ops) <to_fileio_open>: New argument
1673         warn_if_slow.  Update comment.  All implementations updated.
1674         (target_fileio_open_warn_if_slow): New declaration.
1675         * target.c (target_fileio_open): Renamed as...
1676         (target_fileio_open_1): ...this.  New argument warn_if_slow.
1677         Pass warn_if_slow to implementation.  Update debug printing.
1678         (target_fileio_open): New function.
1679         (target_fileio_open_warn_if_slow): Likewise.
1680         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
1681         target_fileio_open_warn_if_slow.
1682
1683 2015-08-21  Gary Benson  <gbenson@redhat.com>
1684
1685         * nat/linux-namespaces.c (linux_mntns_access_fs):
1686         Do not overwrite old_chain.
1687
1688 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
1689
1690         * arch/xtensa.h: New file.
1691         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
1692         (ps_get_thread_area): New function.
1693         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
1694         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
1695         * xtensa-tdep.c (osabi.h): New #include.
1696         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
1697         xtensa-specific hooks.
1698         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
1699         member and move the structure to arch/xtensa.h.
1700
1701 2015-08-21  Pedro Alves  <palves@redhat.com>
1702
1703         * remote.c (struct readahead_cache): New.
1704         (struct remote_state) <readahead_cache>: New field.
1705         (remote_open_1): Invalidate the cache.
1706         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
1707         functions.
1708         (remote_hostio_pwrite): Invalidate the readahead cache.
1709         (remote_hostio_pread): Rename to ...
1710         (remote_hostio_pread_vFile): ... this.
1711         (remote_hostio_pread_from_cache): New function.
1712         (remote_hostio_pread): Reimplement.
1713         (remote_hostio_close): Invalidate the readahead cache.
1714
1715 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
1716
1717         PR build/18843
1718         * procfs.c: Include "filestuff.h".
1719
1720 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
1721
1722         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
1723         curch.
1724         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
1725         cur_line or curch, instead call wmove().
1726         (init_win_info) [CMD_WIN]: Likewise.
1727         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
1728         instead call getcury().
1729         (tui_redisplay_readline): Don't set cur_line or curch.
1730         (tui_mld_erase_entire_line): Don't read cur_line, instead call
1731         getcury().
1732         (tui_cont_sig): Remove call to wmove.
1733         (tui_getc): Don't read cur_line or curch, instead call getcury()
1734         or getyx().  Don't set curch.
1735         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
1736         set cur_line or curch.  Always move cursor to (0,0).
1737
1738 2015-08-20  Pedro Alves  <palves@redhat.com>
1739
1740         * infrun.c (print_target_wait_results): Make extern.
1741         * infrun.h (print_target_wait_results): Declare.
1742         * remote.c (set_stop_requested_callback): Delete.
1743         (process_initial_stop_replies): New function.
1744         (remote_start_remote): Use it.
1745         (stop_reply_queue_length): New function.
1746
1747 2015-08-20  Pedro Alves  <palves@redhat.com>
1748
1749         * dwarf2read.c (process_full_comp_unit): To tell whether
1750         start_subfile managed to deduce a language, test for
1751         language_unknown instead of language_c.
1752
1753 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
1754
1755         * ada-lex.l: Reset the start condition to INITIAL in the rule that
1756         matches attributes.
1757
1758 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
1759
1760         * dwarf2read.c (dwarf2_string_attr): New function.
1761         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
1762         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
1763         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
1764         (anonymous_struct_prefix, prepare_one_comp_unit): Use
1765         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
1766
1767 2015-08-18  Doug Evans  <dje@google.com>
1768             Adrian Sendroiu <adrian.sendroiu@freescale.com>
1769
1770         PR mi/18833
1771         * cli/cli-logging.c (pop_output_files): Don't restore redirection
1772         if MI-like.
1773         * mi/mi-out.c: #include "vec.h".
1774         (ui_filep): New type.
1775         (DEV_VEC_P (ui_filep)): New type.
1776         (struct ui_out_data) <buffer, original_buffer>: Delete.
1777         (struct ui_out_data) <streams>: New member.
1778         (mi_ui_out_impl): Add data_destroy field.
1779         (mi_field_string, mi_field_fmt): Update.
1780         (mi_flush, mi_redirect, field_separator): Update.
1781         (mi_open, mi_close): Update.
1782         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
1783         (mi_out_data_ctor, mi_out_data_dtor): New functions.
1784         (mi_out_new): Call mi_out_data_ctor.
1785
1786 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
1787
1788         * remote.c (strprefix): New.
1789         (remote_parse_stop_reply): Use strprefix instead of strncmp
1790         to ensure exact match of keyword.
1791
1792 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1793
1794         * gdb_bfd.c (debug_bfd_cache): New variable.
1795         (show_bfd_cache_debug): New function.
1796         (gdb_bfd_open): Add debug logging.
1797         (gdb_bfd_ref): Likewise.
1798         (gdb_bfd_unref): Likewise.
1799         (_initialize_gdb_bfd): Add new set/show command.
1800         * NEWS: Mention new command.
1801
1802 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1803
1804         * gdb_bfd.c (bfd_sharing): New variable.
1805         (show_bfd_sharing): New function.
1806         (gdb_bfd_open): Check bfd_sharing variable.
1807         (_initialize_gdb_bfd): Add new set/show command.
1808         * NEWS: Mention new command.
1809
1810 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1811
1812         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
1813         field.
1814         (struct gdb_bfd_cache_search): Likewise.
1815         (eq_bfd): Compare the size, inode, and device id fields.
1816         (gdb_bfd_open): Initialise the size, inode, and device id fields.
1817         (gdb_bfd_ref): Likewise.
1818         (gdb_bfd_unref): Likewise.
1819
1820 2015-08-18  Pedro Alves  <palves@redhat.com>
1821
1822         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
1823         target implements to_always_non_stop_p, call it.
1824         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
1825         (x86_linux_create_target): Install it as to_always_non_stop_p
1826         method.
1827
1828 2015-08-17  Doug Evans  <dje@google.com>
1829
1830         * ui-out.c (default_ui_out_impl): Add comment.
1831
1832 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
1833
1834         * d-exp.y (type_aggregate_p): New function.
1835         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
1836         (classify_inner_name): Likewise.
1837         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
1838
1839 2015-08-15  Doug Evans  <xdje42@gmail.com>
1840
1841         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
1842         updated.
1843         (add_psymbol_to_list): Ditto.
1844
1845 2015-08-15  Doug Evans  <xdje42@gmail.com>
1846
1847         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
1848         updated.  Call end_psymtab_common.
1849         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
1850         end_psymtab_common.
1851         (build_type_psymtabs_reader): Ditto.
1852         * psympriv.h (sort_pst_symbols): Delete.
1853         (end_psymtab_common): Declare.
1854         * psymtab.c (sort_pst_symbols): Make static.
1855         (end_psymtab_common): New function.
1856         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
1857
1858 2015-08-15  Doug Evans  <xdje42@gmail.com>
1859
1860         * defs.h (LANGUAGE_BITS): Define.
1861         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
1862         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
1863         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
1864         (minimal_symbol_type): Add nr_minsym_types.
1865         (MINSYM_TYPE_BITS): Define.
1866         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
1867         (domain_enum_tag): Add NR_DOMAINS.
1868         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
1869         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
1870
1871 2015-08-15  Doug Evans  <xdje42@gmail.com>
1872
1873         * objfiles.h: Whitespace cleanup.
1874         * psympriv.h: Whitespace cleanup.
1875         * psymtab.c: Whitespace/coding convention cleanup.
1876
1877 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
1878
1879         * inferior.c (detach_inferior_command): Don't call
1880         any_thread_of_process when pid is 0.
1881         (kill_inferior_command): Likewise.
1882
1883 2015-08-14  Doug Evans  <xdje42@gmail.com>
1884
1885         PR gdb/11833
1886         * NEWS: Document new /s modifier for the disassemble command.
1887         * cli/cli-cmds.c (disassemble_command): Add support for /s.
1888         (_initialize_cli_cmds): Update online docs of disassemble command.
1889         * disasm.c: #include "source.h".
1890         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
1891         All uses updated.
1892         (dis_line_entry): New struct.
1893         (hash_dis_line_entry, eq_dis_line_entry): New functions.
1894         (allocate_dis_line_table): New functions.
1895         (maybe_add_dis_line_entry, line_has_code_p): New functions.
1896         (dump_insns): New arg end_pc.  All callers updated.
1897         (do_mixed_source_and_assembly_deprecated): Renamed from
1898         do_mixed_source_and_assembly.  All callers updated.
1899         (do_mixed_source_and_assembly): New function.
1900         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
1901         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
1902         DISASSEMBLY_SOURCE.  All uses updated.
1903         (DISASSEMBLY_SOURCE): New macro.
1904         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
1905
1906 2015-08-14  Keith Seitz  <keiths@redhat.com>
1907
1908         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
1909         `typename' to `type_name' to avoid C++ reserved word.
1910
1911 2015-08-14  Keith Seitz  <keiths@redhat.com>
1912
1913         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
1914         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
1915         silence ARI errors.
1916
1917 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
1918
1919         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
1920         xstrprintf instead of malloc and sprintf.
1921         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
1922         (lex_one_token): Likewise.
1923
1924 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
1925
1926         * solib-svr4.c (read_program_header): Add base_addr argument to
1927         report the runtime address of the segment.
1928         (find_program_interpreter): Update read_program_header call to pass
1929         a NULL pointer for the new argument.
1930         (scan_dyntag): Add ptr_addr argument to report the runtime address
1931         of the tag payload.
1932         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
1933         read_program_header to get the base address of the dynamic segment.
1934         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
1935         read_program_header.
1936         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
1937
1938 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
1939
1940         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
1941
1942 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1943
1944         * d-exp.y (%union): Add voidval.
1945         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
1946         name in the lexing stage.
1947         (PostfixExpression): Move symbol completion handling in grammar here
1948         from PrimaryExpression.
1949         (PrimaryExpression): Move routines to handle resolving identifier
1950         tokens in the grammar here from push_expression_name.
1951         (IdentifierExp): Remove the handling of alternating '.' and identifier
1952         tokens.
1953         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
1954         (BasicType): Remove C-style typename rules.
1955         (d_type_from_name, d_module_from_name, push_variable)
1956         (push_fieldnames, push_type_name, push_module_name)
1957         (push_expression_name): Remove.
1958         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
1959         (token_and_value): New type.
1960         (token_fifo, popping, name_obstack): New globals.
1961         (classify_name): New function.
1962         (classify_inner_name): Likewise.
1963         (yylex): Likewise.
1964         (d_parse): Initialize token_fifo, popping and name_obstack.
1965
1966 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1967
1968         * Makefile.in (SFILES): Add d-namespace.c.
1969         (COMMON_OBS): Add d-namespace.o.
1970         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
1971         la_lookup_symbol_nonlocal callback function pointer.
1972         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
1973         (d_lookup_nested_symbol): New declaration.
1974         * d-namespace.c: New file.
1975
1976 2015-08-13  Pedro Alves  <palves@redhat.com>
1977
1978         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
1979         cleanup after the decref cleanup, not before.
1980
1981 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
1982
1983         * ada-lang.c: Include namespace.h
1984         (aux_add_nonlocal_symbols): Fix a function name in comment.
1985         (ada_add_block_renamings): New.
1986         (add_nonlocal_symbols): Add global renamings handling.
1987         (ada_lookup_symbol_list_worker): Move the symbol lookup part
1988         to...
1989         (ada_add_all_symbols): ... this new function.
1990         (ada_add_block_symbols): Try to match the input name against the
1991         "using directives list", perform a recursive symbol lookup on
1992         the matched declarations.
1993         * block.h (struct block): Move the_namespace to top-level as
1994         namespace_info. Remove the language_specific field.
1995         (BLOCK_NAMESPACE): Update access to the namespace_info field.
1996         * buildsym.h (using_directives): Rename into...
1997         (local_using_directives): ... this.
1998         (global_using_directives): New.
1999         (struct context_stack): Rename the using_directives field into
2000         local_using_directives.
2001         * buildsym.c (finish_block_internal): Deal with the proper
2002         using directives repository (local or global).
2003         (prepare_for_building): Reset local_using_directives. Assert
2004         that there is no pending global using directive.
2005         (reset_symtab_globals): Reset global_using_directives and
2006         local_using_directives.
2007         (end_symtab_get_static_block): Don't ignore symtabs that have
2008         only using directives.
2009         (push_context): Update references to local_using_directives.
2010         (buildsym_init): Do not reset using_directives.
2011         * cp-support.c: Include namespace.h.
2012         * cp-support.h (struct using_direct): Move to namespace.h.
2013         (cp_add_using_directives): Move to namespace.h.
2014         * cp-namespace.c: Include namespace.h
2015         (cp_add_using_directive): Move to namespace.c, rename it to
2016         add_using_directive, add a "using_directives" argument and use
2017         it as the pending using directives repository.  All callers
2018         updated.
2019         * dwarf2read.c (using_directives): New.
2020         (read_import_statement): Call using_directives.
2021         (read_func_scope): Update references to local_using_directives.
2022         (read_lexical_block_scope): Likewise.
2023         (read_namespace): Update the heading comment, call
2024         using_directives.
2025         * namespace.h: New file.
2026         * namespace.c: New file.
2027         * Makefile.in (SFILES): Add namespace.c.
2028         (COMMON_OBS): Add namespace.o
2029
2030 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
2031
2032         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
2033         compute RETADDR.
2034
2035 2015-08-12  Keith Seitz  <keiths@redhat.com>
2036
2037         * break-catch-throw.c (re_set_exception_catchpoint) Rename
2038         reserved C++ keyword "explicit" to "explicit_loc".
2039         * breakpoint.c (create_overlay_event_breakpoint)
2040         (create_longjmp_master_breakpoint)
2041         (create_std_terminate_master_breakpoint)
2042         (create_exception_master_breakpoint, update_static_tracepoint):
2043         Rename reserved C++ keyword "explicit" to "explicit_loc".
2044         * completer.c (collect_explicit_location_matches)
2045         (explicit_location_completer): Rename reserved C++ keyword
2046         "explicit" to "explicit_loc".
2047         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
2048         (canonicalize_linespec, create_sals_line_offset)
2049         (convert_linespec_to_sals, convert_explicit_location_to_sals)
2050         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
2051         "explicit" to "explicit_loc".
2052         * location.c (struct event_location) <explicit>: Rename to
2053         "explicit_loc".
2054         (initialize_explicit_location, new_explicit_location)
2055         (explicit_location_to_string_internal, explicit_location_to_linespec):
2056         Rename reserved C++ keyword "explicit" to "explicit_loc".
2057         * location.h (explicit_location_to_string)
2058         (explicit_location_to_linespec, initialize_explicit_location)
2059         (new_explicit_location): Rename reserved C++ keyword "explicit"
2060         to "explicit_loc".
2061         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
2062         keyword "explicit" to "explicit_loc".
2063
2064 2015-08-12  Keith Seitz  <keiths@redhat.com>
2065
2066         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
2067         and only call decode_line_1 when it is non-NULL.
2068
2069 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
2070
2071         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
2072         location address is not meaningful.
2073         (breakpoint_address_is_meaningful): Update comment.
2074
2075 2015-08-11  Keith Seitz  <keiths@redhat.com>
2076
2077         * NEWS: Mention explicit locations.
2078         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
2079         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
2080         (_initialize_breakpoint): Update documentation for
2081         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
2082
2083 2015-08-11  Keith Seitz  <keiths@redhat.com>
2084
2085         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
2086         explicit locations, options "--source", "--function",
2087         "--label", and "--line".
2088
2089 2015-08-11  Keith Seitz  <keiths@redhat.com>
2090
2091         * completer.c: Include location.h.
2092         (enum match_type): New enum.
2093         (location_completer): Rename to ...
2094         (linespec_completer): ... this.
2095         (collect_explicit_location_matches, backup_text_ptr)
2096         (explicit_location_completer): New functions.
2097         (location_completer): "New" function; handle linespec
2098         and explicit location completions.
2099         (complete_line_internal): Remove all location completer-specific
2100         handling.
2101         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
2102         (find_toplevel_char): Export.
2103         (linespec_parse_line_offset): Export.
2104         Issue error if STRING is not numerical.
2105         (gdb_get_linespec_parser_quote_characters): New function.
2106         * linespec.h (linespec_parse_line_offset): Declare.
2107         (get_gdb_linespec_parser_quote_characters): Declare.
2108         (is_ada_operator): Declare.
2109         (find_toplevel_char): Declare.
2110         (linespec_lexer_lex_keyword): Declare.
2111         * location.c (explicit_to_event_location): New function.
2112         (explicit_location_lex_one): New function.
2113         (string_to_explicit_location): New function.
2114         (string_to_event_location): Handle explicit locations.
2115         * location.h (explicit_to_event_location): Declare.
2116         (string_to_explicit_location): Declare.
2117
2118 2015-08-11  Keith Seitz  <keiths@redhat.com>
2119
2120         * break-catch-throw.c (re_set_exception_catchpoint): Convert
2121         linespec into explicit location.
2122         * breakpoint.c (create_overlay_breakpoint)
2123         (create_longjmp_master_breakpoint)
2124         (create_std_terminate_master_breakpoint)
2125         (create_exception_master_breakpoint): Convert linespec into explicit
2126         location.
2127         (update_static_tracepoint): Convert linespec into explicit location.
2128         * linespec.c (enum offset_relative_sign, struct line_offset): Move
2129         location.h.
2130         (struct linespec) <expression, expr_pc, source_filename>
2131         <function_name, label_name, line_offset>: Replace with ...
2132         <explicit>: ... this.
2133         <is_linespec>: New member.
2134         (PARSER_EXPLICIT): New accessor macro.
2135         (undefined_label_error): New function.
2136         (source_file_not_found_error): New function.
2137         (linespec_parse_basic): The parser result is now an explicit location.
2138         Use PARSER_EXPLICIT to access it.
2139         Use undefined_label_error.
2140         (canonicalize_linespec): Convert canonical linespec into explicit
2141         location.
2142         Move string representation of location to explicit_location_to_linespec
2143         and use it and explicit_location_to_string to save string
2144         representations of the canonical location.
2145         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
2146         explicit location.  Update all references.
2147         (convert_explicit_location_to_sals): New function.
2148         (parse_linespec): Use PARSER_EXPLICIT to access the parser
2149         result's explicit location.
2150         (linespec_state_constructor): Initialize is_linespec.
2151         Use PARSER_EXPLICIT.
2152         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
2153         result.
2154         (event_location_to_sals): For linespec locations, set is_linespec.
2155         Handle explicit locations.
2156         (decode_objc): 'ls' contains an explicit location now. Update all
2157         references.
2158         (symtabs_from_filename): Use source_file_not_found_error.
2159         * location.c (struct event_location.u) <explicit>: New member.
2160         (initialize_explicit_location): New function.
2161         (initialize_event_location): Initialize explicit locations.
2162         (new_explicit_location, get_explicit_location)
2163         (get_explicit_location_const): New functions.
2164         (explicit_to_string_internal): New function; most of contents moved
2165         from canonicalize_linespec.
2166         (explicit_location_to_string): New function.
2167         (explicit_location_to_linespec): New function.
2168         (copy_event_location, delete_event_location)
2169         (event_location_to_string_const, event_location_empty_p): Handle
2170         explicit locations.
2171         * location.h (enum offset_relative_sign, struct line_offset): Move
2172         here from linespec.h.
2173         (enum event_location_type): Add EXPLICIT_LOCATION.
2174         (struct explicit_location): New structure.
2175         (explicit_location_to_string): Declare.
2176         (explicit_location_to_linespec): Declare.
2177         (new_explicit_location, get_explicit_locationp
2178         (get_explicit_location_const, initialize_explicit_location): Declare.
2179
2180 2015-08-11  Keith Seitz  <keiths@redhat.com>
2181
2182         * break-catch-throw.c (re_set_exception_catchpoint): Convert
2183         linespec for stap probe to probe location.
2184         * breakpoint.c (create_longjmp_master_breakpoint)
2185         (create_exception_master_breakpoint): Likewise.
2186         (break_command_1): Remove local variable `arg_cp'.
2187         Check location type to set appropriate breakpoint ops methods.
2188         (trace_command): Likewise.
2189         * linespec.c (event_location_to_sals): Assert on probe locations.
2190         * location.c (EL_PROBE): Add macro definition.
2191         (new_probe_location, get_probe_location): New functions.
2192         (copy_event_location, delete_event_location, event_location_to_string)
2193         (string_to_event_location, event_location_empty_p): Handle probe
2194         locations.
2195         * location.h (enum event_location_type): Add PROBE_LOCATION.
2196         (new_probe_location, get_probe_location): Declare.
2197         * probe.c (parse_probes): Assert that LOCATION is a probe location.
2198         Convert linespec into probe location.
2199
2200 2015-08-11  Keith Seitz  <keiths@redhat.com>
2201
2202         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
2203         Convert linespec to address location.
2204         * linespec.c (canonicalize_linespec): Do not handle address
2205         locations here.
2206         (convert_address_location_to_sals): New function; contents moved
2207         from ...
2208         (convert_linespc_to_sals): ... here.
2209         (parse_linespec): Remove address locations from linespec grammar.
2210         Remove handling of address locations.
2211         (linespec_lex_to_end): Remove handling of address linespecs.
2212         (event_location_to_sals): Handle ADDRESS_LOCATION.
2213         (linespec_expression_to_pc): Export.
2214         * linespec.h (linespec_expression_to_pc): Add declaration.
2215         * location.c (struct event_location.u) <address>: New member.
2216         (new_address_location, get_address_location): New functions.
2217         (copy_event_location, delete_event_location, event_location_to_string)
2218         (string_to_event_location, event_location_empty_p): Handle address
2219         locations.
2220         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
2221         (new_address_location, get_address_location): Declare.
2222         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
2223         to address location.
2224         * spu-tdep.c (spu_catch_start): Likewise.
2225
2226 2015-08-11  Keith Seitz  <keiths@redhat.com>
2227
2228         * ax-gdb.c: Include location.h.
2229         (agent_command_1) Use linespec location instead of address
2230         string.
2231         * break-catch-throw.c: Include location.h.
2232         (re_set_exception_catchpoint): Use linespec locations instead
2233         of address strings.
2234         * breakpoint.c: Include location.h.
2235         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
2236         (create_std_terminate_master_breakpoint)
2237         (create_exception_master_breakpoint, update_breakpoints_after_exec):
2238         Use linespec location instead of address string.
2239         (print_breakpoint_location):  Use locations and
2240         event_location_to_string.
2241         Print extra_string for pending locations for non-MI streams.
2242         (print_one_breakpoint_location): Use locations and
2243         event_location_to_string.
2244         (init_raw_breakpoint_without_location): Initialize b->location.
2245         (create_thread_event_breakpoint): Use linespec location instead of
2246         address string.
2247         (init_breakpoint_sal): Likewise.
2248         Only save extra_string if it is non-NULL and not the empty string.
2249         Use event_location_to_string instead of `addr_string'.
2250         Constify `p' and `endp'.
2251         Use skip_spaces_const/skip_space_const instead of non-const versions.
2252         Copy the location into the breakpoint.
2253         If LOCATION is NULL, save the breakpoint address as a linespec location
2254         instead of an address string.
2255         (create_breakpoint_sal): Change `addr_string' parameter to a struct
2256         event_location. All uses updated.
2257         (create_breakpoints_sal): Likewise for local variable `addr_string'.
2258         (parse_breakpoint_sals): Use locations instead of address strings.
2259         Remove check for empty linespec with conditional.
2260         Refactor.
2261         (decode_static_tracepoint_spec): Make argument const and update
2262         function.
2263         (create_breakpoint): Change `arg' to a struct event_location and
2264         rename.
2265         Remove `copy_arg' and `addr_start'.
2266         If EXTRA_STRING is empty, set it to NULL.
2267         Don't populate `canonical' for pending breakpoints.
2268         Pass `extra_string' to find_condition_and_thread.
2269         Clear `extra_string' if `rest' was NULL.
2270         Do not error with "garbage after location" if setting a dprintf
2271         breakpoint.
2272         Copy the location into the breakpoint instead of an address string.
2273         (break_command_1): Use string_to_event_location and pass this to
2274         create_breakpoint instead of an address string.
2275         Check against `arg_cp' for a probe linespec.
2276         (dprintf_command): Use string_to_event_location and pass this to
2277         create_breakpoint instead of an address string.
2278         Throw an exception if no format string was specified.
2279         (print_recreate_ranged_breakpoint): Use event_location_to_string
2280         instead of address strings.
2281         (break_range_command, until_break_command)
2282         (init_ada_exception_breakpoint): Use locations instead
2283         of address strings.
2284         (say_where): Print out extra_string for pending locations.
2285         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
2286         the breakpoint.
2287         (base_breakpoint_create_sals_from_location): Use struct event_location
2288         instead of address string.
2289         Remove `addr_start' and `copy_arg' parameters.
2290         (base_breakpoint_decode_location): Use struct event_location instead of
2291         address string.
2292         (bkpt_re_set): Use locations instead of address strings.
2293         Use event_location_empty_p to check for unset location.
2294         (bkpt_print_recreate): Use event_location_to_string instead of
2295         an address string.
2296         Print out extra_string for pending locations.
2297         (bkpt_create_sals_from_location, bkpt_decode_location)
2298         (bkpt_probe_create_sals_from_location): Use struct event_location
2299         instead of address string.
2300         (bkpt_probe_decode_location): Use struct event_location instead of
2301         address string.
2302         (tracepoint_print_recreate): Use event_location_to_string to
2303         recreate the tracepoint.
2304         (tracepoint_create_sals_from_location, tracepoint_decode_location)
2305         (tracepoint_probe_create_sals_from_location)
2306         (tracepoint_probe_decode_location): Use struct event_location
2307         instead of address string.
2308         (dprintf_print_recreate): Use event_location_to_string to recreate
2309         the dprintf.
2310         (dprintf_re_set): Remove check for valid/missing format string.
2311         (strace_marker_create_sals_from_location)
2312         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
2313         (update_static_tracepoint): Use struct event_location instead of
2314         address string.
2315         (location_to_sals): Likewise.
2316         Pass `extra_string' to find_condition_and_thread.
2317         For newly resolved pending breakpoint locations, clear the location's
2318         string representation.
2319         Assert that the breakpoint's condition string is NULL when
2320         condition_not_parsed.
2321         (breakpoint_re_set_default, create_sals_from_location_default)
2322         (decode_location_default, trace_command, ftrace_command)
2323         (strace_command, create_tracepoint_from_upload): Use locations
2324         instead of address strings.
2325         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
2326         Use struct event_location instead of address string.
2327         Update all uses.
2328         <decode_location>: Likewise.
2329         (struct breakpoint) <addr_string>: Change to struct event_location
2330         and rename `location'.
2331         <addr_string_range_end>: Change to struct event_location and rename
2332         `location_range_end'.
2333         (create_breakpoint): Use struct event_location instead of address
2334         string.
2335         * cli/cli-cmds.c: Include location.h.
2336         (edit_command, list_command): Use locations instead of address strings.
2337         * elfread.c: Include location.h.
2338         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
2339         * guile/scm-breakpoint.c: Include location.h.
2340         (bpscm_print_breakpoint_smob): Use event_location_to_string.
2341         (gdbscm_register_breakpoint): Use locations instead of address
2342         strings.
2343         * linespec.c: Include location.h.
2344         (struct ls_parser) <stream>: Change to const char *.
2345         (PARSER_STREAM): Update.
2346         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
2347         keywords must be followed by whitespace.
2348         (canonicalize_linespec): Save a linespec location into `canonical'.
2349         Save a canonical linespec into `canonical'.
2350         (parse_linespec): Change `argptr' to const char * and rename `arg'.
2351         All uses updated.
2352         Update function description.
2353         (linespec_parser_new): Initialize `parser'.
2354         Update initialization of  parsing stream.
2355         (event_location_to_sals): New function.
2356         (decode_line_full): Change `argptr' to a struct event_location and
2357         rename it `location'.
2358         Use locations instead of address strings.
2359         Call event_location_to_sals instead of parse_linespec.
2360         (decode_line_1): Likewise.
2361         (decode_line_with_current_source, decode_line_with_last_displayed)
2362         Use locations instead of address strings.
2363         (decode_objc): Likewise.
2364         Change `argptr' to const char * and rename `arg'.
2365         (destroy_linespec_result): Delete the linespec result's location
2366         instead of freeing the address string.
2367         * linespec.h (struct linespec_result) <addr_string>: Change to
2368         struct event_location and rename to ...
2369         <location>: ... this.
2370         (decode_line_1, decode_line_full): Change `argptr' to struct
2371         event_location.  All callers updated.
2372         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
2373         (mi_cmd_break_insert_1): Use locations instead of address strings.
2374         Throw an error if there was "garbage" at the end of the specified
2375         linespec.
2376         * probe.c: Include location.h.
2377         (parse_probes): Change `argptr' to struct event_location.
2378         Use event locations instead of address strings.
2379         * probe.h (parse_probes): Change `argptr' to struct event_location.
2380         * python/py-breakpoint.c: Include location.h.
2381         (bppy_get_location): Constify local variable `str'.
2382         Use event_location_to_string.
2383         (bppy_init): Use locations instead of address strings.
2384         * python/py-finishbreakpoint.c: Include location.h.
2385         (bpfinishpy_init): Remove local variable `addr_str'.
2386         Use locations instead of address strings.
2387         * python/python.c: Include location.h.
2388         (gdbpy_decode_line): Use locations instead of address strings.
2389         * remote.c: Include location.h.
2390         (remote_download_tracepoint): Use locations instead of address
2391         strings.
2392         * spu-tdep.c: Include location.h.
2393         (spu_catch_start): Remove local variable `buf'.
2394         Use locations instead of address strings.
2395         * tracepoint.c: Include location.h.
2396         (scope_info): Use locations instead of address strings.
2397         (encode_source_string): Constify parameter `src'.
2398         * tracepoint.h (encode_source_string): Likewise.
2399
2400 2015-08-11  Keith Seitz  <keiths@redhat.com>
2401
2402         * Makefile.in (SFILES): Add location.c.
2403         (HFILES_NO_SRCDIR): Add location.h.
2404         (COMMON_OBS): Add location.o.
2405         * linespec.c (linespec_lex_to_end): New function.
2406         * linespec.h (linespec_lex_to_end): Declare.
2407         * location.c: New file.
2408         * location.h: New file.
2409
2410 2015-08-11  Keith Seitz  <keiths@redhat.com>
2411
2412         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
2413         Renamed to create_sals_from_location.
2414         <decode_linespec>: Renamed to decode_location.
2415         Update all callers.
2416         * breakpoint.c (create_sals_from_address_default): Renamed to ...
2417         (create_sals_from_location_default): ... this.
2418         (addr_string_to_sals): Renamed to ...
2419         (location_to_sals): ... this.
2420         (decode_linespec_default): Renamed to ...
2421         (decode_location_default): ... this.
2422         (base_breakpoint_create_sals_from_address): Renamed to ...
2423         (base_breakpoint_create_sals_from_location): ... this.
2424         (bkpt_create_sals_from_address): Renamed to ...
2425         (bkpt_create_sals_from_location): ... this.
2426         (bkpt_decode_linespec): Renamed to ...
2427         (bkpt_decode_location): ... this.
2428         (bkpt_probe_create_sals_from_address): Renamed to ...
2429         (bkpt_probe_create_sals_from_location): ... this.
2430         (tracepoint_create_sals_from_address): Renamed to ...
2431         (tracepoint_create_sals_from_location): ... this.
2432         (tracepoint_decode_linespec): Renamed to ...
2433         (tracepoint_decode_location): ... this.
2434         (tracepoint_probe_create_sals_from_address): Renamed to ...
2435         (tracepoint_probe_create_sals_from_location): ... this.
2436         (tracepoint_probe_decode_linespec): Renamed to ...
2437         (tracepoint_probe_decode_location): ... this.
2438         (strace_marker_create_sals_from_address): Renamed to ...
2439         (strace_marker_create_sals_from_location): ... this.
2440         (decode_linespec_default): Renamed to ...
2441         (decode_location_default): ... this.
2442
2443 2015-08-10  Doug Evans  <dje@google.com>
2444             Keith Seitz  <keiths@redhat.com>
2445
2446         PR gdb/17960
2447         * symtab.c (make_file_symbol_completion_list_1): Renamed from
2448         make_file_symbol_completion_list and made static.
2449         (make_file_symbol_completion_list): New function.
2450
2451 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
2452
2453         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
2454         trailing new-line at end of warning message.
2455         (proceed): Add i18n marker to error messages.
2456
2457 2015-08-07  Pedro Alves  <palves@redhat.com>
2458
2459         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
2460
2461 2015-08-07  Pedro Alves  <palves@redhat.com>
2462
2463         * s390-linux-tdep.c (is_non_branch_ril)
2464         (s390_displaced_step_copy_insn): New functions.
2465         (s390_displaced_step_fixup): Update comment.
2466         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
2467         gdbarch_displaced_step_copy_insn hook.
2468
2469 2015-08-07  Pedro Alves  <palves@redhat.com>
2470
2471         * infrun.c (displaced_step_prepare_throw): Return -1 if
2472         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
2473         comment.
2474         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
2475         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
2476         in file.
2477         (ppc_displaced_step_copy_insn): New function.
2478         (ppc_displaced_step_fixup): Update comment.
2479         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
2480         gdbarch_displaced_step_copy_insn hook.
2481         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
2482         NULL return.
2483         * gdbarch.h: Regenerate.
2484
2485 2015-08-07  Pedro Alves  <palves@redhat.com>
2486
2487         * inferior.h (struct inferior) <displaced_stepping_failed>: New
2488         field.
2489         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
2490         Return false if dispaced stepping failed before.
2491         (resume): Pass the current inferior to
2492         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
2493         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
2494         displaced_stepping_failed flag, and fall back to an in-line
2495         step-over.
2496
2497 2015-08-07  Pedro Alves  <palves@redhat.com>
2498
2499         * darwin-nat.c (darwin_stop): Rename to ...
2500         (darwin_interrupt): ... this.
2501         (_initialize_darwin_inferior): Adjust.
2502         * gnu-nat.c (gnu_stop): Delete.
2503         (gnu_target): Don't install gnu_stop.
2504         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
2505         (inf_ptrace_interrupt): ... this.
2506         (inf_ptrace_target): Adjust.
2507         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
2508         target_stop.
2509         * linux-nat (linux_nat_stop): Rename to ...
2510         (linux_nat_interrupt): ... this.
2511         (linux_nat_stop): Reimplement.
2512         (linux_nat_add_target): Install linux_nat_interrupt.
2513         * nto-procfs.c (nto_interrupt_twice): Rename to ...
2514         (nto_handle_sigint_twice): ... this.
2515         (nto_interrupt): Rename to ...
2516         (nto_handle_sigint): ... this.  Call target_interrupt instead of
2517         target_stop.
2518         (procfs_wait): Adjust.
2519         (procfs_stop): Rename to ...
2520         (procfs_interrupt): ... this.
2521         (init_procfs_targets): Adjust.
2522         * procfs.c (procfs_stop): Rename to ...
2523         (procfs_interrupt): ... this.
2524         (procfs_target): Adjust.
2525         * remote-m32r-sdi.c (m32r_stop): Rename to ...
2526         (m32r_interrupt): ... this.
2527         (init_m32r_ops): Adjust.
2528         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
2529         (gdbsim_interrupt_inferior): ... this.
2530         (gdbsim_stop): Rename to ...
2531         (gdbsim_interrupt): ... this.
2532         (gdbsim_cntrl_c): Adjust.
2533         (init_gdbsim_ops): Adjust.
2534         * remote.c (sync_remote_interrupt): Adjust comments.
2535         (remote_stop_as): Rename to ...
2536         (remote_interrupt_as): ... this.
2537         (remote_stop): Adjust comment.
2538         (remote_interrupt): New function.
2539         (init_remote_ops): Install remote_interrupt.
2540         * target.c (target_interrupt): New function.
2541         * target.h (struct target_ops) <to_interrupt>: New field.
2542         (target_interrupt): New declaration.
2543         * windows-nat.c (windows_stop): Rename to ...
2544         (windows_interrupt): ... this.
2545         * target-delegates.c: Regenerate.
2546
2547 2015-08-07  Pedro Alves  <palves@redhat.com>
2548
2549         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
2550         threads" as alternative to "switching back to stepped thread".
2551
2552 2015-08-07  Pedro Alves  <palves@redhat.com>
2553
2554         * NEWS: Mention "maint set/show target-non-stop".
2555         * breakpoint.c (update_global_location_list): Check
2556         target_is_non_stop_p instead of non_stop.
2557         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
2558         * infrun.c (show_can_use_displaced_stepping)
2559         (can_use_displaced_stepping_p, start_step_over_inferior):
2560         Likewise.
2561         (internal_resume_ptid): New function.
2562         (resume): Use it.
2563         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
2564         all-stop mode but the target is always in non-stop mode, start all
2565         the other threads that are implicitly resumed too.
2566         (for_each_just_stopped_thread, fetch_inferior_event)
2567         (adjust_pc_after_break, stop_all_threads): Check
2568         target_is_non_stop_p instead of non_stop.
2569         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
2570         with the target always in non-stop mode.
2571         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
2572         instead of non_stop.
2573         (switch_back_to_stepped_thread): Check target_is_non_stop_p
2574         instead of non_stop.
2575         (keep_going_stepped_thread): Use internal_resume_ptid.
2576         (stop_waiting): If in all-stop mode, and the target is in non-stop
2577         mode, stop all threads.
2578         (keep_going_pass): Likewise, when starting a new in-line step-over
2579         sequence.
2580         * linux-nat.c (get_pending_status, select_event_lwp)
2581         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
2582         target_is_non_stop_p instead of non_stop.
2583         (linux_nat_always_non_stop_p): New function.
2584         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
2585         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
2586         * target-delegates.c: Regenerate.
2587         * target.c (target_is_non_stop_p): New function.
2588         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
2589         (maint_set_target_non_stop_command)
2590         (maint_show_target_non_stop_command): New functions.
2591         (_initilize_target): Install "maint set/show target-non-stop"
2592         commands.
2593         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
2594         (target_non_stop_enabled): New declaration.
2595         (target_is_non_stop_p): New declaration.
2596
2597 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
2598
2599         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
2600         has a pending status, return true.
2601         * gdbthread.h: Include target/waitstatus.h.
2602         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
2603         stop_pc>: New fields.
2604         (struct thread_info) <resumed>: New field.
2605         (set_resumed): Declare.
2606         * infrun.c: Include "event-loop.h".
2607         (infrun_async_inferior_event_token, infrun_is_async): New globals.
2608         (infrun_async): New function.
2609         (clear_step_over_info): Add debug output.
2610         (displaced_step_in_progress_any_inferior): New function.
2611         (displaced_step_fixup): New returns int.
2612         (start_step_over): Handle in-line step-overs too.  Assert the
2613         thread is marked resumed.
2614         (resume_cleanups): Clear the thread's resumed flag.
2615         (resume): Set the thread's resumed flag.  Return early if the
2616         thread has a pending status.  Allow stepping a breakpoint with no
2617         signal.
2618         (proceed): Adjust to check 'resumed' instead of 'executing'.
2619         (clear_proceed_status_thread): If the thread has a pending status,
2620         and that status is a finished step, discard the pending status.
2621         (clear_proceed_status): Don't clear step_over_info here.
2622         (random_pending_event_thread, do_target_wait): New functions.
2623         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
2624         do_target_wait.
2625         (wait_one): New function.
2626         (THREAD_STOPPED_BY): New macro.
2627         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
2628         (thread_stopped_by_hw_breakpoint): New functions.
2629         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
2630         functions.
2631         (handle_inferior_event): Also call set_resumed(false) on all
2632         threads implicitly stopped by the event.
2633         (restart_threads, resumed_thread_with_pending_status): New
2634         functions.
2635         (finish_step_over): If we were doing an in-line step-over before,
2636         and no longer are after trying to start a new step-over, restart
2637         all threads.  If we have multiple threads with pending events,
2638         save the current event and go through the event loop again.
2639         (handle_signal_stop): Return early if finish_step_over returns
2640         false.
2641         <random signal>: If we get a signal while stepping over a
2642         breakpoint in-line in non-stop mode, restart all threads.  Clear
2643         step_over_info before delivering the signal.
2644         (keep_going_stepped_thread): Use internal_error instead of
2645         gdb_assert.  Mark the thread as resumed.
2646         (keep_going_pass_signal): Assert the thread isn't already resumed.
2647         If some other thread is doing an in-line step-over, defer the
2648         resume.  If we just started a new in-line step-over, stop all
2649         threads.  Don't clear step_over_info.
2650         (infrun_async_inferior_event_handler): New function.
2651         (_initialize_infrun): Create async event handler with
2652         infrun_async_inferior_event_handler as callback.
2653         (infrun_async): New declaration.
2654         * target.c (target_async): New function.
2655         * target.h (target_async): Declare macro and readd as function
2656         declaration.
2657         * target/waitstatus.h (enum target_stop_reason)
2658         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2659         * thread.c (new_thread): Clear the new waitstatus field.
2660         (set_resumed): New function.
2661
2662 2015-08-07  Pedro Alves  <palves@redhat.com>
2663
2664         * infrun.c (keep_going_stepped_thread): New function, factored out
2665         from ...
2666         (switch_back_to_stepped_thread): ... here.
2667
2668 2015-08-07  Pedro Alves  <palves@redhat.com>
2669
2670         * infrun.c (currently_stepping): Extend intro comment.
2671         * target.h (target_resume): Extend intro comment.
2672
2673 2015-08-07  Pedro Alves  <palves@redhat.com>
2674
2675         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
2676         of inferior_ptid.  If the stepped thread vanished, return 0
2677         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
2678         the current stop_pc in log message.  Clear trap_expected if the
2679         thread advanced.  Don't pass currently_stepping to
2680         do_target_resume.
2681
2682 2015-08-07  Pedro Alves  <palves@redhat.com>
2683
2684         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
2685         * infrun.c (struct execution_control_state): Move higher up in the
2686         file.
2687         (reset_ecs): New function.
2688         (start_step_over): Now returns int.  Rewrite to use
2689         keep_going_pass_signal instead of manually starting a displaced step.
2690         (resume): Don't call set_running here.  If displaced stepping
2691         can't start now, clear trap_expected.
2692         (find_thread_needs_step_over): Delete function.
2693         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
2694         If the current thread needs a step over, push it in the step-over
2695         chain.  Don't set insert breakpoints nor call resume directly
2696         here.  Instead rewrite to use start_step_over and
2697         keep_going_pass_signal.
2698         (finish_step_over): New function.
2699         (handle_signal_stop): Call finish_step_over instead of
2700         start_step_over.
2701         (switch_back_to_stepped_thread): If the event thread needs another
2702         step-over do that first.  Use start_step_over.
2703         (keep_going_pass_signal): New function, factored out from ...
2704         (keep_going): ... here.
2705         (_initialize_infrun): Comment moved here.
2706         * thread.c (set_running_thread): New function.
2707         (set_running, finish_thread_state): Use set_running_thread.
2708
2709 2015-08-07  Pedro Alves  <palves@redhat.com>
2710
2711         * gdbthread.h (struct thread_info) <step_over_prev,
2712         step_over_next>: New fields.
2713         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
2714         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
2715         declarations.
2716         * infrun.c (struct displaced_step_request): Delete.
2717         (struct displaced_step_inferior_state) <step_request_queue>:
2718         Delete field.
2719         (displaced_step_prepare): Assert that trap_expected is set.  Use
2720         thread_step_over_chain_enqueue.  Split starting a new displaced
2721         step to ...
2722         (start_step_over): ... this new function.
2723         (resume): Assert the thread isn't waiting for a step over already.
2724         (proceed): Assert the thread isn't waiting for a step over
2725         already.
2726         (infrun_thread_stop_requested): Adjust to remove threads from the
2727         embedded step-over chain.
2728         (handle_inferior_event) <fork/vfork>: Call start_step_over after
2729         displaced_step_fixup.
2730         (handle_signal_stop): Call start_step_over after
2731         displaced_step_fixup.
2732         * infrun.h (step_over_queue_head): New declaration.
2733         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
2734         (thread_step_over_chain_next, thread_is_in_step_over_chain)
2735         (thread_step_over_chain_enqueue)
2736         (thread_step_over_chain_remove): New functions.
2737         (delete_thread_1): Remove thread from the step-over chain.
2738
2739 2015-08-07  Pedro Alves  <palves@redhat.com>
2740
2741         * infrun.c (thread_still_needs_step_over): Rename to ...
2742         (thread_still_needs_step_over_bp): ... this.
2743         (enum step_over_what): New.
2744         (thread_still_needs_step_over): Reimplement.
2745
2746 2015-08-07  Pedro Alves  <palves@redhat.com>
2747
2748         * remote.c (remote_wait_as): If not waiting for a stop reply,
2749         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
2750         requested, don't block waiting forever.
2751
2752 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
2753
2754         * infrun.c (adjust_pc_after_break): Now takes thread_info and
2755         waitstatus pointers instead of an ecs.  Adjust.
2756         (handle_inferior_event): Adjust caller.
2757
2758 2015-08-07  Pedro Alves  <palves@redhat.com>
2759
2760         * infrun.c (handle_inferior_event): If we get
2761         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
2762         mode, mark all threads of the exiting process as not-executing.
2763         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
2764         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
2765         exiting process, if inferior_ptid still points at a process.
2766         * thread.c (struct current_thread_cleanup) <next>: New field.
2767         (current_thread_cleanup_chain): New global.
2768         (restore_current_thread_ptid_changed): New function.
2769         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
2770         current_thread_cleanup_chain list.
2771         (make_cleanup_restore_current_thread): Add the cleanup data to the
2772         current_thread_cleanup_chain list.
2773         (_initialize_thread): Install restore_current_thread_ptid_changed
2774         as thread_ptid_changed observer.
2775
2776 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
2777
2778         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
2779         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
2780         smaller than expected.
2781
2782 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2783
2784         * stack.c (get_frame_language): Moved ...
2785         * frame.c (get_frame_language): ... to here.
2786         * language.h (get_frame_language): Declaration moved to frame.h.
2787         * frame.h: Add language.h include, for language enum.
2788         (get_frame_language): Declaration moved from language.h.
2789         * language.c: Add frame.h include.
2790         * top.c: Add frame.h include.
2791         * symtab.h (struct obj_section): Declare.
2792         (struct cmd_list_element): Declare.
2793
2794 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2795
2796         * language.c (show_language_command): Find selected frame before
2797         asking for the language of that frame.
2798         (set_language_command): Likewise.
2799         * language.h (get_frame_language): Add frame parameter.
2800         * stack.c (get_frame_language): Add frame parameter, assert
2801         parameter is not NULL, update comment and reindent.
2802         * top.c (check_frame_language_change): Pass the selected frame
2803         into get_frame_language.
2804
2805 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
2806
2807         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
2808         (pt_btrace_insn_flags): New.
2809         (ftrace_add_pt): Call pt_btrace_insn_flags.
2810         * btrace.h (btrace_insn_flag): New.
2811         (btrace_insn) <flags>: New.
2812         * record-btrace.c (btrace_insn_history): Print insn prefix.
2813         * NEWS: Announce it.
2814
2815 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
2816
2817         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
2818         * configure: Regenerate.
2819
2820 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2821
2822         * Makefile.in (LIBICONV): Define.
2823         (CLIBS): Add LIBICONV.
2824         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
2825         * configure: Regenerate.
2826
2827 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
2828             Pedro Alves  <palves@redhat.com>
2829
2830         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
2831         (arm_set_abi): Likewise.
2832         * ax-general.c (ax_print): Likewise.
2833         * c-exp.y (exp : string_exp): Likewise.
2834         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
2835         (do_compile_dwarf_expr_to_c): Likewise.
2836         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
2837         Likewise.
2838         * dwarf2expr.c (execute_stack_op): Likewise.
2839         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2840         (disassemble_dwarf_expression): Likewise.
2841         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
2842         (read_array_order): Likewise.
2843         (abbrev_table_read_table): Likewise.
2844         (read_attribute_value): Likewise.
2845         (skip_unknown_opcode): Likewise.
2846         (dwarf_decode_macro_bytes): Likewise.
2847         (dwarf_decode_macros): Likewise.
2848         * eval.c (value_f90_subarray): Likewise.
2849         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
2850         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
2851         * infrun.c (handle_command): Likewise.
2852         * memory-map.c (memory_map_start_memory): Likewise.
2853         * osabi.c (set_osabi): Likewise.
2854         * parse.c (operator_length_standard): Likewise.
2855         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
2856         single return point.
2857         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
2858         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
2859         (gdbpy_lookup_global_symbol): Likewise.
2860         * record-full.c (record_full_restore): Likewise.
2861         * regcache.c (regcache_register_status): Likewise.
2862         (regcache_raw_read): Likewise.
2863         (regcache_cooked_read): Likewise.
2864         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
2865         * symtab.c (initialize_ordinary_address_classes): Likewise.
2866         * target-debug.h (target_debug_print_signals): Likewise.
2867         * utils.c (do_restore_current_language): Likewise.
2868
2869 2015-08-06  Clem Dickey  <clemd@acm.org>
2870
2871         PR python/17136
2872         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
2873
2874 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
2875
2876         * complaints.c (enum complaint_series): Add newlines and remove
2877         out of date comment.
2878         (struct complaints) <series>: Change type to enum
2879         complaint_series and remove out of date comment.
2880         (symfile_complaint_hook): Use equivalent enum value
2881         ISOLATED_MESSAGE instead of 0.
2882
2883 2015-08-06  Pedro Alves  <palves@redhat.com>
2884
2885         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
2886         returned > 0.
2887
2888 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
2889
2890         * common/agent.c (symbol_list) <required>: Remove.
2891
2892 2015-08-06  Pedro Alves  <palves@redhat.com>
2893
2894         * target/waitstatus.h (enum target_stop_reason)
2895         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2896
2897 2015-08-05  Pedro Alves  <palves@redhat.com>
2898             Joel Brobecker  <brobecker@adacore.com>
2899
2900         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
2901         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
2902         case where BS->STOP is not set.
2903
2904 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
2905
2906         * nat/gdb_thread_db.h: Add copyright header.
2907         Protect against multiple inclusion.
2908
2909 2015-08-05  Yao Qi  <yao.qi@linaro.org>
2910
2911         * aarch64-linux-nat.c (get_thread_id): Remove.
2912         (debug_reg_change_callback): Call ptid_get_lwp instead of
2913         get_thread_id.
2914         (fetch_gregs_from_thread): Likewise.
2915         (store_gregs_to_thread): Likewise.
2916         (fetch_fpregs_from_thread): Likewise.
2917         (store_fpregs_to_thread): Likewise.
2918         (aarch64_linux_get_debug_reg_capacity): Likewise.
2919         * arm-linux-nat.c (get_thread_id): Remove.
2920         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2921         * xtensa-linux-nat.c (get_thread_id): Remove.
2922         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2923         * arm-linux-nat.c (get_thread_id): Remove.
2924         (GET_THREAD_ID): Remove.
2925         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
2926         (store_fpregs, fetch_regs, store_regs): Likewise.
2927         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
2928         (fetch_vfp_regs, store_vfp_regs): Likewise.
2929         (arm_linux_read_description): Likewise.
2930         (arm_linux_get_hwbp_cap): Likewise.
2931         * xtensa-linux-nat.c (get_thread_id): Remove.
2932         (GET_THREAD_ID): Remove.
2933         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
2934         GET_THREAD_ID.
2935
2936 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
2937
2938         * python/py-linetable.c: Fix case of Linetable to LineTable
2939         in docstrings and code comments.
2940         * python/py-symtab.c: Same.
2941
2942 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2943
2944         * infcmd.c (signal_command): Call do_cleanups for args_chain.
2945
2946 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2947
2948         PR gdb/18767
2949         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
2950         use.
2951
2952 2015-08-04  Pedro Alves  <palves@redhat.com>
2953
2954         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
2955         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
2956         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
2957         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
2958         (td_thr_validate_ftype, td_thr_get_info_ftype)
2959         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
2960         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
2961         New typedefs.
2962         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
2963         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
2964         local macros and use them instead of verbose_dlsym and dlsym
2965         calls.
2966
2967 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
2968
2969         * nios2-tdep.h: Include opcode/nios2.h here.
2970         (NIOS2_CDX_OPCODE_SIZE): New.
2971         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
2972         * nios2-tdep.c: Don't include opcode/nios2.h here.
2973         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
2974         4-byte read fails.
2975         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
2976         (nios2_match_addi, nios2_match_orhi): Likewise.
2977         (nios2_match_stw, nios2_match_ldw): Likewise.
2978         (nios2_match_rdctl): Likewise.
2979         (nios2_match_stwm, nios2_match_ldwm): New.
2980         (nios2_match_branch): Add cases for R2 encodings.
2981         (nios2_match_jmpi, nios2_match_calli): Likewise.
2982         (nios2_match_jmpr, nios2_match_callr): Likewise.
2983         (nios2_match_break, nios2_match_trap): Likewise.
2984         (nios2_in_epilogue_p): Add R2 support.
2985         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
2986         prologues.
2987         (nios2_breakpoint_from_pc): Handle R2 instructions.
2988         (nios2_get_next_pc): Likewise.  Adjust call to
2989         tdep->syscall_next_pc.
2990         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
2991         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
2992         instruction field macros instead of literal hex values.
2993         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
2994         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
2995         Use size field from OP instead of assuming all instructions
2996         are the same size.
2997         (nios2_linux_init_abi): Register appropriate unwinder for mach.
2998
2999 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
3000
3001         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
3002         variable warning with some compilers.
3003
3004 2015-08-03  Yao Qi  <yao.qi@linaro.org>
3005
3006         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
3007         in comment.  Replace "rw" with "type".
3008         (arm_linux_remove_watchpoint): Change type of "rw" to
3009         "enum target_hw_bp_type".
3010
3011 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
3012
3013         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
3014         lookup_symbol.
3015         * ft32-tdep.c (ft32_skip_prologue): Likewise.
3016         * moxie-tdep.c (moxie_skip_prologue): Likewise.
3017         * mt-tdep.c (mt_skip_prologue): Likewise.
3018         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
3019
3020 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3021
3022         * ada-exp.y (write_object_renaming): Replace struct
3023         ada_symbol_info with struct block_symbol.  Update field
3024         references accordingly.
3025         (block_lookup, select_possible_type_sym): Likewise.
3026         (find_primitive_type): Likewise.  Also update call to
3027         ada_lookup_symbol to extract the symbol itself.
3028         (write_var_or_type, write_name_assoc): Likewise.
3029         * ada-lang.h (struct ada_symbol_info): Remove.
3030         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
3031         struct block_symbol.
3032         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
3033         (ada_lookup_symbol): Return struct block_symbol instead of a
3034         mere symbol.
3035         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
3036         with struct block_symbol.
3037         (resolve_subexp, ada_resolve_function, sort_choices,
3038         user_select_syms, is_nonfunction, add_defn_to_vec,
3039         num_defns_collected, defns_collected,
3040         symbols_are_identical_enums, remove_extra_symbols,
3041         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
3042         ada_lookup_symbol_list, ada_iterate_over_symbols,
3043         ada_lookup_encoded_symbol, get_var_value): Likewise.
3044         (ada_lookup_symbol): Return a block_symbol instead of a mere
3045         symbol.  Replace struct ada_symbol_info with struct
3046         block_symbol.
3047         (ada_lookup_symbol_nonlocal): Likewise.
3048         (standard_lookup): Make block passing explicit through
3049         lookup_symbol_in_language.
3050         * ada-tasks.c (get_tcb_types_info): Update the calls to
3051         lookup_symbol_in_language to extract the mere symbol out of the
3052         returned value.
3053         (ada_tasks_inferior_data_sniffer): Likewise.
3054         * ax-gdb.c (gen_static_field): Likewise for the call to
3055         lookup_symbol.
3056         (gen_maybe_namespace_elt): Deal with struct block_symbol from
3057         lookup functions.
3058         (gen_expr): Likewise.
3059         * c-exp.y: Likewise.  Remove uses of block_found.
3060         (lex_one_token, classify_inner_name, c_print_token): Likewise.
3061         (classify_name): Likewise.  Rename the "sym" local variable to
3062         "bsym".
3063         * c-valprint.c (print_unpacked_pointer): Likewise.
3064         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
3065         "sym" parameter from struct symbol * to struct block_symbol.
3066         Use it to remove uses of block_found.  Deal with struct
3067         block_symbol from lookup functions.
3068         (gcc_convert_symbol): Likewise.  Update the call to
3069         convert_symbol_sym.
3070         * compile/compile-object-load.c (compile_object_load): Deal with
3071         struct block_symbol from lookup functions.
3072         * cp-namespace.c (cp_lookup_nested_symbol_1,
3073         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
3074         cp_search_static_and_baseclasses,
3075         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
3076         cp_lookup_symbol_imports_or_template,
3077         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
3078         lookup_namespace_scope, cp_lookup_nonlocal,
3079         find_symbol_in_baseclass): Return struct block_symbol instead of
3080         mere symbols and deal with struct block_symbol from lookup
3081         functions.
3082         * cp-support.c (inspect_type, replace_typedefs,
3083         cp_lookup_rtti_type): Deal with struct block_symbol from
3084         lookup functions.
3085         * cp-support.h (cp_lookup_symbol_nonlocal,
3086         cp_lookup_symbol_from_namespace,
3087         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
3088         Return struct block_symbol instead of mere symbols.
3089         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
3090         push_module_name):
3091         Deal with struct block_symbol from lookup functions.  Remove
3092         uses of block_found.
3093         * eval.c (evaluate_subexp_standard): Update call to
3094         cp_lookup_symbol_namespace.
3095         * f-exp.y: Deal with struct block_symbol from lookup functions.
3096         Remove uses of block_found.
3097         (yylex): Likewise.
3098         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
3099         lookup_enum, lookup_template_type, check_typedef): Deal with
3100         struct block_symbol from lookup functions.
3101         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
3102         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
3103         (gdbscm_lookup_global_symbol): Likewise.
3104         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
3105         * go-exp.y: Likewise.  Remove uses of block_found.
3106         (package_name_p, classify_packaged_name, classify_name):
3107         Likewise.
3108         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3109         * jv-exp.y (push_variable): Likewise.
3110         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
3111         * language.c (language_bool_type): Likewise.
3112         * language.h (struct language_defn): Update
3113         la_lookup_symbol_nonlocal to return a struct block_symbol rather
3114         than a mere symbol.
3115         * linespec.c (find_label_symbols): Deal with struct block_symbol
3116         from lookup functions.
3117         * m2-exp.y: Likewise.  Remove uses of block_found.
3118         (yylex): Likewise.
3119         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
3120         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
3121         * p-exp.y: Likewise.  Remove uses of block_found.
3122         (yylex): Likewise.
3123         * p-valprint.c (pascal_val_print): Likewise.
3124         * parse.c (write_dollar_variable): Likewise.  Remove uses of
3125         block_found.
3126         * parser-defs.h (struct symtoken): Turn the SYM field into a
3127         struct block_symbol.
3128         * printcmd.c (address_info): Deal with struct block_symbol from
3129         lookup functions.
3130         * python/py-frame.c (frapy_read_var): Likewise.
3131         * python/py-symbol.c (gdbpy_lookup_symbol,
3132         gdbpy_lookup_global_symbol): Likewise.
3133         * skip.c (skip_function_command): Likewise.
3134         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
3135         block_symbol instead of a mere symbol.
3136         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
3137         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
3138         * solib.c (solib_global_lookup): Likewise.
3139         * solist.h (solib_global_lookup): Likewise.
3140         (struct target_so_ops): Update lookup_lib_global_symbol to
3141         return a struct block_symbol rather than a mere symbol.
3142         * source.c (select_source_symtab): Deal with struct block_symbol
3143         from lookup functions.
3144         * stack.c (print_frame_args, iterate_over_block_arg_vars):
3145         Likewise.
3146         * symfile.c (set_initial_language): Likewise.
3147         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
3148         block_symbol.
3149         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
3150         (struct symbol_cache_slot): Turn the FOUND field into a struct
3151         block_symbol.
3152         (block_found): Remove.
3153         (eq_symbol_entry): Update to deal with struct block_symbol in
3154         cache slots.
3155         (symbol_cache_lookup): Return a struct block_symbol rather than
3156         a mere symbol.
3157         (symbol_cache_mark_found): Add a BLOCK parameter to fill
3158         appropriately the cache slots.  Update callers.
3159         (symbol_cache_dump): Update cache slots handling to the type
3160         change.
3161         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
3162         lookup_symbol_aux, lookup_local_symbol,
3163         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
3164         lookup_symbol_in_objfile_symtabs,
3165         lookup_symbol_in_objfile_from_linkage_name,
3166         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
3167         lookup_symbol_in_static_block, lookup_static_symbol,
3168         lookup_global_symbol):
3169         Return a struct block_symbol rather than a mere symbol.  Deal
3170         with struct block_symbol from other lookup functions.  Remove
3171         uses of block_found.
3172         (lookup_symbol_in_block): Remove uses of block_found.
3173         (struct global_sym_lookup_data): Turn the RESULT field into a
3174         struct block_symbol.
3175         (lookup_symbol_global_iterator_cb): Update references to the
3176         RESULT field.
3177         (search_symbols): Deal with struct block_symbol from lookup
3178         functions.
3179         * symtab.h (struct block_symbol): New structure.
3180         (block_found): Remove.
3181         (lookup_symbol_in_language, lookup_symbol,
3182         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
3183         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
3184         lookup_global_symbol_from_objfile): Return a struct block_symbol
3185         rather than just a mere symbol.  Update comments to remove
3186         mentions of block_found.
3187         * valops.c (find_function_in_inferior,
3188         value_struct_elt_for_reference, value_maybe_namespace_elt,
3189         value_of_this):  Deal with struct block_symbol from lookup
3190         functions.
3191         * value.c (value_static_field, value_fn_field): Likewise.
3192
3193 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
3194
3195         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
3196         instead of integer.
3197
3198 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
3199             Pedro Alves  <palves@redhat.com>
3200
3201         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
3202         type or value instead of integer.
3203         (aarch64_linux_insert_watchpoint): Likewise.
3204         (aarch64_linux_remove_watchpoint): Likewise.
3205         * ada-lang.c (ada_op_print_tab): Likewise.
3206         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
3207         (amd64_linux_syscall_record_common): Likewise.
3208         * arch-utils.c (target_byte_order_user): Likewise.
3209         (default_byte_order): Likewise.
3210         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
3211         (arm_linux_get_hwbp_type): Likewise.
3212         (arm_linux_hw_watchpoint_initialize): Likewise.
3213         (arm_linux_insert_watchpoint): Likewise.
3214         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
3215         (arm_linux_syscall_record): Likewise.
3216         * breakpoint.c (update_watchpoint): Likewise.
3217         (breakpoint_here_p): Likewise.
3218         (bpstat_print): Likewise.
3219         (enable_breakpoint_disp): Likewise.
3220         * c-lang.c (c_op_print_tab): Likewise.
3221         * cli/cli-decode.c (add_info_alias): Likewise.
3222         * d-lang.c (d_op_print_tab): Likewise.
3223         * eval.c (evaluate_subexp_standard): Likewise.
3224         * f-exp.y (dot_ops): Likewise.
3225         (f77_keywords): Likewise.
3226         * f-lang.c (f_op_print_tab): Likewise.
3227         * go-lang.c (go_op_print_tab): Likewise.
3228         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
3229         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
3230         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
3231         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
3232         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
3233         (struct scm_from_stringn_data): Likewise.
3234         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
3235         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
3236         (ia64_linux_remove_watchpoint): Likewise.
3237         (ia64_linux_can_use_hw_breakpoint): Likewise.
3238         * infrun.c (print_stop_event): Likewise.
3239         * jv-lang.c (java_op_print_tab): Likewise.
3240         * linux-nat.c (linux_proc_xfer_partial): Likewise.
3241         * linux-nat.h (struct lwp_info): Likewise.
3242         * linux-thread-db.c (enable_thread_event): Likewise.
3243         * m2-lang.c (m2_op_print_tab): Likewise.
3244         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
3245         (mi_cmd_stack_list_variables): Likewise.
3246         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
3247         * mi/mi-out.c (mi_table_begin): Likewise.
3248         (mi_table_header): Likewise.
3249         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
3250         (mips_linux_insert_watchpoint): Likewise.
3251         (mips_linux_remove_watchpoint): Likewise.
3252         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
3253         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
3254         (mips_linux_watch_type_to_irw): Likewise.
3255         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
3256         (procfs_insert_hw_watchpoint): Likewise.
3257         (procfs_remove_hw_watchpoint): Likewise.
3258         (procfs_hw_watchpoint): Likewise.
3259         (procfs_can_use_hw_breakpoint): Likewise.
3260         (procfs_remove_hw_watchpoint): Likewise.
3261         (procfs_insert_hw_watchpoint): Likewise.
3262         * p-lang.c (pascal_op_print_tab): Likewise.
3263         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
3264         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
3265         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
3266         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
3267         (procfs_insert_watchpoint): Likewise.
3268         (procfs_remove_watchpoint): Likewise.
3269         * psymtab.c (recursively_search_psymtabs): Likewise.
3270         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
3271         (m32r_insert_watchpoint): Likewise.
3272         * remote-mips.c (mips_can_use_watchpoint): Likewise.
3273         (mips_insert_watchpoint): Likewise.
3274         (mips_remove_watchpoint): Likewise.
3275         * remote.c (watchpoint_to_Z_packet): Likewise.
3276         (remote_insert_watchpoint): Likewise.
3277         (remote_remove_watchpoint): Likewise.
3278         (remote_check_watch_resources): Likewise.
3279         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3280         (s390_remove_watchpoint): Likewise.
3281         (s390_can_use_hw_breakpoint): Likewise.
3282         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
3283         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
3284         * target.h (struct target_ops): Likewise.
3285         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
3286         * ui-out.c (struct ui_out_hdr): Likewise.
3287         (append_header_to_list): Likewise.
3288         (get_next_header): Likewise.
3289         (verify_field): Likewise.
3290         (ui_out_begin): Likewise.
3291         (ui_out_field_int): Likewise.
3292         (ui_out_field_fmt_int): Likewise.
3293         (ui_out_field_skip): Likewise.
3294         (ui_out_field_string): Likewise.
3295         (ui_out_field_fmt): Likewise.
3296         * varobj.c (new_variable): Likewise.
3297         * x86-nat.c (x86_insert_watchpoint): Likewise.
3298         (x86_remove_watchpoint): Likewise.
3299         (x86_can_use_hw_breakpoint): Likewise.
3300         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
3301         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
3302         previously anonymous enumeration type..
3303         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
3304         value.
3305         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
3306         (target_debug_print_enum_bptype): New.
3307         * target-delegates.c: Regenerate.
3308
3309 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
3310
3311         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
3312         already says and disallow non-stack memory writes in the prologue.
3313
3314 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
3315
3316         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
3317         reflect how current GCC emits stack overflow checks.  Match
3318         both trap and break instructions for backward compatbility.
3319         Disallow other trap and break instructions in the prologue.
3320
3321 2015-07-30  Pedro Alves  <palves@redhat.com>
3322
3323         PR threads/18600
3324         * linux-nat.c (wait_lwp): Report to the core when thread group
3325         leader exits.
3326
3327 2015-07-30  Pedro Alves  <palves@redhat.com>
3328             Simon Marchi  <simon.marchi@ericsson.com>
3329
3330         PR threads/18600
3331         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
3332         mark the new thread as resumed.  Remove STOPPING parameter.
3333         (wait_lwp): Adjust call to linux_handle_extended_wait.
3334         (linux_nat_filter_event): Adjust call to
3335         linux_handle_extended_wait.
3336         (resume_stopped_resumed_lwps): Add debug output.
3337
3338 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
3339
3340         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
3341         isize argument.
3342         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
3343         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
3344         gdbarch_fast_tracepoint_valid_at.
3345         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
3346         * gdbarch.h: Regenerate.
3347         * gdbarch.c: Regenerate.
3348         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
3349         argument.  Do not set it.
3350         * remote.c (remote_download_tracepoint): Adjust call to
3351         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
3352         the instruction length.
3353
3354 2015-07-30  Yao Qi  <yao.qi@linaro.org>
3355
3356         * arm-tdep.h (enum gdb_regnum): Move it to ...
3357         * arch/arm.h: ... here.  New file.
3358         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
3359
3360 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
3361
3362         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
3363         Change its type to int *.
3364         (decode_br): Rename link argument to is_blr.  Change its type to
3365         int *.
3366         (decode_cb): Rename op argument to is_cbnz.  Change its type to
3367         int *.
3368         (decode_tb): Rename op argument to is_tbnz.  Change its type to
3369         int *.  Set is_tbnz to either 1 or 0.
3370         (aarch64_analyze_prologue): Change type of is_link to int.  Add
3371         new variables is_cbnz and is_tbnz.  Adjust call to
3372         aarch64_decode_cb and aarch64_decode_tb.
3373
3374 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
3375
3376         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
3377         parameter.
3378         (mips_linux_new_thread): Likewise.
3379         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
3380
3381 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
3382
3383         * top.c: Include "tui/tui.h".
3384         (undo_terminal_modifications_before_exit): New static function.
3385         (quit_force): Use it.
3386
3387 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
3388
3389         * target.c (terminal_state): Initialize to terminal_is_ours.
3390
3391 2015-07-29  Yao Qi  <yao.qi@linaro.org>
3392
3393         PR record/18691
3394         * dcache.c (dcache_read_memory_partial): Call
3395         raw_memory_xfer_partial.
3396         * target.c (raw_memory_xfer_partial): Make it non-static.
3397         * target.h (raw_memory_xfer_partial): Declare.
3398
3399 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
3400
3401         * c-valprint.c (c_val_print_array): Consider addressable memory
3402         unit size.
3403         (c_val_print_ptr): Likewise.
3404         (c_val_print_int): Likewise.
3405         * findvar.c (read_frame_register_value): Likewise.
3406         * valarith.c (find_size_for_pointer_math): Likewise.
3407         (value_ptrdiff): Likewise.
3408         (value_subscripted_rvalue): Likewise.
3409         * valops.c (read_value_memory): Likewise (and rename variables).
3410         (value_assign): Likewise.
3411         (value_repeat): Likewise.
3412         (value_array): Likewise.
3413         (value_slice): Likewise.
3414         * valprint.c (generic_val_print_ptr): Likewise.
3415         (generic_val_print_enum): Likewise.
3416         (generic_val_print_bool): Likewise.
3417         (generic_val_print_int): Likewise.
3418         (generic_val_print_char): Likewise.
3419         (generic_val_print_float): Likewise.
3420         (generic_val_print_decfloat): Likewise.
3421         (generic_val_print_complex): Likewise.
3422         (val_print_scalar_formatted): Likewise.
3423         (val_print_array_elements): Likewise.
3424         * value.c (set_value_parent): Likewise.
3425         (value_contents_copy_raw): Likewise.
3426         (set_internalvar_component): Likewise.
3427         (value_primitive_field): Likewise.
3428         (value_fetch_lazy): Likewise.
3429         * value.h (read_value_memory): Update comment.
3430
3431 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
3432
3433         * value.c (get_value_arch): New function.
3434         * value.h (get_value_arch): New declaration.
3435
3436 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
3437
3438         * value.c (struct value): Update comments.
3439
3440 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
3441
3442         * gdbtypes.c (type_length_units): New function.
3443         * gdbtypes.h (type_length_units): New declaration.
3444         (struct type) <length>: Update comment.
3445
3446 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3447
3448         * valprint.c (generic_val_print): Factor out complex
3449         printing code to ...
3450         (generic_val_print_complex): ... this new function.
3451
3452 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3453
3454         * valprint.c (generic_val_print): Factor out decfloat
3455         printing code to ...
3456         (generic_val_print_decfloat): ... this new function.
3457
3458 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3459
3460         * valprint.c (generic_val_print): Factor out float
3461         printing code to ...
3462         (generic_val_print_float): ... this new function.
3463
3464 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3465
3466         * valprint.c (generic_val_print): Factor out char
3467         printing code to ...
3468         (generic_val_print_char): ... this new function.
3469
3470 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3471
3472         * valprint.c (generic_val_print): Factor out integer
3473         printing code to ...
3474         (generic_val_print_int): ... this new function.
3475
3476 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3477
3478         * valprint.c (generic_val_print): Factor out bool
3479         printing code to ...
3480         (generic_val_print_bool): ... this new function.
3481
3482 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3483
3484         * valprint.c (generic_val_print): Factor out function/method
3485         printing code to ...
3486         (generic_val_print_func): ... this new function.
3487
3488 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3489
3490         * valprint.c (generic_val_print): Factor out flags
3491         printing code to ...
3492         (generic_val_print_flags): ... this new function.
3493
3494 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3495
3496         * valprint.c (generic_val_print): Factor out enum
3497         printing code to ...
3498         (generic_val_print_enum): ... this new function.
3499
3500 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3501
3502         * valprint.c (generic_val_print): Factor out reference
3503         printing code to ...
3504         (generic_val_print_ref): ... this new function.
3505
3506 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3507
3508         * valprint.c (generic_val_print): Factor out memberptr
3509         printing code to ...
3510         (generic_val_print_memberptr): ... this new function.
3511
3512 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3513
3514         * valprint.c (generic_val_print): Factor out pointer
3515         printing code to ...
3516         (generic_val_print_ptr): ... this new function.
3517
3518 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3519
3520         * valprint.c (generic_val_print): Factor out array
3521         printing code to ...
3522         (generic_val_print_array): ... this new function.
3523
3524 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
3525
3526         * valprint.c (generic_val_print): Factor out
3527         print_unpacked_pointer code to ...
3528         (print_unpacked_pointer): ... this new function.
3529
3530 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
3531
3532         * event-top.c (handle_sigterm): Don't inspect
3533         target_can_async_p.  Always set the quit flag and always mark
3534         the async signal handler.
3535
3536 2015-07-27  Yao Qi  <yao.qi@linaro.org>
3537
3538         * Makefile.in (REMOTE_EXAMPLES): Remove it.
3539
3540 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
3541
3542         * remote.c (read_ptid): Return null_ptid when no thread id
3543         is found.
3544         (remote_current_thread): Add log warning for malformed
3545         qC reply.
3546         (remote_start_remote): Add log warning when current thread
3547         not found.
3548
3549 2015-07-24  Pedro Alves  <palves@redhat.com>
3550
3551         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
3552         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
3553         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
3554
3555 2015-07-24  Pedro Alves  <palves@redhat.com>
3556
3557         PR gdb/18717
3558         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
3559         is resumed, and extend the debug log.
3560
3561 2015-07-24  Pedro Alves  <palves@redhat.com>
3562
3563         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
3564
3565 2015-07-24  Pedro Alves  <palves@redhat.com>
3566
3567         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
3568         sys/ptrace.h.
3569         * alpha-linux-nat.c: Likewise.
3570         * amd64-linux-nat.c: Likewise.
3571         * arm-linux-nat.c: Likewise.
3572         * hppa-linux-nat.c: Likewise.
3573         * i386-linux-nat.c: Likewise.
3574         * ia64-linux-nat.c: Likewise.
3575         * linux-fork.c: Likewise.
3576         * linux-nat.c: Likewise.
3577         * m32r-linux-nat.c: Likewise.
3578         * m68klinux-nat.c: Likewise.
3579         * mips-linux-nat.c: Likewise.
3580         * nat/linux-btrace.c: Likewise.
3581         * nat/linux-ptrace.c: Likewise.
3582         * nat/linux-ptrace.h
3583         * nat/mips-linux-watch.c: Likewise.
3584         * nat/x86-linux-dregs.c: Likewise.
3585         * ppc-linux-nat.c: Likewise.
3586         * s390-linux-nat.c: Likewise.
3587         * spu-linux-nat.c: Likewise.
3588         * tilegx-linux-nat.c: Likewise.
3589         * x86-linux-nat.c: Likewise.
3590         * xtensa-linux-nat.c: Likewise.
3591
3592 2015-07-24  Pedro Alves  <palves@redhat.com>
3593
3594         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
3595         __ptrace_request as first parameter type instead of int.
3596         (PTRACE_TYPE_ARG1): Define.
3597         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
3598         that casts first argument to PTRACE_TYPE_ARG1.
3599         * config.in: Regenerate.
3600         * configure: Regenerate.
3601
3602 2015-07-24  Pedro Alves  <palves@redhat.com>
3603
3604         * gdb_ptrace.h: Move ...
3605         * nat/gdb_ptrace.h: ... here.
3606         * inf-ptrace.c: Adjust.
3607
3608 2015-07-24  Pedro Alves  <palves@redhat.com>
3609
3610         * acinclude.m4: Include ptrace.m4.
3611         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
3612         * ptrace.m4: ... to this new file.
3613
3614 2015-07-23  Doug Evans  <dje@google.com>
3615
3616         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
3617         (load_cu): Handle dummy CUs.
3618         (dw2_do_instantiate_symtab, process_queuef): Ditto.
3619         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
3620
3621 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
3622
3623         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
3624         documentation to say that it returns a list rather than
3625         a FrozenSet.
3626         (linetable_object_methods): Update the docstring of the
3627         "source_line" entry.
3628
3629 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
3630
3631         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
3632         type to the recursive call instead of the original (maybe
3633         TYPE_CODE_TYPEDEF) type.
3634
3635 2015-07-23  Yao Qi  <yao.qi@linaro.org>
3636
3637         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
3638         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
3639         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
3640
3641 2015-07-21  Yao Qi  <yao.qi@linaro.org>
3642
3643         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
3644         Move it to nat/aarch64-linux-hw-point.c.
3645         (aarch64_linux_child_post_startup_inferior): Update.
3646         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
3647         New function.
3648         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
3649         Declare it.
3650
3651 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
3652
3653         * common/btrace-common.c (btrace_data_append): Change case label.
3654
3655 2015-07-20  Yao Qi  <yao.qi@linaro.org>
3656
3657         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
3658         Re-indent the code.
3659         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
3660         "unsigned long long".
3661
3662 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
3663
3664         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
3665         to be set for SEC_ALLOC sections too.
3666
3667 2015-07-17  Yao Qi  <yao.qi@linaro.org>
3668
3669         * Makefile.in (HFILES_NO_SRCDIR): Add
3670         nat/aarch64-linux-hw-point.h.
3671         (aarch64-linux-hw-point.o): New rule.
3672         * nat/aarch64-linux-hw-point.h: New file.
3673         * nat/aarch64-linux-hw-point.c: New file.
3674         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
3675         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
3676         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
3677         (AARCH64_HWP_ALIGNMENT): Likewise.
3678         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
3679         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
3680         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
3681         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
3682         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
3683         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
3684         (struct aarch64_debug_reg_state): Likewise.
3685         (struct arch_lwp_info): Likewise.
3686         (aarch64_linux_set_debug_regs): Likewise.
3687         (aarch64_notify_debug_reg_change): Remove static.
3688         (aarch64_align_watchpoint): Likewise.
3689         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
3690         (aarch64_watchpoint_length): Likewise.
3691         (aarch64_point_encode_ctrl_reg): Likewise
3692         (aarch64_point_is_aligned): Likewise.
3693         (aarch64_dr_state_insert_one_point): Likewise.
3694         (aarch64_dr_state_remove_one_point): Likewise.
3695         (aarch64_handle_breakpoint): Likewise.
3696         (aarch64_handle_aligned_watchpoint): Likewise.
3697         (aarch64_handle_unaligned_watchpoint): Likewise.
3698         (aarch64_handle_watchpoint): Likewise.
3699         * config/aarch64/linux.mh (NAT_FILE): Add
3700         aarch64-linux-hw-point.o.
3701
3702 2015-07-17  Yao Qi  <yao.qi@linaro.org>
3703
3704         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
3705         state and don't call aarch64_get_debug_reg_state.  All callers
3706         update.
3707         (aarch64_linux_insert_hw_breakpoint): Call
3708         aarch64_get_debug_reg_state earlier.
3709         (aarch64_linux_remove_hw_breakpoint): Likewise.
3710         (aarch64_handle_aligned_watchpoint): Add argument state and
3711         don't call aarch64_get_debug_reg_state.  All callers update.
3712         (aarch64_handle_unaligned_watchpoint): Likewise.
3713         (aarch64_handle_watchpoint): Add argument state.
3714         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
3715         earlier.
3716         (aarch64_linux_remove_watchpoint): Likewise.
3717
3718 2015-07-17  Yao Qi  <yao.qi@linaro.org>
3719
3720         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
3721         debug_printf.
3722         (aarch64_handle_unaligned_watchpoint): Likewise.
3723
3724 2015-07-17  Yao Qi  <yao.qi@linaro.org>
3725
3726         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
3727         argument type's type to 'enum target_hw_bp_type'.
3728         (aarch64_dr_state_remove_one_point): Likewise.
3729         (aarch64_handle_breakpoint): Likewise.
3730         (aarch64_linux_insert_hw_breakpoint): Likewise.
3731         (aarch64_linux_remove_hw_breakpoint): Likewise.
3732         (aarch64_handle_aligned_watchpoint): Likewise.
3733
3734 2015-07-17  Yao Qi  <yao.qi@linaro.org>
3735
3736         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
3737         ptid_get_pid instead of get_thread_id.
3738
3739 2015-07-17  Yao Qi  <yao.qi@linaro.org>
3740
3741         * remote.c (get_current_thread): Initialise ptid to null_ptid.
3742         (add_current_inferior_and_thread): Don't initialise ptid.
3743
3744 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
3745
3746         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
3747         unavailable if invalid.
3748
3749 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3750
3751         Revert the previous 6 commits:
3752         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3753         Move gdb_regex* to common/
3754         Prepare linux_find_memory_regions_full & co. for move
3755         Move linux_find_memory_regions_full & co.
3756         gdbserver build-id attribute generator
3757         Validate symbol file using build-id
3758
3759 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3760             Jan Kratochvil  <jan.kratochvil@redhat.com>
3761
3762         Validate symbol file using build-id.
3763         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
3764         and 'show validate-build-id'.  Add build-id attribute.
3765         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
3766         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
3767         * solib-frv.c (_initialize_frv_solib): Ditto.
3768         * solib-spu.c (set_spu_solib_ops): Ditto.
3769         * solib-svr4.c: Include rsp-low.h.
3770         (NOTE_GNU_BUILD_ID_NAME): New define.
3771         (svr4_validate): New function.
3772         (svr4_copy_library_list): Duplicate field build_id.
3773         (library_list_start_library): Parse 'build-id' attribute.
3774         (svr4_library_attributes): Add 'build-id' attribute.
3775         (_initialize_svr4_solib): Assign validate value.
3776         * solib-target.c (solib.h): Include.
3777         (_initialize_solib_target): Assign validate value.
3778         * solib.c (validate_build_id, show_validate_build_id): New.
3779         (solib_map_sections): Use ops->validate.
3780         (clear_so): Free build_id.
3781         (default_solib_validate): New function.
3782         (_initialize_solib): Add "validate-build-id".
3783         * solib.h (default_solib_validate): New declaration.
3784         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
3785         (target_so_ops): New field 'validate'.
3786
3787 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3788             Jan Kratochvil  <jan.kratochvil@redhat.com>
3789
3790         gdbserver build-id attribute generator.
3791         * features/library-list-svr4.dtd (library-list-svr4): New
3792         'build-id' attribute.
3793
3794 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3795             Jan Kratochvil  <jan.kratochvil@redhat.com>
3796
3797         Move linux_find_memory_regions_full & co.
3798         * linux-tdep.c (nat/linux-maps.h): Include.
3799         (gdb_regex.h): Remove the include.
3800         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
3801         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
3802         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
3803         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
3804         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
3805         and target/target.h.
3806         (struct smaps_vmflags, read_mapping, decode_vmflags)
3807         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
3808         (linux_find_memory_regions_full): Move from linux-tdep.c.
3809         * nat/linux-maps.h (read_mapping): New declaration.
3810         (linux_find_memory_region_ftype, enum filterflags): Moved from
3811         linux-tdep.c.
3812         (linux_find_memory_regions_full): New declaration.
3813         * target.c (target/target-utils.h): Include.
3814         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
3815         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
3816         definitions to target/target-utils.c.
3817         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
3818         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
3819         from target.c.
3820         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
3821         (read_alloc): New declaration.
3822         (read_stralloc_func_ftype): New typedef.
3823         (read_stralloc): New declaration.
3824         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
3825
3826 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3827             Jan Kratochvil  <jan.kratochvil@redhat.com>
3828
3829         Prepare linux_find_memory_regions_full & co. for move.
3830         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
3831         (linux_find_memory_regions_full): Change signature and prepare
3832         for moving to linux-maps.
3833         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
3834         (linux_find_memory_regions_thunk): New.
3835         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
3836         (linux_find_memory_regions_gdb): New.
3837         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
3838         (linux_make_mappings_corefile_notes): Use
3839         linux_find_memory_regions_gdb.
3840         * target.c (read_alloc_pread_ftype): New typedef.
3841         (target_fileio_read_alloc_1_pread): New function.
3842         (read_alloc): Refactor from target_fileio_read_alloc_1.
3843         (read_stralloc_func_ftype): New typedef.
3844         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
3845         (read_stralloc): Refactored from target_fileio_read_stralloc.
3846         (target_fileio_read_stralloc): New implementation, use read_stralloc.
3847
3848 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3849
3850         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
3851         common/gdb_regex.h.
3852         (COMMON_OBS): Add gdb_regex.o.
3853         (gdb_regex.o): New.
3854         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
3855         --without-included-regex and USE_INCLUDED_REGEX.
3856         * common/gdb_regex.c: New file from utils.c functions.
3857         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
3858         file wrapping define name.
3859         * configure: Rebuilt.
3860         * configure.ac (gdb_use_included_regex, --without-included-regex)
3861         (USE_INCLUDED_REGEX): Move them to common/common.m4.
3862         * gdb_regex.h: Move it to common/gdb_regex.h.
3863         * utils.c: Remove include gdb_regex.h.
3864         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
3865         (compile_rx_or_error): Move them to common/gdb_regex.c.
3866
3867 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3868             Jan Kratochvil  <jan.kratochvil@redhat.com>
3869
3870         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3871         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
3872         common/target-utils.h.
3873         (COMMON_OBS): Add target-utils.o.
3874         (linux-maps.o, target-utils.o): New.
3875         * target/target-utils.c: New file.
3876         * target/target-utils.h: New file.
3877         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
3878         * config/i386/linux64.mh (NATDEPFILES): Ditto.
3879         * nat/linux-maps.c: New file.
3880         * nat/linux-maps.h: New file.
3881
3882 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
3883             Pedro Alves <palves@redhat.com>
3884
3885         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
3886         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
3887         (perf_event_read_bts): Change the type of SIZE and READ.
3888         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
3889         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
3890         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
3891         mmap page.
3892         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
3893         buffer size to UINT_MAX.
3894         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
3895         DATA_TAIL.
3896         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
3897         <last_head>: Change type.
3898         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
3899         * common/btrace-common.c (btrace_data_append): Change the type of
3900         SIZE.
3901         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
3902         check.
3903
3904 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
3905
3906         * gdbtypes.h (CHECK_TYPEDEF): Remove.
3907         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
3908         with check_typedef.
3909         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
3910         (ada_array_length): Likewise.
3911         (find_parallel_type_by_descriptive_type): Likewise.
3912         (ada_check_typedef): Likewise.
3913         * arm-tdep.c (arm_return_in_memory): Likewise.
3914         * ax-gdb.c (gen_trace_static_fields): Likewise.
3915         (gen_struct_ref_recursive): Likewise.
3916         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3917         (variable: block COLONCOLON name): Likewise.
3918         (qualified_name: TYPENAME COLONCOLON name): Likewise.
3919         * c-lang.c (classify_type): Likewise.
3920         * c-typeprint.c (c_print_type): Likewise.
3921         (c_print_typedef): Likewise.
3922         (c_type_print_base): Likewise.
3923         * c-valprint.c (c_val_print): Likewise.
3924         * compile/compile-c-types.c (convert_type): Likewise.
3925         * compile/compile-object-load.c (get_out_value_type): Likewise.
3926         * completer.c (add_struct_fields): Likewise.
3927         (expression_completer): Likewise.
3928         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
3929         (cp_lookup_nested_symbol_1): Likewise.
3930         (cp_lookup_nested_symbol): Likewise.
3931         * cp-valprint.c (cp_print_value_fields): Likewise.
3932         (cp_print_static_field): Likewise.
3933         * d-valprint.c (d_val_print): Likewise.
3934         * eval.c (evaluate_subexp_standard): Likewise.
3935         (evaluate_subexp_for_sizeof): Likewise.
3936         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3937         * f-typeprint.c (f_type_print_base): Likewise.
3938         * f-valprint.c (f_val_print): Likewise.
3939         * gdbtypes.c (get_discrete_bounds): Likewise.
3940         (create_array_type_with_stride): Likewise.
3941         (type_name_no_tag_or_error): Likewise.
3942         (lookup_struct_elt_type): Likewise.
3943         (get_unsigned_type_max): Likewise.
3944         (internal_type_vptr_fieldno): Likewise.
3945         (set_type_vptr_fieldno): Likewise.
3946         (internal_type_vptr_basetype): Likewise.
3947         (set_type_vptr_basetype): Likewise.
3948         (get_vptr_fieldno): Likewise.
3949         (is_integral_type): Likewise.
3950         (is_scalar_type): Likewise.
3951         (is_scalar_type_recursive): Likewise.
3952         (distance_to_ancestor): Likewise.
3953         (is_unique_ancestor_worker): Likewise.
3954         (check_types_equal): Likewise.
3955         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
3956
3957 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
3958
3959         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
3960         also test for language_d.
3961         (dwarf2_compute_name): Likewise.
3962         (read_func_scope): Likewise.
3963         (read_structure_type): Likewise.
3964         (new_symbol_full): Likewise.
3965         (determine_prefix): Likewise.
3966         (read_import_statement): Use dot as the separator for language_d.
3967         (typename_concat): Likewise, but don't prefix the D main function.
3968
3969 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
3970
3971         * nat/linux-namespaces.c (setns): Rename from this ...
3972         (do_setns): ... to this.  Support calling setns if it exists.
3973         (mnsh_handle_setns): Call do_setns.
3974
3975 2015-07-13  Yao Qi  <yao.qi@linaro.org>
3976
3977         * exec.c (exec_file_attach): Add period at the end of error
3978         message.
3979
3980 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3981
3982         * tui/tui-win.c (window_name_completer): New function.
3983         (focus_completer): Call window_name_completer.  All old content
3984         moved into window_name_completer.
3985         (winheight_completer): New function.
3986         (_initialize_tui_win): Rename variable.  Add completer to
3987         winheight command.  Update doc string on winheight.
3988
3989 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
3990
3991         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
3992         all nios2 mach variants.
3993
3994 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
3995
3996         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
3997         of target_read_memory.
3998
3999 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4000
4001         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
4002         string copy.
4003         (parse_scrolling_args): Likewise.
4004
4005 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4006
4007         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
4008         names in this function.
4009
4010 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4011
4012         * tui/tui-data.h (SRC_NAME): Convert to lower case.
4013         (CMD_NAME): Likewise.
4014         (DATA_NAME): Likewise.
4015         (DISASSEM_NAME): Likewise.
4016         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
4017         (tui_set_win_height): Likewise.
4018         (parse_scrolling_args): Likewise.
4019
4020 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
4021
4022         * record-btrace.c (record_btrace_goto_begin)
4023         (record_btrace_goto_end, record_btrace_goto): Move call to
4024         print_stack_frame ...
4025         (record_btrace_set_replay): ... here.  Set stop_pc.
4026         * record-full.c (record_full_goto_entry): Set stop_pc.
4027
4028 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4029
4030         * NEWS: Mention support for tracepoints on aarch64-linux.
4031
4032 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4033
4034         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
4035         function.  Return 1.
4036         (the_low_target): Install it.
4037
4038 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4039
4040         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
4041         * gdb.trace/collection.exp: Likewise.
4042         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4043         * gdb.trace/mi-trace-unavailable.exp: Likewise.
4044         * gdb.trace/report.exp: Likewise.
4045         * gdb.trace/trace-break.exp: Likewise.
4046         * gdb.trace/unavailable.exp: Likewise.
4047         * gdb.trace/while-dyn.exp: Likewise.
4048
4049 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4050
4051         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
4052         (aarch64_gen_return_address): New function.
4053         (aarch64_gdbarch_init): Hook it.
4054
4055 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4056
4057         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
4058         swallow NOT_AVAILABLE_ERROR.
4059         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
4060         available_p is not set.
4061         (aarch64_stub_frame_unwind_stop_reason): New function.
4062         (aarch64_stub_unwind): Install it.
4063
4064 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4065
4066         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
4067         field.
4068         (aarch64_make_prologue_cache_1): New function, factored out from
4069         aarch64_make_prologue_cache.  Do not allocate cache.  Set
4070         available_p.
4071         (aarch64_make_prologue_cache): Reimplement wrapping
4072         aarch64_make_prologue_cache_1, and swallowing
4073         NOT_AVAILABLE_ERROR.
4074         (aarch64_prologue_frame_unwind_stop_reason): New function.
4075         Return UNWIND_UNAVAILABLE if available_p is not set.
4076         (aarch64_prologue_unwind): Install it.
4077         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
4078         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
4079         frame_id_build_unavailable_stack if available_p is not set.
4080
4081 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4082
4083         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
4084         fields.
4085         (aarch64_scan_prologue): Set prev_pc.
4086         (aarch64_make_prologue_cache): Set func.
4087         (aarch64_make_stub_cache): Set prev_pc.
4088         (aarch64_prologue_this_id): Remove local variables id, pc and
4089         func.  Read prev_pc and func from cache.
4090         (aarch64_stub_this_id): Read prev_pc from cache.
4091
4092 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4093
4094         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
4095         argument this_cache.  Remove unused local variables reg and
4096         unwound_fp.  Return early if this_cache is already set.  Set
4097         this_cache.
4098         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
4099
4100 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
4101
4102         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
4103         New argument this_cache.  Return early if this_cache is already
4104         set.  Set this_cache.
4105         (aarch64_prologue_this_id): Update call to
4106         aarch64_make_prologue_cache.
4107         (aarch64_prologue_prev_register): Likewise.
4108         (aarch64_normal_frame_base): Likewise.
4109
4110 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4111
4112         * c-valprint.c (c_val_print): Factor out memberptr printing code
4113         from c_val_print to ...
4114         (c_val_print_memberptr): ... this new function.
4115
4116 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4117
4118         * c-valprint.c (c_val_print): Factor out int printing code to ...
4119         (c_val_print_int): ... this new function.
4120
4121 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4122
4123         * c-valprint.c (c_val_print): Factor out struct and union
4124         printing code to ...
4125         (c_val_print_struct): ... this new function ...
4126         (c_val_print_union): ... and this new function.
4127
4128 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4129
4130         * c-valprint.c (c_val_print): Factor out pointer printing code
4131         to ...
4132         (c_val_print_ptr): ... this new function.
4133
4134 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4135
4136         * c-valprint.c (c_valprint): Factor our array printing code from
4137         c_val_print to ...
4138         (c_val_print_array): ... this new function.
4139
4140 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4141
4142         * c-valprint.c (c_val_print): Factor out pointer printing code
4143         to ...
4144         (print_unpacked_pointer): ... this new function.
4145
4146 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
4147
4148         * c-valprint.c (c_val_print): Remove an assignment to i and move
4149         its declaration.
4150
4151 2015-07-09  Yao Qi  <yao.qi@linaro.org>
4152
4153         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
4154         argument ptid.  Update comments.  Caller update.
4155
4156 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
4157
4158         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
4159         mnt packets.
4160
4161 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
4162
4163         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
4164
4165 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
4166
4167         * progspace.c (delete_program_space): Add missing spaces.
4168
4169 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
4170
4171         * inferior.c (delete_inferior_1): Rename to ...
4172         (delete_inferior): ..., remove 'silent' parameter, delete
4173         program space when unused and remove call to prune_program_spaces.
4174         Remove the old, unused, delete_inferior.
4175         (delete_inferior_silent): Remove.
4176         (prune_inferiors): Change call from delete_inferior_1 to
4177         delete_inferior and remove 'silent' parameter. Remove call to
4178         prune_program_spaces.
4179         (remove_inferior_command): Idem.
4180         * inferior.h (delete_inferior_1): Rename to...
4181         (delete_inferior): ..., remove 'silent' parameter and remove the
4182         original delete_inferior.
4183         (delete_inferior_silent): Remove.
4184         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
4185         delete_inferior_1 to delete_inferior and remove 'silent'
4186         parameter.
4187         * progspace.c (prune_program_spaces): Remove.
4188         (pspace_empty_p): Rename to...
4189         (program_space_empty_p): ... and make non-static.
4190         (delete_program_space): New.
4191         * progspace.h (prune_program_spaces): Remove declaration.
4192         (program_space_empty_p): New declaration.
4193         (delete_program_space): New declaration.
4194         * monitor.c (monitor_close): Replace call to
4195         delete_thread_silent and delete_inferior_silent with
4196         discard_all_inferiors.
4197
4198 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
4199
4200         * defs.h (deprecated_register_changed_hook): Remove prototype.
4201         * interps.c (clear_iterpreter_hooks): Remove reference to
4202         deprecated_register_changed_hook.
4203         * top.c (deprecated_register_changed_hook): Remove prototype.
4204         * valops.c (value_assign): Remove reference to
4205         deprecated_register_changed_hook.
4206         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
4207         Add comment documenting the function.
4208         (tui_register_changed_observer): Define.
4209         (tui_install_hooks): Remove reference to
4210         deprecated_register_changed_hook.  Set
4211         tui_register_changed_observer.
4212         (tui_remove_hooks): Remove reference to
4213         deprecated_register_changed_hook.  Unset
4214         tui_register_changed_observer.
4215
4216 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4217
4218         PR compile/18484
4219         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
4220
4221 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
4222
4223         PR exp/18617
4224         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
4225
4226 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
4227
4228         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
4229
4230 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
4231
4232         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
4233         Use safe_strerror() instead of strerror().
4234
4235 2015-07-07  Yao Qi  <yao.qi@linaro.org>
4236
4237         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
4238         * features/arm-with-m-fpa-layout.c: Regenerated.
4239         * features/arm-with-m-vfp-d16.xml: Likewise.
4240         * features/arm-with-m-vfp-d16.c: Regenerated.
4241         * features/arm-with-m.xml: Likewise.
4242         * features/arm-with-m.c: Regenerated.
4243         * features/arm-with-neon.xml: Likewise.
4244         * features/arm-with-neon.c: Regenerated.
4245         * features/arm-with-vfpv2.xml: Likewise.
4246         * features/arm-with-vfpv2.c: Regenerated.
4247         * features/arm-with-vfpv3.xml: Likewise.
4248         * features/arm-with-vfpv3.c: Regenerated.
4249
4250 2015-07-07  Yao Qi  <yao.qi@linaro.org>
4251
4252         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
4253         arm-linux-nat.c.
4254         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
4255         elf/external.h.
4256         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
4257         if target is 32-bit.
4258         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
4259         if target is 32-bit.
4260         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
4261         if target is 32-bit.
4262         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
4263         if target is 32-bit.
4264         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
4265         (aarch64_linux_read_description): Return the right target
4266         description.
4267         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
4268         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
4269         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
4270         arm-linux-tdep.o.
4271
4272 2015-07-07  Yao Qi  <yao.qi@linaro.org>
4273
4274         * aarch32-linux-nat.c: New file.
4275         * aarch32-linux-nat.h: New file.
4276         * arm-linux-nat.c: Include aarch32-linux-nat.h.
4277         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
4278         aarch32_gp_regcache_supply.
4279         (store_regs): Move code to aarch32-linux-nat.c.  Call
4280         aarch32_gp_regcache_collect.
4281         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
4282         aarch32_vfp_regcache_supply.
4283         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
4284         aarch32_vfp_regcache_collect.
4285         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
4286
4287 2015-07-07  Yao Qi  <yao.qi@linaro.org>
4288
4289         * arm-linux-nat.c (store_fpregister): Remove.
4290         (store_register): Likewise.
4291         (fetch_fpregister): Likewise.
4292         (fetch_register): Likewise.
4293         (arm_linux_store_inferior_registers): Call store_regs and
4294         store_fpregs instead.
4295         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
4296         fetch_regs instead.
4297
4298 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
4299
4300         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
4301         and focus commands.
4302
4303 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
4304
4305         * NEWS: Create a new section for the next release branch.
4306         Rename the section of the current branch, now that it has
4307         been cut.
4308
4309 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
4310
4311         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
4312         * version.in: Bump version to 7.10.50.DATE-cvs.
4313
4314 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
4315
4316         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
4317         breakpoints in a special way.
4318         (remove_breakpoint): Likewise.
4319         (mark_breakpoints_out): Likewise.
4320
4321 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
4322
4323         * doc/gdb.texinfo (TUI): Add comma after @xref.
4324
4325 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
4326
4327         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
4328         instead of casting the structure type.
4329
4330 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
4331
4332         * valops.c (search_struct_field): Remove OFFSET parameter.
4333         (value_cast_structs): Adjust calls to search_struct_field.
4334         (value_struct_elt): Same.
4335         (find_overload_match): Same.
4336
4337 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
4338
4339         * value.c (value_fetch_lazy): Update comment, change return
4340         value to void.
4341         * value.h (value_fetch_lazy): Change return value to void.
4342
4343 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
4344
4345         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
4346         (tui_win_name): Make parameter and result const.
4347         * tui/tui-data.h (tui_win_name): Make parameter and result const.
4348
4349 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
4350
4351         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
4352         use printf_unfiltered.
4353         (set_mpx_cmd): Add missing trailing space to command string
4354         literal.
4355         (_initialize_i386_tdep): Give the "mpx" prefix command its
4356         correct name.
4357
4358 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
4359
4360         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
4361         (enum rx_frame_type): New.
4362         (struct rx_prologue): Add new field `frame_type'.
4363         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
4364         parameter in the prologue struct.  Add code for recording
4365         locations of PC and PSW for fast interrupt and exception frames.
4366         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
4367         (rx_analyze_frame_prologue): Add `frame_type' parameter.
4368         (rx_frame_type): New function.
4369         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
4370         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
4371         `this_cache'.
4372         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
4373         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
4374         RX_FRAME_TYPE_FAST_INTERRUPT.
4375         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
4376         (rx_frame_sniffer, rx_exception_sniffer): New functions.
4377         (rx_frame_unwind): Use rx_frame_sniffer instead of
4378         default_frame_sniffer.
4379         (rx_frame_unwind): New unwinder.
4380         (rx_gdbarch_init): Register new unwinder.
4381
4382 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
4383
4384         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
4385         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
4386         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
4387         and RX_FPSW_REGNUM.
4388         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
4389
4390 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4391
4392         Fix GCC false warning.
4393         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
4394
4395 2015-07-02  Yao Qi  <yao.qi@linaro.org>
4396
4397         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
4398         typo in the debugging message.
4399
4400 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
4401
4402         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
4403         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
4404         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
4405         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
4406         (btrace_maint_clear): New.
4407         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
4408         (pt_print_packet, btrace_maint_decode_pt)
4409         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
4410         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
4411         (maint_btrace_packet_history_cmd)
4412         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
4413         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
4414         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
4415         (maint_info_btrace_cmd, _initialize_btrace): New.
4416         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
4417         (btrace_maint_packet_history, btrace_maint_info): New.
4418         (btrace_thread_info) <maint>: New.
4419         * NEWS: Announce it.
4420
4421 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
4422
4423         * btrace.c (btrace_fetch): Append the new trace data.
4424         (btrace_clear): Clear the stored trace data.
4425         * btrace.h (btrace_thread_info) <data>: New.
4426         * common/btrace-common.h (btrace_data_clear)
4427         (btrace_data_append): New.
4428         * common/btrace-common.c (btrace_data_clear)
4429         (btrace_data_append): New.
4430
4431 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
4432
4433         * nat/linux-btrace.c (linux_enable_bts): Check for
4434         PERF_ATTR_SIZE_VER5.
4435         Check for data_offset and data_size fields.  Use them.
4436
4437 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
4438
4439         * NEWS: Announce new commands "record btrace pt" and "record pt".
4440         Announce new options "set|show record btrace pt buffer-size".
4441         * btrace.c: Include "rsp-low.h".
4442         Include "inttypes.h".
4443         (btrace_add_pc): Add forward declaration.
4444         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
4445         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
4446         (btrace_compute_ftrace_pt): New.
4447         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
4448         (check_xml_btrace_version): Update version check.
4449         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
4450         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
4451         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
4452         (btrace_pt_children): New.
4453         (btrace_children): Add support for "pt".
4454         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
4455         (btrace_conf_children): Add support for "pt".
4456         * btrace.h: Include "intel-pt.h".
4457         (btrace_pt_error): New.
4458         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
4459         (btrace_data_empty): Support BTRACE_FORMAT_PT.
4460         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
4461         (struct btrace_config_pt): New.
4462         (struct btrace_config)<pt>: New.
4463         (struct btrace_data_pt_config, struct btrace_data_pt): New.
4464         (struct btrace_data)<pt>: New.
4465         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
4466         (pt): New.
4467         * features/btrace.dtd (btrace)<pt>: New.
4468         (pt, pt-config, cpu): New.
4469         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
4470         (perf_event_pt_event_type, kernel_supports_pt)
4471         (linux_supports_pt): New.
4472         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
4473         (linux_enable_bts): Free tinfo on error.
4474         (linux_enable_pt): New.
4475         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
4476         (linux_disable_pt): New.
4477         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
4478         (linux_fill_btrace_pt_config, linux_read_pt): New.
4479         (linux_read_btrace): Support BTRACE_FORMAT_PT.
4480         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
4481         (struct btrace_target_info)<pt>: New.
4482         * record-btrace.c (set_record_btrace_pt_cmdlist)
4483         (show_record_btrace_pt_cmdlist): New.
4484         (record_btrace_print_pt_conf): New.
4485         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
4486         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
4487         (cmd_record_btrace_pt_start): New.
4488         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
4489         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
4490         (_initialize_record_btrace): Add new commands.
4491         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
4492         (remote_protocol_features): Add "Qbtrace:pt".
4493         Add "Qbtrace-conf:pt:size".
4494         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
4495         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
4496         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
4497         (_initialize_remote): Add new commands.
4498
4499 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
4500
4501         * configure.ac: check for libipt
4502         * configure: Regenerate.
4503         * config.in: Regenerate.
4504         * Makefile.in (LIBIPT): New.
4505         (CLIBS): Add $LIBIPT.
4506         * NEWS: document new configure options
4507
4508 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4509
4510         * compile/compile-object-load.c (compile_object_load): Replace debug
4511         message "lookup undefined ELF symbol" by 3 more specific messages.
4512
4513 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
4514
4515         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
4516         (rl78_register_type): Add case for RL78_PSW_REGNUM.
4517         (rl78_gdbarch_init): Initialize rl78_psw_type.
4518
4519 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
4520
4521         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
4522         Update commentary.  Always refresh the registers when frame
4523         information has changed.
4524         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
4525         Change return type to int.  Return 1 if frame information has
4526         changed, 0 otherwise.
4527         (tui_before_prompt): Update commentary.
4528         * tui/tui-stack.h (tui_show_frame_info): Change return type to
4529         int.
4530
4531 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
4532
4533         PR tui/13378
4534         * frame.c (select_frame): Remove reference to
4535         deprecated_selected_frame_level_changed_hook.
4536         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
4537         declaration.
4538         * stack.c (deprecated_selected_frame_level_changed_hook):
4539         Likewise.
4540         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
4541         Rename to ...
4542         (tui_refresh_frame_and_register_information): ... this.  Bail
4543         out if there is no stack.  Don't update register information
4544         unless registers_too_p is true.
4545         (tui_print_frame_info_listing_hook): Rename to ...
4546         (tui_dummy_print_frame_info_listing_hook): ... this.
4547         (tui_before_prompt): New function.
4548         (tui_normal_stop): New function.
4549         (tui_before_prompt_observer): New observer.
4550         (tui_normal_stop_observer): New observer.
4551         (tui_install_hooks): Set
4552         deprecated_print_frame_info_listing_hook to
4553         tui_dummy_print_frame_info_listing_hook.  Register
4554         tui_before_prompt_observer to call tui_before_prompt and
4555         tui_normal_stop_observer to call tui_normal_stop.  Remove
4556         reference to deprecated_selected_frame_level_changed_hook.
4557         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
4558         and tui_normal_stop_observer.  Remove reference to
4559         deprecated_selected_frame_level_changed_hook.
4560
4561 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
4562
4563         PR tui/13378
4564         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
4565         return an int instead of void.  Return whether the locator
4566         window has changed.
4567         (tui_show_frame_info): If the locator info has not changed, then
4568         bail out early to avoid refreshing the windows.
4569
4570 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
4571
4572         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
4573         LOCATOR_WIN to tui_alloc_content.
4574
4575 2015-06-30  Yao Qi  <yao.qi@linaro.org>
4576
4577         PR tdep/18605
4578         * arm-tdep.c (arm_get_next_pc_raw): Break for media
4579         instructions.
4580
4581 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
4582
4583         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
4584         (rx_dwarf_reg_to_regnum): New function.
4585         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
4586         unwinding.
4587
4588 2015-06-29  Pedro Alves  <palves@redhat.com>
4589
4590         PR threads/18127
4591         * infcall.c (run_inferior_call): On infcall success, if the thread
4592         was marked stopped before, reset it back to stopped.
4593         * infrun.c (resume): Don't suppress the set_running calls when
4594         doing an infcall.
4595         (normal_stop): Only discard the finish_thread_state cleanup if the
4596         infcall succeeded.
4597
4598 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
4599
4600         * MAINTAINERS (Write After Approval): Update my email address.
4601
4602 2015-06-26  Keith Seitz  <keiths@redhat.com>
4603             Doug Evans  <dje@google.com>
4604
4605         PR 16253
4606         * block.c (block_lookup_symbol): For non-function blocks,
4607         continue to search for a symbol with an exact domain match
4608         Otherwise, return any previously found "best domain" symbol.
4609         (block_lookup_symbol_primary): Likewise.
4610
4611 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
4612
4613         * NEWS: Mention the new option "history remove-duplicates".
4614         * top.c (history_remove_duplicates): New static variable.
4615         (show_history_remove_duplicates): New static function.
4616         (gdb_add_history): Conditionally remove duplicate history
4617         entries.
4618         (init_main): Add "history remove-duplicates" option.
4619
4620 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
4621
4622         * tui/tui-win.c (focus_completer): New static function.
4623         (_initialize_tui_win): Set the completion function of the
4624         "focus" command to focus_completer.
4625
4626 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4627
4628         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
4629         and language_asm..
4630         * symtab.c (find_function_start_sal): Likewise.
4631
4632 2015-06-25  Gary Benson  <gbenson@redhat.com>
4633
4634         * solib.c (solib_find_1): Set local variable sysroot to NULL if
4635         it is the empty string after trailing slashes have been stripped.
4636
4637 2015-06-25  Gary Benson  <gbenson@redhat.com>
4638
4639         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
4640         * infrun.c (follow_exec): Likewise.
4641         * remote.c (remote_filesystem_is_local): Likewise.
4642         * solib.c (solib_find_1): Likewise.
4643
4644 2015-06-24  Keith Seitz  <keiths@redhat.com>
4645
4646         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
4647         return value from lrealpath.
4648
4649 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
4650
4651         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
4652
4653 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
4654
4655         * remote-sim.c: Include gdb_bfd.h.
4656         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
4657         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
4658
4659 2015-06-24  Yao Qi  <yao.qi@linaro.org>
4660
4661         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
4662         set_gdbarch_get_siginfo_type.
4663         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
4664         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
4665         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4666         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
4667         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
4668         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
4669         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
4670         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
4671         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
4672         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
4673
4674 2015-06-24  Gary Benson  <gbenson@redhat.com>
4675
4676         * common/buffer.c (stdint.h): Do not include.
4677         * common/print-utils.c (stdint.h): Likewise.
4678         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
4679         * compile/compile-c-types.c (gdb_assert.h): Likewise.
4680         * ft32-tdep.c (gdb_assert.h): Likewise.
4681         * guile/scm-utils.c (stdint.h): Likewise.
4682         * i386-linux-tdep.c (stdint.h): Likewise.
4683         * i386-tdep.c (stdint.h): Likewise.
4684         * nat/linux-btrace.c (stdint.h): Likewise.
4685         * nat/linux-btrace.h (stdint.h): Likewise.
4686         * nat/linux-ptrace.c (stdint.h): Likewise.
4687         * nat/mips-linux-watch.h (stdint.h): Likewise.
4688         * ppc-linux-nat.c (stdint.h): Likewise.
4689         * python/python-internal.h (stdint.h): Likewise.
4690         * stub-termcap.c (stdlib.h): Likewise.
4691         * target/target.h (stdint.h): Likewise.
4692         * xtensa-linux-nat.c (stdint.h): Likewise.
4693
4694 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
4695
4696         * top.c (init_history): Look at errno after calling strtol to
4697         properly map large GDBHISTSIZE values to infinity.
4698
4699 2015-06-23  Doug Evans  <dje@google.com>
4700
4701         * inferior.h (struct inferior_suspend_state): Delete, unused.
4702         All references deleted.
4703
4704 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
4705
4706         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
4707         (microblaze_push_dummy_call): Likewise.
4708         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
4709         and set_gdbarch_push_dummy_call.
4710
4711 2015-06-23  Yao Qi  <yao.qi@linaro.org>
4712
4713         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
4714         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
4715         (amd64_linux_store_inferior_registers): Likewise.
4716         * arm-linux-nat.c (fetch_fpregister): Likewise.
4717         (fetch_fpregs, store_fpregister): Likewise.
4718         (store_fpregister, store_fpregs): Likewise.
4719         (fetch_register, fetch_regs): Likewise.
4720         (store_register, store_regs): Likewise.
4721         (fetch_vfp_regs, store_vfp_regs): Likewise.
4722         (arm_linux_read_description): Check have_ptrace_getregset is
4723         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
4724         or TRIBOOL_FALSE.
4725         * i386-linux-nat.c (fetch_xstateregs): Check
4726         have_ptrace_getregset is not TRIBOOL_TRUE.
4727         (store_xstateregs): Likewise.
4728         * linux-nat.c (have_ptrace_getregset): Change its type to
4729         enum tribool.
4730         * linux-nat.h (tribool): New enum.
4731         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
4732         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
4733
4734 2015-06-19  Doug Evans  <dje@google.com>
4735
4736         * NEWS: Mention Sun's version of stabs is no longer supported.
4737         * elfread.c (free_elfinfo): Delete.  All uses updated.
4738         (elfstab_offset_sections): Delete.  All uses updated.
4739         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
4740         * psympriv.h (partial_symtab) <section_offsets>: Delete.
4741         All uses updated.
4742         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
4743         All callers updated.
4744
4745 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
4746
4747         * common/rsp-low.c (needs_escaping): New.
4748         (remote_escape_output): Add unit_size parameter. Refactor to
4749         support multi-byte addressable units.  Rename parameters.
4750         * common/rsp-low.h (remote_escape_output): Add unit_size
4751         parameter and rename others. Update doc.
4752         * remote.c (align_for_efficient_write): New.
4753         (remote_write_bytes_aux): Add unit_size parameter and use it.
4754         Rename some variables.  Update doc.
4755         (remote_xfer_partial): Get unit size and use it.
4756         (remote_read_bytes_1): Add unit_size parameter and use it.
4757         Rename some variables. Update doc.
4758         (remote_write_bytes): Same.
4759         (remote_xfer_live_readonly_partial): Same.
4760         (remote_read_bytes): Same.
4761         (remote_flash_write): Update call to remote_write_bytes_aux.
4762         (remote_write_qxfer): Update call to remote_escape_output.
4763         (remote_search_memory): Same.
4764         (remote_hostio_pwrite): Same.
4765
4766 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
4767
4768         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
4769         locations as inserted.
4770         Update and expand comment about permanent locations.
4771         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
4772         Move comment to add_location_to_breakpoint.
4773         (update_global_location_list): Don't error out if a permanent
4774         breakpoint is not marked inserted.
4775         Don't error out if a non-permanent breakpoint location is inserted on
4776         top of a permanent breakpoint.
4777
4778 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
4779
4780         * breakpoint.c (make_breakpoint_permanent): Remove unused
4781         function.
4782         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
4783
4784 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
4785
4786         PR gdb/16999
4787         * NEWS: Mention new GDBHISTSIZE behavior.
4788         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
4789         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
4790
4791 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
4792
4793         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
4794         * top.c (init_history): Read from GDBHISTSIZE instead of
4795         HISTSIZE.
4796         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
4797
4798 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
4799
4800         * top.c (gdb_safe_append_history): Do not call
4801         history_truncate_file if the history is not stifled.
4802
4803 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4804
4805         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
4806         * syscalls/s390x-linux.xml: Likewise.
4807
4808 2015-06-16  Michael Eager  <eager@eagercon.com>
4809
4810         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
4811
4812 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
4813
4814         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
4815         target_terminal_ours_for_output() before calling
4816         tui_show_frame_info(), and restore the original terminal
4817         settings afterwards.
4818
4819 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
4820
4821         * arm-linux-nat.c: Include nat/linux-ptrace.h.
4822
4823 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
4824
4825         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
4826         memory unit size.
4827         (mi_cmd_data_write_memory_bytes): Same.
4828
4829 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
4830
4831         * corefile.c (write_memory): Update doc.
4832         * gdbcore.h (write_memory): Same.
4833
4834 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4835
4836         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
4837         (dump_mapping_p): Use it for parameter filterflags.
4838         (linux_find_memory_regions_full): Use it for variable filterflags.
4839
4840 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
4841             Jan Kratochvil  <jan.kratochvil@redhat.com>
4842
4843         Merge multiple hex conversions.
4844         * monitor.c: Include rsp-low.h.
4845         (fromhex): Remove definition.
4846
4847 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
4848             Jan Kratochvil  <jan.kratochvil@redhat.com>
4849
4850         Move utility functions to common/.
4851         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
4852         Move defs to common/common-utils.c.
4853         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
4854         (skip_to_space_const): Move decls to common/common-utils.h.
4855         * common/common-defs.h: Move include of common-types.h before
4856         common-utils.h.
4857         * common/common-utils.c: Include host-defs.h and ctype.h.
4858         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
4859         from utils.c.
4860         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
4861         cli/cli-utils.c.
4862         * common/common-utils.h (strtoulst): Move decl from utils.h.
4863         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
4864         Move from cli/cli-utils.h.
4865         * common/host-defs.h: Include limits.h.
4866         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
4867         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
4868         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
4869         common/common-utils.h.
4870         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
4871         (strtoulst): Move to common/common-utils.c.
4872         * utils.h (strtoulst): Moved decl to common/common-utils.h.
4873
4874 2015-06-15  Yao Qi  <yao.qi@linaro.org>
4875
4876         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
4877
4878 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
4879
4880         * build-id.c: Don't include elf-bfd.h.
4881         (build_id_bfd_get): Use bfd_build_id.
4882         (build_id_verify): Ditto.
4883         * build-id.h: Ditto.
4884         (find_separate_debug_file_by_buildid): Ditto.
4885         * python/py-objfile.c: Don't include elf-bfd.h.
4886         (objfpy_get_build_id) Use bfd_build_id.
4887         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
4888         * coffread.c: Include build-id.h.
4889         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
4890
4891 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
4892
4893         * windows-nat.c (do_windows_fetch_inferior_registers)
4894         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
4895         conditional with __CYGWIN__.
4896
4897 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4898
4899         * completer.c: Add arch-utils.h include.
4900         (enum reg_completer_targets): New enum.
4901         (reg_or_group_completer_1): New function containing old
4902         reg_or_group_completer, add and use new parameter to control what
4903         is completed on.  Use get_current_arch rather than architecture of
4904         currently selected frame.
4905         (reg_or_group_completer): Call new reg_or_group_completer_1.
4906         (reggroup_completer): Call new reg_or_group_completer_1.
4907         * completer.h (reggroup_completer): Add declaration.
4908         * tui/tui-regs.c: Add 'completer.h' include.
4909         (tui_reg_next_command): Renamed to...
4910         (tui_reg_next): ...this.  Adjust parameters and return rather than
4911         display new group.
4912         (tui_reg_prev_command): Renamed to...
4913         (tui_reg_prev): ...this.  Adjust parameters and return rather than
4914         display new group.
4915         (tui_reg_float_command): Delete.
4916         (tui_reg_general_command): Delete.
4917         (tui_reg_system_command): Delete.
4918         (tui_reg_command): Rewrite to perform switching of register group.
4919         Add header comment.
4920         (tuireglist): Remove.
4921         (tui_reggroup_completer): New function.
4922         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
4923         creation of 'tui reg' command.
4924         * NEWS: Add comment about 'tui reg' changes.
4925
4926 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
4927
4928         * target.c (target_read): Consider addressable unit size when
4929         reading from a memory object.
4930         (read_memory_robust): Same.
4931         (read_whatever_is_readable): Same.
4932         (target_write_with_progress): Consider addressable unit size
4933         when writing to a memory object.
4934         * target.h (target_read): Update documentation.
4935         (target_write): Add documentation.
4936
4937 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
4938
4939         * arch-utils.h (default_addressable_memory_unit_size): New.
4940         * arch-utils.c (default_addressable_memory_unit_size): New.
4941         * gdbarch.sh (addressable_memory_unit_size): New.
4942         * gdbarch.h: Re-generate.
4943         * gdbarch.c: Re-generate.
4944
4945 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
4946
4947         * target.c (target_read): Rename variables and use
4948         TARGET_XFER_E_IO.
4949         (target_read_with_progress): Same.
4950         (read_memory_robust): Constify parameters and rename
4951         variables.
4952         (read_whatever_is_readable): Constify parameters,
4953         rename variables, adjust formatting.
4954         * target.h (read_memory_robust): Constify parameters.
4955
4956 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
4957
4958         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
4959         synthetic (non-AltiVec) vector types.
4960         (ppc64_sysv_abi_return_value): Likewise.
4961
4962 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4963
4964         PR breakpoints/16465
4965         * breakpoint.c (create_breakpoint): Save extra_string for
4966         pending breakpoints.
4967
4968 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4969
4970         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
4971         and bt_mask to CORE_ADDR.
4972
4973 2015-06-11  Gary Benson <gbenson@redhat.com>
4974
4975         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
4976         (mnsh_recv_message): Likewise.
4977
4978 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4979
4980         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
4981         long long int and plongest instead of %ll.
4982
4983 2015-06-11  Gary Benson <gbenson@redhat.com>
4984
4985         * nat/linux-namespaces.c (gdb_wait.h): New include.
4986         (sys/wait.h): Do not include.
4987
4988 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
4989
4990         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
4991         end_sequence is true.
4992
4993 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4994
4995         Code cleanup.
4996         * solib-target.c (library_list_start_list): Use explicit NULL
4997         comparison.
4998
4999 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5000
5001         * solib-target.c (library_list_start_list): Do not dereference
5002         variable version in its initialization.  Make the VERSION check handle
5003         NULL.
5004         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
5005
5006 2015-06-10  Gary Benson <gbenson@redhat.com>
5007
5008         * NEWS: Announce support for direct access of executable and
5009         shared library files when attaching to inferiors in containers
5010         on GNU/Linux systems.
5011
5012 2015-06-10  Gary Benson <gbenson@redhat.com>
5013
5014         * remote.c (struct remote_state) <fs_pid>: New field.
5015         (new_remote_state): Initialize the above.
5016         (PACKET_vFile_setfs): New enum value.
5017         (remote_hostio_set_filesystem): New function.
5018         (remote_hostio_open): Call the above.
5019         (remote_hostio_unlink): Likewise.
5020         (remote_hostio_readlink): Likewise.
5021         (_initialize_remote): Register new "set/show remote
5022         hostio-setfs-packet" command.
5023         * NEWS: Announce new vFile:setfs packet.
5024
5025 2015-06-10  Gary Benson <gbenson@redhat.com>
5026
5027         * linux-nat.c (nat/linux-namespaces.h): New include.
5028         (fileio.h): Likewise.
5029         (linux_nat_filesystem_is_local): New function.
5030         (linux_nat_fileio_pid_of): Likewise.
5031         (linux_nat_fileio_open): Likewise.
5032         (linux_nat_fileio_readlink): Likewise.
5033         (linux_nat_fileio_unlink): Likewise.
5034         (linux_nat_add_target): Initialize to_filesystem_is_local,
5035         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
5036         (_initialize_linux_nat): New "set/show debug linux-namespaces"
5037         commands.
5038         * NEWS: Mention new "set/show debug linux-namespaces" commands.
5039
5040 2015-06-10  Gary Benson <gbenson@redhat.com>
5041
5042         * target.h (struct inferior): New forward declaration.
5043         (struct target_ops) <to_filesystem_is_local>: Update comment.
5044         (struct target_ops) <to_fileio_open>: New argument inf.
5045         Update comment.  All implementations updated.
5046         (struct target_ops) <to_fileio_unlink>: Likewise.
5047         (struct target_ops) <to_fileio_readlink>: Likewise.
5048         (target_filesystem_is_local): Update comment.
5049         (target_fileio_open): New argument inf.  Update comment.
5050         (target_fileio_unlink): Likewise.
5051         (target_fileio_readlink): Likewise.
5052         (target_fileio_read_alloc): Likewise.
5053         (target_fileio_read_stralloc): Likewise.
5054         * target.c (target_fileio_open): New argument inf.
5055         Pass inf to implementation.  Update debug printing.
5056         (target_fileio_unlink): Likewise.
5057         (target_fileio_readlink): Likewise.
5058         (target_fileio_read_alloc_1): New argument inf. Pass inf
5059         to target_fileio_open.
5060         (target_fileio_read_alloc): New argument inf. Pass inf to
5061         target_fileio_read_alloc_1.
5062         (target_fileio_read_stralloc): Likewise.
5063         * gdb_bfd.c (inferior.h): New include.
5064         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
5065         argument with new argument "inferior".  Pass inferior to
5066         target_fileio_open.
5067         (gdb_bfd_open): Supply inferior argument to
5068         gdb_bfd_iovec_fileio_open.
5069         * linux-tdep.c (linux_info_proc): Supply inf argument to
5070         relevant target_fileio calls.
5071         (linux_find_memory_regions_full): Likewise.
5072         (linux_fill_prpsinfo): Likewise.
5073         * remote.c (remote_filesystem_is_local): Supply inf
5074         argument to remote_hostio_open.
5075         (remote_file_put): Likewise.
5076         (remote_file_get): Likewise.
5077         (remote_file_delete): Supply inf argument to
5078         remote_hostio_unlink.
5079
5080 2015-06-10  Gary Benson <gbenson@redhat.com>
5081
5082         * inf-child.c (inf_child_fileio_open): Replace comment.
5083         (inf_child_fileio_pwrite): Likewise.
5084         (inf_child_fileio_pread): Likewise.
5085         (inf_child_fileio_fstat): Insert blank line before comment.
5086         (inf_child_fileio_close): Replace comment.
5087         (inf_child_fileio_unlink): Likewise.
5088         (inf_child_fileio_readlink): Likewise.
5089         * remote.c (remote_hostio_open): Likewise.
5090         (remote_hostio_pread): Likewise.
5091         (remote_hostio_pwrite): Likewise.
5092         (remote_hostio_close): Likewise.
5093         (remote_hostio_unlink): Likewise.
5094         (remote_hostio_readlink): Likewise.
5095         (remote_hostio_fstat): Likewise.
5096         (remote_filesystem_is_local): Likewise.
5097         * target.c (target_fileio_open): Likewise.
5098         (target_fileio_pwrite): Likewise.
5099         (target_fileio_pread): Likewise.
5100         (target_fileio_fstat): Insert blank line before comment.
5101         (target_fileio_close): Replace comment.
5102         (target_fileio_unlink): Likewise.
5103         (target_fileio_readlink): Likewise.
5104         (target_fileio_read_alloc): Likewise.
5105         (target_fileio_read_stralloc): Likewise.
5106
5107 2015-06-10  Gary Benson <gbenson@redhat.com>
5108
5109         * linux-thread-db.c (nat/linux-namespaces.h): New include.
5110         (check_pid_namespace_match): Use linux_ns_same rather than
5111         linux_proc_pid_get_ns to spot PID namespace mismatches.
5112         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
5113         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
5114
5115 2015-06-10  Gary Benson <gbenson@redhat.com>
5116
5117         * configure.ac (AC_CHECK_FUNCS): Add setns.
5118         * config.in: Regenerate.
5119         * configure: Likewise.
5120         * nat/linux-namespaces.h: New file.
5121         * nat/linux-namespaces.c: Likewise.
5122         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
5123         (linux-namespaces.o): New rule.
5124         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
5125         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
5126         * config/arm/linux.mh (NATDEPFILES): Likewise.
5127         * config/i386/linux.mh (NATDEPFILES): Likewise.
5128         * config/i386/linux64.mh (NATDEPFILES): Likewise.
5129         * config/ia64/linux.mh (NATDEPFILES): Likewise.
5130         * config/m32r/linux.mh (NATDEPFILES): Likewise.
5131         * config/m68k/linux.mh (NATDEPFILES): Likewise.
5132         * config/mips/linux.mh (NATDEPFILES): Likewise.
5133         * config/pa/linux.mh (NATDEPFILES): Likewise.
5134         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5135         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
5136         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
5137         * config/s390/linux.mh (NATDEPFILES): Likewise.
5138         * config/sparc/linux.mh (NATDEPFILES): Likewise.
5139         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
5140         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
5141         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
5142
5143 2015-06-10  Gary Benson <gbenson@redhat.com>
5144
5145         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
5146         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
5147         (make_cleanup_close): Likewise.
5148         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
5149         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
5150         (make_cleanup_close): Likewise.
5151
5152 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
5153
5154         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
5155         from SuspendThread().
5156
5157 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
5158
5159         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
5160         from OutputDebugString.
5161
5162 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5163                         Mircea Gherzan  <mircea.gherzan@intel.com>
5164
5165         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
5166         MPX_BT_MASK_32): New macros.
5167         (i386_mpx_set_bounds): New function that implements
5168         the command "set-mpx-bound".
5169         (i386_mpx_enabled): Helper function to test MPX availability.
5170         (i386_mpx_bd_base): Helper function to calculate the base directory
5171         address.
5172         (i386_mpx_get_bt_entry): Helper function to access a bound
5173         table entry.
5174         (i386_mpx_print_bounds): Effectively display bound information.
5175         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
5176         "show mpx".
5177         (_initialize_i386_tdep):
5178         Add "bound" to the commands "show mpx" and "set mpx" commands.
5179         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
5180         and "show mpx" commands.
5181         * NEWS: List new commands for MPX support.
5182
5183 2015-06-09  Gary Benson <gbenson@redhat.com>
5184
5185         * common/fileio.h (fileio_to_host_mode): New declaration.
5186         * common/fileio.c (fileio_to_host_mode): New Function.
5187         * inf-child.c (inf_child_fileio_open): Process mode argument
5188         with fileio_to_host_mode.
5189
5190 2015-06-09  Gary Benson <gbenson@redhat.com>
5191
5192         * common/fileio.c (fileio_mode_pack): Fix preprocessor
5193         conditional.
5194
5195 2015-06-05  Gary Benson <gbenson@redhat.com>
5196
5197         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
5198         * remote.c (remote_filesystem_is_local): ...here.
5199
5200 2015-06-04  Yao Qi  <yao.qi@linaro.org>
5201
5202         * gdbarch.c: Regenerate it.
5203
5204 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5205
5206         * arch-utils.c (default_infcall_munmap): New.
5207         * arch-utils.h (default_infcall_munmap): New declaration.
5208         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
5209         (munmap_list_free, munmap_listp_free_cleanup): New.
5210         (struct setup_sections_data): Add field munmap_list_headp.
5211         (setup_sections): Call munmap_list_add.
5212         (compile_object_load): New variable munmap_list_head, initialize
5213         setup_sections_data.munmap_list_headp, return munmap_list_head.
5214         * compile/compile-object-load.h (struct munmap_list): New declaration.
5215         (struct compile_module): Add field munmap_list_head.
5216         (munmap_list_free): New declaration.
5217         * compile/compile-object-run.c (struct do_module_cleanup): Add field
5218         munmap_list_head.
5219         (do_module_cleanup): Call munmap_list_free.
5220         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
5221         * gdbarch.c: Regenerate.
5222         * gdbarch.h: Regenerate.
5223         * gdbarch.sh (infcall_munmap): New.
5224         * linux-tdep.c (linux_infcall_munmap): New.
5225         (linux_init_abi): Install it.
5226
5227 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
5228
5229         PR gdb/15564
5230         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
5231
5232 2015-06-02  Yao Qi  <yao.qi@linaro.org>
5233
5234         * i386-linux-nat.c: Include linux-nat.h.
5235
5236 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
5237             Jan Kratochvil  <jan.kratochvil@redhat.com>
5238
5239         PR symtab/18392
5240         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
5241         assertion.
5242         * dwarf2loc.c (chain_candidate): Likewise.
5243
5244 2015-06-01  Yao Qi  <yao.qi@linaro.org>
5245
5246         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
5247         (store_vfp_regs): Use PTRACE_SETREGSET.
5248
5249 2015-06-01  Yao Qi  <yao.qi@linaro.org>
5250
5251         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
5252         (fetch_fpregs): Likewise.
5253         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
5254         (store_fpregs): Likewise.
5255
5256 2015-06-01  Yao Qi  <yao.qi@linaro.org>
5257
5258         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
5259         (fetch_regs): Likewise.
5260         (store_regs): Use PTRACE_SETREGSET.
5261         (store_register): Likewise.
5262
5263 2015-06-01  Yao Qi  <yao.qi@linaro.org>
5264
5265         * arm-linux-nat.c (arm_linux_read_description): Check whether
5266         kernel supports PTRACE_GETREGSET.
5267
5268 2015-06-01  Yao Qi  <yao.qi@linaro.org>
5269
5270         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
5271         * linux-nat.c: ... here.
5272         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
5273         to ...
5274         * linux-nat.h: ... here.
5275
5276 2015-06-01  Yao Qi  <yao.qi@linaro.org>
5277
5278         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
5279         * i386-linux-nat.c: Likewise.
5280         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
5281         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
5282         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
5283         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
5284         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
5285
5286 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
5287
5288         * go32-nat.c (go32_xfer_memory): Fix the return value to be
5289         compatible to what read_child and write_child return.  This
5290         unbreaks that DJGPP build of GDB which was broken since v7.7.
5291
5292 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
5293
5294         * MAINTAINERS (Write After Approval): Add Martin Galvan.
5295
5296 2015-05-29  Roland McGrath  <mcgrathr@google.com>
5297
5298         PR gdb/18464
5299         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
5300         rather than internal_error for an unrecognized value.
5301
5302 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
5303
5304         * xtensa-tdep.c (xtensa_pseudo_register_read)
5305         (xtensa_pseudo_register_write): Don't alias last pseudo register
5306         to a1.
5307
5308 2015-05-28  Don Breazeal  <donb@codesourcery.com>
5309
5310         * infrun.c (follow_fork_inferior): Ensure the use of
5311         process-style ptids (pid,0,0) in verbose/debug "Detaching"
5312         messages.
5313
5314 2015-05-28  Doug Evans  <dje@google.com>
5315
5316         * dwarf2read.c (record_line_ftype): Remove, duplicate.
5317
5318 2015-05-28  Yao Qi  <yao.qi@linaro.org>
5319
5320         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
5321         (arm_linux_fetch_inferior_registers): Use
5322         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
5323         (arm_linux_store_inferior_registers): Likewise.
5324         (arm_linux_read_description): Don't set
5325         arm_linux_has_wmmx_registers.
5326         * arm-tdep.c (arm_gdbarch_init): Set
5327         tdep->have_wmmx_registers according target descriptions.
5328         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
5329         field.
5330
5331 2015-05-28  Yao Qi  <yao.qi@linaro.org>
5332
5333         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
5334         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
5335         instead of arm_linux_vfp_register_count.
5336         (store_vfp_regs): Likewise.
5337         (arm_linux_fetch_inferior_registers): Likewise.
5338         (arm_linux_store_inferior_registers): Likewise.
5339         (arm_linux_read_description): Don't set
5340         arm_linux_vfp_register_count.
5341         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
5342         Adjust.
5343         * arm-tdep.c (arm_gdbarch_init): Add assert on
5344         vfp_register_count.
5345         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
5346         field to vfp_register_count.  All users updated.
5347
5348 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
5349
5350         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
5351         ELFOSABI_GNU binaries.
5352
5353 2015-05-27  Doug Evans  <dje@google.com>
5354
5355         * dwarf2read.c (lnp_state_machine): New typedef.
5356         (lnp_reader_state): New typedef.
5357         (dwarf_record_line_1): Renamed from dwarf_record_line.
5358         All callers updated.
5359         (dwarf_record_line): New function.
5360         (init_lnp_state_machine): New function.
5361         (check_line_address): Replace p_record_line parameter with state.
5362         All callers updated.
5363         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
5364         Update to record state in lnp_state_machine.
5365
5366 2015-05-27  Doug Evans  <dje@google.com>
5367
5368         * dwarf2read.c (record_line_ftype): New typedef.
5369         (check_line_address): New function.
5370         (dwarf_decode_lines_1): Call it.
5371
5372 2015-05-27  Doug Evans  <dje@google.com>
5373
5374         * NEWS: Mention "set debug dwarf-line".
5375         * dwarf2read.c (dwarf_line_debug): New static global.
5376         (add_include_dir): Add debug dwarf-line support.
5377         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
5378         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
5379
5380 2015-05-27  Doug Evans  <dje@google.com>
5381
5382         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
5383         All callers updated.
5384         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
5385         * cp-support.h (cp_lookup_nested_symbol): Update.
5386
5387 2015-05-27  Doug Evans  <dje@google.com>
5388
5389         PR symtab/18258
5390         * block.c (block_find_symbol): New function.
5391         (block_find_non_opaque_type): Ditto.
5392         (block_find_non_opaque_type_preferred): Ditto.
5393         * block.h (block_symbol_matcher_ftype): New typedef.
5394         (block_find_symbol): Declare.
5395         (block_find_non_opaque_type): Ditto.
5396         (block_find_non_opaque_type_preferred): Ditto.
5397         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
5398         * psymtab.c (psym_lookup_symbol): Ditto.
5399         * symtab.c (basic_lookup_transparent_type_1): New function.
5400         (basic_lookup_transparent_type): Call it.
5401
5402 2015-05-27  Yao Qi  <yao.qi@linaro.org>
5403
5404         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
5405         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
5406
5407 2015-05-27  Yao Qi  <yao.qi@linaro.org>
5408
5409         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
5410         before operator &&.
5411         (aarch64_record_load_store): Likewise.
5412
5413 2015-05-26  Doug Evans  <dje@google.com>
5414
5415         PR c++/18141, c++/18417.
5416         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
5417         a typedef.
5418
5419 2015-05-26  Doug Evans  <dje@google.com>
5420
5421         * NEWS: Add entries for command renamings.
5422         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
5423         All uses updated.
5424         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
5425         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
5426         All uses updated.
5427         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
5428         All callers updated.  Fix spelling of DWARF in help text.
5429         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
5430         All uses updated.
5431         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
5432         All uses updated.
5433         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
5434         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
5435         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
5436         All uses updated.
5437         (show_dwarf_always_disassemble): Renamed from
5438         show_dwarf2_always_disassemble.  All callers updated.
5439         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
5440         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
5441         "set/show dwarf max-cache-age".  Rename
5442         "set/show dwarf2 always-disassemble" to
5443         "set/show dwarf always-disassemble".  Rename
5444         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
5445         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
5446
5447 2015-05-26  Doug Evans  <dje@google.com>
5448
5449         PR python/18438
5450         * python/py-lazy-string.c (stpy_convert_to_value): Use
5451         gdbpy_gdb_memory_error not PyExc_MemoryError.
5452         (gdbpy_create_lazy_string_object): Ditto.
5453
5454 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
5455
5456         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
5457
5458 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
5459
5460         * tui/tui-regs.c (tui_reg_prev_command): New function.
5461         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
5462         * reggroups.c (reggroup_prev): New function.
5463         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
5464
5465 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
5466             Yao Qi  <yao.qi@linaro.org>
5467
5468         * aarch64-linux-tdep.c: Include linux-record.h and
5469         record-full.h.
5470         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
5471         (aarch64_syscall): New enum.
5472         (aarch64_canonicalize_syscall): New function.
5473         (aarch64_all_but_pc_registers_record): New function.
5474         (aarch64_linux_syscall_record): New function.
5475         (aarch64_linux_init_abi): Install AArch64 process record
5476         handler.  Update to handle syscall recording.
5477         * aarch64-tdep.c: Include record.h and record-full.h.
5478         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
5479         (struct aarch64_mem_r): Define.
5480         (aarch64_record_result): New enum.
5481         (struct insn_decode_record): Define.
5482         (insn_decode_record): New typedef.
5483         (aarch64_record_data_proc_reg): New function.
5484         (aarch64_record_data_proc_imm): New function.
5485         (aarch64_record_branch_except_sys): New function.
5486         (aarch64_record_load_store): New function.
5487         (aarch64_record_data_proc_simd_fp): New function.
5488         (aarch64_record_asimd_load_store): New function.
5489         (aarch64_record_decode_insn_handler): New function.
5490         (deallocate_reg_mem): New function.
5491         (aarch64_process_record): New function.
5492         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
5493         New field.
5494         (aarch64_process_record): New extern declaration.
5495         * configure.tgt: Add linux-record.o to gdb_target_obs.
5496         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
5497
5498 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
5499
5500         * NEWS: Add a note on process record-replay support on aarch64*-linux*
5501         targets.
5502
5503 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
5504
5505         * amd64-tdep.c: Replace in_function_epilogue_p with
5506         stack_frame_destroyed_p throughout.
5507         * arch-utils.c: Ditto.
5508         * arch-utils.h: Ditto.
5509         * arm-tdep.c: Ditto.
5510         * breakpoint.c: Ditto.
5511         * gdbarch.sh: Ditto.
5512         * hppa-tdep.c: Ditto.
5513         * i386-tdep.c: Ditto.
5514         * mips-tdep.c: Ditto.
5515         * nios2-tdep.c: Ditto.
5516         * rs6000-tdep.c: Ditto.
5517         * s390-linux-tdep.c: Ditto.
5518         * score-tdep.c: Ditto.
5519         * sh-tdep.c: Ditto.
5520         * sparc-tdep.c: Ditto.
5521         * sparc-tdep.h: Ditto.
5522         * sparc64-tdep.c: Ditto.
5523         * spu-tdep.c: Ditto.
5524         * tic6x-tdep.c: Ditto.
5525         * tilegx-tdep.c: Ditto.
5526         * xstormy16-tdep.c: Ditto.
5527         * gdbarch.c, gdbarch.h: Re-generated.
5528
5529 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
5530
5531         * NEWS: Mention 'tui enable' and 'tui disable'.
5532         * tui/tui.c (tui_enable_command): New function.
5533         (tui_disable_command): New function.
5534         (_initialize_tui): New function.
5535
5536 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5537
5538         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
5539
5540 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5541
5542         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
5543         buf_ptr is freed.
5544
5545 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5546
5547         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
5548         into ...
5549         (tui_set_layout_for_display_command): ...here, before calling
5550         tui_set_layout.  Only set the layout if gdb has not already
5551         entered the TUI_FAILURE state.
5552
5553 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5554
5555         * tui/tui-layout.c (layout_completer): New function.
5556         (_initialize_tui_layout): Set completer on layout command.
5557
5558 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
5559
5560         * tui/tui-layout.c (tui_set_layout): Remove
5561         tui_register_display_type parameter.  Remove all checking of this
5562         parameter, and reindent function.  Update header comment.
5563         (tui_set_layout_for_display_command): Rename to...
5564         (tui_set_layout_by_name): ...this, and don't check for different
5565         register class types, don't pass a tui_register_display_type to
5566         tui_set_layout.  Update header comment.
5567         (layout_names): Remove register set specific names.
5568         * tui/tui-layout.h (tui_set_layout): Remove
5569         tui_register_display_type parameter.
5570         * tui/tui.c (tui_rl_change_windows): Don't pass a
5571         tui_register_display_type to tui_set_layout.
5572         (tui_rl_delete_other_windows): Likewise.
5573         (tui_enable): Likewise.
5574         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
5575         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
5576         (TUI_GENERAL_REGS_NAME): Remove.
5577         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
5578         (TUI_SPECIAL_REGS_NAME): Remove.
5579         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
5580         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
5581         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
5582         (enum tui_register_display_type): Remove.
5583         (struct tui_layout_def): Remove regs_display_type and
5584         float_regs_display_type fields.
5585         (struct tui_data_info): Remove regs_display_type field.
5586         (tui_layout_command): Use new name for
5587         tui_set_layout_for_display_command.
5588         * tui/tui-data.c (layout_def): Don't initialise removed fields.
5589         (tui_clear_win_detail): Don't initialise removed fields of
5590         win_info.
5591         * tui/tui-regs.c (tui_show_registers): Use new name for
5592         tui_set_layout_for_display_command.
5593         * tui/tui.h (tui_set_layout_for_display_command): Rename
5594         declaration to...
5595         (tui_set_layout_by_name): ...this.
5596         * printcmd.c (display_command): Remove tui related layout call,
5597         and reindent.
5598
5599 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
5600
5601         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
5602         (handle_inferior_event): New function.
5603
5604 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
5605
5606         * ada-lang.c (to_fixed_array_type): Rename local variable
5607         typename into type_name.
5608
5609 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5610
5611         Fix ASAN crash for gdb.compile/compile.exp.
5612         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
5613
5614 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5615
5616         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
5617         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
5618         * compile/compile-object-load.c (setup_sections, compile_object_load):
5619         Likewise.
5620         * compile/compile.c (compile_to_object): Likewise.
5621
5622 2015-05-16  Doug Evans  <xdje42@gmail.com>
5623
5624         * NEWS: Mention support for unbuffered Guile memory ports.
5625         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
5626         (ioscm_lseek_address): Improve overflow calculation.
5627         (gdbscm_memory_port_fill_input): Add assert.
5628         (gdbscm_memory_port_write): Handle unbuffered ports.
5629         Handle large writes identical to Guile's fport_write.
5630         (gdbscm_memory_port_seek): Fix seeking past end check.
5631         (gdbscm_memory_port_close): Handle closing unbuffered port.
5632         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
5633         (ioscm_init_memory_port): Handle unbuffered ports.
5634         (ioscm_reinit_memory_port): Ditto.
5635         (ioscm_init_memory_port): Update size calculation.
5636         (gdbscm_open_memory): Support zero sized ports.
5637
5638 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5639
5640         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
5641         variable compiler warnings.
5642
5643 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5644
5645         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
5646
5647 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5648             Phil Muldoon  <pmuldoon@redhat.com>
5649
5650         * NEWS (Changes since GDB 7.9): Add compile print.
5651         * compile/compile-c-support.c (add_code_header, add_code_footer)
5652         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
5653         COMPILE_I_PRINT_VALUE_SCOPE.
5654         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
5655         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
5656         New.
5657         * compile/compile-object-load.c: Include block.h.
5658         (get_out_value_type): New function.
5659         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
5660         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
5661         OUT_VALUE_TYPE.
5662         * compile/compile-object-load.h (struct compile_module): Add fields
5663         out_value_addr and out_value_type.
5664         * compile/compile-object-run.c: Include valprint.h and compile.h.
5665         (struct do_module_cleanup): Add fields out_value_addr and
5666         out_value_type.
5667         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
5668         COMPILE_I_PRINT_VALUE_SCOPE.
5669         (compile_object_run): Propagate out_value_addr and out_value_type.
5670         Pass OUT_VALUE_ADDR.
5671         * compile/compile.c: Include valprint.h.
5672         (compile_print_value, compile_print_command): New functions.
5673         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
5674         (_initialize_compile): Update compile code help text.  Install
5675         compile_print_command.
5676         * compile/compile.h (compile_print_value): New prototype.
5677         * defs.h (enum compile_i_scope_types): Add
5678         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
5679
5680 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5681
5682         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
5683         Rely on its parameter count.
5684         (compile_object_load): Replace lookup_minimal_symbol_text by
5685         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
5686         return value.
5687         * compile/compile-object-load.h (struct compile_module): Replace
5688         func_addr by func_sym.
5689         * compile/compile-object-run.c: Include block.h.
5690         (compile_object_run): Reset module variable after it is freed.  Use
5691         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
5692
5693 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5694
5695         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
5696         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
5697         (c_compute_program): Call generate_register_struct after typedefs.
5698         * compile/compile-loc2c.c (push, pushf_register_address)
5699         (pushf_register): Cast to GCC_UINTPTR.
5700         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
5701         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
5702         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
5703         * compile/compile.c (_initialize_compile): Enable warnings for
5704         COMPILE_ARGS.
5705
5706 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5707
5708         * cli/cli-script.c (execute_control_command): Update
5709         eval_compile_command caller.
5710         * compile/compile-object-load.c (compile_object_load): Add parameters
5711         scope and scope_data.  Set them.
5712         * compile/compile-object-load.h (struct compile_module): Add fields
5713         scope and scope_data.
5714         (compile_object_load): Add parameters scope and scope_data.
5715         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
5716         scope and scope_data.
5717         (compile_object_run): Propagate the fields scope and scope_data.
5718         * compile/compile.c (compile_file_command, compile_code_command):
5719         Update eval_compile_command callers.
5720         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
5721         * compile/compile.h (eval_compile_command): Add parameter scope_data.
5722         * defs.h (struct command_line): Add field scope_data.
5723
5724 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5725
5726         * printcmd.c (struct format_data): Move it to valprint.h.
5727         (print_command_parse_format, print_value): New functions from ...
5728         (print_command_1): ... here.  Call them.
5729         * valprint.h (struct format_data): Move it here from printcmd.c.
5730         (print_command_parse_format, print_value): New declarations.
5731
5732 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5733
5734         * compile/compile-object-load.c (compile_object_load): Add
5735         COMPILE_DEBUG message.
5736
5737 2015-05-15  Jerome Guitton  <guitton@adacore.com>
5738
5739         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
5740         index to get element instead of enum value.
5741         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
5742         of index to compute length, but enum values to compute bounds.
5743         (ada_array_length): Use enum position of index instead of enum value.
5744         (pos_atr): Move position computation to...
5745         (ada_evaluate_subexp): Use enum values to compute bounds.
5746         * gdbtypes.c (discrete_position): ...this new function.
5747         * gdbtypes.h (discrete_position): New function declaration.
5748         * valprint.c (val_print_array_elements): Call discrete_position
5749         to handle array indexed by non-contiguous enumeration types.
5750
5751 2015-05-15  Jerome Guitton  <guitton@adacore.com>
5752
5753         * ada-lang.c (find_parallel_type_by_descriptive_type):
5754         Go through typedefs during lookup.
5755         (to_fixed_array_type): Add support for non-bit packed arrays
5756         as variable-length fields.
5757
5758 2015-05-15  Pedro Alves  <palves@redhat.com>
5759             Simon Marchi  <simon.marchi@ericsson.com>
5760
5761         * event-loop.c (gdb_notifier) <next_file_handler,
5762         next_poll_fds_index>: New fields.
5763         (get_next_file_handler_to_handle_and_advance): New function.
5764         (delete_file_handler): If deleting the next file handler to
5765         handle, advance to the next file handler.
5766         (gdb_wait_for_event): Bail early if no event fired.  Poll file
5767         handlers in round-robin fashion.
5768
5769 2015-05-15  Pedro Alves  <palves@redhat.com>
5770
5771         * linux-tdep.c (linux_find_memory_regions_full): Rename local
5772         'private' to 'priv'.
5773
5774 2015-05-15  Pedro Alves  <palves@redhat.com>
5775
5776         * nat/linux-nat.h: Include "target/waitstatus.h".
5777
5778 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
5779
5780         * python/py-unwind.c (struct reg_info): Move out of ...
5781         (struct cached_frame_info): ... this scope.
5782         (pending_frame_object_type, unwind_info_object_type): Make extern.
5783
5784 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
5785
5786         * ada-lang.c (ada_value_primitive_packed_val): Make sure
5787         accumSize is never negative.
5788
5789 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
5790
5791         * tui/tui-command.c: Remove include of <ctype.h>.
5792         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
5793
5794 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
5795
5796         * dwarf2read.c (die_needs_namespace): Return 1 for
5797         DW_TAG_inlined_subroutine.
5798
5799 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5800
5801         * regcache.c (regcache_cpy_no_passthrough): New declaration.
5802         (regcache_cpy_no_passthrough): Make it static, add function comment.
5803         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
5804         (regcache_cpy_no_passthrough): Remove declaration.
5805
5806 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5807
5808         * gdbthread.h (struct thread_control_state): Update comment for
5809         proceed_to_finish.
5810         * infcall.c (run_inferior_call): Update comment about
5811         proceed_to_finish.
5812         * infcmd.c (get_return_value): Update comment about stop_registers.
5813         (finish_forward): Update comment about proceed_to_finish.
5814         * infrun.c (stop_registers): Remove.
5815         (clear_proceed_status, normal_stop): Remove stop_registers handling.
5816         * infrun.h (stop_registers): Remove.
5817
5818 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5819
5820         * infcall.c (struct dummy_frame_context_saver)
5821         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
5822         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5823         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5824         New.
5825         (call_function_by_hand_dummy): Move discard_cleanups of
5826         inf_status_cleanup before dummy_frame_push.  Call
5827         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
5828         Use dummy_frame_context_saver_get_regs instead of stop_registers.
5829         * infcall.h (struct dummy_frame_context_saver)
5830         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5831         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5832         New declarations.
5833         * infcmd.c: Include infcall.h.
5834         (get_return_value): Add parameter ctx_saver, use it instead of
5835         stop_registers.
5836         (print_return_value): Add parameter ctx_saver, pass it.
5837         (struct finish_command_continuation_args): Add field ctx_saver.
5838         (finish_command_continuation): Update print_return_value caller.
5839         (finish_command_continuation_free_arg): Free also ctx_saver.
5840         (finish_forward): Call dummy_frame_context_saver_setup.
5841         * inferior.h (struct dummy_frame_context_saver): New declaration.
5842         (get_return_value): Add parameter ctx_saver.
5843         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
5844         get_return_value caller.
5845
5846 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5847
5848         * dummy-frame.c (struct dummy_frame_dtor_list): New.
5849         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
5850         (remove_dummy_frame): Process dtor_list.
5851         (pop_dummy_frame): Process dtor_list.
5852         (register_dummy_frame_dtor): Maintain dtor_list.
5853         (find_dummy_frame_dtor): Handle dtor_list.
5854         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
5855         Update comments.
5856
5857 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5858
5859         * compile/compile-object-run.c (do_module_cleanup): Add parameter
5860         registers_valid.
5861         (compile_object_run): Update do_module_cleanup caller.
5862         * dummy-frame.c: Include infcall.h.
5863         (struct dummy_frame): Update dtor comment.
5864         (remove_dummy_frame): Call dtor.
5865         (pop_dummy_frame): Update dtor caller.
5866         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
5867         registers_valid.
5868
5869 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
5870
5871         GDB 7.9.1 released.
5872
5873 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
5874
5875         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
5876         Xmethods now being able to specify a result type to that new
5877         sectioin.
5878
5879 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
5880
5881         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
5882         first before resizing the window.
5883         * tui/tui.c (tui_enable): Likewise.
5884
5885 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5886
5887         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
5888         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
5889         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
5890         dummy_dtor parameter.
5891         * infcall.h: Include dummy-frame.h.
5892         (call_function_by_hand_dummy_dtor_ftype): Remove.
5893         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
5894         parameter.
5895
5896 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
5897
5898         PR gdb/17820
5899         * top.c (history_size_setshow_var): Change type to signed.
5900         Initialize to -2.  Update documentation.
5901         (set_readline_history_size): Define.
5902         (set_history_size_command): Use it.  Remove logic for handling
5903         out-of-range sizes.
5904         (init_history): Use set_readline_history_size().  Test for a
5905         value of -2 instead of 0 when determining whether to set a
5906         default history size.
5907         (init_main): Decode the argument of the "size" command as a
5908         zuinteger_unlimited.
5909
5910 2015-05-12  Doug Evans  <dje@google.com>
5911
5912         * dwarf2read.c (struct file_entry): Tweak comments.
5913         (get_debug_line_section): Tweak comments.
5914
5915 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5916
5917         * NEWS: Announce fork support in the RSP and support
5918         for fork debugging in extended mode.
5919
5920 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5921
5922         * remote.c (remote_insert_fork_catchpoint): New function.
5923         (remote_remove_fork_catchpoint): New function.
5924         (remote_insert_vfork_catchpoint): New function.
5925         (remote_remove_vfork_catchpoint): New function.
5926         (pending_fork_parent_callback): New function.
5927         (remove_new_fork_child): New function.
5928         (remote_update_thread_list): Call remote_notif_get_pending_events
5929         and remove_new_fork_child.
5930         (extended_remote_kill): Kill fork child when killing the
5931         parent before follow_fork completes.
5932         (init_extended_remote_ops): Initialize target vector with
5933         new fork catchpoint functions.
5934
5935 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5936
5937         * remote.c (remove_vfork_event_p): New function.
5938         (remote_follow_fork): Add vfork event type to event checking.
5939         (remote_parse_stop_reply): New stop reasons "vfork" and
5940         "vforkdone" for RSP 'T' Stop Reply Packet.
5941
5942 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5943
5944         * linux-nat.c (linux_nat_ptrace_options): New function.
5945         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
5946         Call linux_nat_ptrace_options and use different argument to
5947         linux_enable_event_reporting.
5948         (_initialize_linux_nat): Delete call to
5949         linux_ptrace_set_additional_flags.
5950         * nat/linux-ptrace.c (current_ptrace_options): Rename to
5951         supported_ptrace_options.
5952         (additional_flags): Delete variable.
5953         (linux_check_ptrace_features): Use supported_ptrace_options.
5954         (linux_test_for_tracesysgood, linux_test_for_tracefork):
5955         Likewise, and remove additional_flags check.
5956         (linux_enable_event_reporting): Change 'attached' argument to
5957         'options'.  Use supported_ptrace_options.
5958         (ptrace_supports_feature): Change comment.  Use
5959         supported_ptrace_options.
5960         (linux_ptrace_set_additional_flags): Delete function.
5961         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
5962         Delete function prototype.
5963         * remote.c (remote_fork_event_p): New function.
5964         (remote_detach_pid): New function.
5965         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
5966         if doing detach-on-fork.
5967         (remote_follow_fork): New function.
5968         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
5969         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
5970         (init_extended_remote_ops): Initialize to_follow_fork.
5971
5972 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5973
5974         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
5975         from static to extern.
5976         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
5977         * remote.c (anonymous enum): <PACKET_fork_event_feature,
5978         * PACKET_vfork_event_feature>: New enumeration constants.
5979         (remote_protocol_features): Add table entries for new packets.
5980         (remote_query_supported): Add new feature queries to qSupported
5981         packet.
5982
5983 2015-05-12  Gary Benson <gbenson@redhat.com>
5984
5985         * remote.c (remote_add_inferior): Call exec_file_locate_attach
5986         for fake PIDs as well as real ones.
5987         (remote_pid_to_exec_file): Send empty annex if PID is fake.
5988
5989 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
5990
5991         * NEWS (Python Scripting): Mention the new gdb.Value methods.
5992         * python/py-value.c (valpy_reference_value): New function.
5993         (valpy_const_value): Likewise.
5994         (value_object_methods): Add new methods.
5995         * value.c (make_cv_value): New function.
5996         * value.h (make_cv_value): Declare.
5997
5998 2015-05-08  Yao Qi  <yao@codesourcery.com>
5999             Sandra Loosemore  <sandra@codesourcery.com>
6000
6001         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
6002         to 'lh->include_dirs' before accessing to it.
6003         (psymtab_include_file_name): Likewise.
6004         (dwarf_decode_lines_1): Likewise.
6005         (dwarf_decode_lines): Likewise.
6006         (file_file_name): Likewise.
6007
6008 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
6009
6010         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
6011         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
6012         (nios2_linux_rt_sigreturn_init): Adjust base address of
6013         register save area.
6014
6015 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
6016
6017         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
6018         "trap 31" as the breakpoint instruction on all targets.
6019
6020 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6021
6022         * infcmd.c (print_return_value): Remove unused declaration.
6023
6024 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
6025
6026         * dwarf2read.c (attr_to_dynamic_prop)
6027         <DW_AT_data_member_location>: Use read_type_die isntead of
6028         get_die_type.
6029
6030 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
6031
6032         * ada-lang.c (ada_convert_actual): Add handling of formals
6033         passed inside an aligner type.
6034
6035 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
6036
6037         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
6038
6039 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
6040
6041         PR python/18291
6042         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
6043         Print xmethod matcher status.
6044
6045 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6046
6047         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
6048         register in the regcache when treating the PSWM register, and vice
6049         versa.
6050
6051 2015-05-07  Gary Benson <gbenson@redhat.com>
6052
6053         * linux-thread-db.c (struct thread_db_info)
6054         <td_ta_map_id2thr_p>: Remove field.
6055         (try_thread_db_load_1): Remove initialization for the above.
6056
6057 2015-05-07  Gary Benson <gbenson@redhat.com>
6058
6059         * linux-thread-db.c (struct thread_db_info)
6060         <td_thr_validate_p>: Remove field.
6061         (try_thread_db_load_1): Remove initialization for the above.
6062
6063 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6064
6065         * compile/compile-object-load.c (compile_object_load): Support
6066         mst_text_gnu_ifunc.
6067
6068 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6069
6070         * compile/compile.c (compile_to_object): Make the cmd_string parameter
6071         const.  Use new variables for the const compatibility.
6072         (eval_compile_command): Make the cmd_string parameter const.
6073         * compile/compile.h (eval_compile_command): Make the cmd_string
6074         parameter const.
6075
6076 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
6077
6078         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
6079         comment.
6080         * top.c (deprecated_init_ui_hook): Delete.
6081         (gdb_init): Remove handling of deprecated_init_ui_hook.
6082         * interps.c (clear_interpreter_hooks): Remove handling of
6083         deprecated_init_ui_hook.
6084         * main.c (captured_main): Update comment.
6085
6086 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
6087
6088         * solib.c (_initialize_solib): Add "info dll" alias creation.
6089         * windows-nat.c (set_windows_aliases): Delete.
6090         (_initialize_windows_nat): Remove deprecated_init_ui_hook
6091         assignment.
6092         * NEWS: Add news entry about "info dll" now being available
6093         on all platforms.
6094
6095 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6096
6097         * ada-lang.c (value_assign_to_component): Reformat and improve
6098         documentation. Remove all trailing spaces.
6099
6100 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6101
6102         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
6103         Stop counting inlined frames as soon as an out-of-line function
6104         is found.
6105
6106 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
6107
6108         * dwarf2read.c (inherit_abstract_dies): Skip
6109         DW_TAG_GNU_call_site dies while inheriting children of an
6110         abstract DIE into a scope.
6111         (read_lexical_block_scope): Inherit abstract DIE's for
6112         lexical scopes.
6113
6114 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6115
6116         * ada-valprint.c (val_print_packed_array_elements): Delete
6117         variable "len".  Add a type-length check when comparing two
6118         consecutive elements of the array.  Use the element's actual
6119         length in call to value_contents_eq.
6120         * ada-lang.c (ada_value_primitive_packed_val): Always return
6121         a value whose type has been resolved.
6122
6123 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6124
6125         * ada-lang.c (ada_value_primitive_packed_val): Recompute
6126         BIT_SIZE and LEN if the size of the resolved type is smaller
6127         than BIT_SIZE * HOST_CHAR_BIT.
6128
6129 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6130
6131         * ada-lang.c (ada_value_primitive_packed_val): Use a more
6132         correct address in call to value_at.  Adjust call to
6133         value_address accordingly.
6134
6135 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6136
6137         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
6138         to print it.
6139
6140 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6141
6142         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
6143         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
6144         pinfo->valaddr.
6145         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
6146         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
6147         (resolve_dynamic_type_internal): Set pinfo.valaddr.
6148         Add handling of addr_stack->valaddr.
6149         (resolve_dynamic_type): Add "valaddr" parameter.
6150         Set pinfo.valaddr field.
6151         * ada-lang.c (ada_discrete_type_high_bound): Update call to
6152         resolve_dynamic_type.
6153         (ada_discrete_type_low_bound): Likewise.
6154         * findvar.c (default_read_var_value): Likewise.
6155         * value.c (value_from_contents_and_address): Likewise.
6156
6157 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6158
6159         * gdbtypes.c (resolve_dynamic_array): Use
6160         create_array_type_with_stride instead of create_array_type.
6161
6162 2015-04-30  DJ Delorie  <dj@redhat.com>
6163
6164         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
6165         rl78_decode_opcode
6166
6167 2015-04-29  Doug Evans  <dje@google.com>
6168
6169         PR python/18285
6170         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
6171         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
6172         EVAL_AVOID_SIDE_EFFECTS for xmethods.
6173         * extension-priv.h (struct extension_language_ops)
6174         <get_xmethod_result_type>: New member.
6175         * extension.c (get_xmethod_result_type): New function.
6176         * extension.h (get_xmethod_result_type): Declare.
6177         * python/py-xmethods.c (get_result_type_method_name): New static
6178         global.
6179         (py_get_result_type_method_name): Ditto.
6180         (gdbpy_get_xmethod_result_type): New function.
6181         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
6182         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
6183         * python/python.c (python_extension_ops): Add
6184         gdbpy_get_xmethod_result_type.
6185         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
6186         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
6187         xmethods.
6188         (value_x_unop): Ditto.
6189         * value.c (result_type_of_xmethod): New function.
6190         * value.h (result_type_of_xmethod): Declare.
6191
6192 2015-04-29  Gary Benson <gbenson@redhat.com>
6193
6194         * solib.c (solib_find_1): Allow fd argument to be NULL.
6195         (exec_file_find): Update comment.
6196         (solib_find): Likewise.
6197         * exec.c (exec_file_locate_attach): Use NULL as fd
6198         argument to exec_file_find to avoid having to close
6199         the opened file.
6200         * infrun.c (follow_exec): Likewise.
6201
6202 2015-04-28  Doug Evans  <dje@google.com>
6203
6204         PR python/18299
6205         * python/lib/gdb/printing.py (register_pretty_printer): Handle
6206         name or __name__ attributes.  Handle gdb module as first argument.
6207
6208 2015-04-28  Doug Evans  <dje@google.com>
6209
6210         PR python/18089
6211         * python/py-prettyprint.c (print_children): Verify result of children
6212         iterator.  Provide better error message.
6213         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
6214         * python/python.c (gdbpy_print_python_errors_p): New function.
6215
6216 2015-04-28  Doug Evans  <dje@google.com>
6217
6218         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
6219
6220 2015-04-28  Sasha Smundak  <asmundak@google.com>
6221
6222         * NEWS: Mention gdb.Type.optimized_out method.
6223         * python/py-type.c (typy_optimized_out):  New function.
6224
6225 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
6226
6227         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
6228
6229 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
6230
6231         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
6232         (initialize_utils): Move call of init_page_info() to ...
6233         * top.c (gdb_init): ... here.
6234
6235 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
6236
6237         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
6238         (tui_sigwinch_handler): Still update our idea of
6239         the terminal's width and height even when TUI is not active.
6240
6241 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
6242
6243         * utils.h (set_screen_width_and_height): Declare.
6244         * utils.c (set_screen_width_and_height): Define.
6245         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
6246
6247 2015-04-28  Gary Benson <gbenson@redhat.com>
6248
6249         * infrun.c (solist.h): New include.
6250         (follow_exec): Use exec_file_find to prefix execd_pathname
6251         with gdb_sysroot.
6252
6253 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
6254
6255         * tui/tui-source.c (tui_set_source_content): Avoid calling
6256         strcpy() when offset is 0.
6257
6258 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
6259
6260         PR gdb/18155
6261         * tui/tui-data.c (tui_free_window): Don't free the locator
6262         window when passed an SRC_WIN or a DISASSEM_WIN.
6263
6264 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
6265
6266         * tui/tui-data.h (struct tui_win_element): Forward-declare.
6267         (tui_win_content): Move declaration.
6268         (struct tui_gen_win_info): Give 'content' field the
6269         type tui_win_content.
6270         * tui/tui-data.c (init_content_element): Remove redundant and
6271         erroneous casts.
6272         (tui_add_content_elements): Remove erroneous cast.
6273         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
6274         casts.
6275         (tui_get_begin_asm_address): Likewise.
6276         * tui/tui-regs.c (tui_show_registers): Likewise.
6277         (tui_show_register_group): Likewise.
6278         (tui_display_registers_from): Likewise.
6279         (tui_check_register_values): Likewise.
6280         * tui/tui-source.c (tui_set_source_content): Likewise.
6281         (tui_set_source_content_nil): Likewise.
6282         (tui_source_is_displayed): Likewise.
6283         * tui/tui-stack.c (tui_show_locator_content): Likewise.
6284         (tui_set_locator_fullname): Likewise.
6285         (tui_set_locator_info): Likewise.
6286         (tui_show_frame_info): Likewise.
6287         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
6288         (tui_show_source_line): Likewise.
6289         (tui_horizontal_source_scroll): Likewise.
6290         (tui_update_breakpoint_info): Likewise.
6291         (tui_set_exec_info_content): Likewise.
6292         (tui_show_exec_info_content): Likewise.
6293         (tui_alloc_source_buffer): Likewise.
6294         (tui_line_is_displayed): Likewise.
6295         (tui_addr_is_displayed): Likewise.
6296
6297 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
6298
6299         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
6300         event if PL_FLAG_EXEC is set.
6301         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
6302         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
6303         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
6304         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
6305         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
6306
6307 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
6308
6309         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
6310         [TDP_RFPPWAIT] New variable fbsd_pending_children.
6311         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
6312         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
6313         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
6314         [PT_LWPINFO] (fbsd_wait): New function.
6315         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
6316         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
6317         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
6318         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
6319         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
6320         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
6321         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
6322         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
6323         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
6324         "fbsd_wait".
6325         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
6326         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
6327         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
6328         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
6329         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
6330         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
6331         Set "to_post_attach" to "fbsd_post_attach".
6332
6333 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
6334
6335         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
6336         (fbsd_find_memory_regions): Mark static.
6337         (fbsd_nat_add_target): New function.
6338         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
6339         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
6340         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
6341         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
6342         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
6343         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
6344
6345 2015-04-27  Gary Benson <gbenson@redhat.com>
6346
6347         * objfiles.c (allocate_objfile): Do not attempt to expand name
6348         if name is a "target:" filename.
6349         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
6350         to load auto-load scripts for objfiles with "target:" filenames.
6351
6352 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6353
6354         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
6355         (enum s390_vector_abi_kind): New enum.
6356         (struct gdbarch_tdep)<vector_abi>: New field.
6357         (s390_effective_inner_type): Add parameter min_size.  Stop
6358         unwrapping if the inner type is smaller than min_size.
6359         (s390_function_arg_float): Adjust call to
6360         s390_effective_inner_type.
6361         (s390_function_arg_vector): New function.
6362         (s390_function_arg_integer): Adjust comment.
6363         (struct s390_arg_state)<vr>: New field.
6364         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
6365         arguments according to vector ABI when appropriate.
6366         (s390_push_dummy_call): Initialize the argument state's field
6367         'vr'.  Adjust calls to s390_handle_arg.
6368         (s390_register_return_value): Handle vector return values.
6369         (s390_return_value): Apply the "register" return value convention
6370         to a vector when appropriate.
6371         (s390_gdbarch_init): Initialize tdep->vector_abi.
6372         * NEWS: Announce S390 vector ABI support.
6373
6374 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6375
6376         * s390-linux-tdep.c (s390_return_value_convention): Remove
6377         function.  Inline its logic...
6378         (s390_return_value): ...here.  Instead, move the handling of the
6379         "register" return value convention...
6380         (s390_register_return_value): ...here.  New function.
6381
6382 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6383
6384         * s390-linux-tdep.c
6385         (is_float_singleton): Remove function.  Move the "singleton" part
6386         of the logic...
6387         (s390_effective_inner_type): ...here.  New function.
6388         (is_float_like): Remove function.  Inline its logic...
6389         (s390_function_arg_float): ...here.
6390         (is_pointer_like, is_integer_like, is_struct_like): Remove
6391         functions.  Inline their logic...
6392         (s390_function_arg_integer): ...here.
6393         (s390_function_arg_pass_by_reference): Remove function.
6394         (extend_simple_arg): Remove function.
6395         (alignment_of): Remove function.
6396         (struct s390_arg_state): New structure.
6397         (s390_handle_arg): New function.
6398         (s390_push_dummy_call): Move parameter placement logic to the new
6399         function s390_handle_arg.  Call it for calculating the stack area
6400         sizes first, and again for actually writing the parameters.
6401
6402 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6403
6404         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
6405           false if the argument is zero.
6406
6407 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6408
6409         * ada-lang.c (template_to_static_fixed_type): Return input type
6410         when it is already fixed.  Cache the input type itself when not
6411         creating a static fixed copy.  Make it explicit that we never
6412         molestate the input type.
6413         * gdbtypes.c (resolve_dynamic_struct): Reset the
6414         TYPE_TARGET_TYPE field for resolved copies.
6415
6416 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
6417
6418         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
6419         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
6420         (template_to_static_fixed_type): Call ada_check_typedef only
6421         when necessary.
6422
6423 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
6424
6425         * cli/cli-dump.c (srec_dump_command): Add internationalization
6426         mark ups.
6427         (ihex_dump_command): Likewise.
6428         (tekhex_dump_command): Likewise.
6429         (binary_dump_command): Likewise.
6430         (binary_append_command): Likewise.
6431
6432 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
6433
6434         * cli/cli-dump.c (verilog_cmdlist): New variable.
6435         (dump_verilog_memory): New function.
6436         (dump_verilog_value): New function.
6437         (verilog_dump_command): New function.
6438         (_initialize_cli_dump): Add new commands to support verilog dump
6439         format.
6440         * NEWS: Add entry for "dump verilog".
6441
6442 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
6443
6444         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
6445         descriptive type when there is none.
6446
6447 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
6448
6449         * tui/tui-win.c (tui_async_resize_screen): Call
6450         rl_resize_terminal().
6451
6452 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
6453
6454         * windows-nat.c (handle_output_debug_string): Don't change
6455         current_event.dwThreadId.
6456         (get_windows_debug_event): Use thread_id, rather than relying on
6457         current_event.dwThreadId being changed.
6458
6459 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
6460
6461         * windows-nat.c (windows_continue): Report an error if
6462         ContinueDebugEvent() fails.
6463
6464 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
6465
6466         * windows-nat.c (windows_resume): Fix misspelling in debug output.
6467
6468 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
6469
6470         * windows-nat.c (get_windows_debug_event): Replace retval with
6471         thread_id throughout.  Update stale comment.
6472
6473 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
6474
6475         * windows-nat.c (get_windows_debug_event): Don't use ternary
6476         conditional operator.
6477
6478 2015-04-21  Pierre Muller  <muller@sourceware.org>
6479
6480         PR pascal/17815
6481         p-exp.y (yylex): Reorganize code to return the matched pattern
6482         for a field of this.
6483
6484 2015-04-21  Gary Benson <gbenson@redhat.com>
6485
6486         * common/fileio.h (fileio_to_host_openflags): New declaration.
6487         * common/fileio.c (fcntl.h): New include.
6488         (fileio_to_host_openflags): New function, factored out from...
6489         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
6490         Single use updated.
6491
6492 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
6493
6494         * rl78-tdep.c (RL78_SP_ADDR): Define.
6495         (opc_reg_to_gdb_regnum): New static function.
6496         (rl78_analyze_prologue): Recognize instructions forming slightly
6497         more interesting prologues.
6498
6499 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
6500
6501         Revert:
6502         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6503         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
6504         TYPE_CODE_REF types so that they are not considered as dynamic
6505         depending on the referenced type.
6506         (resolve_dynamic_type_internal): Likewise.
6507
6508 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
6509
6510         Revert:
6511         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6512         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
6513         "top_level" parameter.
6514         (resolve_dynamic_type_internal): Remove the unused "top_level"
6515         parameter.  Update call to is_dynamic_type_internal.
6516         (is_dynamic_type): Update call to is_dynamic_type_internal.
6517         (resolve_dynamic_range): Update call to
6518         resolve_dynamic_type_internal.
6519         (resolve_dynamic_union): Likewise.
6520         (resolve_dynamic_struct): Likewise.
6521         (resolve_dynamic_type): Likewise.
6522
6523 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
6524
6525         * breakpoint.c (update_dprintf_command_list): Remove duplicated
6526         xmalloc.
6527
6528 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
6529
6530         * reply_mig_hack.awk: Robustify parsing.
6531
6532         * reply_mig_hack.awk: Don't bother to declare an intermediate
6533         function pointer variable.
6534
6535 2015-04-17  Doug Evans  <dje@google.com>
6536
6537         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
6538         to "exec_displacement" to avoid confusion with inner use of the name.
6539
6540 2015-04-17  Pedro Alves  <palves@redhat.com>
6541
6542         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
6543         if HW point of TYPE isn't supported.
6544
6545 2015-04-17  Yao Qi  <yao.qi@linaro.org>
6546             Pedro Alves  <palves@redhat.com>
6547
6548         * target.h (target_can_use_hardware_watchpoint): Update comments.
6549         Remove trailing ";".
6550
6551 2015-04-17  Gary Benson <gbenson@redhat.com>
6552
6553         * remote.c (remote_add_inferior): New argument try_open_exec.
6554         If nonzero, attempt to open the inferior's executable file as
6555         the main executable if no main executable is open already.
6556         All callers updated.
6557         * NEWS: Mention that GDB now supports automatic location and
6558         retrieval of executable + files from remote targets.
6559
6560 2015-04-17  Gary Benson <gbenson@redhat.com>
6561
6562         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
6563         * remote.c (PACKET_qXfer_exec_file): Likewise.
6564         (remote_protocol_features): Register the
6565         "qXfer:exec-file:read" feature.
6566         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
6567         (remote_pid_to_exec_file): New function.
6568         (init_remote_ops): Initialize to_pid_to_exec_file.
6569         (_initialize_remote): Register new "set/show remote
6570         pid-to-exec-file-packet" command.
6571         * NEWS: Announce new qXfer:exec-file:read packet.
6572
6573 2015-04-17  Gary Benson <gbenson@redhat.com>
6574
6575         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
6576         New declaration.
6577         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
6578         New function, factored out from...
6579         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
6580
6581 2015-04-17  Gary Benson <gbenson@redhat.com>
6582
6583         * exec.c (solist.h): New include.
6584         (exec_file_locate_attach): Prefix absolute executable
6585         paths with gdb_sysroot if set.
6586         * NEWS: Mention that executable paths may be prepended
6587         with sysroot.
6588
6589 2015-04-17  Gary Benson <gbenson@redhat.com>
6590
6591         * solist.h (exec_file_find): New declaration.
6592         * solib.c (solib_find_1): New function, factored out from...
6593         (solib_find): ...here.
6594         (exec_file_find): New function.
6595
6596 2015-04-17  Gary Benson <gbenson@redhat.com>
6597
6598         * gdbcore.h (exec_file_locate_attach): New declaration.
6599         * exec.c (exec_file_locate_attach): New function, factored
6600         out from...
6601         * infcmd.c (attach_command_post_wait): ...here.
6602
6603 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
6604
6605         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
6606
6607 2015-04-16  Yao Qi  <yao.qi@linaro.org>
6608
6609         * infrun.c (maybe_software_singlestep): Declare.
6610         (displaced_step_fixup): Call maybe_software_singlestep.
6611
6612 2015-04-15  Doug Evans  <dje@google.com>
6613
6614         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
6615
6616 2015-04-15  Doug Evans  <dje@google.com>
6617
6618         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
6619
6620 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
6621
6622         * python/lib/gdb/command/unwinders.py: Add parentheses.
6623
6624 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6625
6626         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
6627
6628 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6629
6630         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
6631
6632 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6633
6634         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6635         dsc->insn_size instead of 4.
6636
6637 2015-04-14  Gary Benson <gbenson@redhat.com>
6638
6639         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
6640         * minidebug.c (lzma_stat): Likewise.
6641         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
6642         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
6643
6644 2015-04-13  Stan Shebs  <stanshebs@google.com>
6645
6646         * MAINTAINERS: Update my email address.
6647
6648 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
6649
6650         * amd64-tdep.c (amd64_target_description): New function.
6651         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
6652         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
6653         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
6654         x86 extended save area.
6655         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
6656         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
6657         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
6658         (_initialize_amd64fbsd_nat): Set "to_read_description" to
6659         "amd64fbsd_read_description".
6660         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
6661         (amd64fbsd_supply_xstateregset): New function.
6662         (amd64fbsd_collect_xstateregset): New function.
6663         Add "amd64fbsd_xstateregset".
6664         (amd64fbsd_iterate_over_regset_sections): New function.
6665         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
6666         "I386_FBSD_XSAVE_XCR0_OFFSET".
6667         Add "iterate_over_regset_sections" gdbarch method.
6668         Add "core_read_description" gdbarch method.
6669         * i386-tdep.c (i386_target_description): New function.
6670         * i386-tdep.h: Export i386_target_description and tdesc_i386.
6671         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
6672         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
6673         x86 extended save area.
6674         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
6675         * i386bsd-nat.h: Export i386bsd_xsave_len.
6676         * i386fbsd-nat.c (i386fbsd_read_description): New function.
6677         (_initialize_i386fbsd_nat): Set "to_read_description" to
6678         "i386fbsd_read_description".
6679         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
6680         (i386fbsd_core_read_description): New function.
6681         (i386fbsd_supply_xstateregset): New function.
6682         (i386fbsd_collect_xstateregset): New function.
6683         Add "i386fbsd_xstateregset".
6684         (i386fbsd_iterate_over_regset_sections): New function.
6685         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
6686         "I386_FBSD_XSAVE_XCR0_OFFSET".
6687         Add "iterate_over_regset_sections" gdbarch method.
6688         Add "core_read_description" gdbarch method.
6689         * i386fbsd-tdep.h: New file.
6690
6691 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6692
6693         * NEWS (Changes since GDB 7.9): Add removed -xdb.
6694         * breakpoint.c (command_line_is_silent): Remove xdb_commands
6695         conditional.
6696         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
6697         and lb.
6698         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
6699         va.
6700         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
6701         conditional.
6702         * defs.h (xdb_commands): Remove declaration.
6703         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
6704         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
6705         * infcmd.c (run_no_args_command, go_command): Remove.
6706         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
6707         * infrun.c (xdb_handle_command): Remove.
6708         (_initialize_infrun): Remove xdb_commands for lz and z.
6709         * main.c (xdb_commands): Remove variable.
6710         (captured_main): Remove "xdb" from long_options.
6711         (print_gdb_help): Remove --xdb from help.
6712         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
6713         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
6714         * stack.c (backtrace_full_command, args_plus_locals_info)
6715         (current_frame_command): Remove.
6716         (_initialize_stack): Remove xdb_commands for t, T and l.
6717         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
6718         * thread.c (_initialize_thread): Remove xdb_commands condition.
6719         * tui/tui-layout.c (tui_toggle_layout_command)
6720         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
6721         (_initialize_tui_layout): Remove xdb_commands for td and ts.
6722         * tui/tui-regs.c (tui_scroll_regs_forward_command)
6723         (tui_scroll_regs_backward_command): Remove.
6724         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
6725         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
6726         (_initialize_tui_win): Remove xdb_commands for U and w.
6727         * utils.c (pagination_on_command, pagination_off_command): Remove.
6728         (initialize_utils): Remove xdb_commands for am and sm.
6729
6730 2015-04-10  Pedro Alves  <palves@redhat.com>
6731
6732         * infrun.c (displaced_step_fixup): Switch to the event ptid
6733         earlier.  If the thread stopped for a watchpoint and the
6734         target/arch has non-continuable watchpoints, cancel the displaced
6735         step.
6736         (resume): Don't start a displaced step if in-line step-over info
6737         is valid.
6738
6739 2015-04-10  Pedro Alves  <palves@redhat.com>
6740
6741         * infrun.c (displaced_step_in_progress): New function.
6742         (do_target_resume): Advise target to report all signals if
6743         displaced stepping.
6744
6745 2015-04-10  Pedro Alves  <palves@redhat.com>
6746
6747         PR gdb/18216
6748         * infrun.c (process_event_stop_test): Don't assume a step-resume
6749         is set if tp->stepped_breakpoint is true.
6750
6751 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6752
6753         * arm-tdep.c (install_alu_reg): Update comment.
6754         (thumb_copy_alu_reg): Remove local variable rn.  Update
6755         debugging message.  Use r2 instead of r1 in the modified
6756         instruction.
6757
6758 2015-04-10  Pedro Alves  <palves@redhat.com>
6759
6760         PR gdb/13858
6761         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
6762         linux_displaced_step_location as gdbarch_displaced_step_location
6763         hook.
6764         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6765         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6766         * linux-tdep.c (linux_displaced_step_location): New function,
6767         based on ppc_linux_displaced_step_location.
6768         * linux-tdep.h (linux_displaced_step_location): New declaration.
6769         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
6770         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
6771         Delete.
6772         (ppc_linux_init_abi): Install linux_displaced_step_location as
6773         gdbarch_displaced_step_location hook, even without Cell/B.E..
6774         (_initialize_ppc_linux_tdep): Don't install
6775         ppc_linux_inferior_created as inferior_created observer.
6776         * s390-linux-tdep.c (s390_gdbarch_init): Install
6777         linux_displaced_step_location as gdbarch_displaced_step_location
6778         hook.
6779
6780 2015-04-09  Gary Benson <gbenson@redhat.com>
6781
6782         * common/common-remote-fileio.h: Rename to...
6783         * common/fileio.h: ...this.  Update all references.
6784         (remote_fileio_to_fio_error): Rename to...
6785         (host_to_fileio_error): ...this.
6786         (remote_fileio_to_be): Rename to...
6787         (host_to_bigendian): ...this.  Update all callers.
6788         (remote_fileio_to_fio_uint): Rename to...
6789         (host_to_fileio_uint): ...this.  Update all callers.
6790         (remote_fileio_to_fio_time): Rename to...
6791         (host_to_fileio_time): ...this.  Update all callers.
6792         (remote_fileio_to_fio_stat): Rename to...
6793         (host_to_fileio_stat): ...this.
6794         Update all references.
6795         * common/common-remote-fileio.c: Rename to...
6796         * common/fileio.c: ...this.  Update all references.
6797         (remote_fileio_to_fio_error): Rename to...
6798         (host_to_fileio_error): ...this.  Update all callers.
6799         (remote_fileio_mode_to_target): Rename to...
6800         (fileio_mode_pack): ...this.  Update all callers.
6801         (remote_fileio_to_fio_mode): Rename to...
6802         (host_to_fileio_mode): ...this.  Update all callers.
6803         (remote_fileio_to_fio_ulong): Rename to...
6804         (host_to_fileio_ulong): ...this.  Update all callers.
6805         (remote_fileio_to_fio_stat): Rename to...
6806         (host_to_fileio_stat): ...this.  Update all callers.
6807
6808 2015-04-09  Andy Wingo  <wingo@igalia.com>
6809
6810         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
6811         (frame_functions): Bind gdbscm_frame_read_register to
6812         frame-read-register.
6813         * guile/lib/gdb.scm (frame-read-register): Export.
6814
6815 2015-04-09  Gary Benson <gbenson@redhat.com>
6816
6817         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
6818         New declaration.
6819         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
6820         New function, factored out the named functions below.
6821         * inf-child.c (gdb/fileio.h): Remove include.
6822         (common-remote-fileio.h): New include.
6823         (inf_child_errno_to_fileio_error): Remove function.  Update
6824         all callers to use remote_fileio_to_fio_error.
6825         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
6826
6827 2015-04-09  Andy Wingo  <wingo@igalia.com>
6828
6829         * MAINTAINERS (Write After Approval): Add Andy Wingo.
6830
6831 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6832
6833         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
6834         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
6835         * configure: Regenerated.
6836
6837 2015-04-09  Pedro Alves  <palves@redhat.com>
6838
6839         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
6840         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
6841         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
6842         * gnulib/import/Makefile.am: Update.
6843         * gnulib/import/Makefile.in: Update.
6844         * gnulib/import/m4/gnulib-cache.m4: Update.
6845         * gnulib/import/m4/gnulib-comp.m4: Update.
6846         * gnulib/import/m4/strtok_r.m4: New file.
6847         * gnulib/import/strtok_r.c: New file.
6848
6849 2015-04-09  Pedro Alves  <palves@redhat.com>
6850
6851         * gnulib/update-gnulib.sh (aclocal version check): Filter out
6852         "called too early to check prototype".
6853
6854 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6855
6856         PR python/16699
6857         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
6858         use a caching mechanism.  Adjust comments and code to reflect
6859         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
6860         (cmdpy_completer_handle_brkchars): Adjust call to
6861         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
6862         (cmdpy_completer): Likewise.
6863
6864 2015-04-08  Yao Qi  <yao.qi@linaro.org>
6865
6866         * spu-tdep.c (spu_gdbarch_init): Don't call
6867         set_gdbarch_cannot_step_breakpoint.
6868
6869 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6870
6871         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
6872
6873 2015-04-07  Pedro Alves  <palves@redhat.com>
6874
6875         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
6876         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
6877         (delete_exited_threads): New declaration.
6878         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
6879         * linux-nat.c (linux_nat_update_thread_list): New function.
6880         (linux_nat_add_target): Install it.
6881         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
6882         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
6883         (delete_exited_threads): New function.
6884
6885 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
6886
6887         * infrun.c (resume) <displaced stepping debug output>: Get the
6888         leader thread's regcache, not resume_ptid's.
6889
6890 2015-04-06  Doug Evans  <xdje42@gmail.com>
6891
6892         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
6893         VAR_DOMAIN.
6894         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
6895         Include symbol domain in debugging output.
6896
6897 2015-04-06  Pedro Alves  <palves@redhat.com>
6898             Bernd Edlinger  <bernd.edlinger@hotmail.de>
6899
6900         * configure.ac: Remove the mingw32-specific stub-termcap.o
6901         fallback, and instead fallback to the stub termcap on all hosts.
6902         * configure: Regenerate.
6903         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
6904         symbols.
6905
6906 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6907
6908         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
6909         "top_level" parameter.
6910         (resolve_dynamic_type_internal): Remove the unused "top_level"
6911         parameter.  Update call to is_dynamic_type_internal.
6912         (is_dynamic_type): Update call to is_dynamic_type_internal.
6913         (resolve_dynamic_range): Update call to
6914         resolve_dynamic_type_internal.
6915         (resolve_dynamic_union): Likewise.
6916         (resolve_dynamic_struct): Likewise.
6917         (resolve_dynamic_type): Likewise.
6918
6919 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6920
6921         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
6922         TYPE_CODE_REF types so that they are not considered as dynamic
6923         depending on the referenced type.
6924         (resolve_dynamic_type_internal): Likewise.
6925
6926 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
6927
6928         * Makefile.in (top_srcdir): New.
6929         * configure: Regenerated.
6930
6931 2015-04-02  Gary Benson <gbenson@redhat.com>
6932
6933         * NEWS: Announce the new default sysroot of "target:".
6934
6935 2015-04-02  Gary Benson <gbenson@redhat.com>
6936
6937         * main.c (captured_main): Set gdb_sysroot to "target:"
6938         if not otherwise set.
6939
6940 2015-04-02  Gary Benson <gbenson@redhat.com>
6941
6942         * exec.c (exec_file_attach): Support "target:" filenames.
6943
6944 2015-04-02  Gary Benson <gbenson@redhat.com>
6945
6946         * solib.c (solib_find): Strip "target:" prefix from sysroot
6947         if accessing local files.
6948
6949 2015-04-02  Gary Benson <gbenson@redhat.com>
6950
6951         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
6952         checks and error messages.
6953
6954 2015-04-02  Gary Benson <gbenson@redhat.com>
6955
6956         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
6957         (remote_filename_p): Remove declaration.
6958         (remote_bfd_open): Likewise.
6959         * remote.c (remote_bfd_iovec_open): Remove function.
6960         (remote_bfd_iovec_close): Likewise.
6961         (remote_bfd_iovec_pread): Likewise.
6962         (remote_bfd_iovec_stat): Likewise.
6963         (remote_filename_p): Likewise.
6964         (remote_bfd_open): Likewise.
6965         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
6966         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
6967         (gdb_bfd_open_maybe_remote): Remove function.
6968         (symfile_bfd_open):  Replace remote filename check with
6969         target filename check.
6970         (reread_symbols): Use gdb_bfd_open.
6971         * build-id.c (gdbcore.h): New include.
6972         (build_id_to_debug_bfd): Use gdb_bfd_open.
6973         * infcmd.c (attach_command_post_wait): Remove remote filename
6974         check.
6975         * solib.c (solib_find): Replace remote-specific handling with
6976         target-specific handling.  Update comments where necessary.
6977         (solib_bfd_open): Replace remote-specific handling with
6978         target-specific handling.
6979         (gdb_sysroot_changed): New function.
6980         (_initialize_solib): Call the above when gdb_sysroot changes.
6981         * windows-tdep.c (gdbcore.h): New include.
6982         (windows_xfer_shared_library): Use gdb_bfd_open.
6983
6984 2015-04-02  Gary Benson <gbenson@redhat.com>
6985
6986         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
6987         (is_target_filename): New declaration.
6988         (gdb_bfd_has_target_filename): Likewise.
6989         (gdb_bfd_open): Update documentation comment.
6990         * gdb_bfd.c (target.h): New include.
6991         (gdb/fileio.h): Likewise.
6992         (is_target_filename): New function.
6993         (gdb_bfd_has_target_filename): Likewise.
6994         (fileio_errno_to_host): Likewise.
6995         (gdb_bfd_iovec_fileio_open): Likewise.
6996         (gdb_bfd_iovec_fileio_pread): Likewise.
6997         (gdb_bfd_iovec_fileio_close): Likewise.
6998         (gdb_bfd_iovec_fileio_fstat): Likewise.
6999         (gdb_bfd_open): Use target fileio to access paths prefixed
7000         with "target:" where necessary.
7001
7002 2015-04-02  Gary Benson <gbenson@redhat.com>
7003
7004         * target.h (struct target_ops) <to_filesystem_is_local>:
7005         New field.
7006         (target_filesystem_is_local): New macro.
7007         * target-delegates.c: Regenerate.
7008         * remote.c (remote_filesystem_is_local): New function.
7009         (init_remote_ops): Initialize to_filesystem_is_local.
7010
7011 2015-04-02  Gary Benson <gbenson@redhat.com>
7012
7013         * target.h (struct target_ops) <to_fileio_fstat>: New field.
7014         (target_fileio_fstat): New declaration.
7015         * target.c (target_fileio_fstat): New function.
7016         * inf-child.c (inf_child_fileio_fstat): Likewise.
7017         (inf_child_target): Initialize to_fileio_fstat.
7018         * remote.c (init_remote_ops): Likewise.
7019
7020 2015-04-01  Sasha Smundak  <asmundak@google.com>
7021
7022         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
7023         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
7024         (py-unwind.o): New recipe.
7025         * NEWS: mention Python frame unwinding.
7026         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
7027         gdb/unwinder.py and gdb/command/unwinder.py
7028         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
7029         list.
7030         (execute_unwinders): New function.
7031         * python/lib/gdb/command/unwinders.py: New file.
7032         * python/lib/gdb/unwinder.py: New file.
7033         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
7034         (objfpy_dealloc): Decrement frame_unwinders reference count.
7035         (objfpy_initialize): Create frame_unwinders list.
7036         (objfpy_get_frame_unwinders): New function.
7037         (objfpy_set_frame_unwinders): Ditto.
7038         (objfile_getset): Add frame_unwinders attribute to Objfile.
7039         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
7040         (pspy_dealloc): Decrement frame_unwinders reference count.
7041         (pspy_initialize): Create frame_unwinders list.
7042         (pspy_get_frame_unwinders): New function.
7043         (pspy_set_frame_unwinders): Ditto.
7044         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
7045         * python/py-unwind.c: New file.
7046         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
7047         (objpy_get_frame_unwinders): New prototype.
7048         (gdbpy_initialize_unwind): New prototype.
7049         * python/python.c (gdbpy_apply_type_printers): Call
7050         gdbpy_initialize_unwind.
7051
7052 2015-04-01  Pedro Alves  <palves@redhat.com>
7053
7054         * infrun.c (resume): Check currently_stepping after clearing
7055         stepped_breakpoint, not before.
7056
7057 2015-04-01  Pedro Alves  <palves@redhat.com>
7058
7059         * infrun.c (print_target_wait_results): Print all the ptid
7060         elements.
7061
7062 2015-04-01  Pedro Alves  <palves@redhat.com>
7063
7064         * infrun.c (keep_going): Also discard cleanups if inserting
7065         breakpoints fails.
7066
7067 2015-04-01  Pedro Alves  <palves@redhat.com>
7068
7069         * infrun.c (wait_for_inferior): Install the
7070         finish_thread_state_cleanup cleanup across the whole function, not
7071         just around handle_inferior_event.
7072
7073 2015-04-01  Pedro Alves  <palves@redhat.com>
7074
7075         * infrun.c (resume) <step past permanent breakpoint>: Use
7076         do_target_resume.
7077
7078 2015-04-01  Pedro Alves  <palves@redhat.com>
7079
7080         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
7081
7082 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
7083
7084         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
7085
7086 2015-04-01  Pedro Alves  <palves@redhat.com>
7087
7088         * linux-thread-db.c (record_thread): Readd the thread to gdb's
7089         list if it was marked exited.
7090
7091 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7092
7093         * configure: Regenerated.
7094
7095 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
7096             Jan Kratochvil  <jan.kratochvil@redhat.com>
7097             Oleg Nesterov  <oleg@redhat.com>
7098
7099         PR corefiles/16092
7100         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
7101         New enum identifying the various options of the coredump_filter
7102         file.
7103         (struct smaps_vmflags): New struct.
7104         (use_coredump_filter): New variable.
7105         (decode_vmflags): New function.
7106         (mapping_is_anonymous_p): Likewise.
7107         (dump_mapping_p): Likewise.
7108         (linux_find_memory_regions_full): New variables
7109         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
7110         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
7111         parsing of its information.  Implement memory mapping filtering
7112         based on its contents.
7113         (show_use_coredump_filter): New function.
7114         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
7115         * NEWS: Mention the possibility of using the
7116         '/proc/PID/coredump_filter' file when generating a corefile.
7117         Mention new command 'set use-coredump-filter'.
7118
7119 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
7120
7121         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
7122         read_memory_unsigned_integer.
7123
7124 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
7125
7126         * Makefile.in (ZLIB): New.
7127         (ZLIBINC): Likewise.
7128         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
7129         (CLIBS): Add $(ZLIB).
7130         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
7131         Add -lz to LIBS.
7132         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
7133         * top.c (print_gdb_configuration): Remove --with-zlib and
7134         --without-zlib.
7135         * config.in: Regenerated.
7136         * configure: Likewise.
7137
7138 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7139
7140         * NEWS: Mention info os cpus support.
7141         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
7142         (struct osdata_type): Add cpus entry, reorder the entries in
7143         alphabetical order.
7144
7145 2015-03-31  Matthias Klose  <doko@ubuntu.com>
7146
7147         * compile/compile.c (compile_to_object): Allow triplets with or
7148         without vendor set.
7149
7150 2015-03-30  Doug Evans  <dje@google.com>
7151
7152         PR c++/18141
7153         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
7154         klass in VAR_DOMAIN.
7155
7156 2015-03-30  Gary Benson <gbenson@redhat.com>
7157
7158         * remote.c (remote_mourn_1): Remove function.  Update all callers
7159         to use remote_mourn.
7160         (extended_remote_mourn_1): Remove function.  Update all callers
7161         to use extended_remote_mourn.
7162         (extended_remote_attach_1): Remove function.  Update all callers
7163         to use extended_remote_attach.
7164
7165 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
7166
7167         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
7168         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
7169         (ALLDEPFILES): Add ft32-tdep.c.
7170         * configure.tgt: Add FT32 entry.
7171         * ft32-tdep.c: New file, FT32 target-dependent code.
7172         * ft32-tdep.h: New file, FT32 target-dependent code.
7173
7174 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7175
7176         Revert:
7177         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7178         Code cleanup.
7179         * printcmd.c (print_command_1): Move expr variable scope.
7180
7181 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
7182
7183         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
7184
7185 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
7186
7187         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
7188         sections.
7189
7190 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
7191
7192         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
7193         exception raised while parsing the probe arguments.
7194         Force parsing to be done using the C language parser.
7195         * expression.h (parse_expression_with_language): Declare.
7196         * parse.c (parse_expression_with_language): New function.
7197
7198 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
7199
7200         * MAINTAINERS (Write After Approval): Add "Jon Turney".
7201
7202 2015-03-26  Andy Wingo  <wingo@igalia.com>
7203
7204         PR symtab/18148
7205         * dwarf2read.c (struct partial_die_info): Add has_const_value
7206         member.
7207         (add_partial_symbol): Don't punt on symbols that have const_value
7208         attributes.
7209         (read_partial_die): Detect DW_AT_const_value.
7210
7211 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7212
7213         Code cleanup.
7214         * printcmd.c (print_command_1): Move expr variable scope.
7215
7216 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7217
7218         Code cleanup.
7219         * printcmd.c (validate_format): Make the parameter cmdname const.
7220
7221 2015-03-26  Don Breazeal  <donb@codesourcery.com>
7222
7223         * remote.c (_initialize_remote): Update comment.
7224
7225 2015-03-26  Pedro Alves  <palves@redhat.com>
7226             Jon TURNEY  <jon.turney@dronecode.org.uk>
7227
7228         * coffread.c (coff_symfile_read): When constructing the name of an
7229         import stub symbol from import symbol for amd64, only skip the
7230         char after _imp_ if the target is underscored (like i386) and the
7231         char is indeed the target's leading char.
7232
7233 2015-03-25  Pedro Alves  <palves@redhat.com>
7234
7235         * target.h <to_async>: Replace 'callback' and 'context' parameters
7236         with boolean 'enable' parameter.
7237         (target_async): Replace CALLBACK and CONTEXT parameters with
7238         boolean ENABLE parameter.
7239         * inf-loop.c (inferior_event_handler): Adjust.
7240         * linux-nat.c (linux_nat_attach, linux_nat_resume)
7241         (linux_nat_resume): Adjust.
7242         (async_client_callback, async_client_context): Delete.
7243         (handle_target_event): Call inferior_event_handler directly.
7244         (linux_nat_async): Replace 'callback' and 'context' parameters
7245         with boolean 'enable' parameter.  Adjust.  Remove references to
7246         async_client_callback and async_client_context.
7247         (linux_nat_close): Adjust.
7248         * record-btrace.c (record_btrace_async): Replace 'callback' and
7249         'context' parameters with boolean 'enable' parameter.  Adjust.
7250         (record_btrace_resume): Adjust.
7251         * record-full.c (record_full_async): Replace 'callback' and
7252         'context' parameters with boolean 'enable' parameter.  Adjust.
7253         (record_full_resume, record_full_core_resume): Adjust.
7254         * remote.c (struct remote_state) <async_client_callback,
7255         async_client_context>: Delete fields.
7256         (remote_start_remote, extended_remote_attach_1, remote_resume)
7257         (extended_remote_create_inferior): Adjust.
7258         (remote_async_serial_handler): Call inferior_event_handler
7259         directly.
7260         (remote_async): Replace 'callback' and 'context' parameters with
7261         boolean 'enable' parameter.  Adjust.
7262         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
7263         Adjust.
7264         * target-delegates.c: Regenerate.
7265
7266 2015-03-25  Gary Benson <gbenson@redhat.com>
7267             Pedro Alves  <palves@redhat.com>
7268
7269         * target.c (fileio_ft_t): New typedef, define object vector.
7270         (fileio_fhandles): New static variable.
7271         (is_closed_fileio_fh): New macro.
7272         (lowest_closed_fd): New static variable.
7273         (acquire_fileio_fd): New function.
7274         (release_fileio_fd): Likewise.
7275         (fileio_fd_to_fh): New macro.
7276         (target_fileio_open): Wrap the file descriptor on success.
7277         (target_fileio_pwrite): Updated to use wrapped file descriptor.
7278         (target_fileio_pread): Likewise.
7279         (target_fileio_close): Likewise.
7280
7281 2015-03-24  Pedro Alves  <palves@redhat.com>
7282
7283         * thread.c (thread_apply_all_command): Take exited threads into
7284         account.
7285
7286 2015-03-24  Pedro Alves  <palves@redhat.com>
7287
7288         * infrun.c (resume, proceed): Mention
7289         switch_back_to_stepped_thread, not switch_back_to_stepping.
7290
7291 2015-03-24  Pedro Alves  <palves@redhat.com>
7292
7293         * infrun.c (user_visible_resume_ptid): Rewrite going from
7294         most-locked to unlocked instead of the opposite.  Move comment ...
7295         * infrun.h (user_visible_resume_ptid): ... here.
7296
7297 2015-03-24  Pedro Alves  <palves@redhat.com>
7298
7299         * linux-nat.c (linux_nat_resume): Output debug logs before trying
7300         to resume the event lwp.  Use the lwp's ptid instead of the passed
7301         in (maybe wildcard) ptid.
7302         (stop_wait_callback): Tweak debug log output.
7303         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
7304         TRAP_TRACE.
7305         (linux_nat_filter_event): In debug output, distinguish a
7306         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
7307         before trying to resume the lwp.
7308
7309 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
7310
7311         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
7312         pointer indirection.
7313         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
7314         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
7315
7316 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
7317
7318         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
7319         Renames DYN_ATTR_DATA_LOCATION.
7320         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
7321         DYN_ATTR_DATA_LOCATION.
7322         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
7323         instead of DYN_ATTR_DATA_LOCATION.
7324
7325 2015-03-24  Pedro Alves  <palves@redhat.com>
7326
7327         * breakpoint.c (until_break_command): Adjust call to proceed.
7328         * gdbthread.h (struct thread_control_state) <stepping_command>:
7329         New field.
7330         * infcall.c (run_inferior_call): Adjust call to proceed.
7331         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
7332         Adjust calls to proceed.
7333         (set_step_frame): Set the current thread's step_start_function
7334         here.
7335         (step_once): Adjust calls to proceed.
7336         (jump_command, signal_command, until_next_command)
7337         (finish_backward, finish_forward, proceed_after_attach_callback)
7338         (attach_command_post_wait): Adjust calls to proceed.
7339         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
7340         (do_target_resume): New function, factored out from ...
7341         (resume): ... here.  Remove 'step' parameter.  Instead, check
7342         currently_stepping to determine whether the thread should be
7343         single-stepped.
7344         (proceed): Remove 'step' parameter and don't set the thread's
7345         step_start_function here.  Adjust call to 'resume'.
7346         (handle_inferior_event): Adjust calls to 'resume'.
7347         (switch_back_to_stepped_thread): Use do_target_resume instead of
7348         'resume'.
7349         (keep_going): Adjust calls to 'resume'.
7350         * infrun.h (proceed): Remove 'step' parameter.
7351         (resume): Likewise.
7352         * windows-nat.c (do_initial_windows_stuff): Adjust call to
7353         'resume'.
7354         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
7355
7356 2015-03-24  Pedro Alves  <palves@redhat.com>
7357
7358         * gdbthread.h (struct thread_control_state) <stepping_command>:
7359         New field.
7360         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
7361         the thread's stepping_command field.
7362         * infrun.c (resume): Check the thread's stepping_command flag to
7363         determine which threads should be resumed.  Rename 'entry_step'
7364         local to user_step.
7365         (clear_proceed_status_thread): Clear 'stepping_command'.
7366         (schedlock_applies): Change parameter type to struct thread_info
7367         pointer.  Adjust.
7368         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
7369         (switch_back_to_stepped_thread): Adjust calls to
7370         'schedlock_applies'.
7371         (_initialize_infrun): Adjust "set scheduler-locking step" help.
7372
7373 2015-03-24  Pedro Alves  <palves@redhat.com>
7374
7375         * infrun.c (step_start_function): Delete and ...
7376         * gdbthread.h (struct thread_control_state) <step_start_function>:
7377         ... now a field here.
7378         * infrun.c (clear_proceed_status_thread): Clear the thread's
7379         step_start_function.
7380         (proceed, process_event_stop_test, print_stop_event): Adjust.
7381
7382 2015-03-24  Pedro Alves  <palves@redhat.com>
7383
7384         * infrun.c (proceed): No longer handle negative step.
7385
7386 2015-03-24  Gary Benson  <gbenson@redhat.com>
7387
7388         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
7389         (x86_linux_prepare_to_resume): Likewise.
7390         * x86-linux-nat.c (x86_linux_new_thread):
7391         Moved to nat/x86-linux.c.
7392         (x86_linux_prepare_to_resume): Likewise.
7393         * nat/x86-linux.c (x86_linux_new_thread): New function.
7394         (x86_linux_prepare_to_resume): Likewise.
7395
7396 2015-03-24  Gary Benson  <gbenson@redhat.com>
7397
7398         * nat/x86-linux-dregs.h: New file.
7399         * nat/x86-linux-dregs.c: Likewise.
7400         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
7401         (x86-linux-dregs.o): New rule.
7402         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
7403         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7404         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
7405         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
7406         (x86_linux_dr_get): Likewise.
7407         (x86_linux_dr_set): Likewise.
7408         (x86_linux_dr_get_addr): Likewise.
7409         (x86_linux_dr_get_control): Likewise.
7410         (x86_linux_dr_get_status): Likewise.
7411         (update_debug_registers_callback): Likewise.
7412         (x86_linux_dr_set_control): Likewise.
7413         (x86_linux_dr_set_addr): Likewise.
7414         (x86_linux_update_debug_registers): Likewise.
7415
7416 2015-03-24  Gary Benson  <gbenson@redhat.com>
7417
7418         * x86-linux-nat.c (x86_linux_update_debug_registers):
7419         New function, factored out from...
7420         (x86_linux_prepare_to_resume): ...this.
7421
7422 2015-03-24  Gary Benson  <gbenson@redhat.com>
7423
7424         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
7425         (x86_linux_dr_set): Likewise.
7426         (x86_linux_dr_get_addr): Likewise.
7427         (x86_linux_dr_get_control): Likewise.
7428         (x86_linux_dr_get_status): Likewise.
7429         (update_debug_registers_callback): Likewise.
7430         (x86_linux_dr_set_control): Likewise.
7431         (x86_linux_dr_set_addr): Likewise.
7432         (x86_linux_prepare_to_resume): Likewise.
7433         (x86_linux_new_thread): Likewise.
7434
7435 2015-03-24  Gary Benson  <gbenson@redhat.com>
7436
7437         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
7438         (x86_linux_new_thread): Rename argument.
7439
7440 2015-03-24  Gary Benson  <gbenson@redhat.com>
7441
7442         * nat/x86-linux.h: New file.
7443         * nat/x86-linux.c: Likewise.
7444         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
7445         (x86-linux.o): New rule.
7446         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
7447         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7448         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
7449         (lwp_set_arch_private_info): New declaration.
7450         (lwp_arch_private_info): Likewise.
7451         * linux-nat.c (lwp_set_arch_private_info): New function.
7452         (lwp_arch_private_info): Likewise.
7453         * x86-linux-nat.c: Include nat/x86-linux.h.
7454         (arch_lwp_info): Removed structure.
7455         (update_debug_registers_callback):
7456         Use lwp_set_debug_registers_changed.
7457         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
7458         and lwp_set_debug_registers_changed.
7459         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
7460
7461 2015-03-24  Gary Benson  <gbenson@redhat.com>
7462
7463         * nat/linux-nat.h (ptid_of_lwp): New declaration.
7464         (lwp_is_stopped): Likewise.
7465         (lwp_stop_reason): Likewise.
7466         * linux-nat.c (ptid_of_lwp): New function.
7467         (lwp_is_stopped): Likewise.
7468         (lwp_is_stopped_by_watchpoint): Likewise.
7469         * x86-linux-nat.c (update_debug_registers_callback):
7470         Use lwp_is_stopped.
7471         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
7472         lwp_stop_reason.
7473
7474 2015-03-24  Gary Benson  <gbenson@redhat.com>
7475
7476         * linux-nat.h (linux_stop_lwp): Move declaration to...
7477         * nat/linux-nat.h (linux_stop_lwp): New declaration.
7478
7479 2015-03-24  Gary Benson  <gbenson@redhat.com>
7480
7481         * linux-nat.h: Include nat/linux-nat.h.
7482         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
7483         * nat/linux-nat.h (struct lwp_info): New forward declaration.
7484         (iterate_over_lwps_ftype): New typedef.
7485         (iterate_over_lwps): New declaration.
7486         * linux-nat.h (iterate_over_lwps): Update comment.  Use
7487         iterate_over_lwps_ftype.  Update callback return value check.
7488
7489 2015-03-24  Gary Benson  <gbenson@redhat.com>
7490
7491         * x86-nat.h (x86_debug_reg_state): Move declaration to...
7492         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
7493
7494 2015-03-24  Gary Benson  <gbenson@redhat.com>
7495
7496         * nat/linux-nat.h (current_lwp_ptid): New declaration.
7497         * linux-nat.c (current_lwp_ptid): New function.
7498         * x86-linux-nat.c: Include nat/linux-nat.h.
7499         (x86_linux_dr_get_addr): Use current_lwp_ptid.
7500         (x86_linux_dr_get_control): Likewise.
7501         (x86_linux_dr_get_status): Likewise.
7502         (x86_linux_dr_set_control): Likewise.
7503         (x86_linux_dr_set_addr): Likewise.
7504
7505 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7506
7507         PR breakpoints/16466
7508         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
7509
7510 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
7511
7512         * ser-mingw.c (ser_windows_setparity): Fix indentation.
7513         * ser-unix.c (hardwire_setparity): Likewise.
7514
7515 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
7516
7517         * NEWS: Mention set/show serial parity command.
7518         * monitor.c (monitor_open): Call serial_setparity.
7519         * remote.c (remote_open_1): Likewise.
7520         * ser-base.c (ser_base_serparity): New function.
7521         * ser-base.h (ser_base_setparity): Add  declaration.
7522         * ser-go32.c (dos_ops): Set "setparity" field.
7523         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
7524         state.Parity.
7525         (ser_windows_setparity): New function.
7526         (hardwire_ops): Add ser_windows_setparity.
7527         (tty_ops): Add NULL for setparity field.
7528         (pipe_ops): Add ser_base_setparity.
7529         (tcp_ops): Likewise.
7530         * ser-pipe.c (pipe_ops): Likewise.
7531         * ser-tcp.c (tcp_ops): Likewise.
7532         * ser-unix.c (hardwire_setparity): Add declaration.
7533         (hardwire_raw): Don't reset PARENB flag.
7534         (hardwire_setparity): New function.
7535         (hardwire_ops): Add hardwire_setparity.
7536         * serial.c (serial_setparity): New function.
7537         (serial_parity): New global.
7538         (parity_none, parity_odd, parity_even, parity_enums, parity):
7539         New static globals.
7540         (set_parity): New function.
7541         (_initialize_serial): Add set/show serial parity commands.
7542         * serial.h (GDBPARITY_NONE): Define.
7543         (GDBPARITY_ODD): Define.
7544         (GDBPARITY_EVEN): Define.
7545         (serial_setparity) Add declaration.
7546         (struct serial_ops): Add setparity field.
7547         * target.h (serial_parity): Add declaration.
7548
7549 2015-03-23  Keith Seitz  <keiths@redhat.com>
7550
7551         * linespec.c (linespec_lexer_lex_keyword): Update comment.
7552
7553 2015-03-23  Keith Seitz  <keiths@redhat.com>
7554
7555         * breakpoint.c (parse_breakpoint_sals): Use
7556         linespec_lexer_lex_keyword to ascertain if the user specified
7557         a NULL location.
7558         * linespec.c [IF_KEYWORD_INDEX]: Define.
7559         (linespec_lexer_lex_keyword): Export.
7560         (struct ls_parser) <keyword_ok>: Remove.
7561         A keyword is only a keyword if not followed by another keyword.
7562         (linespec_lexer_lex_one): Remove keyword_ok handling.
7563         Add comment explaining why the parsing stream is not advanced
7564         when a keyword is seen.
7565         (parse_linespec): Remove parser->keyword_ok.
7566         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
7567
7568 2015-03-23  Keith Seitz  <keiths@redhat.com>
7569
7570         PR gdb/18021
7571         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
7572         if we find a static method with DW_AT_vtable_elem_location.
7573
7574 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
7575
7576         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
7577         before the second loop, to avoid undefined behavior.  Reported by
7578         Anton Blanchard <anton@samba.org>.
7579
7580 2015-03-20  Keven Boell  <keven.boell@intel.com>
7581
7582         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
7583         data_location usage to linked list.
7584         (resolve_dynamic_type_internal): Adapt data_location to
7585         linked list.
7586         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
7587         (copy_type_recursive, copy_type): Add copy of linked list.
7588         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
7589         (struct dynamic_prop_list): New struct.
7590         * dwarf2read.c (set_die_type): Set data_location data.
7591
7592 2015-03-20  Pedro Alves  <palves@redhat.com>
7593
7594         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
7595         inner block and make it const.
7596         * machoread.c (get_archive_prefix_len): Make "lparen" const.
7597
7598 2015-03-20  Pedro Alves  <palves@redhat.com>
7599
7600         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
7601         * breakpoint.h (set_breakpoint_condition): Update declaration.
7602
7603 2015-03-20  Pedro Alves  <palves@redhat.com>
7604
7605         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
7606
7607 2015-03-20  Pedro Alves  <palves@redhat.com>
7608
7609         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
7610
7611 2015-03-20  Pedro Alves  <palves@redhat.com>
7612
7613         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
7614
7615 2015-03-20  Pedro Alves  <palves@redhat.com>
7616
7617         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
7618         (nto_init_solib_absolute_prefix): Likewise.
7619
7620 2015-03-20  Pedro Alves  <palves@redhat.com>
7621
7622         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
7623         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
7624
7625 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7626
7627         * config/djgpp/README: Remove gdb.hp.
7628
7629 2015-03-20  Yao Qi  <yao.qi@linaro.org>
7630
7631         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
7632         set_gdbarch_cannot_step_breakpoint.
7633
7634 2015-03-19  Pedro Alves  <palves@redhat.com>
7635
7636         * linux-nat.c (linux_resume_one_lwp): Rename to ...
7637         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
7638         instead call perror_with_name.
7639         (check_ptrace_stopped_lwp_gone): New function.
7640         (linux_resume_one_lwp): Reimplement as wrapper around
7641         linux_resume_one_lwp_throw that swallows errors if the LWP is
7642         gone.
7643         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
7644         swallows errors if the LWP is gone.  Use
7645         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
7646
7647 2015-03-19  Pedro Alves  <palves@redhat.com>
7648
7649         * linux-nat.c (status_callback): Return early if the LWP has no
7650         status pending.
7651
7652 2015-03-19  Pedro Alves  <palves@redhat.com>
7653
7654         * linux-nat.c (select_event_lwp_callback): Update comment to no
7655         longer mention SIGTRAP.
7656
7657 2015-03-18  Tristan Gingold  <gingold@adacore.com>
7658
7659         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
7660         redirection code to ...
7661         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
7662         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
7663
7664 2015-03-18  Gary Benson <gbenson@redhat.com>
7665
7666         (remote_protocol_features): Remove the "vFile:fstat" feature.
7667         (remote_hostio_fstat): Probe for "vFile:fstat" support.
7668
7669 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7670
7671         PR tdep/18107
7672         * aarch64-linux-tdep.c: Include xml-syscall.h
7673         (aarch64_linux_get_syscall_number): New function.
7674         (aarch64_linux_init_abi): Call
7675         set_gdbarch_get_syscall_number.
7676         * syscalls/aarch64-linux.xml: New file.
7677
7678 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
7679
7680         * ser-base.h (ser_base_setstopbits): Change second argument name
7681         from "rate" to "num".
7682
7683 2015-03-17  Gary Benson <gbenson@redhat.com>
7684             Luke Allardyce <lukeallardyce@gmail.com>
7685
7686         PR gdb/18131
7687         * common/common-remote-fileio.h (sys/stat.h): New include.
7688         (stuct stat): Remove forward declaration.
7689
7690 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
7691
7692         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
7693         before writing core register notes.
7694
7695 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
7696             Pedro Alves  <palves@redhat.com>
7697
7698         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
7699         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
7700         (tgoto): Wrap with extern "C".
7701
7702 2015-03-16  Pedro Alves  <palves@redhat.com>
7703             Yuanhui Zhang  <asmwarrior@gmail.com>
7704
7705         * stub-termcap.c (tputs): Change prototype.
7706
7707 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
7708             Pedro Alves  <palves@redhat.com>
7709
7710         * windows-nat.c (struct thread_info_struct): Rename to ...
7711         (struct windows_thread_info_struct): ... this.
7712         (thread_info): Rename to ...
7713         (windows_thread_info): ... this.
7714         All users updated.
7715
7716 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7717             Pedro Alves  <palves@redhat.com>
7718
7719         * NEWS: New Removed targets and native configurations.
7720
7721 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7722
7723         Remove HPUX.
7724         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
7725         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
7726         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
7727         ia64-hpux-tdep.h, solib-ia64-hpux.h.
7728         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
7729         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
7730         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
7731         hppa-hpux-tdep.c.
7732         * config/ia64/hpux.mh: Remove file.
7733         * config/pa/hpux.mh: Remove file.
7734         * configure: Rebuilt.
7735         * configure.ac (dlgetmodinfo, somread.o): Remove.
7736         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
7737         (ia64-*-hpux*): Remove its float format exception.
7738         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
7739         * hppa-hpux-nat.c: Remove file.
7740         * hppa-hpux-tdep.c: Remove file.
7741         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
7742         Move them here from hppa-tdep.h
7743         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
7744         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
7745         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
7746         Move them to hppa-tdep.c.
7747         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
7748         declarations.
7749         * ia64-hpux-nat.c: Remove file.
7750         * ia64-hpux-tdep.c: Remove file.
7751         * ia64-hpux-tdep.h: Remove file.
7752         * inf-ttrace.c: Remove file.
7753         * inf-ttrace.h: Remove file.
7754         * solib-ia64-hpux.c: Remove file.
7755         * solib-ia64-hpux.h: Remove file.
7756         * solib-pa64.c: Remove file.
7757         * solib-pa64.h: Remove file.
7758         * solib-som.c: Remove file.
7759         * solib-som.h: Remove file.
7760         * somread.c: Remove file.
7761
7762 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
7763
7764         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
7765         * config.in: Regenerate.
7766         * configure: Regenerate.
7767         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
7768         define.
7769         (fbsd_find_memory_regions): Use kinfo_getvmmap to
7770         enumerate memory regions if present.
7771
7772 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
7773
7774         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
7775         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
7776         expressions.
7777         (i386fbsd_sigtramp_p): Likewise.
7778
7779 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
7780
7781         * MAINTAINERS (Write After Approval): Add John Baldwin.
7782
7783 2015-03-12  Gary Benson <gbenson@redhat.com>
7784
7785         * solib.c (_initialize_solib): Make "set/show sysroot" use
7786         add_setshow_optional_filename_cmd so it can be restored to
7787         empty after being set.
7788
7789 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7790
7791         * Makefile.in (SFILES): New source break-catch-syscall.c.
7792         (COMMON_OBS): New object break-catch-syscall.o.
7793         * break-catch-syscall.c: New file.
7794         * breakpoint.c: Remove inclusion of "xml-syscall.h".
7795         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
7796         (struct syscall_catchpoint): Likewise.
7797         (dtor_catch_syscall): Likewise.
7798         (catch_syscall_inferior_data): Likewise.
7799         (struct catch_syscall_inferior_data): Likewise.
7800         (get_catch_syscall_inferior_data): Likewise.
7801         (catch_syscall_inferior_data_cleanup): Likewise.
7802         (insert_catch_syscall): Likewise.
7803         (remove_catch_syscall): Likewise.
7804         (breakpoint_hit_catch_syscall): Likewise.
7805         (print_it_catch_syscall): Likewise.
7806         (print_one_catch_syscall): Likewise.
7807         (print_mention_catch_syscall): Likewise.
7808         (print_recreate_catch_syscall): Likewise.
7809         (catch_syscall_breakpoint_ops): Likewise.
7810         (syscall_catchpoint_p): Likewise.
7811         (create_syscall_event_catchpoint): Likewise.
7812         (catch_syscall_split_args): Likewise.
7813         (catch_syscall_command_1): Likewise.
7814         (is_syscall_catchpoint_enabled): Likewise.
7815         (catch_syscall_enabled): Likewise.
7816         (catching_syscall_number): Likewise.
7817         (catch_syscall_completer): Likewise.
7818         (clear_syscall_counts): Likewise.
7819         (initialize_breakpoint_ops): Move initialization of syscall
7820         catchpoints to break-catch-syscall.c.
7821         (_initialize_breakpoint): Move code related to syscall catchpoints
7822         to break-catch-syscall.c.
7823
7824 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7825
7826         * breakpoint.c (breakpoint_find_if): New function.
7827         * breakpoint.h (breakpoint_find_if): New prototype.
7828
7829 2015-03-11  Gary Benson <gbenson@redhat.com>
7830
7831         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
7832         * remote-fileio.c (remote_fileio_to_host_uint): New function.
7833         (remote_fileio_to_host_ulong): Likewise.
7834         (remote_fileio_to_host_mode): Likewise.
7835         (remote_fileio_to_host_time): Likewise.
7836         (remote_fileio_to_host_stat): Likewise.
7837         * remote.c (PACKET_vFile_fstat): New enum value.
7838         (remote_protocol_features): Register the "vFile:fstat" feature.
7839         (remote_hostio_fstat): New function.
7840         (remote_bfd_iovec_stat): Use the above.
7841         (_initialize_remote): Register new "set/show remote
7842         hostio-fstat-packet" command.
7843         * symfile.c (separate_debug_file_exists): Update comment.
7844         * NEWS: Announce new vFile:fstat packet.
7845
7846 2015-03-11  Gary Benson <gbenson@redhat.com>
7847
7848         * common/common-remote-fileio.h: New file.
7849         * common/common-remote-fileio.c: Likewise.
7850         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
7851         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
7852         (COMMON_OBS): Add common-remote-fileio.o.
7853         (common-remote-fileio.o): New rule.
7854         * remote-fileio.h (common-remote-fileio.h): New include.
7855         * remote-fileio.c (gdb/fileio.h): Do not include.
7856         (remote_fileio_to_be): Moved to common-remote-fileio.h.
7857         (remote_fileio_to_fio_uint): Likewise.
7858         (remote_fileio_to_fio_time): Likewise.
7859         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
7860         (remote_fileio_to_fio_mode): Likewise.
7861         (remote_fileio_to_fio_ulong): Likewise.
7862         (remote_fileio_to_fio_stat): Likewise.
7863
7864 2015-03-11  Andy Wingo  <wingo@igalia.com>
7865
7866         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
7867         we were checking the cached type, not the cached dynamic type.
7868
7869 2015-03-11  Andy Wingo  <wingo@igalia.com>
7870
7871         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
7872         other strings, as these are on the GC'd heap, and will be
7873         collected along with the smob.
7874
7875 2015-03-11  Andy Wingo  <wingo@igalia.com>
7876
7877         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
7878         (objfile_functions): Bind gdbscm_objfile_progspace to
7879         objfile-progspace.
7880         * guile/lib/gdb.scm: Add objfile-progspace to exports.
7881
7882 2015-03-11  Andy Wingo  <wingo@igalia.com>
7883
7884         * guile/guile.c (_initialize_guile): Disable automatic
7885         finalization, if Guile offers us that possibility.
7886         * guile/guile.c (call_initialize_gdb_module):
7887         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
7888         finalizers in appropriate places.
7889         * configure.ac (AC_TRY_LIBGUILE): Add a check for
7890         scm_set_automatic_finalization_enabled.
7891         * configure: Regenerated.
7892
7893 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7894
7895         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
7896         SAL, if possible.
7897
7898 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7899
7900         * s390-linux-nat.c (struct arch_lwp_info): New.
7901         (s390_fix_watch_points): Rename to...
7902         (s390_prepare_to_resume): ...this.  Skip the PER info update
7903         unless the watch points have changed.
7904         (s390_refresh_per_info, s390_new_thread): New functions.
7905         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
7906         s390_fix_watch_points.
7907         (s390_remove_watchpoint): Likewise.
7908         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
7909         Register s390_prepare_to_resume.
7910
7911 2015-03-09  Pedro Alves  <palves@redhat.com>
7912
7913         Revert:
7914         2015-03-07  Pedro Alves  <palves@redhat.com>
7915         * common/gdb_socket.h: New file.
7916         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
7917         sys/socket.h.
7918         (net_open): Use union gdb_sockaddr_u.
7919
7920 2015-03-07  Pedro Alves  <palves@redhat.com>
7921
7922         * configure.ac (build_warnings): Move -Wmissing-prototypes
7923         -Wdeclaration-after-statement -Wmissing-parameter-type
7924         -Wold-style-declaration -Wold-style-definition to the C-specific
7925         set.
7926         * configure: Regenerate.
7927
7928 2015-03-07  Pedro Alves  <palves@redhat.com>
7929
7930         * common/gdb_socket.h: New file.
7931         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
7932         sys/socket.h.
7933         (net_open): Use union gdb_sockaddr_u.
7934
7935 2015-03-07  Pedro Alves  <palves@redhat.com>
7936
7937         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
7938         (exceptions_state_mc_action_iter)
7939         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7940         Don't define.
7941         [__cplusplus] (try_scope_depth): New global.
7942         [__cplusplus] (exception_try_scope_entry)
7943         (exception_try_scope_exit, gdb_exception_sliced_copy)
7944         (exception_rethrow): New functions.
7945         (throw_exception): In C++ mode, throw
7946         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
7947         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
7948         (throw_it): In C++ mode, use try_scope_depth.
7949         * common/common-exceptions.h [!__cplusplus]
7950         (exceptions_state_mc_action_iter)
7951         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7952         Don't declare.
7953         [__cplusplus] (exception_try_scope_entry)
7954         (exception_try_scope_exit, exception_rethrow): Declare.
7955         [__cplusplus] (struct exception_try_scope): New struct.
7956         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
7957         C++ exceptions.
7958         (struct gdb_exception_RETURN_MASK_ALL)
7959         (struct gdb_exception_RETURN_MASK_ERROR)
7960         (struct gdb_exception_RETURN_MASK_QUIT): New types.
7961
7962 2015-03-07  Pedro Alves  <palves@redhat.com>
7963
7964         * main.c (handle_command_errors): Remove volatile qualifier from
7965         parameter.
7966
7967 2015-03-07  Pedro Alves  <palves@redhat.com>
7968
7969         * breakpoint.c (save_breakpoints): Adjust to avoid code between
7970         TRY and CATCH.
7971         * gdbtypes.c (safe_parse_type): Remove empty line.
7972         (types_deeply_equal):
7973         * guile/scm-frame.c (gdbscm_frame_name):
7974         * linux-thread-db.c (find_new_threads_once):
7975         * python/py-breakpoint.c (bppy_get_commands):
7976         * record-btrace.c (record_btrace_insert_breakpoint)
7977         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
7978         (record_btrace_start_replaying): Adjust to avoid code between TRY
7979         and CATCH.
7980
7981 2015-03-07  Pedro Alves  <palves@redhat.com>
7982
7983         * common/common-exceptions.c (struct catcher) <exception>: No
7984         longer a pointer to volatile exception.  Now an exception value.
7985         <mask>: Delete field.
7986         (exceptions_state_mc_init): Remove all parameters.  Adjust.
7987         (exceptions_state_mc): No longer pop the catcher here.
7988         (exceptions_state_mc_catch): New function.
7989         (throw_exception): Adjust.
7990         * common/common-exceptions.h (exceptions_state_mc_init): Remove
7991         all parameters.
7992         (exceptions_state_mc_catch): Declare.
7993         (TRY_CATCH): Rename to ...
7994         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
7995         (CATCH, END_CATCH): New.
7996         All callers adjusted.
7997
7998 2015-03-07  Tom Tromey  <tromey@redhat.com>
7999
8000         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
8001
8002 2015-03-07  Pedro Alves  <palves@redhat.com>
8003
8004         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
8005         (amd64_epilogue_frame_cache): Normal exception handling code.
8006         * break-catch-throw.c (check_status_exception_catchpoint)
8007         (re_set_exception_catchpoint): Ditto.
8008         * cli/cli-interp.c (safe_execute_command):
8009         * cli/cli-script.c (script_from_file): Ditto.
8010         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
8011         Ditto.
8012         * compile/compile-object-run.c (compile_object_run): Ditto.
8013         * cp-abi.c (baseclass_offset): Ditto.
8014         * cp-valprint.c (cp_print_value): Ditto.
8015         * exceptions.c (catch_exceptions_with_msg):
8016         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
8017         * frame.c (get_frame_address_in_block_if_available): Ditto.
8018         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8019         (i386_sigtramp_frame_cache): Ditto.
8020         * infcmd.c (post_create_inferior): Ditto.
8021         * linespec.c (parse_linespec, find_linespec_symbols):
8022         * p-valprint.c (pascal_object_print_value): Ditto.
8023         * parse.c (parse_expression_for_completion): Ditto.
8024         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
8025         * remote.c (remote_get_noisy_reply): Ditto.
8026         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
8027         * solib-svr4.c (solib_svr4_r_map): Ditto.
8028
8029 2015-03-06  Gary Benson  <gbenson@redhat.com>
8030
8031         * common/common-utils.h (startswith): New inline function.
8032         All places where this logic was used updated to use the above.
8033
8034 2015-03-05  Pedro Alves  <palves@redhat.com>
8035
8036         PR gdb/18002
8037         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
8038         after reading the breakpoint's shadow memory.
8039
8040 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
8041
8042         * hppabsd-nat.c: Remove file.
8043         * hppaobsd-nat.c: New file.
8044         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
8045         hppaobsd-nat.c.
8046         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
8047         hppaobsd-nat.o.
8048
8049 2015-03-04  Pedro Alves  <palves@redhat.com>
8050
8051         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
8052         (target_decr_pc_after_break): Delete declaration.
8053         * target.c (default_target_decr_pc_after_break)
8054         (target_decr_pc_after_break): Delete.
8055         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
8056         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
8057         * linux-thread-db.c (check_event): Likewise.
8058         * infrun.c (adjust_pc_after_break): Likewise.
8059         * darwin-nat.c (cancel_breakpoint): Likewise.
8060         * aix-thread.c (aix_thread_wait): Likewise.
8061         * target-delegates.c: Regenerate.
8062
8063 2015-03-04  Pedro Alves  <palves@redhat.com>
8064
8065         * linux-nat.c (save_sigtrap): Check for breakpoints before
8066         checking watchpoints.
8067         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
8068         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
8069         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
8070         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
8071         (linux_nat_stopped_by_sw_breakpoint)
8072         (linux_nat_supports_stopped_by_sw_breakpoint)
8073         (linux_nat_stopped_by_hw_breakpoint)
8074         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
8075         (linux_nat_wait_1): Don't re-increment the PC if relying on
8076         SIGTRAP's siginfo->si_code.
8077         (linux_nat_add_target): Install new target methods.
8078         * linux-thread-db.c (check_event): Don't account for breakpoint PC
8079         offset if the target already adjusted the PC.
8080         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
8081         (GDB_ARCH_TRAP_BRKPT): New.
8082         (TRAP_HWBKPT): Define if not already defined.
8083
8084 2015-03-04  Pedro Alves  <palves@redhat.com>
8085
8086         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
8087         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
8088         Delete field.
8089         <stop_reason>: New field.
8090         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
8091         (packet_set_cmd_state): New function.
8092         (remote_protocol_features): Register the "swbreak" and "hwbreak"
8093         features.
8094         (remote_query_supported): If not disabled with the corresponding
8095         "set remote foo-packet" command, report support for the swbreak
8096         and hwbreak features.
8097         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
8098         field.
8099         <stop_reason>: New field.
8100         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
8101         (remote_wait_as): Adjust.
8102         (remote_stopped_by_sw_breakpoint)
8103         (remote_supports_stopped_by_sw_breakpoint)
8104         (remote_stopped_by_hw_breakpoint)
8105         (remote_supports_stopped_by_hw_breakpoint): New functions.
8106         (remote_stopped_by_watchpoint): New function.
8107         (init_remote_ops): Install them.
8108         (_initialize_remote): Register new "set/show remote
8109         swbreak-feature-packet" and "set/show remote
8110         swbreak-feature-packet" commands.
8111
8112 2015-03-04  Pedro Alves  <palves@redhat.com>
8113
8114         * btrace.h: Include target/waitstatus.h.
8115         (struct btrace_thread_info) <stop_reason>: New field.
8116         * record-btrace.c (record_btrace_step_thread): Use
8117         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
8118         (record_btrace_decr_pc_after_break): Delete.
8119         (record_btrace_stopped_by_sw_breakpoint)
8120         (record_btrace_supports_stopped_by_sw_breakpoint)
8121         (record_btrace_stopped_by_hw_breakpoint)
8122         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
8123         (init_record_btrace_ops): Install them.
8124         * record-full.c (record_full_hw_watchpoint): Delete and replace
8125         with ...
8126         (record_full_stop_reason): ... this throughout.
8127         (record_full_exec_insn): Adjust.
8128         (record_full_wait_1): Adjust.  No longer re-increment the PC.
8129         (record_full_wait_1): Adjust.  Use
8130         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
8131         (record_full_stopped_by_watchpoint): Adjust.
8132         (record_full_stopped_by_sw_breakpoint)
8133         (record_full_supports_stopped_by_sw_breakpoint)
8134         (record_full_supports_stopped_by_sw_breakpoint)
8135         (record_full_stopped_by_hw_breakpoint)
8136         (record_full_supports_stopped_by_hw_breakpoint): New functions.
8137         (init_record_full_ops, init_record_full_core_ops): Install them.
8138         * record.c (record_check_stopped_by_breakpoint): New function.
8139         * record.h: Include target/waitstatus.h.
8140         (record_check_stopped_by_breakpoint): New declaration.
8141
8142 2015-03-04  Pedro Alves  <palves@redhat.com>
8143
8144         enum lwp_stop_reason -> enum target_stop_reason
8145         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
8146         (linux_nat_stopped_by_watchpoint, status_callback)
8147         (linux_nat_wait_1): Adjust.
8148         * linux-nat.h (enum lwp_stop_reason): Delete.
8149         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
8150         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
8151         * target/waitstatus.h (enum target_stop_reason): New.
8152
8153 2015-03-04  Pedro Alves  <palves@redhat.com>
8154
8155         * breakpoint.c (need_moribund_for_location_type): New function.
8156         (bpstat_stop_status): Don't skipping checking moribund locations
8157         of breakpoint types which the target tell caused a stop.
8158         (program_breakpoint_here_p): New function, factored out from ...
8159         (bp_loc_is_permanent): ... this.
8160         (update_global_location_list): Don't create a moribund location if
8161         the target supports reporting stops of the type of the removed
8162         breakpoint.
8163         * breakpoint.h (program_breakpoint_here_p): New declaration.
8164         * infrun.c (adjust_pc_after_break): Return early if the target has
8165         already adjusted the PC.  Add comments.
8166         (handle_signal_stop): If nothing explains a signal, and the target
8167         tells us the stop was caused by a software breakpoint, check if
8168         there's a breakpoint instruction in the memory.  If so, adjust the
8169         PC before presenting the stop to the user.  Otherwise, ignore the
8170         trap.  If nothing explains a signal, and the target tells us the
8171         stop was caused by a hardware breakpoint, ignore the trap.
8172         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
8173         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
8174         to_supports_stopped_by_hw_breakpoint>: New fields.
8175         (target_stopped_by_sw_breakpoint)
8176         (target_supports_stopped_by_sw_breakpoint)
8177         (target_stopped_by_hw_breakpoint)
8178         (target_supports_stopped_by_hw_breakpoint): Define.
8179         * target-delegates.c: Regenerate.
8180
8181 2015-03-04  Pedro Alves  <palves@redhat.com>
8182
8183         * infrun.c (follow_fork_inferior): Use the whole of the
8184         inferior_ptid and pending_follow.related_pid ptids instead of
8185         building ptids from the process components.  Adjust verbose output
8186         to use target_pid_to_str.
8187         * linux-nat.c (linux_child_follow_fork): Use the whole of the
8188         inferior_ptid and pending_follow.related_pid ptids instead of
8189         building ptids from the process components.
8190
8191 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
8192
8193         * inf-ptrace.c [PT_GET_PROCESS_STATE]
8194         (inf_ptrace_insert_fork_catchpoint): New function.
8195         (inf_ptrace_remove_fork_catchpoint): New function.
8196         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
8197
8198 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8199
8200         * s390-linux-tdep.c (s390_register_name): Return empty string
8201         instead of NULL for registers that shouldn't be visible.
8202
8203 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8204
8205         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
8206         XML file for 64-bit targets.
8207
8208 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
8209
8210         * target.h (find_default_create_inferior): Remove declaration.
8211         (find_default_attach): Likewise.
8212
8213 2015-03-03  Pedro Alves  <palves@redhat.com>
8214
8215         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
8216         Use ptid_get_pid to get the overall process id when resuming all
8217         threads.
8218
8219 2015-03-03  Pedro Alves  <palves@redhat.com>
8220
8221         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
8222         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
8223         * inf-ptrace.c (get_ptrace_pid): New function.
8224         (inf_ptrace_resume): Use it.
8225         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
8226         to the lower layer.
8227
8228 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
8229
8230         * nat/linux-btrace.c: Include sys/utsname.h.
8231         (linux_determine_kernel_ptr_bits): New.
8232         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
8233         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
8234         ptr_bits.
8235
8236 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
8237
8238         * btrace.c (ftrace_update_function): Treat return as tailcall for
8239         "_dl_runtime_resolve".
8240
8241 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
8242
8243         * btrace.h (btrace_function) <lbegin, lend>: Remove.
8244         * btrace.c (ftrace_debug): Do not print the line range.
8245         (ftrace_skip_file, ftrace_update_lines): Remove.
8246         (ftrace_new_function): Remove lbegin and lend initialization.
8247         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
8248         * record-btrace.c (btrace_compute_src_line_range): New.
8249         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
8250
8251 2015-03-02  Pedro Alves  <palves@redhat.com>
8252
8253         * infrun.c (follow_exec): Delete all threads of the process except
8254         the event thread.  Extended comments.
8255
8256 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
8257
8258         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
8259
8260 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
8261
8262         * utils.h: Remove <stdbool.h> #include.
8263         (producer_is_gcc): Change return type to "int".
8264         * utils.c (producer_is_gcc): Change return type to int.
8265         Return 1 instead of true, and 0 instead of false.
8266         Adjust function documentation accordingly.
8267
8268 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8269
8270         * s390-linux-nat.c (have_regset_vxrs): New static variable.
8271         (s390_linux_fetch_inferior_registers): Handle vector registers, if
8272         present.
8273         (s390_linux_store_inferior_registers): Likewise.
8274         (s390_get_hwcap): Remove function.  Embed its logic...
8275         (s390_read_description): ...here.  Yield a target description with
8276         vector registers if applicable.
8277         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
8278         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
8279         "features/s390x-tevx-linux64.c".
8280         (struct gdbarch_tdep) <v0_full_regnum>: New field.
8281         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
8282         for "GNU/Linux-specific registers".
8283         (s390_dwarf_reg_r0l): New enum value.
8284         (s390_dwarf_reg_to_regnum): Support vector registers.
8285         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
8286         of GPR lower halves.
8287         (regnum_is_vxr_full): New function.
8288         (s390_register_name): New function.
8289         (s390_pseudo_register_name): Handle v0-v15, which are composed of
8290         f0-f15 and v0l-v15l.
8291         (s390_pseudo_register_type): Likewise.
8292         (s390_pseudo_register_read): Likewise.
8293         (s390_pseudo_register_write): Likewise.
8294         (s390_value_from_register): Account for the fact that values are
8295         placed left-justified in vector registers.
8296         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
8297         the vector reggroup and omit them from the general reggroup.
8298         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
8299         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
8300         (s390_iterate_over_regset_sections): Add iterations for the two
8301         new vector regsets.
8302         (s390_core_read_description): Yield a target description with
8303         vector registers if applicable.
8304         (s390_gdbarch_init): Handle target descriptions with vector
8305         registers.  Add "register_name" gdbarch method.
8306         (_initialize_s390_tdep): Call new tdesc initialization functions.
8307         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
8308         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
8309         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
8310         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
8311         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
8312         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
8313         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
8314         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
8315         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
8316         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
8317         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
8318         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
8319         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
8320         (S390_NUM_REGS): Adjust value.
8321         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
8322         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
8323         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
8324         * NEWS: Announce S/390 vector register support.
8325
8326 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8327
8328         * features/s390-tevx-linux64.xml: New file.
8329         * features/s390-vx-linux64.xml: New file.
8330         * features/s390-vx.xml: New file.
8331         * features/s390x-tevx-linux64.xml: New file.
8332         * features/s390x-vx-linux64.xml: New file.
8333         * features/Makefile (WHICH): Add s390-vx-linux64,
8334         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
8335         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
8336         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
8337         macros.
8338         * features/s390-tevx-linux64.c: New generated file.
8339         * features/s390-vx-linux64.c: Likewise.
8340         * features/s390x-tevx-linux64.c: Likewise.
8341         * features/s390x-vx-linux64.c: Likewise.
8342         * regformats/s390-tevx-linux64.dat: Likewise.
8343         * regformats/s390-vx-linux64.dat: Likewise.
8344         * regformats/s390x-tevx-linux64.dat: Likewise.
8345         * regformats/s390x-vx-linux64.dat: Likewise.
8346
8347 2015-02-28  Doug Evans  <xdje42@gmail.com>
8348
8349         * symtab.h (struct symtab) <next>: Fix comment.
8350
8351 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
8352
8353         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
8354         python_GdbMethods.
8355
8356 2015-02-27  Pedro Alves  <palves@redhat.com>
8357
8358         * dtrace-probe.c (dtrace_probe_ops): Make extern.
8359
8360 2015-02-27  Pedro Alves  <palves@redhat.com>
8361
8362         * common/common-exceptions.h (exception_none): Declare.
8363         * common/common-exceptions.c (exception_none): Moved from
8364         exceptions.c.
8365         (exceptions_state_mc_init): Use exception_none.
8366         * exceptions.c (exception_none): Move to
8367         common/common-exceptions.c.
8368         * exceptions.h (exception_none): Move to
8369         common/common-exceptions.h.
8370
8371 2015-02-27  Pedro Alves  <palves@redhat.com>
8372
8373         * main.c (catch_command_errors, catch_command_errors_const):
8374         Remove 'mask' argument.  Adjust.
8375         (captured_main): Adjust callers.
8376
8377 2015-02-27  Pedro Alves  <palves@redhat.com>
8378
8379         * python/python-internal.h: Include "extension-priv.h".
8380
8381 2015-02-27  Pedro Alves  <palves@redhat.com>
8382
8383         * breakpoint.h (enum print_stop_action): Move further up in the
8384         file.
8385
8386 2015-02-27  Pedro Alves  <palves@redhat.com>
8387
8388         * gdbarch.sh: Include regcache.h.
8389         * gdbarch.h: Regenerate.
8390
8391 2015-02-27  Pedro Alves  <palves@redhat.com>
8392
8393         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
8394         Remove duplicate const.
8395         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
8396         duplicate const.
8397
8398 2015-02-27  Pedro Alves  <palves@redhat.com>
8399
8400         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
8401         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
8402         * features/feature_to_c.sh: Tag the generated xml_builtin array
8403         with extern const in C++ mode.
8404
8405 2015-02-27  Tom Tromey  <tromey@redhat.com>
8406
8407         * minidebug.c (struct lzma_stream): Rename to ...
8408         (struct gdb_lzma_stream): ... this.
8409         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
8410
8411 2015-02-27  Pedro Alves  <palves@redhat.com>
8412
8413         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
8414         function.
8415         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8416         (mi_cmd_stack_list_variables): Use it.
8417
8418 2015-02-27  Pedro Alves  <palves@redhat.com>
8419
8420         * x86-linux-nat.c (u_debugreg_offset): New function.
8421         (x86_linux_dr_get, x86_linux_dr_set): Use it.
8422
8423 2015-02-27  Pedro Alves  <palves@redhat.com>
8424
8425         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
8426         declaration.
8427         Include break-common.h.
8428
8429 2015-02-27  Tom Tromey  <tromey@redhat.com>
8430             Pedro Alves <palves@redhat.com>
8431
8432         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
8433         local used to iterate over enums.
8434         * completer.c (signal_completer): Likewise.
8435         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
8436         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
8437         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
8438         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
8439         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
8440         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
8441         * tui-wingeneral.c (tui_refresh_all):  Likewise.
8442
8443 2015-02-27  Pedro Alves  <palves@redhat.com>
8444
8445         * target.h: Include "infrun.h".
8446
8447 2015-02-27  Pedro Alves  <palves@redhat.com>
8448
8449         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
8450
8451 2015-02-27  Pedro Alves  <palves@redhat.com>
8452
8453         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
8454         (IPA_SYM): Use it.
8455         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
8456
8457 2015-02-27  Pedro Alves  <palves@redhat.com>
8458
8459         * cli-out.c (_rl_erase_entire_line): Move declaration out of
8460         cli_mld_erase_entire_line, and make it extern "C".
8461         * common/common-defs.h (EXTERN_C): New.
8462         * completer.c (_rl_completion_prefix_display_length)
8463         (_rl_print_completions_horizontally, QSFUNC): Move declarations
8464         out of gdb_display_match_list_1.
8465         (_rl_qsort_string_compare): Move declaration out of
8466         gdb_display_match_list_1, and make it extern "C".
8467         * defs.h (re_comp): Use EXTERN_C.
8468         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
8469         and make it extern "C".
8470         (monstartup): Move declaration out of maintenance_set_profile_cmd,
8471         and make it extern "C".
8472         (main): Move declaration out of maintenance_set_profile_cmd.
8473         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
8474         EXTERN_C.
8475
8476 2015-02-27  Pedro Alves  <palves@redhat.com>
8477
8478         * python/python.c (GdbMethods): Rename to ...
8479         (python_GdbMethods): ... this and make extern.
8480         (GdbModuleDef): Rename to ...
8481         (python_GdbModuleDef): ... this and make extern.
8482
8483 2015-02-27  Pedro Alves  <palves@redhat.com>
8484
8485         * record-btrace.c (set_record_btrace_cmdlist)
8486         (show_record_btrace_cmdlist): Remove redefinitions.
8487
8488 2015-02-27  Tom Tromey  <tromey@redhat.com>
8489             Pedro Alves  <palves@redhat.com>
8490
8491         * dwarf2-frame.c (enum cfa_how_kind, struct
8492         dwarf2_frame_state_reg_info): Move out of struct
8493         dwarf2_frame_state.
8494         * dwarf2read.c (struct tu_stats): Move out of struct
8495         dwarf2_per_objfile.
8496         (struct file_entry): Move out of struct line_header.
8497         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
8498         typedef_field_list): Move out of struct field_info.
8499         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
8500         Move out of struct dynamic_prop.
8501         (union type_owner, union field_location, struct field, struct
8502         range_bounds, union type_specific): Move out of struct main_type.
8503         (struct fn_fieldlist, struct fn_field, struct typedef_field)
8504         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
8505         (struct call_site_target, union call_site_parameter_u, struct
8506         call_site_parameter): Move out of struct call_site.
8507         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
8508         m32c_prologue.
8509         (enum srcdest_kind): Move out of struct srcdest.
8510         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
8511         * prologue-value.h (enum prologue_value_kind): Move out of struct
8512         prologue_value.
8513         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
8514         gdbarch_tdep.
8515         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
8516         out of struct field_info.
8517         * symfile.h (struct other_sections): Move out of struct
8518         section_addr_info.
8519         * symtab.c (struct symbol_cache_slot): Move out struct
8520         block_symbol_cache.
8521         * target-descriptions.c (enum tdesc_type_kind): Move out of
8522         typedef struct tdesc_type.
8523         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
8524         struct tui_line_or_address.
8525         * value.c (enum internalvar_kind, union internalvar_data): Move
8526         out of struct internalvar.
8527         * xtensa-tdep.h (struct ctype_cache): Move out of struct
8528         gdbarch_tdep.
8529
8530 2015-02-27  Tom Tromey  <tromey@redhat.com>
8531             Pedro Alves  <palves@redhat.com>
8532
8533         Rename symbols whose names are reserved C++ keywords throughout.
8534
8535 2015-02-27  Pedro Alves  <palves@redhat.com>
8536
8537         * Makefile.in (COMPILER): New, get it from autoconf.
8538         (COMPILE.pre, CC_LD): Use COMPILER.
8539         (CXX): Get from autoconf instead.
8540         (CXX_FOR_TARGET): Default to g++ instead of gcc.
8541         * acinclude.m4: Include build-with-cxx.m4.
8542         * build-with-cxx.m4: New file.
8543         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
8544         Disable -Werror by default if building in C++ mode.
8545         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
8546         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
8547         Run supported-warning-flags tests with the C++ compiler.
8548         Save/restore CXXFLAGS too.
8549         * configure: Regenerate.
8550
8551 2015-02-27  Pedro Alves  <palves@redhat.com>
8552
8553         * libiberty.m4: New file.
8554         * acinclude.m4: Include libiberty.m4.
8555         * configure.ac: Call libiberty_INIT.
8556         * config.in, configure: Regenerate.
8557
8558 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8559
8560         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
8561         31-bit targets, but 64-bit targets as well.
8562         (s390_gnu_triplet_regexp): New function.
8563         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
8564         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
8565         method.
8566
8567 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
8568
8569         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
8570         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
8571         from CONTEXT_DEBUGGER.
8572
8573 2015-02-26  Doug Evans  <dje@google.com>
8574
8575         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
8576         CHECK_TYPEDEF.
8577         (set_type_vptr_fieldno): Ditto.
8578         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
8579         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
8580
8581 2015-02-26  Pedro Alves  <palves@redhat.com>
8582
8583         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
8584         * complaints.c (vcomplaint): Pass argument FMT directly to
8585         printf-like functions instead of complaint->fmt.
8586         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
8587         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
8588         * compile/compile-loc2c.c (pushf, unary, binary): Add
8589         ATTRIBUTE_PRINTF.
8590         (do_compile_dwarf_expr_to_c): Pass string literal as format string
8591         to pushf.
8592         (BINARY): Pass string literal as format string to 'binary'.
8593         * compile/compile-object-load.c (link_callbacks_einfo): Add
8594         ATTRIBUTE_PRINTF.
8595         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
8596
8597 2015-02-26  Pedro Alves  <palves@redhat.com>
8598
8599         * windows-termcap.c: Rename to ...
8600         * stub-termcap.c: ... this.  Adjust header line.
8601         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
8602         windows-termcap.c.
8603         * configure: Regenerate.
8604         * configure.ac: Refer to stub-termcap.o instead of
8605         windows-termcap.o.
8606         * gdb_curses.h: Mention stub-termcap.c instead of
8607         windows-termcap.c.
8608
8609 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8610
8611         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
8612         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
8613
8614 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8615
8616         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
8617
8618 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8619
8620         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
8621         bfd_canonicalize_symtab.
8622
8623 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
8624
8625         * amd64fbsd-nat.c: Include sys/user.h.
8626         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
8627         instead of KERN_PS_STRINGS to locate the signal trampoline.
8628         * i386fbsd-nat.c: Include sys/user.h.
8629         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
8630         instead of KERN_PS_STRINGS to locate the signal trampoline.
8631         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
8632         (amd64fbsd_sigtramp_p): New.
8633         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
8634         longer set default values.
8635         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
8636         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
8637         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
8638         (i386fbsd_freebsd4_sigtramp_start)
8639         (i386fbsd_freebsd4_sigtramp_middle)
8640         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
8641         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
8642         (i386fbsd_sigtramp_p): New.
8643         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
8644         longer set default values.
8645         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
8646
8647 2015-02-25  John Baldwin  <jhb@freebsd.org>
8648
8649         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
8650         get_frame_register instead of frame_unwind_register_unsigned.
8651
8652 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8653
8654         PR build/18033
8655         * compile/compile-c-support.c (c_compute_program): Change // comment.
8656         * compile/compile-object-load.c (setup_sections): Change // comment.
8657
8658 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
8659
8660         PR build/18033:
8661         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
8662
8663 2015-02-23  Pedro Alves  <palves@redhat.com>
8664
8665         * remote.c (skip_to_semicolon): New function.
8666         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
8667         special case the stop reasons that look like hex numbers
8668         upfront.  Instead handle real register numbers after matching
8669         all the known stop reasons.
8670
8671 2015-02-21  Doug Evans  <dje@google.com>
8672
8673         PR c++/17976, symtab/17821
8674         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
8675         is_in_anonymous.  All callers updated.
8676         (find_symbol_in_baseclass): Ditto.
8677         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
8678         for symbols in an anonymous namespace.
8679         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
8680         DW_AT_name directly.
8681         (dwarf2_name): Convert missing namespace name to
8682         CP_ANONYMOUS_NAMESPACE_STR.
8683
8684 2015-02-20  Pedro Alves  <palves@redhat.com>
8685
8686         * linux-nat.c (linux_handle_extended_wait): Call
8687         thread_db_notice_clone whenever a new clone LWP is detected.
8688         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
8689         functions.
8690         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
8691         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
8692         (linux_unstop_all_lwps): Declare.
8693         * linux-thread-db.c (struct thread_get_info_inout): Delete.
8694         (thread_get_info_callback): Delete.
8695         (thread_from_lwp): Use td_thr_get_info and record_thread.
8696         (thread_db_attach_lwp): Delete.
8697         (thread_db_notice_clone): New function.
8698         (try_thread_db_load_1): If /proc is mounted and shows the
8699         process'es task list, walk over all LWPs and call thread_from_lwp
8700         instead of relying on td_ta_thr_iter.
8701         (attach_thread): Don't call check_thread_signals here.  Split the
8702         tail part of the function (which adds the thread to the core GDB
8703         thread list) to ...
8704         (record_thread): ... this function.  Call check_thread_signals
8705         here.
8706         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
8707         call thread_from_lwp.
8708         (thread_db_update_thread_list): Rename to ...
8709         (thread_db_update_thread_list_org): ... this.
8710         (thread_db_update_thread_list): New function.
8711         (thread_db_find_thread_from_tid): Delete.
8712         (thread_db_get_ada_task_ptid): Simplify.
8713         * nat/linux-procfs.c: Include <sys/stat.h>.
8714         (linux_proc_task_list_dir_exists): New function.
8715         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
8716
8717 2015-02-20  Pedro Alves  <palves@redhat.com>
8718
8719         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
8720         main LWP.  Handle the case of waitpid returning 0 if we're already
8721         attached to the LWP.  Don't set the LWP's last_resume_kind to
8722         resume_stop if we already knew about the LWP.
8723         (linux_nat_filter_event): Add debug logs.
8724
8725 2015-02-20  Pedro Alves  <palves@redhat.com>
8726
8727         * target.h (forward_target_decr_pc_after_break): Delete
8728         declaration.
8729
8730 2015-02-20  Pedro Alves  <palves@redhat.com>
8731
8732         PR threads/18006
8733         * linux-thread-db.c (thread_get_info_callback): Return early if
8734         the thread's lwp id is -1.
8735
8736 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
8737
8738         GDB 7.9 released.
8739
8740 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
8741
8742         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
8743         (dtrace_get_probes) Change type of variable 'dof'.
8744
8745 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8746
8747         PR breakpoints/16812
8748         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
8749         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
8750         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
8751
8752 2015-02-19  David Taylor  <dtaylor@emc.com>
8753
8754         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
8755
8756 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
8757
8758         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
8759         function.
8760         (tui_putc): Don't call tui_handle_resize_during_io.
8761         (tui_getc): Likewise.
8762         (tui_mld_getc): Likewise.
8763         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
8764         (tui_sigwinch_token): New static variable.
8765         (tui_initialize_win): Adjust documentation.  Set
8766         tui_sigwinch_token.
8767         (tui_async_resize_screen): New asynchronous callback.
8768         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
8769         invoke tui_async_resize_screen.
8770
8771 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
8772
8773         * configure: Regenerated.
8774         * configure.ac: Use GDB_AC_TRANSFORM.
8775         * Makefile.in (aclocal_m4_deps): Added transform.m4.
8776         * acinclude.m4: sinclude transform.m4.
8777         * transform.m4: New file.
8778         (GDB_AC_TRANSFORM): New macro.
8779
8780 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8781
8782         * NEWS: Announce the support for DTrace SDT probes.
8783
8784 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8785
8786         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
8787         (amd64_dtrace_parse_probe_argument): New function.
8788         (amd64_dtrace_probe_is_enabled): Likewise.
8789         (amd64_dtrace_enable_probe): Likewise.
8790         (amd64_dtrace_disable_probe): Likewise.
8791         (amd64_linux_init_abi): Register the
8792         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
8793         `gdbarch_dtrace_disable_probe' and
8794         `gdbarch_dtrace_probe_is_enabled' hooks.
8795         (amd64_dtrace_disabled_probe_sequence_1): New constant.
8796         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
8797         (amd64_dtrace_enable_probe_sequence): Likewise.
8798         (amd64_dtrace_disable_probe_sequence): Likewise.
8799
8800 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8801
8802         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
8803         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
8804         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
8805         handle ELF files.
8806         * Makefile.in (SFILES): dtrace-probe.c added.
8807         * configure: Regenerate.
8808         * dtrace-probe.c: New file.
8809         (SHT_SUNW_dof): New constant.
8810         (dtrace_probe_type): New enum.
8811         (dtrace_probe_arg): New struct.
8812         (dtrace_probe_arg_s): New typedef.
8813         (struct dtrace_probe_enabler): New struct.
8814         (dtrace_probe_enabler_s): New typedef.
8815         (dtrace_probe): New struct.
8816         (dtrace_probe_is_linespec): New function.
8817         (dtrace_dof_sect_type): New enum.
8818         (dtrace_dof_dofh_ident): Likewise.
8819         (dtrace_dof_encoding): Likewise.
8820         (DTRACE_DOF_ENCODE_LSB): Likewise.
8821         (DTRACE_DOF_ENCODE_MSB): Likewise.
8822         (dtrace_dof_hdr): New struct.
8823         (dtrace_dof_sect): Likewise.
8824         (dtrace_dof_provider): Likewise.
8825         (dtrace_dof_probe): Likewise.
8826         (DOF_UINT): New macro.
8827         (DTRACE_DOF_PTR): Likewise.
8828         (DTRACE_DOF_SECT): Likewise.
8829         (dtrace_process_dof_probe): New function.
8830         (dtrace_process_dof): Likewise.
8831         (dtrace_build_arg_exprs): Likewise.
8832         (dtrace_get_arg): Likewise.
8833         (dtrace_get_probes): Likewise.
8834         (dtrace_get_probe_argument_count): Likewise.
8835         (dtrace_can_evaluate_probe_arguments): Likewise.
8836         (dtrace_evaluate_probe_argument): Likewise.
8837         (dtrace_compile_to_ax): Likewise.
8838         (dtrace_probe_destroy): Likewise.
8839         (dtrace_gen_info_probes_table_header): Likewise.
8840         (dtrace_gen_info_probes_table_values): Likewise.
8841         (dtrace_probe_is_enabled): Likewise.
8842         (dtrace_probe_ops): New variable.
8843         (info_probes_dtrace_command): New function.
8844         (_initialize_dtrace_probe): Likewise.
8845         (dtrace_type_name): Likewise.
8846
8847 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8848
8849         * gdbarch.sh (dtrace_parse_probe_argument): New.
8850         (dtrace_probe_is_enabled): Likewise.
8851         (dtrace_enable_probe): Likewise.
8852         (dtrace_disable_probe): Likewise.
8853         * gdbarch.c: Regenerate.
8854         * gdbarch.h: Regenerate.
8855
8856 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8857
8858         * stap-probe.c (stap_probe_ops): Add NULLs in the static
8859         stap_probe_ops for `enable_probe' and `disable_probe'.
8860         * probe.c (enable_probes_command): New function.
8861         (disable_probes_command): Likewise.
8862         (_initialize_probe): Define the cli commands `enable probe' and
8863         `disable probe'.
8864         (parse_probe_linespec): New function.
8865         (info_probes_for_ops): Use parse_probe_linespec.
8866         * probe.h (probe_ops): New hooks `enable_probe' and
8867         `disable_probe'.
8868
8869 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8870
8871         * probe.c (compute_probe_arg): Moved from stap-probe.c
8872         (compile_probe_arg): Likewise.
8873         (probe_funcs): Likewise.
8874         * stap-probe.c (compute_probe_arg): Moved to probe.c.
8875         (compile_probe_arg): Likewise.
8876         (probe_funcs): Likewise.
8877
8878 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8879
8880         * probe.c (print_ui_out_not_applicables): New function.
8881         (exists_probe_with_pops): Likewise.
8882         (info_probes_for_ops): Do not include column headers for probe
8883         types for which no probe has been actually found on any object.
8884         Also invoke `print_ui_out_not_applicables' in order to match the
8885         column rows with the header when probes of several types are
8886         listed.
8887         Print the "Type" column.
8888         * probe.h (probe_ops): Added a new probe operation `type_name'.
8889         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
8890         (stap_type_name): New function.
8891
8892 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
8893
8894         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
8895         (key_is_command_char): Delete.
8896
8897 2015-02-17  Pedro Alves  <palves@redhat.com>
8898
8899         * tui/tui.c (tui_enable): Resize windows before anything
8900         might show a window.
8901
8902 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
8903
8904         PR gdb/17984
8905         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
8906         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
8907         call.
8908         * aarch64-tdep.h (tdesc_aarch64): Declare.
8909
8910 2015-02-12  Mark Wielaard  <mjw@redhat.com>
8911
8912         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
8913
8914 2015-02-13  Doug Evans  <dje@google.com>
8915
8916         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
8917         anonymous_namespace to is_in_anonymous for consistency with the rest
8918         of the file.
8919         (cp_lookup_bare_symbol): Fix typo in comment.
8920         (cp_search_static_and_baseclasses): Ditto.
8921         (search_symbol_list): Use vertical space in comment better.
8922         (reset_directive_searched): Ditto. Fix typo.
8923         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
8924
8925 2015-02-13  Yao Qi  <yao.qi@arm.com>
8926
8927         * MAINTAINERS: Update my email address.
8928
8929 2015-02-12  Doug Evans  <dje@google.com>
8930
8931         * symtab.c (completion_list_add_name): Fix memory leak.
8932
8933 2015-02-12  Doug Evans  <dje@google.com>
8934
8935         * completer.c (complete_line): Remove incorrect comment.
8936
8937 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8938
8939         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
8940         (py_print_frame): Use RETURN_MASK_ERROR.
8941
8942 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8943
8944         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
8945         function comment.  Wrap all function that can throw in cleanups.
8946         (gdbpy_apply_frame_filter): Wrap all function that can throw in
8947         cleanups.
8948
8949 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8950
8951         * python/py-framefilter.c (py_print_frame): Substitute goto error.
8952         Remove the error label.
8953
8954 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8955
8956         * python/py-framefilter.c (py_print_frame): Put conditional code paths
8957         with goto first, indent the former else codepath left.  Put variable
8958         'elided' to a new inner block.
8959
8960 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8961
8962         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
8963
8964 2015-02-11  Pedro Alves  <palves@redhat.com>
8965
8966         * xcoffread.c (within_function): Delete.
8967
8968 2015-02-11  Tom Tromey  <tromey@redhat.com>
8969             Pedro Alves <palves@redhat.com>
8970
8971         * breakpoint.c (base_breakpoint_ops): Delete.
8972         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
8973         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
8974         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
8975         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
8976         * python/py-arch.c (arch_object_type): Make extern.
8977         * python/py-block.c (block_syms_iterator_object_type): Make extern.
8978         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
8979         * python/py-cmd.c (cmdpy_object_type): Make extern.
8980         * python/py-continueevent.c (continue_event_object_type)
8981         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
8982         parameter.  Update all callers.
8983         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
8984         * python/py-exitedevent.c (exited_event_object_type): Make extern.
8985         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
8986         * python/py-function.c (fnpy_object_type): Make extern.
8987         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
8988         * python/py-infevents.c (call_pre_event_object_type)
8989         (inferior_call_post_event_object_type).
8990         (memory_changed_event_object_type): Make extern.
8991         * python/py-infthread.c (thread_object_type): Make extern.
8992         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
8993         * python/py-linetable.c (linetable_entry_object_type)
8994         (linetable_object_type, ltpy_iterator_object_type): Make extern.
8995         * python/py-newobjfileevent.c (new_objfile_event_object_type)
8996         (clear_objfiles_event_object_type): Make extern.
8997         * python/py-objfile.c (objfile_object_type): Make extern.
8998         * python/py-param.c (parmpy_object_type): Make extern.
8999         * python/py-progspace.c (pspace_object_type): Make extern.
9000         * python/py-signalevent.c (signal_event_object_type): Make extern.
9001         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
9002         * python/py-type.c (type_object_type, field_object_type)
9003         (type_iterator_object_type): Make extern.
9004         * python/python.c (python_extension_script_ops)
9005         (python_extension_ops): Make extern.
9006         * stap-probe.c (stap_probe_ops): Make extern.
9007
9008 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
9009
9010         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
9011         because the event thread is not the current thread.
9012
9013 2015-02-11  Doug Evans  <xdje42@gmail.com>
9014
9015         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
9016         been initialized yet, return NULL.
9017
9018 2015-02-11  Doug Evans  <dje@google.com>
9019
9020         * symfile.h (new_symfile_objfile): Delete.
9021         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
9022         All callers updated.
9023
9024 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
9025
9026         * tui/tui-io.c (tui_handle_resize_during_io): Call
9027         tui_update_gdb_sizes() after resizing the screen.
9028         * tui/tui.c (tui_enable): Resize the terminal before
9029         calling tui_update_gdb_sizes().
9030
9031 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
9032
9033         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
9034         line before printing a newline.
9035
9036 2015-02-11  Mark Wielaard  <mjw@redhat.com>
9037
9038         * utils.c (producer_is_gcc): Return true or false.
9039
9040 2015-02-10  Mark Wielaard  <mjw@redhat.com>
9041
9042         * utils.h (producer_is_gcc): Change return type to bool. Add major
9043         argument.
9044         * utils.c (producer_is_gcc): Likewise.
9045         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
9046         * dwarf2read.c (check_producer): Likewise.
9047
9048 2015-02-10  Pedro Alves  <palves@redhat.com>
9049
9050         * infrun.c (displaced_step_fixup): Switch to the event thread
9051         before calling gdbarch_displaced_step_fixup.
9052
9053 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
9054
9055         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
9056
9057 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
9058
9059         * ada-varobj.c (ada_name_of_child): Constify parent.
9060         (ada_path_expr_of_child): Same.
9061         (ada_value_of_child): Same.
9062         (ada_type_of_child): Same.
9063         * c-varobj.c (c_is_path_expr_parent): Same.
9064         (c_describe_child): Same.
9065         (c_name_of_child): Same.
9066         (c_value_of_child): Same.
9067         (c_type_of_child): Same.
9068         (cplus_number_of_children): Same.
9069         (cplus_describe_child): Constify var.
9070         (cplus_name_of_child): Constify parent.
9071         (cplus_value_of_child): Same.
9072         (cplus_type_of_child): Same.
9073         * jv-varobj.c (java_name_of_child): Same.
9074         (java_value_of_child): Same.
9075         (java_type_of_child): Same.
9076         * varobj.c (value_of_child): Same.
9077         (varobj_default_is_path_expr_parent): Constify var, parent and return
9078         value.
9079         (varobj_get_path_expr): Constify var, modify path_expr through
9080         mutable_var.
9081         (install_new_value): Constify parent.
9082         (value_of_child): Constify parent.
9083         * varobj.h (struct varobj): Constify parent.
9084         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
9085         type_of_child.
9086         (varobj_get_path_expr): Constify var.
9087         (varobj_get_path_expr_parent): Constify var and return value.
9088
9089 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
9090
9091         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
9092         (arm_prologue_this_id): Move PC and SP limit checks to
9093         arm_prologue_unwind_stop_reason.
9094         (arm_prologue_unwind) <stop_reason> : Set to
9095         arm_prologue_unwind_stop_reason.
9096
9097 2015-02-09  Mark Wielaard  <mjw@redhat.com>
9098
9099         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
9100         DW_LANG_Fortran08 as language_fortran.
9101
9102 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
9103
9104         PR remote/17946
9105         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
9106         of pointer against char.
9107
9108 2015-02-09  Mark Wielaard  <mjw@redhat.com>
9109
9110         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
9111         (c_type_print_modifier): Likewise.
9112         * dwarf2read.c (read_tag_atomic_type): New function.
9113         (read_type_die_1): Handle DW_TAG_atomic_type.
9114         * gdbtypes.c (make_atomic_type): New function.
9115         (recursive_dump_type): Handle TYPE_ATOMIC.
9116         * gdbtypes.h (enum type_flag_values): Renumber.
9117         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
9118         (TYPE_ATOMIC): New macro.
9119         (make_atomic_type): Declare.
9120
9121 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9122
9123         * btrace.c (ftrace_find_call): Skip gaps.
9124         (ftrace_new_function): Initialize level.
9125         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
9126         (ftrace_new_switch): Update
9127         level computation.
9128         (ftrace_new_gap): New.
9129         (ftrace_update_function): Create new function after gap.
9130         (btrace_compute_ftrace_bts): Create gap on error.
9131         (btrace_stitch_bts): Update parameters.  Clear trace if it
9132         becomes empty.
9133         (btrace_stitch_trace): Update parameters.  Update callers.
9134         (btrace_clear): Reset the number of gaps.
9135         (btrace_insn_get): Return NULL if the iterator points to a gap.
9136         (btrace_insn_number): Return zero if the iterator points to a gap.
9137         (btrace_insn_end): Allow gaps at the end.
9138         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
9139         (btrace_find_insn_by_number): Assert that the found iterator does
9140         not point to a gap.
9141         (btrace_call_next, btrace_call_prev): Assert that the last function
9142         is not a gap.
9143         * btrace.h (btrace_bts_error): New.
9144         (btrace_function): Update comment.
9145         (btrace_function) <insn, insn_offset, number>: Update comment.
9146         (btrace_function) <errcode>: New.
9147         (btrace_thread_info) <ngaps>: New.
9148         (btrace_thread_info) <replay>: Update comment.
9149         (btrace_insn_get): Update comment.
9150         * record-btrace.c (btrace_ui_out_decode_error): New.
9151         (record_btrace_info): Print number of gaps.
9152         (btrace_insn_history, btrace_call_history): Call
9153         btrace_ui_out_decode_error for gaps.
9154         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
9155
9156 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9157
9158         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
9159         * nat/linux-btrace.c: (btrace_this_cpu): New.
9160         (cpu_supports_bts): Call btrace_this_cpu.
9161         (intel_supports_bts): Add cpu parameter.
9162
9163 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9164
9165         * btrace.h (btrace_insn_class): New.
9166         (btrace_insn) <size, iclass>: New.
9167         * btrace.c (ftrace_find_call): Update parameters.  Update users.
9168         Use instruction classification.
9169         (ftrace_new_return): Update parameters.  Update users.
9170         (ftrace_update_function): Update parameters.  Update users.  Use
9171         instruction classification.
9172         (ftrace_update_insns): Update parameters.  Update users.
9173         (ftrace_classify_insn): New.
9174         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
9175         TRY_CATCH around call to gdb_insn_length.
9176
9177 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9178
9179         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
9180         Update parameters.  Update users.
9181
9182 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9183
9184         * btrace.c (parse_xml_btrace_conf_bts): Add size.
9185         (btrace_conf_bts_attributes): New.
9186         (btrace_conf_children): Add attributes.
9187         * common/btrace-common.h (btrace_config_bts): New.
9188         (btrace_config)<bts>: New.
9189         (btrace_config): Update comment.
9190         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
9191         Use config.
9192         * features/btrace-conf.dtd: Increment version.  Add size
9193         attribute to bts element.
9194         * record-btrace.c (set_record_btrace_bts_cmdlist,
9195         show_record_btrace_bts_cmdlist): New.
9196         (record_btrace_adjust_size, record_btrace_print_bts_conf,
9197         record_btrace_print_conf, cmd_set_record_btrace_bts,
9198         cmd_show_record_btrace_bts): New.
9199         (record_btrace_info): Call record_btrace_print_conf.
9200         (_initialize_record_btrace): Add commands.
9201         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
9202         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
9203         (btrace_sync_conf): Synchronize bts size.
9204         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
9205         * NEWS: Announce new commands and new packets.
9206
9207 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9208
9209         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
9210         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
9211         (x86_linux_btrace_conf): New.
9212         (x86_linux_create_target): Initialize to_btrace_conf.
9213         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
9214         Check format.  Split into this and ...
9215         (linux_enable_bts): ... this.
9216         (linux_btrace_conf): New.
9217         (perf_event_skip_record): Renamed into ...
9218         (perf_event_skip_bts_record): ... this.  Updated users.
9219         (linux_disable_btrace): Split into this and ...
9220         (linux_disable_bts): ... this.
9221         (linux_read_btrace): Check format.
9222         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
9223         (linux_btrace_conf): New.
9224         (btrace_target_info)<ptid>: Moved.
9225         (btrace_target_info)<conf>: New.
9226         (btrace_target_info): Split into this and ...
9227         (btrace_tinfo_bts): ... this.  Updated users.
9228         * btrace.c (btrace_enable): Update parameters.
9229         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
9230         (btrace_conf_children, btrace_conf_attributes)
9231         (btrace_conf_elements): New.
9232         * btrace.h (btrace_enable): Update parameters.
9233         (btrace_conf, parse_xml_btrace_conf): New.
9234         * common/btrace-common.h (btrace_config): New.
9235         * feature/btrace-conf.dtd: New.
9236         * record-btrace.c (record_btrace_conf): New.
9237         (record_btrace_cmdlist): New.
9238         (record_btrace_enable_warn, record_btrace_open): Pass
9239         &record_btrace_conf.
9240         (record_btrace_info): Print recording format.
9241         (cmd_record_btrace_bts_start): New.
9242         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
9243         (_initialize_record_btrace): Add "record btrace bts" subcommand.
9244         Add "record bts" alias command.
9245         * remote.c (remote_state)<btrace_config>: New.
9246         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
9247         (remote_protocol_features): Add qXfer:btrace-conf:read.
9248         (remote_open_1): Call remote_btrace_reset.
9249         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
9250         (btrace_target_info)<conf>: New.
9251         (btrace_sync_conf, btrace_read_config): New.
9252         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
9253         btrace_read_conf.
9254         (remote_btrace_conf): New.
9255         (init_remote_ops): Initialize to_btrace_conf.
9256         (_initialize_remote): Add qXfer:btrace-conf packet.
9257         * target.c (target_enable_btrace): Update parameters.
9258         (target_btrace_conf): New.
9259         * target.h (target_enable_btrace): Update parameters.
9260         (target_btrace_conf): New.
9261         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
9262         (target_ops)<to_enable_btrace>: Update parameters and comment.
9263         (target_ops)<to_btrace_conf>: New.
9264         * target-delegates: Regenerate.
9265         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
9266         (target_debug_print_const_struct_btrace_target_info_p): New.
9267         * NEWS: Announce new command and new packet.
9268
9269 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9270
9271         * nat/linux-btrace.h (perf_event_buffer): New.
9272         (btrace_target_info) <buffer, size, data_head>: Replace with ...
9273         <bts>: ... this.
9274         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
9275         (perf_event_buffer_size, perf_event_buffer_begin)
9276         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
9277         Updated users.
9278         (perf_event_new_data): New.
9279
9280 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9281
9282         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
9283         * record-btrace.c (record_btrace_open): Remove call to
9284         target_supports_btrace.
9285         * remote.c (remote_supports_btrace): Update parameters.
9286         * target.c (target_supports_btrace): Update parameters.
9287         * target.h (to_supports_btrace, target_supports_btrace): Update
9288         parameters.
9289         * target-delegates.c: Regenerate.
9290         * target-debug.h (target_debug_print_enum_btrace_format): New.
9291         * nat/linux-btrace.c
9292         (kernel_supports_btrace): Rename into ...
9293         (kernel_supports_bts): ... this.  Update users.  Update warning text.
9294         (intel_supports_btrace): Rename into ...
9295         (intel_supports_bts): ... this.  Update users.
9296         (cpu_supports_btrace): Rename into ...
9297         (cpu_supports_bts): ... this.  Update users.
9298         (linux_supports_btrace): Update parameters.  Split into this and ...
9299         (linux_supports_bts): ... this.
9300         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
9301
9302 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
9303
9304         * Makefile.in (SFILES): Add common/btrace-common.c.
9305         (COMMON_OBS): Add common/btrace-common.o.
9306         (btrace-common.o): Add build rules.
9307         * btrace.c (parse_xml_btrace): Update parameters.
9308         (parse_xml_btrace_block): Set format field.
9309         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
9310         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
9311         (btrace_compute_ftrace): Split into this and...
9312         (btrace_compute_ftrace_bts): ...this.
9313         (btrace_stitch_trace): Split into this and...
9314         (btrace_stitch_bts): ...this.
9315         * btrace.h (parse_xml_btrace): Update parameters.
9316         (make_cleanup_btrace_data): New.
9317         * common/btrace-common.c: New.
9318         * common/btrace-common.h: Include common-defs.h.
9319         (btrace_block_s): Update comment.
9320         (btrace_format): New.
9321         (btrace_format_string): New.
9322         (btrace_data_bts): New.
9323         (btrace_data): New.
9324         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
9325         * remote.c (remote_read_btrace): Update parameters.
9326         * target.c (target_read_btrace): Update parameters.
9327         * target.h (target_read_btrace): Update parameters.
9328         (target_ops)<to_read_btrace>: Update parameters.
9329         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
9330         * target-delegates.c: Regenerate.
9331         * target-debug (target_debug_print_struct_btrace_data_p): New.
9332         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
9333         (linux_read_bts): ...this.
9334         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
9335
9336 2015-02-06  Doug Evans  <dje@google.com>
9337
9338         * remote-m32r-sdi.c: Include symfile.h.
9339
9340 2015-02-06  Doug Evans  <dje@google.com>
9341
9342         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
9343         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
9344         to here.
9345
9346 2015-02-06  Pedro Alves  <palves@redhat.com>
9347
9348         * linux-thread-db.c (find_new_threads_callback): Add debug output.
9349
9350 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
9351
9352         PR gdb/15678
9353         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
9354         (enable_count_command): Check args for NULL value.
9355
9356 2015-02-05  Doug Evans  <xdje42@gmail.com>
9357
9358         * guile/scm-frame.c: Fix spelling errors in a comment.
9359
9360 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9361
9362         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
9363         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
9364         return type.
9365
9366 2015-02-04  Pedro Alves  <palves@redhat.com>
9367
9368         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
9369         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
9370         returns true.
9371         (resume_stopped_resumed_lwps): Don't check whether the thread is
9372         marked as executing.
9373         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
9374
9375 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9376
9377         * regset.h (struct regset): Add flags field.
9378         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
9379         * corelow.c (get_core_register_section): Add warning if the size
9380         exceeds the requested size and the regset does not have the
9381         REGSET_VARIABLE_SIZE flag set.
9382         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
9383         flag.
9384         * armbsd-tdep.c (armbsd_gregset): Likewise.
9385         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
9386         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
9387         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
9388         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
9389
9390 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9391
9392         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
9393         For ".reg-xstate", explicitly specify the requested section size
9394         via X86_XSTATE_SIZE instead of just 0 on input and
9395         X86_XSTATE_MAX_SIZE on output.
9396         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
9397         Likewise.
9398
9399 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9400
9401         PR corefiles/17808:
9402         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
9403         function type, particularly its SIZE parameter.
9404         * gdbarch.h: Regenerate.
9405         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
9406         actual against required size using ">=" instead of "==".
9407         (amd64_collect_fpregset): Likewise.
9408         * i386-tdep.c (i386_supply_gregset): Likewise.
9409         (i386_collect_gregset): Likewise.
9410         (i386_supply_fpregset): Likewise.
9411         (i386_collect_fpregset): Likewise.
9412         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
9413         (mips_fill_gregset_wrapper): Likewise.
9414         (mips_supply_fpregset_wrapper): Likewise.
9415         (mips_fill_fpregset_wrapper): Likewise.
9416         (mips64_supply_gregset_wrapper): Likewise.
9417         (mips64_fill_gregset_wrapper): Likewise.
9418         (mips64_supply_fpregset_wrapper): Likewise.
9419         (mips64_fill_fpregset_wrapper): Likewise.
9420         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
9421         (am33_supply_fpregset_method): Likewise.
9422         (am33_collect_gregset_method): Likewise.
9423         (am33_collect_fpregset_method): Likewise.
9424
9425 2015-02-04  Doug Evans  <dje@google.com>
9426             Pedro Alves  <palves@redhat.com>
9427             Eli Zaretskii  <eliz@gnu.org>
9428
9429         PR tui/17810
9430         * tui/tui-command.c (tui_refresh_cmd_win): New function.
9431         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
9432         * tui/tui-file.c: #include tui/tui-command.h.
9433         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
9434         (tui_file_flush): Refresh command window if stream is gdb_stdout.
9435         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
9436
9437 2015-02-04  Pedro Alves  <palves@redhat.com>
9438
9439         Fix build breakage.
9440         * event-loop.c (gdb_do_one_event): Add default switch case.
9441
9442 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9443
9444         Filter out inferior gcc option -fpreprocessed.
9445         * compile/compile.c (filter_args): New function.
9446         (get_args): Use it.
9447
9448 2015-02-03  Pedro Alves  <palves@redhat.com>
9449
9450         * event-loop.c: Don't declare nor define a queue type for
9451         gdb_event_p.
9452         (event_queue): Delete.
9453         (create_event, create_file_event, gdb_event_xfree)
9454         (initialize_event_loop, process_event): Delete.
9455         (gdb_do_one_event): Return as soon as one event is handled.
9456         (handle_file_event): Change prototype.  Used the passed in
9457         file_handler pointer and ready_mask instead of looping over all
9458         file handlers.
9459         (gdb_wait_for_event): Update the poll/select timeouts before
9460         blocking.  Run event handlers directly instead of queueing events.
9461         Return as soon as one event is handled.
9462         (struct async_event_handler_data): Delete.
9463         (invoke_async_event_handler): Delete.
9464         (check_async_event_handlers): Change return type to int.  Run
9465         event handlers directly instead of queueing events.  Return as
9466         soon as one event is handled.
9467         (handle_timer_event): Delete.
9468         (update_wait_timeout): New function, factored out from
9469         poll_timers.
9470         (poll_timers): Reimplement.
9471         * event-loop.h (initialize_event_loop): Delete declaration.
9472         * top.c (gdb_init): Don't call initialize_event_loop.
9473
9474 2015-02-03  Pedro Alves  <palves@redhat.com>
9475
9476         * event-loop.c (clear_async_event_handler): New function.
9477         * event-loop.h (clear_async_event_handler): New declaration.
9478         * record-btrace.c (record_btrace_async): New function.
9479         (init_record_btrace_ops): Install record_btrace_async.
9480         * record-full.c (record_full_async): New function.
9481         (record_full_resume): Don't mark the async event source here.
9482         (init_record_full_ops): Install record_full_async.
9483         (record_full_core_resume): Don't mark the async event source here.
9484         (init_record_full_core_ops): Install record_full_async.
9485         * remote.c (remote_async): Mark and clear the async stop reply
9486         queue event-loop token as appropriate.
9487
9488 2015-02-03  Pedro Alves  <palves@redhat.com>
9489
9490         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
9491         target_is_async_p instead of target_can_async.
9492         (linux_nat_wait): Use target_is_async_p instead of
9493         target_can_async.  Don't enable async here.
9494         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
9495         target_is_async_p instead of target_can_async.
9496
9497 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
9498
9499         * varobj.h (lang_varobj_ops): Mention which return values need
9500         to be freed.
9501
9502 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
9503
9504         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
9505
9506 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
9507
9508         PR gdb/17856:
9509         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
9510         results found in the cache.
9511
9512 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
9513
9514         PR gdb/17854:
9515         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
9516         when allocating a new one.
9517
9518 2015-02-01  Tom Tromey  <tom@tromey.com>
9519
9520         * MAINTAINERS: Remove myself.
9521
9522 2015-01-31  Doug Evans  <xdje42@gmail.com>
9523
9524         * dwarf2read.c (process_structure_scope): Update setting of
9525         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
9526         * gdbtypes.c (internal_type_vptr_fieldno): New function.
9527         (set_type_vptr_fieldno): New function.
9528         (internal_type_vptr_basetype): New function.
9529         (set_type_vptr_basetype): New function.
9530         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
9531         TYPE_VPTR_BASETYPE.
9532         (allocate_cplus_struct_type): Initialize vptr_fieldno.
9533         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
9534         (print_cplus_stuff): ... moved here.
9535         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
9536         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
9537         moved to ...
9538         (struct cplus_struct_type): ... here.  All uses updated.
9539         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
9540         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
9541         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
9542         * stabsread.c (read_tilde_fields): Update setting of
9543         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
9544
9545 2015-01-31  Doug Evans  <xdje42@gmail.com>
9546
9547         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
9548         to self_p.
9549         (cp_print_class_member): Rename local domain to self_type.
9550         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
9551         domain_type to self_type.
9552         (set_die_type) <need_gnat_info>: Handle
9553         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
9554         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
9555         TYPE_SPECIFIC_SELF_TYPE.
9556         * gdbtypes.c (internal_type_self_type): New function.
9557         (set_type_self_type): New function.
9558         (smash_to_memberptr_type): Rename parameter domain to self_type.
9559         Update setting of TYPE_SELF_TYPE.
9560         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
9561         (smash_to_method_type): Rename parameter domain to self_type.
9562         Update setting of TYPE_SELF_TYPE.
9563         (check_stub_method): Call smash_to_method_type.
9564         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
9565         (copy_type_recursive): Ditto.
9566         * gdbtypes.h (enum type_specific_kind): New value
9567         TYPE_SPECIFIC_SELF_TYPE.
9568         (struct main_type) <type_specific>: New member self_type.
9569         (struct cplus_struct_type) <fn_field.type>: Update comment.
9570         (TYPE_SELF_TYPE): Rewrite.
9571         (internal_type_self_type, set_type_self_type): Declare.
9572         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
9573         self_type.
9574         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
9575         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
9576         TYPE_TARGET_TYPE.
9577         * stabsread.c (read_member_functions): Mark methods with
9578         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
9579         TYPE_SELF_TYPE.
9580
9581 2015-01-31  Doug Evans  <xdje42@gmail.com>
9582
9583         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
9584         All uses updated.
9585
9586 2015-01-31  Doug Evans  <xdje42@gmail.com>
9587
9588         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
9589         or unions.  Return zero if union.
9590         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
9591         (gnuv3_rtti_type): Pass already-check_typedef'd value to
9592         gnuv3_get_vtable.
9593         (compute_vtable_size): Assert only passed structs.
9594         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
9595
9596 2015-01-31  Doug Evans  <xdje42@gmail.com>
9597
9598         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
9599         kinds.
9600
9601 2015-01-31  Gary Benson <gbenson@redhat.com>
9602             Doug Evans  <dje@google.com>
9603
9604         PR cli/9007
9605         PR cli/11920
9606         PR cli/15548
9607         * cli/cli-cmds.c (complete_command): Notify user if max-completions
9608         reached.
9609         * common/common-exceptions.h (enum errors)
9610         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
9611         * completer.h (get_max_completions_reached_message): New declaration.
9612         (max_completions): Likewise.
9613         (completion_tracker_t): New typedef.
9614         (new_completion_tracker): New declaration.
9615         (make_cleanup_free_completion_tracker): Likewise.
9616         (maybe_add_completion_enum): New enum.
9617         (maybe_add_completion): New declaration.
9618         (throw_max_completions_reached_error): Likewise.
9619         * completer.c (max_completions): New global variable.
9620         (new_completion_tracker): New function.
9621         (free_completion_tracker): Likewise.
9622         (make_cleanup_free_completion_tracker): Likewise.
9623         (maybe_add_completions): Likewise.
9624         (throw_max_completions_reached_error): Likewise.
9625         (complete_line): Remove duplicates and limit result to max_completions
9626         entries.
9627         (get_max_completions_reached_message): New function.
9628         (gdb_display_match_list): Handle max_completions.
9629         (_initialize_completer): New declaration and function.
9630         * symtab.c: Include completer.h.
9631         (completion_tracker): New static variable.
9632         (completion_list_add_name): Call maybe_add_completion.
9633         (default_make_symbol_completion_list_break_on_1): Renamed from
9634         default_make_symbol_completion_list_break_on.  Maintain
9635         completion_tracker across calls to completion_list_add_name.
9636         (default_make_symbol_completion_list_break_on): New function.
9637         * top.c (init_main): Set rl_completion_display_matches_hook.
9638         * tui/tui-io.c: Include completer.h.
9639         (tui_old_rl_display_matches_hook): New static global.
9640         (tui_rl_display_match_list): Notify user if max-completions reached.
9641         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
9642         * NEWS (New Options): Mention set/show max-completions.
9643
9644 2015-01-31  Gary Benson  <gbenson@redhat.com>
9645
9646         * symtab.c (struct add_name_data) <code>: New field.
9647         Updated comments.
9648         (add_symtab_completions): New function.
9649         (symtab_expansion_callback): Likewise.
9650         (default_make_symbol_completion_list_break_on): Set datum.code.
9651         Move minimal symbol scan before calling expand_symtabs_matching.
9652         Scan known primary symtabs for externs and statics before calling
9653         expand_symtabs_matching.  Pass symtab_expansion_callback as
9654         expansion_notify argument to expand_symtabs_matching.  Do not scan
9655         primary symtabs for externs and statics after calling
9656         expand_symtabs_matching.
9657
9658 2015-01-31  Gary Benson  <gbenson@redhat.com>
9659
9660         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
9661         (struct quick_symbol_functions) <expand_symtabs_matching>:
9662         New argument expansion_notify.  All uses updated.
9663         (expand_symtabs_matching): New argument expansion_notify.
9664         All uses updated.
9665         * symfile-debug.c (debug_qf_expand_symtabs_matching):
9666         Also print expansion notify.
9667         * symtab.c (expand_symtabs_matching_via_partial): Call
9668         expansion_notify whenever a partial symbol table is expanded.
9669         * dwarf2read.c (dw2_expand_symtabs_matching): Call
9670         expansion_notify whenever a symbol table is instantiated.
9671
9672 2015-01-31  Doug Evans  <xdje42@gmail.com>
9673
9674         * cli-out.c: #include completer.h, readline/readline.h.
9675         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
9676         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
9677         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
9678         * cli-out.h (cli_display_match_list): Declare.
9679         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
9680         (ELLIPSIS_LEN): Ditto.
9681         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
9682         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
9683         (gdb_fnprint, gdb_print_filename): Ditto.
9684         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
9685         (gdb_display_match_list): Ditto.
9686         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
9687         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
9688         (mld_beep_ftype, mld_read_key_ftype): Ditto.
9689         (match_list_displayer): New struct.
9690         (gdb_display_match_list): Declare.
9691         * top.c (init_main): Set rl_completion_display_matches_hook.
9692         * tui/tui-io.c: #include completer.h.
9693         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
9694         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
9695         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
9696         (tui_mld_getc, tui_mld_read_key): Ditto.
9697         (tui_rl_display_match_list): Rewrite.
9698         (tui_handle_resize_during_io): New arg for_completion.  All callers
9699         updated.
9700
9701 2015-01-31  Doug Evans  <xdje42@gmail.com>
9702
9703         Add symbol lookup cache.
9704         * NEWS: Document new options and commands.
9705         * symtab.c (symbol_cache_key): New static global.
9706         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
9707         (SYMBOL_LOOKUP_FAILED): New macro.
9708         (symbol_cache_slot_state): New enum.
9709         (block_symbol_cache): New struct.
9710         (symbol_cache): New struct.
9711         (new_symbol_cache_size, symbol_cache_size): New static globals.
9712         (hash_symbol_entry, eq_symbol_entry): New functions.
9713         (symbol_cache_byte_size, resize_symbol_cache): New functions.
9714         (make_symbol_cache, free_symbol_cache): New functions.
9715         (get_symbol_cache, symbol_cache_cleanup): New function.
9716         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
9717         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
9718         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
9719         (symbol_cache_flush, symbol_cache_dump): New functions.
9720         (maintenance_print_symbol_cache): New function.
9721         (maintenance_flush_symbol_cache): New function.
9722         (symbol_cache_stats): New function.
9723         (maintenance_print_symbol_cache_statistics): New function.
9724         (symtab_new_objfile_observer): New function.
9725         (symtab_free_objfile_observer): New function.
9726         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
9727         (_initialize_symtab): Init symbol_cache_key.  New parameter
9728         maint symbol-cache-size.  New maint commands print symbol-cache,
9729         print symbol-cache-statistics, flush-symbol-cache.
9730         Install new_objfile, free_objfile observers.
9731
9732 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
9733
9734         PR symtab/17855
9735         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
9736         to end.
9737
9738 2015-01-31  Doug Evans  <xdje42@gmail.com>
9739
9740         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
9741         * auto-load.c: #include ctype.h.
9742         (struct auto_load_pspace_info): Replace member loaded_scripts with
9743         new members loaded_script_files, loaded_script_texts.
9744         (auto_load_pspace_data_cleanup): Update.
9745         (init_loaded_scripts_info): Update.
9746         (get_auto_load_pspace_data_for_loading): Update.
9747         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
9748         updated.
9749         (maybe_add_script_text): New function.
9750         (clear_section_scripts): Update.
9751         (source_script_file, execute_script_contents): New functions.
9752         (source_section_scripts): Add support for
9753         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
9754         (print_scripts): New function.
9755         (auto_load_info_scripts): Also print inlined scripts.
9756         (maybe_print_unsupported_script_warning): Renamed from
9757         unsupported_script_warning_print.  All callers updated.
9758         (maybe_print_script_not_found_warning): Renamed from
9759         script_not_found_warning_print.  All callers updated.
9760         * extension-priv.h (struct extension_language_script_ops): New member
9761         objfile_script_executor.
9762         * extension.c (ext_lang_objfile_script_executor): New function.
9763         * extension.h (objfile_script_executor_func): New typedef.
9764         (ext_lang_objfile_script_executor): Declare.
9765         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
9766         * guile/guile.c (guile_extension_script_ops): Update.
9767         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
9768         * python/python.c (python_extension_script_ops): Update.
9769         (gdbpy_execute_objfile_script): New function.
9770
9771 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
9772
9773         * tui/tui-io.c (tui_expand_tabs): New function.
9774         (tui_puts, tui_redisplay_readline): Expand TABs into the
9775         appropriate number of spaces.
9776         * tui/tui-regs.c: Include tui-io.h.
9777         (tui_register_format): Call tui_expand_tabs to expand TABs into
9778         the appropriate number of spaces.
9779         * tui/tui-io.h: Add prototype for tui_expand_tabs.
9780
9781 2015-01-30  Doug Evans  <dje@google.com>
9782
9783         * NEWS: "info source" command now display producer string if present.
9784         * source.c (source_info): Print producer string if present.
9785
9786 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9787
9788         * varobj.c (varobj_delete): Fix comment.
9789
9790 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9791
9792         * varobj.c (create_child): Modify comment.
9793
9794 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9795
9796         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
9797         parameter.
9798         (ada_name_of_variable): Same.
9799         (ada_path_expr_of_child): Same.
9800         (ada_value_of_variable): Same.
9801         (ada_value_is_changeable_p): Same.
9802         (ada_value_has_mutated): Same.
9803         * c-varobj.c (varobj_is_anonymous_child): Same.
9804         (c_is_path_expr_parent): Same.
9805         (c_number_of_children): Same.
9806         (c_name_of_variable): Same.
9807         (c_path_expr_of_child): Same.
9808         (get_type): Same.
9809         (c_value_of_variable): Same.
9810         (cplus_number_of_children): Same.
9811         (cplus_name_of_variable): Same.
9812         (cplus_path_expr_of_child): Same.
9813         (cplus_value_of_variable): Same.
9814         * jv-varobj.c (java_number_of_children): Same.
9815         (java_name_of_variable): Same.
9816         (java_path_expr_of_child): Same.
9817         (java_value_of_variable): Same.
9818         * varobj.c (number_of_children): Same.
9819         (name_of_variable): Same.
9820         (is_root_p): Same.
9821         (varobj_ensure_python_env): Same.
9822         (varobj_get_objname): Same.
9823         (varobj_get_expression): Same.
9824         (varobj_get_display_format): Same.
9825         (varobj_get_display_hint): Same.
9826         (varobj_has_more): Same.
9827         (varobj_get_thread_id): Same.
9828         (varobj_get_frozen): Same.
9829         (dynamic_varobj_has_child_method): Same.
9830         (varobj_get_gdb_type): Same.
9831         (is_path_expr_parent): Same.
9832         (varobj_default_is_path_expr_parent): Same.
9833         (varobj_get_language): Same.
9834         (varobj_get_attributes): Same.
9835         (varobj_is_dynamic_p): Same.
9836         (varobj_get_child_range): Same.
9837         (varobj_value_has_mutated): Same.
9838         (varobj_get_value_type): Same.
9839         (number_of_children): Same.
9840         (name_of_variable): Same.
9841         (check_scope): Same.
9842         (varobj_editable_p): Same.
9843         (varobj_value_is_changeable_p): Same.
9844         (varobj_floating_p): Same.
9845         (varobj_default_value_is_changeable_p): Same.
9846
9847 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9848
9849         * varobj.c (varobj_get_path_expr): Set var->path_expr.
9850         * c-varobj.c (c_path_expr_of_child): Set local var instead of
9851         child->path_expr.
9852         (cplus_path_expr_of_child): Same.
9853
9854 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9855
9856         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
9857         result.
9858         (mi_cmd_var_info_expression): Same.
9859         * varobj.c (varobj_get_expression): Mention in the comment that
9860         the result must by freed by the caller.
9861
9862 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9863
9864         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
9865         varobj_get_type.
9866         (varobj_update_one): Same.
9867         * varobj.c (update_type_if_necessary): Free curr_type_str and
9868         new_type_str.
9869         (varobj_get_type): Specify in comment that the result needs to be
9870         freed by the caller.
9871
9872 2015-01-29  Doug Evans  <dje@google.com>
9873
9874         PR symtab/17890
9875         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
9876
9877 2015-01-25  Mark Wielaard  <mjw@redhat.com>
9878
9879         * dwarf2read.c (checkproducer): Call producer_is_gcc.
9880         * utils.c (producer_is_gcc_ge_4): Likewise.
9881         (producer_is_gcc): New function.
9882         * utils.h (producer_is_gcc): New declaration.
9883
9884 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
9885
9886         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
9887         kind.
9888         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
9889         parameter by "addr_stack" parameter.
9890         (resolve_dynamic_range): Replace "addr" parameter by
9891         "stack_addr" parameter.  Update function documentation.
9892         Update code accordingly.
9893         (resolve_dynamic_array, resolve_dynamic_union)
9894         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
9895         (resolve_dynamic_type): Update code, following the changes made
9896         to resolve_dynamic_type_internal's interface.
9897         * dwarf2loc.h (struct property_addr_info): New.
9898         (dwarf2_evaluate_property): Replace "address" parameter
9899         by "addr_stack" parameter.  Adjust function documentation.
9900         (struct dwarf2_offset_baton): New.
9901         (struct dwarf2_property_baton): Update documentation of
9902         field "referenced_type" to be more general. New field
9903         "offset_info" in union data field.
9904         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
9905         parameter by "addr_stack" parameter.  Adjust code accordingly.
9906         Add support for PROP_ADDR_OFFSET properties.
9907         * dwarf2read.c (attr_to_dynamic_prop): Add support for
9908         DW_AT_data_member_location attributes as well.  Use case
9909         statements instead of if/else condition.
9910
9911 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
9912
9913         * ada-varobj.c (ada_varobj_get_array_number_of_children):
9914         Return zero if PARENT_VALUE is NULL and parent_type's
9915         range type is dynamic.
9916
9917 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
9918
9919         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
9920         nonzero if the type's subtype is dynamic.
9921         (resolve_dynamic_range): Also resolve the range's subtype.
9922
9923 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
9924
9925         Pushed by Joel Brobecker  <brobecker@adacore.com>.
9926         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
9927
9928 2015-01-27  Doug Evans  <dje@google.com>
9929
9930         * NEWS: Mention gdb.Objfile.username.
9931         * python/py-objfile.c (objfpy_get_username): New function.
9932         (objfile_getset): Add "username".
9933
9934 2015-01-24  Mark Wielaard  <mjw@redhat.com>
9935
9936         * stack.c (return_command): Markup warning message with _.
9937
9938 2015-01-24  Doug Evans  <xdje42@gmail.com>
9939
9940         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
9941
9942 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9943
9944         Fix 100x slowdown regression on DWZ files.
9945         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
9946         (struct line_header): Add offset and offset_in_dwz.
9947         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
9948         (free_line_header_voidp): New declaration.
9949         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
9950         functions.
9951         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
9952         (handle_DW_AT_stmt_list): Use line_header_hash.
9953         (free_line_header_voidp): New function.
9954         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
9955         (dwarf_decode_lines): New parameter decode_mapping, use it.
9956         (dwarf2_free_objfile): Free line_header_hash.
9957
9958 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
9959
9960         PR gdb/17416
9961         * valops.c (value_rtti_indirect_type): Catch exception thrown by
9962         value_ind.
9963
9964 2015-01-15  Mark Wielaard  <mjw@redhat.com>
9965
9966         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
9967         DW_AT_noreturn.
9968         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
9969         calling_convention an 8 bit bit field.
9970         (TYPE_NO_RETURN): New macro.
9971         * infcmd.c (finish_command): Query if function does not return
9972         normally.
9973         * stack.c (return_command): Likewise.
9974
9975 2015-01-23  Pedro Alves  <palves@redhat.com>
9976
9977         * linux-nat.c (linux_is_async_p): New macro.
9978         (linux_nat_is_async_p):
9979         (linux_nat_terminal_inferior): Check whether the target can async
9980         instead of whether it is already async.
9981         (linux_nat_terminal_ours): Don't check whether the target is
9982         async.
9983         (linux_async_pipe): Use linux_is_async_p.
9984
9985 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9986
9987         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
9988         '-ascending'.
9989         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
9990         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
9991         Sort tp_array using tp_array_compar.
9992         (_initialize_thread): Extend thread_apply_all_command help.
9993
9994 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9995
9996         * corelow.c (core_open): Call also thread_command.
9997         * gdbthread.h (thread_command): New prototype moved from ...
9998         * thread.c (thread_command): ... here.
9999         (thread_command): Make it global.
10000
10001 2015-01-22  Pedro Alves  <palves@redhat.com>
10002
10003         * configure.ac [*mingw32*]: Check $curses_found instead of
10004         $prefer_curses.
10005         * configure: Regenerate.
10006         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
10007         HAVE_NCURSES_NCURSES_H checks.
10008
10009 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
10010
10011         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
10012         fails with the 1st arg NULL, try again with "unknown".  Don't test
10013         the "cup" capability: it isn't supported by the Windows port of
10014         ncurses, but the Windows console driver is still capable of
10015         supporting TUI.
10016
10017 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10018
10019         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
10020
10021 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
10022
10023         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
10024         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
10025         reason that "make TAGS" is broken.
10026
10027 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
10028
10029         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
10030         and check additional store instructions.
10031
10032 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
10033
10034         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
10035
10036 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
10037
10038         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
10039         ppc_canonicalize_syscall, ppc_linux_syscall_record,
10040         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
10041         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
10042         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
10043         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
10044         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
10045         ppc_process_record_op19, ppc_process_record_op31,
10046         ppc_process_record_op59, ppc_process_record_op60,
10047         ppc_process_record_op63): Likewise.
10048
10049 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
10050
10051         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
10052         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
10053         strerror.
10054
10055 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
10056
10057         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
10058         ppc_process_record_op31, ppc_process_record_op59,
10059         ppc_process_record_op60, ppc_process_record_op63,
10060         ppc_process_record): Fix -Wformat warning.
10061         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
10062         Remove unused variables.
10063
10064 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
10065
10066         * MAINTAINERS (Write After Approval): Add "Chen Gang".
10067
10068 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
10069
10070         * configure.ac [*mingw32*]: Only add windows-termcap.o to
10071         CONFIG_OBS if not building with a curses library.
10072         * configure: Regenerate.
10073
10074         * windows-termcap.c: Include defs.h.  Make the whole body empty if
10075         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
10076         HAVE_NCURSES_NCURSES_H is defined.
10077
10078 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
10079
10080         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
10081         from end of line to start of next line.
10082
10083 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10084
10085         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
10086         Scan PLT stub backward for reverse debugging.
10087         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
10088
10089 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10090             Ulrich Weigand  <uweigand@de.ibm.com>
10091
10092         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
10093         gdb_target_obs.
10094         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
10095         record.
10096         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
10097         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
10098         (ppc_linux_init_abi): Set process_record, process_record_signal.
10099         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
10100         ppc_linux_record_tdep to gdbarch_tdep.
10101         (ppc_process_record): New declaration.
10102         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
10103         ppc_process_record_op19, ppc_process_record_op31,
10104         ppc_process_record_op59, ppc_process_record_op60,
10105         ppc_process_record_op63, ppc_process_record): New functions.
10106
10107 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10108
10109         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
10110         rs6000_in_function_epilogue_frame_p and add an argument
10111         for frame_info.
10112         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
10113         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
10114         New functions.
10115         (rs6000_epilogue_frame_unwind): New.
10116         (rs6000_gdbarch_init): Append epilogue unwinder.
10117
10118 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10119
10120         * nat/linux-personality.c: Replace "#ifndef
10121         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
10122         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
10123         systems.
10124
10125 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
10126
10127         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
10128         functions.
10129         (_initialize_tui_win) <border-kind, border-mode>:
10130         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
10131         (tui_set_tab_width_command): Fix the commentary.
10132
10133         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
10134
10135         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
10136         Doc fix.
10137         (tui_set_tab_width_command): Delete and recreate the source and
10138         the disassembly windows, to show the effect of the changed tab
10139         size immediately.
10140
10141         * tui/tui-data.h (LINE_PREFIX): Make shorter
10142         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
10143         "Thread NNNNN.XXXX" thread ID notation on Windows.
10144
10145 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10146
10147         Fix gcc-5 compilation.
10148         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
10149
10150 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
10151
10152         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
10153         (linux-personality.o): New rule.
10154         * common/common-defs.h: Include <stdint.h>.
10155         * config/aarch64/linux.mh (NATDEPFILES): Include
10156         linux-personality.o.
10157         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
10158         * config/arm/linux.mh (NATDEPFILES): Likewise.
10159         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10160         * config/i386/linux.mh (NATDEPFILES): Likewise.
10161         * config/ia64/linux.mh (NATDEPFILES): Likewise.
10162         * config/m32r/linux.mh (NATDEPFILES): Likewise.
10163         * config/m68k/linux.mh (NATDEPFILES): Likewise.
10164         * config/mips/linux.mh (NATDEPFILES): Likewise.
10165         * config/pa/linux.mh (NATDEPFILES): Likewise.
10166         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
10167         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
10168         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
10169         * config/s390/linux.mh (NATDEPFILES): Likewise.
10170         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
10171         * config/sparc/linux.mh (NATDEPFILES): Likewise.
10172         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
10173         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
10174         * defs.h: Remove #include <stdint.h> (moved to
10175         common/common-defs.h).
10176         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
10177         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
10178         nat/linux-personality.c).
10179         (linux_nat_create_inferior): Remove code to disable address space
10180         randomization (moved to nat/linux-personality.c).  Create cleanup
10181         to disable address space randomization.
10182         * nat/linux-personality.c: New file.
10183         * nat/linux-personality.h: Likewise.
10184
10185 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
10186
10187         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
10188         common/posix-strerror.c.
10189         (posix-strerror.o): New rule.
10190         (mingw-strerror.o): Likewise.
10191         * common/common-utils.h (safe_strerror): Move prototype to here,
10192         from utils.h.
10193         * common/common.host: New file.
10194         * common/mingw-strerror.c: Likewise.
10195         * common/posix-strerror.c: Likewise.
10196         * configure: Regenerated.
10197         * configure.ac: Source common/common.host.  Add variable
10198         common_host_obs to gdb_host_obs.
10199         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
10200         gdb/common/posix-strerror.c when warning about the use of
10201         strerror.
10202         * mingw-hdep.c (safe_strerror): Remove definition; move it to
10203         common/mingw-strerror.c.
10204         * posix-hdep.c (safe_strerror): Remove definition; move it to
10205         common/posix-hdep.c.
10206         * utils.h (safe_strerror): Remove prototype; move to
10207         common/common-utils.h.
10208
10209 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
10210
10211         GDB 7.8.2 released.
10212
10213 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
10214
10215         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
10216         ___XA type if the array has already been fixed.
10217
10218 2015-01-14  Yao Qi  <yao@codesourcery.com>
10219
10220         * Makefile.in (ppc-linux.o): New rule.
10221         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
10222         * configure.ac: AC_CHECK_FUNCS(getauxval).
10223         * config.in: Re-generated.
10224         * configure: Re-generated.
10225         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
10226         Declare.
10227         * nat/ppc-linux.c: New file.
10228         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
10229         Call ppc64_64bit_inferior_p.
10230
10231 2015-01-14  Yao Qi  <yao@codesourcery.com>
10232
10233         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
10234         nat/ppc-linux.h.
10235         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
10236         (PPC_FEATURE_HAS_DFP): Likewise.
10237         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
10238         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
10239         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
10240         Include "nat/ppc-linux.h".
10241         * nat/ppc-linux.h: New file.
10242         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
10243
10244 2015-01-14  Pedro Alves  <palves@redhat.com>
10245
10246         PR gdb/17525
10247         * breakpoint.c: Include "interps.h".
10248         (bpstat_do_actions_1): Also check whether the interpreter is
10249         async.
10250
10251 2015-01-14  Pedro Alves  <palves@redhat.com>
10252
10253         PR cli/17828
10254         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
10255         reinstall if the interpreter is sync.
10256
10257 2015-01-13  Doug Evans  <dje@google.com>
10258
10259         * objfiles.c (objfile_filename): New function.
10260         * objfiles.h (objfile_filename): Declare it.
10261         (objfile_name): Add function comment.
10262         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
10263         bfd file name (which may be realpath'd), and the original name.
10264
10265 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10266
10267         * NEWS: Create a new section for the next release branch.
10268         Rename the section of the current branch, now that it has
10269         been cut.
10270
10271 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10272
10273         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
10274         * version.in: Bump version to 7.9.50.DATE-cvs.
10275
10276 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10277
10278         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
10279         Remove trailing new-line in argument of call to warning.
10280
10281 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10282
10283         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
10284         new-line in argument of call to "warning".
10285
10286 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10287
10288         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
10289         in static block, then try searching for primitive types.
10290
10291 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
10292
10293         * top.h (gdb_add_history): Declare.
10294         * top.c (command_count): New variable.
10295         (gdb_add_history): New function.
10296         (gdb_safe_append_history): New static function.
10297         (quit_force): Call it.
10298         (command_line_input): Use gdb_add_history instead of
10299         add_history.
10300         * event-top.c (command_line_handler): Likewise.
10301
10302 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
10303
10304         PR gdb/17046
10305         * darwin-nat.c: Replace <machine/setjmp.h> #include by
10306         <setjmp.h> #include.
10307
10308 2015-01-11  Doug Evans  <xdje42@gmail.com>
10309
10310         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
10311
10312 2015-01-11  Doug Evans  <xdje42@gmail.com>
10313
10314         PR gdb/15830
10315         * NEWS: The "maint demangle" command is renamed as "demangle".
10316         * demangle.c: #include cli/cli-utils.h, language.h.
10317         (demangle_command): New function.
10318         (_initialize_demangle): Add new command "demangle".
10319         * maint.c (maintenance_demangle): Stub out.
10320         (_initialize_maint_cmds): Update help text for "maint demangle",
10321         and mark as deprecated.
10322
10323 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
10324
10325         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
10326         inferior_thread is a function.
10327
10328 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
10329
10330         * Makefile.in (.y.c): Don't munge yacc's #line
10331         directives.
10332
10333 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
10334
10335         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
10336         to prompt for input.
10337         * tui/tui-hooks.c (tui_query_hook): Remove.
10338         (tui_install_hooks): Don't set deprecated_query_hook.
10339         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
10340         height calculation.  Always update the command window's cur_line.
10341
10342 2015-01-09  Pedro Alves  <palves@redhat.com>
10343
10344         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
10345         function.
10346         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
10347         declaration.
10348         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
10349         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
10350         stop_reason.
10351         (check_stopped_by_watchpoint): New function.
10352         (save_sigtrap): Reimplement.
10353         (linux_nat_stopped_by_watchpoint): Adjust.
10354         (linux_nat_lp_status_is_event): Delete.
10355         (stop_wait_callback): Only call save_sigtrap after storing the
10356         pending status.
10357         (status_callback): If the thread had been stopped for a breakpoint
10358         that has since been removed, discard the event and resume the LWP.
10359         (count_events_callback, select_event_lwp_callback): Use
10360         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
10361         (cancel_breakpoint): Rename to ...
10362         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
10363         stopped for a software breakpoint or hardware breakpoint.
10364         (select_event_lwp): Only give preference to the stepping LWP in
10365         all-stop mode.  Adjust comments.
10366         (stop_and_resume_callback): Remove references to new_pending_p.
10367         (linux_nat_filter_event): Likewise.  Leave exit events of the
10368         leader thread pending here.  Handle signal short circuiting here.
10369         Only call save_sigtrap after storing the pending waitstatus.
10370         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
10371         new_pending.  Don't handle leaving events the caller is not
10372         interested in pending here, nor handle signal short-circuiting
10373         here.  Also give equal priority to all LWPs that have had events
10374         in non-stop mode.  If reporting a software breakpoint event,
10375         unadjust the LWP's PC.
10376         * linux-nat.h (enum lwp_stop_reason): New.
10377         (struct lwp_info) <stop_pc>: New field.
10378         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
10379         (struct lwp_info) <stop_reason>: New field.
10380         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10381
10382 2015-01-09  Pedro Alves  <palves@redhat.com>
10383
10384         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
10385         Set the LWP's 'resumed' flag.
10386
10387 2015-01-09  Pedro Alves  <palves@redhat.com>
10388
10389         * linux-nat.c (linux_resume_one_lwp): New function.
10390         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
10391         (linux_nat_resume): Use lwp_status_pending_p and
10392         linux_resume_one_lwp.
10393         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
10394         (linux_handle_extended_wait): Use linux_resume_one_lwp.
10395         (status_callback, running_callback): Use lwp_status_pending_p.
10396         (lwp_status_pending_p): New function.
10397         (stop_and_resume_callback): Use lwp_status_pending_p.
10398         (linux_nat_filter_event): Use linux_resume_one_lwp.
10399         (linux_nat_wait_1): Always use status_callback to look for an LWP
10400         with a pending status.  Use linux_resume_one_lwp.
10401         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
10402         linux_resume_one_lwp.
10403
10404 2015-01-09  Pedro Alves  <palves@redhat.com>
10405
10406         * breakpoint.c (bp_location_inserted_here_p): New function,
10407         factored out from ...
10408         (breakpoint_inserted_here_p): ... here.  Use
10409         ALL_BP_LOCATIONS_AT_ADDR.
10410         (software_breakpoint_inserted_here_p): Use
10411         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
10412
10413 2014-01-09  Pedro Alves  <palves@redhat.com>
10414
10415         Skip enabling event reporting if the kernel supports
10416         PTRACE_EVENT_CLONE.
10417         * linux-thread-db.c: Include "nat/linux-ptrace.h".
10418         (thread_db_use_events): New function.
10419         (try_thread_db_load_1): Check thread_db_use_events before enabling
10420         event reporting.
10421         (update_thread_state): New function.
10422         (attach_thread): Use it.  Check thread_db_use_events before
10423         enabling event reporting.
10424         (thread_db_detach): Check thread_db_use_events before disabling
10425         event reporting.
10426         (find_new_threads_callback): Check thread_db_use_events before
10427         enabling event reporting.  Update the thread's state if not using
10428         libthread_db events.
10429
10430 2015-01-09  Pedro Alves  <palves@redhat.com>
10431
10432         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
10433         about to wait for is > 0.
10434         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
10435         the kernel thread ID is -1.
10436
10437 2015-01-09  Pedro Alves  <palves@redhat.com>
10438
10439         * linux-nat.c (attach_proc_task_lwp_callback): New function.
10440         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
10441         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
10442         ptrace option flags.
10443         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
10444         field.
10445         * nat/linux-procfs.c: Include <dirent.h>.
10446         (linux_proc_get_int): New parameter "warn".  Handle it.
10447         (linux_proc_get_tgid): Adjust.
10448         (linux_proc_get_tracerpid): Rename to ...
10449         (linux_proc_get_tracerpid_nowarn): ... this.
10450         (linux_proc_pid_get_state): New function, factored out from
10451         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
10452         and handle it.
10453         (linux_proc_pid_is_gone): New function.
10454         (linux_proc_pid_is_stopped): Adjust.
10455         (linux_proc_pid_is_zombie_maybe_warn)
10456         (linux_proc_pid_is_zombie_nowarn): New functions.
10457         (linux_proc_pid_is_zombie): Use
10458         linux_proc_pid_is_zombie_maybe_warn.
10459         (linux_proc_attach_tgid_threads): New function.
10460         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
10461         (linux_proc_get_tracerpid): Rename to ...
10462         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
10463         (linux_proc_pid_is_gone): New declaration.
10464         (linux_proc_pid_is_zombie): Update comment.
10465         (linux_proc_pid_is_zombie_nowarn): New declaration.
10466         (linux_proc_attach_lwp_func): New typedef.
10467         (linux_proc_attach_tgid_threads): New declaration.
10468         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
10469         use nowarn functions.
10470         (linux_ptrace_attach_fail_reason_string): Move here from
10471         gdbserver/linux-low.c and rename.
10472         (ptrace_supports_feature): If the current ptrace options are not
10473         known yet, check them now, instead of asserting.
10474         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
10475         Declare.
10476
10477 2015-01-09  Pedro Alves  <palves@redhat.com>
10478
10479         * linux-thread-db.c (thread_db_find_new_threads_silently)
10480         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
10481         (find_new_threads_once): Print debug output on gdb_stdlog.
10482
10483 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
10484             Pedro Alves  <palves@redhat.com>
10485
10486         * compile/compile.c: Include "gdb_wait.h".
10487         (do_rmdir): Check return value, and free 'zap'.
10488
10489 2015-01-08  Pedro Alves  <palves@redhat.com>
10490             Yao Qi  <yao@codesourcery.com>
10491
10492         * dwarf2loc.c (indirect_pieced_value): Don't call
10493         gdb_sign_extend.  Call extract_signed_integer instead.
10494         * utils.c (gdb_sign_extend): Remove.
10495         * utils.h (gdb_sign_extend): Remove declaration.
10496
10497 2015-01-07  Pierre Muller  <muller@sourceware.org>
10498
10499         PR symtab/17811
10500         * stabsread.c (define_symbol): Set language for C++ special symbols.
10501
10502 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
10503
10504         * inflow.c (initial_gdb_ttystate): Tweak comment.
10505
10506 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
10507
10508         * inflow.c (set_initial_gdb_ttystate): Add empty line after
10509         comment documenting function.
10510
10511 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
10512
10513         * terminal.h (set_initial_gdb_ttystate): Declare.
10514         * inflow.c (initial_gdb_ttystate): New static variable.
10515         (set_initial_gdb_ttystate): New setter.
10516         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
10517         instead of our current terminal state.
10518         * top.c (gdb_init): Call set_initial_gdb_ttystate.
10519
10520 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
10521
10522         * guile/scm-type.c (tyscm_array_1): Add comment.
10523         * python/py-type.c (typy_array_1): Add comment.
10524
10525 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
10526
10527         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
10528         error if N2 is equal to N1 - 1.
10529
10530 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
10531
10532         * python/py-type.c (typy_array_1): Do not raise negative-length
10533         exception if N2 is equal to N1 - 1.
10534
10535 2015-01-03  Doug Evans  <xdje42@gmail.com>
10536
10537         * c-exp.y: Whitespace cleanup.
10538         (classify_inner_name): Remove extra ;.
10539
10540 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
10541
10542         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
10543         offset signed.
10544
10545 2015-01-02  Doug Evans  <dje@google.com>
10546
10547         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
10548
10549 2015-01-02  Doug Evans  <dje@google.com>
10550
10551         * symtab.h (struct symbol): Fix typo in comment.
10552
10553 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
10554
10555         Update year range in copyright notice of all files.
10556
10557 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
10558
10559         * top.c (print_gdb_version): Update copyright year to 2015.
10560
10561 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
10562
10563         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
10564
10565 For older changes see ChangeLog-2014.
10566 \f
10567 Local Variables:
10568 mode: change-log
10569 left-margin: 8
10570 fill-column: 74
10571 version-control: never
10572 coding: utf-8
10573 End: