3 * ppc-tdep.h (enum powerpc_elf_abi): New data type.
4 (struct gdbarch_tdep): New member elf_abi.
6 * rs6000-tdep.c: Include "elf/ppc64.h".
7 (rs6000_gdbarch_init): Detect ELF ABI version.
11 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
12 within a register pair holding a DFP 128-bit value on little-endian.
13 (ppc64_sysv_abi_return_value_base): Likewise.
14 * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
15 (dfp_pseudo_register_write): Likewise.
19 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
20 offset on little-endian when passing _Decimal32.
21 (ppc64_sysv_abi_return_value_base): Likewise for return values.
25 * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
26 of the overlapped FP register within the VSX register on little-
28 (efpr_pseudo_register_write): Likewise.
32 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
33 offset on little-endian when passing small structures.
37 * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
38 (struct ppc64_sysv_argpos): New data structure.
39 (ppc64_sysv_abi_push_float): Remove.
40 (ppc64_sysv_abi_push_val): New function.
41 (ppc64_sysv_abi_push_integer): Likewise.
42 (ppc64_sysv_abi_push_freg): Likewise.
43 (ppc64_sysv_abi_push_vreg): Likewise.
44 (ppc64_sysv_abi_push_param): Likewise.
45 (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
46 (ppc64_sysv_abi_return_value_base): New function.
47 (ppc64_sysv_abi_return_value): Refactor to use it.
51 * NEWS: Document new target powerpc64le-*-linux*.
55 * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
56 (sparc64obsd_supply_gregset): Handle registers sets used in ELF
58 (sparc64obsd_init_abi): Adjust minimum size of the general purpose
59 register set used in ELF core dumps. Add floating-point register set.
63 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
64 dwarf2_to_gdb[] table using symbolic constants. Adjust
65 penultimate entry from number representing the PC register
66 to symbolic constant representing the MDR register. Add
67 constant for the PC register to the end of the table.
71 * bsd-kvm.c: Include <sys/param.h>
75 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
79 * ada-lang.h (clear_ada_sym_cache): Delete.
83 * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
87 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
88 the sigreturn register save area only if the syscall is
93 * valops.c (value_slice): Minor reformatting.
97 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
101 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
103 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
104 (ada_ignore_descriptive_types_p): New static global.
105 (find_parallel_type_by_descriptive_type): Return immediately
106 if ada_ignore_descriptive_types_p is set.
107 (_initialize_ada_language): Register new commands "maintenance
108 set ada", "maintenance show ada", "maintenance set ada
109 ignore-descriptive-types" and "maintenance show ada
110 ignore-descriptive-types".
111 * NEWS: Add entry for new "maint ada set/show
112 ignore-descriptive-types" commands.
116 * record-btrace.c (record_btrace_close): Call btrace_teardown
121 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
126 * ada-typeprint (type_is_full_subrange_of_target_type):
128 (print_range): Add parameter bounds_prefered_p. If not set,
129 try printing range types using the name of their base type.
130 (print_range_type): Add parameter bounds_prefered_p.
131 Use it in call to print_range.
132 (print_array_type, ada_print_type): Update calls to print_range
133 and print_range_type.
137 * ada-typeprint.c (print_array_type, print_choices, print_range)
138 (print_range_bound, print_dynamic_range_bound, print_range_type):
143 * ada-typeprint.c (print_range): Add missing empty line
144 after local declaration.
148 * ada-valprint.c (print_optional_low_bound): Get index_type's
149 target type for as long as it is a TYPE_CODE_RANGE.
153 * procfs.c (procfs_make_note_section): Remove assertion and
158 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
159 * corelow.c (get_core_siginfo): Likewise.
163 * remote.c (remote_write_bytes_aux): Change type of 'len' to
164 ULONGEST. Don't check 'len' is negative.
165 (remote_write_bytes): Change type of 'len' to ULONGEST.
170 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
171 Handle exception from frame.block.
172 (FrameVars.fetch_frame_locals): Likewise.
177 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
178 on a NULL pointer. Move "goto error" to correct place.
183 * python/py-framefilter.c (apply_frame_filter): Call
184 ensure_python_env after computing gdbarch.
188 * target.c (raw_memory_xfer_partial): Change argument type
189 from void * to gdb_byte *.
190 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
194 New gdbserver option --debug-format=timestamp.
199 * syscalls/s390x-linux.xml: New file.
200 * syscalls/s390-linux.xml: New file.
201 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
202 (XML_SYSCALL_FILENAME_S390X): Likewise.
203 (op_svc): New enum value for SVC opcode.
204 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
205 (s390_linux_get_syscall_number): New function.
206 (s390_gdbarch_init): Register '*get_syscall_number' and the
207 syscall xml file name.
208 * data-directory/Makefile.in (SYSCALLS_FILES): Add
209 "s390-linux.xml" and "s390x-linux.xml".
210 * NEWS: Announce new feature.
214 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
218 * xtensa-config.c: Include defs.h.
222 * common/common-utils.h: Add "ARI:" comment beside __func__
227 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
232 * configure.ac: Call AM_PROG_INSTALL_STRIP.
233 * configure: Regenerate.
234 * aclocal.m4: Regenerate.
235 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
236 New substituted variables.
237 (install-strip): New target.
238 (INSTALL_SCRIPT): New substituted variable.
239 (FLAGS_TO_PASS): Add it.
240 (install-only): Use $(INSTALL_SCRIPT) rather than
241 $(INSTALL_PROGRAM) for gcore.
245 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
250 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
251 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
252 (deprecated_cmd_warning, complete_on_cmdlist): Update.
253 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
254 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
255 (struct cmd_list_element) <flags>: Remove.
256 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
257 doc_allocated>: New fields.
258 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
260 * maint.c (maintenance_do_deprecate): Update.
261 * top.c (execute_command): Update.
265 * xtensa-linux-nat.c: Include asm/ptrace.h.
269 * Makefile.in (SFILES): Add d-support.c.
270 (COMMON_OBS): Add d-support.o.
271 * d-lang.h (d_parse_symbol): Add comment, now defined in
273 * d-lang.c (parse_call_convention)
274 (parse_attributes, parse_function_types)
275 (parse_function_args, parse_type, parse_identifier)
276 (call_convention_p, d_parse_symbol): Move functions to ...
277 * d-support.c: ... New file.
281 * d-lang.h (d_parse_symbol): Add declaration.
282 * d-lang.c (extract_identifiers)
283 (extract_type_info): Remove functions.
284 (parse_call_convention, parse_attributes)
285 (parse_function_types, parse_function_args)
286 (parse_type, parse_identifier, call_convention_p)
287 (d_parse_symbol): New functions.
288 (d_demangle): Use d_parse_symbol to demangle D symbols.
292 * d-lang.h (struct builtin_d_type): New data type.
293 (builtin_d_type): Add declaration.
294 * d-lang.c (d_language_arch_info, build_d_types)
295 (builtin_d_type): New functions.
296 (enum d_primitive_types): New data type.
297 (d_language_defn): Change c_language_arch_info to
298 d_language_arch_info.
299 (d_type_data): New static variable.
300 (_initialize_d_language): Initialize d_type_data.
304 * d-lang.h (d_main_name): Add declaration.
305 * d-lang.c (d_main_name): New function.
306 * symtab.c (find_main_name): Add call to d_main_name.
310 * d-lang.c (d_language_defn): Change macro_expansion_c to
315 * MAINTAINERS: Add myself as a write-after-approval maintainer.
319 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
320 gdb_exception" declaration.
321 * remote.c (getpkt_or_notif_sane): Likewise.
325 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
326 function, contents of dirnames_to_char_ptr_vec_append moved here.
327 (delim_string_to_char_ptr_vec): New function.
328 (dirnames_to_char_ptr_vec_append): Rewrite.
329 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
333 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
335 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
336 #include "common-utils.h".
337 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
338 * common/vec.h (VEC_ASSERT_PASS): Update.
339 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
340 (MACH_CHECK_ERROR): Update.
344 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
346 * gdbarch.h: Regenerate.
350 * value.c (struct value) <regnum>: Move earlier.
354 * remote.c (extended_remote_create_inferior): Rename from
355 extended_remote_create_inferior_1. Add "ops" argument. Remove
360 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
361 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
366 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
370 * btrace.h (btrace_thread_flag): New.
371 (struct btrace_thread_info) <flags>: New.
372 * record-btrace.c (record_btrace_resume_thread)
373 (record_btrace_find_thread_to_move, btrace_step_no_history)
374 (btrace_step_stopped, record_btrace_start_replaying)
375 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
376 (record_btrace_find_resume_thread): New.
377 (record_btrace_resume, record_btrace_wait): Extend.
378 (record_btrace_can_execute_reverse): New.
379 (record_btrace_open): Fail in non-stop mode.
380 (record_btrace_set_replay): Split into this, ...
381 (record_btrace_stop_replaying): ... this, ...
382 (record_btrace_clear_histories): ... and this.
383 (init_record_btrace_ops): Init to_can_execute_reverse.
388 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
389 (forward_target_decr_pc_after_break)
390 (target_decr_pc_after_break): New.
391 * target.c (forward_target_decr_pc_after_break)
392 (target_decr_pc_after_break): New.
393 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
394 instead of gdbarch_decr_pc_after_break.
395 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
396 instead of gdbarch_decr_pc_after_break.
397 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
398 instead of gdbarch_decr_pc_after_break.
399 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
400 instead of gdbarch_decr_pc_after_break.
401 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
402 instead of gdbarch_decr_pc_after_break.
403 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
404 instead of gdbarch_decr_pc_after_break.
408 * btrace.c: Include regcache.h.
409 (btrace_add_pc): New.
410 (btrace_enable): Call btrace_add_pc.
411 (btrace_is_empty): New.
412 * btrace.h (btrace_is_empty): New.
413 * record-btrace.c (require_btrace, record_btrace_info): Call
418 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
420 (linux_disable_btrace): Change return type.
421 * common/linux-btrace.h (linux_read_btrace): Change parameters
422 and return type to allow error reporting. Update users.
423 (linux_disable_btrace): Change return type. Update users.
424 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
427 (btrace_block) <begin>: Comment on BEGIN == 0.
428 * btrace.c (btrace_compute_ftrace): Start from the end of
430 (btrace_stitch_trace, btrace_clear_history): New.
431 (btrace_fetch): Read delta trace, return if replaying.
432 (btrace_clear): Move clear history code to btrace_clear_history.
433 (parse_xml_btrace): Throw an error if parsing failed.
434 * target.h (struct target_ops) <to_read_btrace>: Change parameters
435 and return type to allow error reporting.
436 (target_read_btrace): Change parameters and return type to allow
438 * target.c (target_read_btrace): Update.
439 * remote.c (remote_read_btrace): Support delta reads. Pass
445 * record.h (record_btrace_frame_unwind)
446 (record_btrace_tailcall_frame_unwind): New declarations.
447 * dwarf2-frame: Include record.h
448 (dwarf2_frame_cfa): Throw an error for btrace frames.
449 * record-btrace.c: Include hashtab.h.
450 (btrace_get_bfun_name): New.
451 (btrace_call_history): Call btrace_get_bfun_name.
452 (struct btrace_frame_cache): New.
454 (bfcache_hash, bfcache_eq, bfcache_new): New.
455 (btrace_get_frame_function): New.
456 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
457 (record_btrace_frame_this_id): Compute own id.
458 (record_btrace_frame_prev_register): Provide PC, throw_error
459 for all other registers.
460 (record_btrace_frame_sniffer): Detect btrace frames.
461 (record_btrace_tailcall_frame_sniffer): New.
462 (record_btrace_frame_dealloc_cache): New.
463 (record_btrace_frame_unwind): Add new functions.
464 (record_btrace_tailcall_frame_unwind): New.
465 (_initialize_record_btrace): Allocate cache.
466 * btrace.c (btrace_clear): Call reinit_frame_cache.
471 * record-btrace.c (record_btrace_set_replay)
472 (record_btrace_goto_begin, record_btrace_goto_end)
473 (record_btrace_goto): New.
474 (init_record_btrace_ops): Initialize them.
479 * record-btrace.c (record_btrace_find_new_threads)
480 (record_btrace_thread_alive): New.
481 (init_record_btrace_ops): Initialize to_find_new_threads and
486 * record-btrace.c (record_btrace_resume): New.
487 (record_btrace_wait): New.
488 (init_record_btrace_ops): Initialize to_wait and to_resume.
492 * record-btrace.c (record_btrace_xfer_partial)
493 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
494 (record_btrace_allow_memory_access): New.
495 (init_record_btrace_ops): Initialize new methods.
496 * target.c (raw_memory_xfer_partial): Bail out if target reports
497 that this memory is not available.
501 * target.h (target_ops) <to_insert_breakpoint>
502 <to_remove_breakpoint>: Add target_ops parameter.
503 (forward_target_insert_breakpoint): New.
504 (forward_target_remove_breakpoint): New.
505 (memory_remove_breakpoint, memory_insert_breakpoint):
506 Add target_ops parameter.
507 * target.c (target_insert_breakpoint): Split into this and ...
508 (forward_target_insert_breakpoint): ... this.
509 (target_remove_breakpoint): Split into this and ...
510 (forward_target_remove_breakpoint): ... this.
511 (debug_to_insert_breakpoint): Add target_ops parameter.
512 Call forward_target_insert_breakpoint.
513 (debug_to_remove_breakpoint): Add target_ops parameter.
514 Call forward_target_remove_breakpoint.
515 (update_current_target): Do not inherit or default to_insert_breakpoint
516 and to_remove_breakpoint.
517 * corelow.c (ignore): Add target_ops parameter.
518 * exec.c (ignore): Add target_ops parameter.
519 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
520 Add target_ops parameter.
521 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
522 Add target_ops parameter.
523 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
524 Add target_ops parameter.
525 * record-full.c (record_full_beneath_to_insert_breakpoint)
526 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
527 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
528 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
529 (record_full_core_remove_breakpoint): Add target_ops parameter.
531 (record_full_beneath_to_insert_breakpoint_ops)
532 (record_full_beneath_to_remove_breakpoint_ops)
533 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
534 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
535 tmp_to_remove_breakpoint_ops,
536 record_full_beneath_to_insert_breakpoint_ops, and
537 record_full_beneath_to_remove_breakpoint_ops.
538 * remote-m32r-sdi.c (m32r_insert_breakpoint)
539 (m32r_remove_breakpoint): Add target_ops parameter.
540 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
541 Add target_ops parameter.
542 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
543 Add target_ops parameter.
548 * record-btrace.c: Include frame-unwind.h.
549 (record_btrace_frame_unwind_stop_reason)
550 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
551 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
553 (init_record_btrace_ops): Install it.
557 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
562 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
567 * frame-unwind.c: Include target.h.
568 (frame_unwind_try_unwinder): New function with code from ...
569 (frame_unwind_find_by_frame): ... here. New variable
570 unwinder_from_target, call also target_get_unwinder)
571 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
572 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
573 * target.h (struct target_ops): New fields to_get_unwinder and
574 to_get_tailcall_unwinder.
575 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
579 * record-btrace.c (record_btrace_fetch_registers)
580 (record_btrace_store_registers)
581 (record_btrace_to_prepare_to_store): New.
582 (init_record_btrace_ops): Add the above.
586 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
587 * target.h (struct target_ops) <to_prepare_to_store>: Add
589 (target_prepare_to_store): Add argument.
590 * target.c (debug_to_prepare_to_store): Add argument.
591 (update_current_target): Update.
592 * remote.c (remote_prepare_to_store): Add 'self' argument.
593 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
594 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
595 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
596 * record-full.c (record_full_core_prepare_to_store): Add 'self'
598 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
599 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
600 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
601 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
602 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
606 * btrace.h (replay) <replay>: New.
607 (btrace_is_replaying): New.
608 * btrace.c (btrace_clear): Free replay iterator.
609 (btrace_is_replaying): New.
610 * record-btrace.c (record_btrace_is_replaying): New.
611 (record_btrace_info): Print insn number if replaying.
612 (record_btrace_insn_history): Start at replay position.
613 (record_btrace_call_history): Start at replay position.
614 (init_record_btrace_ops): Init to_record_is_replaying.
618 * record-btrace.c (record_btrace_insn_history_range): Include
620 (record_btrace_insn_history_from): Adjust range.
621 (record_btrace_call_history_range): Include
623 (record_btrace_call_history_from): Adjust range.
624 * NEWS: Announce changes.
628 * record.h (enum record_print_flag)
629 <record_print_indent_calls>: New.
630 * record.c (get_call_history_modifiers): Recognize /c modifier.
631 (_initialize_record): Document /c modifier.
632 * record-btrace.c (btrace_call_history): Add btinfo parameter.
633 Reorder fields. Optionally indent the function name. Update
635 * NEWS: Announce changes.
639 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
643 * btrace.c (ftrace_new_function): Start counting at one.
644 * record-btrace.c (record_btrace_info): Adjust number of calls
650 * record-btrace.c (btrace_call_history_insn_range): Print
651 insn range as [begin, end].
655 * btrace.h (struct btrace_func_link): New.
656 (enum btrace_function_flag): New.
657 (struct btrace_inst): Rename to ...
658 (struct btrace_insn): ...this. Update all users.
659 (struct btrace_func) <ibegin, iend>: Remove.
660 (struct btrace_func_link): New.
661 (struct btrace_func): Rename to ...
662 (struct btrace_function): ...this. Update all users.
663 (struct btrace_function) <segment, flow, up, insn, insn_offset)
664 (number, level, flags>: New.
665 (struct btrace_insn_iterator): Rename to ...
666 (struct btrace_insn_history): ...this.
668 (struct btrace_insn_iterator, btrace_call_iterator): New.
669 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
670 (struct btrace_target_info) <begin, end, level>
671 <insn_history, call_history>: New.
672 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
673 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
674 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
675 (btrace_call_number, btrace_call_begin, btrace_call_end)
676 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
677 (btrace_find_function_by_number, btrace_set_insn_history)
678 (btrace_set_call_history): New.
679 * btrace.c (btrace_init_insn_iterator)
680 (btrace_init_func_iterator, compute_itrace): Remove.
681 (ftrace_print_function_name, ftrace_print_filename)
682 (ftrace_skip_file): Change
684 (ftrace_init_func): Remove.
685 (ftrace_debug): Use new btrace_function fields.
686 (ftrace_function_switched): Also consider gaining and
687 losing symbol information).
688 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
689 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
690 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
692 (ftrace_new_function): Move. Remove debug print.
693 (ftrace_update_lines, ftrace_update_insns): New.
694 (ftrace_update_function): Check for call, ret, and jump.
695 (compute_ftrace): Renamed to ...
696 (btrace_compute_ftrace): ...this. Rewritten to compute call
698 (btrace_fetch, btrace_clear): Updated.
699 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
700 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
701 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
702 (btrace_call_number, btrace_call_begin, btrace_call_end)
703 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
704 (btrace_find_function_by_number, btrace_set_insn_history)
705 (btrace_set_call_history): New.
706 * record-btrace.c (require_btrace): Use new btrace thread
708 (record_btrace_info, btrace_insn_history)
709 (record_btrace_insn_history, record_btrace_insn_history_range):
710 Use new btrace thread info fields and new iterator.
711 (btrace_func_history_src_line): Rename to ...
712 (btrace_call_history_src_line): ...this. Use new btrace
714 (btrace_func_history): Rename to ...
715 (btrace_call_history): ...this. Use new btrace thread info
716 fields and new iterator.
717 (record_btrace_call_history, record_btrace_call_history_range):
718 Use new btrace thread info fields and new iterator.
722 * frame.h (frame_id_build_unavailable_stack_special): New.
723 * frame.c (frame_id_build_unavailable_stack_special): New.
727 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
728 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
729 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
731 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
732 (i386_insn_is_jump, i386_jmp_p): New.
733 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
734 insn_is_jump to gdbarch.
735 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
736 * gdbarch.h: Regenerated.
737 * gdbarch.c: Regenerated.
738 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
739 (default_insn_is_jump): New.
740 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
741 (default_insn_is_jump): New.
745 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
747 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
748 (btrace_read_type) <btrace_read_new>: Change to ...
749 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
753 * common/linux-btrace.c (linux_read_btrace): Free trace from
758 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
763 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
764 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
765 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
766 (set_objfile_main_name): New function.
767 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
768 language_of_main>: New fields.
769 (set_objfile_main_name): Declare.
770 * symtab.c (find_main_name): Loop over objfiles to find the main
772 (set_main_name): Now static.
773 (get_main_info): Add comment.
774 * symtab.h (set_main_name): Don't declare.
778 * symtab.c (main_progspace_key): New global.
779 (struct main_info): New.
780 (name_of_main, language_of_main): Remove.
781 (get_main_info, main_info_cleanup): New function.
782 (set_main_name, main_name, main_language): Use get_main_info.
783 (_initialize_symtab): Initialize main_progspace_key.
787 * dbxread.c (process_one_symbol): Update.
788 * dwarf2read.c (read_partial_die): Update.
789 * symfile.c (set_initial_language): Call main_language.
790 * symtab.c (language_of_main): Now static.
791 (set_main_name): Add 'lang' parameter.
792 (find_main_name): Update.
793 (main_language): New function.
794 (symtab_observer_executable_changed): Update.
795 * symtab.h (set_main_name): Update.
796 (language_of_main): Remove.
797 (main_language): Declare.
801 * symfile.c (init_entry_point_info): Use new "initialized" field.
803 * objfiles.h (struct entry_point) <initialized>: New field.
804 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
805 (struct objfile) <ei>: ...here. Remove.
806 * objfiles.c (entry_point_address_query): Update.
810 * objfiles.c (entry_point_address_query): Relocate entry point
812 (objfile_relocate1): Do not relocate entry point address.
813 * objfiles.h (struct entry_info) <entry_point>: Update comment.
814 <the_bfd_section_index>: New field.
815 * symfile.c (init_entry_point_info): Find the entry point's
820 * solib-frv.c (enable_break): Use entry_point_address_query.
824 * NEWS: Add note on improved process record-replay on
829 * arm-tdep.c (enum arm_record_result): New enum.
830 (arm_record_unsupported_insn): New function.
831 (arm_record_coproc_data_proc): Removed.
832 (thumb2_record_ld_st_multiple): New function.
833 (thumb2_record_ld_st_dual_ex_tbb): New function.
834 (thumb2_record_data_proc_sreg_mimm): New function.
835 (thumb2_record_ps_dest_generic): New function.
836 (thumb2_record_branch_misc_cntrl): New function.
837 (thumb2_record_str_single_data): New function.
838 (thumb2_record_ld_mem_hints): New function.
839 (thumb2_record_ld_word): New function.
840 (thumb2_record_lmul_lmla_div): New function.
841 (thumb2_record_decode_insn_handler): New function.
842 (decode_insn): Add thumb32 instruction handlers.
846 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
847 (struct arm_linux_record_tdep): Declare.
848 (arm_canonicalize_syscall): New function.
849 (arm_all_but_pc_registers_record): New function.
850 (arm_linux_syscall_record): New function.
851 (arm_linux_init_abi): Add syscall recording constructs.
852 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
853 decoding. (arm_record_coproc_data_proc): Update arm syscall
855 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
856 <arm_syscall_record>: New field.
857 * configure.tgt (arm*-*-linux*): Add linux-record.o to
862 * arm-tdep.c (thumb_record_misc): Update to use sp as base
863 register for push instruction recording.
867 * arm-tdep.c (thumb_record_misc): Update to correct logical
868 error while recording ldm, ldmia and pop instructions.
872 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
876 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
877 (go32_resume, go32_fetch_registers, store_register)
878 (go32_store_registers, go32_prepare_to_store)
879 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
880 (go32_create_inferior, go32_can_run, go32_terminal_init)
881 (go32_terminal_inferior, go32_terminal_ours): Delete forward
886 * target.h (async_callback_ftype): New typedef.
887 (struct target_ops) <to_async>: Use it.
891 * python/py-value.c (get_field_type): Remove unnecessary curly
892 braces for single-statement if block.
896 * python/py-type.c (convert_field): Add missing empty line
901 * symfile.h (expand_symtabs_matching): Renamed from
902 expand_partial_symbol_names. Update prototype.
903 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
904 * symfile.c (expand_symtabs_matching): Renamed from
905 expand_partial_symbol_names. New args file_matcher, kind.
906 Rename arg fun to symbol_matcher.
907 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
908 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
909 ada_expand_partial_symbol_name.
910 (ada_make_symbol_completion_list): Update to call
911 expand_symtabs_matching.
912 (ada_add_global_exceptions): Call expand_symtabs_matching.
913 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
914 call map_symbol_filenames.
915 * symtab.c (sources_info): Update to call map_symbol_filenames.
916 (search_symbols): Call expand_symtabs_matching.
917 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
918 (default_make_symbol_completion_list_break_on): Update to call
919 expand_symtabs_matching.
920 (make_source_files_completion_list): Update to call
921 map_symbol_filenames.
925 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
926 (expand_symtabs_symbol_matcher_ftype): New typedef.
927 (quick_symbol_functions.expand_symtabs_matching): Update to use.
928 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
929 * symfile.c (expand_partial_symbol_names): Update to use
930 expand_symtabs_symbol_matcher_ftype.
931 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
932 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
933 Arg name_matcher renamed to symbol_matcher.
934 * psymtab.c (recursively_search_psymtabs): Update to use
935 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
937 (expand_symtabs_matching_via_partial): Update to use
938 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
939 Arg name_matcher renamed to symbol_matcher.
943 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
944 (map_partial_symbol_filenames): Ditto.
945 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
946 (map_partial_symbol_filenames): Ditto.
947 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
948 (map_partial_symbol_filenames): Ditto.
949 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
950 (map_partial_symbol_filenames): Ditto.
951 * symtab.c: Delete #include "psymtab.h".
956 * infrun.c (use_displaced_stepping): Use find_record_target
957 instead of RECORD_IS_USED.
958 (adjust_pc_after_break): Use record_full_is_used instead of
960 * record-btrace.c (record_btrace_open): Call record_preopen
961 instead of checking RECORD_IS_USED.
962 * record-full.c (record_full_shortname)
963 (record_full_core_shortname): New globals.
964 (record_full_is_used): New function.
965 (find_full_open): Call record_preopen instead of checking
967 (init_record_full_ops): Set the target's shortname to
968 record_full_shortname.
969 (init_record_full_core_ops): Set the target's shortname to
970 record_full_core_shortname.
971 * record-full.h (record_full_is_used): Declare.
972 * record.c (find_record_target): Make extern.
973 (record_preopen): New function.
974 * record.h (RECORD_IS_USED): Delete macro.
975 (find_record_target, record_preopen): Declare functions.
979 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
980 'len''s type to ULONGEST.
981 (core_xfer_shared_libraries_aix): Likewise.
982 * gdbarch.c, gdbarch.h: Regenerated.
983 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
984 Change type of 'len' to ULONGEST.
985 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
986 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
990 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
991 type of 'len' to ULONGEST.
992 (linux_xfer_osdata_processgroups): Likewise.
993 (linux_xfer_osdata_threads): Likewise.
994 (linux_xfer_osdata_fds): Likewise.
995 (linux_xfer_osdata_isockets): Likewise.
996 (linux_xfer_osdata_shm): Likewise.
997 (linux_xfer_osdata_sem): Likewise.
998 (linux_xfer_osdata_msg): Likewise.
999 (linux_common_xfer_osdata): Likewise.
1000 (struct osdata_type) <getter>: Likewise.
1001 * common/linux-osdata.h (linux_common_xfer_osdata): Update
1006 * target.h (target_xfer_partial_ftype): Update.
1007 (struct target_ops) <to_xfer_partial>: Change 'len' type to
1009 * aix-thread.c (aix_thread_xfer_partial): Change type of
1010 argument 'len' to ULONGEST.
1011 * auxv.c (procfs_xfer_auxv): Likewise.
1012 (ld_so_xfer_auxv): Likewise.
1013 (memory_xfer_auxv): Likewise.
1014 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1015 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
1016 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
1017 * corelow.c (core_xfer_partial): Likewise.
1018 * ctf.c (ctf_xfer_partial): Likewise.
1019 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
1021 (darwin_read_dyld_info): Likewise.
1022 (darwin_xfer_partial): Likewise.
1023 * exec.c (section_table_xfer_memory_partial): Likewise.
1024 (exec_xfer_partial): Likewise.
1025 * exec.h (section_table_xfer_memory_partial): Update
1027 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
1028 instead of plongest.
1029 (gnu_xfer_partial): Likewise.
1030 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
1031 (ia64_hpux_xfer_solib_got): Likewise.
1032 (ia64_hpux_xfer_partial): Likewise.
1033 * ia64-linux-nat.c (ia64_linux_xfer_partial):
1034 * inf-ptrace.c (inf_ptrace_xfer_partial):
1035 * inf-ttrace.c (inf_ttrace_xfer_partial):
1036 * linux-nat.c (linux_xfer_siginfo): Likewise.
1037 (linux_nat_xfer_partial): Likewise.
1038 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
1039 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
1040 * monitor.c (monitor_xfer_memory): Likewise.
1041 (monitor_xfer_partial): Likewise.
1042 * procfs.c (procfs_xfer_partial): Likewise.
1043 * record-full.c (record_full_xfer_partial): Likewise.
1044 (record_full_core_xfer_partial): Likewise.
1045 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
1046 instead of plongest.
1047 (gdbsim_xfer_partial): Likewise.
1048 * remote.c (remote_xfer_partial): Likewise.
1049 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1050 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
1052 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
1053 (rs6000_xfer_shared_libraries): Likewise.
1054 * sol-thread.c (sol_thread_xfer_partial): Likewise.
1055 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
1056 (sparc_xfer_partial): Likewise.
1057 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
1058 (spu_xfer_partial): Likewise.
1059 * spu-multiarch.c (spu_xfer_partial): Likewise.
1060 * target.c (target_read_live_memory): Likewise.
1061 (memory_xfer_live_readonly_partial): Likewise.
1062 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
1063 (target_xfer_partial, default_xfer_partial): Likewise.
1064 (current_xfer_partial): Likewise.
1065 * tracepoint.c (tfile_xfer_partial): Likewise.
1066 * windows-nat.c (windows_xfer_memory): Likewise. Call
1067 pulongest instead of plongest.
1068 (windows_xfer_partial): Likewise.
1069 (windows_xfer_shared_libraries): Likewise.
1073 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
1074 target_xfer_partial_ftype.
1080 * valops.c (value_struct_elt_bitpos): New function
1081 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
1082 object to 'None' if the field name is an empty string ("").
1083 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
1084 attribute to look for a field when 'name' is 'None'.
1085 (get_field_type): New function
1090 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
1091 (try_open_dwop_file): Ditto.
1092 * gdb_bfd.c: #include "vec.h".
1093 (bfdp): New typedef.
1094 (struct gdb_bfd_data): New member included_bfds.
1095 (gdb_bfd_unref): Unref all included bfds.
1096 (gdb_bfd_record_inclusion): New function.
1097 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
1101 * gdbcore.h (deprecated_core_resize_section_table): Remove.
1105 * defs.h (use_windows): Remove.
1106 * gdb.c (main): Update.
1107 * main.c (captured_main, gdb_main): Update.
1108 * main.h (struct captured_main_args) <use_windows>: Remove.
1109 * top.c (use_windows): Remove.
1113 * defs.h (deprecated_flush_hook): Remove.
1118 * linux-thread-db.c (try_thread_db_load): Add parameter
1119 check_auto_load_safe. Move here the file_is_auto_load_safe call.
1120 (try_thread_db_load_from_pdir_1): Move it there from here.
1121 (try_thread_db_load_from_sdir): Update caller.
1122 (try_thread_db_load_from_dir): Move it there from here.
1126 * regformats/regdat.sh: Always rewrite the register file.
1130 * Makefile.in (CHECK_HEADERS): New variable.
1131 (check-headers:): New rule.
1135 * cli/cli-setshow.c (do_set_command): Update.
1136 * defs.h (deprecated_set_hook): Remove.
1137 * top.c (deprecated_set_hook): Remove.
1141 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
1142 the tracepoint if the PC is a pseudo-register.
1146 * defs.h (XCALLOC): Remove.
1147 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
1148 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
1149 * dwarf2loc.c (allocate_piece_closure): Likewise.
1150 * elfread.c (elf_symfile_segments): Likewise.
1151 (elf_symfile_segments): Likewise.
1152 * gdbtypes.c (copy_type_recursive): Likewise.
1153 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
1154 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
1155 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
1157 * mt-tdep.c (mt_gdbarch_init): Likewise.
1158 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
1160 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
1161 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
1162 * registry.c (registry_alloc_data): Likewise.
1163 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
1164 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1165 * serial.c (serial_fdopen_ops): Likewise.
1166 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
1168 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
1169 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
1174 * defs.h (XMALLOC): Remove.
1175 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
1176 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1177 * cli-out.c (struct ui_out *): Likewise.
1178 * cli/cli-dump.c (add_dump_command): Likewise.
1179 (add_dump_command): Likewise.
1180 * complaints.c (get_complaints): Likewise.
1181 (find_complaint): Likewise.
1182 * dwarf2-frame.c (execute_cfa_program): Likewise.
1183 * dwarf2read.c (abbrev_table_read_table): Likewise.
1184 * gdbarch.sh: Likewise.
1185 * gdbarch.c: Rebuild.
1186 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
1187 * interps.c (interp_new): Likewise.
1188 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1189 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1190 * mi/mi-console.c (mi_console_file_new): Likewise.
1191 * mi/mi-interp.c (mi_interpreter_init): Likewise.
1192 * mi/mi-out.c (mi_out_new): Likewise.
1193 * mi/mi-parse.c (mi_parse): Likewise.
1194 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1195 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1196 * observer.c (xalloc_observer_list_node): Likewise.
1197 * regcache.c (regcache_xmalloc_1): Likewise.
1198 * reggroups.c (reggroup_new): Likewise.
1199 (_initialize_reggroup): Likewise.
1200 * registry.c (register_data_with_cleanup): Likewise.
1201 * remote.c (remote_notif_stop_alloc_reply): Likewise.
1202 * ser-base.c (serial_ttystate): Likewise.
1203 * ser-mingw.c (make_pipe_state): Likewise.
1204 * ser-pipe.c (pipe_open): Likewise.
1205 * serial.c (serial_open): Likewise.
1206 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1207 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1208 (tui_alloc_win_info): Likewise.
1209 (tui_add_content_elements): Likewise.
1210 * tui/tui-file.c (tui_file_new): Likewise.
1211 * tui/tui-out.c (tui_out_new): Likewise.
1212 * ui-file.c (mem_file_new): Likewise.
1213 * ui-out.c (push_level): Likewise.
1214 (make_cleanup_ui_out_end): Likewise.
1215 (append_header_to_list): Likewise.
1216 (ui_out_new): Likewise.
1217 * user-regs.c (user_reg_add_builtin): Likewise.
1221 * defs.h (XZALLOC): Remove.
1222 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
1223 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1224 (get_ada_tasks_inferior_data): Likewise.
1225 * auto-load.c (get_auto_load_pspace_data): Likewise.
1226 * auxv.c (get_auxv_inferior_data): Likewise.
1227 * bfd-target.c (target_bfd_reopen): Likewise.
1228 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
1229 (deprecated_insert_raw_breakpoint): Likewise.
1230 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
1231 * corelow.c (core_open): Likewise.
1232 * darwin-nat.c (darwin_check_new_threads): Likewise.
1233 (darwin_attach_pid): Likewise.
1234 * dummy-frame.c (dummy_frame_push): Likewise.
1235 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1236 * dwarf2loc.c (allocate_piece_closure): Likewise.
1237 * elfread.c (elf_symfile_segments): Likewise.
1238 * eval.c (ptrmath_type_p): Likewise.
1239 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
1240 * gdbtypes.c (alloc_type_arch): Likewise.
1241 (alloc_type_instance): Likewise.
1242 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1243 * inf-child.c (inf_child_can_use_agent): Likewise.
1244 * inflow.c (get_inflow_inferior_data): Likewise.
1245 * infrun.c (save_infcall_suspend_state): Likewise.
1246 * jit.c (jit_reader_load): Likewise.
1247 (get_jit_objfile_data): Likewise.
1248 (get_jit_program_space_data): Likewise.
1249 (jit_object_open_impl): Likewise.
1250 (jit_symtab_open_impl): Likewise.
1251 (jit_block_open_impl): Likewise.
1252 (jit_frame_sniffer): Likewise.
1253 * linux-fork.c (add_fork): Likewise.
1254 * maint.c (make_command_stats_cleanup): Likewise.
1255 * objfiles.c (get_objfile_pspace_data): Likewise.
1256 * opencl-lang.c (struct lval_closure): Likewise.
1257 * osdata.c (osdata_start_osdata): Likewise.
1258 * progspace.c (new_address_space): Likewise.
1259 (add_program_space): Likewise.
1260 * remote-sim.c (get_sim_inferior_data): Likewise.
1261 * sh-tdep.c (sh_gdbarch_init): Likewise.
1262 * skip.c (Ignore): Likewise.
1263 (skip_delete_command): Likewise.
1264 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1265 (library_list_start_library): Likewise.
1266 (solib_aix_current_sos): Likewise.
1267 * solib-darwin.c (get_darwin_info): Likewise.
1268 (darwin_current_sos): Likewise.
1269 * solib-dsbt.c (get_dsbt_info): Likewise.
1270 * solib-ia64-hpux.c (new_so_list): Likewise.
1271 (ia64_hpux_get_solib_linkage_addr): Likewise.
1272 * solib-spu.c (append_ocl_sos): Likewise.
1273 (spu_current_sos): Likewise.
1274 * solib-svr4.c (get_svr4_info): Likewise.
1275 (svr4_keep_data_in_core): Likewise.
1276 (library_list_start_library): Likewise.
1277 (svr4_default_sos): Likewise.
1278 (svr4_read_so_list): Likewise.
1279 * solib-target.c (library_list_start_library): Likewise.
1280 (solib_target_current_sos): Likewise.
1281 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1282 * symfile-debug.c (install_symfile_debug_logging): Likewise.
1283 * symfile.c (default_symfile_segments): Likewise.
1284 * target-descriptions.c (tdesc_data_init): Likewise.
1285 (tdesc_create_reg): Likewise.
1286 (struct tdesc_type *): Likewise.
1287 (tdesc_create_vector): Likewise.
1288 (tdesc_set_struct_size): Likewise.
1289 (struct tdesc_type *): Likewise.
1290 (tdesc_free_feature): Likewise.
1291 (tdesc_create_feature): Likewise.
1292 * windows-nat.c (windows_add_thread): Likewise.
1293 (windows_make_so): Likewise.
1294 * xml-support.c (gdb_xml_body_text): Likewise.
1295 (gdb_xml_create_parser_and_cleanup): Likewise.
1296 (xml_process_xincludes): Likewise.
1297 * xml-syscall.c (allocate_syscalls_info): Likewise.
1298 (syscall_create_syscall_desc): Likewise.
1302 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
1303 function, with code from i386_stap_parse_special_token.
1304 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1305 (i386_stap_parse_special_token): Move code to the two functions
1312 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
1313 bp_err_string. Don't mark the location shlib_disabled if the
1314 error thrown wasn't a generic or memory error. Catch errors
1315 thrown while inserting breakpoints in overlayed code. Output
1316 error message of software breakpoints.
1317 * remote.c (remote_insert_breakpoint): If this breakpoint has
1318 target-side commands but this stub doesn't support Z0 packets,
1319 throw NOT_SUPPORTED_ERROR error.
1320 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
1321 * target.h (target_insert_breakpoint): Extend comment.
1322 (target_insert_hw_breakpoint): Add comment.
1326 * remote.c (remote_add_thread): Add threads silently if starting
1328 (remote_notice_new_inferior): If in all-stop, and starting up,
1329 don't call notice_new_inferior.
1330 (get_current_thread): New function, factored out from ...
1331 (add_current_inferior_and_thread): ... this. Adjust.
1332 (remote_start_remote) <all-stop>: Fetch the thread list. If we
1333 found any thread, then select the remote's current thread as GDB's
1338 * NEWS: Create a new section for the next release branch.
1339 Rename the section of the current branch, now that it has
1344 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
1345 * version.in: Bump version to 7.7.50.DATE-cvs.
1349 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
1350 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
1351 (spu_xfer_partial): Cast 'buf' to 'const char *'.
1355 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
1356 return value of bfd_get_filename to symbol_file_add_from_bfd.
1361 * coff-pe-read.c (struct read_pe_section_data): Add index field.
1362 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
1363 to prim_record_mininal_symbol_and_info.
1364 (add_pe_forwarded_sym): Use known section number of forwarded symbol
1365 in call to prim_record_minimal_symbol_and_info.
1366 (read_pe_exported_syms): Set index field of section_data.
1370 * features/aarch64-core.xml (cpsr): Change to be 64bit.
1371 * features/aarch64.c: Regenerate.
1375 * target.c (return_null): Define.
1376 (update_current_target): Use it instead of return_zero for
1377 functions that return a pointer.
1381 * source.c (add_path): Fix check for duplicated paths in the previously
1386 * ada-lang.c: Remove duplicated include statements.
1387 * alphabsd-nat.c: Ditto.
1388 * amd64-darwin-tdep.c: Ditto.
1389 * amd64fbsd-nat.c: Ditto.
1390 * auto-load.c: Ditto.
1392 * breakpoint.c: Ditto.
1394 * fork-child.c: Ditto.
1395 * gdb_usleep.c: Ditto.
1396 * i386-darwin-tdep.c: Ditto.
1397 * i386fbsd-nat.c: Ditto.
1399 * inferior.c: Ditto.
1401 * linux-nat.c: Ditto.
1402 * linux-tdep.c: Ditto.
1403 * m68kbsd-nat.c: Ditto.
1404 * m68klinux-nat.c: Ditto.
1405 * microblaze-tdep.c: Ditto.
1406 * mips-linux-tdep.c: Ditto.
1407 * mn10300-tdep.c: Ditto.
1408 * nto-tdep.c: Ditto.
1409 * opencl-lang.c: Ditto.
1411 * printcmd.c: Ditto.
1412 * regcache.c: Ditto.
1413 * remote-m32r-sdi.c: Ditto.
1417 * tilegx-linux-nat.c: Ditto.
1418 * tilegx-tdep.c: Ditto.
1419 * tracepoint.c: Ditto.
1421 * vaxbsd-nat.c: Ditto.
1422 * windows-nat.c: Ditto.
1423 * xtensa-tdep.c: Ditto.
1427 * spu-linux-nat.c (_initialize_spu_nat): Declare.
1432 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
1433 (pdc_write_regs): Likewise.
1434 (fetch_regs_kernel_thread): Likewise.
1435 (store_regs_kernel_thread): Likewise.
1439 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
1440 tagged type objects to their actual type.
1444 * ada-valprint.c (print_field_values): Add "language" parameter.
1445 Update calls to print_field_values and print_variant_part.
1446 Pass new parameter "language" in call to val_print instead
1447 of "current_language". Replace call to ada_val_print by call
1449 (print_variant_part): Add "language" parameter.
1450 (ada_val_print_struct_union): Update call to print_field_values.
1454 * ada-valprint.c (ui_memcpy): Delete.
1455 (ada_print_floating): Update documentation. Add empty line
1456 between between function documentation and implementation.
1457 Delete variable "buffer". Use ui_file_xstrdup in place of
1458 ui_file_put. Minor adjustments following this change.
1462 * ada-valprint.c (ada_val_print_string): New function,
1463 extracted from ada_val_print_array.
1464 (ada_val_print_array): Replace extracted code by call
1465 to ada_val_print_string followed by a return. Move
1466 "else" branch to the function's top block.
1470 * ada-valprint.c (ada_val_print_array): Move implementation
1471 down. Rename parameter "offset" and "val" into "offset_aligned"
1472 and "original_value" respectively. Add parameter "offset".
1476 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
1477 re-organizing the code. Change the "???" message printed
1478 when target type is a TYPE_CODE_UNDEF into
1479 "<ref to undefined type>".
1483 * ada-valprint.c (print_record): Delete, implementation inlined...
1484 (ada_val_print_struct_union): ... here. Remove call to
1485 ada_check_typedef in inlined implementation.
1489 * ada-valprint.c (ada_val_print_gnat_array): New function,
1490 extracted from ada_val_print_1;
1491 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
1492 (ada_val_print_flt, ada_val_print_struct_union)
1493 (ada_val_print_ref): Likewise.
1494 (ada_val_print_1): Delete variables i and elttype.
1495 Replace extracted-out code by call to corresponding
1500 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
1504 * ada-valprint.c (ada_val_print_1): Replace calls to
1505 ada_val_print_1 by calls to val_print.
1509 * ada-valprint.c (ada_val_print_1): Add parameter "language".
1510 Update calls to self accordingly. Replace calls to c_val_print
1511 by calls to val_print.
1515 * ada-valprint.c (print_record): Delete declaration.
1516 (adjust_type_signedness, ada_val_print_1): Likewise.
1517 (ada_val_print): Move function implementation down.
1518 (print_variant_part, print_field_values, print_record):
1519 Move function implementation up.
1523 * python/py-type.c (typy_get_name): New function.
1524 (type_object_getset): Add entry for attribute "name".
1525 * NEWS: Add entry mentioning this new attribute.
1529 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
1534 * gnu-nat.c (info_port_rights): Add qualifier const to
1539 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
1543 * gnu-nat.c (make_inf) Update declaration.
1544 (make_inf): Make it static.
1545 (inf_set_traced): Likewise.
1546 (inf_port_to_thread, inf_task_died_status): Likewise.
1550 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1554 * gnu-nat.c (_initialize_gnu_nat): Declare.
1558 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1560 (struct gdbarch_info) <byte_order>: Change type to
1562 <byte_order_for_code>: Likewise.
1563 * gdbarch.c, gdbarch.h: Regenerated.
1567 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1571 * doublest.c (convert_doublest_to_floatformat): Use const, not
1573 * somread.c (som_symtab_read): Likewise.
1577 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1578 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1579 (gdb_bfd_fopen): Ditto.
1580 (gdb_bfd_openr): Ditto.
1581 (gdb_bfd_openw): Ditto.
1582 (gdb_bfd_openr_iovec): Ditto.
1583 (gdb_bfd_fdopenr): Ditto.
1584 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1585 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1587 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1589 * symfile-mem.c (symbol_file_add_from_memory): Removed
1590 gdb_bfd_stash_filename.
1594 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1599 Update year range in copyright notice of all files.
1603 * top.c (print_gdb_version): Set copyright year to 2014.
1607 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1609 For older changes see ChangeLog-2013.
1615 version-control: never