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