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