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