Fix one heap buffer overflow in aarch64_push_dummy_call
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-12-17 Yao Qi <yao.qi@linaro.org>
2
3 * aarch64-tdep.c (struct stack_item_t): Update comments.
4 (pass_on_stack): Set item.data to NULL.
5 (aarch64_push_dummy_call): Call write_memory if si->data
6 isn't NULL.
7
8 2015-12-16 Pedro Alves <palves@redhat.com>
9
10 * configure.ac (compiler warning flags): When testing a
11 -Wno-foo option, check whether -Wfoo works instead.
12 * configure: Regenerate.
13
14 2015-12-16 Pedro Alves <palves@redhat.com>
15
16 * common/vec.h (vec_offset): New macro.
17 (DEF_VEC_ALLOC_FUNC_I, DEF_VEC_ALLOC_FUNC_O): Use it instead of
18 offsetof.
19
20 2015-12-11 Don Breazeal <donb@codesourcery.com>
21
22 * NEWS: Announce fork and exec event support for target remote.
23
24 2015-12-11 Don Breazeal <donb@codesourcery.com>
25
26 * inferior.c (number_of_live_inferiors): New function.
27 (have_live_inferiors): Use number_of_live_inferiors in place
28 of duplicate code.
29 * inferior.h (number_of_live_inferiors): Declare new function.
30 * remote.c (set_general_process): Remove restriction on target
31 remote mode.
32 (remote_query_supported): Likewise.
33 (remote_detach_1): Exit in target remote mode only when there
34 is just one live inferior left.
35 (remote_disconnect): Unpush the target directly instead of
36 calling remote_mourn.
37 (remote_kill): Rewrite function to handle both target remote
38 and extended-remote. Call remote_kill_k.
39 (remote_kill_k): New function.
40 (extended_remote_kill): Delete function.
41 (remote_mourn, extended_remote_mourn): Combine functions into
42 one, remote_mourn, and enable extended functionality for target
43 remote.
44 (remote_pid_to_str): Enable "process" style ptid string for
45 target remote.
46 (remote_supports_multi_process): Remove restriction on target
47 remote mode.
48
49 2015-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * i386-tdep.c (i386_mpx_info_bounds): Use TYPE_LENGTH.
52 (i386_mpx_set_bounds): Likewise.
53 * solib-darwin.c (darwin_load_image_infos): Likewise.
54 (darwin_solib_read_all_image_info_addr): Likewise.
55
56 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * cli/cli-cmds.c (_initialize_cli_cmds): Extend help text for
59 'list' command.
60
61 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * cli/cli-cmds.c (list_command): Add an error when trying to use
64 '-' to scan read off the start of the source file.
65
66 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 * cli/cli-cmds.c (list_command): Check that the argument string is
69 a single character, either '+' or '-'.
70
71 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * cli/cli-cmds.c (list_command): Move all handling of +/-
74 arguments into a single if block.
75
76 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 * cli/cli-cmds.c (list_command): Use NULL instead of 0 when
79 checking pointers.
80
81 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * source.c (lines_to_list): Make static.
84
85 2015-12-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
86
87 * linux-thread-db.c (find_new_threads_callback): Use record_thread.
88
89 2015-12-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
90
91 * breakpoint.c (remove_thread_event_breakpoints): Remove.
92 * breakpoint.h (remove_thread_event_breakpoints): Remove
93 declaration.
94 * linux-nat.c (in_pid_list_p): Remove.
95 (lin_lwp_attach_lwp): Remove.
96 * linux-nat.h (lin_lwp_attach_lwp): Remove declaration.
97 * linux-thread-db.c (thread_db_use_events): Remove.
98 (struct thread_db_info) <td_create_bp_addr>: Remove.
99 <td_death_bp_addr>: Likewise.
100 <td_ta_event_addr_p>: Likewise.
101 <td_ta_set_event_p>: Likewise.
102 <td_ta_clear_event_p>: Likewise.
103 <td_ta_event_getmsg_p>: Likewise.
104 <td_thr_event_enable_p>: Likewise.
105 (attach_thread): Likewise.
106 (detach_thread): Likewise.
107 (have_threads_callback): Likewise.
108 (have_threads): Likewise.
109 (enable_thread_event): Likewise.
110 (enable_thread_event_reporting): Likewise.
111 (try_thread_db_load_1): Remove td_ta_event_addr, td_ta_set_event,
112 td_ta_clear_event, td_ta_event_getmsg, td_thr_event_enable
113 initializations.
114 (try_thread_db_load_1): Remove enable_thread_event_reporting call.
115 (disable_thread_event_reporting): Remove.
116 (record_thread): Adapt to thread_db_use_event removal.
117 (detach_thread): Remove.
118 (thread_db_detach): Adapt to thread_db_use_event removal.
119 (check_event): Remove.
120 (thread_db_wait): Adapt to thread events support removal.
121 (thread_db_mourn_inferior): Likewise.
122 (find_new_threads_callback): Likewise.
123 (find_new_threads_once): Likewise.
124 (thread_db_update_thread_list): Likewise.
125
126 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * dwarf2read.c (dwarf2_ranges_read): Unify and fix base address
129 reading code.
130
131 2015-12-09 Kevin Buettner <kevinb@redhat.com>
132
133 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Perform a pointer
134 to address conversion for DWARF_VALUE_MEMORY.
135
136 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
137
138 * gdb/mi/mi-cmd-var.c (mi_parse_format): Handle new "zero-hexadecimal"
139 format.
140 * gdb/varobj.c (varobj_format_string): Add "zero-hexadecimal" entry.
141 (format_code): Add 'z' entry.
142 (varobj_set_display_format): Handle FORMAT_ZHEXADECIMAL.
143 * gdb/varobj.h (varobj_display_formats) <FORMAT_ZHEXADECIMAL>: New enum
144 field.
145 * NEWS: Add new note to MI changes citing the new zero-hexadecimal
146 format for -var-set-format.
147
148 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com> (tiny patch)
149
150 PR gdb/18702
151 * configure.host: Fix detection of x86_64 host when setting
152 floatformats.
153
154 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
155
156 * NEWS: Announce this enhancement and the corresponding new
157 option.
158
159 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
160
161 * ada-lang.c (print_signatures): New.
162 (ada_print_symbol_signature): New.
163 (user_select_syms): Add signatures to the output of candidate
164 symbols using ada_print_symbol_signature.
165 (_initialize_ada_language): Add a "set/show ada
166 print-signatures" boolean option.
167
168 2015-12-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
169
170 * MAINTAINERS (Write After Approval): Add Andreas Arnez.
171
172 2015-12-06 Mike Stump <mikestump@comcast.net>
173 Joel Brobecker <brobecker@adacore.com>
174
175 * Makefile.in (TAGS): Replace i386-nat.h by x86-nat.h.
176 * x86-nat.c: Replace remaining references to i386-nat
177 by reference to x86-nat instead.
178
179 2015-12-05 Joel Brobecker <brobecker@adacore.com>
180
181 GDB 7.10.1 released.
182
183 2015-12-01 Ulrich Weigand <uweigand@de.ibm.com>
184
185 * remote.c (remote_parse_stop_reply): Avoid GCC 4.1 "operation
186 may be undefined" warning.
187
188 2015-12-01 Ulrich Weigand <uweigand@de.ibm.com>
189
190 * remote.c (remote_newthread_step): Initialize item.name.
191 (remote_get_threads_with_qthreadinfo): Likewise.
192
193 2015-11-30 Pedro Alves <palves@redhat.com>
194
195 PR 14618
196 * NEWS (New remote packets): Mention the N stop reply.
197 * remote.c (remote_protocol_features): Add "no-resumed" entry.
198 (remote_query_supported): Report no-resumed+ support.
199 (remote_parse_stop_reply): Handle 'N'.
200 (process_stop_reply): Handle TARGET_WAITKIND_NO_RESUMED.
201 (remote_wait_as): Handle 'N' / TARGET_WAITKIND_NO_RESUMED.
202 (_initialize_remote): Register "set/show remote
203 no-resumed-stop-reply" commands.
204
205 2015-11-30 Pedro Alves <palves@redhat.com>
206
207 PR 14618
208 * infrun.c (handle_no_resumed): New function.
209 (handle_inferior_event_1) <TARGET_WAITKIND_NO_RESUMED>: Defer to
210 handle_no_resumed.
211
212 2015-11-30 Pedro Alves <palves@redhat.com>
213
214 * NEWS (New commands): Mention "set/show remote thread-events"
215 commands.
216 (New remote packets): Mention thread created/exited stop reasons
217 and QThreadEvents packet.
218 * infrun.c (disable_thread_events): New function.
219 (stop_all_threads): Disable/enable thread create/exit events.
220 Handle TARGET_WAITKIND_THREAD_EXITED.
221 (handle_inferior_event_1): Handle TARGET_WAITKIND_THREAD_CREATED
222 and TARGET_WAITKIND_THREAD_EXITED.
223 * remote.c (remove_child_of_pending_fork): Also remove threads of
224 threads that have TARGET_WAITKIND_THREAD_EXITED events.
225 (remote_parse_stop_reply): Handle "create" magic register. Handle
226 'w' stop reply.
227 (initialize_remote): Install remote_thread_events as
228 to_thread_events target hook.
229 (remote_thread_events): New function.
230 * target-delegates.c: Regenerate.
231 * target.c (target_thread_events): New function.
232 * target.h (struct target_ops) <to_thread_events>: New field.
233 (target_thread_events): Declare.
234 * target/waitstatus.c (target_waitstatus_to_string): Handle
235 TARGET_WAITKIND_THREAD_CREATED and TARGET_WAITKIND_THREAD_EXITED.
236 * target/waitstatus.h (enum target_waitkind)
237 <TARGET_WAITKIND_THREAD_CREATED, TARGET_WAITKIND_THREAD_EXITED):
238 New values.
239
240 2015-11-30 Pedro Alves <palves@redhat.com>
241
242 * NEWS (New remote packets): Mention vCtrlC.
243 * remote.c (PACKET_vCtrlC): New enum value.
244 (async_remote_interrupt): Call target_interrupt instead of
245 target_stop.
246 (remote_interrupt_as): Remove 'ptid' parameter.
247 (remote_interrupt_ns): New function.
248 (remote_stop): Adjust.
249 (remote_interrupt): If the target is in non-stop mode, try
250 interrupting with vCtrlC.
251 (initialize_remote): Install set remote ctrl-c packet.
252
253 2015-11-30 Pedro Alves <palves@redhat.com>
254
255 * remote.c (struct remote_state) <remote_watch_data_address,
256 stop_reason>: Delete fields.
257 (struct private_thread_info) <stop_reason, watch_data_address>:
258 New fields.
259 (resume_clear_thread_private_info): New function.
260 (append_pending_thread_resumptions): Call it.
261 (remote_resume): Clear all threads' private info.
262 (process_stop_reply): Adjust.
263 (remote_wait_as): Don't reference remote_state's stop_reason
264 field.
265 (remote_stopped_by_sw_breakpoint)
266 (remote_stopped_by_hw_breakpoint, remote_stopped_by_watchpoint)
267 (remote_stopped_data_address): Adjust to refer get data from the
268 current thread.
269
270 2015-11-30 Pedro Alves <palves@redhat.com>
271
272 * infcmd.c (attach_post_wait): If the target is always in non-stop
273 mode, and the UI is in all-stop mode, stop all threads and pick
274 the one with lowest number as current.
275
276 2015-11-30 Pedro Alves <palves@redhat.com>
277
278 * gdbthread.h (switch_to_thread_no_regs): Declare.
279 * infcmd.c (setup_inferior): New function, factored out from ...
280 (attach_command_post_wait): ... this. Rename to ...
281 (attach_post_wait): ... this. Replace parameter async_exec with
282 attach_post_wait_mode parameter. Adjust.
283 (enum attach_post_wait_mode): New enum.
284 (struct attach_command_continuation_args): Replace 'async_exec'
285 field with 'mode' field.
286 (attach_command_continuation): Adjust.
287 (attach_command): Add comment. Mark the inferior as needing
288 setup. Adjust to use enum attach_post_wait_mode.
289 (notice_new_inferior): Use switch_to_thread_no_regs. Adjust to
290 use enum attach_post_wait_mode.
291 * inferior.h (setup_inferior): Declare.
292 (struct inferior) <needs_setup>: New field.
293 * infrun.c (set_last_target_status): Make extern.
294 (stop_all_threads): Make extern. Setup inferior, if necessary.
295 * infrun.h (set_last_target_status, stop_all_threads): Declare.
296 * remote-notif.c (remote_async_get_pending_events_handler)
297 (handle_notification): Replace non_stop checks with
298 target_is_non_stop_p() checks.
299 * remote.c (remote_notice_new_inferior): Remove non_stop check.
300 (remote_update_thread_list): Replace non_stop check with
301 target_is_non_stop_p() check.
302 (print_one_stopped_thread): New function.
303 (process_initial_stop_replies): New 'from_tty' parameter.
304 "Notice" all new live inferiors after storing initial stops as
305 pending status in each corresponding thread. If all-stop, stop
306 all threads, try picking a signalled thread as current, and print
307 the status of that one thread. Record the last target status.
308 (remote_start_remote): Replace non_stop checks with
309 target_is_non_stop_p() checks. Don't query for the remote current
310 thread of use qOffsets here. Pass from_tty to
311 process_initial_stop_replies.
312 (extended_remote_attach): Replace non_stop checks with
313 target_is_non_stop_p() checks.
314 (extended_remote_post_attach): Send qOffsets here.
315 (remote_vcont_resume, remote_resume, remote_stop)
316 (remote_interrupt, remote_parse_stop_reply, remote_wait): Replace
317 non_stop checks with target_is_non_stop_p() checks.
318 (remote_async): If target is non-stop, mark/clear the pending
319 events token.
320 * thread.c (switch_to_thread_no_regs): New function.
321
322 2015-11-30 Pedro Alves <palves@redhat.com>
323
324 * gdb.mi/mi-nonstop.exp: Append "set non-stop on" to GDBFLAGS
325 instead of issuing "-gdb-set non-stop 1" after starting gdb.
326 Use mi_is_target_remote instead of checking "is_remote target".
327 * lib/gdb.exp (gdb_is_target_remote): Rename to ...
328 (gdb_is_target_remote_prompt): ... this, and add 'prompt_regexp'
329 parameter.
330 (gdb_is_target_remote): Reimplement.
331 * lib/mi-support.exp (mi_is_target_remote): New procedure.
332
333 2014-11-28 Pedro Alves <palves@redhat.com>
334
335 * cp-name-parser.y (conversion_op): Use
336 DEMANGLE_COMPONENT_CONVERSION instead of DEMANGLE_COMPONENT_CAST.
337
338 2015-11-27 Simon Marchi <simon.marchi@ericsson.com>
339
340 * remote.c (start_thread): Add cast.
341
342 2015-11-27 Yao Qi <yao.qi@linaro.org>
343
344 * nat/aarch64-linux-hw-point.c (aarch64_dr_state_remove_one_point):
345 Don't assert on alignment.
346 (aarch64_handle_breakpoint): Only check alignment when IS_INSERT
347 is true.
348
349 2015-11-27 Yao Qi <yao.qi@linaro.org>
350
351 * aarch64-tdep.c (is_hfa): Rename to ...
352 (is_hfa_or_hva): ... this. Handle vector type. All callers
353 updated.
354 (aarch64_extract_return_value): Update debugging message.
355 (aarch64_store_return_value): Likewise.
356 (aarch64_return_in_memory): Update comments.
357
358 2015-11-27 Yao Qi <yao.qi@linaro.org>
359
360 * aarch64-tdep.c (aarch64_type_align): For vector type, return
361 its length, but with the maximum of 16 bytes.
362 (is_hfa): Return zero for vector type.
363 (aarch64_push_dummy_call): Handle short vectors.
364 (aarch64_extract_return_value): Likewise.
365 (aarch64_store_return_value): Likewise.
366
367 2015-11-26 Daniel Colascione <dancol@dancol.org>
368 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
369
370 * linux-nat.c (linux_nat_thread_name): Replace implementation by call
371 to linux_proc_tid_get_name.
372 * nat/linux-procfs.c (linux_proc_tid_get_name): New function,
373 implementation inspired by linux_nat_thread_name.
374 * nat/linux-procfs.h (linux_proc_tid_get_name): New declaration.
375 * remote.c (struct private_thread_info) <name>: New field.
376 (free_private_thread_info): Free name field.
377 (remote_thread_name): New function.
378 (thread_item_t) <name>: New field.
379 (clear_threads_listing_context): Free name field.
380 (start_thread): Get name xml attribute.
381 (thread_attributes): Add "name" attribute.
382 (remote_update_thread_list): Copy name field.
383 (init_remote_ops): Assign remote_thread_name callback.
384 * target.h (target_thread_name): Update comment.
385 * NEWS: Mention remote thread name support.
386
387 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
388
389 * linux-nat.c (linux_nat_thread_name): Constify return value.
390 * target.h (struct target_ops) <to_thread_name>: Likewise.
391 (target_thread_name): Likewise.
392 * target.c (target_thread_name): Likewise.
393 * target-delegates.c (debug_thread_name): Regenerate.
394 * python/py-infthread.c (thpy_get_name): Constify local variables.
395 * thread.c (print_thread_info): Likewise.
396 (thread_find_command): Likewise.
397
398 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
399
400 PR 19297
401 * btrace.c (btrace_enable): Check whether HAVE_LIBIPT is defined.
402
403 2015-11-24 Pedro Alves <palves@redhat.com>
404
405 * NEWS: Mention that a few "info" commands now list the
406 corresponding items in ascending ID order.
407
408 2015-11-24 Pedro Alves <palves@redhat.com>
409
410 PR 17539
411 * printcmd.c (display_command): Append new display at the end of
412 the list.
413
414 2015-11-24 Pedro Alves <palves@redhat.com>
415
416 PR 17539
417 * printcmd.c (display_command): Append new display at the end of
418 the list.
419
420 2015-11-24 Pedro Alves <palves@redhat.com>
421
422 PR 17539
423 * inferior.c (add_inferior_silent): Append the new inferior to the
424 end of the list.
425 * progspace.c (add_program_space): Append the new pspace to the
426 end of the list.
427 * thread.c (new_thread): Append the new thread to the end of the
428 list.
429
430 2015-11-24 Pedro Alves <palves@redhat.com>
431
432 * linux-tdep.c (find_stop_signal): Delete.
433 (struct linux_corefile_thread_data) <pid>: Remove field.
434 (linux_corefile_thread_callback): Rename to ...
435 (linux_corefile_thread): ... this. Now takes a struct
436 linux_corefile_thread_data pointer rather than a void pointer.
437 Remove thread state and thread pid checks.
438 (linux_make_corefile_notes): Prefer dumping the signalled thread
439 first. Use ALL_NON_EXITED_THREADS instead of
440 iterate_over_threads.
441
442 2015-11-23 Par Olsson <par.olsson@windriver.com>
443
444 * breakpoint.c (tracepoint_print_recreate): Fix logic error
445 if -> else if.
446
447 2015-11-23 Kevin Buettner <kevinb@redhat.com>
448
449 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Scan backwards
450 over all zero-sized symbols.
451
452 2015-11-23 Joel Brobecker <brobecker@adacore.com>
453
454 * stack.c (print_frame_local_vars): Temporarily set the selected
455 frame to FRAME while printing the frame's local variables.
456
457 2015-11-23 Joel Brobecker <brobecker@adacore.com>
458
459 * amd64-windows-tdep.c (amd64_windows_frame_decode_epilogue):
460 Increment PC in while loop skipping "pop reg" instructions.
461
462 2015-11-23 Joel Brobecker <brobecker@adacore.com>
463
464 * arm-tdep.c (arm_exidx_unwind_sniffer): Do not check for a frame
465 stuck on a system call if the given frame is the innermost frame.
466
467 2015-11-23 Joel Brobecker <brobecker@adacore.com>
468
469 * dwarf2read.c (read_structure_type): Set the type's length
470 to zero if it has a DW_AT_byte_size attribute which is not
471 a constant.
472
473 2015-11-23 Tristan Gingold <gingold@adacore.com>
474
475 * darwin-nat.c (darwin_ptrace): Avoid a cast.
476 (darwin_resume_thread): Ditto. And always set or reset
477 single step.
478
479 2015-11-23 Tristan Gingold <gingold@adacore.com>
480
481 * darwin-nat.c (darwin_read_dyld_info): Write address in
482 big-endian order.
483 * solib-darwin.c (darwin_validate_exec_header): New function,
484 extracted from...
485 (darwin_read_exec_load_addr_from_dyld): ...here.
486 (darwin_read_exec_load_addr_at_init): New function.
487 (darwin_solib_read_all_image_info_addr): Adjust after
488 darwin_read_dyld_info change.
489 (darwin_solib_create_inferior_hook): Support PIE.
490
491 2015-11-23 Tristan Gingold <gingold@adacore.com>
492
493 * darwin-nat.c (darwin_ptrace): Add a cast to fix warning.
494 (darwin_resume, cancel_breakpoint, _initialize_darwin_inferior):
495 Likewise.
496 (darwin_read_write_inferior): Rewrite using mach_vm_read_overwrite.
497
498 2015-11-19 Don Breazeal <donb@codesourcery.com>
499
500 * target.c (read_memory_robust): Call read_whatever_is_readable
501 with arguments in the correct order.
502
503 2015-11-19 Pedro Alves <palves@redhat.com>
504
505 * remote.c (remote_query_supported): Send the "xmlRegisters="
506 feature last.
507
508 2015-11-19 Simon Marchi <simon.marchi@ericsson.com>
509
510 * nat/aarch64-linux-hw-point.c (aarch64_linux_set_debug_regs): Change
511 form of iov_len computation.
512
513 2015-11-19 Pedro Alves <palves@redhat.com>
514
515 * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
516 mode.
517 * configure: Regenerate.
518
519 2015-11-19 Pedro Alves <palves@redhat.com>
520
521 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Remove -fpermissive.
522 * configure: Regenerate.
523
524 2015-11-19 Pedro Alves <palves@redhat.com>
525
526 * breakpoint.c (software_watchpoint_add_no_memory_location)
527 (is_no_memory_software_watchpoint): New functions.
528 (update_watchpoint): Use
529 software_watchpoint_add_memoryless_location.
530 (breakpoint_address_bits): Use is_no_memory_software_watchpoint.
531
532 2015-11-19 Simon Marchi <simon.marchi@ericsson.com>
533 Pedro Alves <palves@redhat.com>
534
535 * s390-linux-tdep.c (s390_canonicalize_syscall): Add casts and
536 intermediate 'int' variable.
537
538 2015-11-19 Pedro Alves <palves@redhat.com>
539
540 * linux-thread-db.c (try_thread_db_load_1): Add cast.
541
542 2015-11-19 Pedro Alves <palves@redhat.com>
543
544 * remote.c (remote_unpush_target): Use
545 pop_all_targets_at_and_above instead of pop_all_targets_above.
546 * target.c (unpush_target_and_assert): New function, factored out
547 from ...
548 (pop_all_targets_above): ... here.
549 (pop_all_targets_at_and_above): New function.
550 * target.h (pop_all_targets_at_and_above): Declare.
551
552 2015-11-18 Simon Marchi <simon.marchi@ericsson.com>
553
554 * valops.c (value_string): Constify 'ptr' parameter.
555 * value.h (value_string): Constify 'ptr' parameter.
556
557 2015-11-18 Simon Marchi <simon.marchi@ericsson.com>
558 Pedro Alves <palves@redhat.com>
559
560 * break-catch-sig.c (signal_catchpoint_print_one): Add cast.
561 * c-exp.y (parse_string_or_char, yylex): Add casts.
562 * c-lang.c (evaluate_subexp_c): Add casts.
563 * d-exp.y (parse_string_or_char, yylex): Add casts.
564 * go-exp.y (parse_string_or_char, build_packaged_name): Add casts.
565 * p-valprint.c (pascal_object_print_value_fields): Add casts.
566 * valprint.c (generic_emit_char, generic_printstr): Add casts.
567
568 2015-11-18 Simon Marchi <simon.marchi@ericsson.com>
569
570 * valops.c (value_cstring): Constify 'ptr' parameter.
571 * value.h (value_cstring): Constify 'ptr' parameter.
572
573 2015-11-18 Yao Qi <yao.qi@linaro.org>
574
575 * aarch64-tdep.c (pass_in_v): Add argument len. Add local array
576 reg. Callers updated.
577
578 2015-11-17 Yao Qi <yao.qi@linaro.org>
579
580 * infrun.c (resume): Check control.trap_expected only
581 when deciding the set of threads to resume.
582
583 2015-11-17 Pedro Alves <palves@redhat.com>
584
585 * cp-namespace.c (cp_lookup_bare_symbol)
586 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
587 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
588 (cp_lookup_nested_symbol): Use null_block_symbol.
589 * d-namespace.c (d_lookup_symbol, d_lookup_nested_symbol)
590 (d_lookup_symbol_imports, d_lookup_symbol_module): Use
591 null_block_symbol.
592 * symtab.c (null_block_symbol): New global.
593 * symtab.h (null_block_symbol): Declare.
594
595 2015-11-17 Pedro Alves <palves@redhat.com>
596
597 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
598 (GDB_XCPT_RAW_TRY, GDB_XCPT): Define.
599 Replace __cplusplus checks with GDB_XCPT checks throughout.
600 * common/common-exceptions.c: Replace __cplusplus checks with
601 GDB_XCPT checks throughout.
602
603 2015-11-17 Pedro Alves <palves@redhat.com>
604
605 * common/common-defs.h (ATTRIBUTE_PRINTF): Redefine in terms of
606 _GL_ATTRIBUTE_FORMAT_PRINTF after including ansidecl.h.
607
608 2015-11-17 Pedro Alves <palves@redhat.com>
609
610 * common/common-defs.h (__STDC_CONSTANT_MACROS)
611 (__STDC_LIMIT_MACROS): Define before including stdint.h.
612
613 2015-11-17 Pedro Alves <palves@redhat.com>
614
615 * windows-nat.c (handle_exception): Return 0 for first chance
616 exceptions.
617 (get_windows_debug_event): Adjust.
618
619 2015-11-17 Pedro Alves <palves@redhat.com>
620
621 * windows-nat.c (xslate): Use GDB_SIGNAL_UNKNOWN instead of -1 as
622 signal number for terminator.
623
624 2015-11-17 Pedro Alves <palves@redhat.com>
625
626 * ser-tcp.c (net_open) : Cast getsockopt argument to char *
627 instead of void *. Update comment.
628 (net_read_prim): Cast recv argument to char * instead of void *.
629 (net_write_prim): Cast send argument to char *. Add comment.
630
631 2015-11-17 Pedro Alves <palves@redhat.com>
632
633 * win32-i386-low.c (update_debug_registers_callback)
634 (win32_get_current_dr): Add cast.
635 * win32-low.c (thread_rec, delete_thread_info)
636 (continue_one_thread): Add casts.
637 (strwinerror): Cast FormatMessage argument to LPTSTR instead of
638 LPVOID.
639 (win32_create_inferior, suspend_one_thread): Add casts.
640
641 2015-11-17 Pedro Alves <palves@redhat.com>
642
643 * windows-nat.c (AdjustTokenPrivileges_ftype)
644 (DebugActiveProcessStop_ftype, DebugBreakProcess_ftype)
645 (DebugSetProcessKillOnExit_ftype, EnumProcessModules_ftype)
646 (GetCurrentConsoleFont_ftype, GetModuleInformation_ftype)
647 (LookupPrivilegeValueA_ftype, OpenProcessToken_ftype)
648 (GetConsoleFontSize_ftype): New typedefs.
649 (AdjustTokenPrivileges, DebugActiveProcessStop)
650 (DebugBreakProcess, DebugSetProcessKillOnExit, EnumProcessModules)
651 (GetConsoleFontSize, GetCurrentConsoleFont, GetModuleInformation)
652 (LookupPrivilegeValueA, OpenProcessToken, GetConsoleFontSize):
653 Adjust.
654 (GetModuleFileNameEx_ftype): New typedef.
655 (GetModuleFileNameEx): Use it.
656 (_initialize_loadable): Define GPA macro and use it.
657
658 2015-11-17 Pedro Alves <palves@redhat.com>
659
660 * gdb-dlfcn.c (gdb_dlsym, gdb_dlclose) [__MINGW32__]: Add casts to
661 HMODULE.
662
663 2015-11-17 Pedro Alves <palves@redhat.com>
664
665 * exec.c (exec_file_attach, symfile_bfd_open) [__GO32__ || _WIN32
666 || __CYGWIN__]: Add casts.
667 * utils.c (gdb_filename_fnmatch): Add cast.
668 * windows-nat.c (windows_create_inferior): Add cast.
669
670 2015-11-17 Pedro Alves <palves@redhat.com>
671
672 * ser-mingw.c (CancelIo_ftype): New typedef.
673 (CancelIo): Use CancelIo_ftype.
674 (ser_windows_close, ser_windows_wait_handle)
675 (ser_windows_read_prim, stop_select_thread)
676 (console_select_thread, pipe_select_thread, file_select_thread)
677 (ser_console_wait_handle, ser_console_done_wait_handle)
678 (ser_console_close, cleanup_pipe_state, pipe_windows_close)
679 (pipe_windows_write, pipe_wait_handle, pipe_done_wait_handle)
680 (net_windows_socket_check_pending, net_windows_select_thread)
681 (net_windows_wait_handle, net_windows_done_wait_handle)
682 (net_windows_close): Add casts.
683 (_initialize_ser_windows): Cast to CancelIo_ftype* instead of
684 void*.
685
686 2015-11-17 Simon Marchi <simon.marchi@ericsson.com>
687
688 * c-exp.y (exp): Adjust, change enum c_string_type to
689 c_string_type.
690 (parse_string_or_char): Likewise.
691 * c-lang.c (charset_for_string_type): Likewise.
692 (classify_type): Likewise.
693 (c_printchar): Likewise.
694 (c_printstr): Likewise.
695 (evaluate_subexp_c): Likewise. And change cast to enum
696 c_string_type_values.
697 * c-lang.h: Include "common/enum_flags.h".
698 (enum c_string_type): Rename to...
699 (enum c_string_type_values): ...this.
700 (c_string_type): Define new enum flags type.
701
702 2015-11-17 Pedro Alves <palves@redhat.com>
703
704 * btrace.h: Include common/enum-flags.h.
705 (btrace_insn_flags): Define.
706 (struct btrace_insn) <flags>: Change type.
707 (btrace_function_flags): Define.
708 (struct btrace_function) <flags>: Change type.
709 (btrace_thread_flags): Define.
710 (struct btrace_thread_info) <flags>: Change type.
711 * c-exp.y (token_flags): Rename to ...
712 (token_flag): ... this.
713 (token_flags): Define.
714 (struct token) <flags>: Change type.
715 * common/enum-flags.h: New file.
716 * compile/compile-c-types.c (convert_qualified): Change type of
717 'quals' local.
718 * compile/compile-internal.h: Include "common/enum-flags.h".
719 (gcc_qualifiers_flags): Define.
720 * completer.c (enum reg_completer_targets): Rename to ...
721 (enum reg_completer_target): ... this.
722 (reg_completer_targets): Define.
723 (reg_or_group_completer_1): Change type of 'targets' parameter.
724 * disasm.c (do_mixed_source_and_assembly_deprecated): Change type
725 of 'psl_flags' local.
726 (do_mixed_source_and_assembly): Change type of 'psl_flags' local.
727 * infrun.c: Include "common/enum-flags.h".
728 (enum step_over_what): Rename to ...
729 (enum step_over_what_flag): ... this.
730 (step_over_what): Change type.
731 (start_step_over): Change type of 'step_what' local.
732 (thread_still_needs_step_over): Now returns a step_over_what.
733 Adjust.
734 (keep_going_pass_signal): Change type of 'step_what' local.
735 * linux-tdep.c: Include "common/enum-flags.h".
736 (enum filterflags): Rename to ...
737 (enum filter_flag): ... this.
738 (filter_flags): Define.
739 (dump_mapping_p): Change type of 'filterflags' parameter.
740 (linux_find_memory_regions_full): Change type of 'filterflags'
741 local.
742 (linux_find_memory_regions_full): Pass the address of an unsigned
743 int to sscanf instead of the address of an enum.
744 * record-btrace.c (btrace_print_lines): Change type of local
745 'psl_flags'.
746 (btrace_call_history): Replace 'flags' parameter
747 with 'int_flags' parameter. Adjust.
748 (record_btrace_call_history, record_btrace_call_history_range)
749 (record_btrace_call_history_from): Rename 'flags' parameter to
750 'int_flags'. Use record_print_flags.
751 * record.h: Include "common/enum-flags.h".
752 (record_print_flags): Define.
753 * source.c: Include "common/enum-flags.h".
754 (print_source_lines_base, print_source_lines): Change type of
755 flags parameter.
756 * symtab.h: Include "common/enum-flags.h".
757 (enum print_source_lines_flags): Rename to ...
758 (enum print_source_lines_flag): ... this.
759 (print_source_lines_flags): Define.
760 (print_source_lines): Change prototype.
761
762 2015-11-17 Pedro Alves <palves@redhat.com>
763
764 * guile/scm-disasm.c (gdbscm_disasm_read_memory): Return -1 on
765 error instead of TARGET_XFER_E_IO.
766 (gdbscm_disasm_memory_error): Always pass TARGET_XFER_E_IO to
767 memory_error.
768
769 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
770
771 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend)
772 (prologue_inst_adjust_sp, hppa_frame_cache): Fix left shift of negative
773 value.
774 * dwarf2read.c (read_subrange_type): Likewise.
775
776 2015-11-16 Yao Qi <yao.qi@linaro.org>
777
778 * aarch64-tdep.c (aarch64_extract_return_value): Change array
779 buf's length to V_REGISTER_SIZE.
780
781 2015-11-16 Yao Qi <yao.qi@linaro.org>
782
783 * aarch64-tdep.c (pass_in_x_or_stack): Change argument type
784 from bfd_byte * to value *. Caller updated.
785 (pass_in_x): Likewise.
786 (pass_in_v_or_stack): Likewise.
787 (pass_on_stack): Likewise.
788
789 2015-11-16 Yao Qi <yao.qi@linaro.org>
790
791 * aarch64-tdep.c (aarch64_push_dummy_call): Call value_contents
792 instead of value_contents_writeable.
793 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
794
795 2015-11-16 Yao Qi <yao.qi@linaro.org>
796
797 * arm-tdep.c (arm_push_dummy_call): New array buf. Store regval
798 to buf. Pass buf instead of val to push_stack_item.
799
800 2015-11-13 Yao Qi <yao.qi@linaro.org>
801
802 PR tdep/19051
803 * arm-tdep.c (arm_type_align): Return the right alignment
804 value for vector.
805 (arm_vfp_cprc_sub_candidate): Return true for 64-bit and
806 128-bit vector types.
807 (arm_return_in_memory): Handel vector type.
808
809 2015-11-13 Yao Qi <yao.qi@linaro.org>
810
811 * arm-tdep.c (arm_return_in_memory): Rewrite it.
812 (arm_return_value): Call arm_return_in_memory for
813 TYPE_CODE_COMPLEX.
814
815 2015-11-12 Yao Qi <yao.qi@linaro.org>
816
817 * arm-tdep.c (push_stack_item): Change contents type to
818 const gdb_byte *.
819
820 2015-11-11 Simon Marchi <simon.marchi@ericsson.com>
821
822 * inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
823 cast to PTRACE_TYPE_RET *.
824 (inf_ptrace_store_register): Likewise.
825
826 2015-11-11 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * avr-tdep.c (_initialize_avr_tdep): Switch to 'add_info' for creating
829 info sub-commands.
830 * gnu-nat.c (add_task_commands): Likewise.
831 * macrocmd.c (_initialize_macrocmd): Likewise.
832
833 2015-11-11 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * cli/cli-decode.c (add_info): Switch to class_info.
836
837 2015-11-09 Joel Brobecker <brobecker@adacore.com>
838
839 * ada-lang.c (ada_is_wrapper_field): Add special handling
840 for fields called "RETVAL".
841
842 2015-11-09 Yao Qi <yao.qi@linaro.org>
843
844 * arm-tdep.c (arm_exidx_new_objfile): Use
845 ELF_STRING_ARM_unwind.
846
847 2015-11-09 Yao Qi <yao.qi@linaro.org>
848
849 * infrun.c (displaced_step_in_progress_thread): New function.
850 (handle_inferior_event_1): Call it.
851
852 2015-11-05 Yao Qi <yao.qi@linaro.org>
853
854 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Call
855 aarch64_decode_insn and decode instruction by aarch64_inst.
856
857 2015-11-05 Yao Qi <yao.qi@linaro.org>
858
859 * aarch64-tdep.c (extract_signed_bitfield): Remove.
860 (decode_masked_match): Remove.
861 (aarch64_decode_add_sub_imm): Remove.
862 (aarch64_decode_br): Remove.
863 (aarch64_decode_eret): Remove.
864 (aarch64_decode_movz): Remove.
865 (aarch64_decode_orr_shifted_register_x): Remove.
866 (aarch64_decode_ret): Remove.
867 (aarch64_decode_stp_offset): Remove.
868 (aarch64_decode_stur): Remove.
869 (aarch64_analyze_prologue): Call aarch64_decode_insn
870 and use aarch64_inst to decode instructions.
871
872 2015-11-05 Yao Qi <yao.qi@linaro.org>
873
874 * aarch64-tdep.c (aarch64_decode_stp_offset): New argument
875 wback.
876 (aarch64_decode_stp_offset_wb): Removed.
877 (aarch64_analyze_prologue): Don't use
878 aarch64_decode_stp_offset_wb.
879
880 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
881
882 PR/18376
883 * gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
884 (s390_software_single_step): New function.
885 (s390_displaced_step_hw_singlestep): New function.
886 (s390_gdbarch_init): Fill gdbarch slots with the above.
887
888 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
889
890 PR/18376
891 * gdb/configure.tgt: Add linux-record.o to s390*-linux.
892 * gdb/s390-linux-tdep.c: #include "linux-record.h", "record-full.h"
893 (s390_linux_record_tdep): New static global variable.
894 (s390x_linux_record_tdep): New static global variable.
895 (s390_all_but_pc_registers_record): New function.
896 (s390_canonicalize_syscall): New function.
897 (s390_linux_syscall_record): New function.
898 (s390_linux_record_signal): New function.
899 (s390_record_calc_disp_common): New function.
900 (s390_record_calc_disp): New function.
901 (s390_record_calc_disp_vsce): New function.
902 (s390_record_calc_rl): New function.
903 (s390_record_gpr_g): New function.
904 (s390_record_gpr_h): New function.
905 (s390_record_vr): New function.
906 (s390_process_record): New function.
907 (s390_init_linux_record_tdep): New function.
908 (s390_gdbarch_init): Fill record function slots.
909
910 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
911
912 * record-full.c (record_full_exec_insn): Use xmalloc for temporary
913 memory storage.
914
915 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
916
917 * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
918 instead of DISASSEMBLY_SOURCE_DEPRECATED. Also accept /s.
919 (_initialize_record): Document the /s modifier.
920 * NEWS: Announce record instruction-history's new /s modifier.
921
922 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
923
924 * record-btrace.c (struct btrace_line_range): New.
925 (btrace_mk_line_range, btrace_line_range_add)
926 (btrace_line_range_is_empty, btrace_line_range_contains_range)
927 (btrace_find_line_range, btrace_print_lines): New.
928 (btrace_insn_history): Add source interleaving algorithm.
929
930 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
931
932 * disasm.h (DISASSEMBLY_SPECULATION): New.
933 (struct disasm_insn): New.
934 (gdb_pretty_print_insn): New.
935 * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
936 Update users. Print instruction number and indicate speculative
937 execution, if requested.
938
939 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
940
941 * disasm.c (dump_insns): Split into this and ...
942 (gdb_pretty_print_insn): ... this.
943
944 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
945
946 * xtensa-linux-nat.c (supply_gregset_reg): Make static.
947 (xtensa_linux_fetch_inferior_registers): Likewise.
948 (xtensa_linux_store_inferior_registers): Likewise.
949
950 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
951
952 * arm-linux-nat.c (arm_linux_read_description): Add cast.
953
954 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
955
956 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
957 type of rw to enum target_hw_bp_type.
958 (ppc_linux_remove_mask_watchpoint): Likewise.
959 * target.c (target_insert_mask_watchpoint): Likewise.
960 (target_remove_mask_watchpoint): Likewise.
961 * target.h (target_insert_mask_watchpoint): Likewise.
962 (target_remove_mask_watchpoint): Likewise.
963 (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
964 (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
965 * target-delegates.c: Regenerate.
966
967 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
968
969 * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
970 (get_sim_inferior_data): Likewise.
971 (sim_inferior_data_cleanup): Likewise.
972 (gdbsim_close_inferior): Likewise.
973 (gdbsim_resume_inferior): Likewise.
974 (gdbsim_wait): Likewise.
975 (simulator_command): Likewise.
976 (sim_command_completer): Likewise.
977
978 2015-11-03 Marcin Kościelnicki <koriakin@0x04.net>
979
980 * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
981
982 2015-10-30 Pedro Alves <palves@redhat.com>
983
984 * breakpoint.c (breakpoint_in_range_p)
985 (breakpoint_location_address_range_overlap): New functions.
986 * breakpoint.h (breakpoint_in_range_p): New declaration.
987 * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
988 in the scratch pad range, don't displaced step.
989
990 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
991
992 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
993 size_stack_t, size_size_t, size_iovec.
994
995 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
996
997 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
998 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
999 (amd64_x32_linux_init_abi): Fix size_termios.
1000
1001 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1002
1003 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
1004
1005 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1006
1007 * linux-record.c (record_linux_system_call): Fix old_select.
1008
1009 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1010
1011 * linux-record.c (record_linux_system_call): Fix newstatat.
1012
1013 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1014
1015 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
1016
1017 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1018
1019 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
1020 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
1021 (amd64_x32_linux_init_abi): Add size_time_t.
1022 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
1023 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
1024 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
1025 handling.
1026 * linux-record.h (struct linux_record_tdep): Add size_time_t.
1027 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
1028
1029 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1030
1031 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
1032
1033 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1034
1035 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
1036 size_dirent{,64}, add size_old_dirent.
1037 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
1038 add size_old_dirent.
1039 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
1040 size_old_dirent.
1041 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
1042 add size_old_dirent.
1043 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
1044 add size_old_dirent.
1045 * linux-record.c (record_linux_system_call): Fix handling of readdir
1046 and getdents{,64}.
1047 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
1048 add size_old_dirent.
1049 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
1050 size_dirent{,64}, add size_old_dirent.
1051
1052 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1053
1054 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
1055 size_sigset_t, size_old_sigaction, size_old_sigset_t.
1056 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
1057 size_sigset_t, size_old_sigaction, size_old_sigset_t.
1058 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
1059 size_old_sigaction, size_old_sigset_t.
1060 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
1061 size_old_sigaction, size_old_sigset_t.
1062 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
1063 size_old_sigaction, size_old_sigset_t.
1064 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
1065 size_sigset_t, size_old_sigaction, size_old_sigset_t.
1066
1067 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1068
1069 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
1070 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
1071
1072 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1073
1074 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
1075 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
1076 (amd64_x32_linux_init_abi): Remove size_siginfo.
1077 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
1078 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
1079 * linux-record.c (record_linux_system_call): Change size_siginfo
1080 to size_siginfo_t.
1081 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
1082 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
1083
1084 2015-10-29 Pedro Alves <palves@redhat.com>
1085
1086 * mdebugread.c (add_data_symbol): New function, factored out from
1087 ...
1088 (parse_symbol): ... here. Delete 'theclass' local.
1089
1090 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1091
1092 * jit.c (jit_target_read_impl): Add cast.
1093
1094 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1095
1096 * jit.c (jit_reader_load): Add cast.
1097
1098 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1099
1100 * dwarf2read.c (partial_die_full_name): Add cast.
1101
1102 2015-10-29 Pedro Alves <palves@redhat.com>
1103
1104 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
1105
1106 2015-10-29 Pedro Alves <palves@redhat.com>
1107
1108 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
1109
1110 2015-10-29 Eli Zaretskii <eliz@gnu.org>
1111
1112 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
1113 in the environment.
1114
1115 2015-10-29 Pedro Alves <palves@redhat.com>
1116
1117 * gnu-v2-abi.c (gnuv2_is_destructor_name)
1118 (gnuv2_is_constructor_name): Add casts.
1119
1120 2015-10-29 Pedro Alves <palves@redhat.com>
1121
1122 * common/common-exceptions.c (exception_none): Add cast.
1123
1124 2015-10-29 Pedro Alves <palves@redhat.com>
1125
1126 * compile/compile-c-types.c (struct type_map_instance)
1127 <gcc_type>: Rename to gcc_type_handle.
1128 (insert_type, convert_type): Adjust.
1129
1130 2015-10-29 Pedro Alves <palves@redhat.com>
1131
1132 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
1133 assume that "break" breaks out of a TRY/CATCH.
1134 * python/py-framefilter.c (py_print_single_arg): Don't assume
1135 "continue" breaks out of a TRY/CATCH.
1136 * python/py-value.c (valpy_binop_throw): New function, factored
1137 out from ...
1138 (valpy_binop): ... this.
1139 (valpy_richcompare_throw): New function, factored
1140 out from ...
1141 (valpy_richcompare): ... this.
1142 * solib.c (solib_read_symbols): Don't assume "break" breaks out
1143 of a TRY/CATCH.
1144 * common/common-exceptions.h [USE_RAW_CXX_TRY]
1145 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
1146
1147 2015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
1148
1149 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
1150 as move along with [d]addu.
1151
1152 2015-10-28 Yao Qi <yao.qi@linaro.org>
1153
1154 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
1155 aarch64_decode_insn.
1156
1157 2015-10-27 Pedro Alves <palves@redhat.com>
1158
1159 * common/print-utils.c (host_address_to_string): Rename to ...
1160 (host_address_to_string_1): ... this.
1161 * common/print-utils.h (host_address_to_string): Reimplement as
1162 wrapper around host_address_to_string_1.
1163 * utils.c (gdb_print_host_address): Rename to ...
1164 (gdb_print_host_address_1): ... this.
1165 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
1166 around host_address_to_string_1.
1167
1168 2015-10-27 Pedro Alves <palves@redhat.com>
1169
1170 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
1171 memory_error. Rename local 'status' to 'res'.
1172 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
1173 memory_error.
1174 * corefile.c (read_stack, read_code, write_memory): Always pass
1175 TARGET_XFER_E_IO to memory_error.
1176 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
1177 memory_error. Rename parameter 'status' to 'err'.
1178 (dump_insns): Rename local 'status' to 'err'.
1179 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
1180 to 'errp'. Rename local 'status' to 'err'. Always pass
1181 TARGET_XFER_E_IO to memory_error.
1182 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
1183 * target.c (target_read_memory, target_read_raw_memory)
1184 (target_read_stack, target_read_code, target_write_memory)
1185 (target_write_raw_memory): Return -1 on error instead of
1186 TARGET_XFER_E_IO.
1187 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
1188 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
1189
1190 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1191
1192 * guile/guile-internal.h (gdbscm_with_guile): Change return
1193 types to const char *.
1194 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
1195 (struct c_data) <func>: Likewise.
1196 (struct c_data) <result>: Change type to const char *.
1197 (scscm_eval_scheme_string): Change return type to
1198 const char *.
1199 (scscm_source_scheme_script): Likewise.
1200 (gdbscm_safe_eval_string): Change type of result variable to
1201 const char * and remove cast.
1202 (gdbscm_safe_source_script): Likewise.
1203 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
1204 Change return type to const char *.
1205 (gdbscm_disasm_read_memory): Change type of status to
1206 const char *.
1207
1208 2015-10-27 Pedro Alves <palves@redhat.com>
1209
1210 * source.c (openp): New local 'last_errno'. Use it to
1211 save/restore errno.
1212
1213 2015-10-27 Pedro Alves <palves@redhat.com>
1214
1215 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
1216
1217 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1218
1219 * ctf.c (SET_ENUM_FIELD): New macro.
1220 (ctf_read_status): Use it.
1221 (ctf_read_tp): Use it.
1222
1223 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1224
1225 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
1226 scm_t_dynwind_flags casts.
1227 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
1228 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
1229 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
1230
1231 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1232
1233 * ax.h (ax_raw_byte): New declaration.
1234 * ax-general.c (ax_raw_byte): New function.
1235 (ax_simple): Use ax_raw_byte.
1236 * ax-gdb.c (gen_printf): Likewise.
1237
1238 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1239
1240 * ada-lang.h (GROW_VECT): Add cast.
1241
1242 2015-10-26 Doug Evans <xdje42@gmail.com>
1243
1244 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
1245
1246 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1247
1248 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
1249 pointer.
1250 (simple_search_memory): Cast return of memmem.
1251
1252 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1253
1254 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
1255
1256 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1257
1258 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
1259 -1 on error.
1260
1261 2015-10-26 Doug Evans <dje@google.com>
1262
1263 PR symtab/17391
1264 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
1265 instead of gdbarch_dwarf2_reg_to_regnum.
1266 (dwarf2_frame_cache): Ditto.
1267 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
1268 gdbarch_dwarf2_reg_to_regnum.
1269 (get_reg_value): Ditto.
1270 (dwarf2_fetch_cfa_info): Ditto.
1271 (dwarf2_frame_prev_register): Ditto.
1272 * dwarf2loc.c: #include "complaints.h".
1273 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
1274 instead of gdbarch_dwarf2_reg_to_regnum.
1275 (dwarf_expr_get_reg_value): Ditto.
1276 (read_pieced_value): Ditto.
1277 (write_pieced_value): Ditto.
1278 (dwarf2_evaluate_loc_desc_full): Ditto.
1279 (dwarf_reg_to_regnum): New function.
1280 (throw_bad_regnum_error): New function.
1281 (dwarf_reg_to_regnum_or_error): Renamed from
1282 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
1283 All callers updated. Call throw_bad_regnum_error.
1284 (locexpr_regname): Improve text of bad register number.
1285 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
1286 (dwarf_reg_to_regnum_or_error): Update prototype.
1287 * dwarf2expr.c: #include "dwarf2loc.h".
1288 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
1289 gdbarch_dwarf2_reg_to_regnum.
1290 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
1291 * gdbarch.h: Regenerate.
1292 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
1293 register.
1294 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
1295 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
1296 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
1297 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
1298 Remove warning for bad register.
1299 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
1300 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
1301 i386_svr4_reg_to_regnum. Return -1 for bad registers.
1302 (i386_svr4_reg_to_regnum): New function.
1303 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
1304 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
1305 on bad registers, return -1.
1306 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
1307 Remove warning for bad register.
1308 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
1309 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
1310 Remove warning for bad register. Return -1 for bad register.
1311 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
1312 for bad register, return -1.
1313 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
1314 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
1315 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
1316 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
1317 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1318 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
1319 for bad regs.
1320 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
1321 bad regs. Fix error result.
1322 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
1323 (reg_value_complaint): Update complaint text.
1324 * mdebugread.c (reg_value_complaint): New function.
1325 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
1326
1327 2015-10-26 Doug Evans <dje@google.com>
1328
1329 PR python/18938
1330 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
1331 All callers updated.
1332
1333 2015-10-26 Doug Evans <dje@google.com>
1334
1335 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
1336 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
1337 (maintenance_print_psymbols): Print address map.
1338
1339 2015-10-26 Doug Evans <dje@google.com>
1340
1341 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
1342
1343 2015-10-26 Doug Evans <dje@google.com>
1344
1345 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
1346 gdbserver/linux-low.c.
1347 (WSETSTOP): Simplify.
1348
1349 2015-10-26 Doug Evans <dje@google.com>
1350
1351 * linux-thread-db.c (find_new_threads_callback): Ditto.
1352 (thread_db_pid_to_str): Ditto.
1353
1354 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1355
1356 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
1357 local char array to scm_mode_bits, use a cast instead.
1358
1359 2015-10-26 Simon Marchi <simon.marchi@ericsson.com>
1360
1361 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
1362 result. Change type of element_block_ptr. Change allocation to
1363 use XNEWVEC.
1364
1365 2015-10-26 Luis Machado <lgustavo@codesourcery.com>
1366
1367 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
1368 catch_errors call instead of NULL.
1369
1370 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1371
1372 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
1373 char pointer to scm_mode_bits.
1374
1375 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1376
1377 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
1378 cast.
1379
1380 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1381
1382 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
1383 "data" local variable and use it.
1384
1385 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
1386
1387 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
1388 domain_enum cast.
1389 (gdbscm_lookup_symbol): Likewise.
1390
1391 2015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
1392
1393 * d-exp.y: Remove an obsolete comment and propagate the block
1394 information to the produced expression.
1395
1396 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
1397
1398 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
1399 cast.
1400 (tui_add_content_elements): Likewise.
1401
1402 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
1403
1404 * cli/cli-setshow.c (do_set_command): Constify p.
1405
1406 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
1407
1408 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
1409 (void *) cast with (gdb_byte *).
1410
1411 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
1412
1413 * proc-service.c (ps_pdread): Add cast.
1414
1415 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
1416
1417 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
1418 valbuf.
1419
1420 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
1421
1422 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
1423 (ia64_push_dummy_call): Remove cast and change type of "to" to
1424 array of gdb_byte.
1425
1426 2015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
1427
1428 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
1429
1430 2015-10-23 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * observer.h (observer_${event}_notification_stub): Add cast.
1433
1434 2015-10-23 Yao Qi <yao.qi@linaro.org>
1435
1436 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
1437 dsd.insn_count to zero.
1438
1439 2015-10-22 Pedro Alves <palves@redhat.com>
1440
1441 * infrun.c (stop_after_trap): Delete.
1442 (clear_proceed_status, handle_signal_stop, struct
1443 infcall_control_state, save_infcall_control_state)
1444 (restore_infcall_control_state): Remove references to
1445 stop_after_trap.
1446
1447 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
1448
1449 * python/python.c (_initialize_python): Add cast.
1450
1451 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
1452
1453 * nto-tdep.c (nto_inferior_data): Add cast.
1454
1455 2015-10-22 Pedro Alves <palves@redhat.com>
1456
1457 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
1458 windows_wait and windows_resume directly instead of
1459 wait_for_inferior and resume.
1460
1461 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1462
1463 * xtensa-tdep.h (XTREG): Add casts.
1464 (XTREG_END): Likewise.
1465
1466 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1467
1468 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
1469
1470 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1471
1472 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
1473
1474 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1475
1476 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
1477 buf to gdb_byte*.
1478 (supply_32bit_reg): Add cast.
1479 (mips64_fill_gregset): Likewise.
1480
1481 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1482
1483 PR python/18073
1484 * python/py-type.c (typy_get_composite): Allow returning a
1485 function type.
1486
1487 2015-10-21 Keven Boell <keven.boell@intel.com>
1488
1489 * dwarf2read.c (set_die_type): Add read of
1490 DW_AT_allocated and DW_AT_associated.
1491 * f-typeprint.c: New include of typeprint.h
1492 (f_print_type): Add check for allocated/associated
1493 status of type.
1494 (f_type_print_varspec_suffix): Add check for
1495 * gdbtypes.c (create_array_type_with_stride):
1496 Add check for valid data location of type in
1497 case allocated or associated attributes are set.
1498 Length of an array should be only calculated if
1499 allocated or associated is resolved as true.
1500 (is_dynamic_type_internal): Add check for allocated/
1501 associated.
1502 (resolve_dynamic_array): Evaluate allocated/associated
1503 properties.
1504 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
1505 <DYN_PROP_ASSOCIATED>: New enums.
1506 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
1507 (type_not_allocated): New function.
1508 (type_not_associated): New function.
1509 * valarith.c (value_subscripted_rvalue): Add check for
1510 allocated/associated.
1511 * valprint.c: New include of typeprint.h.
1512 (valprint_check_validity): Add check for allocated/associated.
1513 (value_check_printable): Add check for allocated/
1514 associated.
1515 * typeprint.h (val_print_not_allocated): New function.
1516 (val_print_not_associated): New function.
1517 * typeprint.c (val_print_not_allocated): New function.
1518 (val_print_not_associated): New function.
1519
1520 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1521
1522 * Makefile.in: Add arm.c/o.
1523 * arch/arm.c: New file.
1524 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
1525 (MAKE_THUMB_ADDR): Likewise.
1526 (UNMAKE_THUMB_ADDR): Likewise.
1527 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
1528 (IS_THUMB_ADDR): Move to arm.h.
1529 (MAKE_THUMB_ADDR): Likewise.
1530 (UNMAKE_THUMB_ADDR): Likewise.
1531 * configure.tgt: Add arm.o to all ARM configs.
1532
1533 2015-10-21 Yao Qi <yao.qi@linaro.org>
1534
1535 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1536 Remove argument exp_vCont_s.
1537 * gdb.base/range-stepping.exp: Callers updated.
1538 * gdb.trace/range-stepping.exp: Likewise.
1539
1540 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
1541
1542 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
1543 (nto_sniff_abi_note_section): New function.
1544 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
1545 binary.
1546
1547 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
1548
1549 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
1550 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
1551 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
1552 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
1553 New functions.
1554 (_initialize_nto_tdep): New forward declaration, new function.
1555 * nto-tdep.h (struct nto_inferior_data): New struct.
1556 (nto_inferior_data): New function declaration.
1557
1558 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1559
1560 * findvar.c (address_from_register): Check REGNUM validity.
1561
1562 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1563
1564 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
1565 (init_procfs_targets): Wire new function.
1566
1567 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1568
1569 * nto-procfs.c (sys/auxv.h): Include.
1570 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
1571 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
1572 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
1573
1574 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
1575
1576 * nto-procfs.c (nto_procfs_path): Rename to...
1577 (nodestr): ... this, and change type.
1578 (nto_node): Use new variable and logic accordingly.
1579 (procfs_open_1): Use new variable name. Use local buffer to construct
1580 procfrs path.
1581 (procfs_pidlist): Use NODESTR to construct procfs path.
1582 (procfs_files_info): Use NODESTR to output meaningful text.
1583 (do_attach): Construct procfs using NODESTR.
1584 (procfs_create_inferior): Compare pointer to NULL.
1585
1586 2015-10-19 Josh Stone <jistone@redhat.com>
1587
1588 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
1589 return state, even when not actively catching syscalls at all.
1590 (linux_handle_extended_wait): Mark syscall_state like an entry.
1591 (wait_lwp): Set syscall_state ignored for other traps.
1592 (linux_nat_filter_event): Likewise.
1593
1594 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
1595
1596 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
1597 when handling 'E', 'T', 'S', 'X' and 'W' packets.
1598 Do not set rs->waiting_for_stop_reply back to 1.
1599
1600 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
1601
1602 * nto-procfs.c (common/filestuff.h): Include.
1603 (procfs_can_use_hw_breakpoint): Fix enum name.
1604 (procfs_open_1): Fix compiler warning.
1605 (procfs_pidlist): Make static.
1606 (procfs_meminfo): Make static, fix type name, add missing argument.
1607 (procfs_store_registers): Make static.
1608 (procfs_thread_info): Remove unused function.
1609 (_initialize_procfs): Forward declare.
1610
1611 2015-10-16 Yao Qi <yao.qi@arm.com>
1612
1613 * MAINTAINERS: Update my email address.
1614
1615 2015-10-15 Yao Qi <yao.qi@linaro.org>
1616
1617 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
1618 Call gdbarch_breakpoint_from_pc to instruction length.
1619 (aarch64_linux_remove_hw_breakpoint): Likewise.
1620 * common/common-regcache.h (regcache_register_size): Declare.
1621 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
1622 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
1623 the process is 32bit, otherwise set alignment to 4.
1624 (aarch64_handle_breakpoint): Update comments.
1625 * regcache.c (regcache_register_size): New function.
1626
1627 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
1628
1629 * gdbarch.sh (core_regset_section): Remove.
1630 * gdbarch.h: Regenerate.
1631
1632 2015-10-14 Yao Qi <yao.qi@linaro.org>
1633
1634 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
1635 out of it.
1636 (enum aarch64_memory_operand_type): New.
1637
1638 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
1639
1640 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
1641
1642 2015-10-13 Pedro Alves <palves@redhat.com>
1643
1644 * ada-lang.c (ada_enum_name): Constify local.
1645 * ada-typeprint.c (print_range_bound): Constify locals.
1646 * c-varobj.c (c_describe_child): Likewise.
1647 * cli/cli-setshow.c (do_set_command): Likewise.
1648 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1649 * dwarf2read.c (find_file_and_directory): Likewise.
1650 (anonymous_struct_prefix, dwarf2_name): Likewise.
1651 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
1652 * go-lang.c (unpack_mangled_go_symbol): Likewise.
1653 * jv-typeprint.c (java_type_print_base): Likewise.
1654 * ser-tcp.c (net_open): Likewise.
1655 * symfile.c (deduce_language_from_filename): Likewise.
1656 * symtab.c (gdb_mangle_name): Likewise.
1657 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1658
1659 2015-10-13 Pedro Alves <palves@redhat.com>
1660
1661 * infrun.c (restore_execution_direction): New function.
1662 (fetch_inferior_event): Use it instead of
1663 make_cleanup_restore_integer.
1664 (execution_direction): Change type to enum
1665 exec_direction_kind.
1666 * infrun.h (execution_direction): Likewise.
1667
1668 2015-10-13 Pedro Alves <palves@redhat.com>
1669
1670 * ada-lang.c (ada_value_primitive_packed_val): Constify
1671 locals. Use value_contents_writeable. Remove casts.
1672
1673 2015-10-13 Pedro Alves <palves@redhat.com>
1674
1675 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
1676 and alloca calls.
1677
1678 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1679
1680 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
1681 write_memory with write_memory_unsigned_integer.
1682
1683 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1684
1685 * solib-dsbt.c (cmp_name): Constify arguments.
1686 * solib-frv.c (cmp_name): Likewise.
1687 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
1688 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1689 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
1690 (gdb_bfd_lookup_symbol): Likewise.
1691 * solib.h (gdb_bfd_lookup_symbol): Likewise.
1692 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
1693
1694 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1695
1696 * stack.c (parse_frame_specification): Remove message parameter,
1697 replace with fixed string in function body, update function
1698 comment.
1699 (frame_info): Remove message to parse_frame_specification.
1700 (select_frame_command): Likewise.
1701
1702 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 * stack.c (parse_frame_specification): Delete.
1705 (parse_frame_specification_1): Rename to
1706 parse_frame_specification.
1707 (frame_info): Use parse_frame_specification.
1708 (select_frame_command): Likewise.
1709 (return_command): Use select_frame and print_stack_frame rather
1710 than frame_command and select_frame_command.
1711 (func_command): Use get_current_frame rather than
1712 parse_frame_specification.
1713
1714 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * stack.c (func_command): Return early when there is no ARG
1717 string.
1718
1719 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * stack.c: Include safe-ctype.h not ctype.h.
1722 (parse_frame_specification): Use ISSPACE not isspace.
1723 (backtrace_command): Use TOLOWER not tolower.
1724
1725 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1726
1727 * mep-tdep.c (current_me_module): Add cast.
1728 (mep_gdbarch_init): Likewise.
1729
1730 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1731
1732 * m32c-tdep.c (m32c_move_reg_t): Replace with...
1733 (m32c_write_reg_t): ...this and...
1734 (m32c_read_reg_t): ...this.
1735 (struct m32c_reg): Update types of read and write.
1736 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
1737 adjust definition.
1738 (m32c_banked_read): Likewise.
1739 (m32c_sb_read): Likewise.
1740 (m32c_part_read): Likewise.
1741 (m32c_cat_read): Likewise.
1742 (m32c_r3r2r1r0_read): Likewise.
1743 (m32c_raw_write): Change declaration type to m32c_write_reg_t
1744 and adjust definition.
1745 (m32c_banked_write): Likewise.
1746 (m32c_sb_write): Likewise.
1747 (m32c_part_write): Likewise.
1748 (m32c_cat_write): Likewise.
1749 (m32c_r3r2r1r0_write): Likewise.
1750
1751 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1752
1753 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
1754
1755 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1756
1757 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
1758 gdb_sys_no_syscall instead of -1.
1759
1760 2015-10-12 Yao Qi <yao.qi@linaro.org>
1761
1762 * NEWS: Mention the change.
1763
1764 2015-10-12 Yao Qi <yao.qi@linaro.org>
1765
1766 * arch/aarch64-insn.c (emit_load_store): Rename to ...
1767 (aarch64_emit_load_store): ... it. All callers updated.
1768
1769 2015-10-12 Yao Qi <yao.qi@linaro.org>
1770
1771 * arch/aarch64-insn.c (emit_insn): Rename to ...
1772 (aarch64_emit_insn): ... it. All callers updated.
1773
1774 2015-10-12 Yao Qi <yao.qi@linaro.org>
1775
1776 * aarch64-linux-tdep.c: Include arch-utils.h.
1777 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
1778 set_gdbarch_displaced_step_copy_insn,
1779 set_gdbarch_displaced_step_fixup,
1780 set_gdbarch_displaced_step_free_closure,
1781 set_gdbarch_displaced_step_location,
1782 and set_gdbarch_displaced_step_hw_singlestep.
1783 * aarch64-tdep.c (struct displaced_step_closure): New.
1784 (struct aarch64_displaced_step_data): New.
1785 (aarch64_displaced_step_b): New function.
1786 (aarch64_displaced_step_b_cond): Likewise.
1787 (aarch64_register): Likewise.
1788 (aarch64_displaced_step_cb): Likewise.
1789 (aarch64_displaced_step_tb): Likewise.
1790 (aarch64_displaced_step_adr): Likewise.
1791 (aarch64_displaced_step_ldr_literal): Likewise.
1792 (aarch64_displaced_step_others): Likewise.
1793 (aarch64_displaced_step_copy_insn): Likewise.
1794 (aarch64_displaced_step_fixup): Likewise.
1795 (aarch64_displaced_step_hw_singlestep): Likewise.
1796 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
1797 (aarch64_displaced_step_copy_insn): Declare.
1798 (aarch64_displaced_step_fixup): Declare.
1799 (aarch64_displaced_step_hw_singlestep): Declare.
1800 * arch/aarch64-insn.c (emit_insn): Moved from
1801 gdbserver/linux-aarch64-low.c.
1802 (emit_load_store): Likewise.
1803 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
1804 gdbserver/linux-aarch64-low.c.
1805 (struct aarch64_register): Likewise.
1806 (struct aarch64_memory_operand): Likewise.
1807 (ENCODE): Likewise.
1808 (can_encode_int32): New macro.
1809 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
1810 (emit_tb, emit_nop): Likewise.
1811 (emit_insn): Declare.
1812 (emit_load_store): Declare.
1813
1814 2015-10-12 Yao Qi <yao.qi@linaro.org>
1815
1816 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
1817 gdbserver/linux-aarch64-low.c.
1818 (aarch64_relocate_instruction): Likewise.
1819 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
1820 (struct aarch64_insn_data): Moved from
1821 gdbserver/linux-aarch64-low.c.
1822 (struct aarch64_insn_visitor): Likewise.
1823 (aarch64_relocate_instruction): Declare.
1824
1825 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1826
1827 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
1828 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
1829 to the returned value.
1830
1831 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1832
1833 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
1834 is large enough for BIT_SIZE. Update function comment.
1835
1836 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1837
1838 * ada-lang.c (ada_value_primitive_packed_val): Move
1839 src_len variable to local block where used. Override
1840 BIT_SIZE if bigger than size of resolved type.
1841
1842 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdbtypes.h (is_scalar_type): Add extern declaration.
1845 * gdbtypes.c (is_scalar_type): Make non-static.
1846 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
1847 to compute IS_SCALAR instead of doing it ourselves.
1848
1849 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1850
1851 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
1852 of case where TYPE is dynamic.
1853
1854 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1855
1856 * ada-lang.c (ada_unpack_from_contents): New function,
1857 extracted from ada_value_primitive_packed_val.
1858 (ada_value_primitive_packed_val): Replace extracted out code
1859 by call to ada_unpack_from_contents.
1860
1861 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1862
1863 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
1864 variable declarations.
1865
1866 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1867
1868 * ada-lang.c (ada_value_primitive_packed_val): Change the type
1869 of local variables src and unpacked to "gdb_type *" instead of
1870 "unsigned char *".
1871
1872 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1873
1874 * ada-lang.c (ada_value_primitive_packed_val): Make the name
1875 of various local variables more explicit and consistent.
1876 No real code change otherwise.
1877
1878 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1879
1880 * i386-tdep.h (struct gdbarch_tdep): Change type of
1881 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
1882
1883 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1884
1885 * cris-tdep.c (struct instruction_environment): Change type of
1886 byte_order to enum bfd_endian.
1887
1888 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1889
1890 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
1891 enum gdb_syscall casts.
1892
1893 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1894
1895 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
1896 * arm-tdep.c (struct stack_item): Likewise.
1897 (push_stack_item): Add gdb_byte* cast.
1898 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1899 (push_stack_item): Add gdb_byte* cast.
1900 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
1901 and add cast.
1902 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1903 (push_stack_item): Add gdb_byte* cast.
1904 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
1905 add cast.
1906 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
1907 gdb_byte*.
1908 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1909 gdb_byte* and remove unnecessary cast.
1910 (h8300h_extract_return_value): Likewise.
1911 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1912 (h8300h_store_return_value): Likewise.
1913 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1914 gdb_byte* and remove unnecessary cast.
1915 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1916 and add cast.
1917 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1918 gdb_byte* and remove unnecessary cast.
1919 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1920 valbuf.
1921 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1922 (mep_pseudo_cr64_read): Likewise.
1923 (mep_pseudo_csr_write): Likewise.
1924 (mep_pseudo_cr32_write): Likewise.
1925 (mep_pseudo_cr64_write): Likewise.
1926 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1927 gdb_byte* and add cast.
1928 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1929 gdb_byte* and remove unnecessary cast.
1930 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1931 valbuf.
1932 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1933 gdb_byte*.
1934 * printcmd.c (void): Likewise.
1935 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1936 gdb_byte* and add cast.
1937 (infpy_write_memory): Likewise.
1938 (infpy_search_memory): Likewise.
1939 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1940 and add cast.
1941 (regcache_raw_write_unsigned): Likewise.
1942 (regcache_cooked_write_signed): Likewise.
1943 (regcache_cooked_write_unsigned): Likewise.
1944 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1945 gdb_byte*.
1946
1947 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1948
1949 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1950 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1951
1952 2015-10-09 Eli Zaretskii <eliz@gnu.org>
1953
1954 * stack.c (print_stack_frame):
1955 * utils.c (printchar): Fix typos in commentary.
1956
1957 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1958
1959 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1960 (PostfixExpression): Support `expr.sizeof' expressions.
1961 (PrimaryExpression): Support `typeof(expr)' expressions.
1962
1963 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
1964
1965 * MAINTAINERS: Update my email address.
1966
1967 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
1968
1969 * record-btrace.c (record_btrace_resume): Fix void return.
1970
1971 2015-10-07 Yao Qi <yao.qi@linaro.org>
1972
1973 * aarch64-tdep.c: Include opcode/aarch64.h.
1974 (submask): Move it above.
1975 (bit): Likewise.
1976 (bits): Likewise.
1977 (aarch64_software_single_step): Call aarch64_decode_insn.
1978 Decode instruction by aarch64_inst instead of using
1979 aarch64_decode_bcond and decode_masked_match.
1980
1981 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1982
1983 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1984 only when the file is binary.
1985
1986 2015-10-02 James Bowman <james.bowman@ftdichip.com>
1987
1988 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1989 subroutine handling.
1990
1991 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1992
1993 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1994
1995 2015-09-30 Doug Evans <dje@google.com>
1996
1997 * dwarf2read.c (setup_type_unit_groups): Add comment.
1998
1999 2015-09-30 Pedro Alves <palves@redhat.com>
2000
2001 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
2002 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
2003 (x86_linux_create_target): Don't install
2004 x86_linux_always_non_stop_p.
2005
2006 2015-09-30 Don Breazeal <donb@codesourcery.com>
2007
2008 * remote.c (remote_parse_stop_reply): Call strprefix instead
2009 of strncmp.
2010
2011 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2012
2013 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
2014 * gdbarch.h: Regenerate.
2015 * i386-tdep.c (i386_gdbarch_init): Remove cast to
2016 struct gdbarch_tdep_info *.
2017 * mips-tdep.c (mips_gdbarch_init): Likewise.
2018 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
2019 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2020 * spu-multiarch.c (spu_gdbarch): Likewise.
2021
2022 2015-09-30 Kevin Buettner <kevinb@redhat.com>
2023
2024 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
2025 record a NULL value.
2026
2027 2015-09-29 Kevin Buettner <kevinb@redhat.com>
2028
2029 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
2030 and union arguments the same as pointer arguments when determining
2031 size of argument.
2032
2033 2015-09-29 James Bowman <james.bowman@ftdichip.com>
2034
2035 * ft32-tdep.c: #include "opcode/ft32.h".
2036 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
2037 (ft32_analyze_prologue): Use FT32_* macros.
2038
2039 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
2040
2041 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2042 comment.
2043
2044 2015-09-28 Doug Evans <dje@google.com>
2045
2046 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
2047
2048 2015-09-28 Doug Evans <dje@google.com>
2049
2050 * common/filestuff.c (make_cleanup_close): Update comment.
2051
2052 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
2053
2054 * btrace.c (parse_xml_btrace_block): Fix cast of
2055 xml_find_attribute's return value.
2056 * memory-map.c (memory_map_start_memory): Likewise.
2057 * solib-svr4.c (library_list_start_library): Likewise.
2058 * solib-target.c (library_list_start_segment): Likewise.
2059 (library_list_start_section): Likewise.
2060 * tracepoint.c (traceframe_info_start_memory): Likewise.
2061
2062 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
2063
2064 * d-namespace.c (d_lookup_symbol): New arg langdef.
2065 All callers updated. Support looking up symbol as a primitive type.
2066 (lookup_module_scope): New arg langdef. All callers updated.
2067 Call d_lookup_symbol directly for simple bare symbols.
2068
2069 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2070
2071 * macrocmd.c (print_macro_callback): Add cast(s).
2072 * macrotab.c (macro_bcache_str): Likewise.
2073 (new_macro_definition): Likewise.
2074 * main.c (captured_main): Likewise.
2075 * maint.c (print_bfd_section_info): Likewise.
2076 * mdebugread.c (mdebug_build_psymtabs): Likewise.
2077 (basic_type): Likewise.
2078 * memattr.c (mem_region_cmp): Likewise.
2079 * memory-map.c (memory_map_start_memory): Likewise.
2080 (memory_map_end_memory): Likewise.
2081 (memory_map_start_property): Likewise.
2082 (memory_map_end_property): Likewise.
2083 (clear_result): Likewise.
2084 * memrange.c (compare_mem_ranges): Likewise.
2085 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
2086 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
2087 * mi/mi-console.c (mi_console_file_delete): Likewise.
2088 (mi_console_file_fputs): Likewise.
2089 (mi_console_raw_packet): Likewise.
2090 (mi_console_file_flush): Likewise.
2091 (mi_console_set_raw): Likewise.
2092 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
2093 (mi_new_thread): Likewise.
2094 (mi_thread_exit): Likewise.
2095 (mi_record_changed): Likewise.
2096 (mi_inferior_added): Likewise.
2097 (mi_inferior_appeared): Likewise.
2098 (mi_inferior_exit): Likewise.
2099 (mi_inferior_removed): Likewise.
2100 (mi_interp_data): Likewise.
2101 (mi_on_normal_stop): Likewise.
2102 (mi_traceframe_changed): Likewise.
2103 (mi_tsv_created): Likewise.
2104 (mi_tsv_deleted): Likewise.
2105 (mi_tsv_modified): Likewise.
2106 (mi_breakpoint_created): Likewise.
2107 (mi_breakpoint_deleted): Likewise.
2108 (mi_breakpoint_modified): Likewise.
2109 (mi_output_running_pid): Likewise.
2110 (mi_inferior_count): Likewise.
2111 (mi_solib_loaded): Likewise.
2112 (mi_solib_unloaded): Likewise.
2113 (mi_command_param_changed): Likewise.
2114 (mi_memory_changed): Likewise.
2115 (report_initial_inferior): Likewise.
2116 (mi_ui_out): Likewise.
2117 (mi_set_logging): Likewise.
2118 * mi/mi-main.c (collect_cores): Likewise.
2119 (print_one_inferior): Likewise.
2120 (free_vector_of_ints): Likewise.
2121 (free_splay_tree): Likewise.
2122 (mi_execute_command): Likewise.
2123 * mi/mi-out.c (mi_table_body): Likewise.
2124 (mi_table_end): Likewise.
2125 (mi_table_header): Likewise.
2126 (mi_begin): Likewise.
2127 (mi_end): Likewise.
2128 (mi_field_int): Likewise.
2129 (mi_field_string): Likewise.
2130 (mi_field_fmt): Likewise.
2131 (mi_flush): Likewise.
2132 (mi_redirect): Likewise.
2133 (field_separator): Likewise.
2134 (mi_open): Likewise.
2135 (mi_close): Likewise.
2136 (mi_out_buffered): Likewise.
2137 (mi_out_rewind): Likewise.
2138 (mi_out_put): Likewise.
2139 (mi_version): Likewise.
2140 (mi_out_data_dtor): Likewise.
2141 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
2142 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
2143 * minidebug.c (lzma_open): Likewise.
2144 (lzma_pread): Likewise.
2145 (lzma_close): Likewise.
2146 (lzma_stat): Likewise.
2147 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
2148 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
2149 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
2150 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
2151 (mips_micro_frame_cache): Likewise.
2152 (mips_insn32_frame_cache): Likewise.
2153 (mips_stub_frame_cache): Likewise.
2154 (gdb_print_insn_mips): Likewise.
2155 (value_of_mips_user_reg): Likewise.
2156 (mips_gdbarch_init): Likewise.
2157 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
2158 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
2159 (mipsnbsd_supply_gregset): Likewise.
2160 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
2161 (am33_collect_gregset_method): Likewise.
2162 (am33_collect_fpregset_method): Likewise.
2163 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
2164 * moxie-tdep.c (moxie_frame_cache): Likewise.
2165 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
2166 (msp430_analyze_frame_prologue): Likewise.
2167 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
2168 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
2169 (nios2_collect_gregset): Likewise.
2170 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
2171 (nios2_stub_frame_cache): Likewise.
2172 * objc-lang.c (find_methods): Likewise.
2173 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
2174 (get_objfile_pspace_data): Likewise.
2175 (get_objfile_bfd_data): Likewise.
2176 (objfile_bfd_data_free): Likewise.
2177 (add_to_objfile_sections): Likewise.
2178 (do_free_objfile_cleanup): Likewise.
2179 (resume_section_map_updates_cleanup): Likewise.
2180 * opencl-lang.c (builtin_opencl_type): Likewise.
2181 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2182 * osdata.c (osdata_start_osdata): Likewise.
2183 (osdata_start_item): Likewise.
2184 (osdata_start_column): Likewise.
2185 (osdata_end_column): Likewise.
2186 (clear_parsing_data): Likewise.
2187 (osdata_free_cleanup): Likewise.
2188 * parse.c (type_stack_cleanup): Likewise.
2189 (exp_uses_objfile_iter): Likewise.
2190 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
2191 (ppc_linux_collect_gregset): Likewise.
2192 (ppu2spu_prev_arch): Likewise.
2193 (ppu2spu_this_id): Likewise.
2194 (ppu2spu_prev_register): Likewise.
2195 (ppu2spu_unwind_register): Likewise.
2196 (ppu2spu_sniffer): Likewise.
2197 (ppu2spu_dealloc_cache): Likewise.
2198 (ppc_linux_init_abi): Likewise.
2199 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
2200 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
2201 * progspace.c (restore_program_space): Likewise.
2202 * psymtab.c (find_pc_sect_psymtab): Likewise.
2203 (compare_psymbols): Likewise.
2204 (psymbol_bcache_full): Likewise.
2205 (allocate_psymtab): Likewise.
2206 (discard_psymtabs_upto): Likewise.
2207 * python/py-block.c (set_block): Likewise.
2208 (del_objfile_blocks): Likewise.
2209 * python/py-breakpoint.c (build_bp_list): Likewise.
2210 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
2211 (build_inferior_list): Likewise.
2212 (py_free_inferior): Likewise.
2213 * python/py-objfile.c (py_free_objfile): Likewise.
2214 (objfile_to_objfile_object): Likewise.
2215 * python/py-prettyprint.c (py_restore_tstate): Likewise.
2216 * python/py-progspace.c (py_free_pspace): Likewise.
2217 (pspace_to_pspace_object): Likewise.
2218 * python/py-symbol.c (set_symbol): Likewise.
2219 (del_objfile_symbols): Likewise.
2220 * python/py-symtab.c (set_sal): Likewise.
2221 (set_symtab): Likewise.
2222 (del_objfile_symtab): Likewise.
2223 (del_objfile_sal): Likewise.
2224 * python/py-type.c (save_objfile_types): Likewise.
2225 (set_type): Likewise.
2226 * python/py-unwind.c (pyuw_prev_register): Likewise.
2227 (pyuw_on_new_gdbarch): Likewise.
2228 * python/py-utils.c (py_decref): Likewise.
2229 (py_xdecref): Likewise.
2230 (gdb_py_generic_dict): Likewise.
2231 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
2232 (gdbpy_clone_xmethod_worker_data): Likewise.
2233 (gdbpy_get_xmethod_arg_types): Likewise.
2234 (gdbpy_get_xmethod_result_type): Likewise.
2235 (gdbpy_invoke_xmethod): Likewise.
2236 * python/python.c (gdbpy_apply_type_printers): Likewise.
2237 (gdbpy_free_type_printers): Likewise.
2238 * record-btrace.c (record_btrace_disable_callback): Likewise.
2239 (bfcache_hash): Likewise.
2240 (bfcache_eq): Likewise.
2241 (btrace_get_frame_function): Likewise.
2242 (record_btrace_frame_unwind_stop_reason): Likewise.
2243 (record_btrace_frame_this_id): Likewise.
2244 (record_btrace_frame_prev_register): Likewise.
2245 (record_btrace_frame_dealloc_cache): Likewise.
2246 * record-full.c (record_full_message_wrapper): Likewise.
2247 (record_full_save_cleanups): Likewise.
2248 * regcache.c (regcache_descr): Likewise.
2249 (do_regcache_xfree): Likewise.
2250 (do_regcache_invalidate): Likewise.
2251 (do_cooked_read): Likewise.
2252 (regcache_transfer_regset): Likewise.
2253 * reggroups.c (reggroup_add): Likewise.
2254 (reggroup_next): Likewise.
2255 (reggroup_prev): Likewise.
2256 * remote-fileio.c (do_remote_fileio_request): Likewise.
2257 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
2258 (do_notif_event_xfree): Likewise.
2259 * remote.c (get_remote_arch_state): Likewise.
2260 (remote_pspace_data_cleanup): Likewise.
2261 (get_remote_exec_file): Likewise.
2262 (set_pspace_remote_exec_file): Likewise.
2263 (compare_pnums): Likewise.
2264 (clear_threads_listing_context): Likewise.
2265 (remote_newthread_step): Likewise.
2266 (start_thread): Likewise.
2267 (end_thread): Likewise.
2268 (remove_child_of_pending_fork): Likewise.
2269 (remove_stop_reply_for_inferior): Likewise.
2270 (remove_stop_reply_of_remote_state): Likewise.
2271 (remote_notif_remove_once_on_match): Likewise.
2272 (stop_reply_match_ptid_and_ws): Likewise.
2273 (kill_child_of_pending_fork): Likewise.
2274 (register_remote_g_packet_guess): Likewise.
2275 (remote_read_description_p): Likewise.
2276 (remote_read_description): Likewise.
2277 (free_actions_list_cleanup_wrapper): Likewise.
2278 (remote_async_serial_handler): Likewise.
2279 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
2280 (rl78_analyze_frame_prologue): Likewise.
2281 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
2282 (ppc_supply_fpregset): Likewise.
2283 (ppc_supply_vsxregset): Likewise.
2284 (ppc_supply_vrregset): Likewise.
2285 (ppc_collect_gregset): Likewise.
2286 (ppc_collect_fpregset): Likewise.
2287 (ppc_collect_vsxregset): Likewise.
2288 (ppc_collect_vrregset): Likewise.
2289 (e500_move_ev_register): Likewise.
2290 (do_regcache_raw_write): Likewise.
2291 (rs6000_frame_cache): Likewise.
2292 (rs6000_epilogue_frame_cache): Likewise.
2293 (rs6000_gdbarch_init): Likewise.
2294 * rx-tdep.c (rx_get_opcode_byte): Likewise.
2295 (rx_analyze_frame_prologue): Likewise.
2296 (rx_frame_type): Likewise.
2297 (rx_frame_sniffer_common): Likewise.
2298 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
2299 (s390_frame_unwind_cache): Likewise.
2300 (s390_stub_frame_unwind_cache): Likewise.
2301 (s390_sigtramp_frame_unwind_cache): Likewise.
2302 * score-tdep.c (score_make_prologue_cache): Likewise.
2303 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
2304 (sentinel_frame_prev_arch): Likewise.
2305 * ser-base.c (fd_event): Likewise.
2306 (push_event): Likewise.
2307 (ser_base_write): Likewise.
2308 * ser-pipe.c (pipe_close): Likewise.
2309 * serial.c (serial_write): Likewise.
2310 * sh-tdep.c (sh_frame_cache): Likewise.
2311 (sh_stub_this_id): Likewise.
2312 * sh64-tdep.c (sh64_frame_cache): Likewise.
2313 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
2314 (library_list_start_library): Likewise.
2315 (library_list_start_list): Likewise.
2316 (solib_aix_free_library_list): Likewise.
2317 * solib-darwin.c (get_darwin_info): Likewise.
2318 * solib-dsbt.c (get_dsbt_info): Likewise.
2319 * solib-spu.c (append_ocl_sos): Likewise.
2320 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
2321 (get_svr4_info): Likewise.
2322 (library_list_start_library): Likewise.
2323 (svr4_library_list_start_list): Likewise.
2324 (hash_probe_and_action): Likewise.
2325 (equal_probe_and_action): Likewise.
2326 (svr4_update_solib_event_breakpoint): Likewise.
2327 (set_solib_svr4_fetch_link_map_offsets): Likewise.
2328 (svr4_fetch_link_map_offsets): Likewise.
2329 (svr4_have_link_map_offsets): Likewise.
2330 * solib-target.c (library_list_start_segment): Likewise.
2331 (library_list_start_section): Likewise.
2332 (library_list_start_library): Likewise.
2333 (library_list_end_library): Likewise.
2334 (library_list_start_list): Likewise.
2335 (solib_target_free_library_list): Likewise.
2336 * solib.c (solib_ops): Likewise.
2337 (set_solib_ops): Likewise.
2338 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
2339 * sparc-tdep.c (sparc_frame_cache): Likewise.
2340 (sparc32_frame_cache): Likewise.
2341 (sparc32_supply_gregset): Likewise.
2342 (sparc32_collect_gregset): Likewise.
2343 (sparc32_supply_fpregset): Likewise.
2344 (sparc32_collect_fpregset): Likewise.
2345 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
2346 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
2347 (sparc64_collect_gregset): Likewise.
2348 (sparc64_supply_fpregset): Likewise.
2349 (sparc64_collect_fpregset): Likewise.
2350 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
2351 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
2352 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
2353 (sparc64obsd_trapframe_cache): Likewise.
2354 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
2355 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
2356 * spu-multiarch.c (spu_gdbarch): Likewise.
2357 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
2358 (spu2ppu_prev_arch): Likewise.
2359 (spu2ppu_this_id): Likewise.
2360 (spu2ppu_prev_register): Likewise.
2361 (spu2ppu_dealloc_cache): Likewise.
2362 (spu_dis_asm_print_address): Likewise.
2363 (gdb_print_insn_spu): Likewise.
2364 (spu_get_overlay_table): Likewise.
2365 * stabsread.c (rs6000_builtin_type): Likewise.
2366 * stack.c (do_print_variable_and_value): Likewise.
2367 * stap-probe.c (get_stap_base_address_1): Likewise.
2368 * symfile-debug.c (debug_qf_has_symbols): Likewise.
2369 (debug_qf_find_last_source_symtab): Likewise.
2370 (debug_qf_forget_cached_source_info): Likewise.
2371 (debug_qf_map_symtabs_matching_filename): Likewise.
2372 (debug_qf_lookup_symbol): Likewise.
2373 (debug_qf_print_stats): Likewise.
2374 (debug_qf_dump): Likewise.
2375 (debug_qf_relocate): Likewise.
2376 (debug_qf_expand_symtabs_for_function): Likewise.
2377 (debug_qf_expand_all_symtabs): Likewise.
2378 (debug_qf_expand_symtabs_with_fullname): Likewise.
2379 (debug_qf_map_matching_symbols): Likewise.
2380 (debug_qf_expand_symtabs_matching): Likewise.
2381 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
2382 (debug_qf_map_symbol_filenames): Likewise.
2383 (debug_sym_get_probes): Likewise.
2384 (debug_sym_new_init): Likewise.
2385 (debug_sym_init): Likewise.
2386 (debug_sym_read): Likewise.
2387 (debug_sym_read_psymbols): Likewise.
2388 (debug_sym_finish): Likewise.
2389 (debug_sym_offsets): Likewise.
2390 (debug_sym_read_linetable): Likewise.
2391 (debug_sym_relocate): Likewise.
2392 (uninstall_symfile_debug_logging): Likewise.
2393 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
2394 * symfile.c (place_section): Likewise.
2395 (add_section_size_callback): Likewise.
2396 (load_progress): Likewise.
2397 (load_section_callback): Likewise.
2398 (clear_memory_write_data): Likewise.
2399 (allocate_symtab): Likewise.
2400 * symmisc.c (maintenance_expand_file_matcher): Likewise.
2401 * symtab.c (lookup_symtab_callback): Likewise.
2402 (hash_demangled_name_entry): Likewise.
2403 (eq_demangled_name_entry): Likewise.
2404 (get_symbol_cache): Likewise.
2405 (symbol_cache_cleanup): Likewise.
2406 (set_symbol_cache_size): Likewise.
2407 (symbol_cache_flush): Likewise.
2408 (maintenance_print_symbol_cache): Likewise.
2409 (maintenance_print_symbol_cache_statistics): Likewise.
2410 (delete_filename_seen_cache): Likewise.
2411 (output_partial_symbol_filename): Likewise.
2412 (search_symbols_file_matches): Likewise.
2413 (search_symbols_name_matches): Likewise.
2414 (do_free_completion_list): Likewise.
2415 (maybe_add_partial_symtab_filename): Likewise.
2416 (get_main_info): Likewise.
2417 (main_info_cleanup): Likewise.
2418 * target-dcache.c (target_dcache_cleanup): Likewise.
2419 (target_dcache_init_p): Likewise.
2420 (target_dcache_invalidate): Likewise.
2421 (target_dcache_get): Likewise.
2422 (target_dcache_get_or_init): Likewise.
2423 * target-descriptions.c (target_find_description): Likewise.
2424 (tdesc_find_type): Likewise.
2425 (tdesc_data_cleanup): Likewise.
2426 (tdesc_find_arch_register): Likewise.
2427 (tdesc_register_name): Likewise.
2428 (tdesc_register_type): Likewise.
2429 (tdesc_register_reggroup_p): Likewise.
2430 (set_tdesc_pseudo_register_name): Likewise.
2431 (set_tdesc_pseudo_register_type): Likewise.
2432 (set_tdesc_pseudo_register_reggroup_p): Likewise.
2433 (tdesc_use_registers): Likewise.
2434 (free_target_description): Likewise.
2435 * target-memory.c (compare_block_starting_address): Likewise.
2436 (cleanup_request_data): Likewise.
2437 (cleanup_write_requests_vector): Likewise.
2438 * target.c (open_target): Likewise.
2439 (cleanup_restore_target_terminal): Likewise.
2440 (free_memory_read_result_vector): Likewise.
2441 * thread.c (disable_thread_stack_temporaries): Likewise.
2442 (finish_thread_state_cleanup): Likewise.
2443 (do_restore_current_thread_cleanup): Likewise.
2444 (restore_current_thread_cleanup_dtor): Likewise.
2445 (set_thread_refcount): Likewise.
2446 (tp_array_compar): Likewise.
2447 (do_captured_thread_select): Likewise.
2448 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
2449 (tic6x_stub_this_id): Likewise.
2450 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
2451 * top.c (do_restore_instream_cleanup): Likewise.
2452 (gdb_readline_wrapper_cleanup): Likewise.
2453 (kill_or_detach): Likewise.
2454 (print_inferior_quit_action): Likewise.
2455 * tracefile-tfile.c (match_blocktype): Likewise.
2456 (build_traceframe_info): Likewise.
2457 * tracefile.c (trace_file_writer_xfree): Likewise.
2458 * tracepoint.c (memrange_cmp): Likewise.
2459 (do_collect_symbol): Likewise.
2460 (do_clear_collection_list): Likewise.
2461 (do_restore_current_traceframe_cleanup): Likewise.
2462 (restore_current_traceframe_cleanup_dtor): Likewise.
2463 (free_current_marker): Likewise.
2464 (traceframe_info_start_memory): Likewise.
2465 (traceframe_info_start_tvar): Likewise.
2466 (free_result): Likewise.
2467 * tramp-frame.c (tramp_frame_cache): Likewise.
2468 * tui/tui-file.c (tui_file_delete): Likewise.
2469 (tui_fileopen): Likewise.
2470 (tui_sfileopen): Likewise.
2471 (tui_file_isatty): Likewise.
2472 (tui_file_rewind): Likewise.
2473 (tui_file_put): Likewise.
2474 (tui_file_fputs): Likewise.
2475 (tui_file_get_strbuf): Likewise.
2476 (tui_file_adjust_strbuf): Likewise.
2477 (tui_file_flush): Likewise.
2478 * tui/tui-layout.c (make_command_window): Likewise.
2479 (make_data_window): Likewise.
2480 (show_source_disasm_command): Likewise.
2481 (show_data): Likewise.
2482 (make_source_or_disasm_window): Likewise.
2483 (show_source_or_disasm_and_command): Likewise.
2484 * tui/tui-out.c (tui_field_int): Likewise.
2485 (tui_field_string): Likewise.
2486 (tui_field_fmt): Likewise.
2487 (tui_text): Likewise.
2488 * typeprint.c (hash_typedef_field): Likewise.
2489 (eq_typedef_field): Likewise.
2490 (do_free_typedef_hash): Likewise.
2491 (copy_typedef_hash_element): Likewise.
2492 (do_free_global_table): Likewise.
2493 (find_global_typedef): Likewise.
2494 (find_typedef_in_hash): Likewise.
2495 * ui-file.c (ui_file_write_for_put): Likewise.
2496 (do_ui_file_xstrdup): Likewise.
2497 (mem_file_delete): Likewise.
2498 (mem_file_rewind): Likewise.
2499 (mem_file_put): Likewise.
2500 (mem_file_write): Likewise.
2501 (stdio_file_delete): Likewise.
2502 (stdio_file_flush): Likewise.
2503 (stdio_file_read): Likewise.
2504 (stdio_file_write): Likewise.
2505 (stdio_file_write_async_safe): Likewise.
2506 (stdio_file_fputs): Likewise.
2507 (stdio_file_isatty): Likewise.
2508 (stdio_file_fseek): Likewise.
2509 (tee_file_delete): Likewise.
2510 (tee_file_flush): Likewise.
2511 (tee_file_write): Likewise.
2512 (tee_file_fputs): Likewise.
2513 (tee_file_isatty): Likewise.
2514 * ui-out.c (do_cleanup_table_end): Likewise.
2515 (do_cleanup_end): Likewise.
2516 * user-regs.c (user_reg_add): Likewise.
2517 (user_reg_map_name_to_regnum): Likewise.
2518 (usernum_to_user_reg): Likewise.
2519 (maintenance_print_user_registers): Likewise.
2520 * utils.c (do_bfd_close_cleanup): Likewise.
2521 (do_fclose_cleanup): Likewise.
2522 (do_obstack_free): Likewise.
2523 (do_ui_file_delete): Likewise.
2524 (do_ui_out_redirect_pop): Likewise.
2525 (do_free_section_addr_info): Likewise.
2526 (restore_integer): Likewise.
2527 (do_unpush_target): Likewise.
2528 (do_htab_delete_cleanup): Likewise.
2529 (do_restore_ui_file): Likewise.
2530 (do_value_free): Likewise.
2531 (do_free_so): Likewise.
2532 (free_current_contents): Likewise.
2533 (do_regfree_cleanup): Likewise.
2534 (core_addr_hash): Likewise.
2535 (core_addr_eq): Likewise.
2536 (do_free_char_ptr_vec): Likewise.
2537 * v850-tdep.c (v850_frame_cache): Likewise.
2538 * varobj.c (do_free_variable_cleanup): Likewise.
2539 * vax-tdep.c (vax_supply_gregset): Likewise.
2540 (vax_frame_cache): Likewise.
2541 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
2542 * xml-support.c (gdb_xml_body_text): Likewise.
2543 (gdb_xml_values_cleanup): Likewise.
2544 (gdb_xml_start_element): Likewise.
2545 (gdb_xml_start_element_wrapper): Likewise.
2546 (gdb_xml_end_element): Likewise.
2547 (gdb_xml_end_element_wrapper): Likewise.
2548 (gdb_xml_cleanup): Likewise.
2549 (gdb_xml_fetch_external_entity): Likewise.
2550 (gdb_xml_parse_attr_enum): Likewise.
2551 (xinclude_start_include): Likewise.
2552 (xinclude_end_include): Likewise.
2553 (xml_xinclude_default): Likewise.
2554 (xml_xinclude_start_doctype): Likewise.
2555 (xml_xinclude_end_doctype): Likewise.
2556 (xml_xinclude_cleanup): Likewise.
2557 (xml_fetch_content_from_file): Likewise.
2558 * xml-syscall.c (free_syscalls_info): Likewise.
2559 (syscall_start_syscall): Likewise.
2560 * xml-tdesc.c (tdesc_end_arch): Likewise.
2561 (tdesc_end_osabi): Likewise.
2562 (tdesc_end_compatible): Likewise.
2563 (tdesc_start_target): Likewise.
2564 (tdesc_start_feature): Likewise.
2565 (tdesc_start_reg): Likewise.
2566 (tdesc_start_union): Likewise.
2567 (tdesc_start_struct): Likewise.
2568 (tdesc_start_flags): Likewise.
2569 (tdesc_start_field): Likewise.
2570 (tdesc_start_vector): Likewise.
2571 (fetch_available_features_from_target): Likewise.
2572 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
2573 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
2574 (xtensa_frame_cache): Likewise.
2575 (xtensa_frame_prev_register): Likewise.
2576 (xtensa_extract_return_value): Likewise.
2577
2578 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2579
2580 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
2581 (aarch64_make_stub_cache): Likewise.
2582 (value_of_aarch64_user_reg): Likewise.
2583 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
2584 (get_ada_inferior_data): Likewise.
2585 (get_ada_pspace_data): Likewise.
2586 (ada_pspace_data_cleanup): Likewise.
2587 (ada_complete_symbol_matcher): Likewise.
2588 (ada_exc_search_name_matches): Likewise.
2589 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2590 (get_ada_tasks_inferior_data): Likewise.
2591 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
2592 (splay_obstack_alloc): Likewise.
2593 (splay_obstack_free): Likewise.
2594 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
2595 (alpha_linux_collect_gregset): Likewise.
2596 (alpha_linux_supply_fpregset): Likewise.
2597 (alpha_linux_collect_fpregset): Likewise.
2598 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
2599 * alpha-tdep.c (alpha_lds): Likewise.
2600 (alpha_sts): Likewise.
2601 (alpha_sigtramp_frame_unwind_cache): Likewise.
2602 (alpha_heuristic_frame_unwind_cache): Likewise.
2603 (alpha_supply_int_regs): Likewise.
2604 (alpha_fill_int_regs): Likewise.
2605 (alpha_supply_fp_regs): Likewise.
2606 (alpha_fill_fp_regs): Likewise.
2607 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
2608 (alphanbsd_aout_supply_gregset): Likewise.
2609 (alphanbsd_supply_gregset): Likewise.
2610 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
2611 (amd64_x32_linux_init_abi): Likewise.
2612 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
2613 (amd64_collect_native_gregset): Likewise.
2614 * amd64-tdep.c (amd64_frame_cache): Likewise.
2615 (amd64_sigtramp_frame_cache): Likewise.
2616 (amd64_epilogue_frame_cache): Likewise.
2617 (amd64_supply_fxsave): Likewise.
2618 (amd64_supply_xsave): Likewise.
2619 (amd64_collect_fxsave): Likewise.
2620 (amd64_collect_xsave): Likewise.
2621 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
2622 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
2623 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
2624 (arm_linux_collect_gregset): Likewise.
2625 (arm_linux_supply_nwfpe): Likewise.
2626 (arm_linux_collect_nwfpe): Likewise.
2627 (arm_linux_supply_vfp): Likewise.
2628 (arm_linux_collect_vfp): Likewise.
2629 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
2630 (arm_prologue_unwind_stop_reason): Likewise.
2631 (arm_prologue_this_id): Likewise.
2632 (arm_prologue_prev_register): Likewise.
2633 (arm_exidx_data_free): Likewise.
2634 (arm_find_exidx_entry): Likewise.
2635 (arm_stub_this_id): Likewise.
2636 (arm_m_exception_this_id): Likewise.
2637 (arm_m_exception_prev_register): Likewise.
2638 (arm_normal_frame_base): Likewise.
2639 (gdb_print_insn_arm): Likewise.
2640 (arm_objfile_data_free): Likewise.
2641 (arm_record_special_symbol): Likewise.
2642 (value_of_arm_user_reg): Likewise.
2643 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
2644 (armbsd_supply_gregset): Likewise.
2645 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
2646 (get_auto_load_pspace_data): Likewise.
2647 (hash_loaded_script_entry): Likewise.
2648 (eq_loaded_script_entry): Likewise.
2649 (clear_section_scripts): Likewise.
2650 (collect_matching_scripts): Likewise.
2651 * auxv.c (auxv_inferior_data_cleanup): Likewise.
2652 (get_auxv_inferior_data): Likewise.
2653 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
2654 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
2655 * bfd-target.c (target_bfd_xfer_partial): Likewise.
2656 (target_bfd_xclose): Likewise.
2657 (target_bfd_get_section_table): Likewise.
2658 * bfin-tdep.c (bfin_frame_cache): Likewise.
2659 * block.c (find_block_in_blockvector): Likewise.
2660 (call_site_for_pc): Likewise.
2661 (block_find_non_opaque_type_preferred): Likewise.
2662 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
2663 (signal_catchpoint_remove_location): Likewise.
2664 (signal_catchpoint_breakpoint_hit): Likewise.
2665 (signal_catchpoint_print_one): Likewise.
2666 (signal_catchpoint_print_mention): Likewise.
2667 (signal_catchpoint_print_recreate): Likewise.
2668 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
2669 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
2670 (bp_location_compare_addrs): Likewise.
2671 (get_first_locp_gte_addr): Likewise.
2672 (check_tracepoint_command): Likewise.
2673 (do_map_commands_command): Likewise.
2674 (get_breakpoint_objfile_data): Likewise.
2675 (free_breakpoint_probes): Likewise.
2676 (do_captured_breakpoint_query): Likewise.
2677 (compare_breakpoints): Likewise.
2678 (bp_location_compare): Likewise.
2679 (bpstat_remove_breakpoint_callback): Likewise.
2680 (do_delete_breakpoint_cleanup): Likewise.
2681 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
2682 (bsd_uthread_set_collect_uthread): Likewise.
2683 (bsd_uthread_activate): Likewise.
2684 (bsd_uthread_fetch_registers): Likewise.
2685 (bsd_uthread_store_registers): Likewise.
2686 * btrace.c (check_xml_btrace_version): Likewise.
2687 (parse_xml_btrace_block): Likewise.
2688 (parse_xml_btrace_pt_config_cpu): Likewise.
2689 (parse_xml_btrace_pt_raw): Likewise.
2690 (parse_xml_btrace_pt): Likewise.
2691 (parse_xml_btrace_conf_bts): Likewise.
2692 (parse_xml_btrace_conf_pt): Likewise.
2693 (do_btrace_data_cleanup): Likewise.
2694 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
2695 * charset.c (cleanup_iconv): Likewise.
2696 (do_cleanup_iterator): Likewise.
2697 * cli-out.c (cli_uiout_dtor): Likewise.
2698 (cli_table_begin): Likewise.
2699 (cli_table_body): Likewise.
2700 (cli_table_end): Likewise.
2701 (cli_table_header): Likewise.
2702 (cli_begin): Likewise.
2703 (cli_end): Likewise.
2704 (cli_field_int): Likewise.
2705 (cli_field_skip): Likewise.
2706 (cli_field_string): Likewise.
2707 (cli_field_fmt): Likewise.
2708 (cli_spaces): Likewise.
2709 (cli_text): Likewise.
2710 (cli_message): Likewise.
2711 (cli_wrap_hint): Likewise.
2712 (cli_flush): Likewise.
2713 (cli_redirect): Likewise.
2714 (out_field_fmt): Likewise.
2715 (field_separator): Likewise.
2716 (cli_out_set_stream): Likewise.
2717 * cli/cli-cmds.c (compare_symtabs): Likewise.
2718 * cli/cli-dump.c (call_dump_func): Likewise.
2719 (restore_section_callback): Likewise.
2720 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
2721 (do_restore_user_call_depth): Likewise.
2722 (do_free_command_lines_cleanup): Likewise.
2723 * coff-pe-read.c (get_section_vmas): Likewise.
2724 (pe_as16): Likewise.
2725 (pe_as32): Likewise.
2726 * coffread.c (coff_symfile_read): Likewise.
2727 * common/agent.c (agent_look_up_symbols): Likewise.
2728 * common/filestuff.c (do_close_cleanup): Likewise.
2729 * common/format.c (free_format_pieces_cleanup): Likewise.
2730 * common/vec.c (vec_o_reserve): Likewise.
2731 * compile/compile-c-support.c (print_one_macro): Likewise.
2732 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
2733 (eq_symbol_error): Likewise.
2734 (del_symbol_error): Likewise.
2735 (error_symbol_once): Likewise.
2736 (gcc_convert_symbol): Likewise.
2737 (gcc_symbol_address): Likewise.
2738 (hash_symname): Likewise.
2739 (eq_symname): Likewise.
2740 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
2741 (eq_type_map_instance): Likewise.
2742 (insert_type): Likewise.
2743 (convert_type): Likewise.
2744 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
2745 (setup_sections): Likewise.
2746 (link_hash_table_free): Likewise.
2747 (copy_sections): Likewise.
2748 * compile/compile-object-run.c (do_module_cleanup): Likewise.
2749 * compile/compile.c (compile_print_value): Likewise.
2750 (do_rmdir): Likewise.
2751 (cleanup_compile_instance): Likewise.
2752 (cleanup_unlink_file): Likewise.
2753 * completer.c (free_completion_tracker): Likewise.
2754 * corelow.c (add_to_spuid_list): Likewise.
2755 * cp-namespace.c (reset_directive_searched): Likewise.
2756 * cp-support.c (reset_directive_searched): Likewise.
2757 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
2758 (cris_frame_unwind_cache): Likewise.
2759 * d-lang.c (builtin_d_type): Likewise.
2760 * d-namespace.c (reset_directive_searched): Likewise.
2761 * dbxread.c (dbx_free_symfile_info): Likewise.
2762 (do_free_bincl_list_cleanup): Likewise.
2763 * disasm.c (hash_dis_line_entry): Likewise.
2764 (eq_dis_line_entry): Likewise.
2765 (dis_asm_print_address): Likewise.
2766 (fprintf_disasm): Likewise.
2767 (do_ui_file_delete): Likewise.
2768 * doublest.c (convert_floatformat_to_doublest): Likewise.
2769 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
2770 (dummy_frame_prev_register): Likewise.
2771 (dummy_frame_this_id): Likewise.
2772 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
2773 (cache_eq): Likewise.
2774 (cache_find): Likewise.
2775 (tailcall_frame_this_id): Likewise.
2776 (dwarf2_tailcall_prev_register_first): Likewise.
2777 (tailcall_frame_prev_register): Likewise.
2778 (tailcall_frame_dealloc_cache): Likewise.
2779 (tailcall_frame_prev_arch): Likewise.
2780 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
2781 (dwarf2_frame_set_init_reg): Likewise.
2782 (dwarf2_frame_init_reg): Likewise.
2783 (dwarf2_frame_set_signal_frame_p): Likewise.
2784 (dwarf2_frame_signal_frame_p): Likewise.
2785 (dwarf2_frame_set_adjust_regnum): Likewise.
2786 (dwarf2_frame_adjust_regnum): Likewise.
2787 (clear_pointer_cleanup): Likewise.
2788 (dwarf2_frame_cache): Likewise.
2789 (find_cie): Likewise.
2790 (dwarf2_frame_find_fde): Likewise.
2791 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
2792 (free_dwarf_expr_context_cleanup): Likewise.
2793 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
2794 (locexpr_get_frame_base): Likewise.
2795 (loclist_find_frame_base_location): Likewise.
2796 (loclist_get_frame_base): Likewise.
2797 (dwarf_expr_dwarf_call): Likewise.
2798 (dwarf_expr_get_base_type): Likewise.
2799 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
2800 (dwarf_expr_get_obj_addr): Likewise.
2801 (entry_data_value_coerce_ref): Likewise.
2802 (entry_data_value_copy_closure): Likewise.
2803 (entry_data_value_free_closure): Likewise.
2804 (get_frame_address_in_block_wrapper): Likewise.
2805 (dwarf2_evaluate_property): Likewise.
2806 (dwarf2_compile_property_to_c): Likewise.
2807 (needs_frame_read_addr_from_reg): Likewise.
2808 (needs_frame_get_reg_value): Likewise.
2809 (needs_frame_frame_base): Likewise.
2810 (needs_frame_frame_cfa): Likewise.
2811 (needs_frame_tls_address): Likewise.
2812 (needs_frame_dwarf_call): Likewise.
2813 (needs_dwarf_reg_entry_value): Likewise.
2814 (get_ax_pc): Likewise.
2815 (locexpr_read_variable): Likewise.
2816 (locexpr_read_variable_at_entry): Likewise.
2817 (locexpr_read_needs_frame): Likewise.
2818 (locexpr_describe_location): Likewise.
2819 (locexpr_tracepoint_var_ref): Likewise.
2820 (locexpr_generate_c_location): Likewise.
2821 (loclist_read_variable): Likewise.
2822 (loclist_read_variable_at_entry): Likewise.
2823 (loclist_describe_location): Likewise.
2824 (loclist_tracepoint_var_ref): Likewise.
2825 (loclist_generate_c_location): Likewise.
2826 * dwarf2read.c (line_header_hash_voidp): Likewise.
2827 (line_header_eq_voidp): Likewise.
2828 (dwarf2_has_info): Likewise.
2829 (dwarf2_get_section_info): Likewise.
2830 (locate_dwz_sections): Likewise.
2831 (hash_file_name_entry): Likewise.
2832 (eq_file_name_entry): Likewise.
2833 (delete_file_name_entry): Likewise.
2834 (dw2_setup): Likewise.
2835 (dw2_get_file_names_reader): Likewise.
2836 (dw2_find_pc_sect_compunit_symtab): Likewise.
2837 (hash_signatured_type): Likewise.
2838 (eq_signatured_type): Likewise.
2839 (add_signatured_type_cu_to_table): Likewise.
2840 (create_debug_types_hash_table): Likewise.
2841 (lookup_dwo_signatured_type): Likewise.
2842 (lookup_dwp_signatured_type): Likewise.
2843 (lookup_signatured_type): Likewise.
2844 (hash_type_unit_group): Likewise.
2845 (eq_type_unit_group): Likewise.
2846 (get_type_unit_group): Likewise.
2847 (process_psymtab_comp_unit_reader): Likewise.
2848 (sort_tu_by_abbrev_offset): Likewise.
2849 (process_skeletonless_type_unit): Likewise.
2850 (psymtabs_addrmap_cleanup): Likewise.
2851 (dwarf2_read_symtab): Likewise.
2852 (psymtab_to_symtab_1): Likewise.
2853 (die_hash): Likewise.
2854 (die_eq): Likewise.
2855 (load_full_comp_unit_reader): Likewise.
2856 (reset_die_in_process): Likewise.
2857 (free_cu_line_header): Likewise.
2858 (handle_DW_AT_stmt_list): Likewise.
2859 (hash_dwo_file): Likewise.
2860 (eq_dwo_file): Likewise.
2861 (hash_dwo_unit): Likewise.
2862 (eq_dwo_unit): Likewise.
2863 (create_dwo_cu_reader): Likewise.
2864 (create_dwo_unit_in_dwp_v1): Likewise.
2865 (create_dwo_unit_in_dwp_v2): Likewise.
2866 (lookup_dwo_unit_in_dwp): Likewise.
2867 (dwarf2_locate_dwo_sections): Likewise.
2868 (dwarf2_locate_common_dwp_sections): Likewise.
2869 (dwarf2_locate_v2_dwp_sections): Likewise.
2870 (hash_dwp_loaded_cutus): Likewise.
2871 (eq_dwp_loaded_cutus): Likewise.
2872 (lookup_dwo_cutu): Likewise.
2873 (abbrev_table_free_cleanup): Likewise.
2874 (dwarf2_free_abbrev_table): Likewise.
2875 (find_partial_die_in_comp_unit): Likewise.
2876 (free_line_header_voidp): Likewise.
2877 (follow_die_offset): Likewise.
2878 (follow_die_sig_1): Likewise.
2879 (free_heap_comp_unit): Likewise.
2880 (free_stack_comp_unit): Likewise.
2881 (dwarf2_free_objfile): Likewise.
2882 (per_cu_offset_and_type_hash): Likewise.
2883 (per_cu_offset_and_type_eq): Likewise.
2884 (get_die_type_at_offset): Likewise.
2885 (partial_die_hash): Likewise.
2886 (partial_die_eq): Likewise.
2887 (dwarf2_per_objfile_free): Likewise.
2888 (hash_strtab_entry): Likewise.
2889 (eq_strtab_entry): Likewise.
2890 (add_string): Likewise.
2891 (hash_symtab_entry): Likewise.
2892 (eq_symtab_entry): Likewise.
2893 (delete_symtab_entry): Likewise.
2894 (cleanup_mapped_symtab): Likewise.
2895 (add_indices_to_cpool): Likewise.
2896 (hash_psymtab_cu_index): Likewise.
2897 (eq_psymtab_cu_index): Likewise.
2898 (add_address_entry_worker): Likewise.
2899 (unlink_if_set): Likewise.
2900 (write_one_signatured_type): Likewise.
2901 (save_gdb_index_command): Likewise.
2902 * elfread.c (elf_symtab_read): Likewise.
2903 (elf_gnu_ifunc_cache_hash): Likewise.
2904 (elf_gnu_ifunc_cache_eq): Likewise.
2905 (elf_gnu_ifunc_record_cache): Likewise.
2906 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2907 (elf_get_probes): Likewise.
2908 (probe_key_free): Likewise.
2909 * f-lang.c (builtin_f_type): Likewise.
2910 * frame-base.c (frame_base_append_sniffer): Likewise.
2911 (frame_base_set_default): Likewise.
2912 (frame_base_find_by_frame): Likewise.
2913 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2914 (frame_unwind_append_unwinder): Likewise.
2915 (frame_unwind_find_by_frame): Likewise.
2916 * frame.c (frame_addr_hash): Likewise.
2917 (frame_addr_hash_eq): Likewise.
2918 (frame_stash_find): Likewise.
2919 (do_frame_register_read): Likewise.
2920 (unwind_to_current_frame): Likewise.
2921 (frame_cleanup_after_sniffer): Likewise.
2922 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2923 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2924 * ft32-tdep.c (ft32_frame_cache): Likewise.
2925 * gcore.c (do_bfd_delete_cleanup): Likewise.
2926 (gcore_create_callback): Likewise.
2927 * gdb_bfd.c (hash_bfd): Likewise.
2928 (eq_bfd): Likewise.
2929 (gdb_bfd_open): Likewise.
2930 (free_one_bfd_section): Likewise.
2931 (gdb_bfd_ref): Likewise.
2932 (gdb_bfd_unref): Likewise.
2933 (get_section_descriptor): Likewise.
2934 (gdb_bfd_map_section): Likewise.
2935 (gdb_bfd_crc): Likewise.
2936 (gdb_bfd_mark_parent): Likewise.
2937 (gdb_bfd_record_inclusion): Likewise.
2938 (gdb_bfd_requires_relocations): Likewise.
2939 (print_one_bfd): Likewise.
2940 * gdbtypes.c (type_pair_hash): Likewise.
2941 (type_pair_eq): Likewise.
2942 (builtin_type): Likewise.
2943 (objfile_type): Likewise.
2944 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2945 (vtable_address_point_offset): Likewise.
2946 (gnuv3_get_vtable): Likewise.
2947 (hash_value_and_voffset): Likewise.
2948 (eq_value_and_voffset): Likewise.
2949 (compare_value_and_voffset): Likewise.
2950 (compute_vtable_size): Likewise.
2951 (gnuv3_get_typeid_type): Likewise.
2952 * go-lang.c (builtin_go_type): Likewise.
2953 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2954 (bkscm_eq_block_smob): Likewise.
2955 (bkscm_objfile_block_map): Likewise.
2956 (bkscm_del_objfile_blocks): Likewise.
2957 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2958 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2959 (gdbscm_disasm_print_address): Likewise.
2960 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2961 (frscm_eq_frame_smob): Likewise.
2962 (frscm_inferior_frame_map): Likewise.
2963 (frscm_del_inferior_frames): Likewise.
2964 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2965 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2966 (ofscm_objfile_smob_from_objfile): Likewise.
2967 * guile/scm-ports.c (ioscm_write): Likewise.
2968 (ioscm_file_port_delete): Likewise.
2969 (ioscm_file_port_rewind): Likewise.
2970 (ioscm_file_port_put): Likewise.
2971 (ioscm_file_port_write): Likewise.
2972 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2973 (psscm_pspace_smob_from_pspace): Likewise.
2974 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2975 (scscm_recording_unwind_handler): Likewise.
2976 (gdbscm_with_catch): Likewise.
2977 (scscm_call_0_body): Likewise.
2978 (scscm_call_1_body): Likewise.
2979 (scscm_call_2_body): Likewise.
2980 (scscm_call_3_body): Likewise.
2981 (scscm_call_4_body): Likewise.
2982 (scscm_apply_1_body): Likewise.
2983 (scscm_eval_scheme_string): Likewise.
2984 (gdbscm_safe_eval_string): Likewise.
2985 (scscm_source_scheme_script): Likewise.
2986 (gdbscm_safe_source_script): Likewise.
2987 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2988 (gdbscm_call_scm_from_stringn): Likewise.
2989 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2990 (syscm_eq_symbol_smob): Likewise.
2991 (syscm_get_symbol_map): Likewise.
2992 (syscm_del_objfile_symbols): Likewise.
2993 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2994 (stscm_eq_symtab_smob): Likewise.
2995 (stscm_objfile_symtab_map): Likewise.
2996 (stscm_del_objfile_symtabs): Likewise.
2997 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2998 (tyscm_eq_type_smob): Likewise.
2999 (tyscm_type_map): Likewise.
3000 (tyscm_copy_type_recursive): Likewise.
3001 (save_objfile_types): Likewise.
3002 * guile/scm-utils.c (extract_arg): Likewise.
3003 * h8300-tdep.c (h8300_frame_cache): Likewise.
3004 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
3005 * hppa-tdep.c (compare_unwind_entries): Likewise.
3006 (find_unwind_entry): Likewise.
3007 (hppa_frame_cache): Likewise.
3008 (hppa_stub_frame_unwind_cache): Likewise.
3009 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
3010 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
3011 (hppaobsd_supply_fpregset): Likewise.
3012 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
3013 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3014 * i386-tdep.c (i386_frame_cache): Likewise.
3015 (i386_epilogue_frame_cache): Likewise.
3016 (i386_sigtramp_frame_cache): Likewise.
3017 (i386_supply_gregset): Likewise.
3018 (i386_collect_gregset): Likewise.
3019 (i386_gdbarch_init): Likewise.
3020 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
3021 (i386obsd_trapframe_cache): Likewise.
3022 * i387-tdep.c (i387_supply_fsave): Likewise.
3023 (i387_collect_fsave): Likewise.
3024 (i387_supply_fxsave): Likewise.
3025 (i387_collect_fxsave): Likewise.
3026 (i387_supply_xsave): Likewise.
3027 (i387_collect_xsave): Likewise.
3028 * ia64-tdep.c (ia64_frame_cache): Likewise.
3029 (ia64_sigtramp_frame_cache): Likewise.
3030 * infcmd.c (attach_command_continuation): Likewise.
3031 (attach_command_continuation_free_args): Likewise.
3032 * inferior.c (restore_inferior): Likewise.
3033 (delete_thread_of_inferior): Likewise.
3034 * inflow.c (inflow_inferior_data_cleanup): Likewise.
3035 (get_inflow_inferior_data): Likewise.
3036 (inflow_inferior_exit): Likewise.
3037 * infrun.c (displaced_step_clear_cleanup): Likewise.
3038 (restore_current_uiout_cleanup): Likewise.
3039 (release_stop_context_cleanup): Likewise.
3040 (do_restore_infcall_suspend_state_cleanup): Likewise.
3041 (do_restore_infcall_control_state_cleanup): Likewise.
3042 (restore_inferior_ptid): Likewise.
3043 * inline-frame.c (block_starting_point_at): Likewise.
3044 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
3045 * jit.c (get_jit_objfile_data): Likewise.
3046 (get_jit_program_space_data): Likewise.
3047 (jit_object_close_impl): Likewise.
3048 (jit_find_objf_with_entry_addr): Likewise.
3049 (jit_breakpoint_deleted): Likewise.
3050 (jit_unwind_reg_set_impl): Likewise.
3051 (jit_unwind_reg_get_impl): Likewise.
3052 (jit_dealloc_cache): Likewise.
3053 (jit_frame_sniffer): Likewise.
3054 (jit_frame_prev_register): Likewise.
3055 (jit_prepend_unwinder): Likewise.
3056 (jit_inferior_exit_hook): Likewise.
3057 (free_objfile_data): Likewise.
3058 * jv-lang.c (jv_per_objfile_free): Likewise.
3059 (get_dynamics_objfile): Likewise.
3060 (get_java_class_symtab): Likewise.
3061 (builtin_java_type): Likewise.
3062 * language.c (language_string_char_type): Likewise.
3063 (language_bool_type): Likewise.
3064 (language_lookup_primitive_type): Likewise.
3065 (language_lookup_primitive_type_as_symbol): Likewise.
3066 * linespec.c (hash_address_entry): Likewise.
3067 (eq_address_entry): Likewise.
3068 (iterate_inline_only): Likewise.
3069 (iterate_name_matcher): Likewise.
3070 (decode_line_2_compare_items): Likewise.
3071 (collect_one_symbol): Likewise.
3072 (compare_symbols): Likewise.
3073 (compare_msymbols): Likewise.
3074 (add_symtabs_to_list): Likewise.
3075 (collect_symbols): Likewise.
3076 (compare_msyms): Likewise.
3077 (add_minsym): Likewise.
3078 (cleanup_linespec_result): Likewise.
3079 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
3080 * linux-nat.c (delete_lwp_cleanup): Likewise.
3081 (count_events_callback): Likewise.
3082 (select_event_lwp_callback): Likewise.
3083 (resume_stopped_resumed_lwps): Likewise.
3084 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
3085 (invalidate_linux_cache_inf): Likewise.
3086 (get_linux_inferior_data): Likewise.
3087 (linux_find_memory_regions_thunk): Likewise.
3088 (linux_make_mappings_callback): Likewise.
3089 (linux_corefile_thread_callback): Likewise.
3090 (find_mapping_size): Likewise.
3091 * linux-thread-db.c (find_new_threads_callback): Likewise.
3092 * lm32-tdep.c (lm32_frame_cache): Likewise.
3093 * m2-lang.c (builtin_m2_type): Likewise.
3094 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
3095 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
3096 (m32r_linux_supply_gregset): Likewise.
3097 (m32r_linux_collect_gregset): Likewise.
3098 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
3099 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
3100 * m68k-tdep.c (m68k_frame_cache): Likewise.
3101 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
3102 (m68kbsd_supply_gregset): Likewise.
3103 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
3104 * m88k-tdep.c (m88k_frame_cache): Likewise.
3105 (m88k_supply_gregset): Likewise.
3106
3107 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
3108
3109 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
3110 to allocation result assignment.
3111 * ada-exp.y (write_object_renaming): Likewise.
3112 (write_ambiguous_var): Likewise.
3113 (ada_nget_field_index): Likewise.
3114 (write_var_or_type): Likewise.
3115 * ada-lang.c (ada_decode_symbol): Likewise.
3116 (ada_value_assign): Likewise.
3117 (value_pointer): Likewise.
3118 (cache_symbol): Likewise.
3119 (add_nonlocal_symbols): Likewise.
3120 (ada_name_for_lookup): Likewise.
3121 (symbol_completion_add): Likewise.
3122 (ada_to_fixed_type_1): Likewise.
3123 (ada_get_next_arg): Likewise.
3124 (defns_collected): Likewise.
3125 * ada-lex.l (processId): Likewise.
3126 (processString): Likewise.
3127 * ada-tasks.c (read_known_tasks_array): Likewise.
3128 (read_known_tasks_list): Likewise.
3129 * ada-typeprint.c (decoded_type_name): Likewise.
3130 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
3131 * amd64-tdep.c (amd64_push_arguments): Likewise.
3132 (amd64_displaced_step_copy_insn): Likewise.
3133 (amd64_classify_insn_at): Likewise.
3134 (amd64_relocate_instruction): Likewise.
3135 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
3136 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
3137 (initialize_current_architecture): Likewise.
3138 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
3139 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
3140 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
3141 (arm_push_dummy_call): Likewise.
3142 (extend_buffer_earlier): Likewise.
3143 (arm_adjust_breakpoint_address): Likewise.
3144 (arm_skip_stub): Likewise.
3145 * auto-load.c (filename_is_in_pattern): Likewise.
3146 (maybe_add_script_file): Likewise.
3147 (maybe_add_script_text): Likewise.
3148 (auto_load_objfile_script_1): Likewise.
3149 * auxv.c (ld_so_xfer_auxv): Likewise.
3150 * ax-general.c (new_agent_expr): Likewise.
3151 (grow_expr): Likewise.
3152 (ax_reg_mask): Likewise.
3153 * bcache.c (bcache_full): Likewise.
3154 * breakpoint.c (program_breakpoint_here_p): Likewise.
3155 * btrace.c (parse_xml_raw): Likewise.
3156 * build-id.c (build_id_to_debug_bfd): Likewise.
3157 * buildsym.c (end_symtab_with_blockvector): Likewise.
3158 * c-exp.y (string_exp): Likewise.
3159 (qualified_name): Likewise.
3160 (write_destructor_name): Likewise.
3161 (operator_stoken): Likewise.
3162 (parse_number): Likewise.
3163 (scan_macro_expansion): Likewise.
3164 (yylex): Likewise.
3165 (c_print_token): Likewise.
3166 * c-lang.c (c_get_string): Likewise.
3167 (emit_numeric_character): Likewise.
3168 * charset.c (wchar_iterate): Likewise.
3169 * cli/cli-cmds.c (complete_command): Likewise.
3170 (make_command): Likewise.
3171 * cli/cli-dump.c (restore_section_callback): Likewise.
3172 (restore_binary_file): Likewise.
3173 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
3174 * cli/cli-script.c (execute_control_command): Likewise.
3175 * cli/cli-setshow.c (do_set_command): Likewise.
3176 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
3177 (read_pe_exported_syms): Likewise.
3178 * coffread.c (coff_read_struct_type): Likewise.
3179 (coff_read_enum_type): Likewise.
3180 * common/btrace-common.c (btrace_data_append): Likewise.
3181 * common/buffer.c (buffer_grow): Likewise.
3182 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
3183 * common/format.c (parse_format_string): Likewise.
3184 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
3185 * common/xml-utils.c (xml_escape_text): Likewise.
3186 * compile/compile-object-load.c (copy_sections): Likewise.
3187 (compile_object_load): Likewise.
3188 * compile/compile-object-run.c (compile_object_run): Likewise.
3189 * completer.c (filename_completer): Likewise.
3190 * corefile.c (read_memory_typed_address): Likewise.
3191 (write_memory_unsigned_integer): Likewise.
3192 (write_memory_signed_integer): Likewise.
3193 (complete_set_gnutarget): Likewise.
3194 * corelow.c (get_core_register_section): Likewise.
3195 * cp-name-parser.y (d_grab): Likewise.
3196 (allocate_info): Likewise.
3197 (cp_new_demangle_parse_info): Likewise.
3198 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
3199 (cp_lookup_symbol_in_namespace): Likewise.
3200 (lookup_namespace_scope): Likewise.
3201 (find_symbol_in_baseclass): Likewise.
3202 (cp_lookup_nested_symbol): Likewise.
3203 (cp_lookup_transparent_type_loop): Likewise.
3204 * cp-support.c (copy_string_to_obstack): Likewise.
3205 (make_symbol_overload_list): Likewise.
3206 (make_symbol_overload_list_namespace): Likewise.
3207 (make_symbol_overload_list_adl_namespace): Likewise.
3208 (first_component_command): Likewise.
3209 * cp-valprint.c (cp_print_value): Likewise.
3210 * ctf.c (ctf_xfer_partial): Likewise.
3211 * d-exp.y (StringExp): Likewise.
3212 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
3213 (lookup_module_scope): Likewise.
3214 (find_symbol_in_baseclass): Likewise.
3215 (d_lookup_nested_symbol): Likewise.
3216 * dbxread.c (find_stab_function_addr): Likewise.
3217 (read_dbx_symtab): Likewise.
3218 (dbx_end_psymtab): Likewise.
3219 (cp_set_block_scope): Likewise.
3220 * dcache.c (dcache_alloc): Likewise.
3221 * demangle.c (_initialize_demangler): Likewise.
3222 * dicos-tdep.c (dicos_load_module_p): Likewise.
3223 * dictionary.c (dict_create_hashed_expandable): Likewise.
3224 (dict_create_linear_expandable): Likewise.
3225 (expand_hashtable): Likewise.
3226 (add_symbol_linear_expandable): Likewise.
3227 * dwarf2-frame.c (add_cie): Likewise.
3228 (add_fde): Likewise.
3229 (dwarf2_build_frame_info): Likewise.
3230 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
3231 (dwarf_expr_fetch_address): Likewise.
3232 (add_piece): Likewise.
3233 (execute_stack_op): Likewise.
3234 * dwarf2loc.c (chain_candidate): Likewise.
3235 (dwarf_entry_parameter_to_value): Likewise.
3236 (read_pieced_value): Likewise.
3237 (write_pieced_value): Likewise.
3238 * dwarf2read.c (dwarf2_read_section): Likewise.
3239 (add_type_unit): Likewise.
3240 (read_comp_units_from_section): Likewise.
3241 (fixup_go_packaging): Likewise.
3242 (dwarf2_compute_name): Likewise.
3243 (dwarf2_physname): Likewise.
3244 (create_dwo_unit_in_dwp_v1): Likewise.
3245 (create_dwo_unit_in_dwp_v2): Likewise.
3246 (read_func_scope): Likewise.
3247 (read_call_site_scope): Likewise.
3248 (dwarf2_attach_fields_to_type): Likewise.
3249 (process_structure_scope): Likewise.
3250 (mark_common_block_symbol_computed): Likewise.
3251 (read_common_block): Likewise.
3252 (abbrev_table_read_table): Likewise.
3253 (guess_partial_die_structure_name): Likewise.
3254 (fixup_partial_die): Likewise.
3255 (add_file_name): Likewise.
3256 (dwarf2_const_value_data): Likewise.
3257 (dwarf2_const_value_attr): Likewise.
3258 (build_error_marker_type): Likewise.
3259 (guess_full_die_structure_name): Likewise.
3260 (anonymous_struct_prefix): Likewise.
3261 (typename_concat): Likewise.
3262 (dwarf2_canonicalize_name): Likewise.
3263 (dwarf2_name): Likewise.
3264 (write_constant_as_bytes): Likewise.
3265 (dwarf2_fetch_constant_bytes): Likewise.
3266 (copy_string): Likewise.
3267 (parse_macro_definition): Likewise.
3268 * elfread.c (elf_symfile_segments): Likewise.
3269 (elf_rel_plt_read): Likewise.
3270 (elf_gnu_ifunc_resolve_by_cache): Likewise.
3271 (elf_gnu_ifunc_resolve_by_got): Likewise.
3272 (elf_read_minimal_symbols): Likewise.
3273 (elf_gnu_ifunc_record_cache): Likewise.
3274 * event-top.c (top_level_prompt): Likewise.
3275 (command_line_handler): Likewise.
3276 * exec.c (resize_section_table): Likewise.
3277 * expprint.c (print_subexp_standard): Likewise.
3278 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
3279 * findcmd.c (parse_find_args): Likewise.
3280 * findvar.c (address_from_register): Likewise.
3281 * frame.c (get_prev_frame_always): Likewise.
3282 * gdb_bfd.c (gdb_bfd_ref): Likewise.
3283 (get_section_descriptor): Likewise.
3284 * gdb_obstack.c (obconcat): Likewise.
3285 (obstack_strdup): Likewise.
3286 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
3287 (create_set_type): Likewise.
3288 (lookup_unsigned_typename): Likewise.
3289 (lookup_signed_typename): Likewise.
3290 (resolve_dynamic_union): Likewise.
3291 (resolve_dynamic_struct): Likewise.
3292 (add_dyn_prop): Likewise.
3293 (copy_dynamic_prop_list): Likewise.
3294 (arch_flags_type): Likewise.
3295 (append_composite_type_field_raw): Likewise.
3296 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
3297 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
3298 * go-exp.y (string_exp): Likewise.
3299 * go-lang.c (go_demangle): Likewise.
3300 * guile/guile.c (compute_scheme_string): Likewise.
3301 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
3302 (gdbscm_canonicalize_command_name): Likewise.
3303 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
3304 (ioscm_init_memory_port): Likewise.
3305 (ioscm_reinit_memory_port): Likewise.
3306 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
3307 (gdbscm_gc_dup_argv): Likewise.
3308 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3309 * hppa-tdep.c (internalize_unwinds): Likewise.
3310 (read_unwind_info): Likewise.
3311 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
3312 (windows_core_xfer_shared_libraries): Likewise.
3313 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
3314 (i386_stap_parse_special_token_triplet): Likewise.
3315 (i386_stap_parse_special_token_three_arg_disp): Likewise.
3316 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
3317 * inf-child.c (inf_child_fileio_readlink): Likewise.
3318 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
3319 (inf_ptrace_store_register): Likewise.
3320 * infrun.c (follow_exec): Likewise.
3321 (displaced_step_prepare_throw): Likewise.
3322 (save_stop_context): Likewise.
3323 (save_infcall_suspend_state): Likewise.
3324 * jit.c (jit_read_descriptor): Likewise.
3325 (jit_read_code_entry): Likewise.
3326 (jit_symtab_line_mapping_add_impl): Likewise.
3327 (finalize_symtab): Likewise.
3328 (jit_unwind_reg_get_impl): Likewise.
3329 * jv-exp.y (QualifiedName): Likewise.
3330 * jv-lang.c (get_java_utf8_name): Likewise.
3331 (type_from_class): Likewise.
3332 (java_demangle_type_signature): Likewise.
3333 (java_class_name_from_physname): Likewise.
3334 * jv-typeprint.c (java_type_print_base): Likewise.
3335 * jv-valprint.c (java_value_print): Likewise.
3336 * language.c (add_language): Likewise.
3337 * linespec.c (add_sal_to_sals_basic): Likewise.
3338 (add_sal_to_sals): Likewise.
3339 (decode_objc): Likewise.
3340 (find_linespec_symbols): Likewise.
3341 * linux-fork.c (fork_save_infrun_state): Likewise.
3342 * linux-nat.c (linux_nat_detach): Likewise.
3343 (linux_nat_fileio_readlink): Likewise.
3344 * linux-record.c (record_linux_sockaddr): Likewise.
3345 (record_linux_msghdr): Likewise.
3346 (Do): Likewise.
3347 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
3348 (linux_collect_regset_section_cb): Likewise.
3349 (linux_get_siginfo_data): Likewise.
3350 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
3351 (try_thread_db_load_from_dir): Likewise.
3352 (thread_db_load_search): Likewise.
3353 (info_auto_load_libthread_db): Likewise.
3354 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
3355 (m32c_m16c_pointer_to_address): Likewise.
3356 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
3357 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
3358 * machoread.c (macho_check_dsym): Likewise.
3359 * macroexp.c (resize_buffer): Likewise.
3360 (gather_arguments): Likewise.
3361 (maybe_expand): Likewise.
3362 * macrotab.c (new_macro_key): Likewise.
3363 (new_source_file): Likewise.
3364 (new_macro_definition): Likewise.
3365 * mdebugread.c (parse_symbol): Likewise.
3366 (parse_type): Likewise.
3367 (parse_partial_symbols): Likewise.
3368 (psymtab_to_symtab_1): Likewise.
3369 * mem-break.c (default_memory_insert_breakpoint): Likewise.
3370 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
3371 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
3372 (mi_cmd_data_read_memory_bytes): Likewise.
3373 (mi_cmd_data_write_memory_bytes): Likewise.
3374 (mi_cmd_trace_frame_collected): Likewise.
3375 * mi/mi-parse.c (mi_parse_argv): Likewise.
3376 (mi_parse): Likewise.
3377 * minidebug.c (lzma_open): Likewise.
3378 (lzma_pread): Likewise.
3379 * mips-tdep.c (mips_read_fp_register_single): Likewise.
3380 (mips_print_fp_register): Likewise.
3381 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
3382 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3383 * mt-tdep.c (mt_register_name): Likewise.
3384 (mt_registers_info): Likewise.
3385 (mt_push_dummy_call): Likewise.
3386 * namespace.c (add_using_directive): Likewise.
3387 * nat/linux-btrace.c (perf_event_read): Likewise.
3388 (linux_enable_bts): Likewise.
3389 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
3390 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
3391 * nto-tdep.c (nto_find_and_open_solib): Likewise.
3392 (nto_parse_redirection): Likewise.
3393 * objc-lang.c (objc_demangle): Likewise.
3394 (find_methods): Likewise.
3395 * objfiles.c (get_objfile_bfd_data): Likewise.
3396 (set_objfile_main_name): Likewise.
3397 (allocate_objfile): Likewise.
3398 (objfile_relocate): Likewise.
3399 (update_section_map): Likewise.
3400 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
3401 * p-exp.y (exp): Likewise.
3402 (yylex): Likewise.
3403 * p-valprint.c (pascal_object_print_value): Likewise.
3404 * parse.c (initialize_expout): Likewise.
3405 (mark_completion_tag): Likewise.
3406 (copy_name): Likewise.
3407 (parse_float): Likewise.
3408 (type_stack_reserve): Likewise.
3409 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
3410 (ppu2spu_prev_register): Likewise.
3411 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
3412 * printcmd.c (printf_wide_c_string): Likewise.
3413 (printf_pointer): Likewise.
3414 * probe.c (parse_probes): Likewise.
3415 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
3416 (cmdpy_init): Likewise.
3417 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
3418 * python/py-symtab.c (set_sal): Likewise.
3419 * python/py-unwind.c (pyuw_sniffer): Likewise.
3420 * python/python.c (python_interactive_command): Likewise.
3421 (compute_python_string): Likewise.
3422 * ravenscar-thread.c (get_running_thread_id): Likewise.
3423 * record-full.c (record_full_exec_insn): Likewise.
3424 (record_full_core_open_1): Likewise.
3425 * regcache.c (regcache_raw_read_signed): Likewise.
3426 (regcache_raw_read_unsigned): Likewise.
3427 (regcache_cooked_read_signed): Likewise.
3428 (regcache_cooked_read_unsigned): Likewise.
3429 * remote-fileio.c (remote_fileio_func_open): Likewise.
3430 (remote_fileio_func_rename): Likewise.
3431 (remote_fileio_func_unlink): Likewise.
3432 (remote_fileio_func_stat): Likewise.
3433 (remote_fileio_func_system): Likewise.
3434 * remote-mips.c (mips_xfer_memory): Likewise.
3435 (mips_load_srec): Likewise.
3436 (pmon_end_download): Likewise.
3437 * remote.c (new_remote_state): Likewise.
3438 (map_regcache_remote_table): Likewise.
3439 (remote_register_number_and_offset): Likewise.
3440 (init_remote_state): Likewise.
3441 (get_memory_packet_size): Likewise.
3442 (remote_pass_signals): Likewise.
3443 (remote_program_signals): Likewise.
3444 (remote_start_remote): Likewise.
3445 (remote_check_symbols): Likewise.
3446 (remote_query_supported): Likewise.
3447 (extended_remote_attach): Likewise.
3448 (process_g_packet): Likewise.
3449 (store_registers_using_G): Likewise.
3450 (putpkt_binary): Likewise.
3451 (read_frame): Likewise.
3452 (compare_sections_command): Likewise.
3453 (remote_hostio_pread): Likewise.
3454 (remote_hostio_readlink): Likewise.
3455 (remote_file_put): Likewise.
3456 (remote_file_get): Likewise.
3457 (remote_pid_to_exec_file): Likewise.
3458 (_initialize_remote): Likewise.
3459 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
3460 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
3461 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
3462 (bfd_uses_spe_extensions): Likewise.
3463 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
3464 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
3465 * solib-dsbt.c (decode_loadmap): Likewise.
3466 (fetch_loadmap): Likewise.
3467 (scan_dyntag): Likewise.
3468 (enable_break): Likewise.
3469 (dsbt_relocate_main_executable): Likewise.
3470 * solib-frv.c (fetch_loadmap): Likewise.
3471 (enable_break2): Likewise.
3472 (frv_relocate_main_executable): Likewise.
3473 * solib-spu.c (spu_relocate_main_executable): Likewise.
3474 (spu_bfd_open): Likewise.
3475 * solib-svr4.c (lm_info_read): Likewise.
3476 (read_program_header): Likewise.
3477 (find_program_interpreter): Likewise.
3478 (scan_dyntag): Likewise.
3479 (elf_locate_base): Likewise.
3480 (open_symbol_file_object): Likewise.
3481 (read_program_headers_from_bfd): Likewise.
3482 (svr4_relocate_main_executable): Likewise.
3483 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
3484 * solib.c (solib_find_1): Likewise.
3485 (exec_file_find): Likewise.
3486 (solib_find): Likewise.
3487 * source.c (openp): Likewise.
3488 (print_source_lines_base): Likewise.
3489 (forward_search_command): Likewise.
3490 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
3491 * spu-tdep.c (spu2ppu_prev_register): Likewise.
3492 (spu_get_overlay_table): Likewise.
3493 * stabsread.c (patch_block_stabs): Likewise.
3494 (define_symbol): Likewise.
3495 (again:): Likewise.
3496 (read_member_functions): Likewise.
3497 (read_one_struct_field): Likewise.
3498 (read_enum_type): Likewise.
3499 (common_block_start): Likewise.
3500 * stack.c (read_frame_arg): Likewise.
3501 (backtrace_command): Likewise.
3502 * stap-probe.c (stap_parse_register_operand): Likewise.
3503 * symfile.c (syms_from_objfile_1): Likewise.
3504 (find_separate_debug_file): Likewise.
3505 (load_command): Likewise.
3506 (load_progress): Likewise.
3507 (load_section_callback): Likewise.
3508 (reread_symbols): Likewise.
3509 (add_filename_language): Likewise.
3510 (allocate_compunit_symtab): Likewise.
3511 (read_target_long_array): Likewise.
3512 (simple_read_overlay_table): Likewise.
3513 * symtab.c (symbol_set_names): Likewise.
3514 (resize_symbol_cache): Likewise.
3515 (rbreak_command): Likewise.
3516 (completion_list_add_name): Likewise.
3517 (completion_list_objc_symbol): Likewise.
3518 (add_filename_to_list): Likewise.
3519 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
3520 * target-memory.c (target_write_memory_blocks): Likewise.
3521 * target.c (target_read_string): Likewise.
3522 (read_whatever_is_readable): Likewise.
3523 (target_read_alloc_1): Likewise.
3524 (simple_search_memory): Likewise.
3525 (target_fileio_read_alloc_1): Likewise.
3526 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3527 * top.c (command_line_input): Likewise.
3528 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
3529 * tracefile.c (tracefile_fetch_registers): Likewise.
3530 * tracepoint.c (add_memrange): Likewise.
3531 (init_collection_list): Likewise.
3532 (add_aexpr): Likewise.
3533 (trace_dump_actions): Likewise.
3534 (parse_trace_status): Likewise.
3535 (parse_tracepoint_definition): Likewise.
3536 (parse_tsv_definition): Likewise.
3537 (parse_static_tracepoint_marker_definition): Likewise.
3538 * tui/tui-file.c (tui_sfileopen): Likewise.
3539 (tui_file_adjust_strbuf): Likewise.
3540 * tui/tui-io.c (tui_expand_tabs): Likewise.
3541 * tui/tui-source.c (tui_set_source_content): Likewise.
3542 * typeprint.c (find_global_typedef): Likewise.
3543 * ui-file.c (do_ui_file_xstrdup): Likewise.
3544 (ui_file_obsavestring): Likewise.
3545 (mem_file_write): Likewise.
3546 * utils.c (make_hex_string): Likewise.
3547 (get_regcomp_error): Likewise.
3548 (puts_filtered_tabular): Likewise.
3549 (gdb_realpath_keepfile): Likewise.
3550 (ldirname): Likewise.
3551 (gdb_bfd_errmsg): Likewise.
3552 (substitute_path_component): Likewise.
3553 * valops.c (search_struct_method): Likewise.
3554 (find_oload_champ_namespace_loop): Likewise.
3555 * valprint.c (print_decimal_chars): Likewise.
3556 (read_string): Likewise.
3557 (generic_emit_char): Likewise.
3558 * varobj.c (varobj_delete): Likewise.
3559 (varobj_value_get_print_value): Likewise.
3560 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
3561 * windows-tdep.c (display_one_tib): Likewise.
3562 * xcoffread.c (read_xcoff_symtab): Likewise.
3563 (process_xcoff_symbol): Likewise.
3564 (swap_sym): Likewise.
3565 (scan_xcoff_symtab): Likewise.
3566 (xcoff_initial_scan): Likewise.
3567 * xml-support.c (gdb_xml_end_element): Likewise.
3568 (xml_process_xincludes): Likewise.
3569 (xml_fetch_content_from_file): Likewise.
3570 * xml-syscall.c (xml_list_of_syscalls): Likewise.
3571 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3572
3573 2015-09-23 James Bowman <james.bowman@ftdichip.com>
3574
3575 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
3576 instead of builtin_func_ptr.
3577 (ft32_pointer_to_address): New function.
3578 (ft32_address_class_type_flags): New function.
3579 (ft32_address_class_type_flags_to_name): New function.
3580 (ft32_address_class_name_to_type_flags): New function.
3581 (ft32_gdbarch_init): Set tdep->pc_type. Call
3582 set_gdbarch_pointer_to_address,
3583 set_gdbarch_address_class_type_flags
3584 set_gdbarch_address_class_name_to_type_flags,
3585 and set_gdbarch_address_class_type_flags_to_name.
3586 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
3587
3588 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
3589
3590 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
3591 value is a reference, actually dereference it in order to get
3592 the underlying value.
3593
3594 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
3595
3596 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
3597
3598 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
3601 * linespec.c (linespec_lexer_lex_string): Same.
3602
3603 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3604
3605 * NEWS: Mention support for fast tracepoints on aarch64-linux.
3606
3607 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3608
3609 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
3610 variable. Call aarch64_decode_adr instead of
3611 aarch64_decode_adrp.
3612 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
3613 (aarch64_decode_adr): New function declaration.
3614 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
3615 (aarch64_decode_adr): New function, factored out from
3616 aarch64_decode_adrp to decode both adr and adrp instructions.
3617
3618 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3619
3620 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
3621 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
3622 (aarch64-insn.o): New rule.
3623 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
3624 (aarch64*-*-linux*): Likewise.
3625 * arch/aarch64-insn.c: New file.
3626 * arch/aarch64-insn.h: New file.
3627 * aarch64-tdep.c: Include arch/aarch64-insn.h.
3628 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
3629 arch/aarch64-insn.h.
3630 (decode_add_sub_imm): Rename to ...
3631 (aarch64_decode_add_sub_imm): ... this.
3632 (decode_adrp): Rename to ...
3633 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
3634 Declare in arch/aarch64-insn.h.
3635 (decode_b): Rename to ...
3636 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
3637 Declare in arch/aarch64-insn.h.
3638 (decode_bcond): Rename to ...
3639 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
3640 Declare in arch/aarch64-insn.h.
3641 (decode_br): Rename to ...
3642 (aarch64_decode_br): ... this.
3643 (decode_cb): Rename to ...
3644 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
3645 Declare in arch/aarch64-insn.h.
3646 (decode_eret): Rename to ...
3647 (aarch64_decode_eret): ... this.
3648 (decode_movz): Rename to ...
3649 (aarch64_decode_movz): ... this.
3650 (decode_orr_shifted_register_x): Rename to ...
3651 (aarch64_decode_orr_shifted_register_x): ... this.
3652 (decode_ret): Rename to ...
3653 (aarch64_decode_ret): ... this.
3654 (decode_stp_offset): Rename to ...
3655 (aarch64_decode_stp_offset): ... this.
3656 (decode_stp_offset_wb): Rename to ...
3657 (aarch64_decode_stp_offset_wb): ... this.
3658 (decode_stur): Rename to ...
3659 (aarch64_decode_stur): ... this.
3660 (decode_tb): Rename to ...
3661 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
3662 Declare in arch/aarch64-insn.h.
3663 (aarch64_analyze_prologue): Adjust calls to renamed functions.
3664
3665 2015-09-20 Doug Evans <xdje42@gmail.com>
3666
3667 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
3668
3669 2015-09-20 Doug Evans <xdje42@gmail.com>
3670
3671 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
3672 variable name that collides with a parameter.
3673
3674 2015-09-20 Joel Brobecker <brobecker@adacore.com>
3675
3676 * dwarf2loc.c (locexpr_get_frame_base): Renames
3677 block_op_get_frame_base.
3678 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
3679 block_op_get_frame_base by reference to locexpr_get_frame_base.
3680 (loclist_get_frame_base): New function, near identical copy of
3681 locexpr_get_frame_base.
3682 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
3683 block_op_get_frame_base by reference to loclist_get_frame_base.
3684
3685 2015-09-19 Doug Evans <xdje42@gmail.com>
3686
3687 * ravenscar-thread.c (ravenscar_inferior_created): Replace
3688 current_inferior ()->gdbarch with its wrapper target_gdbarch.
3689
3690 2015-09-18 Doug Evans <xdje42@gmail.com>
3691
3692 * linux-thread-db.c (record_thread): Return the created thread.
3693 (thread_from_lwp): Likewise.
3694 (thread_db_get_thread_local_address): Update.
3695
3696 2015-09-18 Doug Evans <xdje42@gmail.com>
3697
3698 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
3699 move only member demangled_name up. All uses updated.
3700
3701 2015-09-18 Doug Evans <xdje42@gmail.com>
3702
3703 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
3704 kind of minimal symbol in the error message.
3705 * objfiles.c (objfile_flavour_name): New function.
3706 * objfiles.h (objfile_flavour_name): Declare.
3707
3708 2015-09-18 Yao Qi <yao.qi@linaro.org>
3709
3710 * nat/aarch64-linux.c: Include elf/common.h,
3711 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
3712 (aarch64_ps_get_thread_area): New function.
3713 * nat/aarch64-linux.h: Include gdb_proc_service.h.
3714 (aarch64_ps_get_thread_area): Declare.
3715 * aarch64-linux-nat.c (ps_get_thread_area): Call
3716 aarch64_ps_get_thread_area.
3717
3718 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3719
3720 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
3721
3722 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3723
3724 * NEWS: Announce new scheduler-locking mode.
3725 * infrun.c (schedlock_replay): New.
3726 (scheduler_enums): Add schedlock_replay.
3727 (scheduler_mode): Change default to schedlock_replay.
3728 (user_visible_resume_ptid): Handle schedlock_replay.
3729 (clear_proceed_status_thread): Stop replaying if resumed thread is
3730 not replaying.
3731 (schedlock_applies): Handle schedlock_replay.
3732 (_initialize_infrun): Document new scheduler-locking mode.
3733 * record-btrace.c (record_btrace_resume): Remove code to stop other
3734 threads when not replaying the resumed thread.
3735
3736 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3737
3738 * record-btrace.c ((record_btrace_will_replay): New.
3739 (init_record_btrace_ops): Initialize to_record_will_replay.
3740 * record-full.c ((record_full_will_replay): New.
3741 (init_record_full_ops): Initialize to_record_will_replay.
3742 * target-delegates.c: Regenerated.
3743 * target.c (target_record_will_replay): New.
3744 * target.h (struct target_ops) <to_record_will_replay>: New.
3745 (target_record_will_replay): New.
3746
3747 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3748
3749 * record-btrace.c (record_btrace_resume): Call
3750 target_record_stop_replaying.
3751 (record_btrace_stop_replaying_all): New.
3752 (init_record_btrace_ops): Initialize to_record_stop_replaying.
3753 * record-full.c (record_full_stop_replaying): New.
3754 (init_record_full_ops ): Initialize to_record_stop_replaying.
3755 * target-delegates.c: Regenerated.
3756 * target.c (target_record_stop_replaying): New.
3757 * target.h (struct target_ops) <to_record_stop_replaying>: New.
3758 (target_record_stop_replaying): New.
3759
3760 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3761
3762 * record-btrace.c (record_btrace_xfer_partial)
3763 (record_btrace_store_registers, record_btrace_prepare_to_store):
3764 Call record_btrace_is_replaying with inferior_ptid instead of
3765 minus_one_ptid.
3766 (record_btrace_store_registers): Change error message.
3767
3768 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3769
3770 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
3771 Update users to pass minus_one_ptid.
3772 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
3773 * record.c (cmd_record_delete): Pass inferior_ptid to
3774 target_record_is_replaying.
3775 * target-delegates.c: Regenerated.
3776 * target.c (target_record_is_replaying): Add ptid argument.
3777 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
3778 argument.
3779 (target_record_is_replaying): Add ptid argument.
3780
3781 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3782
3783 * record-btrace.c (record_btrace_open): Remove non_stop check.
3784 * NEWS: Announce that record btrace supports non-stop mode.
3785
3786 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3787
3788 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
3789 in the TARKET_WAITKIND_NO_HISTORY case.
3790
3791 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3792
3793 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
3794 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
3795
3796 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3797
3798 * record-btrace.c (get_thread_current_frame): New.
3799 (record_btrace_start_replaying): Call get_thread_current_frame.
3800
3801 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3802
3803 * record-btrace.c (record_btrace_resume_thread): A move request
3804 overwrites a previous move request.
3805 (record_btrace_find_resume_thread): Removed.
3806 (record_btrace_resume): Resume all requested threads.
3807
3808 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3809
3810 * record-btrace.c: Include vec.h.
3811 (record_btrace_find_thread_to_move): Removed.
3812 (btrace_step_no_resumed, btrace_step_again)
3813 (record_btrace_stop_replaying_at_end): New.
3814 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
3815 (record_btrace_single_step_forward): Remove calls to
3816 record_btrace_stop_replaying.
3817 (record_btrace_step_thread): Do only one step for BTHR_CONT and
3818 BTHR_RCONT. Keep threads at the end of their history moving.
3819 (record_btrace_wait): Call record_btrace_step_thread for all threads
3820 until one reports an event. Call record_btrace_stop_replaying_at_end
3821 for the eventing thread.
3822
3823 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3824
3825 * record-btrace.c (record_btrace_single_step_forward): Return
3826 NO_HISTORY if a step brings us to the end of the execution history.
3827
3828 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3829
3830 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
3831 to ...
3832 (record_btrace_single_step_forward): ... here and
3833 (record_btrace_single_step_backward): ... here.
3834
3835 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3836
3837 * record-btrace.c (btrace_step_spurious)
3838 (record_btrace_single_step_forward)
3839 (record_btrace_single_step_backward): New.
3840 (record_btrace_step_thread): Call record_btrace_single_step_forward
3841 and record_btrace_single_step_backward.
3842
3843 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3844
3845 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
3846 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
3847
3848 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3849
3850 * record-btrace.c (btrace_thread_flag_to_str)
3851 (record_btrace_cancel_resume): New.
3852 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
3853 (record_btrace_resume): Print execution direction.
3854 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
3855 (record_btrace_wait): Call record_btrace_cancel_resume.
3856
3857 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3858
3859 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
3860 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
3861 (record_btrace_find_thread_to_move): Also accept threads that have
3862 BTHR_STOP set.
3863 (btrace_step_stopped_on_request, record_btrace_stop): New.
3864 (record_btrace_step_thread): Support BTHR_STOP.
3865 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
3866 (init_record_btrace_ops): Initialize to_stop.
3867
3868 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3869
3870 * record-btrace.c (record_btrace_wait): Replace non_stop check with
3871 target_is_non_stop_p ().
3872
3873 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
3874
3875 * ada-typeprint.c (print_array_type): Do not describe arrays as
3876 packed when they embed dynamic elements.
3877
3878 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3879
3880 * symtab.h (address_class): Document that TLS variables
3881 are handled by LOC_UNRESOLVED.
3882 * findvar.c (default_read_var_value): Don't relocate TLS variables.
3883 * printcmd.c (address_info): Don't relocate TLS variables.
3884
3885 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
3886
3887 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
3888 (decode_adrp): Likewise.
3889 (decode_b): Likewise.
3890 (decode_bcond): Likewise.
3891 (decode_br): Likewise.
3892 (decode_cb): Likewise.
3893 (decode_eret): Likewise.
3894 (decode_movz): Likewise.
3895 (decode_orr_shifted_register_x): Likewise.
3896 (decode_ret): Likewise.
3897 (decode_stp_offset): Likewise.
3898 (decode_stp_offset_wb): Likewise.
3899 (decode_stur): Likewise.
3900 (decode_tb): Likewise.
3901 (aarch64_analyze_prologue): Likewise.
3902 (pass_in_x): Likewise.
3903 (pass_in_v): Likewise.
3904 (pass_on_stack): Likewise.
3905 (aarch64_push_dummy_call): Likewise.
3906 (aarch64_extract_return_value): Likewise.
3907 (aarch64_store_return_value): Likewise.
3908 (aarch64_return_value): Likewise.
3909 (aarch64_record_asimd_load_store): Likewise.
3910 (aarch64_record_load_store): Likewise.
3911 (aarch64_record_data_proc_simd_fp): Likewise.
3912
3913 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3916 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3917 (ppc64_skip_trampoline_code_1): ... here.
3918 (ppc64_skip_trampoline_code): New wrapper function.
3919 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3920
3921 2015-09-15 Yao Qi <yao.qi@linaro.org>
3922
3923 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3924 function.
3925 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3926 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3927 if target_can_do_single_step returns 1.
3928 * remote.c (struct vCont_action_support) <s, S>: New fields.
3929 (PACKET_vContSupported): New enum.
3930 (remote_protocol_features): New element for vContSupported.
3931 (remote_query_supported): Append "vContSupported+".
3932 (remote_vcont_probe): Remove support_s and support_S, use
3933 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
3934 vCont packet if c and C actions are not supported.
3935 (remote_can_do_single_step): New function.
3936 (init_remote_ops): Install it to to_can_do_single_step.
3937 (_initialize_remote): Call add_packet_config_cmd.
3938 * target.h (struct target_ops) <to_can_do_single_step>: New field.
3939 (target_can_do_single_step): New macro.
3940 * target-delegates.c: Re-generated.
3941
3942 2015-09-15 Yao Qi <yao.qi@linaro.org>
3943
3944 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3945 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3946 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3947 New function.
3948 (aarch64_siginfo_from_compat_siginfo): New function.
3949 * nat/aarch64-linux.h: Include signal.h.
3950 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3951 (compat_timer_t, compat_clock_t): Likewise.
3952 (struct compat_timeval): New.
3953 (union compat_sigval): New.
3954 (struct compat_siginfo): New.
3955 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3956 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3957 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3958 (cpt_si_band, cpt_si_fd): Likewise.
3959
3960 2015-09-14 Pedro Alves <palves@redhat.com>
3961
3962 * infrun.c (current_stop_id): New global.
3963 (get_stop_id, new_stop_id): New functions.
3964 (fetch_inferior_event): Handle normal_stop proceeding the target.
3965 (struct stop_context): New.
3966 (save_stop_context, release_stop_context_cleanup)
3967 (stop_context_changed): New functions.
3968 (normal_stop): Return true if the hook-stop changes the stop
3969 context.
3970 * infrun.h (get_stop_id): Declare.
3971 (normal_stop): Now returns int. Add documentation.
3972
3973 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3974
3975 * ada-lang.c (ada_value_ptr_subscript): Update the heading
3976 comment. Handle packed arrays.
3977
3978 2015-09-14 Pedro Alves <palves@redhat.com>
3979
3980 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3981 mention of maint set/show target-non-stop.
3982
3983 2015-09-11 Don Breazeal <donb@codesourcery.com>
3984
3985 * NEWS: Announce new remote packets for the exec-events
3986 feature and the exec-events feature and associated commands.
3987
3988 2015-09-11 Don Breazeal <donb@codesourcery.com>
3989
3990 * remote.c (remote_exec_event_p): New function.
3991 (remote_insert_exec_catchpoint): New function.
3992 (remote_remove_exec_catchpoint): New function.
3993 (init_extended_remote_ops): Initialize extended_remote_ops
3994 members to_insert_exec_catchpoint and
3995 to_remove_exec_catchpoint.
3996
3997 2015-09-11 Don Breazeal <donb@codesourcery.com>
3998 Luis Machado <lgustavo@codesourcery.com>
3999
4000 * infrun.c (follow_exec): Use process-style ptid for
4001 exec message. Call add_inferior_with_spaces and
4002 target_follow_exec.
4003 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
4004 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
4005 * remote.c (remote_pspace_data): New static variable.
4006 (remote_pspace_data_cleanup): New function.
4007 (get_remote_exec_file): New function.
4008 (set_remote_exec_file_1): New function.
4009 (set_remote_exec_file): New function.
4010 (show_remote_exec_file): New function.
4011 (remote_exec_file): Delete static variable.
4012 (anonymous enum) <PACKET_exec_event_feature>: New
4013 enumeration constant.
4014 (remote_protocol_features): Add entry for exec-events feature.
4015 (remote_query_supported): Add client side of qSupported query
4016 for exec-events feature.
4017 (remote_follow_exec): New function.
4018 (remote_parse_stop_reply): Handle 'exec' stop reason.
4019 (extended_remote_run, extended_remote_create_inferior): Call
4020 get_remote_exec_file and set_remote_exec_file_1.
4021 (init_extended_remote_ops) <to_follow_exec>: Initialize new
4022 member.
4023 (_initialize_remote): Call
4024 register_program_space_data_with_cleanup. Call
4025 add_packet_config_cmd for remote exec-events feature.
4026 Modify call to add_setshow_string_noescape_cmd for exec-file
4027 to use new functions set_remote_exec_file and
4028 show_remote_exec_file.
4029 * target-debug.h, target-delegates.c: Regenerated.
4030 * target.c (target_follow_exec): New function.
4031 * target.h (struct target_ops) <to_follow_exec>: New member.
4032 (target_follow_exec): Declare new function.
4033
4034 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
4035
4036 * aarch64-tdep.c (decode_cb): Move up comment describing the
4037 encoding.
4038 (decode_tb): Fix a typo in comment above the function. Move up
4039 comment describing the encoding.
4040
4041 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
4042
4043 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
4044
4045 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4046
4047 PR gdb/18947
4048 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
4049 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
4050
4051 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
4052
4053 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
4054 operations.
4055
4056 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
4057
4058 * ada-lang.c (ada_search_struct_field): Constify parameters
4059 and/or variables..
4060 (xget_renaming_scope): Likewise.
4061 (ada_is_redundant_range_encoding): Likewise.
4062 (scan_discrim_bound): Likewise.
4063 (to_fixed_range_type): Likewise.
4064
4065 2015-09-10 Yao Qi <yao.qi@linaro.org>
4066
4067 * breakpoint.c (download_tracepoint_locations): New local
4068 can_download_tracepoint. Check the result of
4069 target_can_download_tracepoint and save it in
4070 can_download_tracepoint if there are tracepoints to download.
4071 * linux-nat.h (enum tribool): Move it to ...
4072 * common/common-types.h: ... here.
4073
4074 2015-09-09 Pedro Alves <palves@redhat.com>
4075
4076 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
4077 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
4078
4079 2015-09-09 Pedro Alves <palves@redhat.com>
4080
4081 * continuations.c (add_continuation, restore_thread_cleanup)
4082 (do_all_continuations_ptid, do_all_continuations_thread_callback)
4083 (do_all_continuations_thread, do_all_continuations)
4084 (discard_all_continuations_thread_callback)
4085 (discard_all_continuations_thread, discard_all_continuations)
4086 (add_intermediate_continuation)
4087 (do_all_intermediate_continuations_thread_callback)
4088 (do_all_intermediate_continuations_thread)
4089 (do_all_intermediate_continuations)
4090 (discard_all_intermediate_continuations_thread_callback)
4091 (discard_all_intermediate_continuations_thread)
4092 (discard_all_intermediate_continuations): Delete.
4093 * continuations.h (add_continuation, do_all_continuations)
4094 (do_all_continuations_thread, discard_all_continuations)
4095 (discard_all_continuations_thread, add_intermediate_continuation)
4096 (do_all_intermediate_continuations)
4097 (do_all_intermediate_continuations_thread)
4098 (discard_all_intermediate_continuations)
4099 (discard_all_intermediate_continuations_thread): Delete
4100 declarations.
4101 * event-top.c (stdin_event_handler): Delete references to
4102 continuations.
4103 * gdbthread.h (struct thread_info): Delete continuations and
4104 intermediate_continuations fields.
4105 * inf-loop.c (inferior_event_handler): Remove references to
4106 continuations.
4107 * infrun.c (infrun_thread_stop_requested_callback): Remove
4108 references to continuations.
4109 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
4110 * thread.c: Don't include "continuations.h".
4111 (clear_thread_inferior_resources): Remove references to
4112 continuations.
4113
4114 2015-09-09 Pedro Alves <palves@redhat.com>
4115
4116 * infcall.c (struct dummy_frame_context_saver): Delete.
4117 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
4118 (dummy_frame_context_saver_drop)
4119 (dummy_frame_context_saver_cleanup)
4120 (dummy_frame_context_saver_get_regs)
4121 (dummy_frame_context_saver_setup): Delete.
4122 * infcall.h (dummy_frame_context_saver_drop)
4123 (dummy_frame_context_saver_cleanup)
4124 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
4125 Delete.
4126 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
4127 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
4128 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
4129
4130 2015-09-09 Pedro Alves <palves@redhat.com>
4131
4132 * breakpoint.c: Include "thread-fsm.h".
4133 (struct until_break_command_continuation_args): Delete.
4134 (struct until_break_fsm): New.
4135 (until_break_fsm_ops): New global.
4136 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
4137 (until_break_command_continuation): Delete.
4138 (until_break_fsm_clean_up): New function.
4139 (until_break_fsm_async_reply_reason): New function.
4140 (until_break_command): Adjust to create an until_break_fsm instead
4141 of a continuation.
4142 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
4143 here.
4144 * infcmd.c (struct until_next_fsm): New.
4145 (until_next_fsm_ops): New global.
4146 (new_until_next_fsm, until_next_fsm_should_stop): New function.
4147 (until_next_continuation): Delete.
4148 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
4149 functions.
4150 (until_next_command): Adjust to create a new until_next_fsm
4151 instead of a continuation.
4152
4153 2015-09-09 Pedro Alves <palves@redhat.com>
4154
4155 * infcall.c: Include thread_fsm.h.
4156 (struct call_return_meta_info): New.
4157 (get_call_return_value): New function, factored out from
4158 call_function_by_hand_dummy.
4159 (struct call_thread_fsm): New.
4160 (call_thread_fsm_ops): New global.
4161 (new_call_thread_fsm, call_thread_fsm_should_stop)
4162 (call_thread_fsm_should_notify_stop): New functions.
4163 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
4164 the thread.
4165 (call_function_by_hand_dummy): Create a new call_thread_fsm
4166 instance, associate it with the thread, and wait for the FSM to
4167 finish. If finished successfully, fetch the function's result
4168 value out of the FSM.
4169 * infrun.c (fetch_inferior_event): If the FSM says the stop
4170 shouldn't be notified, don't call normal_stop.
4171 (maybe_remove_breakpoints): New function, factored out from ...
4172 (normal_stop): ... here. Simplify.
4173 * infrun.h (maybe_remove_breakpoints): Declare.
4174 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
4175 (thread-fsm.h) <struct thread_fsm_ops>: New field.
4176 (thread_fsm_should_notify_stop): Declare.
4177
4178 2015-09-09 Pedro Alves <palves@redhat.com>
4179
4180 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
4181 * breakpoint.c (handle_jit_event): Print debug output.
4182 (bpstat_what): Split event callback handling to ...
4183 (bpstat_run_callbacks): ... this new function.
4184 (momentary_bkpt_print_it): No longer handle bp_finish here.
4185 * breakpoint.h (bpstat_run_callbacks): Declare.
4186 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
4187 <thread_fsm>: New field.
4188 (thread_cancel_execution_command): Declare.
4189 * infcmd.c: Include thread-fsm.h.
4190 (struct step_command_fsm): New.
4191 (step_command_fsm_ops): New global.
4192 (new_step_command_fsm, step_command_fsm_prepare): New functions.
4193 (step_1): Adjust to use step_command_fsm_prepare and
4194 prepare_one_step.
4195 (struct step_1_continuation_args): Delete.
4196 (step_1_continuation): Delete.
4197 (step_command_fsm_should_stop): New function.
4198 (step_once): Delete.
4199 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
4200 (prepare_one_step): New function, based on step_once.
4201 (until_next_command): Remove step_multi reference.
4202 (struct return_value_info): New.
4203 (print_return_value): Rename to ...
4204 (print_return_value_1): ... this. New struct return_value_info
4205 parameter. Adjust.
4206 (print_return_value): Reimplement as wrapper around
4207 print_return_value_1.
4208 (struct finish_command_fsm): New.
4209 (finish_command_continuation): Delete.
4210 (finish_command_fsm_ops): New global.
4211 (new_finish_command_fsm, finish_command_fsm_should_stop): New
4212 functions.
4213 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
4214 New.
4215 (finish_command_continuation_free_arg): Delete.
4216 (finish_command_fsm_async_reply_reason): New.
4217 (finish_backward, finish_forward): Change symbol parameter to a
4218 finish_command_fsm. Adjust.
4219 (finish_command): Create a finish_command_fsm. Adjust.
4220 * infrun.c: Include "thread-fsm.h".
4221 (clear_proceed_status_thread): Delete the thread's FSM.
4222 (infrun_thread_stop_requested_callback): Cancel the thread's
4223 execution command.
4224 (clean_up_just_stopped_threads_fsms): New function.
4225 (fetch_inferior_event): Handle the event_thread's should_stop
4226 method saying the command isn't done yet.
4227 (process_event_stop_test): Run breakpoint callbacks here.
4228 (print_stop_event): Rename to ...
4229 (print_stop_location): ... this.
4230 (restore_current_uiout_cleanup): New function.
4231 (print_stop_event): Reimplement.
4232 (normal_stop): No longer notify the end_stepping_range observers
4233 here handle "step N" nor "finish" here. No longer call
4234 print_stop_event here.
4235 * infrun.h (struct return_value_info): Forward declare.
4236 (print_return_value): Declare.
4237 (print_stop_event): Change prototype.
4238 * thread-fsm.c: New file.
4239 * thread-fsm.h: New file.
4240 * thread.c: Include "thread-fsm.h".
4241 (thread_cancel_execution_command): New function.
4242 (clear_thread_inferior_resources): Call it.
4243 * cli/cli-interp.c (cli_on_normal_stop): New function.
4244 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
4245 observer.
4246 * mi/mi-interp.c: Include "thread-fsm.h".
4247 (restore_current_uiout_cleanup): Delete.
4248 (mi_on_normal_stop): If the thread has an FSM associated, and it
4249 finished, ask it for the async-reply-reason to print. Always call
4250 print_stop_event here, regardless of the top-level interpreter.
4251 Check bpstat_what to tell whether an asynchronous breakpoint hit
4252 triggered.
4253 * tui/tui-interp.c (tui_on_normal_stop): New function.
4254 (tui_init): Install tui_on_normal_stop as normal_stop observer.
4255
4256 2015-09-09 Pedro Alves <palves@redhat.com>
4257
4258 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
4259 check whether the target can async.
4260 * inf-loop.c (inferior_event_handler): Only call target_async if
4261 the target can async.
4262 * infcall.c: Include top.h and interps.h.
4263 (run_inferior_call): For the interpreter to sync mode while
4264 running the infcall. Call wait_sync_command_done instead of
4265 wait_for_inferior plus normal_stop.
4266 * infcmd.c (prepare_execution_command): Don't check whether the
4267 target can async when running in the foreground.
4268 (step_1): Delete synchronous case handling.
4269 (step_once): Always install a continuation, even in sync mode.
4270 (until_next_command, finish_forward): Don't check whether the
4271 target can async.
4272 (attach_command_post_wait, notice_new_inferior): Always install a
4273 continuation, even in sync mode.
4274 * infrun.c (mark_infrun_async_event_handler): New function.
4275 (proceed): In sync mode, mark infrun's event source instead of
4276 waiting for events here.
4277 (fetch_inferior_event): If the target can't async, do a blocking
4278 wait.
4279 (prepare_to_wait): In sync mode, mark infrun's event source.
4280 (infrun_async_inferior_event_handler): No longer bail out if the
4281 target can't async.
4282 * infrun.h (mark_infrun_async_event_handler): New declaration.
4283 * linux-nat.c (linux_nat_wait_1): Remove calls to
4284 set_sigint_trap/clear_sigint_trap.
4285 (linux_nat_terminal_inferior): No longer check whether the target
4286 can async.
4287 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
4288 comment.
4289 (mi_execute_command_input_handler): No longer check whether the
4290 target is async. Update and simplify comment.
4291 * target.c (default_target_wait): New function.
4292 * target.h (struct target_ops) <to_wait>: Now defaults to
4293 default_target_wait.
4294 (default_target_wait): Declare.
4295 * top.c (wait_sync_command_done): New function, factored out from
4296 ...
4297 (maybe_wait_sync_command_done): ... this.
4298 * top.h (wait_sync_command_done): Declare.
4299 * target-delegates.c: Regenerate.
4300
4301 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
4302
4303 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
4304 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
4305 Remove include of sys/utsname.h.
4306 (linux_determine_kernel_ptr_bits): Remove.
4307 (linux_determine_kernel_start): New.
4308 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
4309 Update check.
4310 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
4311 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
4312 initialization.
4313 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
4314 assignment.
4315
4316 2015-09-07 Pedro Alves <palves@redhat.com>
4317
4318 * guile/guile-internal.h (as_a_scm_t_subr): New.
4319 * guile/guile.c (misc_guile_functions): Use it.
4320 * guile/scm-arch.c (arch_functions): Use it.
4321 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
4322 Use it.
4323 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
4324 * guile/scm-cmd.c (command_functions): Use it.
4325 * guile/scm-disasm.c (disasm_functions): Use it.
4326 * guile/scm-exception.c (exception_functions)
4327 (private_exception_functions): Use it.
4328 * guile/scm-frame.c (frame_functions)
4329 * guile/scm-gsmob.c (gsmob_functions): Use it.
4330 * guile/scm-iterator.c (iterator_functions): Use it.
4331 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
4332 * guile/scm-math.c (math_functions): Use it.
4333 * guile/scm-objfile.c (objfile_functions): Use it.
4334 * guile/scm-param.c (parameter_functions): Use it.
4335 * guile/scm-ports.c (port_functions, private_port_functions): Use
4336 it.
4337 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
4338 * guile/scm-progspace.c (pspace_functions): Use it.
4339 * guile/scm-string.c (string_functions): Use it.
4340 * guile/scm-symbol.c (symbol_functions): Use it.
4341 * guile/scm-symtab.c (symtab_functions): Use it.
4342 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
4343 it.
4344 * guile/scm-value.c (value_functions): Use it.
4345
4346 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
4347
4348 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
4349 (tui_next_win): Likewise.
4350 (tui_prev_win): Likewise.
4351 (tui_partial_win_by_name): Likewise.
4352 (tui_init_generic_part): Likewise.
4353 (init_content_element): Likewise.
4354 (tui_del_window): Likewise.
4355 (tui_free_window): Likewise.
4356 (tui_del_data_windows): Likewise.
4357 (tui_free_data_content): Likewise.
4358 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
4359 * tui/tui-regs.c (tui_show_register_group): Likewise.
4360 * tui/tui-win.c (tui_resize_all): Likewise.
4361 (tui_set_focus): Likewise.
4362 (tui_set_win_height): Likewise.
4363 (make_invisible_and_set_new_height): Likewise.
4364 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
4365 * tui/tui-wingeneral.c (make_visible): Likewise.
4366
4367 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
4368
4369 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
4370
4371 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
4372
4373 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
4374 pointer.
4375 * dbxread.c (dbx_end_psymtab): Likewise.
4376 * gnu-nat.c (gnu_write_inferior): Likewise.
4377 * mdebugread.c (cross_ref): Likewise.
4378 * p-valprint.c (pascal_val_print): Likewise.
4379 * xcoffread.c (xcoff_end_psymtab): Likewise.
4380
4381 2015-09-04 Yao Qi <yao.qi@linaro.org>
4382
4383 * NEWS: Mention the aarch64 multi-arch debugging support.
4384
4385 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
4386
4387 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
4388 type instead of a TYPE_CODE_INT one for the string_char_type
4389 and the ada_primitive_type_char types.
4390
4391 2015-09-03 Yao Qi <yao.qi@linaro.org>
4392
4393 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
4394 Move code to aarch64_linux_region_ok_for_watchpoint. Call
4395 aarch64_linux_region_ok_for_watchpoint.
4396 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
4397 New function.
4398 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
4399 Declare it.
4400
4401 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
4402
4403 * gdb_obstack.h (obstack_strdup): Declare.
4404 * gdb_obstack.c (obstack_strdup): Define.
4405 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
4406 * gdbarch.c: Regenerate.
4407 * gdbarch.h: Regenerate.
4408 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
4409
4410 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
4411
4412 * gdbtypes.c (copy_type_recursive): Update documentation.
4413
4414 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
4415
4416 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
4417 as zero.
4418
4419 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
4420
4421 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
4422
4423 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
4424
4425 * solib-svr4.c (solib_event_probe_action): Call
4426 get_probe_argument_count using TRY...CATCH.
4427 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
4428
4429 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
4430
4431 * probe.h (struct probe_ops) <get_probe_argument_count,
4432 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
4433 the comment that the function can throw an exception.
4434 (get_probe_argument_count): Likewise.
4435 (evaluate_probe_argument): Likewise.
4436 * stap-probe.c (stap_get_opcode): Call error instead of
4437 internal_error.
4438 (stap_get_expected_argument_type): Likewise. Add argument
4439 'probe'. Improve error message by mentioning the probe's name.
4440 (stap_parse_probe_arguments): Adjust call to
4441 stap_get_expected_argument_type.
4442 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
4443 not zero. Call internal_error if GDB requests an argument but the
4444 probe has no arguments.
4445
4446 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
4447
4448 * ada-lang.c (ada_resolve_function): Do not ask the user what
4449 match to use when in completion mode.
4450
4451 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * tui/tui-data.c (tui_win_name): Make local variable const, remove
4454 cast of NULL.
4455
4456 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
4457
4458 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
4459 call_abi using XSHAL_ABI macro.
4460
4461 2015-08-29 Doug Evans <xdje42@gmail.com>
4462
4463 * symtab.h (struct symbol): Tweak comment.
4464
4465 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
4466
4467 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
4468 gdbarch obstack instead of on the heap. Update commentary
4469 accordingly.
4470
4471 2015-08-28 Joel Brobecker <brobecker@adacore.com>
4472
4473 GDB 7.10 released.
4474
4475 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
4476
4477 * NEWS: Update entry about non-8-bits addressable memory.
4478
4479 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
4480
4481 Revert:
4482 2014-11-06 Doug Evans <xdje42@gmail.com>
4483 * solib.c (solib_global_lookup): Fetch arch from objfile,
4484 not target_gdbarch.
4485
4486 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
4487
4488 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
4489 attempt to relocate a TLS variable offset.
4490
4491 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
4492
4493 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
4494 registered yet. Set inferior_ptid while calling target_read_memory.
4495
4496 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
4497
4498 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
4499 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
4500 * linux-nat.c (check_stopped_by_breakpoint): Use
4501 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
4502
4503 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
4504
4505 * linux-thread-db.c (thread_db_get_thread_local_address): If the
4506 thread was not yet discovered, use thread_from_lwp instead of
4507 calling thread_db_find_new_threads_1.
4508
4509 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
4510
4511 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
4512 statements.
4513
4514 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
4515
4516 * NEWS: Document support for non-8-bits addressable memory.
4517
4518 2015-08-27 Pedro Alves <palves@redhat.com>
4519
4520 * configure.ac: Remove AC_TYPE_SIGNAL call.
4521 * configure, config.in: Regenerate.
4522
4523 2015-08-27 Pedro Alves <palves@redhat.com>
4524
4525 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
4526 * extension-priv.h: Include signal.h.
4527 (struct signal_handler) <handler>: Change type to sighandler_t.
4528 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
4529 * inflow.c (sigint_ours, sigquit_ours): Change type to
4530 sighandler_t.
4531 (child_terminal_inferior): Remove casts.
4532 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
4533 (osig): Change type to sighandler_t.
4534 * nto-procfs.c (ofunc): Change type to sighandler_t.
4535 (procfs_wait): Remove casts.
4536 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
4537 * remote-sim.c (gdbsim_wait): Use sighandler_t.
4538 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
4539
4540 2015-08-27 Pedro Alves <palves@redhat.com>
4541
4542 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
4543 * gnulib/aclocal.m4: Renegerate.
4544 * gnulib/config.in: Renegerate.
4545 * gnulib/configure: Renegerate.
4546 * gnulib/import/Makefile.am: Update.
4547 * gnulib/import/Makefile.in: Regenerate.
4548 * gnulib/import/m4/gnulib-cache.m4: Update.
4549 * gnulib/import/m4/gnulib-comp.m4: Update.
4550 * gnulib/import/m4/signal_h.m4: New file.
4551 * gnulib/import/signal.in.h: New file.
4552
4553 2015-08-27 Pedro Alves <palves@redhat.com>
4554
4555 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
4556 (MIN_MEMORY_PACKET_SIZE): New.
4557 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
4558 (get_memory_packet_size): Adjust. No longer limit the max packet
4559 size.
4560 (set_memory_packet_size): Adjust, and remove dead code.
4561 (remote_check_symbols): Use xmalloc and a cleanup instead of
4562 alloca.
4563 (remote_packet_size): No longer cap the packet size.
4564 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
4565
4566 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
4567
4568 * compile/compile.c (compile_to_object): Mention language in
4569 error message.
4570
4571 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
4572
4573 * target.c (target_pre_inferior): Unset attach_flag.
4574
4575 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
4576
4577 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
4578 * gdbarch.c: Re-generate.
4579
4580 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
4581
4582 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
4583 function with the XNEW-family equivalent.
4584 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
4585 * ada-exp.y (write_ambiguous_var): Likewise.
4586 * ada-lang.c (resolve_subexp): Likewise.
4587 (user_select_syms): Likewise.
4588 (assign_aggregate): Likewise.
4589 (ada_evaluate_subexp): Likewise.
4590 (cache_symbol): Likewise.
4591 * addrmap.c (allocate_key): Likewise.
4592 (addrmap_create_mutable): Likewise.
4593 * aix-thread.c (sync_threadlists): Likewise.
4594 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
4595 (alpha_gdbarch_init): Likewise.
4596 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
4597 * arm-linux-nat.c (arm_linux_add_process): Likewise.
4598 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
4599 * arm-tdep.c (push_stack_item): Likewise.
4600 (arm_displaced_step_copy_insn): Likewise.
4601 (arm_gdbarch_init): Likewise.
4602 (_initialize_arm_tdep): Likewise.
4603 * avr-tdep.c (push_stack_item): Likewise.
4604 * ax-general.c (new_agent_expr): Likewise.
4605 * block.c (block_initialize_namespace): Likewise.
4606 * breakpoint.c (alloc_counted_command_line): Likewise.
4607 (update_dprintf_command_list): Likewise.
4608 (parse_breakpoint_sals): Likewise.
4609 (decode_static_tracepoint_spec): Likewise.
4610 (until_break_command): Likewise.
4611 (clear_command): Likewise.
4612 (update_global_location_list): Likewise.
4613 (get_breakpoint_objfile_data) Likewise.
4614 * btrace.c (ftrace_new_function): Likewise.
4615 (btrace_set_insn_history): Likewise.
4616 (btrace_set_call_history): Likewise.
4617 * buildsym.c (add_symbol_to_list): Likewise.
4618 (record_pending_block): Likewise.
4619 (start_subfile): Likewise.
4620 (start_buildsym_compunit): Likewise.
4621 (push_subfile): Likewise.
4622 (end_symtab_get_static_block): Likewise.
4623 (buildsym_init): Likewise.
4624 * cli/cli-cmds.c (source_command): Likewise.
4625 * cli/cli-decode.c (add_cmd): Likewise.
4626 * cli/cli-script.c (build_command_line): Likewise.
4627 (setup_user_args): Likewise.
4628 (realloc_body_list): Likewise.
4629 (process_next_line): Likewise.
4630 (copy_command_lines): Likewise.
4631 * cli/cli-setshow.c (do_set_command): Likewise.
4632 * coff-pe-read.c (read_pe_exported_syms): Likewise.
4633 * coffread.c (coff_locate_sections): Likewise.
4634 (coff_symtab_read): Likewise.
4635 (coff_read_struct_type): Likewise.
4636 * common/cleanups.c (make_my_cleanup2): Likewise.
4637 * common/common-exceptions.c (throw_it): Likewise.
4638 * common/filestuff.c (make_cleanup_close): Likewise.
4639 * common/format.c (parse_format_string): Likewise.
4640 * common/queue.h (DEFINE_QUEUE_P): Likewise.
4641 * compile/compile-object-load.c (munmap_list_add): Likewise.
4642 (compile_object_load): Likewise.
4643 * compile/compile-object-run.c (compile_object_run): Likewise.
4644 * compile/compile.c (append_args): Likewise.
4645 * corefile.c (specify_exec_file_hook): Likewise.
4646 * cp-support.c (make_symbol_overload_list): Likewise.
4647 * cris-tdep.c (push_stack_item): Likewise.
4648 (cris_gdbarch_init): Likewise.
4649 * ctf.c (ctf_trace_file_writer_new): Likewise.
4650 * dbxread.c (init_header_files): Likewise.
4651 (add_new_header_file): Likewise.
4652 (init_bincl_list): Likewise.
4653 (dbx_end_psymtab): Likewise.
4654 (start_psymtab): Likewise.
4655 (dbx_end_psymtab): Likewise.
4656 * dcache.c (dcache_init): Likewise.
4657 * dictionary.c (dict_create_hashed): Likewise.
4658 (dict_create_hashed_expandable): Likewise.
4659 (dict_create_linear): Likewise.
4660 (dict_create_linear_expandable): Likewise.
4661 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
4662 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
4663 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
4664 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4665 (decode_frame_entry_1): Likewise.
4666 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
4667 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
4668 * dwarf2read.c (dwarf2_has_info): Likewise.
4669 (create_signatured_type_table_from_index): Likewise.
4670 (dwarf2_read_index): Likewise.
4671 (dw2_get_file_names_reader): Likewise.
4672 (create_all_type_units): Likewise.
4673 (read_cutu_die_from_dwo): Likewise.
4674 (init_tu_and_read_dwo_dies): Likewise.
4675 (init_cutu_and_read_dies): Likewise.
4676 (create_all_comp_units): Likewise.
4677 (queue_comp_unit): Likewise.
4678 (inherit_abstract_dies): Likewise.
4679 (read_call_site_scope): Likewise.
4680 (dwarf2_add_field): Likewise.
4681 (dwarf2_add_typedef): Likewise.
4682 (dwarf2_add_member_fn): Likewise.
4683 (attr_to_dynamic_prop): Likewise.
4684 (abbrev_table_alloc_abbrev): Likewise.
4685 (abbrev_table_read_table): Likewise.
4686 (add_include_dir): Likewise.
4687 (add_file_name): Likewise.
4688 (dwarf_decode_line_header): Likewise.
4689 (dwarf2_const_value_attr): Likewise.
4690 (dwarf_alloc_block): Likewise.
4691 (parse_macro_definition): Likewise.
4692 (set_die_type): Likewise.
4693 (write_psymtabs_to_index): Likewise.
4694 (create_cus_from_index): Likewise.
4695 (dwarf2_create_include_psymtab): Likewise.
4696 (process_psymtab_comp_unit_reader): Likewise.
4697 (build_type_psymtab_dependencies): Likewise.
4698 (read_comp_units_from_section): Likewise.
4699 (compute_compunit_symtab_includes): Likewise.
4700 (create_dwo_unit_in_dwp_v1): Likewise.
4701 (create_dwo_unit_in_dwp_v2): Likewise.
4702 (read_func_scope): Likewise.
4703 (process_structure_scope): Likewise.
4704 (mark_common_block_symbol_computed): Likewise.
4705 (load_partial_dies): Likewise.
4706 (dwarf2_symbol_mark_computed): Likewise.
4707 * elfread.c (elf_symfile_segments): Likewise.
4708 (elf_read_minimal_symbols): Likewise.
4709 * environ.c (make_environ): Likewise.
4710 * eval.c (evaluate_subexp_standard): Likewise.
4711 * event-loop.c (create_file_handler): Likewise.
4712 (create_async_signal_handler): Likewise.
4713 (create_async_event_handler): Likewise.
4714 (create_timer): Likewise.
4715 * exec.c (build_section_table): Likewise.
4716 * fbsd-nat.c (fbsd_remember_child): Likewise.
4717 * fork-child.c (fork_inferior): Likewise.
4718 * frv-tdep.c (new_variant): Likewise.
4719 * gdbarch.sh (gdbarch_alloc): Likewise.
4720 (append_name): Likewise.
4721 * gdbtypes.c (rank_function): Likewise.
4722 (copy_type_recursive): Likewise.
4723 (add_dyn_prop): Likewise.
4724 * gnu-nat.c (make_proc): Likewise.
4725 (make_inf): Likewise.
4726 (gnu_write_inferior): Likewise.
4727 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
4728 (build_std_type_info_type): Likewise.
4729 * guile/scm-param.c (compute_enum_list): Likewise.
4730 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
4731 * guile/scm-value.c (gdbscm_value_call): Likewise.
4732 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
4733 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
4734 (read_unwind_info): Likewise.
4735 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
4736 * infcall.c (dummy_frame_context_saver_setup): Likewise.
4737 (call_function_by_hand_dummy): Likewise.
4738 * infcmd.c (step_once): Likewise.
4739 (finish_forward): Likewise.
4740 (attach_command): Likewise.
4741 (notice_new_inferior): Likewise.
4742 * inferior.c (add_inferior_silent): Likewise.
4743 * infrun.c (add_displaced_stepping_state): Likewise.
4744 (save_infcall_control_state): Likewise.
4745 (save_inferior_ptid): Likewise.
4746 (_initialize_infrun): Likewise.
4747 * jit.c (bfd_open_from_target_memory): Likewise.
4748 (jit_gdbarch_data_init): Likewise.
4749 * language.c (add_language): Likewise.
4750 * linespec.c (decode_line_2): Likewise.
4751 * linux-nat.c (add_to_pid_list): Likewise.
4752 (add_initial_lwp): Likewise.
4753 * linux-thread-db.c (add_thread_db_info): Likewise.
4754 (record_thread): Likewise.
4755 (info_auto_load_libthread_db): Likewise.
4756 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
4757 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
4758 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
4759 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
4760 * macrocmd.c (macro_define_command): Likewise.
4761 * macroexp.c (gather_arguments): Likewise.
4762 * macroscope.c (sal_macro_scope): Likewise.
4763 * macrotab.c (new_macro_table): Likewise.
4764 * mdebugread.c (push_parse_stack): Likewise.
4765 (parse_partial_symbols): Likewise.
4766 (parse_symbol): Likewise.
4767 (psymtab_to_symtab_1): Likewise.
4768 (new_block): Likewise.
4769 (new_psymtab): Likewise.
4770 (mdebug_build_psymtabs): Likewise.
4771 (add_pending): Likewise.
4772 (elfmdebug_build_psymtabs): Likewise.
4773 * mep-tdep.c (mep_gdbarch_init): Likewise.
4774 * mi/mi-main.c (mi_execute_command): Likewise.
4775 * mi/mi-parse.c (mi_parse_argv): Likewise.
4776 * minidebug.c (lzma_open): Likewise.
4777 * minsyms.c (terminate_minimal_symbol_table): Likewise.
4778 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
4779 * mips-tdep.c (mips_gdbarch_init): Likewise.
4780 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
4781 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
4782 * mt-tdep.c (mt_registers_info): Likewise.
4783 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
4784 * nat/linux-btrace.c (linux_enable_bts): Likewise.
4785 (linux_enable_pt): Likewise.
4786 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
4787 (linux_xfer_osdata_processgroups): Likewise.
4788 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
4789 * nto-procfs.c (procfs_meminfo): Likewise.
4790 * objc-lang.c (start_msglist): Likewise.
4791 (selectors_info): Likewise.
4792 (classes_info): Likewise.
4793 (find_methods): Likewise.
4794 * objfiles.c (allocate_objfile): Likewise.
4795 (update_section_map): Likewise.
4796 * osabi.c (gdbarch_register_osabi): Likewise.
4797 (gdbarch_register_osabi_sniffer): Likewise.
4798 * parse.c (start_arglist): Likewise.
4799 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
4800 (hwdebug_insert_point): Likewise.
4801 * printcmd.c (display_command): Likewise.
4802 (ui_printf): Likewise.
4803 * procfs.c (create_procinfo): Likewise.
4804 (load_syscalls): Likewise.
4805 (proc_get_LDT_entry): Likewise.
4806 (proc_update_threads): Likewise.
4807 * prologue-value.c (make_pv_area): Likewise.
4808 (pv_area_store): Likewise.
4809 * psymtab.c (extend_psymbol_list): Likewise.
4810 (init_psymbol_list): Likewise.
4811 (allocate_psymtab): Likewise.
4812 * python/py-inferior.c (add_thread_object): Likewise.
4813 * python/py-param.c (compute_enum_values): Likewise.
4814 * python/py-value.c (valpy_call): Likewise.
4815 * python/py-varobj.c (py_varobj_iter_next): Likewise.
4816 * python/python.c (ensure_python_env): Likewise.
4817 * record-btrace.c (record_btrace_start_replaying): Likewise.
4818 * record-full.c (record_full_reg_alloc): Likewise.
4819 (record_full_mem_alloc): Likewise.
4820 (record_full_end_alloc): Likewise.
4821 (record_full_core_xfer_partial): Likewise.
4822 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
4823 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
4824 * remote-notif.c (remote_notif_state_allocate): Likewise.
4825 * remote.c (demand_private_info): Likewise.
4826 (remote_notif_stop_alloc_reply): Likewise.
4827 (remote_enable_btrace): Likewise.
4828 * reverse.c (save_bookmark_command): Likewise.
4829 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
4830 * rx-tdep.c (rx_gdbarch_init): Likewise.
4831 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
4832 * ser-go32.c (dos_get_tty_state): Likewise.
4833 (dos_copy_tty_state): Likewise.
4834 * ser-mingw.c (ser_windows_open): Likewise.
4835 (ser_console_wait_handle): Likewise.
4836 (ser_console_get_tty_state): Likewise.
4837 (make_pipe_state): Likewise.
4838 (net_windows_open): Likewise.
4839 * ser-unix.c (hardwire_get_tty_state): Likewise.
4840 (hardwire_copy_tty_state): Likewise.
4841 * solib-aix.c (solib_aix_new_lm_info): Likewise.
4842 * solib-dsbt.c (dsbt_current_sos): Likewise.
4843 (dsbt_relocate_main_executable): Likewise.
4844 * solib-frv.c (frv_current_sos): Likewise.
4845 (frv_relocate_main_executable): Likewise.
4846 * solib-spu.c (spu_bfd_fopen): Likewise.
4847 * solib-svr4.c (lm_info_read): Likewise.
4848 (svr4_copy_library_list): Likewise.
4849 (svr4_default_sos): Likewise.
4850 * source.c (find_source_lines): Likewise.
4851 (line_info): Likewise.
4852 (add_substitute_path_rule): Likewise.
4853 * spu-linux-nat.c (spu_bfd_open): Likewise.
4854 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
4855 * stabsread.c (dbx_lookup_type): Likewise.
4856 (read_type): Likewise.
4857 (read_member_functions): Likewise.
4858 (read_struct_fields): Likewise.
4859 (read_baseclasses): Likewise.
4860 (read_args): Likewise.
4861 (_initialize_stabsread): Likewise.
4862 * stack.c (func_command): Likewise.
4863 * stap-probe.c (handle_stap_probe): Likewise.
4864 * symfile.c (addrs_section_sort): Likewise.
4865 (addr_info_make_relative): Likewise.
4866 (load_section_callback): Likewise.
4867 (add_symbol_file_command): Likewise.
4868 (init_filename_language_table): Likewise.
4869 * symtab.c (create_filename_seen_cache): Likewise.
4870 (sort_search_symbols_remove_dups): Likewise.
4871 (search_symbols): Likewise.
4872 * target.c (make_cleanup_restore_target_terminal): Likewise.
4873 * thread.c (new_thread): Likewise.
4874 (enable_thread_stack_temporaries): Likewise.
4875 (make_cleanup_restore_current_thread): Likewise.
4876 (thread_apply_all_command): Likewise.
4877 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
4878 * top.c (gdb_readline_wrapper): Likewise.
4879 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
4880 * tracepoint.c (trace_find_line_command): Likewise.
4881 (all_tracepoint_actions_and_cleanup): Likewise.
4882 (make_cleanup_restore_current_traceframe): Likewise.
4883 (get_uploaded_tp): Likewise.
4884 (get_uploaded_tsv): Likewise.
4885 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
4886 (tui_alloc_win_info): Likewise.
4887 (tui_alloc_content): Likewise.
4888 (tui_add_content_elements): Likewise.
4889 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
4890 (tui_set_disassem_content): Likewise.
4891 * ui-file.c (ui_file_new): Likewise.
4892 (stdio_file_new): Likewise.
4893 (tee_file_new): Likewise.
4894 * utils.c (make_cleanup_restore_integer): Likewise.
4895 (add_internal_problem_command): Likewise.
4896 * v850-tdep.c (v850_gdbarch_init): Likewise.
4897 * valops.c (find_oload_champ): Likewise.
4898 * value.c (allocate_value_lazy): Likewise.
4899 (record_latest_value): Likewise.
4900 (create_internalvar): Likewise.
4901 * varobj.c (install_variable): Likewise.
4902 (new_variable): Likewise.
4903 (new_root_variable): Likewise.
4904 (cppush): Likewise.
4905 (_initialize_varobj): Likewise.
4906 * windows-nat.c (windows_make_so): Likewise.
4907 * x86-nat.c (x86_add_process): Likewise.
4908 * xcoffread.c (arrange_linetable): Likewise.
4909 (allocate_include_entry): Likewise.
4910 (process_linenos): Likewise.
4911 (SYMBOL_DUP): Likewise.
4912 (xcoff_start_psymtab): Likewise.
4913 (xcoff_end_psymtab): Likewise.
4914 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4915 * xtensa-tdep.c (xtensa_register_type): Likewise.
4916 * gdbarch.c: Regenerate.
4917 * gdbarch.h: Regenerate.
4918
4919 2015-08-25 Don Breazeal <donb@codesourcery.com>
4920
4921 * infrun.c (follow_exec): Re-order operations for
4922 handling follow-exec-mode "new".
4923 (handle_inferior_event_1): Assign ecs->event_thread
4924 to the current thread.
4925 * remote.c (get_remote_arch_state): Add an assertion.
4926
4927 2015-08-26 Pedro Alves <palves@redhat.com>
4928
4929 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4930
4931 2015-08-25 Pedro Alves <palves@redhat.com>
4932
4933 PR gdb/18804
4934 * defs.h (maybe_quit): Declare.
4935 (QUIT): Now calls maybe_quit.
4936 * event-loop.c (clear_async_signal_handler)
4937 (async_signal_handler_is_marked): New functions.
4938 * event-loop.h (async_signal_handler_is_marked)
4939 (clear_async_signal_handler): New declarations.
4940 * remote.c (remote_check_pending_interrupt): New function.
4941 (interrupt_query): Use make_cleanup_restore_target_terminal. No
4942 longer check whether the target is async. If waiting for a stop
4943 reply, and a Ctrl-C as been sent to the target, offer to
4944 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4945 Otherwise do not disconnect and throw a quit.
4946 (_initialize_remote): Install remote_check_pending_interrupt as
4947 to_check_pending_interrupt.
4948 * target.c (target_check_pending_interrupt): New function.
4949 * target.h (struct target_ops) <to_check_pending_interrupt>: New
4950 field.
4951 (target_check_pending_interrupt): New declaration.
4952 * utils.c (maybe_quit): New function.
4953 * target-delegates.c: Regenerate.
4954
4955 2015-08-25 Yao Qi <yao.qi@linaro.org>
4956
4957 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4958 Rename local variable pid to tid, and get lwpid of lwp. Update
4959 debug output.
4960
4961 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
4962
4963 * ada-lang.c (ada_read_var_value): Add a var_block argument
4964 and pass it to default_read_var_value.
4965 * block.c (block_static_link): New accessor.
4966 * block.h (block_static_link): Declare it.
4967 * buildsym.c (finish_block_internal): Add a static_link
4968 argument. If there is a static link, associate it to the new
4969 block.
4970 (finish_block): Add a static link argument and pass it to
4971 finish_block_internal.
4972 (end_symtab_get_static_block): Update calls to finish_block and
4973 to finish_block_internal.
4974 (end_symtab_with_blockvector): Update call to
4975 finish_block_internal.
4976 * buildsym.h: Forward-declare struct dynamic_prop.
4977 (struct context_stack): Add a static_link field.
4978 (finish_block): Add a static link argument.
4979 * c-exp.y: Remove an obsolete comment (evaluation of variables
4980 already start from the selected frame, and now they climb *up*
4981 the call stack) and propagate the block information to the
4982 produced expression.
4983 * d-exp.y: Likewise.
4984 * f-exp.y: Likewise.
4985 * go-exp.y: Likewise.
4986 * jv-exp.y: Likewise.
4987 * m2-exp.y: Likewise.
4988 * p-exp.y: Likewise.
4989 * coffread.c (coff_symtab_read): Update calls to finish_block.
4990 * dbxread.c (process_one_symbol): Likewise.
4991 * xcoffread.c (read_xcoff_symtab): Likewise.
4992 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4993 "sym" parameter to struct block_symbol, update its uses and pass
4994 its block to calls to read_var_value.
4995 (convert_symbol_sym): Update the calls to convert_one_symbol.
4996 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4997 call to read_var_value.
4998 * dwarf2loc.c (block_op_get_frame_base): New.
4999 (dwarf2_block_frame_base_locexpr_funcs): Implement the
5000 get_frame_base method.
5001 (dwarf2_block_frame_base_loclist_funcs): Likewise.
5002 (dwarf2locexpr_baton_eval): Add a frame argument and use it
5003 instead of the selected frame in order to evaluate the
5004 expression.
5005 (dwarf2_evaluate_property): Add a frame argument. Update call
5006 to dwarf2_locexpr_baton_eval to provide a frame in available and
5007 to handle the absence of address stack.
5008 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
5009 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
5010 declaration.
5011 (read_func_scope): Record any available static link description.
5012 Update call to finish_block.
5013 (read_lexical_block_scope): Update call to finish_block.
5014 * findvar.c (follow_static_link): New.
5015 (get_hosting_frame): New.
5016 (default_read_var_value): Add a var_block argument. Use
5017 get_hosting_frame to handle non-local references.
5018 (read_var_value): Add a var_block argument and pass it to the
5019 LA_READ_VAR_VALUE method.
5020 * gdbtypes.c (resolve_dynamic_range): Update calls to
5021 dwarf2_evaluate_property.
5022 (resolve_dynamic_type_internal): Likewise.
5023 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
5024 read_var_value, passing it the block coming from symbol lookup.
5025 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
5026 read_var_value (TODO).
5027 * infcmd.c (finish_command_continuation): Update call to
5028 read_var_value, passing it the block coming from symbol lookup.
5029 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5030 * language.h (struct language_defn): Add a var_block argument to
5031 the LA_READ_VAR_VALUE method.
5032 * objfiles.c (struct static_link_htab_entry): New.
5033 (static_link_htab_entry_hash): New.
5034 (static_link_htab_entry_eq): New.
5035 (objfile_register_static_link): New.
5036 (objfile_lookup_static_link): New.
5037 (free_objfile): Free the STATIC_LINKS hashed map if needed.
5038 * objfiles.h: Include hashtab.h.
5039 (struct objfile): Add a static_links field.
5040 (objfile_register_static_link): New.
5041 (objfile_lookup_static_link): New.
5042 * printcmd.c (print_variable_and_value): Update call to
5043 read_var_value.
5044 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
5045 * python/py-frame.c (frapy_read_var): Update call to
5046 read_var_value, passing it the block coming from symbol lookup.
5047 * python/py-framefilter.c (extract_sym): Add a sym_block
5048 parameter and set the pointed value to NULL (TODO).
5049 (enumerate_args): Update call to extract_sym.
5050 (enumerate_locals): Update calls to extract_sym and to
5051 read_var_value.
5052 * python/py-symbol.c (sympy_value): Update call to
5053 read_var_value (TODO).
5054 * stack.c (read_frame_local): Update call to read_var_value.
5055 (read_frame_arg): Likewise.
5056 (return_command): Likewise.
5057 * symtab.h (struct symbol_block_ops): Add a get_frame_base
5058 method.
5059 (struct symbol): Add a block field.
5060 (SYMBOL_BLOCK): New accessor.
5061 * valops.c (value_of_variable): Remove frame/block handling and
5062 pass the block argument to read_var_value, which does this job
5063 now.
5064 (value_struct_elt_for_reference): Update calls to
5065 read_var_value.
5066 (value_of_this): Pass the block found to read_var_value.
5067 * value.h (read_var_value): Add a var_block argument.
5068 (default_read_var_value): Likewise.
5069
5070 2015-08-25 Yao Qi <yao.qi@linaro.org>
5071
5072 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
5073 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
5074 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
5075
5076 2015-08-25 Yao Qi <yao.qi@linaro.org>
5077
5078 * Makefile.in (aarch64-liunx.o): New rule.
5079 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
5080 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
5081 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
5082 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
5083 extern.
5084 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
5085 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
5086 * nat/aarch64-linux.c: New file.
5087 * nat/aarch64-linux.h: New file.
5088
5089 2015-08-25 Yao Qi <yao.qi@linaro.org>
5090
5091 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
5092 lwp_arch_private_info and ptid_of_lwp.
5093
5094 2015-08-25 Yao Qi <yao.qi@linaro.org>
5095
5096 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
5097 Move it to nat/aarch64-linux-hw-point.c.
5098 (debug_reg_change_callback): Likewise.
5099 (aarch64_notify_debug_reg_change): :Likewise.
5100 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
5101 (aarch64_dr_update_callback_param): New.
5102 (debug_reg_change_callback): New function.
5103 (aarch64_notify_debug_reg_change): Likewise.
5104 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
5105 Remove the declaration.
5106
5107 2015-08-25 Yao Qi <yao.qi@linaro.org>
5108
5109 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
5110 Call current_lwp_ptid.
5111
5112 2015-08-25 Yao Qi <yao.qi@linaro.org>
5113
5114 * aarch64-linux-nat.c (debug_reg_change_callback): Use
5115 debug_printf.
5116
5117 2015-08-25 Yao Qi <yao.qi@linaro.org>
5118
5119 * aarch64-linux-nat.c (debug_reg_change_callback): Call
5120 ptid_get_pid rather than ptid_get_lwp.
5121
5122 2015-08-24 Pedro Alves <palves@redhat.com>
5123
5124 * NEWS (New commands): Mention set/show remote
5125 multiprocess-extensions-packet.
5126 * remote.c (remote_query_supported): Only tell the server to use
5127 the multiprocess extensions if the user hasn't force-disabled them
5128 with "set remote multiprocess-extensions-packet off".
5129
5130 2015-08-24 Pedro Alves <palves@redhat.com>
5131
5132 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
5133 1029a8112290f6eee9d7878a391c49db42c999bd.
5134 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
5135 Regenerate.
5136 * gnulib/import/Makefile.am: Update.
5137 * gnulib/import/Makefile.in: Update.
5138 * gnulib/import/alloca.in.h: Update.
5139 * gnulib/import/basename-lgpl.c: Update.
5140 * gnulib/import/canonicalize-lgpl.c: Update.
5141 * gnulib/import/config.charset: Update.
5142 * gnulib/import/dirent.in.h: Update.
5143 * gnulib/import/dirfd.c: Update.
5144 * gnulib/import/dirname-lgpl.c: Update.
5145 * gnulib/import/dirname.h: Update.
5146 * gnulib/import/dosname.h: Update.
5147 * gnulib/import/errno.in.h: Update.
5148 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
5149 * gnulib/import/extra/snippet/c++defs.h: Update.
5150 * gnulib/import/extra/snippet/warn-on-use.h: Update.
5151 * gnulib/import/extra/update-copyright: Update.
5152 * gnulib/import/float+.h: Update.
5153 * gnulib/import/float.c: Update.
5154 * gnulib/import/float.in.h: Update.
5155 * gnulib/import/fnmatch.c: Update.
5156 * gnulib/import/fnmatch.in.h: Update.
5157 * gnulib/import/fnmatch_loop.c: Update.
5158 * gnulib/import/fpucw.h: Update.
5159 * gnulib/import/frexp.c: Update.
5160 * gnulib/import/frexpl.c: Update.
5161 * gnulib/import/gettimeofday.c: Update.
5162 * gnulib/import/inttypes.in.h: Update.
5163 * gnulib/import/isnan.c: Update.
5164 * gnulib/import/isnand-nolibm.h: Update.
5165 * gnulib/import/isnand.c: Update.
5166 * gnulib/import/isnanl-nolibm.h: Update.
5167 * gnulib/import/isnanl.c: Update.
5168 * gnulib/import/itold.c: Update.
5169 * gnulib/import/localcharset.c: Update.
5170 * gnulib/import/localcharset.h: Update.
5171 * gnulib/import/lstat.c: Update.
5172 * gnulib/import/m4/00gnulib.m4: Update.
5173 * gnulib/import/m4/absolute-header.m4: Update.
5174 * gnulib/import/m4/alloca.m4: Update.
5175 * gnulib/import/m4/canonicalize.m4: Update.
5176 * gnulib/import/m4/codeset.m4: Update.
5177 * gnulib/import/m4/configmake.m4: Update.
5178 * gnulib/import/m4/dirent_h.m4: Update.
5179 * gnulib/import/m4/dirfd.m4: Update.
5180 * gnulib/import/m4/dirname.m4: Update.
5181 * gnulib/import/m4/double-slash-root.m4: Update.
5182 * gnulib/import/m4/eealloc.m4: Update.
5183 * gnulib/import/m4/errno_h.m4: Update.
5184 * gnulib/import/m4/exponentd.m4: Update.
5185 * gnulib/import/m4/exponentl.m4: Update.
5186 * gnulib/import/m4/extensions.m4: Update.
5187 * gnulib/import/m4/extern-inline.m4: Update.
5188 * gnulib/import/m4/fcntl-o.m4: Update.
5189 * gnulib/import/m4/float_h.m4: Update.
5190 * gnulib/import/m4/fnmatch.m4: Update.
5191 * gnulib/import/m4/fpieee.m4: Update.
5192 * gnulib/import/m4/frexp.m4: Update.
5193 * gnulib/import/m4/frexpl.m4: Update.
5194 * gnulib/import/m4/gettimeofday.m4: Update.
5195 * gnulib/import/m4/glibc21.m4: Update.
5196 * gnulib/import/m4/gnulib-cache.m4: Update.
5197 * gnulib/import/m4/gnulib-common.m4: Update.
5198 * gnulib/import/m4/gnulib-comp.m4: Update.
5199 * gnulib/import/m4/gnulib-tool.m4: Update.
5200 * gnulib/import/m4/include_next.m4: Update.
5201 * gnulib/import/m4/inttypes-pri.m4: Update.
5202 * gnulib/import/m4/inttypes.m4: Update.
5203 * gnulib/import/m4/isnand.m4: Update.
5204 * gnulib/import/m4/isnanl.m4: Update.
5205 * gnulib/import/m4/largefile.m4: Update.
5206 * gnulib/import/m4/localcharset.m4: Update.
5207 * gnulib/import/m4/locale-fr.m4: Update.
5208 * gnulib/import/m4/locale-ja.m4: Update.
5209 * gnulib/import/m4/locale-zh.m4: Update.
5210 * gnulib/import/m4/longlong.m4: Update.
5211 * gnulib/import/m4/lstat.m4: Update.
5212 * gnulib/import/m4/malloc.m4: Update.
5213 * gnulib/import/m4/malloca.m4: Update.
5214 * gnulib/import/m4/math_h.m4: Update.
5215 * gnulib/import/m4/mbrtowc.m4: Update.
5216 * gnulib/import/m4/mbsinit.m4: Update.
5217 * gnulib/import/m4/mbsrtowcs.m4: Update.
5218 * gnulib/import/m4/mbstate_t.m4: Update.
5219 * gnulib/import/m4/memchr.m4: Update.
5220 * gnulib/import/m4/memmem.m4: Update.
5221 * gnulib/import/m4/mmap-anon.m4: Update.
5222 * gnulib/import/m4/multiarch.m4: Update.
5223 * gnulib/import/m4/nocrash.m4: Update.
5224 * gnulib/import/m4/off_t.m4: Update.
5225 * gnulib/import/m4/pathmax.m4: Update.
5226 * gnulib/import/m4/readlink.m4: Update.
5227 * gnulib/import/m4/rename.m4: Update.
5228 * gnulib/import/m4/rmdir.m4: Update.
5229 * gnulib/import/m4/ssize_t.m4: Update.
5230 * gnulib/import/m4/stat.m4: Update.
5231 * gnulib/import/m4/stdbool.m4: Update.
5232 * gnulib/import/m4/stddef_h.m4: Update.
5233 * gnulib/import/m4/stdint.m4: Update.
5234 * gnulib/import/m4/stdio_h.m4: Update.
5235 * gnulib/import/m4/stdlib_h.m4: Update.
5236 * gnulib/import/m4/string_h.m4: Update.
5237 * gnulib/import/m4/strstr.m4: Update.
5238 * gnulib/import/m4/strtok_r.m4: Update.
5239 * gnulib/import/m4/sys_socket_h.m4: Update.
5240 * gnulib/import/m4/sys_stat_h.m4: Update.
5241 * gnulib/import/m4/sys_time_h.m4: Update.
5242 * gnulib/import/m4/sys_types_h.m4: Update.
5243 * gnulib/import/m4/time_h.m4: Update.
5244 * gnulib/import/m4/unistd_h.m4: Update.
5245 * gnulib/import/m4/warn-on-use.m4: Update.
5246 * gnulib/import/m4/wchar_h.m4: Update.
5247 * gnulib/import/m4/wchar_t.m4: Update.
5248 * gnulib/import/m4/wctype_h.m4: Update.
5249 * gnulib/import/m4/wint_t.m4: Update.
5250 * gnulib/import/malloc.c: Update.
5251 * gnulib/import/malloca.c: Update.
5252 * gnulib/import/malloca.h: Update.
5253 * gnulib/import/math.in.h: Update.
5254 * gnulib/import/mbrtowc.c: Update.
5255 * gnulib/import/mbsinit.c: Update.
5256 * gnulib/import/mbsrtowcs-impl.h: Update.
5257 * gnulib/import/mbsrtowcs-state.c: Update.
5258 * gnulib/import/mbsrtowcs.c: Update.
5259 * gnulib/import/memchr.c: Update.
5260 * gnulib/import/memmem.c: Update.
5261 * gnulib/import/pathmax.h: Update.
5262 * gnulib/import/readlink.c: Update.
5263 * gnulib/import/ref-add.sin: Update.
5264 * gnulib/import/ref-del.sin: Update.
5265 * gnulib/import/rename.c: Update.
5266 * gnulib/import/rmdir.c: Update.
5267 * gnulib/import/same-inode.h: Update.
5268 * gnulib/import/stat.c: Update.
5269 * gnulib/import/stdbool.in.h: Update.
5270 * gnulib/import/stddef.in.h: Update.
5271 * gnulib/import/stdint.in.h: Update.
5272 * gnulib/import/stdio.c: Update.
5273 * gnulib/import/stdio.in.h: Update.
5274 * gnulib/import/stdlib.in.h: Update.
5275 * gnulib/import/str-two-way.h: Update.
5276 * gnulib/import/streq.h: Update.
5277 * gnulib/import/string.in.h: Update.
5278 * gnulib/import/stripslash.c: Update.
5279 * gnulib/import/strnlen1.c: Update.
5280 * gnulib/import/strnlen1.h: Update.
5281 * gnulib/import/strstr.c: Update.
5282 * gnulib/import/strtok_r.c: Update.
5283 * gnulib/import/sys_stat.in.h: Update.
5284 * gnulib/import/sys_time.in.h: Update.
5285 * gnulib/import/sys_types.in.h: Update.
5286 * gnulib/import/time.in.h: Update.
5287 * gnulib/import/unistd.in.h: Update.
5288 * gnulib/import/verify.h: Update.
5289 * gnulib/import/wchar.in.h: Update.
5290 * gnulib/import/wctype.in.h: Update.
5291 * gnulib/import/gettimeofday.c: New file.
5292 * gnulib/import/m4/absolute-header.m4: New file.
5293 * gnulib/import/m4/gettimeofday.m4: New file.
5294 * gnulib/import/m4/sys_socket_h.m4: New file.
5295 * gnulib/import/m4/sys_time_h.m4: New file.
5296 * gnulib/import/stdio.c: Delete file.
5297 * gnulib/import/sys_time.in.h: New file.
5298
5299 2015-08-24 Pedro Alves <palves@redhat.com>
5300
5301 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
5302 * common/gdb_sys_time.h: New file.
5303 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
5304 * gdb_select.h: Likewise.
5305 * gdb_usleep.c: Likewise.
5306 * maint.c: Likewise.
5307 * mi/mi-main.c: Likewise.
5308 * mi/mi-parse.h: Likewise.
5309 * remote-fileio.c: Likewise.
5310 * remote-m32r-sdi.c: Likewise.
5311 * remote.c: Likewise.
5312 * ser-base.c: Likewise.
5313 * ser-pipe.c: Likewise.
5314 * ser-tcp.c: Likewise.
5315 * ser-unix.c: Likewise.
5316 * symfile.c: Likewise.
5317 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
5318 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
5319 * utils.c: Likewise.
5320
5321 2015-08-24 Pedro Alves <palves@redhat.com>
5322
5323 * NEWS: Mention removed support for the various ROM monitors.
5324 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
5325 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
5326 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
5327 gdb_target_obs.
5328 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
5329 gdb_target_obs.
5330 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
5331 dsrec.o from gdb_target_obs.
5332 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
5333 from gdb_target_obs.
5334 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
5335 gdb_target_obs.
5336 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
5337 dink32-rom.o from gdb_target_obs.
5338 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
5339 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
5340 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
5341 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
5342
5343 2015-08-21 Pedro Alves <palves@redhat.com>
5344
5345 * frame.c (null_frame_id): Explicitly zero-initialize.
5346
5347 2015-08-21 Tom Tromey <tromey@redhat.com>
5348
5349 * dwarf2read.c (struct dwarf2_section_info): Rename field
5350 'asection' to 'section'.
5351 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
5352 (dwarf2_locate_sections, dwarf2_locate_sections)
5353 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
5354 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
5355 (dwarf2_locate_v2_dwp_sections): Adjust.
5356
5357 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
5358
5359 * top.h (gdb_in_secondary_prompt_p): Declare.
5360 * top.c (gdb_secondary_prompt_depth): Define.
5361 (gdb_in_secondary_prompt_p): Define.
5362 (gdb_readline_wrapper_cleanup): Decrement
5363 gdb_secondary_prompt_depth.
5364 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
5365 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
5366 are in a secondary prompt.
5367
5368 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
5369
5370 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
5371 emit the newline.
5372
5373 2015-08-21 Gary Benson <gbenson@redhat.com>
5374
5375 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
5376
5377 2015-08-21 Gary Benson <gbenson@redhat.com>
5378
5379 * target.h (struct target_ops) <to_fileio_open>: New argument
5380 warn_if_slow. Update comment. All implementations updated.
5381 (target_fileio_open_warn_if_slow): New declaration.
5382 * target.c (target_fileio_open): Renamed as...
5383 (target_fileio_open_1): ...this. New argument warn_if_slow.
5384 Pass warn_if_slow to implementation. Update debug printing.
5385 (target_fileio_open): New function.
5386 (target_fileio_open_warn_if_slow): Likewise.
5387 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
5388 target_fileio_open_warn_if_slow.
5389
5390 2015-08-21 Gary Benson <gbenson@redhat.com>
5391
5392 * nat/linux-namespaces.c (linux_mntns_access_fs):
5393 Do not overwrite old_chain.
5394
5395 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
5396
5397 * arch/xtensa.h: New file.
5398 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
5399 (ps_get_thread_area): New function.
5400 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
5401 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
5402 * xtensa-tdep.c (osabi.h): New #include.
5403 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
5404 xtensa-specific hooks.
5405 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
5406 member and move the structure to arch/xtensa.h.
5407
5408 2015-08-21 Pedro Alves <palves@redhat.com>
5409
5410 * remote.c (struct readahead_cache): New.
5411 (struct remote_state) <readahead_cache>: New field.
5412 (remote_open_1): Invalidate the cache.
5413 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
5414 functions.
5415 (remote_hostio_pwrite): Invalidate the readahead cache.
5416 (remote_hostio_pread): Rename to ...
5417 (remote_hostio_pread_vFile): ... this.
5418 (remote_hostio_pread_from_cache): New function.
5419 (remote_hostio_pread): Reimplement.
5420 (remote_hostio_close): Invalidate the readahead cache.
5421
5422 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
5423
5424 PR build/18843
5425 * procfs.c: Include "filestuff.h".
5426
5427 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
5428
5429 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
5430 curch.
5431 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
5432 cur_line or curch, instead call wmove().
5433 (init_win_info) [CMD_WIN]: Likewise.
5434 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
5435 instead call getcury().
5436 (tui_redisplay_readline): Don't set cur_line or curch.
5437 (tui_mld_erase_entire_line): Don't read cur_line, instead call
5438 getcury().
5439 (tui_cont_sig): Remove call to wmove.
5440 (tui_getc): Don't read cur_line or curch, instead call getcury()
5441 or getyx(). Don't set curch.
5442 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
5443 set cur_line or curch. Always move cursor to (0,0).
5444
5445 2015-08-20 Pedro Alves <palves@redhat.com>
5446
5447 * infrun.c (print_target_wait_results): Make extern.
5448 * infrun.h (print_target_wait_results): Declare.
5449 * remote.c (set_stop_requested_callback): Delete.
5450 (process_initial_stop_replies): New function.
5451 (remote_start_remote): Use it.
5452 (stop_reply_queue_length): New function.
5453
5454 2015-08-20 Pedro Alves <palves@redhat.com>
5455
5456 * dwarf2read.c (process_full_comp_unit): To tell whether
5457 start_subfile managed to deduce a language, test for
5458 language_unknown instead of language_c.
5459
5460 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5461
5462 * ada-lex.l: Reset the start condition to INITIAL in the rule that
5463 matches attributes.
5464
5465 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5466
5467 * dwarf2read.c (dwarf2_string_attr): New function.
5468 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
5469 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
5470 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
5471 (anonymous_struct_prefix, prepare_one_comp_unit): Use
5472 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
5473
5474 2015-08-18 Doug Evans <dje@google.com>
5475 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5476
5477 PR mi/18833
5478 * cli/cli-logging.c (pop_output_files): Don't restore redirection
5479 if MI-like.
5480 * mi/mi-out.c: #include "vec.h".
5481 (ui_filep): New type.
5482 (DEV_VEC_P (ui_filep)): New type.
5483 (struct ui_out_data) <buffer, original_buffer>: Delete.
5484 (struct ui_out_data) <streams>: New member.
5485 (mi_ui_out_impl): Add data_destroy field.
5486 (mi_field_string, mi_field_fmt): Update.
5487 (mi_flush, mi_redirect, field_separator): Update.
5488 (mi_open, mi_close): Update.
5489 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
5490 (mi_out_data_ctor, mi_out_data_dtor): New functions.
5491 (mi_out_new): Call mi_out_data_ctor.
5492
5493 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
5494
5495 * remote.c (strprefix): New.
5496 (remote_parse_stop_reply): Use strprefix instead of strncmp
5497 to ensure exact match of keyword.
5498
5499 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
5500
5501 * gdb_bfd.c (debug_bfd_cache): New variable.
5502 (show_bfd_cache_debug): New function.
5503 (gdb_bfd_open): Add debug logging.
5504 (gdb_bfd_ref): Likewise.
5505 (gdb_bfd_unref): Likewise.
5506 (_initialize_gdb_bfd): Add new set/show command.
5507 * NEWS: Mention new command.
5508
5509 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
5510
5511 * gdb_bfd.c (bfd_sharing): New variable.
5512 (show_bfd_sharing): New function.
5513 (gdb_bfd_open): Check bfd_sharing variable.
5514 (_initialize_gdb_bfd): Add new set/show command.
5515 * NEWS: Mention new command.
5516
5517 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
5518
5519 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
5520 field.
5521 (struct gdb_bfd_cache_search): Likewise.
5522 (eq_bfd): Compare the size, inode, and device id fields.
5523 (gdb_bfd_open): Initialise the size, inode, and device id fields.
5524 (gdb_bfd_ref): Likewise.
5525 (gdb_bfd_unref): Likewise.
5526
5527 2015-08-18 Pedro Alves <palves@redhat.com>
5528
5529 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
5530 target implements to_always_non_stop_p, call it.
5531 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
5532 (x86_linux_create_target): Install it as to_always_non_stop_p
5533 method.
5534
5535 2015-08-17 Doug Evans <dje@google.com>
5536
5537 * ui-out.c (default_ui_out_impl): Add comment.
5538
5539 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
5540
5541 * d-exp.y (type_aggregate_p): New function.
5542 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
5543 (classify_inner_name): Likewise.
5544 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
5545
5546 2015-08-15 Doug Evans <xdje42@gmail.com>
5547
5548 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
5549 updated.
5550 (add_psymbol_to_list): Ditto.
5551
5552 2015-08-15 Doug Evans <xdje42@gmail.com>
5553
5554 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
5555 updated. Call end_psymtab_common.
5556 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
5557 end_psymtab_common.
5558 (build_type_psymtabs_reader): Ditto.
5559 * psympriv.h (sort_pst_symbols): Delete.
5560 (end_psymtab_common): Declare.
5561 * psymtab.c (sort_pst_symbols): Make static.
5562 (end_psymtab_common): New function.
5563 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
5564
5565 2015-08-15 Doug Evans <xdje42@gmail.com>
5566
5567 * defs.h (LANGUAGE_BITS): Define.
5568 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
5569 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
5570 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
5571 (minimal_symbol_type): Add nr_minsym_types.
5572 (MINSYM_TYPE_BITS): Define.
5573 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
5574 (domain_enum_tag): Add NR_DOMAINS.
5575 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
5576 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
5577
5578 2015-08-15 Doug Evans <xdje42@gmail.com>
5579
5580 * objfiles.h: Whitespace cleanup.
5581 * psympriv.h: Whitespace cleanup.
5582 * psymtab.c: Whitespace/coding convention cleanup.
5583
5584 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5585
5586 * inferior.c (detach_inferior_command): Don't call
5587 any_thread_of_process when pid is 0.
5588 (kill_inferior_command): Likewise.
5589
5590 2015-08-14 Doug Evans <xdje42@gmail.com>
5591
5592 PR gdb/11833
5593 * NEWS: Document new /s modifier for the disassemble command.
5594 * cli/cli-cmds.c (disassemble_command): Add support for /s.
5595 (_initialize_cli_cmds): Update online docs of disassemble command.
5596 * disasm.c: #include "source.h".
5597 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
5598 All uses updated.
5599 (dis_line_entry): New struct.
5600 (hash_dis_line_entry, eq_dis_line_entry): New functions.
5601 (allocate_dis_line_table): New functions.
5602 (maybe_add_dis_line_entry, line_has_code_p): New functions.
5603 (dump_insns): New arg end_pc. All callers updated.
5604 (do_mixed_source_and_assembly_deprecated): Renamed from
5605 do_mixed_source_and_assembly. All callers updated.
5606 (do_mixed_source_and_assembly): New function.
5607 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
5608 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
5609 DISASSEMBLY_SOURCE. All uses updated.
5610 (DISASSEMBLY_SOURCE): New macro.
5611 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
5612
5613 2015-08-14 Keith Seitz <keiths@redhat.com>
5614
5615 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
5616 `typename' to `type_name' to avoid C++ reserved word.
5617
5618 2015-08-14 Keith Seitz <keiths@redhat.com>
5619
5620 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
5621 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
5622 silence ARI errors.
5623
5624 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
5625
5626 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
5627 xstrprintf instead of malloc and sprintf.
5628 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
5629 (lex_one_token): Likewise.
5630
5631 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
5632
5633 * solib-svr4.c (read_program_header): Add base_addr argument to
5634 report the runtime address of the segment.
5635 (find_program_interpreter): Update read_program_header call to pass
5636 a NULL pointer for the new argument.
5637 (scan_dyntag): Add ptr_addr argument to report the runtime address
5638 of the tag payload.
5639 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
5640 read_program_header to get the base address of the dynamic segment.
5641 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
5642 read_program_header.
5643 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
5644
5645 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
5646
5647 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
5648
5649 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
5650
5651 * d-exp.y (%union): Add voidval.
5652 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
5653 name in the lexing stage.
5654 (PostfixExpression): Move symbol completion handling in grammar here
5655 from PrimaryExpression.
5656 (PrimaryExpression): Move routines to handle resolving identifier
5657 tokens in the grammar here from push_expression_name.
5658 (IdentifierExp): Remove the handling of alternating '.' and identifier
5659 tokens.
5660 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
5661 (BasicType): Remove C-style typename rules.
5662 (d_type_from_name, d_module_from_name, push_variable)
5663 (push_fieldnames, push_type_name, push_module_name)
5664 (push_expression_name): Remove.
5665 (lex_one_token): Rename from yylex. Replace pstate with par_state.
5666 (token_and_value): New type.
5667 (token_fifo, popping, name_obstack): New globals.
5668 (classify_name): New function.
5669 (classify_inner_name): Likewise.
5670 (yylex): Likewise.
5671 (d_parse): Initialize token_fifo, popping and name_obstack.
5672
5673 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
5674
5675 * Makefile.in (SFILES): Add d-namespace.c.
5676 (COMMON_OBS): Add d-namespace.o.
5677 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
5678 la_lookup_symbol_nonlocal callback function pointer.
5679 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
5680 (d_lookup_nested_symbol): New declaration.
5681 * d-namespace.c: New file.
5682
5683 2015-08-13 Pedro Alves <palves@redhat.com>
5684
5685 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
5686 cleanup after the decref cleanup, not before.
5687
5688 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5689
5690 * ada-lang.c: Include namespace.h
5691 (aux_add_nonlocal_symbols): Fix a function name in comment.
5692 (ada_add_block_renamings): New.
5693 (add_nonlocal_symbols): Add global renamings handling.
5694 (ada_lookup_symbol_list_worker): Move the symbol lookup part
5695 to...
5696 (ada_add_all_symbols): ... this new function.
5697 (ada_add_block_symbols): Try to match the input name against the
5698 "using directives list", perform a recursive symbol lookup on
5699 the matched declarations.
5700 * block.h (struct block): Move the_namespace to top-level as
5701 namespace_info. Remove the language_specific field.
5702 (BLOCK_NAMESPACE): Update access to the namespace_info field.
5703 * buildsym.h (using_directives): Rename into...
5704 (local_using_directives): ... this.
5705 (global_using_directives): New.
5706 (struct context_stack): Rename the using_directives field into
5707 local_using_directives.
5708 * buildsym.c (finish_block_internal): Deal with the proper
5709 using directives repository (local or global).
5710 (prepare_for_building): Reset local_using_directives. Assert
5711 that there is no pending global using directive.
5712 (reset_symtab_globals): Reset global_using_directives and
5713 local_using_directives.
5714 (end_symtab_get_static_block): Don't ignore symtabs that have
5715 only using directives.
5716 (push_context): Update references to local_using_directives.
5717 (buildsym_init): Do not reset using_directives.
5718 * cp-support.c: Include namespace.h.
5719 * cp-support.h (struct using_direct): Move to namespace.h.
5720 (cp_add_using_directives): Move to namespace.h.
5721 * cp-namespace.c: Include namespace.h
5722 (cp_add_using_directive): Move to namespace.c, rename it to
5723 add_using_directive, add a "using_directives" argument and use
5724 it as the pending using directives repository. All callers
5725 updated.
5726 * dwarf2read.c (using_directives): New.
5727 (read_import_statement): Call using_directives.
5728 (read_func_scope): Update references to local_using_directives.
5729 (read_lexical_block_scope): Likewise.
5730 (read_namespace): Update the heading comment, call
5731 using_directives.
5732 * namespace.h: New file.
5733 * namespace.c: New file.
5734 * Makefile.in (SFILES): Add namespace.c.
5735 (COMMON_OBS): Add namespace.o
5736
5737 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5738
5739 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
5740 compute RETADDR.
5741
5742 2015-08-12 Keith Seitz <keiths@redhat.com>
5743
5744 * break-catch-throw.c (re_set_exception_catchpoint) Rename
5745 reserved C++ keyword "explicit" to "explicit_loc".
5746 * breakpoint.c (create_overlay_event_breakpoint)
5747 (create_longjmp_master_breakpoint)
5748 (create_std_terminate_master_breakpoint)
5749 (create_exception_master_breakpoint, update_static_tracepoint):
5750 Rename reserved C++ keyword "explicit" to "explicit_loc".
5751 * completer.c (collect_explicit_location_matches)
5752 (explicit_location_completer): Rename reserved C++ keyword
5753 "explicit" to "explicit_loc".
5754 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
5755 (canonicalize_linespec, create_sals_line_offset)
5756 (convert_linespec_to_sals, convert_explicit_location_to_sals)
5757 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
5758 "explicit" to "explicit_loc".
5759 * location.c (struct event_location) <explicit>: Rename to
5760 "explicit_loc".
5761 (initialize_explicit_location, new_explicit_location)
5762 (explicit_location_to_string_internal, explicit_location_to_linespec):
5763 Rename reserved C++ keyword "explicit" to "explicit_loc".
5764 * location.h (explicit_location_to_string)
5765 (explicit_location_to_linespec, initialize_explicit_location)
5766 (new_explicit_location): Rename reserved C++ keyword "explicit"
5767 to "explicit_loc".
5768 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
5769 keyword "explicit" to "explicit_loc".
5770
5771 2015-08-12 Keith Seitz <keiths@redhat.com>
5772
5773 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
5774 and only call decode_line_1 when it is non-NULL.
5775
5776 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
5777
5778 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
5779 location address is not meaningful.
5780 (breakpoint_address_is_meaningful): Update comment.
5781
5782 2015-08-11 Keith Seitz <keiths@redhat.com>
5783
5784 * NEWS: Mention explicit locations.
5785 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
5786 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
5787 (_initialize_breakpoint): Update documentation for
5788 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
5789
5790 2015-08-11 Keith Seitz <keiths@redhat.com>
5791
5792 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
5793 explicit locations, options "--source", "--function",
5794 "--label", and "--line".
5795
5796 2015-08-11 Keith Seitz <keiths@redhat.com>
5797
5798 * completer.c: Include location.h.
5799 (enum match_type): New enum.
5800 (location_completer): Rename to ...
5801 (linespec_completer): ... this.
5802 (collect_explicit_location_matches, backup_text_ptr)
5803 (explicit_location_completer): New functions.
5804 (location_completer): "New" function; handle linespec
5805 and explicit location completions.
5806 (complete_line_internal): Remove all location completer-specific
5807 handling.
5808 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
5809 (find_toplevel_char): Export.
5810 (linespec_parse_line_offset): Export.
5811 Issue error if STRING is not numerical.
5812 (gdb_get_linespec_parser_quote_characters): New function.
5813 * linespec.h (linespec_parse_line_offset): Declare.
5814 (get_gdb_linespec_parser_quote_characters): Declare.
5815 (is_ada_operator): Declare.
5816 (find_toplevel_char): Declare.
5817 (linespec_lexer_lex_keyword): Declare.
5818 * location.c (explicit_to_event_location): New function.
5819 (explicit_location_lex_one): New function.
5820 (string_to_explicit_location): New function.
5821 (string_to_event_location): Handle explicit locations.
5822 * location.h (explicit_to_event_location): Declare.
5823 (string_to_explicit_location): Declare.
5824
5825 2015-08-11 Keith Seitz <keiths@redhat.com>
5826
5827 * break-catch-throw.c (re_set_exception_catchpoint): Convert
5828 linespec into explicit location.
5829 * breakpoint.c (create_overlay_breakpoint)
5830 (create_longjmp_master_breakpoint)
5831 (create_std_terminate_master_breakpoint)
5832 (create_exception_master_breakpoint): Convert linespec into explicit
5833 location.
5834 (update_static_tracepoint): Convert linespec into explicit location.
5835 * linespec.c (enum offset_relative_sign, struct line_offset): Move
5836 location.h.
5837 (struct linespec) <expression, expr_pc, source_filename>
5838 <function_name, label_name, line_offset>: Replace with ...
5839 <explicit>: ... this.
5840 <is_linespec>: New member.
5841 (PARSER_EXPLICIT): New accessor macro.
5842 (undefined_label_error): New function.
5843 (source_file_not_found_error): New function.
5844 (linespec_parse_basic): The parser result is now an explicit location.
5845 Use PARSER_EXPLICIT to access it.
5846 Use undefined_label_error.
5847 (canonicalize_linespec): Convert canonical linespec into explicit
5848 location.
5849 Move string representation of location to explicit_location_to_linespec
5850 and use it and explicit_location_to_string to save string
5851 representations of the canonical location.
5852 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
5853 explicit location. Update all references.
5854 (convert_explicit_location_to_sals): New function.
5855 (parse_linespec): Use PARSER_EXPLICIT to access the parser
5856 result's explicit location.
5857 (linespec_state_constructor): Initialize is_linespec.
5858 Use PARSER_EXPLICIT.
5859 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
5860 result.
5861 (event_location_to_sals): For linespec locations, set is_linespec.
5862 Handle explicit locations.
5863 (decode_objc): 'ls' contains an explicit location now. Update all
5864 references.
5865 (symtabs_from_filename): Use source_file_not_found_error.
5866 * location.c (struct event_location.u) <explicit>: New member.
5867 (initialize_explicit_location): New function.
5868 (initialize_event_location): Initialize explicit locations.
5869 (new_explicit_location, get_explicit_location)
5870 (get_explicit_location_const): New functions.
5871 (explicit_to_string_internal): New function; most of contents moved
5872 from canonicalize_linespec.
5873 (explicit_location_to_string): New function.
5874 (explicit_location_to_linespec): New function.
5875 (copy_event_location, delete_event_location)
5876 (event_location_to_string_const, event_location_empty_p): Handle
5877 explicit locations.
5878 * location.h (enum offset_relative_sign, struct line_offset): Move
5879 here from linespec.h.
5880 (enum event_location_type): Add EXPLICIT_LOCATION.
5881 (struct explicit_location): New structure.
5882 (explicit_location_to_string): Declare.
5883 (explicit_location_to_linespec): Declare.
5884 (new_explicit_location, get_explicit_locationp
5885 (get_explicit_location_const, initialize_explicit_location): Declare.
5886
5887 2015-08-11 Keith Seitz <keiths@redhat.com>
5888
5889 * break-catch-throw.c (re_set_exception_catchpoint): Convert
5890 linespec for stap probe to probe location.
5891 * breakpoint.c (create_longjmp_master_breakpoint)
5892 (create_exception_master_breakpoint): Likewise.
5893 (break_command_1): Remove local variable `arg_cp'.
5894 Check location type to set appropriate breakpoint ops methods.
5895 (trace_command): Likewise.
5896 * linespec.c (event_location_to_sals): Assert on probe locations.
5897 * location.c (EL_PROBE): Add macro definition.
5898 (new_probe_location, get_probe_location): New functions.
5899 (copy_event_location, delete_event_location, event_location_to_string)
5900 (string_to_event_location, event_location_empty_p): Handle probe
5901 locations.
5902 * location.h (enum event_location_type): Add PROBE_LOCATION.
5903 (new_probe_location, get_probe_location): Declare.
5904 * probe.c (parse_probes): Assert that LOCATION is a probe location.
5905 Convert linespec into probe location.
5906
5907 2015-08-11 Keith Seitz <keiths@redhat.com>
5908
5909 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5910 Convert linespec to address location.
5911 * linespec.c (canonicalize_linespec): Do not handle address
5912 locations here.
5913 (convert_address_location_to_sals): New function; contents moved
5914 from ...
5915 (convert_linespc_to_sals): ... here.
5916 (parse_linespec): Remove address locations from linespec grammar.
5917 Remove handling of address locations.
5918 (linespec_lex_to_end): Remove handling of address linespecs.
5919 (event_location_to_sals): Handle ADDRESS_LOCATION.
5920 (linespec_expression_to_pc): Export.
5921 * linespec.h (linespec_expression_to_pc): Add declaration.
5922 * location.c (struct event_location.u) <address>: New member.
5923 (new_address_location, get_address_location): New functions.
5924 (copy_event_location, delete_event_location, event_location_to_string)
5925 (string_to_event_location, event_location_empty_p): Handle address
5926 locations.
5927 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5928 (new_address_location, get_address_location): Declare.
5929 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5930 to address location.
5931 * spu-tdep.c (spu_catch_start): Likewise.
5932
5933 2015-08-11 Keith Seitz <keiths@redhat.com>
5934
5935 * ax-gdb.c: Include location.h.
5936 (agent_command_1) Use linespec location instead of address
5937 string.
5938 * break-catch-throw.c: Include location.h.
5939 (re_set_exception_catchpoint): Use linespec locations instead
5940 of address strings.
5941 * breakpoint.c: Include location.h.
5942 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5943 (create_std_terminate_master_breakpoint)
5944 (create_exception_master_breakpoint, update_breakpoints_after_exec):
5945 Use linespec location instead of address string.
5946 (print_breakpoint_location): Use locations and
5947 event_location_to_string.
5948 Print extra_string for pending locations for non-MI streams.
5949 (print_one_breakpoint_location): Use locations and
5950 event_location_to_string.
5951 (init_raw_breakpoint_without_location): Initialize b->location.
5952 (create_thread_event_breakpoint): Use linespec location instead of
5953 address string.
5954 (init_breakpoint_sal): Likewise.
5955 Only save extra_string if it is non-NULL and not the empty string.
5956 Use event_location_to_string instead of `addr_string'.
5957 Constify `p' and `endp'.
5958 Use skip_spaces_const/skip_space_const instead of non-const versions.
5959 Copy the location into the breakpoint.
5960 If LOCATION is NULL, save the breakpoint address as a linespec location
5961 instead of an address string.
5962 (create_breakpoint_sal): Change `addr_string' parameter to a struct
5963 event_location. All uses updated.
5964 (create_breakpoints_sal): Likewise for local variable `addr_string'.
5965 (parse_breakpoint_sals): Use locations instead of address strings.
5966 Remove check for empty linespec with conditional.
5967 Refactor.
5968 (decode_static_tracepoint_spec): Make argument const and update
5969 function.
5970 (create_breakpoint): Change `arg' to a struct event_location and
5971 rename.
5972 Remove `copy_arg' and `addr_start'.
5973 If EXTRA_STRING is empty, set it to NULL.
5974 Don't populate `canonical' for pending breakpoints.
5975 Pass `extra_string' to find_condition_and_thread.
5976 Clear `extra_string' if `rest' was NULL.
5977 Do not error with "garbage after location" if setting a dprintf
5978 breakpoint.
5979 Copy the location into the breakpoint instead of an address string.
5980 (break_command_1): Use string_to_event_location and pass this to
5981 create_breakpoint instead of an address string.
5982 Check against `arg_cp' for a probe linespec.
5983 (dprintf_command): Use string_to_event_location and pass this to
5984 create_breakpoint instead of an address string.
5985 Throw an exception if no format string was specified.
5986 (print_recreate_ranged_breakpoint): Use event_location_to_string
5987 instead of address strings.
5988 (break_range_command, until_break_command)
5989 (init_ada_exception_breakpoint): Use locations instead
5990 of address strings.
5991 (say_where): Print out extra_string for pending locations.
5992 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5993 the breakpoint.
5994 (base_breakpoint_create_sals_from_location): Use struct event_location
5995 instead of address string.
5996 Remove `addr_start' and `copy_arg' parameters.
5997 (base_breakpoint_decode_location): Use struct event_location instead of
5998 address string.
5999 (bkpt_re_set): Use locations instead of address strings.
6000 Use event_location_empty_p to check for unset location.
6001 (bkpt_print_recreate): Use event_location_to_string instead of
6002 an address string.
6003 Print out extra_string for pending locations.
6004 (bkpt_create_sals_from_location, bkpt_decode_location)
6005 (bkpt_probe_create_sals_from_location): Use struct event_location
6006 instead of address string.
6007 (bkpt_probe_decode_location): Use struct event_location instead of
6008 address string.
6009 (tracepoint_print_recreate): Use event_location_to_string to
6010 recreate the tracepoint.
6011 (tracepoint_create_sals_from_location, tracepoint_decode_location)
6012 (tracepoint_probe_create_sals_from_location)
6013 (tracepoint_probe_decode_location): Use struct event_location
6014 instead of address string.
6015 (dprintf_print_recreate): Use event_location_to_string to recreate
6016 the dprintf.
6017 (dprintf_re_set): Remove check for valid/missing format string.
6018 (strace_marker_create_sals_from_location)
6019 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
6020 (update_static_tracepoint): Use struct event_location instead of
6021 address string.
6022 (location_to_sals): Likewise.
6023 Pass `extra_string' to find_condition_and_thread.
6024 For newly resolved pending breakpoint locations, clear the location's
6025 string representation.
6026 Assert that the breakpoint's condition string is NULL when
6027 condition_not_parsed.
6028 (breakpoint_re_set_default, create_sals_from_location_default)
6029 (decode_location_default, trace_command, ftrace_command)
6030 (strace_command, create_tracepoint_from_upload): Use locations
6031 instead of address strings.
6032 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
6033 Use struct event_location instead of address string.
6034 Update all uses.
6035 <decode_location>: Likewise.
6036 (struct breakpoint) <addr_string>: Change to struct event_location
6037 and rename `location'.
6038 <addr_string_range_end>: Change to struct event_location and rename
6039 `location_range_end'.
6040 (create_breakpoint): Use struct event_location instead of address
6041 string.
6042 * cli/cli-cmds.c: Include location.h.
6043 (edit_command, list_command): Use locations instead of address strings.
6044 * elfread.c: Include location.h.
6045 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
6046 * guile/scm-breakpoint.c: Include location.h.
6047 (bpscm_print_breakpoint_smob): Use event_location_to_string.
6048 (gdbscm_register_breakpoint): Use locations instead of address
6049 strings.
6050 * linespec.c: Include location.h.
6051 (struct ls_parser) <stream>: Change to const char *.
6052 (PARSER_STREAM): Update.
6053 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
6054 keywords must be followed by whitespace.
6055 (canonicalize_linespec): Save a linespec location into `canonical'.
6056 Save a canonical linespec into `canonical'.
6057 (parse_linespec): Change `argptr' to const char * and rename `arg'.
6058 All uses updated.
6059 Update function description.
6060 (linespec_parser_new): Initialize `parser'.
6061 Update initialization of parsing stream.
6062 (event_location_to_sals): New function.
6063 (decode_line_full): Change `argptr' to a struct event_location and
6064 rename it `location'.
6065 Use locations instead of address strings.
6066 Call event_location_to_sals instead of parse_linespec.
6067 (decode_line_1): Likewise.
6068 (decode_line_with_current_source, decode_line_with_last_displayed)
6069 Use locations instead of address strings.
6070 (decode_objc): Likewise.
6071 Change `argptr' to const char * and rename `arg'.
6072 (destroy_linespec_result): Delete the linespec result's location
6073 instead of freeing the address string.
6074 * linespec.h (struct linespec_result) <addr_string>: Change to
6075 struct event_location and rename to ...
6076 <location>: ... this.
6077 (decode_line_1, decode_line_full): Change `argptr' to struct
6078 event_location. All callers updated.
6079 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
6080 (mi_cmd_break_insert_1): Use locations instead of address strings.
6081 Throw an error if there was "garbage" at the end of the specified
6082 linespec.
6083 * probe.c: Include location.h.
6084 (parse_probes): Change `argptr' to struct event_location.
6085 Use event locations instead of address strings.
6086 * probe.h (parse_probes): Change `argptr' to struct event_location.
6087 * python/py-breakpoint.c: Include location.h.
6088 (bppy_get_location): Constify local variable `str'.
6089 Use event_location_to_string.
6090 (bppy_init): Use locations instead of address strings.
6091 * python/py-finishbreakpoint.c: Include location.h.
6092 (bpfinishpy_init): Remove local variable `addr_str'.
6093 Use locations instead of address strings.
6094 * python/python.c: Include location.h.
6095 (gdbpy_decode_line): Use locations instead of address strings.
6096 * remote.c: Include location.h.
6097 (remote_download_tracepoint): Use locations instead of address
6098 strings.
6099 * spu-tdep.c: Include location.h.
6100 (spu_catch_start): Remove local variable `buf'.
6101 Use locations instead of address strings.
6102 * tracepoint.c: Include location.h.
6103 (scope_info): Use locations instead of address strings.
6104 (encode_source_string): Constify parameter `src'.
6105 * tracepoint.h (encode_source_string): Likewise.
6106
6107 2015-08-11 Keith Seitz <keiths@redhat.com>
6108
6109 * Makefile.in (SFILES): Add location.c.
6110 (HFILES_NO_SRCDIR): Add location.h.
6111 (COMMON_OBS): Add location.o.
6112 * linespec.c (linespec_lex_to_end): New function.
6113 * linespec.h (linespec_lex_to_end): Declare.
6114 * location.c: New file.
6115 * location.h: New file.
6116
6117 2015-08-11 Keith Seitz <keiths@redhat.com>
6118
6119 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
6120 Renamed to create_sals_from_location.
6121 <decode_linespec>: Renamed to decode_location.
6122 Update all callers.
6123 * breakpoint.c (create_sals_from_address_default): Renamed to ...
6124 (create_sals_from_location_default): ... this.
6125 (addr_string_to_sals): Renamed to ...
6126 (location_to_sals): ... this.
6127 (decode_linespec_default): Renamed to ...
6128 (decode_location_default): ... this.
6129 (base_breakpoint_create_sals_from_address): Renamed to ...
6130 (base_breakpoint_create_sals_from_location): ... this.
6131 (bkpt_create_sals_from_address): Renamed to ...
6132 (bkpt_create_sals_from_location): ... this.
6133 (bkpt_decode_linespec): Renamed to ...
6134 (bkpt_decode_location): ... this.
6135 (bkpt_probe_create_sals_from_address): Renamed to ...
6136 (bkpt_probe_create_sals_from_location): ... this.
6137 (tracepoint_create_sals_from_address): Renamed to ...
6138 (tracepoint_create_sals_from_location): ... this.
6139 (tracepoint_decode_linespec): Renamed to ...
6140 (tracepoint_decode_location): ... this.
6141 (tracepoint_probe_create_sals_from_address): Renamed to ...
6142 (tracepoint_probe_create_sals_from_location): ... this.
6143 (tracepoint_probe_decode_linespec): Renamed to ...
6144 (tracepoint_probe_decode_location): ... this.
6145 (strace_marker_create_sals_from_address): Renamed to ...
6146 (strace_marker_create_sals_from_location): ... this.
6147 (decode_linespec_default): Renamed to ...
6148 (decode_location_default): ... this.
6149
6150 2015-08-10 Doug Evans <dje@google.com>
6151 Keith Seitz <keiths@redhat.com>
6152
6153 PR gdb/17960
6154 * symtab.c (make_file_symbol_completion_list_1): Renamed from
6155 make_file_symbol_completion_list and made static.
6156 (make_file_symbol_completion_list): New function.
6157
6158 2015-08-10 Joel Brobecker <brobecker@adacore.com>
6159
6160 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
6161 trailing new-line at end of warning message.
6162 (proceed): Add i18n marker to error messages.
6163
6164 2015-08-07 Pedro Alves <palves@redhat.com>
6165
6166 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
6167
6168 2015-08-07 Pedro Alves <palves@redhat.com>
6169
6170 * s390-linux-tdep.c (is_non_branch_ril)
6171 (s390_displaced_step_copy_insn): New functions.
6172 (s390_displaced_step_fixup): Update comment.
6173 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
6174 gdbarch_displaced_step_copy_insn hook.
6175
6176 2015-08-07 Pedro Alves <palves@redhat.com>
6177
6178 * infrun.c (displaced_step_prepare_throw): Return -1 if
6179 gdbarch_displaced_step_copy_insn returns NULL. Update intro
6180 comment.
6181 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
6182 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
6183 in file.
6184 (ppc_displaced_step_copy_insn): New function.
6185 (ppc_displaced_step_fixup): Update comment.
6186 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
6187 gdbarch_displaced_step_copy_insn hook.
6188 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
6189 NULL return.
6190 * gdbarch.h: Regenerate.
6191
6192 2015-08-07 Pedro Alves <palves@redhat.com>
6193
6194 * inferior.h (struct inferior) <displaced_stepping_failed>: New
6195 field.
6196 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
6197 Return false if dispaced stepping failed before.
6198 (resume): Pass the current inferior to
6199 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
6200 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
6201 displaced_stepping_failed flag, and fall back to an in-line
6202 step-over.
6203
6204 2015-08-07 Pedro Alves <palves@redhat.com>
6205
6206 * darwin-nat.c (darwin_stop): Rename to ...
6207 (darwin_interrupt): ... this.
6208 (_initialize_darwin_inferior): Adjust.
6209 * gnu-nat.c (gnu_stop): Delete.
6210 (gnu_target): Don't install gnu_stop.
6211 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
6212 (inf_ptrace_interrupt): ... this.
6213 (inf_ptrace_target): Adjust.
6214 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
6215 target_stop.
6216 * linux-nat (linux_nat_stop): Rename to ...
6217 (linux_nat_interrupt): ... this.
6218 (linux_nat_stop): Reimplement.
6219 (linux_nat_add_target): Install linux_nat_interrupt.
6220 * nto-procfs.c (nto_interrupt_twice): Rename to ...
6221 (nto_handle_sigint_twice): ... this.
6222 (nto_interrupt): Rename to ...
6223 (nto_handle_sigint): ... this. Call target_interrupt instead of
6224 target_stop.
6225 (procfs_wait): Adjust.
6226 (procfs_stop): Rename to ...
6227 (procfs_interrupt): ... this.
6228 (init_procfs_targets): Adjust.
6229 * procfs.c (procfs_stop): Rename to ...
6230 (procfs_interrupt): ... this.
6231 (procfs_target): Adjust.
6232 * remote-m32r-sdi.c (m32r_stop): Rename to ...
6233 (m32r_interrupt): ... this.
6234 (init_m32r_ops): Adjust.
6235 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
6236 (gdbsim_interrupt_inferior): ... this.
6237 (gdbsim_stop): Rename to ...
6238 (gdbsim_interrupt): ... this.
6239 (gdbsim_cntrl_c): Adjust.
6240 (init_gdbsim_ops): Adjust.
6241 * remote.c (sync_remote_interrupt): Adjust comments.
6242 (remote_stop_as): Rename to ...
6243 (remote_interrupt_as): ... this.
6244 (remote_stop): Adjust comment.
6245 (remote_interrupt): New function.
6246 (init_remote_ops): Install remote_interrupt.
6247 * target.c (target_interrupt): New function.
6248 * target.h (struct target_ops) <to_interrupt>: New field.
6249 (target_interrupt): New declaration.
6250 * windows-nat.c (windows_stop): Rename to ...
6251 (windows_interrupt): ... this.
6252 * target-delegates.c: Regenerate.
6253
6254 2015-08-07 Pedro Alves <palves@redhat.com>
6255
6256 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
6257 threads" as alternative to "switching back to stepped thread".
6258
6259 2015-08-07 Pedro Alves <palves@redhat.com>
6260
6261 * NEWS: Mention "maint set/show target-non-stop".
6262 * breakpoint.c (update_global_location_list): Check
6263 target_is_non_stop_p instead of non_stop.
6264 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
6265 * infrun.c (show_can_use_displaced_stepping)
6266 (can_use_displaced_stepping_p, start_step_over_inferior):
6267 Likewise.
6268 (internal_resume_ptid): New function.
6269 (resume): Use it.
6270 (proceed): Check target_is_non_stop_p instead of non_stop. If in
6271 all-stop mode but the target is always in non-stop mode, start all
6272 the other threads that are implicitly resumed too.
6273 (for_each_just_stopped_thread, fetch_inferior_event)
6274 (adjust_pc_after_break, stop_all_threads): Check
6275 target_is_non_stop_p instead of non_stop.
6276 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
6277 with the target always in non-stop mode.
6278 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
6279 instead of non_stop.
6280 (switch_back_to_stepped_thread): Check target_is_non_stop_p
6281 instead of non_stop.
6282 (keep_going_stepped_thread): Use internal_resume_ptid.
6283 (stop_waiting): If in all-stop mode, and the target is in non-stop
6284 mode, stop all threads.
6285 (keep_going_pass): Likewise, when starting a new in-line step-over
6286 sequence.
6287 * linux-nat.c (get_pending_status, select_event_lwp)
6288 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
6289 target_is_non_stop_p instead of non_stop.
6290 (linux_nat_always_non_stop_p): New function.
6291 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
6292 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
6293 * target-delegates.c: Regenerate.
6294 * target.c (target_is_non_stop_p): New function.
6295 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
6296 (maint_set_target_non_stop_command)
6297 (maint_show_target_non_stop_command): New functions.
6298 (_initilize_target): Install "maint set/show target-non-stop"
6299 commands.
6300 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
6301 (target_non_stop_enabled): New declaration.
6302 (target_is_non_stop_p): New declaration.
6303
6304 2015-08-07 Pedro Alves <pedro@codesourcery.com>
6305
6306 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
6307 has a pending status, return true.
6308 * gdbthread.h: Include target/waitstatus.h.
6309 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
6310 stop_pc>: New fields.
6311 (struct thread_info) <resumed>: New field.
6312 (set_resumed): Declare.
6313 * infrun.c: Include "event-loop.h".
6314 (infrun_async_inferior_event_token, infrun_is_async): New globals.
6315 (infrun_async): New function.
6316 (clear_step_over_info): Add debug output.
6317 (displaced_step_in_progress_any_inferior): New function.
6318 (displaced_step_fixup): New returns int.
6319 (start_step_over): Handle in-line step-overs too. Assert the
6320 thread is marked resumed.
6321 (resume_cleanups): Clear the thread's resumed flag.
6322 (resume): Set the thread's resumed flag. Return early if the
6323 thread has a pending status. Allow stepping a breakpoint with no
6324 signal.
6325 (proceed): Adjust to check 'resumed' instead of 'executing'.
6326 (clear_proceed_status_thread): If the thread has a pending status,
6327 and that status is a finished step, discard the pending status.
6328 (clear_proceed_status): Don't clear step_over_info here.
6329 (random_pending_event_thread, do_target_wait): New functions.
6330 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
6331 do_target_wait.
6332 (wait_one): New function.
6333 (THREAD_STOPPED_BY): New macro.
6334 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
6335 (thread_stopped_by_hw_breakpoint): New functions.
6336 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
6337 functions.
6338 (handle_inferior_event): Also call set_resumed(false) on all
6339 threads implicitly stopped by the event.
6340 (restart_threads, resumed_thread_with_pending_status): New
6341 functions.
6342 (finish_step_over): If we were doing an in-line step-over before,
6343 and no longer are after trying to start a new step-over, restart
6344 all threads. If we have multiple threads with pending events,
6345 save the current event and go through the event loop again.
6346 (handle_signal_stop): Return early if finish_step_over returns
6347 false.
6348 <random signal>: If we get a signal while stepping over a
6349 breakpoint in-line in non-stop mode, restart all threads. Clear
6350 step_over_info before delivering the signal.
6351 (keep_going_stepped_thread): Use internal_error instead of
6352 gdb_assert. Mark the thread as resumed.
6353 (keep_going_pass_signal): Assert the thread isn't already resumed.
6354 If some other thread is doing an in-line step-over, defer the
6355 resume. If we just started a new in-line step-over, stop all
6356 threads. Don't clear step_over_info.
6357 (infrun_async_inferior_event_handler): New function.
6358 (_initialize_infrun): Create async event handler with
6359 infrun_async_inferior_event_handler as callback.
6360 (infrun_async): New declaration.
6361 * target.c (target_async): New function.
6362 * target.h (target_async): Declare macro and readd as function
6363 declaration.
6364 * target/waitstatus.h (enum target_stop_reason)
6365 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
6366 * thread.c (new_thread): Clear the new waitstatus field.
6367 (set_resumed): New function.
6368
6369 2015-08-07 Pedro Alves <palves@redhat.com>
6370
6371 * infrun.c (keep_going_stepped_thread): New function, factored out
6372 from ...
6373 (switch_back_to_stepped_thread): ... here.
6374
6375 2015-08-07 Pedro Alves <palves@redhat.com>
6376
6377 * infrun.c (currently_stepping): Extend intro comment.
6378 * target.h (target_resume): Extend intro comment.
6379
6380 2015-08-07 Pedro Alves <palves@redhat.com>
6381
6382 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
6383 of inferior_ptid. If the stepped thread vanished, return 0
6384 instead of resuming here. Use reset_ecs. Print the prev_pc and
6385 the current stop_pc in log message. Clear trap_expected if the
6386 thread advanced. Don't pass currently_stepping to
6387 do_target_resume.
6388
6389 2015-08-07 Pedro Alves <palves@redhat.com>
6390
6391 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
6392 * infrun.c (struct execution_control_state): Move higher up in the
6393 file.
6394 (reset_ecs): New function.
6395 (start_step_over): Now returns int. Rewrite to use
6396 keep_going_pass_signal instead of manually starting a displaced step.
6397 (resume): Don't call set_running here. If displaced stepping
6398 can't start now, clear trap_expected.
6399 (find_thread_needs_step_over): Delete function.
6400 (proceed): Set up finish_thread_state_cleanup. Call set_running.
6401 If the current thread needs a step over, push it in the step-over
6402 chain. Don't set insert breakpoints nor call resume directly
6403 here. Instead rewrite to use start_step_over and
6404 keep_going_pass_signal.
6405 (finish_step_over): New function.
6406 (handle_signal_stop): Call finish_step_over instead of
6407 start_step_over.
6408 (switch_back_to_stepped_thread): If the event thread needs another
6409 step-over do that first. Use start_step_over.
6410 (keep_going_pass_signal): New function, factored out from ...
6411 (keep_going): ... here.
6412 (_initialize_infrun): Comment moved here.
6413 * thread.c (set_running_thread): New function.
6414 (set_running, finish_thread_state): Use set_running_thread.
6415
6416 2015-08-07 Pedro Alves <palves@redhat.com>
6417
6418 * gdbthread.h (struct thread_info) <step_over_prev,
6419 step_over_next>: New fields.
6420 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
6421 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
6422 declarations.
6423 * infrun.c (struct displaced_step_request): Delete.
6424 (struct displaced_step_inferior_state) <step_request_queue>:
6425 Delete field.
6426 (displaced_step_prepare): Assert that trap_expected is set. Use
6427 thread_step_over_chain_enqueue. Split starting a new displaced
6428 step to ...
6429 (start_step_over): ... this new function.
6430 (resume): Assert the thread isn't waiting for a step over already.
6431 (proceed): Assert the thread isn't waiting for a step over
6432 already.
6433 (infrun_thread_stop_requested): Adjust to remove threads from the
6434 embedded step-over chain.
6435 (handle_inferior_event) <fork/vfork>: Call start_step_over after
6436 displaced_step_fixup.
6437 (handle_signal_stop): Call start_step_over after
6438 displaced_step_fixup.
6439 * infrun.h (step_over_queue_head): New declaration.
6440 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
6441 (thread_step_over_chain_next, thread_is_in_step_over_chain)
6442 (thread_step_over_chain_enqueue)
6443 (thread_step_over_chain_remove): New functions.
6444 (delete_thread_1): Remove thread from the step-over chain.
6445
6446 2015-08-07 Pedro Alves <palves@redhat.com>
6447
6448 * infrun.c (thread_still_needs_step_over): Rename to ...
6449 (thread_still_needs_step_over_bp): ... this.
6450 (enum step_over_what): New.
6451 (thread_still_needs_step_over): Reimplement.
6452
6453 2015-08-07 Pedro Alves <palves@redhat.com>
6454
6455 * remote.c (remote_wait_as): If not waiting for a stop reply,
6456 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
6457 requested, don't block waiting forever.
6458
6459 2015-08-07 Pedro Alves <pedro@codesourcery.com>
6460
6461 * infrun.c (adjust_pc_after_break): Now takes thread_info and
6462 waitstatus pointers instead of an ecs. Adjust.
6463 (handle_inferior_event): Adjust caller.
6464
6465 2015-08-07 Pedro Alves <palves@redhat.com>
6466
6467 * infrun.c (handle_inferior_event): If we get
6468 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
6469 mode, mark all threads of the exiting process as not-executing.
6470 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
6471 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
6472 exiting process, if inferior_ptid still points at a process.
6473 * thread.c (struct current_thread_cleanup) <next>: New field.
6474 (current_thread_cleanup_chain): New global.
6475 (restore_current_thread_ptid_changed): New function.
6476 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
6477 current_thread_cleanup_chain list.
6478 (make_cleanup_restore_current_thread): Add the cleanup data to the
6479 current_thread_cleanup_chain list.
6480 (_initialize_thread): Install restore_current_thread_ptid_changed
6481 as thread_ptid_changed observer.
6482
6483 2015-08-07 Joel Brobecker <brobecker@adacore.com>
6484
6485 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
6486 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
6487 smaller than expected.
6488
6489 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * stack.c (get_frame_language): Moved ...
6492 * frame.c (get_frame_language): ... to here.
6493 * language.h (get_frame_language): Declaration moved to frame.h.
6494 * frame.h: Add language.h include, for language enum.
6495 (get_frame_language): Declaration moved from language.h.
6496 * language.c: Add frame.h include.
6497 * top.c: Add frame.h include.
6498 * symtab.h (struct obj_section): Declare.
6499 (struct cmd_list_element): Declare.
6500
6501 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
6502
6503 * language.c (show_language_command): Find selected frame before
6504 asking for the language of that frame.
6505 (set_language_command): Likewise.
6506 * language.h (get_frame_language): Add frame parameter.
6507 * stack.c (get_frame_language): Add frame parameter, assert
6508 parameter is not NULL, update comment and reindent.
6509 * top.c (check_frame_language_change): Pass the selected frame
6510 into get_frame_language.
6511
6512 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6513
6514 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
6515 (pt_btrace_insn_flags): New.
6516 (ftrace_add_pt): Call pt_btrace_insn_flags.
6517 * btrace.h (btrace_insn_flag): New.
6518 (btrace_insn) <flags>: New.
6519 * record-btrace.c (btrace_insn_history): Print insn prefix.
6520 * NEWS: Announce it.
6521
6522 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6523
6524 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
6525 * configure: Regenerate.
6526
6527 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
6528
6529 * Makefile.in (LIBICONV): Define.
6530 (CLIBS): Add LIBICONV.
6531 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
6532 * configure: Regenerate.
6533
6534 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
6535 Pedro Alves <palves@redhat.com>
6536
6537 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
6538 (arm_set_abi): Likewise.
6539 * ax-general.c (ax_print): Likewise.
6540 * c-exp.y (exp : string_exp): Likewise.
6541 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
6542 (do_compile_dwarf_expr_to_c): Likewise.
6543 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
6544 Likewise.
6545 * dwarf2expr.c (execute_stack_op): Likewise.
6546 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
6547 (disassemble_dwarf_expression): Likewise.
6548 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
6549 (read_array_order): Likewise.
6550 (abbrev_table_read_table): Likewise.
6551 (read_attribute_value): Likewise.
6552 (skip_unknown_opcode): Likewise.
6553 (dwarf_decode_macro_bytes): Likewise.
6554 (dwarf_decode_macros): Likewise.
6555 * eval.c (value_f90_subarray): Likewise.
6556 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6557 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6558 * infrun.c (handle_command): Likewise.
6559 * memory-map.c (memory_map_start_memory): Likewise.
6560 * osabi.c (set_osabi): Likewise.
6561 * parse.c (operator_length_standard): Likewise.
6562 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
6563 single return point.
6564 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
6565 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6566 (gdbpy_lookup_global_symbol): Likewise.
6567 * record-full.c (record_full_restore): Likewise.
6568 * regcache.c (regcache_register_status): Likewise.
6569 (regcache_raw_read): Likewise.
6570 (regcache_cooked_read): Likewise.
6571 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
6572 * symtab.c (initialize_ordinary_address_classes): Likewise.
6573 * target-debug.h (target_debug_print_signals): Likewise.
6574 * utils.c (do_restore_current_language): Likewise.
6575
6576 2015-08-06 Clem Dickey <clemd@acm.org>
6577
6578 PR python/17136
6579 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
6580
6581 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * complaints.c (enum complaint_series): Add newlines and remove
6584 out of date comment.
6585 (struct complaints) <series>: Change type to enum
6586 complaint_series and remove out of date comment.
6587 (symfile_complaint_hook): Use equivalent enum value
6588 ISOLATED_MESSAGE instead of 0.
6589
6590 2015-08-06 Pedro Alves <palves@redhat.com>
6591
6592 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
6593 returned > 0.
6594
6595 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
6596
6597 * common/agent.c (symbol_list) <required>: Remove.
6598
6599 2015-08-06 Pedro Alves <palves@redhat.com>
6600
6601 * target/waitstatus.h (enum target_stop_reason)
6602 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
6603
6604 2015-08-05 Pedro Alves <palves@redhat.com>
6605 Joel Brobecker <brobecker@adacore.com>
6606
6607 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
6608 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
6609 case where BS->STOP is not set.
6610
6611 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
6612
6613 * nat/gdb_thread_db.h: Add copyright header.
6614 Protect against multiple inclusion.
6615
6616 2015-08-05 Yao Qi <yao.qi@linaro.org>
6617
6618 * aarch64-linux-nat.c (get_thread_id): Remove.
6619 (debug_reg_change_callback): Call ptid_get_lwp instead of
6620 get_thread_id.
6621 (fetch_gregs_from_thread): Likewise.
6622 (store_gregs_to_thread): Likewise.
6623 (fetch_fpregs_from_thread): Likewise.
6624 (store_fpregs_to_thread): Likewise.
6625 (aarch64_linux_get_debug_reg_capacity): Likewise.
6626 * arm-linux-nat.c (get_thread_id): Remove.
6627 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6628 * xtensa-linux-nat.c (get_thread_id): Remove.
6629 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
6630 * arm-linux-nat.c (get_thread_id): Remove.
6631 (GET_THREAD_ID): Remove.
6632 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
6633 (store_fpregs, fetch_regs, store_regs): Likewise.
6634 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
6635 (fetch_vfp_regs, store_vfp_regs): Likewise.
6636 (arm_linux_read_description): Likewise.
6637 (arm_linux_get_hwbp_cap): Likewise.
6638 * xtensa-linux-nat.c (get_thread_id): Remove.
6639 (GET_THREAD_ID): Remove.
6640 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
6641 GET_THREAD_ID.
6642
6643 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
6644
6645 * python/py-linetable.c: Fix case of Linetable to LineTable
6646 in docstrings and code comments.
6647 * python/py-symtab.c: Same.
6648
6649 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 * infcmd.c (signal_command): Call do_cleanups for args_chain.
6652
6653 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 PR gdb/18767
6656 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
6657 use.
6658
6659 2015-08-04 Pedro Alves <palves@redhat.com>
6660
6661 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
6662 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
6663 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
6664 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
6665 (td_thr_validate_ftype, td_thr_get_info_ftype)
6666 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
6667 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
6668 New typedefs.
6669 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
6670 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
6671 local macros and use them instead of verbose_dlsym and dlsym
6672 calls.
6673
6674 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6675
6676 * nios2-tdep.h: Include opcode/nios2.h here.
6677 (NIOS2_CDX_OPCODE_SIZE): New.
6678 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
6679 * nios2-tdep.c: Don't include opcode/nios2.h here.
6680 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
6681 4-byte read fails.
6682 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
6683 (nios2_match_addi, nios2_match_orhi): Likewise.
6684 (nios2_match_stw, nios2_match_ldw): Likewise.
6685 (nios2_match_rdctl): Likewise.
6686 (nios2_match_stwm, nios2_match_ldwm): New.
6687 (nios2_match_branch): Add cases for R2 encodings.
6688 (nios2_match_jmpi, nios2_match_calli): Likewise.
6689 (nios2_match_jmpr, nios2_match_callr): Likewise.
6690 (nios2_match_break, nios2_match_trap): Likewise.
6691 (nios2_in_epilogue_p): Add R2 support.
6692 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
6693 prologues.
6694 (nios2_breakpoint_from_pc): Handle R2 instructions.
6695 (nios2_get_next_pc): Likewise. Adjust call to
6696 tdep->syscall_next_pc.
6697 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
6698 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
6699 instruction field macros instead of literal hex values.
6700 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
6701 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
6702 Use size field from OP instead of assuming all instructions
6703 are the same size.
6704 (nios2_linux_init_abi): Register appropriate unwinder for mach.
6705
6706 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
6707
6708 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
6709 variable warning with some compilers.
6710
6711 2015-08-03 Yao Qi <yao.qi@linaro.org>
6712
6713 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
6714 in comment. Replace "rw" with "type".
6715 (arm_linux_remove_watchpoint): Change type of "rw" to
6716 "enum target_hw_bp_type".
6717
6718 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
6719
6720 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
6721 lookup_symbol.
6722 * ft32-tdep.c (ft32_skip_prologue): Likewise.
6723 * moxie-tdep.c (moxie_skip_prologue): Likewise.
6724 * mt-tdep.c (mt_skip_prologue): Likewise.
6725 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
6726
6727 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
6728
6729 * ada-exp.y (write_object_renaming): Replace struct
6730 ada_symbol_info with struct block_symbol. Update field
6731 references accordingly.
6732 (block_lookup, select_possible_type_sym): Likewise.
6733 (find_primitive_type): Likewise. Also update call to
6734 ada_lookup_symbol to extract the symbol itself.
6735 (write_var_or_type, write_name_assoc): Likewise.
6736 * ada-lang.h (struct ada_symbol_info): Remove.
6737 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
6738 struct block_symbol.
6739 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
6740 (ada_lookup_symbol): Return struct block_symbol instead of a
6741 mere symbol.
6742 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
6743 with struct block_symbol.
6744 (resolve_subexp, ada_resolve_function, sort_choices,
6745 user_select_syms, is_nonfunction, add_defn_to_vec,
6746 num_defns_collected, defns_collected,
6747 symbols_are_identical_enums, remove_extra_symbols,
6748 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
6749 ada_lookup_symbol_list, ada_iterate_over_symbols,
6750 ada_lookup_encoded_symbol, get_var_value): Likewise.
6751 (ada_lookup_symbol): Return a block_symbol instead of a mere
6752 symbol. Replace struct ada_symbol_info with struct
6753 block_symbol.
6754 (ada_lookup_symbol_nonlocal): Likewise.
6755 (standard_lookup): Make block passing explicit through
6756 lookup_symbol_in_language.
6757 * ada-tasks.c (get_tcb_types_info): Update the calls to
6758 lookup_symbol_in_language to extract the mere symbol out of the
6759 returned value.
6760 (ada_tasks_inferior_data_sniffer): Likewise.
6761 * ax-gdb.c (gen_static_field): Likewise for the call to
6762 lookup_symbol.
6763 (gen_maybe_namespace_elt): Deal with struct block_symbol from
6764 lookup functions.
6765 (gen_expr): Likewise.
6766 * c-exp.y: Likewise. Remove uses of block_found.
6767 (lex_one_token, classify_inner_name, c_print_token): Likewise.
6768 (classify_name): Likewise. Rename the "sym" local variable to
6769 "bsym".
6770 * c-valprint.c (print_unpacked_pointer): Likewise.
6771 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
6772 "sym" parameter from struct symbol * to struct block_symbol.
6773 Use it to remove uses of block_found. Deal with struct
6774 block_symbol from lookup functions.
6775 (gcc_convert_symbol): Likewise. Update the call to
6776 convert_symbol_sym.
6777 * compile/compile-object-load.c (compile_object_load): Deal with
6778 struct block_symbol from lookup functions.
6779 * cp-namespace.c (cp_lookup_nested_symbol_1,
6780 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
6781 cp_search_static_and_baseclasses,
6782 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
6783 cp_lookup_symbol_imports_or_template,
6784 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
6785 lookup_namespace_scope, cp_lookup_nonlocal,
6786 find_symbol_in_baseclass): Return struct block_symbol instead of
6787 mere symbols and deal with struct block_symbol from lookup
6788 functions.
6789 * cp-support.c (inspect_type, replace_typedefs,
6790 cp_lookup_rtti_type): Deal with struct block_symbol from
6791 lookup functions.
6792 * cp-support.h (cp_lookup_symbol_nonlocal,
6793 cp_lookup_symbol_from_namespace,
6794 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
6795 Return struct block_symbol instead of mere symbols.
6796 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
6797 push_module_name):
6798 Deal with struct block_symbol from lookup functions. Remove
6799 uses of block_found.
6800 * eval.c (evaluate_subexp_standard): Update call to
6801 cp_lookup_symbol_namespace.
6802 * f-exp.y: Deal with struct block_symbol from lookup functions.
6803 Remove uses of block_found.
6804 (yylex): Likewise.
6805 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
6806 lookup_enum, lookup_template_type, check_typedef): Deal with
6807 struct block_symbol from lookup functions.
6808 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
6809 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
6810 (gdbscm_lookup_global_symbol): Likewise.
6811 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
6812 * go-exp.y: Likewise. Remove uses of block_found.
6813 (package_name_p, classify_packaged_name, classify_name):
6814 Likewise.
6815 * infrun.c (insert_exception_resume_breakpoint): Likewise.
6816 * jv-exp.y (push_variable): Likewise.
6817 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
6818 * language.c (language_bool_type): Likewise.
6819 * language.h (struct language_defn): Update
6820 la_lookup_symbol_nonlocal to return a struct block_symbol rather
6821 than a mere symbol.
6822 * linespec.c (find_label_symbols): Deal with struct block_symbol
6823 from lookup functions.
6824 * m2-exp.y: Likewise. Remove uses of block_found.
6825 (yylex): Likewise.
6826 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6827 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
6828 * p-exp.y: Likewise. Remove uses of block_found.
6829 (yylex): Likewise.
6830 * p-valprint.c (pascal_val_print): Likewise.
6831 * parse.c (write_dollar_variable): Likewise. Remove uses of
6832 block_found.
6833 * parser-defs.h (struct symtoken): Turn the SYM field into a
6834 struct block_symbol.
6835 * printcmd.c (address_info): Deal with struct block_symbol from
6836 lookup functions.
6837 * python/py-frame.c (frapy_read_var): Likewise.
6838 * python/py-symbol.c (gdbpy_lookup_symbol,
6839 gdbpy_lookup_global_symbol): Likewise.
6840 * skip.c (skip_function_command): Likewise.
6841 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
6842 block_symbol instead of a mere symbol.
6843 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
6844 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6845 * solib.c (solib_global_lookup): Likewise.
6846 * solist.h (solib_global_lookup): Likewise.
6847 (struct target_so_ops): Update lookup_lib_global_symbol to
6848 return a struct block_symbol rather than a mere symbol.
6849 * source.c (select_source_symtab): Deal with struct block_symbol
6850 from lookup functions.
6851 * stack.c (print_frame_args, iterate_over_block_arg_vars):
6852 Likewise.
6853 * symfile.c (set_initial_language): Likewise.
6854 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
6855 block_symbol.
6856 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
6857 (struct symbol_cache_slot): Turn the FOUND field into a struct
6858 block_symbol.
6859 (block_found): Remove.
6860 (eq_symbol_entry): Update to deal with struct block_symbol in
6861 cache slots.
6862 (symbol_cache_lookup): Return a struct block_symbol rather than
6863 a mere symbol.
6864 (symbol_cache_mark_found): Add a BLOCK parameter to fill
6865 appropriately the cache slots. Update callers.
6866 (symbol_cache_dump): Update cache slots handling to the type
6867 change.
6868 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
6869 lookup_symbol_aux, lookup_local_symbol,
6870 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
6871 lookup_symbol_in_objfile_symtabs,
6872 lookup_symbol_in_objfile_from_linkage_name,
6873 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
6874 lookup_symbol_in_static_block, lookup_static_symbol,
6875 lookup_global_symbol):
6876 Return a struct block_symbol rather than a mere symbol. Deal
6877 with struct block_symbol from other lookup functions. Remove
6878 uses of block_found.
6879 (lookup_symbol_in_block): Remove uses of block_found.
6880 (struct global_sym_lookup_data): Turn the RESULT field into a
6881 struct block_symbol.
6882 (lookup_symbol_global_iterator_cb): Update references to the
6883 RESULT field.
6884 (search_symbols): Deal with struct block_symbol from lookup
6885 functions.
6886 * symtab.h (struct block_symbol): New structure.
6887 (block_found): Remove.
6888 (lookup_symbol_in_language, lookup_symbol,
6889 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
6890 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
6891 lookup_global_symbol_from_objfile): Return a struct block_symbol
6892 rather than just a mere symbol. Update comments to remove
6893 mentions of block_found.
6894 * valops.c (find_function_in_inferior,
6895 value_struct_elt_for_reference, value_maybe_namespace_elt,
6896 value_of_this): Deal with struct block_symbol from lookup
6897 functions.
6898 * value.c (value_static_field, value_fn_field): Likewise.
6899
6900 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
6901
6902 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
6903 instead of integer.
6904
6905 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
6906 Pedro Alves <palves@redhat.com>
6907
6908 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6909 type or value instead of integer.
6910 (aarch64_linux_insert_watchpoint): Likewise.
6911 (aarch64_linux_remove_watchpoint): Likewise.
6912 * ada-lang.c (ada_op_print_tab): Likewise.
6913 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6914 (amd64_linux_syscall_record_common): Likewise.
6915 * arch-utils.c (target_byte_order_user): Likewise.
6916 (default_byte_order): Likewise.
6917 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6918 (arm_linux_get_hwbp_type): Likewise.
6919 (arm_linux_hw_watchpoint_initialize): Likewise.
6920 (arm_linux_insert_watchpoint): Likewise.
6921 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6922 (arm_linux_syscall_record): Likewise.
6923 * breakpoint.c (update_watchpoint): Likewise.
6924 (breakpoint_here_p): Likewise.
6925 (bpstat_print): Likewise.
6926 (enable_breakpoint_disp): Likewise.
6927 * c-lang.c (c_op_print_tab): Likewise.
6928 * cli/cli-decode.c (add_info_alias): Likewise.
6929 * d-lang.c (d_op_print_tab): Likewise.
6930 * eval.c (evaluate_subexp_standard): Likewise.
6931 * f-exp.y (dot_ops): Likewise.
6932 (f77_keywords): Likewise.
6933 * f-lang.c (f_op_print_tab): Likewise.
6934 * go-lang.c (go_op_print_tab): Likewise.
6935 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6936 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6937 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6938 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6939 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6940 (struct scm_from_stringn_data): Likewise.
6941 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6942 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6943 (ia64_linux_remove_watchpoint): Likewise.
6944 (ia64_linux_can_use_hw_breakpoint): Likewise.
6945 * infrun.c (print_stop_event): Likewise.
6946 * jv-lang.c (java_op_print_tab): Likewise.
6947 * linux-nat.c (linux_proc_xfer_partial): Likewise.
6948 * linux-nat.h (struct lwp_info): Likewise.
6949 * linux-thread-db.c (enable_thread_event): Likewise.
6950 * m2-lang.c (m2_op_print_tab): Likewise.
6951 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6952 (mi_cmd_stack_list_variables): Likewise.
6953 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6954 * mi/mi-out.c (mi_table_begin): Likewise.
6955 (mi_table_header): Likewise.
6956 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6957 (mips_linux_insert_watchpoint): Likewise.
6958 (mips_linux_remove_watchpoint): Likewise.
6959 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6960 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6961 (mips_linux_watch_type_to_irw): Likewise.
6962 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6963 (procfs_insert_hw_watchpoint): Likewise.
6964 (procfs_remove_hw_watchpoint): Likewise.
6965 (procfs_hw_watchpoint): Likewise.
6966 (procfs_can_use_hw_breakpoint): Likewise.
6967 (procfs_remove_hw_watchpoint): Likewise.
6968 (procfs_insert_hw_watchpoint): Likewise.
6969 * p-lang.c (pascal_op_print_tab): Likewise.
6970 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6971 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6972 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6973 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6974 (procfs_insert_watchpoint): Likewise.
6975 (procfs_remove_watchpoint): Likewise.
6976 * psymtab.c (recursively_search_psymtabs): Likewise.
6977 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6978 (m32r_insert_watchpoint): Likewise.
6979 * remote-mips.c (mips_can_use_watchpoint): Likewise.
6980 (mips_insert_watchpoint): Likewise.
6981 (mips_remove_watchpoint): Likewise.
6982 * remote.c (watchpoint_to_Z_packet): Likewise.
6983 (remote_insert_watchpoint): Likewise.
6984 (remote_remove_watchpoint): Likewise.
6985 (remote_check_watch_resources): Likewise.
6986 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6987 (s390_remove_watchpoint): Likewise.
6988 (s390_can_use_hw_breakpoint): Likewise.
6989 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6990 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6991 * target.h (struct target_ops): Likewise.
6992 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6993 * ui-out.c (struct ui_out_hdr): Likewise.
6994 (append_header_to_list): Likewise.
6995 (get_next_header): Likewise.
6996 (verify_field): Likewise.
6997 (ui_out_begin): Likewise.
6998 (ui_out_field_int): Likewise.
6999 (ui_out_field_fmt_int): Likewise.
7000 (ui_out_field_skip): Likewise.
7001 (ui_out_field_string): Likewise.
7002 (ui_out_field_fmt): Likewise.
7003 * varobj.c (new_variable): Likewise.
7004 * x86-nat.c (x86_insert_watchpoint): Likewise.
7005 (x86_remove_watchpoint): Likewise.
7006 (x86_can_use_hw_breakpoint): Likewise.
7007 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
7008 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
7009 previously anonymous enumeration type..
7010 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
7011 value.
7012 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
7013 (target_debug_print_enum_bptype): New.
7014 * target-delegates.c: Regenerate.
7015
7016 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7017
7018 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
7019 already says and disallow non-stack memory writes in the prologue.
7020
7021 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7022
7023 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
7024 reflect how current GCC emits stack overflow checks. Match
7025 both trap and break instructions for backward compatbility.
7026 Disallow other trap and break instructions in the prologue.
7027
7028 2015-07-30 Pedro Alves <palves@redhat.com>
7029
7030 PR threads/18600
7031 * linux-nat.c (wait_lwp): Report to the core when thread group
7032 leader exits.
7033
7034 2015-07-30 Pedro Alves <palves@redhat.com>
7035 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 PR threads/18600
7038 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
7039 mark the new thread as resumed. Remove STOPPING parameter.
7040 (wait_lwp): Adjust call to linux_handle_extended_wait.
7041 (linux_nat_filter_event): Adjust call to
7042 linux_handle_extended_wait.
7043 (resume_stopped_resumed_lwps): Add debug output.
7044
7045 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
7046
7047 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
7048 isize argument.
7049 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
7050 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
7051 gdbarch_fast_tracepoint_valid_at.
7052 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
7053 * gdbarch.h: Regenerate.
7054 * gdbarch.c: Regenerate.
7055 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
7056 argument. Do not set it.
7057 * remote.c (remote_download_tracepoint): Adjust call to
7058 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
7059 the instruction length.
7060
7061 2015-07-30 Yao Qi <yao.qi@linaro.org>
7062
7063 * arm-tdep.h (enum gdb_regnum): Move it to ...
7064 * arch/arm.h: ... here. New file.
7065 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
7066
7067 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
7068
7069 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
7070 Change its type to int *.
7071 (decode_br): Rename link argument to is_blr. Change its type to
7072 int *.
7073 (decode_cb): Rename op argument to is_cbnz. Change its type to
7074 int *.
7075 (decode_tb): Rename op argument to is_tbnz. Change its type to
7076 int *. Set is_tbnz to either 1 or 0.
7077 (aarch64_analyze_prologue): Change type of is_link to int. Add
7078 new variables is_cbnz and is_tbnz. Adjust call to
7079 aarch64_decode_cb and aarch64_decode_tb.
7080
7081 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
7082
7083 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
7084 parameter.
7085 (mips_linux_new_thread): Likewise.
7086 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
7087
7088 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7089
7090 * top.c: Include "tui/tui.h".
7091 (undo_terminal_modifications_before_exit): New static function.
7092 (quit_force): Use it.
7093
7094 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7095
7096 * target.c (terminal_state): Initialize to terminal_is_ours.
7097
7098 2015-07-29 Yao Qi <yao.qi@linaro.org>
7099
7100 PR record/18691
7101 * dcache.c (dcache_read_memory_partial): Call
7102 raw_memory_xfer_partial.
7103 * target.c (raw_memory_xfer_partial): Make it non-static.
7104 * target.h (raw_memory_xfer_partial): Declare.
7105
7106 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
7107
7108 * c-valprint.c (c_val_print_array): Consider addressable memory
7109 unit size.
7110 (c_val_print_ptr): Likewise.
7111 (c_val_print_int): Likewise.
7112 * findvar.c (read_frame_register_value): Likewise.
7113 * valarith.c (find_size_for_pointer_math): Likewise.
7114 (value_ptrdiff): Likewise.
7115 (value_subscripted_rvalue): Likewise.
7116 * valops.c (read_value_memory): Likewise (and rename variables).
7117 (value_assign): Likewise.
7118 (value_repeat): Likewise.
7119 (value_array): Likewise.
7120 (value_slice): Likewise.
7121 * valprint.c (generic_val_print_ptr): Likewise.
7122 (generic_val_print_enum): Likewise.
7123 (generic_val_print_bool): Likewise.
7124 (generic_val_print_int): Likewise.
7125 (generic_val_print_char): Likewise.
7126 (generic_val_print_float): Likewise.
7127 (generic_val_print_decfloat): Likewise.
7128 (generic_val_print_complex): Likewise.
7129 (val_print_scalar_formatted): Likewise.
7130 (val_print_array_elements): Likewise.
7131 * value.c (set_value_parent): Likewise.
7132 (value_contents_copy_raw): Likewise.
7133 (set_internalvar_component): Likewise.
7134 (value_primitive_field): Likewise.
7135 (value_fetch_lazy): Likewise.
7136 * value.h (read_value_memory): Update comment.
7137
7138 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
7139
7140 * value.c (get_value_arch): New function.
7141 * value.h (get_value_arch): New declaration.
7142
7143 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
7144
7145 * value.c (struct value): Update comments.
7146
7147 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * gdbtypes.c (type_length_units): New function.
7150 * gdbtypes.h (type_length_units): New declaration.
7151 (struct type) <length>: Update comment.
7152
7153 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7154
7155 * valprint.c (generic_val_print): Factor out complex
7156 printing code to ...
7157 (generic_val_print_complex): ... this new function.
7158
7159 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7160
7161 * valprint.c (generic_val_print): Factor out decfloat
7162 printing code to ...
7163 (generic_val_print_decfloat): ... this new function.
7164
7165 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 * valprint.c (generic_val_print): Factor out float
7168 printing code to ...
7169 (generic_val_print_float): ... this new function.
7170
7171 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7172
7173 * valprint.c (generic_val_print): Factor out char
7174 printing code to ...
7175 (generic_val_print_char): ... this new function.
7176
7177 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7178
7179 * valprint.c (generic_val_print): Factor out integer
7180 printing code to ...
7181 (generic_val_print_int): ... this new function.
7182
7183 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7184
7185 * valprint.c (generic_val_print): Factor out bool
7186 printing code to ...
7187 (generic_val_print_bool): ... this new function.
7188
7189 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7190
7191 * valprint.c (generic_val_print): Factor out function/method
7192 printing code to ...
7193 (generic_val_print_func): ... this new function.
7194
7195 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7196
7197 * valprint.c (generic_val_print): Factor out flags
7198 printing code to ...
7199 (generic_val_print_flags): ... this new function.
7200
7201 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * valprint.c (generic_val_print): Factor out enum
7204 printing code to ...
7205 (generic_val_print_enum): ... this new function.
7206
7207 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7208
7209 * valprint.c (generic_val_print): Factor out reference
7210 printing code to ...
7211 (generic_val_print_ref): ... this new function.
7212
7213 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7214
7215 * valprint.c (generic_val_print): Factor out memberptr
7216 printing code to ...
7217 (generic_val_print_memberptr): ... this new function.
7218
7219 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7220
7221 * valprint.c (generic_val_print): Factor out pointer
7222 printing code to ...
7223 (generic_val_print_ptr): ... this new function.
7224
7225 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7226
7227 * valprint.c (generic_val_print): Factor out array
7228 printing code to ...
7229 (generic_val_print_array): ... this new function.
7230
7231 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * valprint.c (generic_val_print): Factor out
7234 print_unpacked_pointer code to ...
7235 (print_unpacked_pointer): ... this new function.
7236
7237 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7238
7239 * event-top.c (handle_sigterm): Don't inspect
7240 target_can_async_p. Always set the quit flag and always mark
7241 the async signal handler.
7242
7243 2015-07-27 Yao Qi <yao.qi@linaro.org>
7244
7245 * Makefile.in (REMOTE_EXAMPLES): Remove it.
7246
7247 2015-07-25 Kevin Buettner <kevinb@redhat.com>
7248
7249 * remote.c (read_ptid): Return null_ptid when no thread id
7250 is found.
7251 (remote_current_thread): Add log warning for malformed
7252 qC reply.
7253 (remote_start_remote): Add log warning when current thread
7254 not found.
7255
7256 2015-07-24 Pedro Alves <palves@redhat.com>
7257
7258 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
7259 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
7260 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
7261
7262 2015-07-24 Pedro Alves <palves@redhat.com>
7263
7264 PR gdb/18717
7265 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
7266 is resumed, and extend the debug log.
7267
7268 2015-07-24 Pedro Alves <palves@redhat.com>
7269
7270 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
7271
7272 2015-07-24 Pedro Alves <palves@redhat.com>
7273
7274 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
7275 sys/ptrace.h.
7276 * alpha-linux-nat.c: Likewise.
7277 * amd64-linux-nat.c: Likewise.
7278 * arm-linux-nat.c: Likewise.
7279 * hppa-linux-nat.c: Likewise.
7280 * i386-linux-nat.c: Likewise.
7281 * ia64-linux-nat.c: Likewise.
7282 * linux-fork.c: Likewise.
7283 * linux-nat.c: Likewise.
7284 * m32r-linux-nat.c: Likewise.
7285 * m68klinux-nat.c: Likewise.
7286 * mips-linux-nat.c: Likewise.
7287 * nat/linux-btrace.c: Likewise.
7288 * nat/linux-ptrace.c: Likewise.
7289 * nat/linux-ptrace.h
7290 * nat/mips-linux-watch.c: Likewise.
7291 * nat/x86-linux-dregs.c: Likewise.
7292 * ppc-linux-nat.c: Likewise.
7293 * s390-linux-nat.c: Likewise.
7294 * spu-linux-nat.c: Likewise.
7295 * tilegx-linux-nat.c: Likewise.
7296 * x86-linux-nat.c: Likewise.
7297 * xtensa-linux-nat.c: Likewise.
7298
7299 2015-07-24 Pedro Alves <palves@redhat.com>
7300
7301 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
7302 __ptrace_request as first parameter type instead of int.
7303 (PTRACE_TYPE_ARG1): Define.
7304 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
7305 that casts first argument to PTRACE_TYPE_ARG1.
7306 * config.in: Regenerate.
7307 * configure: Regenerate.
7308
7309 2015-07-24 Pedro Alves <palves@redhat.com>
7310
7311 * gdb_ptrace.h: Move ...
7312 * nat/gdb_ptrace.h: ... here.
7313 * inf-ptrace.c: Adjust.
7314
7315 2015-07-24 Pedro Alves <palves@redhat.com>
7316
7317 * acinclude.m4: Include ptrace.m4.
7318 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
7319 * ptrace.m4: ... to this new file.
7320
7321 2015-07-23 Doug Evans <dje@google.com>
7322
7323 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
7324 (load_cu): Handle dummy CUs.
7325 (dw2_do_instantiate_symtab, process_queuef): Ditto.
7326 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
7327
7328 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
7329
7330 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
7331 documentation to say that it returns a list rather than
7332 a FrozenSet.
7333 (linetable_object_methods): Update the docstring of the
7334 "source_line" entry.
7335
7336 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
7337
7338 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
7339 type to the recursive call instead of the original (maybe
7340 TYPE_CODE_TYPEDEF) type.
7341
7342 2015-07-23 Yao Qi <yao.qi@linaro.org>
7343
7344 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
7345 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
7346 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
7347
7348 2015-07-21 Yao Qi <yao.qi@linaro.org>
7349
7350 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
7351 Move it to nat/aarch64-linux-hw-point.c.
7352 (aarch64_linux_child_post_startup_inferior): Update.
7353 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
7354 New function.
7355 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
7356 Declare it.
7357
7358 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
7359
7360 * common/btrace-common.c (btrace_data_append): Change case label.
7361
7362 2015-07-20 Yao Qi <yao.qi@linaro.org>
7363
7364 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
7365 Re-indent the code.
7366 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
7367 "unsigned long long".
7368
7369 2015-07-18 Kevin Buettner <kevinb@redhat.com>
7370
7371 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
7372 to be set for SEC_ALLOC sections too.
7373
7374 2015-07-17 Yao Qi <yao.qi@linaro.org>
7375
7376 * Makefile.in (HFILES_NO_SRCDIR): Add
7377 nat/aarch64-linux-hw-point.h.
7378 (aarch64-linux-hw-point.o): New rule.
7379 * nat/aarch64-linux-hw-point.h: New file.
7380 * nat/aarch64-linux-hw-point.c: New file.
7381 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
7382 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
7383 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
7384 (AARCH64_HWP_ALIGNMENT): Likewise.
7385 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
7386 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
7387 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
7388 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
7389 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
7390 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
7391 (struct aarch64_debug_reg_state): Likewise.
7392 (struct arch_lwp_info): Likewise.
7393 (aarch64_linux_set_debug_regs): Likewise.
7394 (aarch64_notify_debug_reg_change): Remove static.
7395 (aarch64_align_watchpoint): Likewise.
7396 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
7397 (aarch64_watchpoint_length): Likewise.
7398 (aarch64_point_encode_ctrl_reg): Likewise
7399 (aarch64_point_is_aligned): Likewise.
7400 (aarch64_dr_state_insert_one_point): Likewise.
7401 (aarch64_dr_state_remove_one_point): Likewise.
7402 (aarch64_handle_breakpoint): Likewise.
7403 (aarch64_handle_aligned_watchpoint): Likewise.
7404 (aarch64_handle_unaligned_watchpoint): Likewise.
7405 (aarch64_handle_watchpoint): Likewise.
7406 * config/aarch64/linux.mh (NAT_FILE): Add
7407 aarch64-linux-hw-point.o.
7408
7409 2015-07-17 Yao Qi <yao.qi@linaro.org>
7410
7411 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
7412 state and don't call aarch64_get_debug_reg_state. All callers
7413 update.
7414 (aarch64_linux_insert_hw_breakpoint): Call
7415 aarch64_get_debug_reg_state earlier.
7416 (aarch64_linux_remove_hw_breakpoint): Likewise.
7417 (aarch64_handle_aligned_watchpoint): Add argument state and
7418 don't call aarch64_get_debug_reg_state. All callers update.
7419 (aarch64_handle_unaligned_watchpoint): Likewise.
7420 (aarch64_handle_watchpoint): Add argument state.
7421 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
7422 earlier.
7423 (aarch64_linux_remove_watchpoint): Likewise.
7424
7425 2015-07-17 Yao Qi <yao.qi@linaro.org>
7426
7427 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
7428 debug_printf.
7429 (aarch64_handle_unaligned_watchpoint): Likewise.
7430
7431 2015-07-17 Yao Qi <yao.qi@linaro.org>
7432
7433 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
7434 argument type's type to 'enum target_hw_bp_type'.
7435 (aarch64_dr_state_remove_one_point): Likewise.
7436 (aarch64_handle_breakpoint): Likewise.
7437 (aarch64_linux_insert_hw_breakpoint): Likewise.
7438 (aarch64_linux_remove_hw_breakpoint): Likewise.
7439 (aarch64_handle_aligned_watchpoint): Likewise.
7440
7441 2015-07-17 Yao Qi <yao.qi@linaro.org>
7442
7443 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
7444 ptid_get_pid instead of get_thread_id.
7445
7446 2015-07-17 Yao Qi <yao.qi@linaro.org>
7447
7448 * remote.c (get_current_thread): Initialise ptid to null_ptid.
7449 (add_current_inferior_and_thread): Don't initialise ptid.
7450
7451 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
7452
7453 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
7454 unavailable if invalid.
7455
7456 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7457
7458 Revert the previous 6 commits:
7459 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
7460 Move gdb_regex* to common/
7461 Prepare linux_find_memory_regions_full & co. for move
7462 Move linux_find_memory_regions_full & co.
7463 gdbserver build-id attribute generator
7464 Validate symbol file using build-id
7465
7466 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7467 Jan Kratochvil <jan.kratochvil@redhat.com>
7468
7469 Validate symbol file using build-id.
7470 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
7471 and 'show validate-build-id'. Add build-id attribute.
7472 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
7473 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
7474 * solib-frv.c (_initialize_frv_solib): Ditto.
7475 * solib-spu.c (set_spu_solib_ops): Ditto.
7476 * solib-svr4.c: Include rsp-low.h.
7477 (NOTE_GNU_BUILD_ID_NAME): New define.
7478 (svr4_validate): New function.
7479 (svr4_copy_library_list): Duplicate field build_id.
7480 (library_list_start_library): Parse 'build-id' attribute.
7481 (svr4_library_attributes): Add 'build-id' attribute.
7482 (_initialize_svr4_solib): Assign validate value.
7483 * solib-target.c (solib.h): Include.
7484 (_initialize_solib_target): Assign validate value.
7485 * solib.c (validate_build_id, show_validate_build_id): New.
7486 (solib_map_sections): Use ops->validate.
7487 (clear_so): Free build_id.
7488 (default_solib_validate): New function.
7489 (_initialize_solib): Add "validate-build-id".
7490 * solib.h (default_solib_validate): New declaration.
7491 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
7492 (target_so_ops): New field 'validate'.
7493
7494 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7495 Jan Kratochvil <jan.kratochvil@redhat.com>
7496
7497 gdbserver build-id attribute generator.
7498 * features/library-list-svr4.dtd (library-list-svr4): New
7499 'build-id' attribute.
7500
7501 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7502 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 Move linux_find_memory_regions_full & co.
7505 * linux-tdep.c (nat/linux-maps.h): Include.
7506 (gdb_regex.h): Remove the include.
7507 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
7508 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
7509 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
7510 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
7511 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
7512 and target/target.h.
7513 (struct smaps_vmflags, read_mapping, decode_vmflags)
7514 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
7515 (linux_find_memory_regions_full): Move from linux-tdep.c.
7516 * nat/linux-maps.h (read_mapping): New declaration.
7517 (linux_find_memory_region_ftype, enum filterflags): Moved from
7518 linux-tdep.c.
7519 (linux_find_memory_regions_full): New declaration.
7520 * target.c (target/target-utils.h): Include.
7521 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
7522 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
7523 definitions to target/target-utils.c.
7524 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
7525 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
7526 from target.c.
7527 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
7528 (read_alloc): New declaration.
7529 (read_stralloc_func_ftype): New typedef.
7530 (read_stralloc): New declaration.
7531 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
7532
7533 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7534 Jan Kratochvil <jan.kratochvil@redhat.com>
7535
7536 Prepare linux_find_memory_regions_full & co. for move.
7537 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
7538 (linux_find_memory_regions_full): Change signature and prepare
7539 for moving to linux-maps.
7540 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
7541 (linux_find_memory_regions_thunk): New.
7542 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
7543 (linux_find_memory_regions_gdb): New.
7544 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
7545 (linux_make_mappings_corefile_notes): Use
7546 linux_find_memory_regions_gdb.
7547 * target.c (read_alloc_pread_ftype): New typedef.
7548 (target_fileio_read_alloc_1_pread): New function.
7549 (read_alloc): Refactor from target_fileio_read_alloc_1.
7550 (read_stralloc_func_ftype): New typedef.
7551 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
7552 (read_stralloc): Refactored from target_fileio_read_stralloc.
7553 (target_fileio_read_stralloc): New implementation, use read_stralloc.
7554
7555 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
7558 common/gdb_regex.h.
7559 (COMMON_OBS): Add gdb_regex.o.
7560 (gdb_regex.o): New.
7561 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
7562 --without-included-regex and USE_INCLUDED_REGEX.
7563 * common/gdb_regex.c: New file from utils.c functions.
7564 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
7565 file wrapping define name.
7566 * configure: Rebuilt.
7567 * configure.ac (gdb_use_included_regex, --without-included-regex)
7568 (USE_INCLUDED_REGEX): Move them to common/common.m4.
7569 * gdb_regex.h: Move it to common/gdb_regex.h.
7570 * utils.c: Remove include gdb_regex.h.
7571 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
7572 (compile_rx_or_error): Move them to common/gdb_regex.c.
7573
7574 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
7575 Jan Kratochvil <jan.kratochvil@redhat.com>
7576
7577 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
7578 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
7579 common/target-utils.h.
7580 (COMMON_OBS): Add target-utils.o.
7581 (linux-maps.o, target-utils.o): New.
7582 * target/target-utils.c: New file.
7583 * target/target-utils.h: New file.
7584 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
7585 * config/i386/linux64.mh (NATDEPFILES): Ditto.
7586 * nat/linux-maps.c: New file.
7587 * nat/linux-maps.h: New file.
7588
7589 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
7590 Pedro Alves <palves@redhat.com>
7591
7592 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
7593 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
7594 (perf_event_read_bts): Change the type of SIZE and READ.
7595 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
7596 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
7597 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
7598 mmap page.
7599 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
7600 buffer size to UINT_MAX.
7601 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
7602 DATA_TAIL.
7603 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
7604 <last_head>: Change type.
7605 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
7606 * common/btrace-common.c (btrace_data_append): Change the type of
7607 SIZE.
7608 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
7609 check.
7610
7611 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * gdbtypes.h (CHECK_TYPEDEF): Remove.
7614 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
7615 with check_typedef.
7616 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
7617 (ada_array_length): Likewise.
7618 (find_parallel_type_by_descriptive_type): Likewise.
7619 (ada_check_typedef): Likewise.
7620 * arm-tdep.c (arm_return_in_memory): Likewise.
7621 * ax-gdb.c (gen_trace_static_fields): Likewise.
7622 (gen_struct_ref_recursive): Likewise.
7623 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7624 (variable: block COLONCOLON name): Likewise.
7625 (qualified_name: TYPENAME COLONCOLON name): Likewise.
7626 * c-lang.c (classify_type): Likewise.
7627 * c-typeprint.c (c_print_type): Likewise.
7628 (c_print_typedef): Likewise.
7629 (c_type_print_base): Likewise.
7630 * c-valprint.c (c_val_print): Likewise.
7631 * compile/compile-c-types.c (convert_type): Likewise.
7632 * compile/compile-object-load.c (get_out_value_type): Likewise.
7633 * completer.c (add_struct_fields): Likewise.
7634 (expression_completer): Likewise.
7635 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
7636 (cp_lookup_nested_symbol_1): Likewise.
7637 (cp_lookup_nested_symbol): Likewise.
7638 * cp-valprint.c (cp_print_value_fields): Likewise.
7639 (cp_print_static_field): Likewise.
7640 * d-valprint.c (d_val_print): Likewise.
7641 * eval.c (evaluate_subexp_standard): Likewise.
7642 (evaluate_subexp_for_sizeof): Likewise.
7643 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
7644 * f-typeprint.c (f_type_print_base): Likewise.
7645 * f-valprint.c (f_val_print): Likewise.
7646 * gdbtypes.c (get_discrete_bounds): Likewise.
7647 (create_array_type_with_stride): Likewise.
7648 (type_name_no_tag_or_error): Likewise.
7649 (lookup_struct_elt_type): Likewise.
7650 (get_unsigned_type_max): Likewise.
7651 (internal_type_vptr_fieldno): Likewise.
7652 (set_type_vptr_fieldno): Likewise.
7653 (internal_type_vptr_basetype): Likewise.
7654 (set_type_vptr_basetype): Likewise.
7655 (get_vptr_fieldno): Likewise.
7656 (is_integral_type): Likewise.
7657 (is_scalar_type): Likewise.
7658 (is_scalar_type_recursive): Likewise.
7659 (distance_to_ancestor): Likewise.
7660 (is_unique_ancestor_worker): Likewise.
7661 (check_types_equal): Likewise.
7662 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
7663
7664 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
7665
7666 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
7667 also test for language_d.
7668 (dwarf2_compute_name): Likewise.
7669 (read_func_scope): Likewise.
7670 (read_structure_type): Likewise.
7671 (new_symbol_full): Likewise.
7672 (determine_prefix): Likewise.
7673 (read_import_statement): Use dot as the separator for language_d.
7674 (typename_concat): Likewise, but don't prefix the D main function.
7675
7676 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
7677
7678 * nat/linux-namespaces.c (setns): Rename from this ...
7679 (do_setns): ... to this. Support calling setns if it exists.
7680 (mnsh_handle_setns): Call do_setns.
7681
7682 2015-07-13 Yao Qi <yao.qi@linaro.org>
7683
7684 * exec.c (exec_file_attach): Add period at the end of error
7685 message.
7686
7687 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7688
7689 * tui/tui-win.c (window_name_completer): New function.
7690 (focus_completer): Call window_name_completer. All old content
7691 moved into window_name_completer.
7692 (winheight_completer): New function.
7693 (_initialize_tui_win): Rename variable. Add completer to
7694 winheight command. Update doc string on winheight.
7695
7696 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
7697
7698 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
7699 all nios2 mach variants.
7700
7701 2015-07-10 Kevin Buettner <kevinb@redhat.com>
7702
7703 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
7704 of target_read_memory.
7705
7706 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7707
7708 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
7709 string copy.
7710 (parse_scrolling_args): Likewise.
7711
7712 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7713
7714 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
7715 names in this function.
7716
7717 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7718
7719 * tui/tui-data.h (SRC_NAME): Convert to lower case.
7720 (CMD_NAME): Likewise.
7721 (DATA_NAME): Likewise.
7722 (DISASSEM_NAME): Likewise.
7723 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
7724 (tui_set_win_height): Likewise.
7725 (parse_scrolling_args): Likewise.
7726
7727 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
7728
7729 * record-btrace.c (record_btrace_goto_begin)
7730 (record_btrace_goto_end, record_btrace_goto): Move call to
7731 print_stack_frame ...
7732 (record_btrace_set_replay): ... here. Set stop_pc.
7733 * record-full.c (record_full_goto_entry): Set stop_pc.
7734
7735 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7736
7737 * NEWS: Mention support for tracepoints on aarch64-linux.
7738
7739 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7740
7741 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
7742 function. Return 1.
7743 (the_low_target): Install it.
7744
7745 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7746
7747 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
7748 * gdb.trace/collection.exp: Likewise.
7749 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7750 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7751 * gdb.trace/report.exp: Likewise.
7752 * gdb.trace/trace-break.exp: Likewise.
7753 * gdb.trace/unavailable.exp: Likewise.
7754 * gdb.trace/while-dyn.exp: Likewise.
7755
7756 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7757
7758 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
7759 (aarch64_gen_return_address): New function.
7760 (aarch64_gdbarch_init): Hook it.
7761
7762 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7763
7764 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
7765 swallow NOT_AVAILABLE_ERROR.
7766 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
7767 available_p is not set.
7768 (aarch64_stub_frame_unwind_stop_reason): New function.
7769 (aarch64_stub_unwind): Install it.
7770
7771 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7772
7773 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
7774 field.
7775 (aarch64_make_prologue_cache_1): New function, factored out from
7776 aarch64_make_prologue_cache. Do not allocate cache. Set
7777 available_p.
7778 (aarch64_make_prologue_cache): Reimplement wrapping
7779 aarch64_make_prologue_cache_1, and swallowing
7780 NOT_AVAILABLE_ERROR.
7781 (aarch64_prologue_frame_unwind_stop_reason): New function.
7782 Return UNWIND_UNAVAILABLE if available_p is not set.
7783 (aarch64_prologue_unwind): Install it.
7784 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
7785 checks into aarch64_prologue_frame_unwind_stop_reason. Call
7786 frame_id_build_unavailable_stack if available_p is not set.
7787
7788 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7789
7790 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
7791 fields.
7792 (aarch64_scan_prologue): Set prev_pc.
7793 (aarch64_make_prologue_cache): Set func.
7794 (aarch64_make_stub_cache): Set prev_pc.
7795 (aarch64_prologue_this_id): Remove local variables id, pc and
7796 func. Read prev_pc and func from cache.
7797 (aarch64_stub_this_id): Read prev_pc from cache.
7798
7799 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7800
7801 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
7802 argument this_cache. Remove unused local variables reg and
7803 unwound_fp. Return early if this_cache is already set. Set
7804 this_cache.
7805 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
7806
7807 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7808
7809 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
7810 New argument this_cache. Return early if this_cache is already
7811 set. Set this_cache.
7812 (aarch64_prologue_this_id): Update call to
7813 aarch64_make_prologue_cache.
7814 (aarch64_prologue_prev_register): Likewise.
7815 (aarch64_normal_frame_base): Likewise.
7816
7817 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7818
7819 * c-valprint.c (c_val_print): Factor out memberptr printing code
7820 from c_val_print to ...
7821 (c_val_print_memberptr): ... this new function.
7822
7823 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7824
7825 * c-valprint.c (c_val_print): Factor out int printing code to ...
7826 (c_val_print_int): ... this new function.
7827
7828 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7829
7830 * c-valprint.c (c_val_print): Factor out struct and union
7831 printing code to ...
7832 (c_val_print_struct): ... this new function ...
7833 (c_val_print_union): ... and this new function.
7834
7835 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * c-valprint.c (c_val_print): Factor out pointer printing code
7838 to ...
7839 (c_val_print_ptr): ... this new function.
7840
7841 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7842
7843 * c-valprint.c (c_valprint): Factor our array printing code from
7844 c_val_print to ...
7845 (c_val_print_array): ... this new function.
7846
7847 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7848
7849 * c-valprint.c (c_val_print): Factor out pointer printing code
7850 to ...
7851 (print_unpacked_pointer): ... this new function.
7852
7853 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7854
7855 * c-valprint.c (c_val_print): Remove an assignment to i and move
7856 its declaration.
7857
7858 2015-07-09 Yao Qi <yao.qi@linaro.org>
7859
7860 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
7861 argument ptid. Update comments. Caller update.
7862
7863 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
7864
7865 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
7866 mnt packets.
7867
7868 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
7869
7870 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
7871
7872 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
7873
7874 * progspace.c (delete_program_space): Add missing spaces.
7875
7876 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
7877
7878 * inferior.c (delete_inferior_1): Rename to ...
7879 (delete_inferior): ..., remove 'silent' parameter, delete
7880 program space when unused and remove call to prune_program_spaces.
7881 Remove the old, unused, delete_inferior.
7882 (delete_inferior_silent): Remove.
7883 (prune_inferiors): Change call from delete_inferior_1 to
7884 delete_inferior and remove 'silent' parameter. Remove call to
7885 prune_program_spaces.
7886 (remove_inferior_command): Idem.
7887 * inferior.h (delete_inferior_1): Rename to...
7888 (delete_inferior): ..., remove 'silent' parameter and remove the
7889 original delete_inferior.
7890 (delete_inferior_silent): Remove.
7891 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
7892 delete_inferior_1 to delete_inferior and remove 'silent'
7893 parameter.
7894 * progspace.c (prune_program_spaces): Remove.
7895 (pspace_empty_p): Rename to...
7896 (program_space_empty_p): ... and make non-static.
7897 (delete_program_space): New.
7898 * progspace.h (prune_program_spaces): Remove declaration.
7899 (program_space_empty_p): New declaration.
7900 (delete_program_space): New declaration.
7901 * monitor.c (monitor_close): Replace call to
7902 delete_thread_silent and delete_inferior_silent with
7903 discard_all_inferiors.
7904
7905 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
7906
7907 * defs.h (deprecated_register_changed_hook): Remove prototype.
7908 * interps.c (clear_iterpreter_hooks): Remove reference to
7909 deprecated_register_changed_hook.
7910 * top.c (deprecated_register_changed_hook): Remove prototype.
7911 * valops.c (value_assign): Remove reference to
7912 deprecated_register_changed_hook.
7913 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7914 Add comment documenting the function.
7915 (tui_register_changed_observer): Define.
7916 (tui_install_hooks): Remove reference to
7917 deprecated_register_changed_hook. Set
7918 tui_register_changed_observer.
7919 (tui_remove_hooks): Remove reference to
7920 deprecated_register_changed_hook. Unset
7921 tui_register_changed_observer.
7922
7923 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7924
7925 PR compile/18484
7926 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7927
7928 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7929
7930 PR exp/18617
7931 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7932
7933 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7934
7935 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7936
7937 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7938
7939 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7940 Use safe_strerror() instead of strerror().
7941
7942 2015-07-07 Yao Qi <yao.qi@linaro.org>
7943
7944 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7945 * features/arm-with-m-fpa-layout.c: Regenerated.
7946 * features/arm-with-m-vfp-d16.xml: Likewise.
7947 * features/arm-with-m-vfp-d16.c: Regenerated.
7948 * features/arm-with-m.xml: Likewise.
7949 * features/arm-with-m.c: Regenerated.
7950 * features/arm-with-neon.xml: Likewise.
7951 * features/arm-with-neon.c: Regenerated.
7952 * features/arm-with-vfpv2.xml: Likewise.
7953 * features/arm-with-vfpv2.c: Regenerated.
7954 * features/arm-with-vfpv3.xml: Likewise.
7955 * features/arm-with-vfpv3.c: Regenerated.
7956
7957 2015-07-07 Yao Qi <yao.qi@linaro.org>
7958
7959 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7960 arm-linux-nat.c.
7961 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7962 elf/external.h.
7963 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7964 if target is 32-bit.
7965 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7966 if target is 32-bit.
7967 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7968 if target is 32-bit.
7969 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7970 if target is 32-bit.
7971 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7972 (aarch64_linux_read_description): Return the right target
7973 description.
7974 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7975 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7976 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7977 arm-linux-tdep.o.
7978
7979 2015-07-07 Yao Qi <yao.qi@linaro.org>
7980
7981 * aarch32-linux-nat.c: New file.
7982 * aarch32-linux-nat.h: New file.
7983 * arm-linux-nat.c: Include aarch32-linux-nat.h.
7984 (fetch_regs): Move code to aarch32-linux-nat.c. Call
7985 aarch32_gp_regcache_supply.
7986 (store_regs): Move code to aarch32-linux-nat.c. Call
7987 aarch32_gp_regcache_collect.
7988 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7989 aarch32_vfp_regcache_supply.
7990 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7991 aarch32_vfp_regcache_collect.
7992 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7993
7994 2015-07-07 Yao Qi <yao.qi@linaro.org>
7995
7996 * arm-linux-nat.c (store_fpregister): Remove.
7997 (store_register): Likewise.
7998 (fetch_fpregister): Likewise.
7999 (fetch_register): Likewise.
8000 (arm_linux_store_inferior_registers): Call store_regs and
8001 store_fpregs instead.
8002 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
8003 fetch_regs instead.
8004
8005 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8006
8007 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
8008 and focus commands.
8009
8010 2015-07-06 Joel Brobecker <brobecker@adacore.com>
8011
8012 * NEWS: Create a new section for the next release branch.
8013 Rename the section of the current branch, now that it has
8014 been cut.
8015
8016 2015-07-06 Joel Brobecker <brobecker@adacore.com>
8017
8018 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
8019 * version.in: Bump version to 7.10.50.DATE-cvs.
8020
8021 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
8022
8023 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
8024 breakpoints in a special way.
8025 (remove_breakpoint): Likewise.
8026 (mark_breakpoints_out): Likewise.
8027
8028 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8029
8030 * doc/gdb.texinfo (TUI): Add comma after @xref.
8031
8032 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8033
8034 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
8035 instead of casting the structure type.
8036
8037 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
8038
8039 * valops.c (search_struct_field): Remove OFFSET parameter.
8040 (value_cast_structs): Adjust calls to search_struct_field.
8041 (value_struct_elt): Same.
8042 (find_overload_match): Same.
8043
8044 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
8045
8046 * value.c (value_fetch_lazy): Update comment, change return
8047 value to void.
8048 * value.h (value_fetch_lazy): Change return value to void.
8049
8050 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8051
8052 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
8053 (tui_win_name): Make parameter and result const.
8054 * tui/tui-data.h (tui_win_name): Make parameter and result const.
8055
8056 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
8057
8058 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
8059 use printf_unfiltered.
8060 (set_mpx_cmd): Add missing trailing space to command string
8061 literal.
8062 (_initialize_i386_tdep): Give the "mpx" prefix command its
8063 correct name.
8064
8065 2015-07-02 Kevin Buettner <kevinb@redhat.com>
8066
8067 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
8068 (enum rx_frame_type): New.
8069 (struct rx_prologue): Add new field `frame_type'.
8070 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
8071 parameter in the prologue struct. Add code for recording
8072 locations of PC and PSW for fast interrupt and exception frames.
8073 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
8074 (rx_analyze_frame_prologue): Add `frame_type' parameter.
8075 (rx_frame_type): New function.
8076 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
8077 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
8078 `this_cache'.
8079 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
8080 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
8081 RX_FRAME_TYPE_FAST_INTERRUPT.
8082 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
8083 (rx_frame_sniffer, rx_exception_sniffer): New functions.
8084 (rx_frame_unwind): Use rx_frame_sniffer instead of
8085 default_frame_sniffer.
8086 (rx_frame_unwind): New unwinder.
8087 (rx_gdbarch_init): Register new unwinder.
8088
8089 2015-07-02 Kevin Buettner <kevinb@redhat.com>
8090
8091 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
8092 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
8093 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
8094 and RX_FPSW_REGNUM.
8095 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
8096
8097 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8098
8099 Fix GCC false warning.
8100 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
8101
8102 2015-07-02 Yao Qi <yao.qi@linaro.org>
8103
8104 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
8105 typo in the debugging message.
8106
8107 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
8108
8109 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
8110 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
8111 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
8112 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
8113 (btrace_maint_clear): New.
8114 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
8115 (pt_print_packet, btrace_maint_decode_pt)
8116 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
8117 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
8118 (maint_btrace_packet_history_cmd)
8119 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
8120 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
8121 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
8122 (maint_info_btrace_cmd, _initialize_btrace): New.
8123 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
8124 (btrace_maint_packet_history, btrace_maint_info): New.
8125 (btrace_thread_info) <maint>: New.
8126 * NEWS: Announce it.
8127
8128 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
8129
8130 * btrace.c (btrace_fetch): Append the new trace data.
8131 (btrace_clear): Clear the stored trace data.
8132 * btrace.h (btrace_thread_info) <data>: New.
8133 * common/btrace-common.h (btrace_data_clear)
8134 (btrace_data_append): New.
8135 * common/btrace-common.c (btrace_data_clear)
8136 (btrace_data_append): New.
8137
8138 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
8139
8140 * nat/linux-btrace.c (linux_enable_bts): Check for
8141 PERF_ATTR_SIZE_VER5.
8142 Check for data_offset and data_size fields. Use them.
8143
8144 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
8145
8146 * NEWS: Announce new commands "record btrace pt" and "record pt".
8147 Announce new options "set|show record btrace pt buffer-size".
8148 * btrace.c: Include "rsp-low.h".
8149 Include "inttypes.h".
8150 (btrace_add_pc): Add forward declaration.
8151 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
8152 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
8153 (btrace_compute_ftrace_pt): New.
8154 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
8155 (check_xml_btrace_version): Update version check.
8156 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
8157 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
8158 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
8159 (btrace_pt_children): New.
8160 (btrace_children): Add support for "pt".
8161 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
8162 (btrace_conf_children): Add support for "pt".
8163 * btrace.h: Include "intel-pt.h".
8164 (btrace_pt_error): New.
8165 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
8166 (btrace_data_empty): Support BTRACE_FORMAT_PT.
8167 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
8168 (struct btrace_config_pt): New.
8169 (struct btrace_config)<pt>: New.
8170 (struct btrace_data_pt_config, struct btrace_data_pt): New.
8171 (struct btrace_data)<pt>: New.
8172 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
8173 (pt): New.
8174 * features/btrace.dtd (btrace)<pt>: New.
8175 (pt, pt-config, cpu): New.
8176 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
8177 (perf_event_pt_event_type, kernel_supports_pt)
8178 (linux_supports_pt): New.
8179 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
8180 (linux_enable_bts): Free tinfo on error.
8181 (linux_enable_pt): New.
8182 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
8183 (linux_disable_pt): New.
8184 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
8185 (linux_fill_btrace_pt_config, linux_read_pt): New.
8186 (linux_read_btrace): Support BTRACE_FORMAT_PT.
8187 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
8188 (struct btrace_target_info)<pt>: New.
8189 * record-btrace.c (set_record_btrace_pt_cmdlist)
8190 (show_record_btrace_pt_cmdlist): New.
8191 (record_btrace_print_pt_conf): New.
8192 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
8193 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
8194 (cmd_record_btrace_pt_start): New.
8195 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
8196 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
8197 (_initialize_record_btrace): Add new commands.
8198 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
8199 (remote_protocol_features): Add "Qbtrace:pt".
8200 Add "Qbtrace-conf:pt:size".
8201 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
8202 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
8203 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
8204 (_initialize_remote): Add new commands.
8205
8206 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
8207
8208 * configure.ac: check for libipt
8209 * configure: Regenerate.
8210 * config.in: Regenerate.
8211 * Makefile.in (LIBIPT): New.
8212 (CLIBS): Add $LIBIPT.
8213 * NEWS: document new configure options
8214
8215 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 * compile/compile-object-load.c (compile_object_load): Replace debug
8218 message "lookup undefined ELF symbol" by 3 more specific messages.
8219
8220 2015-07-01 Kevin Buettner <kevinb@redhat.com>
8221
8222 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
8223 (rl78_register_type): Add case for RL78_PSW_REGNUM.
8224 (rl78_gdbarch_init): Initialize rl78_psw_type.
8225
8226 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
8227
8228 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
8229 Update commentary. Always refresh the registers when frame
8230 information has changed.
8231 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
8232 Change return type to int. Return 1 if frame information has
8233 changed, 0 otherwise.
8234 (tui_before_prompt): Update commentary.
8235 * tui/tui-stack.h (tui_show_frame_info): Change return type to
8236 int.
8237
8238 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
8239
8240 PR tui/13378
8241 * frame.c (select_frame): Remove reference to
8242 deprecated_selected_frame_level_changed_hook.
8243 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
8244 declaration.
8245 * stack.c (deprecated_selected_frame_level_changed_hook):
8246 Likewise.
8247 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
8248 Rename to ...
8249 (tui_refresh_frame_and_register_information): ... this. Bail
8250 out if there is no stack. Don't update register information
8251 unless registers_too_p is true.
8252 (tui_print_frame_info_listing_hook): Rename to ...
8253 (tui_dummy_print_frame_info_listing_hook): ... this.
8254 (tui_before_prompt): New function.
8255 (tui_normal_stop): New function.
8256 (tui_before_prompt_observer): New observer.
8257 (tui_normal_stop_observer): New observer.
8258 (tui_install_hooks): Set
8259 deprecated_print_frame_info_listing_hook to
8260 tui_dummy_print_frame_info_listing_hook. Register
8261 tui_before_prompt_observer to call tui_before_prompt and
8262 tui_normal_stop_observer to call tui_normal_stop. Remove
8263 reference to deprecated_selected_frame_level_changed_hook.
8264 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
8265 and tui_normal_stop_observer. Remove reference to
8266 deprecated_selected_frame_level_changed_hook.
8267
8268 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
8269
8270 PR tui/13378
8271 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
8272 return an int instead of void. Return whether the locator
8273 window has changed.
8274 (tui_show_frame_info): If the locator info has not changed, then
8275 bail out early to avoid refreshing the windows.
8276
8277 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
8278
8279 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
8280 LOCATOR_WIN to tui_alloc_content.
8281
8282 2015-06-30 Yao Qi <yao.qi@linaro.org>
8283
8284 PR tdep/18605
8285 * arm-tdep.c (arm_get_next_pc_raw): Break for media
8286 instructions.
8287
8288 2015-06-29 Kevin Buettner <kevinb@redhat.com>
8289
8290 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
8291 (rx_dwarf_reg_to_regnum): New function.
8292 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
8293 unwinding.
8294
8295 2015-06-29 Pedro Alves <palves@redhat.com>
8296
8297 PR threads/18127
8298 * infcall.c (run_inferior_call): On infcall success, if the thread
8299 was marked stopped before, reset it back to stopped.
8300 * infrun.c (resume): Don't suppress the set_running calls when
8301 doing an infcall.
8302 (normal_stop): Only discard the finish_thread_state cleanup if the
8303 infcall succeeded.
8304
8305 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
8306
8307 * MAINTAINERS (Write After Approval): Update my email address.
8308
8309 2015-06-26 Keith Seitz <keiths@redhat.com>
8310 Doug Evans <dje@google.com>
8311
8312 PR 16253
8313 * block.c (block_lookup_symbol): For non-function blocks,
8314 continue to search for a symbol with an exact domain match
8315 Otherwise, return any previously found "best domain" symbol.
8316 (block_lookup_symbol_primary): Likewise.
8317
8318 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8319
8320 * NEWS: Mention the new option "history remove-duplicates".
8321 * top.c (history_remove_duplicates): New static variable.
8322 (show_history_remove_duplicates): New static function.
8323 (gdb_add_history): Conditionally remove duplicate history
8324 entries.
8325 (init_main): Add "history remove-duplicates" option.
8326
8327 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8328
8329 * tui/tui-win.c (focus_completer): New static function.
8330 (_initialize_tui_win): Set the completion function of the
8331 "focus" command to focus_completer.
8332
8333 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
8336 and language_asm..
8337 * symtab.c (find_function_start_sal): Likewise.
8338
8339 2015-06-25 Gary Benson <gbenson@redhat.com>
8340
8341 * solib.c (solib_find_1): Set local variable sysroot to NULL if
8342 it is the empty string after trailing slashes have been stripped.
8343
8344 2015-06-25 Gary Benson <gbenson@redhat.com>
8345
8346 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
8347 * infrun.c (follow_exec): Likewise.
8348 * remote.c (remote_filesystem_is_local): Likewise.
8349 * solib.c (solib_find_1): Likewise.
8350
8351 2015-06-24 Keith Seitz <keiths@redhat.com>
8352
8353 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
8354 return value from lrealpath.
8355
8356 2015-06-24 Mike Frysinger <vapier@gentoo.org>
8357
8358 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
8359
8360 2015-06-24 Mike Frysinger <vapier@gentoo.org>
8361
8362 * remote-sim.c: Include gdb_bfd.h.
8363 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
8364 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
8365
8366 2015-06-24 Yao Qi <yao.qi@linaro.org>
8367
8368 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
8369 set_gdbarch_get_siginfo_type.
8370 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
8371 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
8372 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
8373 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
8374 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
8375 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
8376 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
8377 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
8378 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
8379 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
8380
8381 2015-06-24 Gary Benson <gbenson@redhat.com>
8382
8383 * common/buffer.c (stdint.h): Do not include.
8384 * common/print-utils.c (stdint.h): Likewise.
8385 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
8386 * compile/compile-c-types.c (gdb_assert.h): Likewise.
8387 * ft32-tdep.c (gdb_assert.h): Likewise.
8388 * guile/scm-utils.c (stdint.h): Likewise.
8389 * i386-linux-tdep.c (stdint.h): Likewise.
8390 * i386-tdep.c (stdint.h): Likewise.
8391 * nat/linux-btrace.c (stdint.h): Likewise.
8392 * nat/linux-btrace.h (stdint.h): Likewise.
8393 * nat/linux-ptrace.c (stdint.h): Likewise.
8394 * nat/mips-linux-watch.h (stdint.h): Likewise.
8395 * ppc-linux-nat.c (stdint.h): Likewise.
8396 * python/python-internal.h (stdint.h): Likewise.
8397 * stub-termcap.c (stdlib.h): Likewise.
8398 * target/target.h (stdint.h): Likewise.
8399 * xtensa-linux-nat.c (stdint.h): Likewise.
8400
8401 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
8402
8403 * top.c (init_history): Look at errno after calling strtol to
8404 properly map large GDBHISTSIZE values to infinity.
8405
8406 2015-06-23 Doug Evans <dje@google.com>
8407
8408 * inferior.h (struct inferior_suspend_state): Delete, unused.
8409 All references deleted.
8410
8411 2015-06-23 Mike Frysinger <vapier@gentoo.org>
8412
8413 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
8414 (microblaze_push_dummy_call): Likewise.
8415 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
8416 and set_gdbarch_push_dummy_call.
8417
8418 2015-06-23 Yao Qi <yao.qi@linaro.org>
8419
8420 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
8421 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
8422 (amd64_linux_store_inferior_registers): Likewise.
8423 * arm-linux-nat.c (fetch_fpregister): Likewise.
8424 (fetch_fpregs, store_fpregister): Likewise.
8425 (store_fpregister, store_fpregs): Likewise.
8426 (fetch_register, fetch_regs): Likewise.
8427 (store_register, store_regs): Likewise.
8428 (fetch_vfp_regs, store_vfp_regs): Likewise.
8429 (arm_linux_read_description): Check have_ptrace_getregset is
8430 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
8431 or TRIBOOL_FALSE.
8432 * i386-linux-nat.c (fetch_xstateregs): Check
8433 have_ptrace_getregset is not TRIBOOL_TRUE.
8434 (store_xstateregs): Likewise.
8435 * linux-nat.c (have_ptrace_getregset): Change its type to
8436 enum tribool.
8437 * linux-nat.h (tribool): New enum.
8438 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
8439 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
8440
8441 2015-06-19 Doug Evans <dje@google.com>
8442
8443 * NEWS: Mention Sun's version of stabs is no longer supported.
8444 * elfread.c (free_elfinfo): Delete. All uses updated.
8445 (elfstab_offset_sections): Delete. All uses updated.
8446 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
8447 * psympriv.h (partial_symtab) <section_offsets>: Delete.
8448 All uses updated.
8449 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
8450 All callers updated.
8451
8452 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
8453
8454 * common/rsp-low.c (needs_escaping): New.
8455 (remote_escape_output): Add unit_size parameter. Refactor to
8456 support multi-byte addressable units. Rename parameters.
8457 * common/rsp-low.h (remote_escape_output): Add unit_size
8458 parameter and rename others. Update doc.
8459 * remote.c (align_for_efficient_write): New.
8460 (remote_write_bytes_aux): Add unit_size parameter and use it.
8461 Rename some variables. Update doc.
8462 (remote_xfer_partial): Get unit size and use it.
8463 (remote_read_bytes_1): Add unit_size parameter and use it.
8464 Rename some variables. Update doc.
8465 (remote_write_bytes): Same.
8466 (remote_xfer_live_readonly_partial): Same.
8467 (remote_read_bytes): Same.
8468 (remote_flash_write): Update call to remote_write_bytes_aux.
8469 (remote_write_qxfer): Update call to remote_escape_output.
8470 (remote_search_memory): Same.
8471 (remote_hostio_pwrite): Same.
8472
8473 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
8474
8475 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
8476 locations as inserted.
8477 Update and expand comment about permanent locations.
8478 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
8479 Move comment to add_location_to_breakpoint.
8480 (update_global_location_list): Don't error out if a permanent
8481 breakpoint is not marked inserted.
8482 Don't error out if a non-permanent breakpoint location is inserted on
8483 top of a permanent breakpoint.
8484
8485 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
8486
8487 * breakpoint.c (make_breakpoint_permanent): Remove unused
8488 function.
8489 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
8490
8491 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8492
8493 PR gdb/16999
8494 * NEWS: Mention new GDBHISTSIZE behavior.
8495 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
8496 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
8497
8498 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8499
8500 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
8501 * top.c (init_history): Read from GDBHISTSIZE instead of
8502 HISTSIZE.
8503 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
8504
8505 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8506
8507 * top.c (gdb_safe_append_history): Do not call
8508 history_truncate_file if the history is not stifled.
8509
8510 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8511
8512 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
8513 * syscalls/s390x-linux.xml: Likewise.
8514
8515 2015-06-16 Michael Eager <eager@eagercon.com>
8516
8517 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
8518
8519 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
8520
8521 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
8522 target_terminal_ours_for_output() before calling
8523 tui_show_frame_info(), and restore the original terminal
8524 settings afterwards.
8525
8526 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
8527
8528 * arm-linux-nat.c: Include nat/linux-ptrace.h.
8529
8530 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
8531
8532 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
8533 memory unit size.
8534 (mi_cmd_data_write_memory_bytes): Same.
8535
8536 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
8537
8538 * corefile.c (write_memory): Update doc.
8539 * gdbcore.h (write_memory): Same.
8540
8541 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8542
8543 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
8544 (dump_mapping_p): Use it for parameter filterflags.
8545 (linux_find_memory_regions_full): Use it for variable filterflags.
8546
8547 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
8548 Jan Kratochvil <jan.kratochvil@redhat.com>
8549
8550 Merge multiple hex conversions.
8551 * monitor.c: Include rsp-low.h.
8552 (fromhex): Remove definition.
8553
8554 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
8555 Jan Kratochvil <jan.kratochvil@redhat.com>
8556
8557 Move utility functions to common/.
8558 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
8559 Move defs to common/common-utils.c.
8560 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
8561 (skip_to_space_const): Move decls to common/common-utils.h.
8562 * common/common-defs.h: Move include of common-types.h before
8563 common-utils.h.
8564 * common/common-utils.c: Include host-defs.h and ctype.h.
8565 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
8566 from utils.c.
8567 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
8568 cli/cli-utils.c.
8569 * common/common-utils.h (strtoulst): Move decl from utils.h.
8570 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
8571 Move from cli/cli-utils.h.
8572 * common/host-defs.h: Include limits.h.
8573 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
8574 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
8575 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
8576 common/common-utils.h.
8577 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
8578 (strtoulst): Move to common/common-utils.c.
8579 * utils.h (strtoulst): Moved decl to common/common-utils.h.
8580
8581 2015-06-15 Yao Qi <yao.qi@linaro.org>
8582
8583 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
8584
8585 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8586
8587 * build-id.c: Don't include elf-bfd.h.
8588 (build_id_bfd_get): Use bfd_build_id.
8589 (build_id_verify): Ditto.
8590 * build-id.h: Ditto.
8591 (find_separate_debug_file_by_buildid): Ditto.
8592 * python/py-objfile.c: Don't include elf-bfd.h.
8593 (objfpy_get_build_id) Use bfd_build_id.
8594 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
8595 * coffread.c: Include build-id.h.
8596 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
8597
8598 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8599
8600 * windows-nat.c (do_windows_fetch_inferior_registers)
8601 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
8602 conditional with __CYGWIN__.
8603
8604 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8605
8606 * completer.c: Add arch-utils.h include.
8607 (enum reg_completer_targets): New enum.
8608 (reg_or_group_completer_1): New function containing old
8609 reg_or_group_completer, add and use new parameter to control what
8610 is completed on. Use get_current_arch rather than architecture of
8611 currently selected frame.
8612 (reg_or_group_completer): Call new reg_or_group_completer_1.
8613 (reggroup_completer): Call new reg_or_group_completer_1.
8614 * completer.h (reggroup_completer): Add declaration.
8615 * tui/tui-regs.c: Add 'completer.h' include.
8616 (tui_reg_next_command): Renamed to...
8617 (tui_reg_next): ...this. Adjust parameters and return rather than
8618 display new group.
8619 (tui_reg_prev_command): Renamed to...
8620 (tui_reg_prev): ...this. Adjust parameters and return rather than
8621 display new group.
8622 (tui_reg_float_command): Delete.
8623 (tui_reg_general_command): Delete.
8624 (tui_reg_system_command): Delete.
8625 (tui_reg_command): Rewrite to perform switching of register group.
8626 Add header comment.
8627 (tuireglist): Remove.
8628 (tui_reggroup_completer): New function.
8629 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
8630 creation of 'tui reg' command.
8631 * NEWS: Add comment about 'tui reg' changes.
8632
8633 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * target.c (target_read): Consider addressable unit size when
8636 reading from a memory object.
8637 (read_memory_robust): Same.
8638 (read_whatever_is_readable): Same.
8639 (target_write_with_progress): Consider addressable unit size
8640 when writing to a memory object.
8641 * target.h (target_read): Update documentation.
8642 (target_write): Add documentation.
8643
8644 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
8645
8646 * arch-utils.h (default_addressable_memory_unit_size): New.
8647 * arch-utils.c (default_addressable_memory_unit_size): New.
8648 * gdbarch.sh (addressable_memory_unit_size): New.
8649 * gdbarch.h: Re-generate.
8650 * gdbarch.c: Re-generate.
8651
8652 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
8653
8654 * target.c (target_read): Rename variables and use
8655 TARGET_XFER_E_IO.
8656 (target_read_with_progress): Same.
8657 (read_memory_robust): Constify parameters and rename
8658 variables.
8659 (read_whatever_is_readable): Constify parameters,
8660 rename variables, adjust formatting.
8661 * target.h (read_memory_robust): Constify parameters.
8662
8663 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8664
8665 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
8666 synthetic (non-AltiVec) vector types.
8667 (ppc64_sysv_abi_return_value): Likewise.
8668
8669 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8670
8671 PR breakpoints/16465
8672 * breakpoint.c (create_breakpoint): Save extra_string for
8673 pending breakpoints.
8674
8675 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8676
8677 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
8678 and bt_mask to CORE_ADDR.
8679
8680 2015-06-11 Gary Benson <gbenson@redhat.com>
8681
8682 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
8683 (mnsh_recv_message): Likewise.
8684
8685 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
8686
8687 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
8688 long long int and plongest instead of %ll.
8689
8690 2015-06-11 Gary Benson <gbenson@redhat.com>
8691
8692 * nat/linux-namespaces.c (gdb_wait.h): New include.
8693 (sys/wait.h): Do not include.
8694
8695 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
8696
8697 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
8698 end_sequence is true.
8699
8700 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8701
8702 Code cleanup.
8703 * solib-target.c (library_list_start_list): Use explicit NULL
8704 comparison.
8705
8706 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8707
8708 * solib-target.c (library_list_start_list): Do not dereference
8709 variable version in its initialization. Make the VERSION check handle
8710 NULL.
8711 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
8712
8713 2015-06-10 Gary Benson <gbenson@redhat.com>
8714
8715 * NEWS: Announce support for direct access of executable and
8716 shared library files when attaching to inferiors in containers
8717 on GNU/Linux systems.
8718
8719 2015-06-10 Gary Benson <gbenson@redhat.com>
8720
8721 * remote.c (struct remote_state) <fs_pid>: New field.
8722 (new_remote_state): Initialize the above.
8723 (PACKET_vFile_setfs): New enum value.
8724 (remote_hostio_set_filesystem): New function.
8725 (remote_hostio_open): Call the above.
8726 (remote_hostio_unlink): Likewise.
8727 (remote_hostio_readlink): Likewise.
8728 (_initialize_remote): Register new "set/show remote
8729 hostio-setfs-packet" command.
8730 * NEWS: Announce new vFile:setfs packet.
8731
8732 2015-06-10 Gary Benson <gbenson@redhat.com>
8733
8734 * linux-nat.c (nat/linux-namespaces.h): New include.
8735 (fileio.h): Likewise.
8736 (linux_nat_filesystem_is_local): New function.
8737 (linux_nat_fileio_pid_of): Likewise.
8738 (linux_nat_fileio_open): Likewise.
8739 (linux_nat_fileio_readlink): Likewise.
8740 (linux_nat_fileio_unlink): Likewise.
8741 (linux_nat_add_target): Initialize to_filesystem_is_local,
8742 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
8743 (_initialize_linux_nat): New "set/show debug linux-namespaces"
8744 commands.
8745 * NEWS: Mention new "set/show debug linux-namespaces" commands.
8746
8747 2015-06-10 Gary Benson <gbenson@redhat.com>
8748
8749 * target.h (struct inferior): New forward declaration.
8750 (struct target_ops) <to_filesystem_is_local>: Update comment.
8751 (struct target_ops) <to_fileio_open>: New argument inf.
8752 Update comment. All implementations updated.
8753 (struct target_ops) <to_fileio_unlink>: Likewise.
8754 (struct target_ops) <to_fileio_readlink>: Likewise.
8755 (target_filesystem_is_local): Update comment.
8756 (target_fileio_open): New argument inf. Update comment.
8757 (target_fileio_unlink): Likewise.
8758 (target_fileio_readlink): Likewise.
8759 (target_fileio_read_alloc): Likewise.
8760 (target_fileio_read_stralloc): Likewise.
8761 * target.c (target_fileio_open): New argument inf.
8762 Pass inf to implementation. Update debug printing.
8763 (target_fileio_unlink): Likewise.
8764 (target_fileio_readlink): Likewise.
8765 (target_fileio_read_alloc_1): New argument inf. Pass inf
8766 to target_fileio_open.
8767 (target_fileio_read_alloc): New argument inf. Pass inf to
8768 target_fileio_read_alloc_1.
8769 (target_fileio_read_stralloc): Likewise.
8770 * gdb_bfd.c (inferior.h): New include.
8771 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
8772 argument with new argument "inferior". Pass inferior to
8773 target_fileio_open.
8774 (gdb_bfd_open): Supply inferior argument to
8775 gdb_bfd_iovec_fileio_open.
8776 * linux-tdep.c (linux_info_proc): Supply inf argument to
8777 relevant target_fileio calls.
8778 (linux_find_memory_regions_full): Likewise.
8779 (linux_fill_prpsinfo): Likewise.
8780 * remote.c (remote_filesystem_is_local): Supply inf
8781 argument to remote_hostio_open.
8782 (remote_file_put): Likewise.
8783 (remote_file_get): Likewise.
8784 (remote_file_delete): Supply inf argument to
8785 remote_hostio_unlink.
8786
8787 2015-06-10 Gary Benson <gbenson@redhat.com>
8788
8789 * inf-child.c (inf_child_fileio_open): Replace comment.
8790 (inf_child_fileio_pwrite): Likewise.
8791 (inf_child_fileio_pread): Likewise.
8792 (inf_child_fileio_fstat): Insert blank line before comment.
8793 (inf_child_fileio_close): Replace comment.
8794 (inf_child_fileio_unlink): Likewise.
8795 (inf_child_fileio_readlink): Likewise.
8796 * remote.c (remote_hostio_open): Likewise.
8797 (remote_hostio_pread): Likewise.
8798 (remote_hostio_pwrite): Likewise.
8799 (remote_hostio_close): Likewise.
8800 (remote_hostio_unlink): Likewise.
8801 (remote_hostio_readlink): Likewise.
8802 (remote_hostio_fstat): Likewise.
8803 (remote_filesystem_is_local): Likewise.
8804 * target.c (target_fileio_open): Likewise.
8805 (target_fileio_pwrite): Likewise.
8806 (target_fileio_pread): Likewise.
8807 (target_fileio_fstat): Insert blank line before comment.
8808 (target_fileio_close): Replace comment.
8809 (target_fileio_unlink): Likewise.
8810 (target_fileio_readlink): Likewise.
8811 (target_fileio_read_alloc): Likewise.
8812 (target_fileio_read_stralloc): Likewise.
8813
8814 2015-06-10 Gary Benson <gbenson@redhat.com>
8815
8816 * linux-thread-db.c (nat/linux-namespaces.h): New include.
8817 (check_pid_namespace_match): Use linux_ns_same rather than
8818 linux_proc_pid_get_ns to spot PID namespace mismatches.
8819 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
8820 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
8821
8822 2015-06-10 Gary Benson <gbenson@redhat.com>
8823
8824 * configure.ac (AC_CHECK_FUNCS): Add setns.
8825 * config.in: Regenerate.
8826 * configure: Likewise.
8827 * nat/linux-namespaces.h: New file.
8828 * nat/linux-namespaces.c: Likewise.
8829 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
8830 (linux-namespaces.o): New rule.
8831 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
8832 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8833 * config/arm/linux.mh (NATDEPFILES): Likewise.
8834 * config/i386/linux.mh (NATDEPFILES): Likewise.
8835 * config/i386/linux64.mh (NATDEPFILES): Likewise.
8836 * config/ia64/linux.mh (NATDEPFILES): Likewise.
8837 * config/m32r/linux.mh (NATDEPFILES): Likewise.
8838 * config/m68k/linux.mh (NATDEPFILES): Likewise.
8839 * config/mips/linux.mh (NATDEPFILES): Likewise.
8840 * config/pa/linux.mh (NATDEPFILES): Likewise.
8841 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8842 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8843 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8844 * config/s390/linux.mh (NATDEPFILES): Likewise.
8845 * config/sparc/linux.mh (NATDEPFILES): Likewise.
8846 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8847 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8848 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8849
8850 2015-06-10 Gary Benson <gbenson@redhat.com>
8851
8852 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
8853 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
8854 (make_cleanup_close): Likewise.
8855 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
8856 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
8857 (make_cleanup_close): Likewise.
8858
8859 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8860
8861 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
8862 from SuspendThread().
8863
8864 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8865
8866 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
8867 from OutputDebugString.
8868
8869 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8870 Mircea Gherzan <mircea.gherzan@intel.com>
8871
8872 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
8873 MPX_BT_MASK_32): New macros.
8874 (i386_mpx_set_bounds): New function that implements
8875 the command "set-mpx-bound".
8876 (i386_mpx_enabled): Helper function to test MPX availability.
8877 (i386_mpx_bd_base): Helper function to calculate the base directory
8878 address.
8879 (i386_mpx_get_bt_entry): Helper function to access a bound
8880 table entry.
8881 (i386_mpx_print_bounds): Effectively display bound information.
8882 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
8883 "show mpx".
8884 (_initialize_i386_tdep):
8885 Add "bound" to the commands "show mpx" and "set mpx" commands.
8886 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
8887 and "show mpx" commands.
8888 * NEWS: List new commands for MPX support.
8889
8890 2015-06-09 Gary Benson <gbenson@redhat.com>
8891
8892 * common/fileio.h (fileio_to_host_mode): New declaration.
8893 * common/fileio.c (fileio_to_host_mode): New Function.
8894 * inf-child.c (inf_child_fileio_open): Process mode argument
8895 with fileio_to_host_mode.
8896
8897 2015-06-09 Gary Benson <gbenson@redhat.com>
8898
8899 * common/fileio.c (fileio_mode_pack): Fix preprocessor
8900 conditional.
8901
8902 2015-06-05 Gary Benson <gbenson@redhat.com>
8903
8904 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
8905 * remote.c (remote_filesystem_is_local): ...here.
8906
8907 2015-06-04 Yao Qi <yao.qi@linaro.org>
8908
8909 * gdbarch.c: Regenerate it.
8910
8911 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8912
8913 * arch-utils.c (default_infcall_munmap): New.
8914 * arch-utils.h (default_infcall_munmap): New declaration.
8915 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8916 (munmap_list_free, munmap_listp_free_cleanup): New.
8917 (struct setup_sections_data): Add field munmap_list_headp.
8918 (setup_sections): Call munmap_list_add.
8919 (compile_object_load): New variable munmap_list_head, initialize
8920 setup_sections_data.munmap_list_headp, return munmap_list_head.
8921 * compile/compile-object-load.h (struct munmap_list): New declaration.
8922 (struct compile_module): Add field munmap_list_head.
8923 (munmap_list_free): New declaration.
8924 * compile/compile-object-run.c (struct do_module_cleanup): Add field
8925 munmap_list_head.
8926 (do_module_cleanup): Call munmap_list_free.
8927 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8928 * gdbarch.c: Regenerate.
8929 * gdbarch.h: Regenerate.
8930 * gdbarch.sh (infcall_munmap): New.
8931 * linux-tdep.c (linux_infcall_munmap): New.
8932 (linux_init_abi): Install it.
8933
8934 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8935
8936 PR gdb/15564
8937 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8938
8939 2015-06-02 Yao Qi <yao.qi@linaro.org>
8940
8941 * i386-linux-nat.c: Include linux-nat.h.
8942
8943 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
8944 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 PR symtab/18392
8947 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8948 assertion.
8949 * dwarf2loc.c (chain_candidate): Likewise.
8950
8951 2015-06-01 Yao Qi <yao.qi@linaro.org>
8952
8953 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8954 (store_vfp_regs): Use PTRACE_SETREGSET.
8955
8956 2015-06-01 Yao Qi <yao.qi@linaro.org>
8957
8958 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8959 (fetch_fpregs): Likewise.
8960 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8961 (store_fpregs): Likewise.
8962
8963 2015-06-01 Yao Qi <yao.qi@linaro.org>
8964
8965 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8966 (fetch_regs): Likewise.
8967 (store_regs): Use PTRACE_SETREGSET.
8968 (store_register): Likewise.
8969
8970 2015-06-01 Yao Qi <yao.qi@linaro.org>
8971
8972 * arm-linux-nat.c (arm_linux_read_description): Check whether
8973 kernel supports PTRACE_GETREGSET.
8974
8975 2015-06-01 Yao Qi <yao.qi@linaro.org>
8976
8977 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8978 * linux-nat.c: ... here.
8979 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8980 to ...
8981 * linux-nat.h: ... here.
8982
8983 2015-06-01 Yao Qi <yao.qi@linaro.org>
8984
8985 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8986 * i386-linux-nat.c: Likewise.
8987 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8988 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8989 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8990 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8991 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8992
8993 2015-05-30 Eli Zaretskii <eliz@gnu.org>
8994
8995 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8996 compatible to what read_child and write_child return. This
8997 unbreaks that DJGPP build of GDB which was broken since v7.7.
8998
8999 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
9000
9001 * MAINTAINERS (Write After Approval): Add Martin Galvan.
9002
9003 2015-05-29 Roland McGrath <mcgrathr@google.com>
9004
9005 PR gdb/18464
9006 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
9007 rather than internal_error for an unrecognized value.
9008
9009 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
9010
9011 * xtensa-tdep.c (xtensa_pseudo_register_read)
9012 (xtensa_pseudo_register_write): Don't alias last pseudo register
9013 to a1.
9014
9015 2015-05-28 Don Breazeal <donb@codesourcery.com>
9016
9017 * infrun.c (follow_fork_inferior): Ensure the use of
9018 process-style ptids (pid,0,0) in verbose/debug "Detaching"
9019 messages.
9020
9021 2015-05-28 Doug Evans <dje@google.com>
9022
9023 * dwarf2read.c (record_line_ftype): Remove, duplicate.
9024
9025 2015-05-28 Yao Qi <yao.qi@linaro.org>
9026
9027 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
9028 (arm_linux_fetch_inferior_registers): Use
9029 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
9030 (arm_linux_store_inferior_registers): Likewise.
9031 (arm_linux_read_description): Don't set
9032 arm_linux_has_wmmx_registers.
9033 * arm-tdep.c (arm_gdbarch_init): Set
9034 tdep->have_wmmx_registers according target descriptions.
9035 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
9036 field.
9037
9038 2015-05-28 Yao Qi <yao.qi@linaro.org>
9039
9040 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
9041 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
9042 instead of arm_linux_vfp_register_count.
9043 (store_vfp_regs): Likewise.
9044 (arm_linux_fetch_inferior_registers): Likewise.
9045 (arm_linux_store_inferior_registers): Likewise.
9046 (arm_linux_read_description): Don't set
9047 arm_linux_vfp_register_count.
9048 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
9049 Adjust.
9050 * arm-tdep.c (arm_gdbarch_init): Add assert on
9051 vfp_register_count.
9052 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
9053 field to vfp_register_count. All users updated.
9054
9055 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
9056
9057 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
9058 ELFOSABI_GNU binaries.
9059
9060 2015-05-27 Doug Evans <dje@google.com>
9061
9062 * dwarf2read.c (lnp_state_machine): New typedef.
9063 (lnp_reader_state): New typedef.
9064 (dwarf_record_line_1): Renamed from dwarf_record_line.
9065 All callers updated.
9066 (dwarf_record_line): New function.
9067 (init_lnp_state_machine): New function.
9068 (check_line_address): Replace p_record_line parameter with state.
9069 All callers updated.
9070 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
9071 Update to record state in lnp_state_machine.
9072
9073 2015-05-27 Doug Evans <dje@google.com>
9074
9075 * dwarf2read.c (record_line_ftype): New typedef.
9076 (check_line_address): New function.
9077 (dwarf_decode_lines_1): Call it.
9078
9079 2015-05-27 Doug Evans <dje@google.com>
9080
9081 * NEWS: Mention "set debug dwarf-line".
9082 * dwarf2read.c (dwarf_line_debug): New static global.
9083 (add_include_dir): Add debug dwarf-line support.
9084 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
9085 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
9086
9087 2015-05-27 Doug Evans <dje@google.com>
9088
9089 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
9090 All callers updated.
9091 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
9092 * cp-support.h (cp_lookup_nested_symbol): Update.
9093
9094 2015-05-27 Doug Evans <dje@google.com>
9095
9096 PR symtab/18258
9097 * block.c (block_find_symbol): New function.
9098 (block_find_non_opaque_type): Ditto.
9099 (block_find_non_opaque_type_preferred): Ditto.
9100 * block.h (block_symbol_matcher_ftype): New typedef.
9101 (block_find_symbol): Declare.
9102 (block_find_non_opaque_type): Ditto.
9103 (block_find_non_opaque_type_preferred): Ditto.
9104 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
9105 * psymtab.c (psym_lookup_symbol): Ditto.
9106 * symtab.c (basic_lookup_transparent_type_1): New function.
9107 (basic_lookup_transparent_type): Call it.
9108
9109 2015-05-27 Yao Qi <yao.qi@linaro.org>
9110
9111 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
9112 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
9113
9114 2015-05-27 Yao Qi <yao.qi@linaro.org>
9115
9116 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
9117 before operator &&.
9118 (aarch64_record_load_store): Likewise.
9119
9120 2015-05-26 Doug Evans <dje@google.com>
9121
9122 PR c++/18141, c++/18417.
9123 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
9124 a typedef.
9125
9126 2015-05-26 Doug Evans <dje@google.com>
9127
9128 * NEWS: Add entries for command renamings.
9129 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
9130 All uses updated.
9131 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
9132 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
9133 All uses updated.
9134 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
9135 All callers updated. Fix spelling of DWARF in help text.
9136 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
9137 All uses updated.
9138 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
9139 All uses updated.
9140 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
9141 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
9142 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
9143 All uses updated.
9144 (show_dwarf_always_disassemble): Renamed from
9145 show_dwarf2_always_disassemble. All callers updated.
9146 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
9147 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
9148 "set/show dwarf max-cache-age". Rename
9149 "set/show dwarf2 always-disassemble" to
9150 "set/show dwarf always-disassemble". Rename
9151 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
9152 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
9153
9154 2015-05-26 Doug Evans <dje@google.com>
9155
9156 PR python/18438
9157 * python/py-lazy-string.c (stpy_convert_to_value): Use
9158 gdbpy_gdb_memory_error not PyExc_MemoryError.
9159 (gdbpy_create_lazy_string_object): Ditto.
9160
9161 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
9162
9163 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
9164
9165 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
9166
9167 * tui/tui-regs.c (tui_reg_prev_command): New function.
9168 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
9169 * reggroups.c (reggroup_prev): New function.
9170 * reggroups.h (reggroup_prev): Add declaration. Update comment.
9171
9172 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9173 Yao Qi <yao.qi@linaro.org>
9174
9175 * aarch64-linux-tdep.c: Include linux-record.h and
9176 record-full.h.
9177 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
9178 (aarch64_syscall): New enum.
9179 (aarch64_canonicalize_syscall): New function.
9180 (aarch64_all_but_pc_registers_record): New function.
9181 (aarch64_linux_syscall_record): New function.
9182 (aarch64_linux_init_abi): Install AArch64 process record
9183 handler. Update to handle syscall recording.
9184 * aarch64-tdep.c: Include record.h and record-full.h.
9185 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
9186 (struct aarch64_mem_r): Define.
9187 (aarch64_record_result): New enum.
9188 (struct insn_decode_record): Define.
9189 (insn_decode_record): New typedef.
9190 (aarch64_record_data_proc_reg): New function.
9191 (aarch64_record_data_proc_imm): New function.
9192 (aarch64_record_branch_except_sys): New function.
9193 (aarch64_record_load_store): New function.
9194 (aarch64_record_data_proc_simd_fp): New function.
9195 (aarch64_record_asimd_load_store): New function.
9196 (aarch64_record_decode_insn_handler): New function.
9197 (deallocate_reg_mem): New function.
9198 (aarch64_process_record): New function.
9199 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
9200 New field.
9201 (aarch64_process_record): New extern declaration.
9202 * configure.tgt: Add linux-record.o to gdb_target_obs.
9203 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
9204
9205 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9206
9207 * NEWS: Add a note on process record-replay support on aarch64*-linux*
9208 targets.
9209
9210 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
9211
9212 * amd64-tdep.c: Replace in_function_epilogue_p with
9213 stack_frame_destroyed_p throughout.
9214 * arch-utils.c: Ditto.
9215 * arch-utils.h: Ditto.
9216 * arm-tdep.c: Ditto.
9217 * breakpoint.c: Ditto.
9218 * gdbarch.sh: Ditto.
9219 * hppa-tdep.c: Ditto.
9220 * i386-tdep.c: Ditto.
9221 * mips-tdep.c: Ditto.
9222 * nios2-tdep.c: Ditto.
9223 * rs6000-tdep.c: Ditto.
9224 * s390-linux-tdep.c: Ditto.
9225 * score-tdep.c: Ditto.
9226 * sh-tdep.c: Ditto.
9227 * sparc-tdep.c: Ditto.
9228 * sparc-tdep.h: Ditto.
9229 * sparc64-tdep.c: Ditto.
9230 * spu-tdep.c: Ditto.
9231 * tic6x-tdep.c: Ditto.
9232 * tilegx-tdep.c: Ditto.
9233 * xstormy16-tdep.c: Ditto.
9234 * gdbarch.c, gdbarch.h: Re-generated.
9235
9236 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
9237
9238 * NEWS: Mention 'tui enable' and 'tui disable'.
9239 * tui/tui.c (tui_enable_command): New function.
9240 (tui_disable_command): New function.
9241 (_initialize_tui): New function.
9242
9243 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9244
9245 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
9246
9247 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9248
9249 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
9250 buf_ptr is freed.
9251
9252 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9253
9254 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
9255 into ...
9256 (tui_set_layout_for_display_command): ...here, before calling
9257 tui_set_layout. Only set the layout if gdb has not already
9258 entered the TUI_FAILURE state.
9259
9260 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9261
9262 * tui/tui-layout.c (layout_completer): New function.
9263 (_initialize_tui_layout): Set completer on layout command.
9264
9265 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9266
9267 * tui/tui-layout.c (tui_set_layout): Remove
9268 tui_register_display_type parameter. Remove all checking of this
9269 parameter, and reindent function. Update header comment.
9270 (tui_set_layout_for_display_command): Rename to...
9271 (tui_set_layout_by_name): ...this, and don't check for different
9272 register class types, don't pass a tui_register_display_type to
9273 tui_set_layout. Update header comment.
9274 (layout_names): Remove register set specific names.
9275 * tui/tui-layout.h (tui_set_layout): Remove
9276 tui_register_display_type parameter.
9277 * tui/tui.c (tui_rl_change_windows): Don't pass a
9278 tui_register_display_type to tui_set_layout.
9279 (tui_rl_delete_other_windows): Likewise.
9280 (tui_enable): Likewise.
9281 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
9282 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
9283 (TUI_GENERAL_REGS_NAME): Remove.
9284 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
9285 (TUI_SPECIAL_REGS_NAME): Remove.
9286 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
9287 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
9288 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
9289 (enum tui_register_display_type): Remove.
9290 (struct tui_layout_def): Remove regs_display_type and
9291 float_regs_display_type fields.
9292 (struct tui_data_info): Remove regs_display_type field.
9293 (tui_layout_command): Use new name for
9294 tui_set_layout_for_display_command.
9295 * tui/tui-data.c (layout_def): Don't initialise removed fields.
9296 (tui_clear_win_detail): Don't initialise removed fields of
9297 win_info.
9298 * tui/tui-regs.c (tui_show_registers): Use new name for
9299 tui_set_layout_for_display_command.
9300 * tui/tui.h (tui_set_layout_for_display_command): Rename
9301 declaration to...
9302 (tui_set_layout_by_name): ...this.
9303 * printcmd.c (display_command): Remove tui related layout call,
9304 and reindent.
9305
9306 2015-05-20 Joel Brobecker <brobecker@adacore.com>
9307
9308 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
9309 (handle_inferior_event): New function.
9310
9311 2015-05-20 Joel Brobecker <brobecker@adacore.com>
9312
9313 * ada-lang.c (to_fixed_array_type): Rename local variable
9314 typename into type_name.
9315
9316 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 Fix ASAN crash for gdb.compile/compile.exp.
9319 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
9320
9321 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
9324 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
9325 * compile/compile-object-load.c (setup_sections, compile_object_load):
9326 Likewise.
9327 * compile/compile.c (compile_to_object): Likewise.
9328
9329 2015-05-16 Doug Evans <xdje42@gmail.com>
9330
9331 * NEWS: Mention support for unbuffered Guile memory ports.
9332 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
9333 (ioscm_lseek_address): Improve overflow calculation.
9334 (gdbscm_memory_port_fill_input): Add assert.
9335 (gdbscm_memory_port_write): Handle unbuffered ports.
9336 Handle large writes identical to Guile's fport_write.
9337 (gdbscm_memory_port_seek): Fix seeking past end check.
9338 (gdbscm_memory_port_close): Handle closing unbuffered port.
9339 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
9340 (ioscm_init_memory_port): Handle unbuffered ports.
9341 (ioscm_reinit_memory_port): Ditto.
9342 (ioscm_init_memory_port): Update size calculation.
9343 (gdbscm_open_memory): Support zero sized ports.
9344
9345 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
9348 variable compiler warnings.
9349
9350 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9351
9352 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
9353
9354 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9355 Phil Muldoon <pmuldoon@redhat.com>
9356
9357 * NEWS (Changes since GDB 7.9): Add compile print.
9358 * compile/compile-c-support.c (add_code_header, add_code_footer)
9359 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
9360 COMPILE_I_PRINT_VALUE_SCOPE.
9361 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
9362 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
9363 New.
9364 * compile/compile-object-load.c: Include block.h.
9365 (get_out_value_type): New function.
9366 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
9367 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
9368 OUT_VALUE_TYPE.
9369 * compile/compile-object-load.h (struct compile_module): Add fields
9370 out_value_addr and out_value_type.
9371 * compile/compile-object-run.c: Include valprint.h and compile.h.
9372 (struct do_module_cleanup): Add fields out_value_addr and
9373 out_value_type.
9374 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
9375 COMPILE_I_PRINT_VALUE_SCOPE.
9376 (compile_object_run): Propagate out_value_addr and out_value_type.
9377 Pass OUT_VALUE_ADDR.
9378 * compile/compile.c: Include valprint.h.
9379 (compile_print_value, compile_print_command): New functions.
9380 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
9381 (_initialize_compile): Update compile code help text. Install
9382 compile_print_command.
9383 * compile/compile.h (compile_print_value): New prototype.
9384 * defs.h (enum compile_i_scope_types): Add
9385 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
9386
9387 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9388
9389 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
9390 Rely on its parameter count.
9391 (compile_object_load): Replace lookup_minimal_symbol_text by
9392 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
9393 return value.
9394 * compile/compile-object-load.h (struct compile_module): Replace
9395 func_addr by func_sym.
9396 * compile/compile-object-run.c: Include block.h.
9397 (compile_object_run): Reset module variable after it is freed. Use
9398 FUNC_SYM instead of FUNC_ADDR. Rely on it.
9399
9400 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9401
9402 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
9403 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
9404 (c_compute_program): Call generate_register_struct after typedefs.
9405 * compile/compile-loc2c.c (push, pushf_register_address)
9406 (pushf_register): Cast to GCC_UINTPTR.
9407 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
9408 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
9409 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
9410 * compile/compile.c (_initialize_compile): Enable warnings for
9411 COMPILE_ARGS.
9412
9413 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9414
9415 * cli/cli-script.c (execute_control_command): Update
9416 eval_compile_command caller.
9417 * compile/compile-object-load.c (compile_object_load): Add parameters
9418 scope and scope_data. Set them.
9419 * compile/compile-object-load.h (struct compile_module): Add fields
9420 scope and scope_data.
9421 (compile_object_load): Add parameters scope and scope_data.
9422 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
9423 scope and scope_data.
9424 (compile_object_run): Propagate the fields scope and scope_data.
9425 * compile/compile.c (compile_file_command, compile_code_command):
9426 Update eval_compile_command callers.
9427 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
9428 * compile/compile.h (eval_compile_command): Add parameter scope_data.
9429 * defs.h (struct command_line): Add field scope_data.
9430
9431 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * printcmd.c (struct format_data): Move it to valprint.h.
9434 (print_command_parse_format, print_value): New functions from ...
9435 (print_command_1): ... here. Call them.
9436 * valprint.h (struct format_data): Move it here from printcmd.c.
9437 (print_command_parse_format, print_value): New declarations.
9438
9439 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9440
9441 * compile/compile-object-load.c (compile_object_load): Add
9442 COMPILE_DEBUG message.
9443
9444 2015-05-15 Jerome Guitton <guitton@adacore.com>
9445
9446 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
9447 index to get element instead of enum value.
9448 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
9449 of index to compute length, but enum values to compute bounds.
9450 (ada_array_length): Use enum position of index instead of enum value.
9451 (pos_atr): Move position computation to...
9452 (ada_evaluate_subexp): Use enum values to compute bounds.
9453 * gdbtypes.c (discrete_position): ...this new function.
9454 * gdbtypes.h (discrete_position): New function declaration.
9455 * valprint.c (val_print_array_elements): Call discrete_position
9456 to handle array indexed by non-contiguous enumeration types.
9457
9458 2015-05-15 Jerome Guitton <guitton@adacore.com>
9459
9460 * ada-lang.c (find_parallel_type_by_descriptive_type):
9461 Go through typedefs during lookup.
9462 (to_fixed_array_type): Add support for non-bit packed arrays
9463 as variable-length fields.
9464
9465 2015-05-15 Pedro Alves <palves@redhat.com>
9466 Simon Marchi <simon.marchi@ericsson.com>
9467
9468 * event-loop.c (gdb_notifier) <next_file_handler,
9469 next_poll_fds_index>: New fields.
9470 (get_next_file_handler_to_handle_and_advance): New function.
9471 (delete_file_handler): If deleting the next file handler to
9472 handle, advance to the next file handler.
9473 (gdb_wait_for_event): Bail early if no event fired. Poll file
9474 handlers in round-robin fashion.
9475
9476 2015-05-15 Pedro Alves <palves@redhat.com>
9477
9478 * linux-tdep.c (linux_find_memory_regions_full): Rename local
9479 'private' to 'priv'.
9480
9481 2015-05-15 Pedro Alves <palves@redhat.com>
9482
9483 * nat/linux-nat.h: Include "target/waitstatus.h".
9484
9485 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
9486
9487 * python/py-unwind.c (struct reg_info): Move out of ...
9488 (struct cached_frame_info): ... this scope.
9489 (pending_frame_object_type, unwind_info_object_type): Make extern.
9490
9491 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9492
9493 * ada-lang.c (ada_value_primitive_packed_val): Make sure
9494 accumSize is never negative.
9495
9496 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
9497
9498 * tui/tui-command.c: Remove include of <ctype.h>.
9499 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
9500
9501 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
9502
9503 * dwarf2read.c (die_needs_namespace): Return 1 for
9504 DW_TAG_inlined_subroutine.
9505
9506 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9507
9508 * regcache.c (regcache_cpy_no_passthrough): New declaration.
9509 (regcache_cpy_no_passthrough): Make it static, add function comment.
9510 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
9511 (regcache_cpy_no_passthrough): Remove declaration.
9512
9513 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9514
9515 * gdbthread.h (struct thread_control_state): Update comment for
9516 proceed_to_finish.
9517 * infcall.c (run_inferior_call): Update comment about
9518 proceed_to_finish.
9519 * infcmd.c (get_return_value): Update comment about stop_registers.
9520 (finish_forward): Update comment about proceed_to_finish.
9521 * infrun.c (stop_registers): Remove.
9522 (clear_proceed_status, normal_stop): Remove stop_registers handling.
9523 * infrun.h (stop_registers): Remove.
9524
9525 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 * infcall.c (struct dummy_frame_context_saver)
9528 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
9529 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9530 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9531 New.
9532 (call_function_by_hand_dummy): Move discard_cleanups of
9533 inf_status_cleanup before dummy_frame_push. Call
9534 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
9535 Use dummy_frame_context_saver_get_regs instead of stop_registers.
9536 * infcall.h (struct dummy_frame_context_saver)
9537 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
9538 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
9539 New declarations.
9540 * infcmd.c: Include infcall.h.
9541 (get_return_value): Add parameter ctx_saver, use it instead of
9542 stop_registers.
9543 (print_return_value): Add parameter ctx_saver, pass it.
9544 (struct finish_command_continuation_args): Add field ctx_saver.
9545 (finish_command_continuation): Update print_return_value caller.
9546 (finish_command_continuation_free_arg): Free also ctx_saver.
9547 (finish_forward): Call dummy_frame_context_saver_setup.
9548 * inferior.h (struct dummy_frame_context_saver): New declaration.
9549 (get_return_value): Add parameter ctx_saver.
9550 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
9551 get_return_value caller.
9552
9553 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9554
9555 * dummy-frame.c (struct dummy_frame_dtor_list): New.
9556 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
9557 (remove_dummy_frame): Process dtor_list.
9558 (pop_dummy_frame): Process dtor_list.
9559 (register_dummy_frame_dtor): Maintain dtor_list.
9560 (find_dummy_frame_dtor): Handle dtor_list.
9561 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
9562 Update comments.
9563
9564 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9565
9566 * compile/compile-object-run.c (do_module_cleanup): Add parameter
9567 registers_valid.
9568 (compile_object_run): Update do_module_cleanup caller.
9569 * dummy-frame.c: Include infcall.h.
9570 (struct dummy_frame): Update dtor comment.
9571 (remove_dummy_frame): Call dtor.
9572 (pop_dummy_frame): Update dtor caller.
9573 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
9574 registers_valid.
9575
9576 2015-05-13 Joel Brobecker <brobecker@adacore.com>
9577
9578 GDB 7.9.1 released.
9579
9580 2015-05-13 Joel Brobecker <brobecker@adacore.com>
9581
9582 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
9583 Xmethods now being able to specify a result type to that new
9584 sectioin.
9585
9586 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9587
9588 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
9589 first before resizing the window.
9590 * tui/tui.c (tui_enable): Likewise.
9591
9592 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
9595 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
9596 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
9597 dummy_dtor parameter.
9598 * infcall.h: Include dummy-frame.h.
9599 (call_function_by_hand_dummy_dtor_ftype): Remove.
9600 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
9601 parameter.
9602
9603 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9604
9605 PR gdb/17820
9606 * top.c (history_size_setshow_var): Change type to signed.
9607 Initialize to -2. Update documentation.
9608 (set_readline_history_size): Define.
9609 (set_history_size_command): Use it. Remove logic for handling
9610 out-of-range sizes.
9611 (init_history): Use set_readline_history_size(). Test for a
9612 value of -2 instead of 0 when determining whether to set a
9613 default history size.
9614 (init_main): Decode the argument of the "size" command as a
9615 zuinteger_unlimited.
9616
9617 2015-05-12 Doug Evans <dje@google.com>
9618
9619 * dwarf2read.c (struct file_entry): Tweak comments.
9620 (get_debug_line_section): Tweak comments.
9621
9622 2015-05-12 Don Breazeal <donb@codesourcery.com>
9623
9624 * NEWS: Announce fork support in the RSP and support
9625 for fork debugging in extended mode.
9626
9627 2015-05-12 Don Breazeal <donb@codesourcery.com>
9628
9629 * remote.c (remote_insert_fork_catchpoint): New function.
9630 (remote_remove_fork_catchpoint): New function.
9631 (remote_insert_vfork_catchpoint): New function.
9632 (remote_remove_vfork_catchpoint): New function.
9633 (pending_fork_parent_callback): New function.
9634 (remove_new_fork_child): New function.
9635 (remote_update_thread_list): Call remote_notif_get_pending_events
9636 and remove_new_fork_child.
9637 (extended_remote_kill): Kill fork child when killing the
9638 parent before follow_fork completes.
9639 (init_extended_remote_ops): Initialize target vector with
9640 new fork catchpoint functions.
9641
9642 2015-05-12 Don Breazeal <donb@codesourcery.com>
9643
9644 * remote.c (remove_vfork_event_p): New function.
9645 (remote_follow_fork): Add vfork event type to event checking.
9646 (remote_parse_stop_reply): New stop reasons "vfork" and
9647 "vforkdone" for RSP 'T' Stop Reply Packet.
9648
9649 2015-05-12 Don Breazeal <donb@codesourcery.com>
9650
9651 * linux-nat.c (linux_nat_ptrace_options): New function.
9652 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
9653 Call linux_nat_ptrace_options and use different argument to
9654 linux_enable_event_reporting.
9655 (_initialize_linux_nat): Delete call to
9656 linux_ptrace_set_additional_flags.
9657 * nat/linux-ptrace.c (current_ptrace_options): Rename to
9658 supported_ptrace_options.
9659 (additional_flags): Delete variable.
9660 (linux_check_ptrace_features): Use supported_ptrace_options.
9661 (linux_test_for_tracesysgood, linux_test_for_tracefork):
9662 Likewise, and remove additional_flags check.
9663 (linux_enable_event_reporting): Change 'attached' argument to
9664 'options'. Use supported_ptrace_options.
9665 (ptrace_supports_feature): Change comment. Use
9666 supported_ptrace_options.
9667 (linux_ptrace_set_additional_flags): Delete function.
9668 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
9669 Delete function prototype.
9670 * remote.c (remote_fork_event_p): New function.
9671 (remote_detach_pid): New function.
9672 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
9673 if doing detach-on-fork.
9674 (remote_follow_fork): New function.
9675 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
9676 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
9677 (init_extended_remote_ops): Initialize to_follow_fork.
9678
9679 2015-05-12 Don Breazeal <donb@codesourcery.com>
9680
9681 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
9682 from static to extern.
9683 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
9684 * remote.c (anonymous enum): <PACKET_fork_event_feature,
9685 * PACKET_vfork_event_feature>: New enumeration constants.
9686 (remote_protocol_features): Add table entries for new packets.
9687 (remote_query_supported): Add new feature queries to qSupported
9688 packet.
9689
9690 2015-05-12 Gary Benson <gbenson@redhat.com>
9691
9692 * remote.c (remote_add_inferior): Call exec_file_locate_attach
9693 for fake PIDs as well as real ones.
9694 (remote_pid_to_exec_file): Send empty annex if PID is fake.
9695
9696 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9697
9698 * NEWS (Python Scripting): Mention the new gdb.Value methods.
9699 * python/py-value.c (valpy_reference_value): New function.
9700 (valpy_const_value): Likewise.
9701 (value_object_methods): Add new methods.
9702 * value.c (make_cv_value): New function.
9703 * value.h (make_cv_value): Declare.
9704
9705 2015-05-08 Yao Qi <yao@codesourcery.com>
9706 Sandra Loosemore <sandra@codesourcery.com>
9707
9708 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
9709 to 'lh->include_dirs' before accessing to it.
9710 (psymtab_include_file_name): Likewise.
9711 (dwarf_decode_lines_1): Likewise.
9712 (dwarf_decode_lines): Likewise.
9713 (file_file_name): Likewise.
9714
9715 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
9716
9717 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
9718 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
9719 (nios2_linux_rt_sigreturn_init): Adjust base address of
9720 register save area.
9721
9722 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
9723
9724 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
9725 "trap 31" as the breakpoint instruction on all targets.
9726
9727 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 * infcmd.c (print_return_value): Remove unused declaration.
9730
9731 2015-05-08 Joel Brobecker <brobecker@adacore.com>
9732
9733 * dwarf2read.c (attr_to_dynamic_prop)
9734 <DW_AT_data_member_location>: Use read_type_die isntead of
9735 get_die_type.
9736
9737 2015-05-08 Joel Brobecker <brobecker@adacore.com>
9738
9739 * ada-lang.c (ada_convert_actual): Add handling of formals
9740 passed inside an aligner type.
9741
9742 2015-05-08 Joel Brobecker <brobecker@adacore.com>
9743
9744 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
9745
9746 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9747
9748 PR python/18291
9749 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
9750 Print xmethod matcher status.
9751
9752 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9753
9754 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
9755 register in the regcache when treating the PSWM register, and vice
9756 versa.
9757
9758 2015-05-07 Gary Benson <gbenson@redhat.com>
9759
9760 * linux-thread-db.c (struct thread_db_info)
9761 <td_ta_map_id2thr_p>: Remove field.
9762 (try_thread_db_load_1): Remove initialization for the above.
9763
9764 2015-05-07 Gary Benson <gbenson@redhat.com>
9765
9766 * linux-thread-db.c (struct thread_db_info)
9767 <td_thr_validate_p>: Remove field.
9768 (try_thread_db_load_1): Remove initialization for the above.
9769
9770 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * compile/compile-object-load.c (compile_object_load): Support
9773 mst_text_gnu_ifunc.
9774
9775 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9776
9777 * compile/compile.c (compile_to_object): Make the cmd_string parameter
9778 const. Use new variables for the const compatibility.
9779 (eval_compile_command): Make the cmd_string parameter const.
9780 * compile/compile.h (eval_compile_command): Make the cmd_string
9781 parameter const.
9782
9783 2015-05-06 Joel Brobecker <brobecker@adacore.com>
9784
9785 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
9786 comment.
9787 * top.c (deprecated_init_ui_hook): Delete.
9788 (gdb_init): Remove handling of deprecated_init_ui_hook.
9789 * interps.c (clear_interpreter_hooks): Remove handling of
9790 deprecated_init_ui_hook.
9791 * main.c (captured_main): Update comment.
9792
9793 2015-05-06 Joel Brobecker <brobecker@adacore.com>
9794
9795 * solib.c (_initialize_solib): Add "info dll" alias creation.
9796 * windows-nat.c (set_windows_aliases): Delete.
9797 (_initialize_windows_nat): Remove deprecated_init_ui_hook
9798 assignment.
9799 * NEWS: Add news entry about "info dll" now being available
9800 on all platforms.
9801
9802 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9803
9804 * ada-lang.c (value_assign_to_component): Reformat and improve
9805 documentation. Remove all trailing spaces.
9806
9807 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9808
9809 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
9810 Stop counting inlined frames as soon as an out-of-line function
9811 is found.
9812
9813 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
9814
9815 * dwarf2read.c (inherit_abstract_dies): Skip
9816 DW_TAG_GNU_call_site dies while inheriting children of an
9817 abstract DIE into a scope.
9818 (read_lexical_block_scope): Inherit abstract DIE's for
9819 lexical scopes.
9820
9821 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9822
9823 * ada-valprint.c (val_print_packed_array_elements): Delete
9824 variable "len". Add a type-length check when comparing two
9825 consecutive elements of the array. Use the element's actual
9826 length in call to value_contents_eq.
9827 * ada-lang.c (ada_value_primitive_packed_val): Always return
9828 a value whose type has been resolved.
9829
9830 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9831
9832 * ada-lang.c (ada_value_primitive_packed_val): Recompute
9833 BIT_SIZE and LEN if the size of the resolved type is smaller
9834 than BIT_SIZE * HOST_CHAR_BIT.
9835
9836 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9837
9838 * ada-lang.c (ada_value_primitive_packed_val): Use a more
9839 correct address in call to value_at. Adjust call to
9840 value_address accordingly.
9841
9842 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9843
9844 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
9845 to print it.
9846
9847 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9848
9849 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
9850 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
9851 pinfo->valaddr.
9852 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
9853 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
9854 (resolve_dynamic_type_internal): Set pinfo.valaddr.
9855 Add handling of addr_stack->valaddr.
9856 (resolve_dynamic_type): Add "valaddr" parameter.
9857 Set pinfo.valaddr field.
9858 * ada-lang.c (ada_discrete_type_high_bound): Update call to
9859 resolve_dynamic_type.
9860 (ada_discrete_type_low_bound): Likewise.
9861 * findvar.c (default_read_var_value): Likewise.
9862 * value.c (value_from_contents_and_address): Likewise.
9863
9864 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9865
9866 * gdbtypes.c (resolve_dynamic_array): Use
9867 create_array_type_with_stride instead of create_array_type.
9868
9869 2015-04-30 DJ Delorie <dj@redhat.com>
9870
9871 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
9872 rl78_decode_opcode
9873
9874 2015-04-29 Doug Evans <dje@google.com>
9875
9876 PR python/18285
9877 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
9878 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
9879 EVAL_AVOID_SIDE_EFFECTS for xmethods.
9880 * extension-priv.h (struct extension_language_ops)
9881 <get_xmethod_result_type>: New member.
9882 * extension.c (get_xmethod_result_type): New function.
9883 * extension.h (get_xmethod_result_type): Declare.
9884 * python/py-xmethods.c (get_result_type_method_name): New static
9885 global.
9886 (py_get_result_type_method_name): Ditto.
9887 (gdbpy_get_xmethod_result_type): New function.
9888 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
9889 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
9890 * python/python.c (python_extension_ops): Add
9891 gdbpy_get_xmethod_result_type.
9892 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
9893 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
9894 xmethods.
9895 (value_x_unop): Ditto.
9896 * value.c (result_type_of_xmethod): New function.
9897 * value.h (result_type_of_xmethod): Declare.
9898
9899 2015-04-29 Gary Benson <gbenson@redhat.com>
9900
9901 * solib.c (solib_find_1): Allow fd argument to be NULL.
9902 (exec_file_find): Update comment.
9903 (solib_find): Likewise.
9904 * exec.c (exec_file_locate_attach): Use NULL as fd
9905 argument to exec_file_find to avoid having to close
9906 the opened file.
9907 * infrun.c (follow_exec): Likewise.
9908
9909 2015-04-28 Doug Evans <dje@google.com>
9910
9911 PR python/18299
9912 * python/lib/gdb/printing.py (register_pretty_printer): Handle
9913 name or __name__ attributes. Handle gdb module as first argument.
9914
9915 2015-04-28 Doug Evans <dje@google.com>
9916
9917 PR python/18089
9918 * python/py-prettyprint.c (print_children): Verify result of children
9919 iterator. Provide better error message.
9920 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9921 * python/python.c (gdbpy_print_python_errors_p): New function.
9922
9923 2015-04-28 Doug Evans <dje@google.com>
9924
9925 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9926
9927 2015-04-28 Sasha Smundak <asmundak@google.com>
9928
9929 * NEWS: Mention gdb.Type.optimized_out method.
9930 * python/py-type.c (typy_optimized_out): New function.
9931
9932 2015-04-28 John Baldwin <jhb@FreeBSD.org>
9933
9934 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9935
9936 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9937
9938 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9939 (initialize_utils): Move call of init_page_info() to ...
9940 * top.c (gdb_init): ... here.
9941
9942 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9943
9944 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9945 (tui_sigwinch_handler): Still update our idea of
9946 the terminal's width and height even when TUI is not active.
9947
9948 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9949
9950 * utils.h (set_screen_width_and_height): Declare.
9951 * utils.c (set_screen_width_and_height): Define.
9952 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9953
9954 2015-04-28 Gary Benson <gbenson@redhat.com>
9955
9956 * infrun.c (solist.h): New include.
9957 (follow_exec): Use exec_file_find to prefix execd_pathname
9958 with gdb_sysroot.
9959
9960 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9961
9962 * tui/tui-source.c (tui_set_source_content): Avoid calling
9963 strcpy() when offset is 0.
9964
9965 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9966
9967 PR gdb/18155
9968 * tui/tui-data.c (tui_free_window): Don't free the locator
9969 window when passed an SRC_WIN or a DISASSEM_WIN.
9970
9971 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9972
9973 * tui/tui-data.h (struct tui_win_element): Forward-declare.
9974 (tui_win_content): Move declaration.
9975 (struct tui_gen_win_info): Give 'content' field the
9976 type tui_win_content.
9977 * tui/tui-data.c (init_content_element): Remove redundant and
9978 erroneous casts.
9979 (tui_add_content_elements): Remove erroneous cast.
9980 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9981 casts.
9982 (tui_get_begin_asm_address): Likewise.
9983 * tui/tui-regs.c (tui_show_registers): Likewise.
9984 (tui_show_register_group): Likewise.
9985 (tui_display_registers_from): Likewise.
9986 (tui_check_register_values): Likewise.
9987 * tui/tui-source.c (tui_set_source_content): Likewise.
9988 (tui_set_source_content_nil): Likewise.
9989 (tui_source_is_displayed): Likewise.
9990 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9991 (tui_set_locator_fullname): Likewise.
9992 (tui_set_locator_info): Likewise.
9993 (tui_show_frame_info): Likewise.
9994 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9995 (tui_show_source_line): Likewise.
9996 (tui_horizontal_source_scroll): Likewise.
9997 (tui_update_breakpoint_info): Likewise.
9998 (tui_set_exec_info_content): Likewise.
9999 (tui_show_exec_info_content): Likewise.
10000 (tui_alloc_source_buffer): Likewise.
10001 (tui_line_is_displayed): Likewise.
10002 (tui_addr_is_displayed): Likewise.
10003
10004 2015-04-27 John Baldwin <jhb@FreeBSD.org>
10005
10006 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
10007 event if PL_FLAG_EXEC is set.
10008 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
10009 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
10010 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
10011 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
10012 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
10013
10014 2015-04-27 John Baldwin <jhb@FreeBSD.org>
10015
10016 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
10017 [TDP_RFPPWAIT] New variable fbsd_pending_children.
10018 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
10019 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
10020 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
10021 [PT_LWPINFO] (fbsd_wait): New function.
10022 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
10023 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
10024 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
10025 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
10026 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
10027 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
10028 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
10029 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
10030 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
10031 "fbsd_wait".
10032 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
10033 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
10034 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
10035 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
10036 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
10037 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
10038 Set "to_post_attach" to "fbsd_post_attach".
10039
10040 2015-04-27 John Baldwin <jhb@FreeBSD.org>
10041
10042 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
10043 (fbsd_find_memory_regions): Mark static.
10044 (fbsd_nat_add_target): New function.
10045 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
10046 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
10047 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
10048 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
10049 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
10050 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
10051
10052 2015-04-27 Gary Benson <gbenson@redhat.com>
10053
10054 * objfiles.c (allocate_objfile): Do not attempt to expand name
10055 if name is a "target:" filename.
10056 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
10057 to load auto-load scripts for objfiles with "target:" filenames.
10058
10059 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10060
10061 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
10062 (enum s390_vector_abi_kind): New enum.
10063 (struct gdbarch_tdep)<vector_abi>: New field.
10064 (s390_effective_inner_type): Add parameter min_size. Stop
10065 unwrapping if the inner type is smaller than min_size.
10066 (s390_function_arg_float): Adjust call to
10067 s390_effective_inner_type.
10068 (s390_function_arg_vector): New function.
10069 (s390_function_arg_integer): Adjust comment.
10070 (struct s390_arg_state)<vr>: New field.
10071 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
10072 arguments according to vector ABI when appropriate.
10073 (s390_push_dummy_call): Initialize the argument state's field
10074 'vr'. Adjust calls to s390_handle_arg.
10075 (s390_register_return_value): Handle vector return values.
10076 (s390_return_value): Apply the "register" return value convention
10077 to a vector when appropriate.
10078 (s390_gdbarch_init): Initialize tdep->vector_abi.
10079 * NEWS: Announce S390 vector ABI support.
10080
10081 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10082
10083 * s390-linux-tdep.c (s390_return_value_convention): Remove
10084 function. Inline its logic...
10085 (s390_return_value): ...here. Instead, move the handling of the
10086 "register" return value convention...
10087 (s390_register_return_value): ...here. New function.
10088
10089 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10090
10091 * s390-linux-tdep.c
10092 (is_float_singleton): Remove function. Move the "singleton" part
10093 of the logic...
10094 (s390_effective_inner_type): ...here. New function.
10095 (is_float_like): Remove function. Inline its logic...
10096 (s390_function_arg_float): ...here.
10097 (is_pointer_like, is_integer_like, is_struct_like): Remove
10098 functions. Inline their logic...
10099 (s390_function_arg_integer): ...here.
10100 (s390_function_arg_pass_by_reference): Remove function.
10101 (extend_simple_arg): Remove function.
10102 (alignment_of): Remove function.
10103 (struct s390_arg_state): New structure.
10104 (s390_handle_arg): New function.
10105 (s390_push_dummy_call): Move parameter placement logic to the new
10106 function s390_handle_arg. Call it for calculating the stack area
10107 sizes first, and again for actually writing the parameters.
10108
10109 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
10110
10111 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
10112 false if the argument is zero.
10113
10114 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
10115
10116 * ada-lang.c (template_to_static_fixed_type): Return input type
10117 when it is already fixed. Cache the input type itself when not
10118 creating a static fixed copy. Make it explicit that we never
10119 molestate the input type.
10120 * gdbtypes.c (resolve_dynamic_struct): Reset the
10121 TYPE_TARGET_TYPE field for resolved copies.
10122
10123 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10124
10125 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
10126 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
10127 (template_to_static_fixed_type): Call ada_check_typedef only
10128 when necessary.
10129
10130 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10131
10132 * cli/cli-dump.c (srec_dump_command): Add internationalization
10133 mark ups.
10134 (ihex_dump_command): Likewise.
10135 (tekhex_dump_command): Likewise.
10136 (binary_dump_command): Likewise.
10137 (binary_append_command): Likewise.
10138
10139 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10140
10141 * cli/cli-dump.c (verilog_cmdlist): New variable.
10142 (dump_verilog_memory): New function.
10143 (dump_verilog_value): New function.
10144 (verilog_dump_command): New function.
10145 (_initialize_cli_dump): Add new commands to support verilog dump
10146 format.
10147 * NEWS: Add entry for "dump verilog".
10148
10149 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
10150
10151 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
10152 descriptive type when there is none.
10153
10154 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
10155
10156 * tui/tui-win.c (tui_async_resize_screen): Call
10157 rl_resize_terminal().
10158
10159 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
10160
10161 * windows-nat.c (handle_output_debug_string): Don't change
10162 current_event.dwThreadId.
10163 (get_windows_debug_event): Use thread_id, rather than relying on
10164 current_event.dwThreadId being changed.
10165
10166 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
10167
10168 * windows-nat.c (windows_continue): Report an error if
10169 ContinueDebugEvent() fails.
10170
10171 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
10172
10173 * windows-nat.c (windows_resume): Fix misspelling in debug output.
10174
10175 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
10176
10177 * windows-nat.c (get_windows_debug_event): Replace retval with
10178 thread_id throughout. Update stale comment.
10179
10180 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
10181
10182 * windows-nat.c (get_windows_debug_event): Don't use ternary
10183 conditional operator.
10184
10185 2015-04-21 Pierre Muller <muller@sourceware.org>
10186
10187 PR pascal/17815
10188 p-exp.y (yylex): Reorganize code to return the matched pattern
10189 for a field of this.
10190
10191 2015-04-21 Gary Benson <gbenson@redhat.com>
10192
10193 * common/fileio.h (fileio_to_host_openflags): New declaration.
10194 * common/fileio.c (fcntl.h): New include.
10195 (fileio_to_host_openflags): New function, factored out from...
10196 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
10197 Single use updated.
10198
10199 2015-04-21 Kevin Buettner <kevinb@redhat.com>
10200
10201 * rl78-tdep.c (RL78_SP_ADDR): Define.
10202 (opc_reg_to_gdb_regnum): New static function.
10203 (rl78_analyze_prologue): Recognize instructions forming slightly
10204 more interesting prologues.
10205
10206 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
10207
10208 Revert:
10209 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10210 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
10211 TYPE_CODE_REF types so that they are not considered as dynamic
10212 depending on the referenced type.
10213 (resolve_dynamic_type_internal): Likewise.
10214
10215 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
10216
10217 Revert:
10218 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10219 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
10220 "top_level" parameter.
10221 (resolve_dynamic_type_internal): Remove the unused "top_level"
10222 parameter. Update call to is_dynamic_type_internal.
10223 (is_dynamic_type): Update call to is_dynamic_type_internal.
10224 (resolve_dynamic_range): Update call to
10225 resolve_dynamic_type_internal.
10226 (resolve_dynamic_union): Likewise.
10227 (resolve_dynamic_struct): Likewise.
10228 (resolve_dynamic_type): Likewise.
10229
10230 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
10231
10232 * breakpoint.c (update_dprintf_command_list): Remove duplicated
10233 xmalloc.
10234
10235 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
10236
10237 * reply_mig_hack.awk: Robustify parsing.
10238
10239 * reply_mig_hack.awk: Don't bother to declare an intermediate
10240 function pointer variable.
10241
10242 2015-04-17 Doug Evans <dje@google.com>
10243
10244 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
10245 to "exec_displacement" to avoid confusion with inner use of the name.
10246
10247 2015-04-17 Pedro Alves <palves@redhat.com>
10248
10249 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
10250 if HW point of TYPE isn't supported.
10251
10252 2015-04-17 Yao Qi <yao.qi@linaro.org>
10253 Pedro Alves <palves@redhat.com>
10254
10255 * target.h (target_can_use_hardware_watchpoint): Update comments.
10256 Remove trailing ";".
10257
10258 2015-04-17 Gary Benson <gbenson@redhat.com>
10259
10260 * remote.c (remote_add_inferior): New argument try_open_exec.
10261 If nonzero, attempt to open the inferior's executable file as
10262 the main executable if no main executable is open already.
10263 All callers updated.
10264 * NEWS: Mention that GDB now supports automatic location and
10265 retrieval of executable + files from remote targets.
10266
10267 2015-04-17 Gary Benson <gbenson@redhat.com>
10268
10269 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
10270 * remote.c (PACKET_qXfer_exec_file): Likewise.
10271 (remote_protocol_features): Register the
10272 "qXfer:exec-file:read" feature.
10273 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
10274 (remote_pid_to_exec_file): New function.
10275 (init_remote_ops): Initialize to_pid_to_exec_file.
10276 (_initialize_remote): Register new "set/show remote
10277 pid-to-exec-file-packet" command.
10278 * NEWS: Announce new qXfer:exec-file:read packet.
10279
10280 2015-04-17 Gary Benson <gbenson@redhat.com>
10281
10282 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
10283 New declaration.
10284 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
10285 New function, factored out from...
10286 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
10287
10288 2015-04-17 Gary Benson <gbenson@redhat.com>
10289
10290 * exec.c (solist.h): New include.
10291 (exec_file_locate_attach): Prefix absolute executable
10292 paths with gdb_sysroot if set.
10293 * NEWS: Mention that executable paths may be prepended
10294 with sysroot.
10295
10296 2015-04-17 Gary Benson <gbenson@redhat.com>
10297
10298 * solist.h (exec_file_find): New declaration.
10299 * solib.c (solib_find_1): New function, factored out from...
10300 (solib_find): ...here.
10301 (exec_file_find): New function.
10302
10303 2015-04-17 Gary Benson <gbenson@redhat.com>
10304
10305 * gdbcore.h (exec_file_locate_attach): New declaration.
10306 * exec.c (exec_file_locate_attach): New function, factored
10307 out from...
10308 * infcmd.c (attach_command_post_wait): ...here.
10309
10310 2015-04-17 Mike Frysinger <vapier@gentoo.org>
10311
10312 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
10313
10314 2015-04-16 Yao Qi <yao.qi@linaro.org>
10315
10316 * infrun.c (maybe_software_singlestep): Declare.
10317 (displaced_step_fixup): Call maybe_software_singlestep.
10318
10319 2015-04-15 Doug Evans <dje@google.com>
10320
10321 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
10322
10323 2015-04-15 Doug Evans <dje@google.com>
10324
10325 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
10326
10327 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10328
10329 * python/lib/gdb/command/unwinders.py: Add parentheses.
10330
10331 2015-04-15 Yao Qi <yao.qi@linaro.org>
10332
10333 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
10334
10335 2015-04-15 Yao Qi <yao.qi@linaro.org>
10336
10337 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
10338
10339 2015-04-15 Yao Qi <yao.qi@linaro.org>
10340
10341 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
10342 dsc->insn_size instead of 4.
10343
10344 2015-04-14 Gary Benson <gbenson@redhat.com>
10345
10346 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
10347 * minidebug.c (lzma_stat): Likewise.
10348 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
10349 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
10350
10351 2015-04-13 Stan Shebs <stanshebs@google.com>
10352
10353 * MAINTAINERS: Update my email address.
10354
10355 2015-04-13 John Baldwin <jhb@FreeBSD.org>
10356
10357 * amd64-tdep.c (amd64_target_description): New function.
10358 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
10359 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
10360 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
10361 x86 extended save area.
10362 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
10363 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
10364 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
10365 (_initialize_amd64fbsd_nat): Set "to_read_description" to
10366 "amd64fbsd_read_description".
10367 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
10368 (amd64fbsd_supply_xstateregset): New function.
10369 (amd64fbsd_collect_xstateregset): New function.
10370 Add "amd64fbsd_xstateregset".
10371 (amd64fbsd_iterate_over_regset_sections): New function.
10372 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
10373 "I386_FBSD_XSAVE_XCR0_OFFSET".
10374 Add "iterate_over_regset_sections" gdbarch method.
10375 Add "core_read_description" gdbarch method.
10376 * i386-tdep.c (i386_target_description): New function.
10377 * i386-tdep.h: Export i386_target_description and tdesc_i386.
10378 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
10379 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
10380 x86 extended save area.
10381 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
10382 * i386bsd-nat.h: Export i386bsd_xsave_len.
10383 * i386fbsd-nat.c (i386fbsd_read_description): New function.
10384 (_initialize_i386fbsd_nat): Set "to_read_description" to
10385 "i386fbsd_read_description".
10386 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
10387 (i386fbsd_core_read_description): New function.
10388 (i386fbsd_supply_xstateregset): New function.
10389 (i386fbsd_collect_xstateregset): New function.
10390 Add "i386fbsd_xstateregset".
10391 (i386fbsd_iterate_over_regset_sections): New function.
10392 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
10393 "I386_FBSD_XSAVE_XCR0_OFFSET".
10394 Add "iterate_over_regset_sections" gdbarch method.
10395 Add "core_read_description" gdbarch method.
10396 * i386fbsd-tdep.h: New file.
10397
10398 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10399
10400 * NEWS (Changes since GDB 7.9): Add removed -xdb.
10401 * breakpoint.c (command_line_is_silent): Remove xdb_commands
10402 conditional.
10403 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
10404 and lb.
10405 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
10406 va.
10407 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
10408 conditional.
10409 * defs.h (xdb_commands): Remove declaration.
10410 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
10411 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
10412 * infcmd.c (run_no_args_command, go_command): Remove.
10413 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
10414 * infrun.c (xdb_handle_command): Remove.
10415 (_initialize_infrun): Remove xdb_commands for lz and z.
10416 * main.c (xdb_commands): Remove variable.
10417 (captured_main): Remove "xdb" from long_options.
10418 (print_gdb_help): Remove --xdb from help.
10419 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
10420 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
10421 * stack.c (backtrace_full_command, args_plus_locals_info)
10422 (current_frame_command): Remove.
10423 (_initialize_stack): Remove xdb_commands for t, T and l.
10424 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
10425 * thread.c (_initialize_thread): Remove xdb_commands condition.
10426 * tui/tui-layout.c (tui_toggle_layout_command)
10427 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
10428 (_initialize_tui_layout): Remove xdb_commands for td and ts.
10429 * tui/tui-regs.c (tui_scroll_regs_forward_command)
10430 (tui_scroll_regs_backward_command): Remove.
10431 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
10432 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
10433 (_initialize_tui_win): Remove xdb_commands for U and w.
10434 * utils.c (pagination_on_command, pagination_off_command): Remove.
10435 (initialize_utils): Remove xdb_commands for am and sm.
10436
10437 2015-04-10 Pedro Alves <palves@redhat.com>
10438
10439 * infrun.c (displaced_step_fixup): Switch to the event ptid
10440 earlier. If the thread stopped for a watchpoint and the
10441 target/arch has non-continuable watchpoints, cancel the displaced
10442 step.
10443 (resume): Don't start a displaced step if in-line step-over info
10444 is valid.
10445
10446 2015-04-10 Pedro Alves <palves@redhat.com>
10447
10448 * infrun.c (displaced_step_in_progress): New function.
10449 (do_target_resume): Advise target to report all signals if
10450 displaced stepping.
10451
10452 2015-04-10 Pedro Alves <palves@redhat.com>
10453
10454 PR gdb/18216
10455 * infrun.c (process_event_stop_test): Don't assume a step-resume
10456 is set if tp->stepped_breakpoint is true.
10457
10458 2015-04-10 Yao Qi <yao.qi@linaro.org>
10459
10460 * arm-tdep.c (install_alu_reg): Update comment.
10461 (thumb_copy_alu_reg): Remove local variable rn. Update
10462 debugging message. Use r2 instead of r1 in the modified
10463 instruction.
10464
10465 2015-04-10 Pedro Alves <palves@redhat.com>
10466
10467 PR gdb/13858
10468 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
10469 linux_displaced_step_location as gdbarch_displaced_step_location
10470 hook.
10471 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
10472 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
10473 * linux-tdep.c (linux_displaced_step_location): New function,
10474 based on ppc_linux_displaced_step_location.
10475 * linux-tdep.h (linux_displaced_step_location): New declaration.
10476 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
10477 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
10478 Delete.
10479 (ppc_linux_init_abi): Install linux_displaced_step_location as
10480 gdbarch_displaced_step_location hook, even without Cell/B.E..
10481 (_initialize_ppc_linux_tdep): Don't install
10482 ppc_linux_inferior_created as inferior_created observer.
10483 * s390-linux-tdep.c (s390_gdbarch_init): Install
10484 linux_displaced_step_location as gdbarch_displaced_step_location
10485 hook.
10486
10487 2015-04-09 Gary Benson <gbenson@redhat.com>
10488
10489 * common/common-remote-fileio.h: Rename to...
10490 * common/fileio.h: ...this. Update all references.
10491 (remote_fileio_to_fio_error): Rename to...
10492 (host_to_fileio_error): ...this.
10493 (remote_fileio_to_be): Rename to...
10494 (host_to_bigendian): ...this. Update all callers.
10495 (remote_fileio_to_fio_uint): Rename to...
10496 (host_to_fileio_uint): ...this. Update all callers.
10497 (remote_fileio_to_fio_time): Rename to...
10498 (host_to_fileio_time): ...this. Update all callers.
10499 (remote_fileio_to_fio_stat): Rename to...
10500 (host_to_fileio_stat): ...this.
10501 Update all references.
10502 * common/common-remote-fileio.c: Rename to...
10503 * common/fileio.c: ...this. Update all references.
10504 (remote_fileio_to_fio_error): Rename to...
10505 (host_to_fileio_error): ...this. Update all callers.
10506 (remote_fileio_mode_to_target): Rename to...
10507 (fileio_mode_pack): ...this. Update all callers.
10508 (remote_fileio_to_fio_mode): Rename to...
10509 (host_to_fileio_mode): ...this. Update all callers.
10510 (remote_fileio_to_fio_ulong): Rename to...
10511 (host_to_fileio_ulong): ...this. Update all callers.
10512 (remote_fileio_to_fio_stat): Rename to...
10513 (host_to_fileio_stat): ...this. Update all callers.
10514
10515 2015-04-09 Andy Wingo <wingo@igalia.com>
10516
10517 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
10518 (frame_functions): Bind gdbscm_frame_read_register to
10519 frame-read-register.
10520 * guile/lib/gdb.scm (frame-read-register): Export.
10521
10522 2015-04-09 Gary Benson <gbenson@redhat.com>
10523
10524 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
10525 New declaration.
10526 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
10527 New function, factored out the named functions below.
10528 * inf-child.c (gdb/fileio.h): Remove include.
10529 (common-remote-fileio.h): New include.
10530 (inf_child_errno_to_fileio_error): Remove function. Update
10531 all callers to use remote_fileio_to_fio_error.
10532 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
10533
10534 2015-04-09 Andy Wingo <wingo@igalia.com>
10535
10536 * MAINTAINERS (Write After Approval): Add Andy Wingo.
10537
10538 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
10539
10540 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
10541 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
10542 * configure: Regenerated.
10543
10544 2015-04-09 Pedro Alves <palves@redhat.com>
10545
10546 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
10547 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
10548 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
10549 * gnulib/import/Makefile.am: Update.
10550 * gnulib/import/Makefile.in: Update.
10551 * gnulib/import/m4/gnulib-cache.m4: Update.
10552 * gnulib/import/m4/gnulib-comp.m4: Update.
10553 * gnulib/import/m4/strtok_r.m4: New file.
10554 * gnulib/import/strtok_r.c: New file.
10555
10556 2015-04-09 Pedro Alves <palves@redhat.com>
10557
10558 * gnulib/update-gnulib.sh (aclocal version check): Filter out
10559 "called too early to check prototype".
10560
10561 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
10562
10563 PR python/16699
10564 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
10565 use a caching mechanism. Adjust comments and code to reflect
10566 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
10567 (cmdpy_completer_handle_brkchars): Adjust call to
10568 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
10569 (cmdpy_completer): Likewise.
10570
10571 2015-04-08 Yao Qi <yao.qi@linaro.org>
10572
10573 * spu-tdep.c (spu_gdbarch_init): Don't call
10574 set_gdbarch_cannot_step_breakpoint.
10575
10576 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
10577
10578 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
10579
10580 2015-04-07 Pedro Alves <palves@redhat.com>
10581
10582 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
10583 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
10584 (delete_exited_threads): New declaration.
10585 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
10586 * linux-nat.c (linux_nat_update_thread_list): New function.
10587 (linux_nat_add_target): Install it.
10588 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
10589 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
10590 (delete_exited_threads): New function.
10591
10592 2015-04-07 Pedro Alves <pedro@codesourcery.com>
10593
10594 * infrun.c (resume) <displaced stepping debug output>: Get the
10595 leader thread's regcache, not resume_ptid's.
10596
10597 2015-04-06 Doug Evans <xdje42@gmail.com>
10598
10599 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
10600 VAR_DOMAIN.
10601 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
10602 Include symbol domain in debugging output.
10603
10604 2015-04-06 Pedro Alves <palves@redhat.com>
10605 Bernd Edlinger <bernd.edlinger@hotmail.de>
10606
10607 * configure.ac: Remove the mingw32-specific stub-termcap.o
10608 fallback, and instead fallback to the stub termcap on all hosts.
10609 * configure: Regenerate.
10610 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
10611 symbols.
10612
10613 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10614
10615 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
10616 "top_level" parameter.
10617 (resolve_dynamic_type_internal): Remove the unused "top_level"
10618 parameter. Update call to is_dynamic_type_internal.
10619 (is_dynamic_type): Update call to is_dynamic_type_internal.
10620 (resolve_dynamic_range): Update call to
10621 resolve_dynamic_type_internal.
10622 (resolve_dynamic_union): Likewise.
10623 (resolve_dynamic_struct): Likewise.
10624 (resolve_dynamic_type): Likewise.
10625
10626 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10627
10628 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
10629 TYPE_CODE_REF types so that they are not considered as dynamic
10630 depending on the referenced type.
10631 (resolve_dynamic_type_internal): Likewise.
10632
10633 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
10634
10635 * Makefile.in (top_srcdir): New.
10636 * configure: Regenerated.
10637
10638 2015-04-02 Gary Benson <gbenson@redhat.com>
10639
10640 * NEWS: Announce the new default sysroot of "target:".
10641
10642 2015-04-02 Gary Benson <gbenson@redhat.com>
10643
10644 * main.c (captured_main): Set gdb_sysroot to "target:"
10645 if not otherwise set.
10646
10647 2015-04-02 Gary Benson <gbenson@redhat.com>
10648
10649 * exec.c (exec_file_attach): Support "target:" filenames.
10650
10651 2015-04-02 Gary Benson <gbenson@redhat.com>
10652
10653 * solib.c (solib_find): Strip "target:" prefix from sysroot
10654 if accessing local files.
10655
10656 2015-04-02 Gary Benson <gbenson@redhat.com>
10657
10658 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
10659 checks and error messages.
10660
10661 2015-04-02 Gary Benson <gbenson@redhat.com>
10662
10663 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
10664 (remote_filename_p): Remove declaration.
10665 (remote_bfd_open): Likewise.
10666 * remote.c (remote_bfd_iovec_open): Remove function.
10667 (remote_bfd_iovec_close): Likewise.
10668 (remote_bfd_iovec_pread): Likewise.
10669 (remote_bfd_iovec_stat): Likewise.
10670 (remote_filename_p): Likewise.
10671 (remote_bfd_open): Likewise.
10672 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
10673 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
10674 (gdb_bfd_open_maybe_remote): Remove function.
10675 (symfile_bfd_open): Replace remote filename check with
10676 target filename check.
10677 (reread_symbols): Use gdb_bfd_open.
10678 * build-id.c (gdbcore.h): New include.
10679 (build_id_to_debug_bfd): Use gdb_bfd_open.
10680 * infcmd.c (attach_command_post_wait): Remove remote filename
10681 check.
10682 * solib.c (solib_find): Replace remote-specific handling with
10683 target-specific handling. Update comments where necessary.
10684 (solib_bfd_open): Replace remote-specific handling with
10685 target-specific handling.
10686 (gdb_sysroot_changed): New function.
10687 (_initialize_solib): Call the above when gdb_sysroot changes.
10688 * windows-tdep.c (gdbcore.h): New include.
10689 (windows_xfer_shared_library): Use gdb_bfd_open.
10690
10691 2015-04-02 Gary Benson <gbenson@redhat.com>
10692
10693 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
10694 (is_target_filename): New declaration.
10695 (gdb_bfd_has_target_filename): Likewise.
10696 (gdb_bfd_open): Update documentation comment.
10697 * gdb_bfd.c (target.h): New include.
10698 (gdb/fileio.h): Likewise.
10699 (is_target_filename): New function.
10700 (gdb_bfd_has_target_filename): Likewise.
10701 (fileio_errno_to_host): Likewise.
10702 (gdb_bfd_iovec_fileio_open): Likewise.
10703 (gdb_bfd_iovec_fileio_pread): Likewise.
10704 (gdb_bfd_iovec_fileio_close): Likewise.
10705 (gdb_bfd_iovec_fileio_fstat): Likewise.
10706 (gdb_bfd_open): Use target fileio to access paths prefixed
10707 with "target:" where necessary.
10708
10709 2015-04-02 Gary Benson <gbenson@redhat.com>
10710
10711 * target.h (struct target_ops) <to_filesystem_is_local>:
10712 New field.
10713 (target_filesystem_is_local): New macro.
10714 * target-delegates.c: Regenerate.
10715 * remote.c (remote_filesystem_is_local): New function.
10716 (init_remote_ops): Initialize to_filesystem_is_local.
10717
10718 2015-04-02 Gary Benson <gbenson@redhat.com>
10719
10720 * target.h (struct target_ops) <to_fileio_fstat>: New field.
10721 (target_fileio_fstat): New declaration.
10722 * target.c (target_fileio_fstat): New function.
10723 * inf-child.c (inf_child_fileio_fstat): Likewise.
10724 (inf_child_target): Initialize to_fileio_fstat.
10725 * remote.c (init_remote_ops): Likewise.
10726
10727 2015-04-01 Sasha Smundak <asmundak@google.com>
10728
10729 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
10730 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
10731 (py-unwind.o): New recipe.
10732 * NEWS: mention Python frame unwinding.
10733 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
10734 gdb/unwinder.py and gdb/command/unwinder.py
10735 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
10736 list.
10737 (execute_unwinders): New function.
10738 * python/lib/gdb/command/unwinders.py: New file.
10739 * python/lib/gdb/unwinder.py: New file.
10740 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
10741 (objfpy_dealloc): Decrement frame_unwinders reference count.
10742 (objfpy_initialize): Create frame_unwinders list.
10743 (objfpy_get_frame_unwinders): New function.
10744 (objfpy_set_frame_unwinders): Ditto.
10745 (objfile_getset): Add frame_unwinders attribute to Objfile.
10746 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
10747 (pspy_dealloc): Decrement frame_unwinders reference count.
10748 (pspy_initialize): Create frame_unwinders list.
10749 (pspy_get_frame_unwinders): New function.
10750 (pspy_set_frame_unwinders): Ditto.
10751 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
10752 * python/py-unwind.c: New file.
10753 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
10754 (objpy_get_frame_unwinders): New prototype.
10755 (gdbpy_initialize_unwind): New prototype.
10756 * python/python.c (gdbpy_apply_type_printers): Call
10757 gdbpy_initialize_unwind.
10758
10759 2015-04-01 Pedro Alves <palves@redhat.com>
10760
10761 * infrun.c (resume): Check currently_stepping after clearing
10762 stepped_breakpoint, not before.
10763
10764 2015-04-01 Pedro Alves <palves@redhat.com>
10765
10766 * infrun.c (print_target_wait_results): Print all the ptid
10767 elements.
10768
10769 2015-04-01 Pedro Alves <palves@redhat.com>
10770
10771 * infrun.c (keep_going): Also discard cleanups if inserting
10772 breakpoints fails.
10773
10774 2015-04-01 Pedro Alves <palves@redhat.com>
10775
10776 * infrun.c (wait_for_inferior): Install the
10777 finish_thread_state_cleanup cleanup across the whole function, not
10778 just around handle_inferior_event.
10779
10780 2015-04-01 Pedro Alves <palves@redhat.com>
10781
10782 * infrun.c (resume) <step past permanent breakpoint>: Use
10783 do_target_resume.
10784
10785 2015-04-01 Pedro Alves <palves@redhat.com>
10786
10787 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
10788
10789 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10790
10791 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
10792
10793 2015-04-01 Pedro Alves <palves@redhat.com>
10794
10795 * linux-thread-db.c (record_thread): Readd the thread to gdb's
10796 list if it was marked exited.
10797
10798 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
10799
10800 * configure: Regenerated.
10801
10802 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10803 Jan Kratochvil <jan.kratochvil@redhat.com>
10804 Oleg Nesterov <oleg@redhat.com>
10805
10806 PR corefiles/16092
10807 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
10808 New enum identifying the various options of the coredump_filter
10809 file.
10810 (struct smaps_vmflags): New struct.
10811 (use_coredump_filter): New variable.
10812 (decode_vmflags): New function.
10813 (mapping_is_anonymous_p): Likewise.
10814 (dump_mapping_p): Likewise.
10815 (linux_find_memory_regions_full): New variables
10816 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
10817 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
10818 parsing of its information. Implement memory mapping filtering
10819 based on its contents.
10820 (show_use_coredump_filter): New function.
10821 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
10822 * NEWS: Mention the possibility of using the
10823 '/proc/PID/coredump_filter' file when generating a corefile.
10824 Mention new command 'set use-coredump-filter'.
10825
10826 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10827
10828 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
10829 read_memory_unsigned_integer.
10830
10831 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
10832
10833 * Makefile.in (ZLIB): New.
10834 (ZLIBINC): Likewise.
10835 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
10836 (CLIBS): Add $(ZLIB).
10837 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
10838 Add -lz to LIBS.
10839 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
10840 * top.c (print_gdb_configuration): Remove --with-zlib and
10841 --without-zlib.
10842 * config.in: Regenerated.
10843 * configure: Likewise.
10844
10845 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
10846
10847 * NEWS: Mention info os cpus support.
10848 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
10849 (struct osdata_type): Add cpus entry, reorder the entries in
10850 alphabetical order.
10851
10852 2015-03-31 Matthias Klose <doko@ubuntu.com>
10853
10854 * compile/compile.c (compile_to_object): Allow triplets with or
10855 without vendor set.
10856
10857 2015-03-30 Doug Evans <dje@google.com>
10858
10859 PR c++/18141
10860 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
10861 klass in VAR_DOMAIN.
10862
10863 2015-03-30 Gary Benson <gbenson@redhat.com>
10864
10865 * remote.c (remote_mourn_1): Remove function. Update all callers
10866 to use remote_mourn.
10867 (extended_remote_mourn_1): Remove function. Update all callers
10868 to use extended_remote_mourn.
10869 (extended_remote_attach_1): Remove function. Update all callers
10870 to use extended_remote_attach.
10871
10872 2015-03-28 James Bowman <james.bowman@ftdichip.com>
10873
10874 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
10875 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
10876 (ALLDEPFILES): Add ft32-tdep.c.
10877 * configure.tgt: Add FT32 entry.
10878 * ft32-tdep.c: New file, FT32 target-dependent code.
10879 * ft32-tdep.h: New file, FT32 target-dependent code.
10880
10881 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10882
10883 Revert:
10884 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10885 Code cleanup.
10886 * printcmd.c (print_command_1): Move expr variable scope.
10887
10888 2015-03-27 Joel Brobecker <brobecker@adacore.com>
10889
10890 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
10891
10892 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
10893
10894 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
10895 sections.
10896
10897 2015-03-26 Joel Brobecker <brobecker@adacore.com>
10898
10899 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
10900 exception raised while parsing the probe arguments.
10901 Force parsing to be done using the C language parser.
10902 * expression.h (parse_expression_with_language): Declare.
10903 * parse.c (parse_expression_with_language): New function.
10904
10905 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10906
10907 * MAINTAINERS (Write After Approval): Add "Jon Turney".
10908
10909 2015-03-26 Andy Wingo <wingo@igalia.com>
10910
10911 PR symtab/18148
10912 * dwarf2read.c (struct partial_die_info): Add has_const_value
10913 member.
10914 (add_partial_symbol): Don't punt on symbols that have const_value
10915 attributes.
10916 (read_partial_die): Detect DW_AT_const_value.
10917
10918 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10919
10920 Code cleanup.
10921 * printcmd.c (print_command_1): Move expr variable scope.
10922
10923 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 Code cleanup.
10926 * printcmd.c (validate_format): Make the parameter cmdname const.
10927
10928 2015-03-26 Don Breazeal <donb@codesourcery.com>
10929
10930 * remote.c (_initialize_remote): Update comment.
10931
10932 2015-03-26 Pedro Alves <palves@redhat.com>
10933 Jon TURNEY <jon.turney@dronecode.org.uk>
10934
10935 * coffread.c (coff_symfile_read): When constructing the name of an
10936 import stub symbol from import symbol for amd64, only skip the
10937 char after _imp_ if the target is underscored (like i386) and the
10938 char is indeed the target's leading char.
10939
10940 2015-03-25 Pedro Alves <palves@redhat.com>
10941
10942 * target.h <to_async>: Replace 'callback' and 'context' parameters
10943 with boolean 'enable' parameter.
10944 (target_async): Replace CALLBACK and CONTEXT parameters with
10945 boolean ENABLE parameter.
10946 * inf-loop.c (inferior_event_handler): Adjust.
10947 * linux-nat.c (linux_nat_attach, linux_nat_resume)
10948 (linux_nat_resume): Adjust.
10949 (async_client_callback, async_client_context): Delete.
10950 (handle_target_event): Call inferior_event_handler directly.
10951 (linux_nat_async): Replace 'callback' and 'context' parameters
10952 with boolean 'enable' parameter. Adjust. Remove references to
10953 async_client_callback and async_client_context.
10954 (linux_nat_close): Adjust.
10955 * record-btrace.c (record_btrace_async): Replace 'callback' and
10956 'context' parameters with boolean 'enable' parameter. Adjust.
10957 (record_btrace_resume): Adjust.
10958 * record-full.c (record_full_async): Replace 'callback' and
10959 'context' parameters with boolean 'enable' parameter. Adjust.
10960 (record_full_resume, record_full_core_resume): Adjust.
10961 * remote.c (struct remote_state) <async_client_callback,
10962 async_client_context>: Delete fields.
10963 (remote_start_remote, extended_remote_attach_1, remote_resume)
10964 (extended_remote_create_inferior): Adjust.
10965 (remote_async_serial_handler): Call inferior_event_handler
10966 directly.
10967 (remote_async): Replace 'callback' and 'context' parameters with
10968 boolean 'enable' parameter. Adjust.
10969 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10970 Adjust.
10971 * target-delegates.c: Regenerate.
10972
10973 2015-03-25 Gary Benson <gbenson@redhat.com>
10974 Pedro Alves <palves@redhat.com>
10975
10976 * target.c (fileio_ft_t): New typedef, define object vector.
10977 (fileio_fhandles): New static variable.
10978 (is_closed_fileio_fh): New macro.
10979 (lowest_closed_fd): New static variable.
10980 (acquire_fileio_fd): New function.
10981 (release_fileio_fd): Likewise.
10982 (fileio_fd_to_fh): New macro.
10983 (target_fileio_open): Wrap the file descriptor on success.
10984 (target_fileio_pwrite): Updated to use wrapped file descriptor.
10985 (target_fileio_pread): Likewise.
10986 (target_fileio_close): Likewise.
10987
10988 2015-03-24 Pedro Alves <palves@redhat.com>
10989
10990 * thread.c (thread_apply_all_command): Take exited threads into
10991 account.
10992
10993 2015-03-24 Pedro Alves <palves@redhat.com>
10994
10995 * infrun.c (resume, proceed): Mention
10996 switch_back_to_stepped_thread, not switch_back_to_stepping.
10997
10998 2015-03-24 Pedro Alves <palves@redhat.com>
10999
11000 * infrun.c (user_visible_resume_ptid): Rewrite going from
11001 most-locked to unlocked instead of the opposite. Move comment ...
11002 * infrun.h (user_visible_resume_ptid): ... here.
11003
11004 2015-03-24 Pedro Alves <palves@redhat.com>
11005
11006 * linux-nat.c (linux_nat_resume): Output debug logs before trying
11007 to resume the event lwp. Use the lwp's ptid instead of the passed
11008 in (maybe wildcard) ptid.
11009 (stop_wait_callback): Tweak debug log output.
11010 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
11011 TRAP_TRACE.
11012 (linux_nat_filter_event): In debug output, distinguish a
11013 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
11014 before trying to resume the lwp.
11015
11016 2015-03-24 Joel Brobecker <brobecker@adacore.com>
11017
11018 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
11019 pointer indirection.
11020 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
11021 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
11022
11023 2015-03-24 Joel Brobecker <brobecker@adacore.com>
11024
11025 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
11026 Renames DYN_ATTR_DATA_LOCATION.
11027 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
11028 DYN_ATTR_DATA_LOCATION.
11029 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
11030 instead of DYN_ATTR_DATA_LOCATION.
11031
11032 2015-03-24 Pedro Alves <palves@redhat.com>
11033
11034 * breakpoint.c (until_break_command): Adjust call to proceed.
11035 * gdbthread.h (struct thread_control_state) <stepping_command>:
11036 New field.
11037 * infcall.c (run_inferior_call): Adjust call to proceed.
11038 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
11039 Adjust calls to proceed.
11040 (set_step_frame): Set the current thread's step_start_function
11041 here.
11042 (step_once): Adjust calls to proceed.
11043 (jump_command, signal_command, until_next_command)
11044 (finish_backward, finish_forward, proceed_after_attach_callback)
11045 (attach_command_post_wait): Adjust calls to proceed.
11046 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
11047 (do_target_resume): New function, factored out from ...
11048 (resume): ... here. Remove 'step' parameter. Instead, check
11049 currently_stepping to determine whether the thread should be
11050 single-stepped.
11051 (proceed): Remove 'step' parameter and don't set the thread's
11052 step_start_function here. Adjust call to 'resume'.
11053 (handle_inferior_event): Adjust calls to 'resume'.
11054 (switch_back_to_stepped_thread): Use do_target_resume instead of
11055 'resume'.
11056 (keep_going): Adjust calls to 'resume'.
11057 * infrun.h (proceed): Remove 'step' parameter.
11058 (resume): Likewise.
11059 * windows-nat.c (do_initial_windows_stuff): Adjust call to
11060 'resume'.
11061 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
11062
11063 2015-03-24 Pedro Alves <palves@redhat.com>
11064
11065 * gdbthread.h (struct thread_control_state) <stepping_command>:
11066 New field.
11067 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
11068 the thread's stepping_command field.
11069 * infrun.c (resume): Check the thread's stepping_command flag to
11070 determine which threads should be resumed. Rename 'entry_step'
11071 local to user_step.
11072 (clear_proceed_status_thread): Clear 'stepping_command'.
11073 (schedlock_applies): Change parameter type to struct thread_info
11074 pointer. Adjust.
11075 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
11076 (switch_back_to_stepped_thread): Adjust calls to
11077 'schedlock_applies'.
11078 (_initialize_infrun): Adjust "set scheduler-locking step" help.
11079
11080 2015-03-24 Pedro Alves <palves@redhat.com>
11081
11082 * infrun.c (step_start_function): Delete and ...
11083 * gdbthread.h (struct thread_control_state) <step_start_function>:
11084 ... now a field here.
11085 * infrun.c (clear_proceed_status_thread): Clear the thread's
11086 step_start_function.
11087 (proceed, process_event_stop_test, print_stop_event): Adjust.
11088
11089 2015-03-24 Pedro Alves <palves@redhat.com>
11090
11091 * infrun.c (proceed): No longer handle negative step.
11092
11093 2015-03-24 Gary Benson <gbenson@redhat.com>
11094
11095 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
11096 (x86_linux_prepare_to_resume): Likewise.
11097 * x86-linux-nat.c (x86_linux_new_thread):
11098 Moved to nat/x86-linux.c.
11099 (x86_linux_prepare_to_resume): Likewise.
11100 * nat/x86-linux.c (x86_linux_new_thread): New function.
11101 (x86_linux_prepare_to_resume): Likewise.
11102
11103 2015-03-24 Gary Benson <gbenson@redhat.com>
11104
11105 * nat/x86-linux-dregs.h: New file.
11106 * nat/x86-linux-dregs.c: Likewise.
11107 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
11108 (x86-linux-dregs.o): New rule.
11109 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
11110 * config/i386/linux64.mh (NATDEPFILES): Likewise.
11111 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
11112 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
11113 (x86_linux_dr_get): Likewise.
11114 (x86_linux_dr_set): Likewise.
11115 (x86_linux_dr_get_addr): Likewise.
11116 (x86_linux_dr_get_control): Likewise.
11117 (x86_linux_dr_get_status): Likewise.
11118 (update_debug_registers_callback): Likewise.
11119 (x86_linux_dr_set_control): Likewise.
11120 (x86_linux_dr_set_addr): Likewise.
11121 (x86_linux_update_debug_registers): Likewise.
11122
11123 2015-03-24 Gary Benson <gbenson@redhat.com>
11124
11125 * x86-linux-nat.c (x86_linux_update_debug_registers):
11126 New function, factored out from...
11127 (x86_linux_prepare_to_resume): ...this.
11128
11129 2015-03-24 Gary Benson <gbenson@redhat.com>
11130
11131 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
11132 (x86_linux_dr_set): Likewise.
11133 (x86_linux_dr_get_addr): Likewise.
11134 (x86_linux_dr_get_control): Likewise.
11135 (x86_linux_dr_get_status): Likewise.
11136 (update_debug_registers_callback): Likewise.
11137 (x86_linux_dr_set_control): Likewise.
11138 (x86_linux_dr_set_addr): Likewise.
11139 (x86_linux_prepare_to_resume): Likewise.
11140 (x86_linux_new_thread): Likewise.
11141
11142 2015-03-24 Gary Benson <gbenson@redhat.com>
11143
11144 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
11145 (x86_linux_new_thread): Rename argument.
11146
11147 2015-03-24 Gary Benson <gbenson@redhat.com>
11148
11149 * nat/x86-linux.h: New file.
11150 * nat/x86-linux.c: Likewise.
11151 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
11152 (x86-linux.o): New rule.
11153 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
11154 * config/i386/linux64.mh (NATDEPFILES): Likewise.
11155 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
11156 (lwp_set_arch_private_info): New declaration.
11157 (lwp_arch_private_info): Likewise.
11158 * linux-nat.c (lwp_set_arch_private_info): New function.
11159 (lwp_arch_private_info): Likewise.
11160 * x86-linux-nat.c: Include nat/x86-linux.h.
11161 (arch_lwp_info): Removed structure.
11162 (update_debug_registers_callback):
11163 Use lwp_set_debug_registers_changed.
11164 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
11165 and lwp_set_debug_registers_changed.
11166 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
11167
11168 2015-03-24 Gary Benson <gbenson@redhat.com>
11169
11170 * nat/linux-nat.h (ptid_of_lwp): New declaration.
11171 (lwp_is_stopped): Likewise.
11172 (lwp_stop_reason): Likewise.
11173 * linux-nat.c (ptid_of_lwp): New function.
11174 (lwp_is_stopped): Likewise.
11175 (lwp_is_stopped_by_watchpoint): Likewise.
11176 * x86-linux-nat.c (update_debug_registers_callback):
11177 Use lwp_is_stopped.
11178 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
11179 lwp_stop_reason.
11180
11181 2015-03-24 Gary Benson <gbenson@redhat.com>
11182
11183 * linux-nat.h (linux_stop_lwp): Move declaration to...
11184 * nat/linux-nat.h (linux_stop_lwp): New declaration.
11185
11186 2015-03-24 Gary Benson <gbenson@redhat.com>
11187
11188 * linux-nat.h: Include nat/linux-nat.h.
11189 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
11190 * nat/linux-nat.h (struct lwp_info): New forward declaration.
11191 (iterate_over_lwps_ftype): New typedef.
11192 (iterate_over_lwps): New declaration.
11193 * linux-nat.h (iterate_over_lwps): Update comment. Use
11194 iterate_over_lwps_ftype. Update callback return value check.
11195
11196 2015-03-24 Gary Benson <gbenson@redhat.com>
11197
11198 * x86-nat.h (x86_debug_reg_state): Move declaration to...
11199 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
11200
11201 2015-03-24 Gary Benson <gbenson@redhat.com>
11202
11203 * nat/linux-nat.h (current_lwp_ptid): New declaration.
11204 * linux-nat.c (current_lwp_ptid): New function.
11205 * x86-linux-nat.c: Include nat/linux-nat.h.
11206 (x86_linux_dr_get_addr): Use current_lwp_ptid.
11207 (x86_linux_dr_get_control): Likewise.
11208 (x86_linux_dr_get_status): Likewise.
11209 (x86_linux_dr_set_control): Likewise.
11210 (x86_linux_dr_set_addr): Likewise.
11211
11212 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11213
11214 PR breakpoints/16466
11215 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
11216
11217 2015-03-23 Joel Brobecker <brobecker@adacore.com>
11218
11219 * ser-mingw.c (ser_windows_setparity): Fix indentation.
11220 * ser-unix.c (hardwire_setparity): Likewise.
11221
11222 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
11223
11224 * NEWS: Mention set/show serial parity command.
11225 * monitor.c (monitor_open): Call serial_setparity.
11226 * remote.c (remote_open_1): Likewise.
11227 * ser-base.c (ser_base_serparity): New function.
11228 * ser-base.h (ser_base_setparity): Add declaration.
11229 * ser-go32.c (dos_ops): Set "setparity" field.
11230 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
11231 state.Parity.
11232 (ser_windows_setparity): New function.
11233 (hardwire_ops): Add ser_windows_setparity.
11234 (tty_ops): Add NULL for setparity field.
11235 (pipe_ops): Add ser_base_setparity.
11236 (tcp_ops): Likewise.
11237 * ser-pipe.c (pipe_ops): Likewise.
11238 * ser-tcp.c (tcp_ops): Likewise.
11239 * ser-unix.c (hardwire_setparity): Add declaration.
11240 (hardwire_raw): Don't reset PARENB flag.
11241 (hardwire_setparity): New function.
11242 (hardwire_ops): Add hardwire_setparity.
11243 * serial.c (serial_setparity): New function.
11244 (serial_parity): New global.
11245 (parity_none, parity_odd, parity_even, parity_enums, parity):
11246 New static globals.
11247 (set_parity): New function.
11248 (_initialize_serial): Add set/show serial parity commands.
11249 * serial.h (GDBPARITY_NONE): Define.
11250 (GDBPARITY_ODD): Define.
11251 (GDBPARITY_EVEN): Define.
11252 (serial_setparity) Add declaration.
11253 (struct serial_ops): Add setparity field.
11254 * target.h (serial_parity): Add declaration.
11255
11256 2015-03-23 Keith Seitz <keiths@redhat.com>
11257
11258 * linespec.c (linespec_lexer_lex_keyword): Update comment.
11259
11260 2015-03-23 Keith Seitz <keiths@redhat.com>
11261
11262 * breakpoint.c (parse_breakpoint_sals): Use
11263 linespec_lexer_lex_keyword to ascertain if the user specified
11264 a NULL location.
11265 * linespec.c [IF_KEYWORD_INDEX]: Define.
11266 (linespec_lexer_lex_keyword): Export.
11267 (struct ls_parser) <keyword_ok>: Remove.
11268 A keyword is only a keyword if not followed by another keyword.
11269 (linespec_lexer_lex_one): Remove keyword_ok handling.
11270 Add comment explaining why the parsing stream is not advanced
11271 when a keyword is seen.
11272 (parse_linespec): Remove parser->keyword_ok.
11273 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
11274
11275 2015-03-23 Keith Seitz <keiths@redhat.com>
11276
11277 PR gdb/18021
11278 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
11279 if we find a static method with DW_AT_vtable_elem_location.
11280
11281 2015-03-21 Eli Zaretskii <eliz@gnu.org>
11282
11283 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
11284 before the second loop, to avoid undefined behavior. Reported by
11285 Anton Blanchard <anton@samba.org>.
11286
11287 2015-03-20 Keven Boell <keven.boell@intel.com>
11288
11289 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
11290 data_location usage to linked list.
11291 (resolve_dynamic_type_internal): Adapt data_location to
11292 linked list.
11293 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
11294 (copy_type_recursive, copy_type): Add copy of linked list.
11295 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
11296 (struct dynamic_prop_list): New struct.
11297 * dwarf2read.c (set_die_type): Set data_location data.
11298
11299 2015-03-20 Pedro Alves <palves@redhat.com>
11300
11301 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
11302 inner block and make it const.
11303 * machoread.c (get_archive_prefix_len): Make "lparen" const.
11304
11305 2015-03-20 Pedro Alves <palves@redhat.com>
11306
11307 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
11308 * breakpoint.h (set_breakpoint_condition): Update declaration.
11309
11310 2015-03-20 Pedro Alves <palves@redhat.com>
11311
11312 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
11313
11314 2015-03-20 Pedro Alves <palves@redhat.com>
11315
11316 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
11317
11318 2015-03-20 Pedro Alves <palves@redhat.com>
11319
11320 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
11321
11322 2015-03-20 Pedro Alves <palves@redhat.com>
11323
11324 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
11325 (nto_init_solib_absolute_prefix): Likewise.
11326
11327 2015-03-20 Pedro Alves <palves@redhat.com>
11328
11329 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
11330 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
11331
11332 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 * config/djgpp/README: Remove gdb.hp.
11335
11336 2015-03-20 Yao Qi <yao.qi@linaro.org>
11337
11338 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
11339 set_gdbarch_cannot_step_breakpoint.
11340
11341 2015-03-19 Pedro Alves <palves@redhat.com>
11342
11343 * linux-nat.c (linux_resume_one_lwp): Rename to ...
11344 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
11345 instead call perror_with_name.
11346 (check_ptrace_stopped_lwp_gone): New function.
11347 (linux_resume_one_lwp): Reimplement as wrapper around
11348 linux_resume_one_lwp_throw that swallows errors if the LWP is
11349 gone.
11350 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
11351 swallows errors if the LWP is gone. Use
11352 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
11353
11354 2015-03-19 Pedro Alves <palves@redhat.com>
11355
11356 * linux-nat.c (status_callback): Return early if the LWP has no
11357 status pending.
11358
11359 2015-03-19 Pedro Alves <palves@redhat.com>
11360
11361 * linux-nat.c (select_event_lwp_callback): Update comment to no
11362 longer mention SIGTRAP.
11363
11364 2015-03-18 Tristan Gingold <gingold@adacore.com>
11365
11366 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
11367 redirection code to ...
11368 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
11369 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
11370
11371 2015-03-18 Gary Benson <gbenson@redhat.com>
11372
11373 (remote_protocol_features): Remove the "vFile:fstat" feature.
11374 (remote_hostio_fstat): Probe for "vFile:fstat" support.
11375
11376 2015-03-11 Yao Qi <yao.qi@linaro.org>
11377
11378 PR tdep/18107
11379 * aarch64-linux-tdep.c: Include xml-syscall.h
11380 (aarch64_linux_get_syscall_number): New function.
11381 (aarch64_linux_init_abi): Call
11382 set_gdbarch_get_syscall_number.
11383 * syscalls/aarch64-linux.xml: New file.
11384
11385 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
11386
11387 * ser-base.h (ser_base_setstopbits): Change second argument name
11388 from "rate" to "num".
11389
11390 2015-03-17 Gary Benson <gbenson@redhat.com>
11391 Luke Allardyce <lukeallardyce@gmail.com>
11392
11393 PR gdb/18131
11394 * common/common-remote-fileio.h (sys/stat.h): New include.
11395 (stuct stat): Remove forward declaration.
11396
11397 2015-03-16 John Baldwin <jhb@FreeBSD.org>
11398
11399 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
11400 before writing core register notes.
11401
11402 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
11403 Pedro Alves <palves@redhat.com>
11404
11405 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
11406 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
11407 (tgoto): Wrap with extern "C".
11408
11409 2015-03-16 Pedro Alves <palves@redhat.com>
11410 Yuanhui Zhang <asmwarrior@gmail.com>
11411
11412 * stub-termcap.c (tputs): Change prototype.
11413
11414 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
11415 Pedro Alves <palves@redhat.com>
11416
11417 * windows-nat.c (struct thread_info_struct): Rename to ...
11418 (struct windows_thread_info_struct): ... this.
11419 (thread_info): Rename to ...
11420 (windows_thread_info): ... this.
11421 All users updated.
11422
11423 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11424 Pedro Alves <palves@redhat.com>
11425
11426 * NEWS: New Removed targets and native configurations.
11427
11428 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11429
11430 Remove HPUX.
11431 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
11432 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
11433 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
11434 ia64-hpux-tdep.h, solib-ia64-hpux.h.
11435 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
11436 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
11437 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
11438 hppa-hpux-tdep.c.
11439 * config/ia64/hpux.mh: Remove file.
11440 * config/pa/hpux.mh: Remove file.
11441 * configure: Rebuilt.
11442 * configure.ac (dlgetmodinfo, somread.o): Remove.
11443 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
11444 (ia64-*-hpux*): Remove its float format exception.
11445 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
11446 * hppa-hpux-nat.c: Remove file.
11447 * hppa-hpux-tdep.c: Remove file.
11448 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
11449 Move them here from hppa-tdep.h
11450 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
11451 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
11452 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
11453 Move them to hppa-tdep.c.
11454 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
11455 declarations.
11456 * ia64-hpux-nat.c: Remove file.
11457 * ia64-hpux-tdep.c: Remove file.
11458 * ia64-hpux-tdep.h: Remove file.
11459 * inf-ttrace.c: Remove file.
11460 * inf-ttrace.h: Remove file.
11461 * solib-ia64-hpux.c: Remove file.
11462 * solib-ia64-hpux.h: Remove file.
11463 * solib-pa64.c: Remove file.
11464 * solib-pa64.h: Remove file.
11465 * solib-som.c: Remove file.
11466 * solib-som.h: Remove file.
11467 * somread.c: Remove file.
11468
11469 2015-03-13 John Baldwin <jhb@FreeBSD.org>
11470
11471 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
11472 * config.in: Regenerate.
11473 * configure: Regenerate.
11474 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
11475 define.
11476 (fbsd_find_memory_regions): Use kinfo_getvmmap to
11477 enumerate memory regions if present.
11478
11479 2015-03-13 John Baldwin <jhb@FreeBSD.org>
11480
11481 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
11482 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
11483 expressions.
11484 (i386fbsd_sigtramp_p): Likewise.
11485
11486 2015-03-12 John Baldwin <jhb@FreeBSD.org>
11487
11488 * MAINTAINERS (Write After Approval): Add John Baldwin.
11489
11490 2015-03-12 Gary Benson <gbenson@redhat.com>
11491
11492 * solib.c (_initialize_solib): Make "set/show sysroot" use
11493 add_setshow_optional_filename_cmd so it can be restored to
11494 empty after being set.
11495
11496 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
11497
11498 * Makefile.in (SFILES): New source break-catch-syscall.c.
11499 (COMMON_OBS): New object break-catch-syscall.o.
11500 * break-catch-syscall.c: New file.
11501 * breakpoint.c: Remove inclusion of "xml-syscall.h".
11502 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
11503 (struct syscall_catchpoint): Likewise.
11504 (dtor_catch_syscall): Likewise.
11505 (catch_syscall_inferior_data): Likewise.
11506 (struct catch_syscall_inferior_data): Likewise.
11507 (get_catch_syscall_inferior_data): Likewise.
11508 (catch_syscall_inferior_data_cleanup): Likewise.
11509 (insert_catch_syscall): Likewise.
11510 (remove_catch_syscall): Likewise.
11511 (breakpoint_hit_catch_syscall): Likewise.
11512 (print_it_catch_syscall): Likewise.
11513 (print_one_catch_syscall): Likewise.
11514 (print_mention_catch_syscall): Likewise.
11515 (print_recreate_catch_syscall): Likewise.
11516 (catch_syscall_breakpoint_ops): Likewise.
11517 (syscall_catchpoint_p): Likewise.
11518 (create_syscall_event_catchpoint): Likewise.
11519 (catch_syscall_split_args): Likewise.
11520 (catch_syscall_command_1): Likewise.
11521 (is_syscall_catchpoint_enabled): Likewise.
11522 (catch_syscall_enabled): Likewise.
11523 (catching_syscall_number): Likewise.
11524 (catch_syscall_completer): Likewise.
11525 (clear_syscall_counts): Likewise.
11526 (initialize_breakpoint_ops): Move initialization of syscall
11527 catchpoints to break-catch-syscall.c.
11528 (_initialize_breakpoint): Move code related to syscall catchpoints
11529 to break-catch-syscall.c.
11530
11531 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
11532
11533 * breakpoint.c (breakpoint_find_if): New function.
11534 * breakpoint.h (breakpoint_find_if): New prototype.
11535
11536 2015-03-11 Gary Benson <gbenson@redhat.com>
11537
11538 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
11539 * remote-fileio.c (remote_fileio_to_host_uint): New function.
11540 (remote_fileio_to_host_ulong): Likewise.
11541 (remote_fileio_to_host_mode): Likewise.
11542 (remote_fileio_to_host_time): Likewise.
11543 (remote_fileio_to_host_stat): Likewise.
11544 * remote.c (PACKET_vFile_fstat): New enum value.
11545 (remote_protocol_features): Register the "vFile:fstat" feature.
11546 (remote_hostio_fstat): New function.
11547 (remote_bfd_iovec_stat): Use the above.
11548 (_initialize_remote): Register new "set/show remote
11549 hostio-fstat-packet" command.
11550 * symfile.c (separate_debug_file_exists): Update comment.
11551 * NEWS: Announce new vFile:fstat packet.
11552
11553 2015-03-11 Gary Benson <gbenson@redhat.com>
11554
11555 * common/common-remote-fileio.h: New file.
11556 * common/common-remote-fileio.c: Likewise.
11557 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
11558 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
11559 (COMMON_OBS): Add common-remote-fileio.o.
11560 (common-remote-fileio.o): New rule.
11561 * remote-fileio.h (common-remote-fileio.h): New include.
11562 * remote-fileio.c (gdb/fileio.h): Do not include.
11563 (remote_fileio_to_be): Moved to common-remote-fileio.h.
11564 (remote_fileio_to_fio_uint): Likewise.
11565 (remote_fileio_to_fio_time): Likewise.
11566 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
11567 (remote_fileio_to_fio_mode): Likewise.
11568 (remote_fileio_to_fio_ulong): Likewise.
11569 (remote_fileio_to_fio_stat): Likewise.
11570
11571 2015-03-11 Andy Wingo <wingo@igalia.com>
11572
11573 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
11574 we were checking the cached type, not the cached dynamic type.
11575
11576 2015-03-11 Andy Wingo <wingo@igalia.com>
11577
11578 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
11579 other strings, as these are on the GC'd heap, and will be
11580 collected along with the smob.
11581
11582 2015-03-11 Andy Wingo <wingo@igalia.com>
11583
11584 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
11585 (objfile_functions): Bind gdbscm_objfile_progspace to
11586 objfile-progspace.
11587 * guile/lib/gdb.scm: Add objfile-progspace to exports.
11588
11589 2015-03-11 Andy Wingo <wingo@igalia.com>
11590
11591 * guile/guile.c (_initialize_guile): Disable automatic
11592 finalization, if Guile offers us that possibility.
11593 * guile/guile.c (call_initialize_gdb_module):
11594 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
11595 finalizers in appropriate places.
11596 * configure.ac (AC_TRY_LIBGUILE): Add a check for
11597 scm_set_automatic_finalization_enabled.
11598 * configure: Regenerated.
11599
11600 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
11601
11602 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
11603 SAL, if possible.
11604
11605 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
11606
11607 * s390-linux-nat.c (struct arch_lwp_info): New.
11608 (s390_fix_watch_points): Rename to...
11609 (s390_prepare_to_resume): ...this. Skip the PER info update
11610 unless the watch points have changed.
11611 (s390_refresh_per_info, s390_new_thread): New functions.
11612 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
11613 s390_fix_watch_points.
11614 (s390_remove_watchpoint): Likewise.
11615 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
11616 Register s390_prepare_to_resume.
11617
11618 2015-03-09 Pedro Alves <palves@redhat.com>
11619
11620 Revert:
11621 2015-03-07 Pedro Alves <palves@redhat.com>
11622 * common/gdb_socket.h: New file.
11623 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
11624 sys/socket.h.
11625 (net_open): Use union gdb_sockaddr_u.
11626
11627 2015-03-07 Pedro Alves <palves@redhat.com>
11628
11629 * configure.ac (build_warnings): Move -Wmissing-prototypes
11630 -Wdeclaration-after-statement -Wmissing-parameter-type
11631 -Wold-style-declaration -Wold-style-definition to the C-specific
11632 set.
11633 * configure: Regenerate.
11634
11635 2015-03-07 Pedro Alves <palves@redhat.com>
11636
11637 * common/gdb_socket.h: New file.
11638 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
11639 sys/socket.h.
11640 (net_open): Use union gdb_sockaddr_u.
11641
11642 2015-03-07 Pedro Alves <palves@redhat.com>
11643
11644 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
11645 (exceptions_state_mc_action_iter)
11646 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11647 Don't define.
11648 [__cplusplus] (try_scope_depth): New global.
11649 [__cplusplus] (exception_try_scope_entry)
11650 (exception_try_scope_exit, gdb_exception_sliced_copy)
11651 (exception_rethrow): New functions.
11652 (throw_exception): In C++ mode, throw
11653 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
11654 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
11655 (throw_it): In C++ mode, use try_scope_depth.
11656 * common/common-exceptions.h [!__cplusplus]
11657 (exceptions_state_mc_action_iter)
11658 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
11659 Don't declare.
11660 [__cplusplus] (exception_try_scope_entry)
11661 (exception_try_scope_exit, exception_rethrow): Declare.
11662 [__cplusplus] (struct exception_try_scope): New struct.
11663 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
11664 C++ exceptions.
11665 (struct gdb_exception_RETURN_MASK_ALL)
11666 (struct gdb_exception_RETURN_MASK_ERROR)
11667 (struct gdb_exception_RETURN_MASK_QUIT): New types.
11668
11669 2015-03-07 Pedro Alves <palves@redhat.com>
11670
11671 * main.c (handle_command_errors): Remove volatile qualifier from
11672 parameter.
11673
11674 2015-03-07 Pedro Alves <palves@redhat.com>
11675
11676 * breakpoint.c (save_breakpoints): Adjust to avoid code between
11677 TRY and CATCH.
11678 * gdbtypes.c (safe_parse_type): Remove empty line.
11679 (types_deeply_equal):
11680 * guile/scm-frame.c (gdbscm_frame_name):
11681 * linux-thread-db.c (find_new_threads_once):
11682 * python/py-breakpoint.c (bppy_get_commands):
11683 * record-btrace.c (record_btrace_insert_breakpoint)
11684 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
11685 (record_btrace_start_replaying): Adjust to avoid code between TRY
11686 and CATCH.
11687
11688 2015-03-07 Pedro Alves <palves@redhat.com>
11689
11690 * common/common-exceptions.c (struct catcher) <exception>: No
11691 longer a pointer to volatile exception. Now an exception value.
11692 <mask>: Delete field.
11693 (exceptions_state_mc_init): Remove all parameters. Adjust.
11694 (exceptions_state_mc): No longer pop the catcher here.
11695 (exceptions_state_mc_catch): New function.
11696 (throw_exception): Adjust.
11697 * common/common-exceptions.h (exceptions_state_mc_init): Remove
11698 all parameters.
11699 (exceptions_state_mc_catch): Declare.
11700 (TRY_CATCH): Rename to ...
11701 (TRY): ... this. Remove EXCEPTION and MASK parameters.
11702 (CATCH, END_CATCH): New.
11703 All callers adjusted.
11704
11705 2015-03-07 Tom Tromey <tromey@redhat.com>
11706
11707 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
11708
11709 2015-03-07 Pedro Alves <palves@redhat.com>
11710
11711 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11712 (amd64_epilogue_frame_cache): Normal exception handling code.
11713 * break-catch-throw.c (check_status_exception_catchpoint)
11714 (re_set_exception_catchpoint): Ditto.
11715 * cli/cli-interp.c (safe_execute_command):
11716 * cli/cli-script.c (script_from_file): Ditto.
11717 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
11718 Ditto.
11719 * compile/compile-object-run.c (compile_object_run): Ditto.
11720 * cp-abi.c (baseclass_offset): Ditto.
11721 * cp-valprint.c (cp_print_value): Ditto.
11722 * exceptions.c (catch_exceptions_with_msg):
11723 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
11724 * frame.c (get_frame_address_in_block_if_available): Ditto.
11725 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
11726 (i386_sigtramp_frame_cache): Ditto.
11727 * infcmd.c (post_create_inferior): Ditto.
11728 * linespec.c (parse_linespec, find_linespec_symbols):
11729 * p-valprint.c (pascal_object_print_value): Ditto.
11730 * parse.c (parse_expression_for_completion): Ditto.
11731 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
11732 * remote.c (remote_get_noisy_reply): Ditto.
11733 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
11734 * solib-svr4.c (solib_svr4_r_map): Ditto.
11735
11736 2015-03-06 Gary Benson <gbenson@redhat.com>
11737
11738 * common/common-utils.h (startswith): New inline function.
11739 All places where this logic was used updated to use the above.
11740
11741 2015-03-05 Pedro Alves <palves@redhat.com>
11742
11743 PR gdb/18002
11744 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
11745 after reading the breakpoint's shadow memory.
11746
11747 2015-03-05 Mark Kettenis <kettenis@gnu.org>
11748
11749 * hppabsd-nat.c: Remove file.
11750 * hppaobsd-nat.c: New file.
11751 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
11752 hppaobsd-nat.c.
11753 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
11754 hppaobsd-nat.o.
11755
11756 2015-03-04 Pedro Alves <palves@redhat.com>
11757
11758 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
11759 (target_decr_pc_after_break): Delete declaration.
11760 * target.c (default_target_decr_pc_after_break)
11761 (target_decr_pc_after_break): Delete.
11762 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
11763 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
11764 * linux-thread-db.c (check_event): Likewise.
11765 * infrun.c (adjust_pc_after_break): Likewise.
11766 * darwin-nat.c (cancel_breakpoint): Likewise.
11767 * aix-thread.c (aix_thread_wait): Likewise.
11768 * target-delegates.c: Regenerate.
11769
11770 2015-03-04 Pedro Alves <palves@redhat.com>
11771
11772 * linux-nat.c (save_sigtrap): Check for breakpoints before
11773 checking watchpoints.
11774 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
11775 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
11776 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
11777 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
11778 (linux_nat_stopped_by_sw_breakpoint)
11779 (linux_nat_supports_stopped_by_sw_breakpoint)
11780 (linux_nat_stopped_by_hw_breakpoint)
11781 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
11782 (linux_nat_wait_1): Don't re-increment the PC if relying on
11783 SIGTRAP's siginfo->si_code.
11784 (linux_nat_add_target): Install new target methods.
11785 * linux-thread-db.c (check_event): Don't account for breakpoint PC
11786 offset if the target already adjusted the PC.
11787 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
11788 (GDB_ARCH_TRAP_BRKPT): New.
11789 (TRAP_HWBKPT): Define if not already defined.
11790
11791 2015-03-04 Pedro Alves <palves@redhat.com>
11792
11793 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
11794 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
11795 Delete field.
11796 <stop_reason>: New field.
11797 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
11798 (packet_set_cmd_state): New function.
11799 (remote_protocol_features): Register the "swbreak" and "hwbreak"
11800 features.
11801 (remote_query_supported): If not disabled with the corresponding
11802 "set remote foo-packet" command, report support for the swbreak
11803 and hwbreak features.
11804 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
11805 field.
11806 <stop_reason>: New field.
11807 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
11808 (remote_wait_as): Adjust.
11809 (remote_stopped_by_sw_breakpoint)
11810 (remote_supports_stopped_by_sw_breakpoint)
11811 (remote_stopped_by_hw_breakpoint)
11812 (remote_supports_stopped_by_hw_breakpoint): New functions.
11813 (remote_stopped_by_watchpoint): New function.
11814 (init_remote_ops): Install them.
11815 (_initialize_remote): Register new "set/show remote
11816 swbreak-feature-packet" and "set/show remote
11817 swbreak-feature-packet" commands.
11818
11819 2015-03-04 Pedro Alves <palves@redhat.com>
11820
11821 * btrace.h: Include target/waitstatus.h.
11822 (struct btrace_thread_info) <stop_reason>: New field.
11823 * record-btrace.c (record_btrace_step_thread): Use
11824 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11825 (record_btrace_decr_pc_after_break): Delete.
11826 (record_btrace_stopped_by_sw_breakpoint)
11827 (record_btrace_supports_stopped_by_sw_breakpoint)
11828 (record_btrace_stopped_by_hw_breakpoint)
11829 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
11830 (init_record_btrace_ops): Install them.
11831 * record-full.c (record_full_hw_watchpoint): Delete and replace
11832 with ...
11833 (record_full_stop_reason): ... this throughout.
11834 (record_full_exec_insn): Adjust.
11835 (record_full_wait_1): Adjust. No longer re-increment the PC.
11836 (record_full_wait_1): Adjust. Use
11837 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11838 (record_full_stopped_by_watchpoint): Adjust.
11839 (record_full_stopped_by_sw_breakpoint)
11840 (record_full_supports_stopped_by_sw_breakpoint)
11841 (record_full_supports_stopped_by_sw_breakpoint)
11842 (record_full_stopped_by_hw_breakpoint)
11843 (record_full_supports_stopped_by_hw_breakpoint): New functions.
11844 (init_record_full_ops, init_record_full_core_ops): Install them.
11845 * record.c (record_check_stopped_by_breakpoint): New function.
11846 * record.h: Include target/waitstatus.h.
11847 (record_check_stopped_by_breakpoint): New declaration.
11848
11849 2015-03-04 Pedro Alves <palves@redhat.com>
11850
11851 enum lwp_stop_reason -> enum target_stop_reason
11852 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
11853 (linux_nat_stopped_by_watchpoint, status_callback)
11854 (linux_nat_wait_1): Adjust.
11855 * linux-nat.h (enum lwp_stop_reason): Delete.
11856 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
11857 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
11858 * target/waitstatus.h (enum target_stop_reason): New.
11859
11860 2015-03-04 Pedro Alves <palves@redhat.com>
11861
11862 * breakpoint.c (need_moribund_for_location_type): New function.
11863 (bpstat_stop_status): Don't skipping checking moribund locations
11864 of breakpoint types which the target tell caused a stop.
11865 (program_breakpoint_here_p): New function, factored out from ...
11866 (bp_loc_is_permanent): ... this.
11867 (update_global_location_list): Don't create a moribund location if
11868 the target supports reporting stops of the type of the removed
11869 breakpoint.
11870 * breakpoint.h (program_breakpoint_here_p): New declaration.
11871 * infrun.c (adjust_pc_after_break): Return early if the target has
11872 already adjusted the PC. Add comments.
11873 (handle_signal_stop): If nothing explains a signal, and the target
11874 tells us the stop was caused by a software breakpoint, check if
11875 there's a breakpoint instruction in the memory. If so, adjust the
11876 PC before presenting the stop to the user. Otherwise, ignore the
11877 trap. If nothing explains a signal, and the target tells us the
11878 stop was caused by a hardware breakpoint, ignore the trap.
11879 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
11880 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
11881 to_supports_stopped_by_hw_breakpoint>: New fields.
11882 (target_stopped_by_sw_breakpoint)
11883 (target_supports_stopped_by_sw_breakpoint)
11884 (target_stopped_by_hw_breakpoint)
11885 (target_supports_stopped_by_hw_breakpoint): Define.
11886 * target-delegates.c: Regenerate.
11887
11888 2015-03-04 Pedro Alves <palves@redhat.com>
11889
11890 * infrun.c (follow_fork_inferior): Use the whole of the
11891 inferior_ptid and pending_follow.related_pid ptids instead of
11892 building ptids from the process components. Adjust verbose output
11893 to use target_pid_to_str.
11894 * linux-nat.c (linux_child_follow_fork): Use the whole of the
11895 inferior_ptid and pending_follow.related_pid ptids instead of
11896 building ptids from the process components.
11897
11898 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11899
11900 * inf-ptrace.c [PT_GET_PROCESS_STATE]
11901 (inf_ptrace_insert_fork_catchpoint): New function.
11902 (inf_ptrace_remove_fork_catchpoint): New function.
11903 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
11904
11905 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11906
11907 * s390-linux-tdep.c (s390_register_name): Return empty string
11908 instead of NULL for registers that shouldn't be visible.
11909
11910 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11911
11912 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11913 XML file for 64-bit targets.
11914
11915 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
11916
11917 * target.h (find_default_create_inferior): Remove declaration.
11918 (find_default_attach): Likewise.
11919
11920 2015-03-03 Pedro Alves <palves@redhat.com>
11921
11922 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11923 Use ptid_get_pid to get the overall process id when resuming all
11924 threads.
11925
11926 2015-03-03 Pedro Alves <palves@redhat.com>
11927
11928 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11929 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
11930 * inf-ptrace.c (get_ptrace_pid): New function.
11931 (inf_ptrace_resume): Use it.
11932 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11933 to the lower layer.
11934
11935 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11936
11937 * nat/linux-btrace.c: Include sys/utsname.h.
11938 (linux_determine_kernel_ptr_bits): New.
11939 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11940 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11941 ptr_bits.
11942
11943 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11944
11945 * btrace.c (ftrace_update_function): Treat return as tailcall for
11946 "_dl_runtime_resolve".
11947
11948 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11949
11950 * btrace.h (btrace_function) <lbegin, lend>: Remove.
11951 * btrace.c (ftrace_debug): Do not print the line range.
11952 (ftrace_skip_file, ftrace_update_lines): Remove.
11953 (ftrace_new_function): Remove lbegin and lend initialization.
11954 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11955 * record-btrace.c (btrace_compute_src_line_range): New.
11956 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11957
11958 2015-03-02 Pedro Alves <palves@redhat.com>
11959
11960 * infrun.c (follow_exec): Delete all threads of the process except
11961 the event thread. Extended comments.
11962
11963 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11964
11965 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11966
11967 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11968
11969 * utils.h: Remove <stdbool.h> #include.
11970 (producer_is_gcc): Change return type to "int".
11971 * utils.c (producer_is_gcc): Change return type to int.
11972 Return 1 instead of true, and 0 instead of false.
11973 Adjust function documentation accordingly.
11974
11975 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11976
11977 * s390-linux-nat.c (have_regset_vxrs): New static variable.
11978 (s390_linux_fetch_inferior_registers): Handle vector registers, if
11979 present.
11980 (s390_linux_store_inferior_registers): Likewise.
11981 (s390_get_hwcap): Remove function. Embed its logic...
11982 (s390_read_description): ...here. Yield a target description with
11983 vector registers if applicable.
11984 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11985 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11986 "features/s390x-tevx-linux64.c".
11987 (struct gdbarch_tdep) <v0_full_regnum>: New field.
11988 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11989 for "GNU/Linux-specific registers".
11990 (s390_dwarf_reg_r0l): New enum value.
11991 (s390_dwarf_reg_to_regnum): Support vector registers.
11992 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11993 of GPR lower halves.
11994 (regnum_is_vxr_full): New function.
11995 (s390_register_name): New function.
11996 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11997 f0-f15 and v0l-v15l.
11998 (s390_pseudo_register_type): Likewise.
11999 (s390_pseudo_register_read): Likewise.
12000 (s390_pseudo_register_write): Likewise.
12001 (s390_value_from_register): Account for the fact that values are
12002 placed left-justified in vector registers.
12003 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
12004 the vector reggroup and omit them from the general reggroup.
12005 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
12006 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
12007 (s390_iterate_over_regset_sections): Add iterations for the two
12008 new vector regsets.
12009 (s390_core_read_description): Yield a target description with
12010 vector registers if applicable.
12011 (s390_gdbarch_init): Handle target descriptions with vector
12012 registers. Add "register_name" gdbarch method.
12013 (_initialize_s390_tdep): Call new tdesc initialization functions.
12014 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
12015 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
12016 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
12017 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
12018 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
12019 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
12020 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
12021 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
12022 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
12023 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
12024 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
12025 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
12026 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
12027 (S390_NUM_REGS): Adjust value.
12028 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
12029 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
12030 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
12031 * NEWS: Announce S/390 vector register support.
12032
12033 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12034
12035 * features/s390-tevx-linux64.xml: New file.
12036 * features/s390-vx-linux64.xml: New file.
12037 * features/s390-vx.xml: New file.
12038 * features/s390x-tevx-linux64.xml: New file.
12039 * features/s390x-vx-linux64.xml: New file.
12040 * features/Makefile (WHICH): Add s390-vx-linux64,
12041 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
12042 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
12043 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
12044 macros.
12045 * features/s390-tevx-linux64.c: New generated file.
12046 * features/s390-vx-linux64.c: Likewise.
12047 * features/s390x-tevx-linux64.c: Likewise.
12048 * features/s390x-vx-linux64.c: Likewise.
12049 * regformats/s390-tevx-linux64.dat: Likewise.
12050 * regformats/s390-vx-linux64.dat: Likewise.
12051 * regformats/s390x-tevx-linux64.dat: Likewise.
12052 * regformats/s390x-vx-linux64.dat: Likewise.
12053
12054 2015-02-28 Doug Evans <xdje42@gmail.com>
12055
12056 * symtab.h (struct symtab) <next>: Fix comment.
12057
12058 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
12059
12060 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
12061 python_GdbMethods.
12062
12063 2015-02-27 Pedro Alves <palves@redhat.com>
12064
12065 * dtrace-probe.c (dtrace_probe_ops): Make extern.
12066
12067 2015-02-27 Pedro Alves <palves@redhat.com>
12068
12069 * common/common-exceptions.h (exception_none): Declare.
12070 * common/common-exceptions.c (exception_none): Moved from
12071 exceptions.c.
12072 (exceptions_state_mc_init): Use exception_none.
12073 * exceptions.c (exception_none): Move to
12074 common/common-exceptions.c.
12075 * exceptions.h (exception_none): Move to
12076 common/common-exceptions.h.
12077
12078 2015-02-27 Pedro Alves <palves@redhat.com>
12079
12080 * main.c (catch_command_errors, catch_command_errors_const):
12081 Remove 'mask' argument. Adjust.
12082 (captured_main): Adjust callers.
12083
12084 2015-02-27 Pedro Alves <palves@redhat.com>
12085
12086 * python/python-internal.h: Include "extension-priv.h".
12087
12088 2015-02-27 Pedro Alves <palves@redhat.com>
12089
12090 * breakpoint.h (enum print_stop_action): Move further up in the
12091 file.
12092
12093 2015-02-27 Pedro Alves <palves@redhat.com>
12094
12095 * gdbarch.sh: Include regcache.h.
12096 * gdbarch.h: Regenerate.
12097
12098 2015-02-27 Pedro Alves <palves@redhat.com>
12099
12100 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
12101 Remove duplicate const.
12102 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
12103 duplicate const.
12104
12105 2015-02-27 Pedro Alves <palves@redhat.com>
12106
12107 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
12108 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
12109 * features/feature_to_c.sh: Tag the generated xml_builtin array
12110 with extern const in C++ mode.
12111
12112 2015-02-27 Tom Tromey <tromey@redhat.com>
12113
12114 * minidebug.c (struct lzma_stream): Rename to ...
12115 (struct gdb_lzma_stream): ... this.
12116 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
12117
12118 2015-02-27 Pedro Alves <palves@redhat.com>
12119
12120 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
12121 function.
12122 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
12123 (mi_cmd_stack_list_variables): Use it.
12124
12125 2015-02-27 Pedro Alves <palves@redhat.com>
12126
12127 * x86-linux-nat.c (u_debugreg_offset): New function.
12128 (x86_linux_dr_get, x86_linux_dr_set): Use it.
12129
12130 2015-02-27 Pedro Alves <palves@redhat.com>
12131
12132 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
12133 declaration.
12134 Include break-common.h.
12135
12136 2015-02-27 Tom Tromey <tromey@redhat.com>
12137 Pedro Alves <palves@redhat.com>
12138
12139 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
12140 local used to iterate over enums.
12141 * completer.c (signal_completer): Likewise.
12142 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
12143 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
12144 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
12145 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
12146 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
12147 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
12148 * tui-wingeneral.c (tui_refresh_all): Likewise.
12149
12150 2015-02-27 Pedro Alves <palves@redhat.com>
12151
12152 * target.h: Include "infrun.h".
12153
12154 2015-02-27 Pedro Alves <palves@redhat.com>
12155
12156 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
12157
12158 2015-02-27 Pedro Alves <palves@redhat.com>
12159
12160 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
12161 (IPA_SYM): Use it.
12162 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
12163
12164 2015-02-27 Pedro Alves <palves@redhat.com>
12165
12166 * cli-out.c (_rl_erase_entire_line): Move declaration out of
12167 cli_mld_erase_entire_line, and make it extern "C".
12168 * common/common-defs.h (EXTERN_C): New.
12169 * completer.c (_rl_completion_prefix_display_length)
12170 (_rl_print_completions_horizontally, QSFUNC): Move declarations
12171 out of gdb_display_match_list_1.
12172 (_rl_qsort_string_compare): Move declaration out of
12173 gdb_display_match_list_1, and make it extern "C".
12174 * defs.h (re_comp): Use EXTERN_C.
12175 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
12176 and make it extern "C".
12177 (monstartup): Move declaration out of maintenance_set_profile_cmd,
12178 and make it extern "C".
12179 (main): Move declaration out of maintenance_set_profile_cmd.
12180 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
12181 EXTERN_C.
12182
12183 2015-02-27 Pedro Alves <palves@redhat.com>
12184
12185 * python/python.c (GdbMethods): Rename to ...
12186 (python_GdbMethods): ... this and make extern.
12187 (GdbModuleDef): Rename to ...
12188 (python_GdbModuleDef): ... this and make extern.
12189
12190 2015-02-27 Pedro Alves <palves@redhat.com>
12191
12192 * record-btrace.c (set_record_btrace_cmdlist)
12193 (show_record_btrace_cmdlist): Remove redefinitions.
12194
12195 2015-02-27 Tom Tromey <tromey@redhat.com>
12196 Pedro Alves <palves@redhat.com>
12197
12198 * dwarf2-frame.c (enum cfa_how_kind, struct
12199 dwarf2_frame_state_reg_info): Move out of struct
12200 dwarf2_frame_state.
12201 * dwarf2read.c (struct tu_stats): Move out of struct
12202 dwarf2_per_objfile.
12203 (struct file_entry): Move out of struct line_header.
12204 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
12205 typedef_field_list): Move out of struct field_info.
12206 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
12207 Move out of struct dynamic_prop.
12208 (union type_owner, union field_location, struct field, struct
12209 range_bounds, union type_specific): Move out of struct main_type.
12210 (struct fn_fieldlist, struct fn_field, struct typedef_field)
12211 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
12212 (struct call_site_target, union call_site_parameter_u, struct
12213 call_site_parameter): Move out of struct call_site.
12214 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
12215 m32c_prologue.
12216 (enum srcdest_kind): Move out of struct srcdest.
12217 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
12218 * prologue-value.h (enum prologue_value_kind): Move out of struct
12219 prologue_value.
12220 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
12221 gdbarch_tdep.
12222 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
12223 out of struct field_info.
12224 * symfile.h (struct other_sections): Move out of struct
12225 section_addr_info.
12226 * symtab.c (struct symbol_cache_slot): Move out struct
12227 block_symbol_cache.
12228 * target-descriptions.c (enum tdesc_type_kind): Move out of
12229 typedef struct tdesc_type.
12230 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
12231 struct tui_line_or_address.
12232 * value.c (enum internalvar_kind, union internalvar_data): Move
12233 out of struct internalvar.
12234 * xtensa-tdep.h (struct ctype_cache): Move out of struct
12235 gdbarch_tdep.
12236
12237 2015-02-27 Tom Tromey <tromey@redhat.com>
12238 Pedro Alves <palves@redhat.com>
12239
12240 Rename symbols whose names are reserved C++ keywords throughout.
12241
12242 2015-02-27 Pedro Alves <palves@redhat.com>
12243
12244 * Makefile.in (COMPILER): New, get it from autoconf.
12245 (COMPILE.pre, CC_LD): Use COMPILER.
12246 (CXX): Get from autoconf instead.
12247 (CXX_FOR_TARGET): Default to g++ instead of gcc.
12248 * acinclude.m4: Include build-with-cxx.m4.
12249 * build-with-cxx.m4: New file.
12250 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
12251 Disable -Werror by default if building in C++ mode.
12252 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
12253 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
12254 Run supported-warning-flags tests with the C++ compiler.
12255 Save/restore CXXFLAGS too.
12256 * configure: Regenerate.
12257
12258 2015-02-27 Pedro Alves <palves@redhat.com>
12259
12260 * libiberty.m4: New file.
12261 * acinclude.m4: Include libiberty.m4.
12262 * configure.ac: Call libiberty_INIT.
12263 * config.in, configure: Regenerate.
12264
12265 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
12266
12267 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
12268 31-bit targets, but 64-bit targets as well.
12269 (s390_gnu_triplet_regexp): New function.
12270 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
12271 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
12272 method.
12273
12274 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
12275
12276 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
12277 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
12278 from CONTEXT_DEBUGGER.
12279
12280 2015-02-26 Doug Evans <dje@google.com>
12281
12282 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
12283 CHECK_TYPEDEF.
12284 (set_type_vptr_fieldno): Ditto.
12285 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
12286 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
12287
12288 2015-02-26 Pedro Alves <palves@redhat.com>
12289
12290 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
12291 * complaints.c (vcomplaint): Pass argument FMT directly to
12292 printf-like functions instead of complaint->fmt.
12293 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
12294 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
12295 * compile/compile-loc2c.c (pushf, unary, binary): Add
12296 ATTRIBUTE_PRINTF.
12297 (do_compile_dwarf_expr_to_c): Pass string literal as format string
12298 to pushf.
12299 (BINARY): Pass string literal as format string to 'binary'.
12300 * compile/compile-object-load.c (link_callbacks_einfo): Add
12301 ATTRIBUTE_PRINTF.
12302 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
12303
12304 2015-02-26 Pedro Alves <palves@redhat.com>
12305
12306 * windows-termcap.c: Rename to ...
12307 * stub-termcap.c: ... this. Adjust header line.
12308 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
12309 windows-termcap.c.
12310 * configure: Regenerate.
12311 * configure.ac: Refer to stub-termcap.o instead of
12312 windows-termcap.o.
12313 * gdb_curses.h: Mention stub-termcap.c instead of
12314 windows-termcap.c.
12315
12316 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12317
12318 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
12319 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
12320
12321 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12322
12323 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
12324
12325 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12326
12327 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
12328 bfd_canonicalize_symtab.
12329
12330 2015-02-25 John Baldwin <jhb@FreeBSD.org>
12331
12332 * amd64fbsd-nat.c: Include sys/user.h.
12333 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
12334 instead of KERN_PS_STRINGS to locate the signal trampoline.
12335 * i386fbsd-nat.c: Include sys/user.h.
12336 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
12337 instead of KERN_PS_STRINGS to locate the signal trampoline.
12338 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
12339 (amd64fbsd_sigtramp_p): New.
12340 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
12341 longer set default values.
12342 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
12343 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
12344 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
12345 (i386fbsd_freebsd4_sigtramp_start)
12346 (i386fbsd_freebsd4_sigtramp_middle)
12347 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
12348 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
12349 (i386fbsd_sigtramp_p): New.
12350 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
12351 longer set default values.
12352 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
12353
12354 2015-02-25 John Baldwin <jhb@freebsd.org>
12355
12356 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
12357 get_frame_register instead of frame_unwind_register_unsigned.
12358
12359 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12360
12361 PR build/18033
12362 * compile/compile-c-support.c (c_compute_program): Change // comment.
12363 * compile/compile-object-load.c (setup_sections): Change // comment.
12364
12365 2015-02-26 Joel Brobecker <brobecker@adacore.com>
12366
12367 PR build/18033:
12368 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
12369
12370 2015-02-23 Pedro Alves <palves@redhat.com>
12371
12372 * remote.c (skip_to_semicolon): New function.
12373 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
12374 special case the stop reasons that look like hex numbers
12375 upfront. Instead handle real register numbers after matching
12376 all the known stop reasons.
12377
12378 2015-02-21 Doug Evans <dje@google.com>
12379
12380 PR c++/17976, symtab/17821
12381 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
12382 is_in_anonymous. All callers updated.
12383 (find_symbol_in_baseclass): Ditto.
12384 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
12385 for symbols in an anonymous namespace.
12386 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
12387 DW_AT_name directly.
12388 (dwarf2_name): Convert missing namespace name to
12389 CP_ANONYMOUS_NAMESPACE_STR.
12390
12391 2015-02-20 Pedro Alves <palves@redhat.com>
12392
12393 * linux-nat.c (linux_handle_extended_wait): Call
12394 thread_db_notice_clone whenever a new clone LWP is detected.
12395 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
12396 functions.
12397 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
12398 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
12399 (linux_unstop_all_lwps): Declare.
12400 * linux-thread-db.c (struct thread_get_info_inout): Delete.
12401 (thread_get_info_callback): Delete.
12402 (thread_from_lwp): Use td_thr_get_info and record_thread.
12403 (thread_db_attach_lwp): Delete.
12404 (thread_db_notice_clone): New function.
12405 (try_thread_db_load_1): If /proc is mounted and shows the
12406 process'es task list, walk over all LWPs and call thread_from_lwp
12407 instead of relying on td_ta_thr_iter.
12408 (attach_thread): Don't call check_thread_signals here. Split the
12409 tail part of the function (which adds the thread to the core GDB
12410 thread list) to ...
12411 (record_thread): ... this function. Call check_thread_signals
12412 here.
12413 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
12414 call thread_from_lwp.
12415 (thread_db_update_thread_list): Rename to ...
12416 (thread_db_update_thread_list_org): ... this.
12417 (thread_db_update_thread_list): New function.
12418 (thread_db_find_thread_from_tid): Delete.
12419 (thread_db_get_ada_task_ptid): Simplify.
12420 * nat/linux-procfs.c: Include <sys/stat.h>.
12421 (linux_proc_task_list_dir_exists): New function.
12422 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
12423
12424 2015-02-20 Pedro Alves <palves@redhat.com>
12425
12426 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
12427 main LWP. Handle the case of waitpid returning 0 if we're already
12428 attached to the LWP. Don't set the LWP's last_resume_kind to
12429 resume_stop if we already knew about the LWP.
12430 (linux_nat_filter_event): Add debug logs.
12431
12432 2015-02-20 Pedro Alves <palves@redhat.com>
12433
12434 * target.h (forward_target_decr_pc_after_break): Delete
12435 declaration.
12436
12437 2015-02-20 Pedro Alves <palves@redhat.com>
12438
12439 PR threads/18006
12440 * linux-thread-db.c (thread_get_info_callback): Return early if
12441 the thread's lwp id is -1.
12442
12443 2015-02-20 Joel Brobecker <brobecker@adacore.com>
12444
12445 GDB 7.9 released.
12446
12447 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
12448
12449 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
12450 (dtrace_get_probes) Change type of variable 'dof'.
12451
12452 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12453
12454 PR breakpoints/16812
12455 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
12456 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
12457 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
12458
12459 2015-02-19 David Taylor <dtaylor@emc.com>
12460
12461 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
12462
12463 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
12464
12465 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
12466 function.
12467 (tui_putc): Don't call tui_handle_resize_during_io.
12468 (tui_getc): Likewise.
12469 (tui_mld_getc): Likewise.
12470 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
12471 (tui_sigwinch_token): New static variable.
12472 (tui_initialize_win): Adjust documentation. Set
12473 tui_sigwinch_token.
12474 (tui_async_resize_screen): New asynchronous callback.
12475 (tui_sigwinch_handler): Adjust documentation. Asynchronously
12476 invoke tui_async_resize_screen.
12477
12478 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12479
12480 * configure: Regenerated.
12481 * configure.ac: Use GDB_AC_TRANSFORM.
12482 * Makefile.in (aclocal_m4_deps): Added transform.m4.
12483 * acinclude.m4: sinclude transform.m4.
12484 * transform.m4: New file.
12485 (GDB_AC_TRANSFORM): New macro.
12486
12487 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12488
12489 * NEWS: Announce the support for DTrace SDT probes.
12490
12491 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12492
12493 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
12494 (amd64_dtrace_parse_probe_argument): New function.
12495 (amd64_dtrace_probe_is_enabled): Likewise.
12496 (amd64_dtrace_enable_probe): Likewise.
12497 (amd64_dtrace_disable_probe): Likewise.
12498 (amd64_linux_init_abi): Register the
12499 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
12500 `gdbarch_dtrace_disable_probe' and
12501 `gdbarch_dtrace_probe_is_enabled' hooks.
12502 (amd64_dtrace_disabled_probe_sequence_1): New constant.
12503 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
12504 (amd64_dtrace_enable_probe_sequence): Likewise.
12505 (amd64_dtrace_disable_probe_sequence): Likewise.
12506
12507 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12508
12509 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
12510 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
12511 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
12512 handle ELF files.
12513 * Makefile.in (SFILES): dtrace-probe.c added.
12514 * configure: Regenerate.
12515 * dtrace-probe.c: New file.
12516 (SHT_SUNW_dof): New constant.
12517 (dtrace_probe_type): New enum.
12518 (dtrace_probe_arg): New struct.
12519 (dtrace_probe_arg_s): New typedef.
12520 (struct dtrace_probe_enabler): New struct.
12521 (dtrace_probe_enabler_s): New typedef.
12522 (dtrace_probe): New struct.
12523 (dtrace_probe_is_linespec): New function.
12524 (dtrace_dof_sect_type): New enum.
12525 (dtrace_dof_dofh_ident): Likewise.
12526 (dtrace_dof_encoding): Likewise.
12527 (DTRACE_DOF_ENCODE_LSB): Likewise.
12528 (DTRACE_DOF_ENCODE_MSB): Likewise.
12529 (dtrace_dof_hdr): New struct.
12530 (dtrace_dof_sect): Likewise.
12531 (dtrace_dof_provider): Likewise.
12532 (dtrace_dof_probe): Likewise.
12533 (DOF_UINT): New macro.
12534 (DTRACE_DOF_PTR): Likewise.
12535 (DTRACE_DOF_SECT): Likewise.
12536 (dtrace_process_dof_probe): New function.
12537 (dtrace_process_dof): Likewise.
12538 (dtrace_build_arg_exprs): Likewise.
12539 (dtrace_get_arg): Likewise.
12540 (dtrace_get_probes): Likewise.
12541 (dtrace_get_probe_argument_count): Likewise.
12542 (dtrace_can_evaluate_probe_arguments): Likewise.
12543 (dtrace_evaluate_probe_argument): Likewise.
12544 (dtrace_compile_to_ax): Likewise.
12545 (dtrace_probe_destroy): Likewise.
12546 (dtrace_gen_info_probes_table_header): Likewise.
12547 (dtrace_gen_info_probes_table_values): Likewise.
12548 (dtrace_probe_is_enabled): Likewise.
12549 (dtrace_probe_ops): New variable.
12550 (info_probes_dtrace_command): New function.
12551 (_initialize_dtrace_probe): Likewise.
12552 (dtrace_type_name): Likewise.
12553
12554 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12555
12556 * gdbarch.sh (dtrace_parse_probe_argument): New.
12557 (dtrace_probe_is_enabled): Likewise.
12558 (dtrace_enable_probe): Likewise.
12559 (dtrace_disable_probe): Likewise.
12560 * gdbarch.c: Regenerate.
12561 * gdbarch.h: Regenerate.
12562
12563 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12564
12565 * stap-probe.c (stap_probe_ops): Add NULLs in the static
12566 stap_probe_ops for `enable_probe' and `disable_probe'.
12567 * probe.c (enable_probes_command): New function.
12568 (disable_probes_command): Likewise.
12569 (_initialize_probe): Define the cli commands `enable probe' and
12570 `disable probe'.
12571 (parse_probe_linespec): New function.
12572 (info_probes_for_ops): Use parse_probe_linespec.
12573 * probe.h (probe_ops): New hooks `enable_probe' and
12574 `disable_probe'.
12575
12576 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12577
12578 * probe.c (compute_probe_arg): Moved from stap-probe.c
12579 (compile_probe_arg): Likewise.
12580 (probe_funcs): Likewise.
12581 * stap-probe.c (compute_probe_arg): Moved to probe.c.
12582 (compile_probe_arg): Likewise.
12583 (probe_funcs): Likewise.
12584
12585 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12586
12587 * probe.c (print_ui_out_not_applicables): New function.
12588 (exists_probe_with_pops): Likewise.
12589 (info_probes_for_ops): Do not include column headers for probe
12590 types for which no probe has been actually found on any object.
12591 Also invoke `print_ui_out_not_applicables' in order to match the
12592 column rows with the header when probes of several types are
12593 listed.
12594 Print the "Type" column.
12595 * probe.h (probe_ops): Added a new probe operation `type_name'.
12596 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
12597 (stap_type_name): New function.
12598
12599 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
12600
12601 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
12602 (key_is_command_char): Delete.
12603
12604 2015-02-17 Pedro Alves <palves@redhat.com>
12605
12606 * tui/tui.c (tui_enable): Resize windows before anything
12607 might show a window.
12608
12609 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
12610
12611 PR gdb/17984
12612 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
12613 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
12614 call.
12615 * aarch64-tdep.h (tdesc_aarch64): Declare.
12616
12617 2015-02-12 Mark Wielaard <mjw@redhat.com>
12618
12619 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
12620
12621 2015-02-13 Doug Evans <dje@google.com>
12622
12623 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
12624 anonymous_namespace to is_in_anonymous for consistency with the rest
12625 of the file.
12626 (cp_lookup_bare_symbol): Fix typo in comment.
12627 (cp_search_static_and_baseclasses): Ditto.
12628 (search_symbol_list): Use vertical space in comment better.
12629 (reset_directive_searched): Ditto. Fix typo.
12630 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
12631
12632 2015-02-13 Yao Qi <yao.qi@arm.com>
12633
12634 * MAINTAINERS: Update my email address.
12635
12636 2015-02-12 Doug Evans <dje@google.com>
12637
12638 * symtab.c (completion_list_add_name): Fix memory leak.
12639
12640 2015-02-12 Doug Evans <dje@google.com>
12641
12642 * completer.c (complete_line): Remove incorrect comment.
12643
12644 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12645
12646 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
12647 (py_print_frame): Use RETURN_MASK_ERROR.
12648
12649 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
12652 function comment. Wrap all function that can throw in cleanups.
12653 (gdbpy_apply_frame_filter): Wrap all function that can throw in
12654 cleanups.
12655
12656 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12657
12658 * python/py-framefilter.c (py_print_frame): Substitute goto error.
12659 Remove the error label.
12660
12661 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 * python/py-framefilter.c (py_print_frame): Put conditional code paths
12664 with goto first, indent the former else codepath left. Put variable
12665 'elided' to a new inner block.
12666
12667 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12668
12669 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
12670
12671 2015-02-11 Pedro Alves <palves@redhat.com>
12672
12673 * xcoffread.c (within_function): Delete.
12674
12675 2015-02-11 Tom Tromey <tromey@redhat.com>
12676 Pedro Alves <palves@redhat.com>
12677
12678 * breakpoint.c (base_breakpoint_ops): Delete.
12679 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
12680 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
12681 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
12682 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
12683 * python/py-arch.c (arch_object_type): Make extern.
12684 * python/py-block.c (block_syms_iterator_object_type): Make extern.
12685 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
12686 * python/py-cmd.c (cmdpy_object_type): Make extern.
12687 * python/py-continueevent.c (continue_event_object_type)
12688 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
12689 parameter. Update all callers.
12690 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
12691 * python/py-exitedevent.c (exited_event_object_type): Make extern.
12692 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
12693 * python/py-function.c (fnpy_object_type): Make extern.
12694 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
12695 * python/py-infevents.c (call_pre_event_object_type)
12696 (inferior_call_post_event_object_type).
12697 (memory_changed_event_object_type): Make extern.
12698 * python/py-infthread.c (thread_object_type): Make extern.
12699 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
12700 * python/py-linetable.c (linetable_entry_object_type)
12701 (linetable_object_type, ltpy_iterator_object_type): Make extern.
12702 * python/py-newobjfileevent.c (new_objfile_event_object_type)
12703 (clear_objfiles_event_object_type): Make extern.
12704 * python/py-objfile.c (objfile_object_type): Make extern.
12705 * python/py-param.c (parmpy_object_type): Make extern.
12706 * python/py-progspace.c (pspace_object_type): Make extern.
12707 * python/py-signalevent.c (signal_event_object_type): Make extern.
12708 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
12709 * python/py-type.c (type_object_type, field_object_type)
12710 (type_iterator_object_type): Make extern.
12711 * python/python.c (python_extension_script_ops)
12712 (python_extension_ops): Make extern.
12713 * stap-probe.c (stap_probe_ops): Make extern.
12714
12715 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12716
12717 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
12718 because the event thread is not the current thread.
12719
12720 2015-02-11 Doug Evans <xdje42@gmail.com>
12721
12722 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
12723 been initialized yet, return NULL.
12724
12725 2015-02-11 Doug Evans <dje@google.com>
12726
12727 * symfile.h (new_symfile_objfile): Delete.
12728 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
12729 All callers updated.
12730
12731 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
12732
12733 * tui/tui-io.c (tui_handle_resize_during_io): Call
12734 tui_update_gdb_sizes() after resizing the screen.
12735 * tui/tui.c (tui_enable): Resize the terminal before
12736 calling tui_update_gdb_sizes().
12737
12738 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
12739
12740 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
12741 line before printing a newline.
12742
12743 2015-02-11 Mark Wielaard <mjw@redhat.com>
12744
12745 * utils.c (producer_is_gcc): Return true or false.
12746
12747 2015-02-10 Mark Wielaard <mjw@redhat.com>
12748
12749 * utils.h (producer_is_gcc): Change return type to bool. Add major
12750 argument.
12751 * utils.c (producer_is_gcc): Likewise.
12752 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
12753 * dwarf2read.c (check_producer): Likewise.
12754
12755 2015-02-10 Pedro Alves <palves@redhat.com>
12756
12757 * infrun.c (displaced_step_fixup): Switch to the event thread
12758 before calling gdbarch_displaced_step_fixup.
12759
12760 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12761
12762 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
12763
12764 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
12765
12766 * ada-varobj.c (ada_name_of_child): Constify parent.
12767 (ada_path_expr_of_child): Same.
12768 (ada_value_of_child): Same.
12769 (ada_type_of_child): Same.
12770 * c-varobj.c (c_is_path_expr_parent): Same.
12771 (c_describe_child): Same.
12772 (c_name_of_child): Same.
12773 (c_value_of_child): Same.
12774 (c_type_of_child): Same.
12775 (cplus_number_of_children): Same.
12776 (cplus_describe_child): Constify var.
12777 (cplus_name_of_child): Constify parent.
12778 (cplus_value_of_child): Same.
12779 (cplus_type_of_child): Same.
12780 * jv-varobj.c (java_name_of_child): Same.
12781 (java_value_of_child): Same.
12782 (java_type_of_child): Same.
12783 * varobj.c (value_of_child): Same.
12784 (varobj_default_is_path_expr_parent): Constify var, parent and return
12785 value.
12786 (varobj_get_path_expr): Constify var, modify path_expr through
12787 mutable_var.
12788 (install_new_value): Constify parent.
12789 (value_of_child): Constify parent.
12790 * varobj.h (struct varobj): Constify parent.
12791 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
12792 type_of_child.
12793 (varobj_get_path_expr): Constify var.
12794 (varobj_get_path_expr_parent): Constify var and return value.
12795
12796 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
12797
12798 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
12799 (arm_prologue_this_id): Move PC and SP limit checks to
12800 arm_prologue_unwind_stop_reason.
12801 (arm_prologue_unwind) <stop_reason> : Set to
12802 arm_prologue_unwind_stop_reason.
12803
12804 2015-02-09 Mark Wielaard <mjw@redhat.com>
12805
12806 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
12807 DW_LANG_Fortran08 as language_fortran.
12808
12809 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
12810
12811 PR remote/17946
12812 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
12813 of pointer against char.
12814
12815 2015-02-09 Mark Wielaard <mjw@redhat.com>
12816
12817 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
12818 (c_type_print_modifier): Likewise.
12819 * dwarf2read.c (read_tag_atomic_type): New function.
12820 (read_type_die_1): Handle DW_TAG_atomic_type.
12821 * gdbtypes.c (make_atomic_type): New function.
12822 (recursive_dump_type): Handle TYPE_ATOMIC.
12823 * gdbtypes.h (enum type_flag_values): Renumber.
12824 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
12825 (TYPE_ATOMIC): New macro.
12826 (make_atomic_type): Declare.
12827
12828 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12829
12830 * btrace.c (ftrace_find_call): Skip gaps.
12831 (ftrace_new_function): Initialize level.
12832 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
12833 (ftrace_new_switch): Update
12834 level computation.
12835 (ftrace_new_gap): New.
12836 (ftrace_update_function): Create new function after gap.
12837 (btrace_compute_ftrace_bts): Create gap on error.
12838 (btrace_stitch_bts): Update parameters. Clear trace if it
12839 becomes empty.
12840 (btrace_stitch_trace): Update parameters. Update callers.
12841 (btrace_clear): Reset the number of gaps.
12842 (btrace_insn_get): Return NULL if the iterator points to a gap.
12843 (btrace_insn_number): Return zero if the iterator points to a gap.
12844 (btrace_insn_end): Allow gaps at the end.
12845 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
12846 (btrace_find_insn_by_number): Assert that the found iterator does
12847 not point to a gap.
12848 (btrace_call_next, btrace_call_prev): Assert that the last function
12849 is not a gap.
12850 * btrace.h (btrace_bts_error): New.
12851 (btrace_function): Update comment.
12852 (btrace_function) <insn, insn_offset, number>: Update comment.
12853 (btrace_function) <errcode>: New.
12854 (btrace_thread_info) <ngaps>: New.
12855 (btrace_thread_info) <replay>: Update comment.
12856 (btrace_insn_get): Update comment.
12857 * record-btrace.c (btrace_ui_out_decode_error): New.
12858 (record_btrace_info): Print number of gaps.
12859 (btrace_insn_history, btrace_call_history): Call
12860 btrace_ui_out_decode_error for gaps.
12861 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
12862
12863 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12864
12865 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
12866 * nat/linux-btrace.c: (btrace_this_cpu): New.
12867 (cpu_supports_bts): Call btrace_this_cpu.
12868 (intel_supports_bts): Add cpu parameter.
12869
12870 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12871
12872 * btrace.h (btrace_insn_class): New.
12873 (btrace_insn) <size, iclass>: New.
12874 * btrace.c (ftrace_find_call): Update parameters. Update users.
12875 Use instruction classification.
12876 (ftrace_new_return): Update parameters. Update users.
12877 (ftrace_update_function): Update parameters. Update users. Use
12878 instruction classification.
12879 (ftrace_update_insns): Update parameters. Update users.
12880 (ftrace_classify_insn): New.
12881 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
12882 TRY_CATCH around call to gdb_insn_length.
12883
12884 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12885
12886 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
12887 Update parameters. Update users.
12888
12889 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12890
12891 * btrace.c (parse_xml_btrace_conf_bts): Add size.
12892 (btrace_conf_bts_attributes): New.
12893 (btrace_conf_children): Add attributes.
12894 * common/btrace-common.h (btrace_config_bts): New.
12895 (btrace_config)<bts>: New.
12896 (btrace_config): Update comment.
12897 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
12898 Use config.
12899 * features/btrace-conf.dtd: Increment version. Add size
12900 attribute to bts element.
12901 * record-btrace.c (set_record_btrace_bts_cmdlist,
12902 show_record_btrace_bts_cmdlist): New.
12903 (record_btrace_adjust_size, record_btrace_print_bts_conf,
12904 record_btrace_print_conf, cmd_set_record_btrace_bts,
12905 cmd_show_record_btrace_bts): New.
12906 (record_btrace_info): Call record_btrace_print_conf.
12907 (_initialize_record_btrace): Add commands.
12908 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12909 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12910 (btrace_sync_conf): Synchronize bts size.
12911 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12912 * NEWS: Announce new commands and new packets.
12913
12914 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12915
12916 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12917 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12918 (x86_linux_btrace_conf): New.
12919 (x86_linux_create_target): Initialize to_btrace_conf.
12920 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12921 Check format. Split into this and ...
12922 (linux_enable_bts): ... this.
12923 (linux_btrace_conf): New.
12924 (perf_event_skip_record): Renamed into ...
12925 (perf_event_skip_bts_record): ... this. Updated users.
12926 (linux_disable_btrace): Split into this and ...
12927 (linux_disable_bts): ... this.
12928 (linux_read_btrace): Check format.
12929 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12930 (linux_btrace_conf): New.
12931 (btrace_target_info)<ptid>: Moved.
12932 (btrace_target_info)<conf>: New.
12933 (btrace_target_info): Split into this and ...
12934 (btrace_tinfo_bts): ... this. Updated users.
12935 * btrace.c (btrace_enable): Update parameters.
12936 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12937 (btrace_conf_children, btrace_conf_attributes)
12938 (btrace_conf_elements): New.
12939 * btrace.h (btrace_enable): Update parameters.
12940 (btrace_conf, parse_xml_btrace_conf): New.
12941 * common/btrace-common.h (btrace_config): New.
12942 * feature/btrace-conf.dtd: New.
12943 * record-btrace.c (record_btrace_conf): New.
12944 (record_btrace_cmdlist): New.
12945 (record_btrace_enable_warn, record_btrace_open): Pass
12946 &record_btrace_conf.
12947 (record_btrace_info): Print recording format.
12948 (cmd_record_btrace_bts_start): New.
12949 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12950 (_initialize_record_btrace): Add "record btrace bts" subcommand.
12951 Add "record bts" alias command.
12952 * remote.c (remote_state)<btrace_config>: New.
12953 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12954 (remote_protocol_features): Add qXfer:btrace-conf:read.
12955 (remote_open_1): Call remote_btrace_reset.
12956 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12957 (btrace_target_info)<conf>: New.
12958 (btrace_sync_conf, btrace_read_config): New.
12959 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
12960 btrace_read_conf.
12961 (remote_btrace_conf): New.
12962 (init_remote_ops): Initialize to_btrace_conf.
12963 (_initialize_remote): Add qXfer:btrace-conf packet.
12964 * target.c (target_enable_btrace): Update parameters.
12965 (target_btrace_conf): New.
12966 * target.h (target_enable_btrace): Update parameters.
12967 (target_btrace_conf): New.
12968 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12969 (target_ops)<to_enable_btrace>: Update parameters and comment.
12970 (target_ops)<to_btrace_conf>: New.
12971 * target-delegates: Regenerate.
12972 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12973 (target_debug_print_const_struct_btrace_target_info_p): New.
12974 * NEWS: Announce new command and new packet.
12975
12976 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12977
12978 * nat/linux-btrace.h (perf_event_buffer): New.
12979 (btrace_target_info) <buffer, size, data_head>: Replace with ...
12980 <bts>: ... this.
12981 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12982 (perf_event_buffer_size, perf_event_buffer_begin)
12983 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12984 Updated users.
12985 (perf_event_new_data): New.
12986
12987 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12988
12989 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12990 * record-btrace.c (record_btrace_open): Remove call to
12991 target_supports_btrace.
12992 * remote.c (remote_supports_btrace): Update parameters.
12993 * target.c (target_supports_btrace): Update parameters.
12994 * target.h (to_supports_btrace, target_supports_btrace): Update
12995 parameters.
12996 * target-delegates.c: Regenerate.
12997 * target-debug.h (target_debug_print_enum_btrace_format): New.
12998 * nat/linux-btrace.c
12999 (kernel_supports_btrace): Rename into ...
13000 (kernel_supports_bts): ... this. Update users. Update warning text.
13001 (intel_supports_btrace): Rename into ...
13002 (intel_supports_bts): ... this. Update users.
13003 (cpu_supports_btrace): Rename into ...
13004 (cpu_supports_bts): ... this. Update users.
13005 (linux_supports_btrace): Update parameters. Split into this and ...
13006 (linux_supports_bts): ... this.
13007 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
13008
13009 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13010
13011 * Makefile.in (SFILES): Add common/btrace-common.c.
13012 (COMMON_OBS): Add common/btrace-common.o.
13013 (btrace-common.o): Add build rules.
13014 * btrace.c (parse_xml_btrace): Update parameters.
13015 (parse_xml_btrace_block): Set format field.
13016 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
13017 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
13018 (btrace_compute_ftrace): Split into this and...
13019 (btrace_compute_ftrace_bts): ...this.
13020 (btrace_stitch_trace): Split into this and...
13021 (btrace_stitch_bts): ...this.
13022 * btrace.h (parse_xml_btrace): Update parameters.
13023 (make_cleanup_btrace_data): New.
13024 * common/btrace-common.c: New.
13025 * common/btrace-common.h: Include common-defs.h.
13026 (btrace_block_s): Update comment.
13027 (btrace_format): New.
13028 (btrace_format_string): New.
13029 (btrace_data_bts): New.
13030 (btrace_data): New.
13031 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
13032 * remote.c (remote_read_btrace): Update parameters.
13033 * target.c (target_read_btrace): Update parameters.
13034 * target.h (target_read_btrace): Update parameters.
13035 (target_ops)<to_read_btrace>: Update parameters.
13036 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
13037 * target-delegates.c: Regenerate.
13038 * target-debug (target_debug_print_struct_btrace_data_p): New.
13039 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
13040 (linux_read_bts): ...this.
13041 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
13042
13043 2015-02-06 Doug Evans <dje@google.com>
13044
13045 * remote-m32r-sdi.c: Include symfile.h.
13046
13047 2015-02-06 Doug Evans <dje@google.com>
13048
13049 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
13050 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
13051 to here.
13052
13053 2015-02-06 Pedro Alves <palves@redhat.com>
13054
13055 * linux-thread-db.c (find_new_threads_callback): Add debug output.
13056
13057 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 PR gdb/15678
13060 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
13061 (enable_count_command): Check args for NULL value.
13062
13063 2015-02-05 Doug Evans <xdje42@gmail.com>
13064
13065 * guile/scm-frame.c: Fix spelling errors in a comment.
13066
13067 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13068
13069 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
13070 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
13071 return type.
13072
13073 2015-02-04 Pedro Alves <palves@redhat.com>
13074
13075 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
13076 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
13077 returns true.
13078 (resume_stopped_resumed_lwps): Don't check whether the thread is
13079 marked as executing.
13080 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
13081
13082 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13083
13084 * regset.h (struct regset): Add flags field.
13085 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
13086 * corelow.c (get_core_register_section): Add warning if the size
13087 exceeds the requested size and the regset does not have the
13088 REGSET_VARIABLE_SIZE flag set.
13089 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
13090 flag.
13091 * armbsd-tdep.c (armbsd_gregset): Likewise.
13092 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
13093 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
13094 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
13095 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
13096
13097 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13098
13099 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
13100 For ".reg-xstate", explicitly specify the requested section size
13101 via X86_XSTATE_SIZE instead of just 0 on input and
13102 X86_XSTATE_MAX_SIZE on output.
13103 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
13104 Likewise.
13105
13106 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13107
13108 PR corefiles/17808:
13109 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
13110 function type, particularly its SIZE parameter.
13111 * gdbarch.h: Regenerate.
13112 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
13113 actual against required size using ">=" instead of "==".
13114 (amd64_collect_fpregset): Likewise.
13115 * i386-tdep.c (i386_supply_gregset): Likewise.
13116 (i386_collect_gregset): Likewise.
13117 (i386_supply_fpregset): Likewise.
13118 (i386_collect_fpregset): Likewise.
13119 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
13120 (mips_fill_gregset_wrapper): Likewise.
13121 (mips_supply_fpregset_wrapper): Likewise.
13122 (mips_fill_fpregset_wrapper): Likewise.
13123 (mips64_supply_gregset_wrapper): Likewise.
13124 (mips64_fill_gregset_wrapper): Likewise.
13125 (mips64_supply_fpregset_wrapper): Likewise.
13126 (mips64_fill_fpregset_wrapper): Likewise.
13127 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
13128 (am33_supply_fpregset_method): Likewise.
13129 (am33_collect_gregset_method): Likewise.
13130 (am33_collect_fpregset_method): Likewise.
13131
13132 2015-02-04 Doug Evans <dje@google.com>
13133 Pedro Alves <palves@redhat.com>
13134 Eli Zaretskii <eliz@gnu.org>
13135
13136 PR tui/17810
13137 * tui/tui-command.c (tui_refresh_cmd_win): New function.
13138 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
13139 * tui/tui-file.c: #include tui/tui-command.h.
13140 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
13141 (tui_file_flush): Refresh command window if stream is gdb_stdout.
13142 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
13143
13144 2015-02-04 Pedro Alves <palves@redhat.com>
13145
13146 Fix build breakage.
13147 * event-loop.c (gdb_do_one_event): Add default switch case.
13148
13149 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13150
13151 Filter out inferior gcc option -fpreprocessed.
13152 * compile/compile.c (filter_args): New function.
13153 (get_args): Use it.
13154
13155 2015-02-03 Pedro Alves <palves@redhat.com>
13156
13157 * event-loop.c: Don't declare nor define a queue type for
13158 gdb_event_p.
13159 (event_queue): Delete.
13160 (create_event, create_file_event, gdb_event_xfree)
13161 (initialize_event_loop, process_event): Delete.
13162 (gdb_do_one_event): Return as soon as one event is handled.
13163 (handle_file_event): Change prototype. Used the passed in
13164 file_handler pointer and ready_mask instead of looping over all
13165 file handlers.
13166 (gdb_wait_for_event): Update the poll/select timeouts before
13167 blocking. Run event handlers directly instead of queueing events.
13168 Return as soon as one event is handled.
13169 (struct async_event_handler_data): Delete.
13170 (invoke_async_event_handler): Delete.
13171 (check_async_event_handlers): Change return type to int. Run
13172 event handlers directly instead of queueing events. Return as
13173 soon as one event is handled.
13174 (handle_timer_event): Delete.
13175 (update_wait_timeout): New function, factored out from
13176 poll_timers.
13177 (poll_timers): Reimplement.
13178 * event-loop.h (initialize_event_loop): Delete declaration.
13179 * top.c (gdb_init): Don't call initialize_event_loop.
13180
13181 2015-02-03 Pedro Alves <palves@redhat.com>
13182
13183 * event-loop.c (clear_async_event_handler): New function.
13184 * event-loop.h (clear_async_event_handler): New declaration.
13185 * record-btrace.c (record_btrace_async): New function.
13186 (init_record_btrace_ops): Install record_btrace_async.
13187 * record-full.c (record_full_async): New function.
13188 (record_full_resume): Don't mark the async event source here.
13189 (init_record_full_ops): Install record_full_async.
13190 (record_full_core_resume): Don't mark the async event source here.
13191 (init_record_full_core_ops): Install record_full_async.
13192 * remote.c (remote_async): Mark and clear the async stop reply
13193 queue event-loop token as appropriate.
13194
13195 2015-02-03 Pedro Alves <palves@redhat.com>
13196
13197 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
13198 target_is_async_p instead of target_can_async.
13199 (linux_nat_wait): Use target_is_async_p instead of
13200 target_can_async. Don't enable async here.
13201 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
13202 target_is_async_p instead of target_can_async.
13203
13204 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
13205
13206 * varobj.h (lang_varobj_ops): Mention which return values need
13207 to be freed.
13208
13209 2015-02-02 Joel Brobecker <brobecker@adacore.com>
13210
13211 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
13212
13213 2015-02-02 Joel Brobecker <brobecker@adacore.com>
13214
13215 PR gdb/17856:
13216 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
13217 results found in the cache.
13218
13219 2015-02-02 Joel Brobecker <brobecker@adacore.com>
13220
13221 PR gdb/17854:
13222 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
13223 when allocating a new one.
13224
13225 2015-02-01 Tom Tromey <tom@tromey.com>
13226
13227 * MAINTAINERS: Remove myself.
13228
13229 2015-01-31 Doug Evans <xdje42@gmail.com>
13230
13231 * dwarf2read.c (process_structure_scope): Update setting of
13232 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
13233 * gdbtypes.c (internal_type_vptr_fieldno): New function.
13234 (set_type_vptr_fieldno): New function.
13235 (internal_type_vptr_basetype): New function.
13236 (set_type_vptr_basetype): New function.
13237 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
13238 TYPE_VPTR_BASETYPE.
13239 (allocate_cplus_struct_type): Initialize vptr_fieldno.
13240 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
13241 (print_cplus_stuff): ... moved here.
13242 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
13243 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
13244 moved to ...
13245 (struct cplus_struct_type): ... here. All uses updated.
13246 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
13247 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
13248 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
13249 * stabsread.c (read_tilde_fields): Update setting of
13250 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
13251
13252 2015-01-31 Doug Evans <xdje42@gmail.com>
13253
13254 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
13255 to self_p.
13256 (cp_print_class_member): Rename local domain to self_type.
13257 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
13258 domain_type to self_type.
13259 (set_die_type) <need_gnat_info>: Handle
13260 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
13261 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
13262 TYPE_SPECIFIC_SELF_TYPE.
13263 * gdbtypes.c (internal_type_self_type): New function.
13264 (set_type_self_type): New function.
13265 (smash_to_memberptr_type): Rename parameter domain to self_type.
13266 Update setting of TYPE_SELF_TYPE.
13267 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
13268 (smash_to_method_type): Rename parameter domain to self_type.
13269 Update setting of TYPE_SELF_TYPE.
13270 (check_stub_method): Call smash_to_method_type.
13271 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
13272 (copy_type_recursive): Ditto.
13273 * gdbtypes.h (enum type_specific_kind): New value
13274 TYPE_SPECIFIC_SELF_TYPE.
13275 (struct main_type) <type_specific>: New member self_type.
13276 (struct cplus_struct_type) <fn_field.type>: Update comment.
13277 (TYPE_SELF_TYPE): Rewrite.
13278 (internal_type_self_type, set_type_self_type): Declare.
13279 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
13280 self_type.
13281 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
13282 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
13283 TYPE_TARGET_TYPE.
13284 * stabsread.c (read_member_functions): Mark methods with
13285 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
13286 TYPE_SELF_TYPE.
13287
13288 2015-01-31 Doug Evans <xdje42@gmail.com>
13289
13290 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
13291 All uses updated.
13292
13293 2015-01-31 Doug Evans <xdje42@gmail.com>
13294
13295 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
13296 or unions. Return zero if union.
13297 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
13298 (gnuv3_rtti_type): Pass already-check_typedef'd value to
13299 gnuv3_get_vtable.
13300 (compute_vtable_size): Assert only passed structs.
13301 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
13302
13303 2015-01-31 Doug Evans <xdje42@gmail.com>
13304
13305 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
13306 kinds.
13307
13308 2015-01-31 Gary Benson <gbenson@redhat.com>
13309 Doug Evans <dje@google.com>
13310
13311 PR cli/9007
13312 PR cli/11920
13313 PR cli/15548
13314 * cli/cli-cmds.c (complete_command): Notify user if max-completions
13315 reached.
13316 * common/common-exceptions.h (enum errors)
13317 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
13318 * completer.h (get_max_completions_reached_message): New declaration.
13319 (max_completions): Likewise.
13320 (completion_tracker_t): New typedef.
13321 (new_completion_tracker): New declaration.
13322 (make_cleanup_free_completion_tracker): Likewise.
13323 (maybe_add_completion_enum): New enum.
13324 (maybe_add_completion): New declaration.
13325 (throw_max_completions_reached_error): Likewise.
13326 * completer.c (max_completions): New global variable.
13327 (new_completion_tracker): New function.
13328 (free_completion_tracker): Likewise.
13329 (make_cleanup_free_completion_tracker): Likewise.
13330 (maybe_add_completions): Likewise.
13331 (throw_max_completions_reached_error): Likewise.
13332 (complete_line): Remove duplicates and limit result to max_completions
13333 entries.
13334 (get_max_completions_reached_message): New function.
13335 (gdb_display_match_list): Handle max_completions.
13336 (_initialize_completer): New declaration and function.
13337 * symtab.c: Include completer.h.
13338 (completion_tracker): New static variable.
13339 (completion_list_add_name): Call maybe_add_completion.
13340 (default_make_symbol_completion_list_break_on_1): Renamed from
13341 default_make_symbol_completion_list_break_on. Maintain
13342 completion_tracker across calls to completion_list_add_name.
13343 (default_make_symbol_completion_list_break_on): New function.
13344 * top.c (init_main): Set rl_completion_display_matches_hook.
13345 * tui/tui-io.c: Include completer.h.
13346 (tui_old_rl_display_matches_hook): New static global.
13347 (tui_rl_display_match_list): Notify user if max-completions reached.
13348 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
13349 * NEWS (New Options): Mention set/show max-completions.
13350
13351 2015-01-31 Gary Benson <gbenson@redhat.com>
13352
13353 * symtab.c (struct add_name_data) <code>: New field.
13354 Updated comments.
13355 (add_symtab_completions): New function.
13356 (symtab_expansion_callback): Likewise.
13357 (default_make_symbol_completion_list_break_on): Set datum.code.
13358 Move minimal symbol scan before calling expand_symtabs_matching.
13359 Scan known primary symtabs for externs and statics before calling
13360 expand_symtabs_matching. Pass symtab_expansion_callback as
13361 expansion_notify argument to expand_symtabs_matching. Do not scan
13362 primary symtabs for externs and statics after calling
13363 expand_symtabs_matching.
13364
13365 2015-01-31 Gary Benson <gbenson@redhat.com>
13366
13367 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
13368 (struct quick_symbol_functions) <expand_symtabs_matching>:
13369 New argument expansion_notify. All uses updated.
13370 (expand_symtabs_matching): New argument expansion_notify.
13371 All uses updated.
13372 * symfile-debug.c (debug_qf_expand_symtabs_matching):
13373 Also print expansion notify.
13374 * symtab.c (expand_symtabs_matching_via_partial): Call
13375 expansion_notify whenever a partial symbol table is expanded.
13376 * dwarf2read.c (dw2_expand_symtabs_matching): Call
13377 expansion_notify whenever a symbol table is instantiated.
13378
13379 2015-01-31 Doug Evans <xdje42@gmail.com>
13380
13381 * cli-out.c: #include completer.h, readline/readline.h.
13382 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
13383 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
13384 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
13385 * cli-out.h (cli_display_match_list): Declare.
13386 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
13387 (ELLIPSIS_LEN): Ditto.
13388 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
13389 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
13390 (gdb_fnprint, gdb_print_filename): Ditto.
13391 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
13392 (gdb_display_match_list): Ditto.
13393 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
13394 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
13395 (mld_beep_ftype, mld_read_key_ftype): Ditto.
13396 (match_list_displayer): New struct.
13397 (gdb_display_match_list): Declare.
13398 * top.c (init_main): Set rl_completion_display_matches_hook.
13399 * tui/tui-io.c: #include completer.h.
13400 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
13401 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
13402 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
13403 (tui_mld_getc, tui_mld_read_key): Ditto.
13404 (tui_rl_display_match_list): Rewrite.
13405 (tui_handle_resize_during_io): New arg for_completion. All callers
13406 updated.
13407
13408 2015-01-31 Doug Evans <xdje42@gmail.com>
13409
13410 Add symbol lookup cache.
13411 * NEWS: Document new options and commands.
13412 * symtab.c (symbol_cache_key): New static global.
13413 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
13414 (SYMBOL_LOOKUP_FAILED): New macro.
13415 (symbol_cache_slot_state): New enum.
13416 (block_symbol_cache): New struct.
13417 (symbol_cache): New struct.
13418 (new_symbol_cache_size, symbol_cache_size): New static globals.
13419 (hash_symbol_entry, eq_symbol_entry): New functions.
13420 (symbol_cache_byte_size, resize_symbol_cache): New functions.
13421 (make_symbol_cache, free_symbol_cache): New functions.
13422 (get_symbol_cache, symbol_cache_cleanup): New function.
13423 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
13424 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
13425 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
13426 (symbol_cache_flush, symbol_cache_dump): New functions.
13427 (maintenance_print_symbol_cache): New function.
13428 (maintenance_flush_symbol_cache): New function.
13429 (symbol_cache_stats): New function.
13430 (maintenance_print_symbol_cache_statistics): New function.
13431 (symtab_new_objfile_observer): New function.
13432 (symtab_free_objfile_observer): New function.
13433 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
13434 (_initialize_symtab): Init symbol_cache_key. New parameter
13435 maint symbol-cache-size. New maint commands print symbol-cache,
13436 print symbol-cache-statistics, flush-symbol-cache.
13437 Install new_objfile, free_objfile observers.
13438
13439 2015-01-31 Joel Brobecker <brobecker@adacore.com>
13440
13441 PR symtab/17855
13442 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
13443 to end.
13444
13445 2015-01-31 Doug Evans <xdje42@gmail.com>
13446
13447 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
13448 * auto-load.c: #include ctype.h.
13449 (struct auto_load_pspace_info): Replace member loaded_scripts with
13450 new members loaded_script_files, loaded_script_texts.
13451 (auto_load_pspace_data_cleanup): Update.
13452 (init_loaded_scripts_info): Update.
13453 (get_auto_load_pspace_data_for_loading): Update.
13454 (maybe_add_script_file): Renamed from maybe_add_script. All callers
13455 updated.
13456 (maybe_add_script_text): New function.
13457 (clear_section_scripts): Update.
13458 (source_script_file, execute_script_contents): New functions.
13459 (source_section_scripts): Add support for
13460 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
13461 (print_scripts): New function.
13462 (auto_load_info_scripts): Also print inlined scripts.
13463 (maybe_print_unsupported_script_warning): Renamed from
13464 unsupported_script_warning_print. All callers updated.
13465 (maybe_print_script_not_found_warning): Renamed from
13466 script_not_found_warning_print. All callers updated.
13467 * extension-priv.h (struct extension_language_script_ops): New member
13468 objfile_script_executor.
13469 * extension.c (ext_lang_objfile_script_executor): New function.
13470 * extension.h (objfile_script_executor_func): New typedef.
13471 (ext_lang_objfile_script_executor): Declare.
13472 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
13473 * guile/guile.c (guile_extension_script_ops): Update.
13474 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
13475 * python/python.c (python_extension_script_ops): Update.
13476 (gdbpy_execute_objfile_script): New function.
13477
13478 2015-01-31 Eli Zaretskii <eliz@gnu.org>
13479
13480 * tui/tui-io.c (tui_expand_tabs): New function.
13481 (tui_puts, tui_redisplay_readline): Expand TABs into the
13482 appropriate number of spaces.
13483 * tui/tui-regs.c: Include tui-io.h.
13484 (tui_register_format): Call tui_expand_tabs to expand TABs into
13485 the appropriate number of spaces.
13486 * tui/tui-io.h: Add prototype for tui_expand_tabs.
13487
13488 2015-01-30 Doug Evans <dje@google.com>
13489
13490 * NEWS: "info source" command now display producer string if present.
13491 * source.c (source_info): Print producer string if present.
13492
13493 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13494
13495 * varobj.c (varobj_delete): Fix comment.
13496
13497 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13498
13499 * varobj.c (create_child): Modify comment.
13500
13501 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
13504 parameter.
13505 (ada_name_of_variable): Same.
13506 (ada_path_expr_of_child): Same.
13507 (ada_value_of_variable): Same.
13508 (ada_value_is_changeable_p): Same.
13509 (ada_value_has_mutated): Same.
13510 * c-varobj.c (varobj_is_anonymous_child): Same.
13511 (c_is_path_expr_parent): Same.
13512 (c_number_of_children): Same.
13513 (c_name_of_variable): Same.
13514 (c_path_expr_of_child): Same.
13515 (get_type): Same.
13516 (c_value_of_variable): Same.
13517 (cplus_number_of_children): Same.
13518 (cplus_name_of_variable): Same.
13519 (cplus_path_expr_of_child): Same.
13520 (cplus_value_of_variable): Same.
13521 * jv-varobj.c (java_number_of_children): Same.
13522 (java_name_of_variable): Same.
13523 (java_path_expr_of_child): Same.
13524 (java_value_of_variable): Same.
13525 * varobj.c (number_of_children): Same.
13526 (name_of_variable): Same.
13527 (is_root_p): Same.
13528 (varobj_ensure_python_env): Same.
13529 (varobj_get_objname): Same.
13530 (varobj_get_expression): Same.
13531 (varobj_get_display_format): Same.
13532 (varobj_get_display_hint): Same.
13533 (varobj_has_more): Same.
13534 (varobj_get_thread_id): Same.
13535 (varobj_get_frozen): Same.
13536 (dynamic_varobj_has_child_method): Same.
13537 (varobj_get_gdb_type): Same.
13538 (is_path_expr_parent): Same.
13539 (varobj_default_is_path_expr_parent): Same.
13540 (varobj_get_language): Same.
13541 (varobj_get_attributes): Same.
13542 (varobj_is_dynamic_p): Same.
13543 (varobj_get_child_range): Same.
13544 (varobj_value_has_mutated): Same.
13545 (varobj_get_value_type): Same.
13546 (number_of_children): Same.
13547 (name_of_variable): Same.
13548 (check_scope): Same.
13549 (varobj_editable_p): Same.
13550 (varobj_value_is_changeable_p): Same.
13551 (varobj_floating_p): Same.
13552 (varobj_default_value_is_changeable_p): Same.
13553
13554 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13555
13556 * varobj.c (varobj_get_path_expr): Set var->path_expr.
13557 * c-varobj.c (c_path_expr_of_child): Set local var instead of
13558 child->path_expr.
13559 (cplus_path_expr_of_child): Same.
13560
13561 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13562
13563 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
13564 result.
13565 (mi_cmd_var_info_expression): Same.
13566 * varobj.c (varobj_get_expression): Mention in the comment that
13567 the result must by freed by the caller.
13568
13569 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
13570
13571 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
13572 varobj_get_type.
13573 (varobj_update_one): Same.
13574 * varobj.c (update_type_if_necessary): Free curr_type_str and
13575 new_type_str.
13576 (varobj_get_type): Specify in comment that the result needs to be
13577 freed by the caller.
13578
13579 2015-01-29 Doug Evans <dje@google.com>
13580
13581 PR symtab/17890
13582 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
13583
13584 2015-01-25 Mark Wielaard <mjw@redhat.com>
13585
13586 * dwarf2read.c (checkproducer): Call producer_is_gcc.
13587 * utils.c (producer_is_gcc_ge_4): Likewise.
13588 (producer_is_gcc): New function.
13589 * utils.h (producer_is_gcc): New declaration.
13590
13591 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13592
13593 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
13594 kind.
13595 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
13596 parameter by "addr_stack" parameter.
13597 (resolve_dynamic_range): Replace "addr" parameter by
13598 "stack_addr" parameter. Update function documentation.
13599 Update code accordingly.
13600 (resolve_dynamic_array, resolve_dynamic_union)
13601 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
13602 (resolve_dynamic_type): Update code, following the changes made
13603 to resolve_dynamic_type_internal's interface.
13604 * dwarf2loc.h (struct property_addr_info): New.
13605 (dwarf2_evaluate_property): Replace "address" parameter
13606 by "addr_stack" parameter. Adjust function documentation.
13607 (struct dwarf2_offset_baton): New.
13608 (struct dwarf2_property_baton): Update documentation of
13609 field "referenced_type" to be more general. New field
13610 "offset_info" in union data field.
13611 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
13612 parameter by "addr_stack" parameter. Adjust code accordingly.
13613 Add support for PROP_ADDR_OFFSET properties.
13614 * dwarf2read.c (attr_to_dynamic_prop): Add support for
13615 DW_AT_data_member_location attributes as well. Use case
13616 statements instead of if/else condition.
13617
13618 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13619
13620 * ada-varobj.c (ada_varobj_get_array_number_of_children):
13621 Return zero if PARENT_VALUE is NULL and parent_type's
13622 range type is dynamic.
13623
13624 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13625
13626 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
13627 nonzero if the type's subtype is dynamic.
13628 (resolve_dynamic_range): Also resolve the range's subtype.
13629
13630 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
13631
13632 Pushed by Joel Brobecker <brobecker@adacore.com>.
13633 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
13634
13635 2015-01-27 Doug Evans <dje@google.com>
13636
13637 * NEWS: Mention gdb.Objfile.username.
13638 * python/py-objfile.c (objfpy_get_username): New function.
13639 (objfile_getset): Add "username".
13640
13641 2015-01-24 Mark Wielaard <mjw@redhat.com>
13642
13643 * stack.c (return_command): Markup warning message with _.
13644
13645 2015-01-24 Doug Evans <xdje42@gmail.com>
13646
13647 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
13648
13649 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13650
13651 Fix 100x slowdown regression on DWZ files.
13652 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
13653 (struct line_header): Add offset and offset_in_dwz.
13654 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
13655 (free_line_header_voidp): New declaration.
13656 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
13657 functions.
13658 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
13659 (handle_DW_AT_stmt_list): Use line_header_hash.
13660 (free_line_header_voidp): New function.
13661 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
13662 (dwarf_decode_lines): New parameter decode_mapping, use it.
13663 (dwarf2_free_objfile): Free line_header_hash.
13664
13665 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13666
13667 PR gdb/17416
13668 * valops.c (value_rtti_indirect_type): Catch exception thrown by
13669 value_ind.
13670
13671 2015-01-15 Mark Wielaard <mjw@redhat.com>
13672
13673 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
13674 DW_AT_noreturn.
13675 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
13676 calling_convention an 8 bit bit field.
13677 (TYPE_NO_RETURN): New macro.
13678 * infcmd.c (finish_command): Query if function does not return
13679 normally.
13680 * stack.c (return_command): Likewise.
13681
13682 2015-01-23 Pedro Alves <palves@redhat.com>
13683
13684 * linux-nat.c (linux_is_async_p): New macro.
13685 (linux_nat_is_async_p):
13686 (linux_nat_terminal_inferior): Check whether the target can async
13687 instead of whether it is already async.
13688 (linux_nat_terminal_ours): Don't check whether the target is
13689 async.
13690 (linux_async_pipe): Use linux_is_async_p.
13691
13692 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13693
13694 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
13695 '-ascending'.
13696 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
13697 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
13698 Sort tp_array using tp_array_compar.
13699 (_initialize_thread): Extend thread_apply_all_command help.
13700
13701 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13702
13703 * corelow.c (core_open): Call also thread_command.
13704 * gdbthread.h (thread_command): New prototype moved from ...
13705 * thread.c (thread_command): ... here.
13706 (thread_command): Make it global.
13707
13708 2015-01-22 Pedro Alves <palves@redhat.com>
13709
13710 * configure.ac [*mingw32*]: Check $curses_found instead of
13711 $prefer_curses.
13712 * configure: Regenerate.
13713 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
13714 HAVE_NCURSES_NCURSES_H checks.
13715
13716 2015-01-22 Eli Zaretskii <eliz@gnu.org>
13717
13718 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
13719 fails with the 1st arg NULL, try again with "unknown". Don't test
13720 the "cup" capability: it isn't supported by the Windows port of
13721 ncurses, but the Windows console driver is still capable of
13722 supporting TUI.
13723
13724 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13725
13726 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
13727
13728 2015-01-22 Eli Zaretskii <eliz@gnu.org>
13729
13730 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
13731 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
13732 reason that "make TAGS" is broken.
13733
13734 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
13735
13736 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
13737 and check additional store instructions.
13738
13739 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
13740
13741 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
13742
13743 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
13744
13745 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
13746 ppc_canonicalize_syscall, ppc_linux_syscall_record,
13747 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
13748 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13749 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
13750 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
13751 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
13752 ppc_process_record_op19, ppc_process_record_op31,
13753 ppc_process_record_op59, ppc_process_record_op60,
13754 ppc_process_record_op63): Likewise.
13755
13756 2015-01-20 Joel Brobecker <brobecker@adacore.com>
13757
13758 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
13759 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
13760 strerror.
13761
13762 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
13763
13764 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
13765 ppc_process_record_op31, ppc_process_record_op59,
13766 ppc_process_record_op60, ppc_process_record_op63,
13767 ppc_process_record): Fix -Wformat warning.
13768 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
13769 Remove unused variables.
13770
13771 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
13772
13773 * MAINTAINERS (Write After Approval): Add "Chen Gang".
13774
13775 2015-01-19 Eli Zaretskii <eliz@gnu.org>
13776
13777 * configure.ac [*mingw32*]: Only add windows-termcap.o to
13778 CONFIG_OBS if not building with a curses library.
13779 * configure: Regenerate.
13780
13781 * windows-termcap.c: Include defs.h. Make the whole body empty if
13782 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
13783 HAVE_NCURSES_NCURSES_H is defined.
13784
13785 2015-01-19 Joel Brobecker <brobecker@adacore.com>
13786
13787 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
13788 from end of line to start of next line.
13789
13790 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13791
13792 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
13793 Scan PLT stub backward for reverse debugging.
13794 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13795
13796 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13797 Ulrich Weigand <uweigand@de.ibm.com>
13798
13799 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
13800 gdb_target_obs.
13801 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
13802 record.
13803 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
13804 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
13805 (ppc_linux_init_abi): Set process_record, process_record_signal.
13806 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
13807 ppc_linux_record_tdep to gdbarch_tdep.
13808 (ppc_process_record): New declaration.
13809 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
13810 ppc_process_record_op19, ppc_process_record_op31,
13811 ppc_process_record_op59, ppc_process_record_op60,
13812 ppc_process_record_op63, ppc_process_record): New functions.
13813
13814 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13815
13816 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
13817 rs6000_in_function_epilogue_frame_p and add an argument
13818 for frame_info.
13819 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
13820 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
13821 New functions.
13822 (rs6000_epilogue_frame_unwind): New.
13823 (rs6000_gdbarch_init): Append epilogue unwinder.
13824
13825 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
13826
13827 * nat/linux-personality.c: Replace "#ifndef
13828 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
13829 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
13830 systems.
13831
13832 2015-01-16 Eli Zaretskii <eliz@gnu.org>
13833
13834 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
13835 functions.
13836 (_initialize_tui_win) <border-kind, border-mode>:
13837 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
13838 (tui_set_tab_width_command): Fix the commentary.
13839
13840 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
13841
13842 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
13843 Doc fix.
13844 (tui_set_tab_width_command): Delete and recreate the source and
13845 the disassembly windows, to show the effect of the changed tab
13846 size immediately.
13847
13848 * tui/tui-data.h (LINE_PREFIX): Make shorter
13849 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
13850 "Thread NNNNN.XXXX" thread ID notation on Windows.
13851
13852 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13853
13854 Fix gcc-5 compilation.
13855 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
13856
13857 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13858
13859 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
13860 (linux-personality.o): New rule.
13861 * common/common-defs.h: Include <stdint.h>.
13862 * config/aarch64/linux.mh (NATDEPFILES): Include
13863 linux-personality.o.
13864 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
13865 * config/arm/linux.mh (NATDEPFILES): Likewise.
13866 * config/i386/linux64.mh (NATDEPFILES): Likewise.
13867 * config/i386/linux.mh (NATDEPFILES): Likewise.
13868 * config/ia64/linux.mh (NATDEPFILES): Likewise.
13869 * config/m32r/linux.mh (NATDEPFILES): Likewise.
13870 * config/m68k/linux.mh (NATDEPFILES): Likewise.
13871 * config/mips/linux.mh (NATDEPFILES): Likewise.
13872 * config/pa/linux.mh (NATDEPFILES): Likewise.
13873 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
13874 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
13875 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
13876 * config/s390/linux.mh (NATDEPFILES): Likewise.
13877 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
13878 * config/sparc/linux.mh (NATDEPFILES): Likewise.
13879 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
13880 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
13881 * defs.h: Remove #include <stdint.h> (moved to
13882 common/common-defs.h).
13883 * linux-nat.c: Include nat/linux-personality.h. Remove #include
13884 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
13885 nat/linux-personality.c).
13886 (linux_nat_create_inferior): Remove code to disable address space
13887 randomization (moved to nat/linux-personality.c). Create cleanup
13888 to disable address space randomization.
13889 * nat/linux-personality.c: New file.
13890 * nat/linux-personality.h: Likewise.
13891
13892 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13893
13894 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
13895 common/posix-strerror.c.
13896 (posix-strerror.o): New rule.
13897 (mingw-strerror.o): Likewise.
13898 * common/common-utils.h (safe_strerror): Move prototype to here,
13899 from utils.h.
13900 * common/common.host: New file.
13901 * common/mingw-strerror.c: Likewise.
13902 * common/posix-strerror.c: Likewise.
13903 * configure: Regenerated.
13904 * configure.ac: Source common/common.host. Add variable
13905 common_host_obs to gdb_host_obs.
13906 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
13907 gdb/common/posix-strerror.c when warning about the use of
13908 strerror.
13909 * mingw-hdep.c (safe_strerror): Remove definition; move it to
13910 common/mingw-strerror.c.
13911 * posix-hdep.c (safe_strerror): Remove definition; move it to
13912 common/posix-hdep.c.
13913 * utils.h (safe_strerror): Remove prototype; move to
13914 common/common-utils.h.
13915
13916 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13917
13918 GDB 7.8.2 released.
13919
13920 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13921
13922 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13923 ___XA type if the array has already been fixed.
13924
13925 2015-01-14 Yao Qi <yao@codesourcery.com>
13926
13927 * Makefile.in (ppc-linux.o): New rule.
13928 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13929 * configure.ac: AC_CHECK_FUNCS(getauxval).
13930 * config.in: Re-generated.
13931 * configure: Re-generated.
13932 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13933 Declare.
13934 * nat/ppc-linux.c: New file.
13935 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13936 Call ppc64_64bit_inferior_p.
13937
13938 2015-01-14 Yao Qi <yao@codesourcery.com>
13939
13940 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13941 nat/ppc-linux.h.
13942 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13943 (PPC_FEATURE_HAS_DFP): Likewise.
13944 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13945 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13946 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13947 Include "nat/ppc-linux.h".
13948 * nat/ppc-linux.h: New file.
13949 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13950
13951 2015-01-14 Pedro Alves <palves@redhat.com>
13952
13953 PR gdb/17525
13954 * breakpoint.c: Include "interps.h".
13955 (bpstat_do_actions_1): Also check whether the interpreter is
13956 async.
13957
13958 2015-01-14 Pedro Alves <palves@redhat.com>
13959
13960 PR cli/17828
13961 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13962 reinstall if the interpreter is sync.
13963
13964 2015-01-13 Doug Evans <dje@google.com>
13965
13966 * objfiles.c (objfile_filename): New function.
13967 * objfiles.h (objfile_filename): Declare it.
13968 (objfile_name): Add function comment.
13969 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13970 bfd file name (which may be realpath'd), and the original name.
13971
13972 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13973
13974 * NEWS: Create a new section for the next release branch.
13975 Rename the section of the current branch, now that it has
13976 been cut.
13977
13978 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13979
13980 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13981 * version.in: Bump version to 7.9.50.DATE-cvs.
13982
13983 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13984
13985 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13986 Remove trailing new-line in argument of call to warning.
13987
13988 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13989
13990 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13991 new-line in argument of call to "warning".
13992
13993 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13994
13995 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13996 in static block, then try searching for primitive types.
13997
13998 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13999
14000 * top.h (gdb_add_history): Declare.
14001 * top.c (command_count): New variable.
14002 (gdb_add_history): New function.
14003 (gdb_safe_append_history): New static function.
14004 (quit_force): Call it.
14005 (command_line_input): Use gdb_add_history instead of
14006 add_history.
14007 * event-top.c (command_line_handler): Likewise.
14008
14009 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
14010
14011 PR gdb/17046
14012 * darwin-nat.c: Replace <machine/setjmp.h> #include by
14013 <setjmp.h> #include.
14014
14015 2015-01-11 Doug Evans <xdje42@gmail.com>
14016
14017 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
14018
14019 2015-01-11 Doug Evans <xdje42@gmail.com>
14020
14021 PR gdb/15830
14022 * NEWS: The "maint demangle" command is renamed as "demangle".
14023 * demangle.c: #include cli/cli-utils.h, language.h.
14024 (demangle_command): New function.
14025 (_initialize_demangle): Add new command "demangle".
14026 * maint.c (maintenance_demangle): Stub out.
14027 (_initialize_maint_cmds): Update help text for "maint demangle",
14028 and mark as deprecated.
14029
14030 2015-01-11 Mark Kettenis <kettenis@gnu.org>
14031
14032 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
14033 inferior_thread is a function.
14034
14035 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
14036
14037 * Makefile.in (.y.c): Don't munge yacc's #line
14038 directives.
14039
14040 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
14041
14042 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
14043 to prompt for input.
14044 * tui/tui-hooks.c (tui_query_hook): Remove.
14045 (tui_install_hooks): Don't set deprecated_query_hook.
14046 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
14047 height calculation. Always update the command window's cur_line.
14048
14049 2015-01-09 Pedro Alves <palves@redhat.com>
14050
14051 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
14052 function.
14053 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
14054 declaration.
14055 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
14056 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
14057 stop_reason.
14058 (check_stopped_by_watchpoint): New function.
14059 (save_sigtrap): Reimplement.
14060 (linux_nat_stopped_by_watchpoint): Adjust.
14061 (linux_nat_lp_status_is_event): Delete.
14062 (stop_wait_callback): Only call save_sigtrap after storing the
14063 pending status.
14064 (status_callback): If the thread had been stopped for a breakpoint
14065 that has since been removed, discard the event and resume the LWP.
14066 (count_events_callback, select_event_lwp_callback): Use
14067 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
14068 (cancel_breakpoint): Rename to ...
14069 (check_stopped_by_breakpoint): ... this. Record whether the LWP
14070 stopped for a software breakpoint or hardware breakpoint.
14071 (select_event_lwp): Only give preference to the stepping LWP in
14072 all-stop mode. Adjust comments.
14073 (stop_and_resume_callback): Remove references to new_pending_p.
14074 (linux_nat_filter_event): Likewise. Leave exit events of the
14075 leader thread pending here. Handle signal short circuiting here.
14076 Only call save_sigtrap after storing the pending waitstatus.
14077 (linux_nat_wait_1): Remove 'retry' label. Remove references to
14078 new_pending. Don't handle leaving events the caller is not
14079 interested in pending here, nor handle signal short-circuiting
14080 here. Also give equal priority to all LWPs that have had events
14081 in non-stop mode. If reporting a software breakpoint event,
14082 unadjust the LWP's PC.
14083 * linux-nat.h (enum lwp_stop_reason): New.
14084 (struct lwp_info) <stop_pc>: New field.
14085 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
14086 (struct lwp_info) <stop_reason>: New field.
14087 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
14088
14089 2015-01-09 Pedro Alves <palves@redhat.com>
14090
14091 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
14092 Set the LWP's 'resumed' flag.
14093
14094 2015-01-09 Pedro Alves <palves@redhat.com>
14095
14096 * linux-nat.c (linux_resume_one_lwp): New function.
14097 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
14098 (linux_nat_resume): Use lwp_status_pending_p and
14099 linux_resume_one_lwp.
14100 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
14101 (linux_handle_extended_wait): Use linux_resume_one_lwp.
14102 (status_callback, running_callback): Use lwp_status_pending_p.
14103 (lwp_status_pending_p): New function.
14104 (stop_and_resume_callback): Use lwp_status_pending_p.
14105 (linux_nat_filter_event): Use linux_resume_one_lwp.
14106 (linux_nat_wait_1): Always use status_callback to look for an LWP
14107 with a pending status. Use linux_resume_one_lwp.
14108 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
14109 linux_resume_one_lwp.
14110
14111 2015-01-09 Pedro Alves <palves@redhat.com>
14112
14113 * breakpoint.c (bp_location_inserted_here_p): New function,
14114 factored out from ...
14115 (breakpoint_inserted_here_p): ... here. Use
14116 ALL_BP_LOCATIONS_AT_ADDR.
14117 (software_breakpoint_inserted_here_p): Use
14118 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
14119
14120 2014-01-09 Pedro Alves <palves@redhat.com>
14121
14122 Skip enabling event reporting if the kernel supports
14123 PTRACE_EVENT_CLONE.
14124 * linux-thread-db.c: Include "nat/linux-ptrace.h".
14125 (thread_db_use_events): New function.
14126 (try_thread_db_load_1): Check thread_db_use_events before enabling
14127 event reporting.
14128 (update_thread_state): New function.
14129 (attach_thread): Use it. Check thread_db_use_events before
14130 enabling event reporting.
14131 (thread_db_detach): Check thread_db_use_events before disabling
14132 event reporting.
14133 (find_new_threads_callback): Check thread_db_use_events before
14134 enabling event reporting. Update the thread's state if not using
14135 libthread_db events.
14136
14137 2015-01-09 Pedro Alves <palves@redhat.com>
14138
14139 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
14140 about to wait for is > 0.
14141 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
14142 the kernel thread ID is -1.
14143
14144 2015-01-09 Pedro Alves <palves@redhat.com>
14145
14146 * linux-nat.c (attach_proc_task_lwp_callback): New function.
14147 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
14148 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
14149 ptrace option flags.
14150 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
14151 field.
14152 * nat/linux-procfs.c: Include <dirent.h>.
14153 (linux_proc_get_int): New parameter "warn". Handle it.
14154 (linux_proc_get_tgid): Adjust.
14155 (linux_proc_get_tracerpid): Rename to ...
14156 (linux_proc_get_tracerpid_nowarn): ... this.
14157 (linux_proc_pid_get_state): New function, factored out from
14158 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
14159 and handle it.
14160 (linux_proc_pid_is_gone): New function.
14161 (linux_proc_pid_is_stopped): Adjust.
14162 (linux_proc_pid_is_zombie_maybe_warn)
14163 (linux_proc_pid_is_zombie_nowarn): New functions.
14164 (linux_proc_pid_is_zombie): Use
14165 linux_proc_pid_is_zombie_maybe_warn.
14166 (linux_proc_attach_tgid_threads): New function.
14167 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
14168 (linux_proc_get_tracerpid): Rename to ...
14169 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
14170 (linux_proc_pid_is_gone): New declaration.
14171 (linux_proc_pid_is_zombie): Update comment.
14172 (linux_proc_pid_is_zombie_nowarn): New declaration.
14173 (linux_proc_attach_lwp_func): New typedef.
14174 (linux_proc_attach_tgid_threads): New declaration.
14175 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
14176 use nowarn functions.
14177 (linux_ptrace_attach_fail_reason_string): Move here from
14178 gdbserver/linux-low.c and rename.
14179 (ptrace_supports_feature): If the current ptrace options are not
14180 known yet, check them now, instead of asserting.
14181 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
14182 Declare.
14183
14184 2015-01-09 Pedro Alves <palves@redhat.com>
14185
14186 * linux-thread-db.c (thread_db_find_new_threads_silently)
14187 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
14188 (find_new_threads_once): Print debug output on gdb_stdlog.
14189
14190 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
14191 Pedro Alves <palves@redhat.com>
14192
14193 * compile/compile.c: Include "gdb_wait.h".
14194 (do_rmdir): Check return value, and free 'zap'.
14195
14196 2015-01-08 Pedro Alves <palves@redhat.com>
14197 Yao Qi <yao@codesourcery.com>
14198
14199 * dwarf2loc.c (indirect_pieced_value): Don't call
14200 gdb_sign_extend. Call extract_signed_integer instead.
14201 * utils.c (gdb_sign_extend): Remove.
14202 * utils.h (gdb_sign_extend): Remove declaration.
14203
14204 2015-01-07 Pierre Muller <muller@sourceware.org>
14205
14206 PR symtab/17811
14207 * stabsread.c (define_symbol): Set language for C++ special symbols.
14208
14209 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
14210
14211 * inflow.c (initial_gdb_ttystate): Tweak comment.
14212
14213 2015-01-07 Joel Brobecker <brobecker@adacore.com>
14214
14215 * inflow.c (set_initial_gdb_ttystate): Add empty line after
14216 comment documenting function.
14217
14218 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
14219
14220 * terminal.h (set_initial_gdb_ttystate): Declare.
14221 * inflow.c (initial_gdb_ttystate): New static variable.
14222 (set_initial_gdb_ttystate): New setter.
14223 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
14224 instead of our current terminal state.
14225 * top.c (gdb_init): Call set_initial_gdb_ttystate.
14226
14227 2015-01-07 Joel Brobecker <brobecker@adacore.com>
14228
14229 * guile/scm-type.c (tyscm_array_1): Add comment.
14230 * python/py-type.c (typy_array_1): Add comment.
14231
14232 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14233
14234 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
14235 error if N2 is equal to N1 - 1.
14236
14237 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14238
14239 * python/py-type.c (typy_array_1): Do not raise negative-length
14240 exception if N2 is equal to N1 - 1.
14241
14242 2015-01-03 Doug Evans <xdje42@gmail.com>
14243
14244 * c-exp.y: Whitespace cleanup.
14245 (classify_inner_name): Remove extra ;.
14246
14247 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
14248
14249 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
14250 offset signed.
14251
14252 2015-01-02 Doug Evans <dje@google.com>
14253
14254 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
14255
14256 2015-01-02 Doug Evans <dje@google.com>
14257
14258 * symtab.h (struct symbol): Fix typo in comment.
14259
14260 2015-01-01 Joel Brobecker <brobecker@adacore.com>
14261
14262 Update year range in copyright notice of all files.
14263
14264 2015-01-01 Joel Brobecker <brobecker@adacore.com>
14265
14266 * top.c (print_gdb_version): Update copyright year to 2015.
14267
14268 2015-01-01 Joel Brobecker <brobecker@adacore.com>
14269
14270 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
14271
14272 For older changes see ChangeLog-2014.
14273 \f
14274 Local Variables:
14275 mode: change-log
14276 left-margin: 8
14277 fill-column: 74
14278 version-control: never
14279 coding: utf-8
14280 End:
This page took 0.302364 seconds and 5 git commands to generate.