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