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