X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=a0e3530964725af389422b9f43d7cf38d2ceb704;hb=af09351e0ff592aed4f17b113c292a7a6d5cf149;hp=e1e6c744611fd584c5feb1e19cfd5e43ed2f22b5;hpb=ed9edfb5d5edb1dd0b6280ae4acdd9963a12ebe6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1e6c74461..a0e3530964 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,685 @@ +2014-02-03 Mark Kettenis + + * bsd-kvm.c: Include + +2014-02-03 Mark Kettenis + + * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype. + +2014-01-31 Joel Brobecker + + * ada-lang.h (clear_ada_sym_cache): Delete. + +2014-01-30 Ulrich Weigand  + + * auxv.c (fprint_target_auxv): Handle AT_HWCAP2. + +2014-01-29 Jose E. Marchesi + + * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from + the sigreturn register save area only if the syscall is + sigreturn. + +2014-01-29 Joel Brobecker + + * valops.c (value_slice): Minor reformatting. + +2014-01-28 Ulrich Weigand  + + * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo. + +2014-01-28 Joel Brobecker + + * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist): + New static globals. + (maint_set_ada_cmd, maint_show_ada_cmd): New functions. + (ada_ignore_descriptive_types_p): New static global. + (find_parallel_type_by_descriptive_type): Return immediately + if ada_ignore_descriptive_types_p is set. + (_initialize_ada_language): Register new commands "maintenance + set ada", "maintenance show ada", "maintenance set ada + ignore-descriptive-types" and "maintenance show ada + ignore-descriptive-types". + * NEWS: Add entry for new "maint ada set/show + ignore-descriptive-types" commands. + +2014-01-27 Markus Metzger + + * record-btrace.c (record_btrace_close): Call btrace_teardown + for all threads. + +2014-01-27 Joel Brobecker + + * ada-lang.c: Remove "#ifdef UI_OUT" condition for including + "ui-out.h". + +2014-01-27 Joel Brobecker + + * ada-typeprint (type_is_full_subrange_of_target_type): + New function. + (print_range): Add parameter bounds_prefered_p. If not set, + try printing range types using the name of their base type. + (print_range_type): Add parameter bounds_prefered_p. + Use it in call to print_range. + (print_array_type, ada_print_type): Update calls to print_range + and print_range_type. + +2014-01-27 Joel Brobecker + + * ada-typeprint.c (print_array_type, print_choices, print_range) + (print_range_bound, print_dynamic_range_bound, print_range_type): + Remove declaration. + +2014-01-27 Joel Brobecker + + * ada-typeprint.c (print_range): Add missing empty line + after local declaration. + +2014-01-27 Joel Brobecker + + * ada-valprint.c (print_optional_low_bound): Get index_type's + target type for as long as it is a TYPE_CODE_RANGE. + +2014-01-27 Joel Brobecker + + * procfs.c (procfs_make_note_section): Remove assertion and + associated comment. + +2014-01-24 Yao Qi + + * remote.c (remote_read_bytes): Change type of len to ULONGEST. + * corelow.c (get_core_siginfo): Likewise. + +2014-01-24 Yao Qi + + * remote.c (remote_write_bytes_aux): Change type of 'len' to + ULONGEST. Don't check 'len' is negative. + (remote_write_bytes): Change type of 'len' to ULONGEST. + +2014-01-23 Tom Tromey + + PR python/16485: + * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args): + Handle exception from frame.block. + (FrameVars.fetch_frame_locals): Likewise. + +2014-01-23 Tom Tromey + + PR python/16487: + * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF + on a NULL pointer. Move "goto error" to correct place. + +2014-01-23 Tom Tromey + + PR python/16491: + * python/py-framefilter.c (apply_frame_filter): Call + ensure_python_env after computing gdbarch. + +2014-01-23 Yao Qi + + * target.c (raw_memory_xfer_partial): Change argument type + from void * to gdb_byte *. + (memory_xfer_partial_1, memory_xfer_partial): Likewise. + +2014-01-22 Doug Evans + + New gdbserver option --debug-format=timestamp. + * NEWS: Mention it. + +2014-01-22 Andreas Arnez + + * syscalls/s390x-linux.xml: New file. + * syscalls/s390-linux.xml: New file. + * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro. + (XML_SYSCALL_FILENAME_S390X): Likewise. + (op_svc): New enum value for SVC opcode. + (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'. + (s390_linux_get_syscall_number): New function. + (s390_gdbarch_init): Register '*get_syscall_number' and the + syscall xml file name. + * data-directory/Makefile.in (SYSCALLS_FILES): Add + "s390-linux.xml" and "s390x-linux.xml". + * NEWS: Announce new feature. + +2014-01-22 Baruch Siach + + * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t. + +2014-01-22 Pedro Alves + + * xtensa-config.c: Include defs.h. + +2014-01-22 Joel Brobecker + + * common/common-utils.h: Add "ARI:" comment beside __func__ + reference. + +2014-01-22 Joel Brobecker + + * common/common-utils.h (FUNCTION_NAME): Expand the macro's + documentation a bit. + +2014-01-21 Roland McGrath + + * configure.ac: Call AM_PROG_INSTALL_STRIP. + * configure: Regenerate. + * aclocal.m4: Regenerate. + * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP): + New substituted variables. + (install-strip): New target. + (INSTALL_SCRIPT): New substituted variable. + (FLAGS_TO_PASS): Add it. + (install-only): Use $(INSTALL_SCRIPT) rather than + $(INSTALL_PROGRAM) for gcore. + +2014-01-20 Tom Tromey + + * cli/cli-decode.h (struct cmd_list_element): Move all bitfields + together. + +2014-01-20 Tom Tromey + + * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd) + (add_setshow_cmd_full, delete_cmd, lookup_cmd_1) + (deprecated_cmd_warning, complete_on_cmdlist): Update. + * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER) + (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove. + (struct cmd_list_element) : Remove. + : New fields. + : Now + bitfields. + * maint.c (maintenance_do_deprecate): Update. + * top.c (execute_command): Update. + +2014-01-20 Baruch Siach + + * xtensa-linux-nat.c: Include asm/ptrace.h. + +2014-01-17 Iain Buclaw + + * Makefile.in (SFILES): Add d-support.c. + (COMMON_OBS): Add d-support.o. + * d-lang.h (d_parse_symbol): Add comment, now defined in + d-support.c. + * d-lang.c (parse_call_convention) + (parse_attributes, parse_function_types) + (parse_function_args, parse_type, parse_identifier) + (call_convention_p, d_parse_symbol): Move functions to ... + * d-support.c: ... New file. + +2014-01-17 Iain Buclaw + + * d-lang.h (d_parse_symbol): Add declaration. + * d-lang.c (extract_identifiers) + (extract_type_info): Remove functions. + (parse_call_convention, parse_attributes) + (parse_function_types, parse_function_args) + (parse_type, parse_identifier, call_convention_p) + (d_parse_symbol): New functions. + (d_demangle): Use d_parse_symbol to demangle D symbols. + +2014-01-17 Iain Buclaw + + * d-lang.h (struct builtin_d_type): New data type. + (builtin_d_type): Add declaration. + * d-lang.c (d_language_arch_info, build_d_types) + (builtin_d_type): New functions. + (enum d_primitive_types): New data type. + (d_language_defn): Change c_language_arch_info to + d_language_arch_info. + (d_type_data): New static variable. + (_initialize_d_language): Initialize d_type_data. + +2014-01-17 Iain Buclaw + + * d-lang.h (d_main_name): Add declaration. + * d-lang.c (d_main_name): New function. + * symtab.c (find_main_name): Add call to d_main_name. + +2014-01-17 Iain Buclaw + + * d-lang.c (d_language_defn): Change macro_expansion_c to + macro_expansion_no. + +2014-01-17 Iain Buclaw + + * MAINTAINERS: Add myself as a write-after-approval maintainer. + +2014-01-17 Sergio Durigan Junior + + * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct + gdb_exception" declaration. + * remote.c (getpkt_or_notif_sane): Likewise. + +2014-01-17 Doug Evans + + * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New + function, contents of dirnames_to_char_ptr_vec_append moved here. + (delim_string_to_char_ptr_vec): New function. + (dirnames_to_char_ptr_vec_append): Rewrite. + * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare. + +2014-01-17 Doug Evans + + * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION, + and moved here ... + * common/gdb_assert.h (ASSERT_FUNCTION): ... from here. + #include "common-utils.h". + (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update. + * common/vec.h (VEC_ASSERT_PASS): Update. + * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h. + (MACH_CHECK_ERROR): Update. + +2014-01-17 Simon Marchi + + * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add + comments. + * gdbarch.h: Regenerate. + +2014-01-16 Tom Tromey + + * value.c (struct value) : Move earlier. + +2014-01-16 Tom Tromey + + * remote.c (extended_remote_create_inferior): Rename from + extended_remote_create_inferior_1. Add "ops" argument. Remove + old implementation. + +2014-01-16 Pedro Alves + + * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow + NOT_AVAILABLE_ERROR errors while parsing the prologue or reading + the backchain. + +2014-01-16 Doug Evans + + * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment. + +2014-01-16 Markus Metzger + + * btrace.h (btrace_thread_flag): New. + (struct btrace_thread_info) : New. + * record-btrace.c (record_btrace_resume_thread) + (record_btrace_find_thread_to_move, btrace_step_no_history) + (btrace_step_stopped, record_btrace_start_replaying) + (record_btrace_step_thread, record_btrace_decr_pc_after_break) + (record_btrace_find_resume_thread): New. + (record_btrace_resume, record_btrace_wait): Extend. + (record_btrace_can_execute_reverse): New. + (record_btrace_open): Fail in non-stop mode. + (record_btrace_set_replay): Split into this, ... + (record_btrace_stop_replaying): ... this, ... + (record_btrace_clear_histories): ... and this. + (init_record_btrace_ops): Init to_can_execute_reverse. + * NEWS: Announce it. + +2014-01-16 Markus Metzger + + * target.h (struct target_ops) : New. + (forward_target_decr_pc_after_break) + (target_decr_pc_after_break): New. + * target.c (forward_target_decr_pc_after_break) + (target_decr_pc_after_break): New. + * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break + instead of gdbarch_decr_pc_after_break. + * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break + instead of gdbarch_decr_pc_after_break. + * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break + instead of gdbarch_decr_pc_after_break. + * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break + instead of gdbarch_decr_pc_after_break. + * linux-thread-db.c (check_event): Call target_decr_pc_after_break + instead of gdbarch_decr_pc_after_break. + * record-full.c (record_full_wait_1): Call target_decr_pc_after_break + instead of gdbarch_decr_pc_after_break. + +2014-01-16 Markus Metzger + + * btrace.c: Include regcache.h. + (btrace_add_pc): New. + (btrace_enable): Call btrace_add_pc. + (btrace_is_empty): New. + * btrace.h (btrace_is_empty): New. + * record-btrace.c (require_btrace, record_btrace_info): Call + btrace_is_empty. + +2014-01-16 Markus Metzger + + * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace): + Support delta reads. + (linux_disable_btrace): Change return type. + * common/linux-btrace.h (linux_read_btrace): Change parameters + and return type to allow error reporting. Update users. + (linux_disable_btrace): Change return type. Update users. + * common/btrace-common.h (btrace_read_type) : + New. + (btrace_error): New. + (btrace_block) : Comment on BEGIN == 0. + * btrace.c (btrace_compute_ftrace): Start from the end of + the current trace. + (btrace_stitch_trace, btrace_clear_history): New. + (btrace_fetch): Read delta trace, return if replaying. + (btrace_clear): Move clear history code to btrace_clear_history. + (parse_xml_btrace): Throw an error if parsing failed. + * target.h (struct target_ops) : Change parameters + and return type to allow error reporting. + (target_read_btrace): Change parameters and return type to allow + error reporting. + * target.c (target_read_btrace): Update. + * remote.c (remote_read_btrace): Support delta reads. Pass + errors on. + * NEWS: Announce it. + +2014-01-16 Markus Metzger + + * record.h (record_btrace_frame_unwind) + (record_btrace_tailcall_frame_unwind): New declarations. + * dwarf2-frame: Include record.h + (dwarf2_frame_cfa): Throw an error for btrace frames. + * record-btrace.c: Include hashtab.h. + (btrace_get_bfun_name): New. + (btrace_call_history): Call btrace_get_bfun_name. + (struct btrace_frame_cache): New. + (bfcache): New. + (bfcache_hash, bfcache_eq, bfcache_new): New. + (btrace_get_frame_function): New. + (record_btrace_frame_unwind_stop_reason): Allow unwinding. + (record_btrace_frame_this_id): Compute own id. + (record_btrace_frame_prev_register): Provide PC, throw_error + for all other registers. + (record_btrace_frame_sniffer): Detect btrace frames. + (record_btrace_tailcall_frame_sniffer): New. + (record_btrace_frame_dealloc_cache): New. + (record_btrace_frame_unwind): Add new functions. + (record_btrace_tailcall_frame_unwind): New. + (_initialize_record_btrace): Allocate cache. + * btrace.c (btrace_clear): Call reinit_frame_cache. + * NEWS: Announce it. + +2014-01-16 Markus Metzger + + * record-btrace.c (record_btrace_set_replay) + (record_btrace_goto_begin, record_btrace_goto_end) + (record_btrace_goto): New. + (init_record_btrace_ops): Initialize them. + * NEWS: Announce it. + +2014-01-16 Markus Metzger + + * record-btrace.c (record_btrace_find_new_threads) + (record_btrace_thread_alive): New. + (init_record_btrace_ops): Initialize to_find_new_threads and + to_thread_alive. + +2014-01-16 Markus Metzger + + * record-btrace.c (record_btrace_resume): New. + (record_btrace_wait): New. + (init_record_btrace_ops): Initialize to_wait and to_resume. + +2014-01-16 Markus Metzger + + * record-btrace.c (record_btrace_xfer_partial) + (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint) + (record_btrace_allow_memory_access): New. + (init_record_btrace_ops): Initialize new methods. + * target.c (raw_memory_xfer_partial): Bail out if target reports + that this memory is not available. + +2014-01-16 Markus Metzger + + * target.h (target_ops) + : Add target_ops parameter. + (forward_target_insert_breakpoint): New. + (forward_target_remove_breakpoint): New. + (memory_remove_breakpoint, memory_insert_breakpoint): + Add target_ops parameter. + * target.c (target_insert_breakpoint): Split into this and ... + (forward_target_insert_breakpoint): ... this. + (target_remove_breakpoint): Split into this and ... + (forward_target_remove_breakpoint): ... this. + (debug_to_insert_breakpoint): Add target_ops parameter. + Call forward_target_insert_breakpoint. + (debug_to_remove_breakpoint): Add target_ops parameter. + Call forward_target_remove_breakpoint. + (update_current_target): Do not inherit or default to_insert_breakpoint + and to_remove_breakpoint. + * corelow.c (ignore): Add target_ops parameter. + * exec.c (ignore): Add target_ops parameter. + * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint): + Add target_ops parameter. + * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint): + Add target_ops parameter. + * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint): + Add target_ops parameter. + * record-full.c (record_full_beneath_to_insert_breakpoint) + (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint) + (tmp_to_remove_breakpoint, record_full_insert_breakpoint) + (record_full_remove_breakpoint, record_full_core_insert_breakpoint) + (record_full_core_remove_breakpoint): Add target_ops parameter. + Update users. + (record_full_beneath_to_insert_breakpoint_ops) + (record_full_beneath_to_remove_breakpoint_ops) + (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New. + (record_full_open): Initialize tmp_to_insert_breakpoint_ops, + tmp_to_remove_breakpoint_ops, + record_full_beneath_to_insert_breakpoint_ops, and + record_full_beneath_to_remove_breakpoint_ops. + * remote-m32r-sdi.c (m32r_insert_breakpoint) + (m32r_remove_breakpoint): Add target_ops parameter. + * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint): + Add target_ops parameter. + * remote.c (remote_insert_breakpoint, remote_remove_breakpoint): + Add target_ops parameter. + +2014-01-16 Jan Kratochvil + Markus Metzger + + * record-btrace.c: Include frame-unwind.h. + (record_btrace_frame_unwind_stop_reason) + (record_btrace_frame_this_id, record_btrace_frame_prev_register) + (record_btrace_frame_sniffer, record_btrace_frame_unwind): + New. + (init_record_btrace_ops): Install it. + +2014-01-16 Jan Kratochvil + + * frame.c (get_frame_unwind_stop_reason): Unconditionally call + get_prev_frame_1. + +2014-01-16 Jan Kratochvil + + * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check + earlier. + +2014-01-16 Jan Kratochvil + + * frame-unwind.c: Include target.h. + (frame_unwind_try_unwinder): New function with code from ... + (frame_unwind_find_by_frame): ... here. New variable + unwinder_from_target, call also target_get_unwinder) + (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it. + * target.c (target_get_unwinder, target_get_tailcall_unwinder): New. + * target.h (struct target_ops): New fields to_get_unwinder and + to_get_tailcall_unwinder. + (target_get_unwinder, target_get_tailcall_unwinder): New declarations. + +2014-01-16 Markus Metzger + + * record-btrace.c (record_btrace_fetch_registers) + (record_btrace_store_registers) + (record_btrace_to_prepare_to_store): New. + (init_record_btrace_ops): Add the above. + +2014-01-16 Tom Tromey + + * windows-nat.c (windows_prepare_to_store): Add 'self' argument. + * target.h (struct target_ops) : Add + argument. + (target_prepare_to_store): Add argument. + * target.c (debug_to_prepare_to_store): Add argument. + (update_current_target): Update. + * remote.c (remote_prepare_to_store): Add 'self' argument. + * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument. + * remote-mips.c (mips_prepare_to_store): Add 'self' argument. + * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument. + * record-full.c (record_full_core_prepare_to_store): Add 'self' + argument. + * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument. + * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument. + * monitor.c (monitor_prepare_to_store): Add 'self' argument. + * inf-child.c (inf_child_prepare_to_store): Add 'self' argument. + * go32-nat.c (go32_prepare_to_store): Add 'self' argument. + +2014-01-16 Markus Metzger + + * btrace.h (replay) : New. + (btrace_is_replaying): New. + * btrace.c (btrace_clear): Free replay iterator. + (btrace_is_replaying): New. + * record-btrace.c (record_btrace_is_replaying): New. + (record_btrace_info): Print insn number if replaying. + (record_btrace_insn_history): Start at replay position. + (record_btrace_call_history): Start at replay position. + (init_record_btrace_ops): Init to_record_is_replaying. + +2014-01-16 Markus Metzger + + * record-btrace.c (record_btrace_insn_history_range): Include + end. + (record_btrace_insn_history_from): Adjust range. + (record_btrace_call_history_range): Include + end. + (record_btrace_call_history_from): Adjust range. + * NEWS: Announce changes. + +2014-01-16 Markus Metzger + + * record.h (enum record_print_flag) + : New. + * record.c (get_call_history_modifiers): Recognize /c modifier. + (_initialize_record): Document /c modifier. + * record-btrace.c (btrace_call_history): Add btinfo parameter. + Reorder fields. Optionally indent the function name. Update + all users. + * NEWS: Announce changes. + +2014-01-16 Markus Metzger + + * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer. + +2014-01-16 Markus Metzger + + * btrace.c (ftrace_new_function): Start counting at one. + * record-btrace.c (record_btrace_info): Adjust number of calls + and insns. + * NEWS: Announce it. + +2014-01-16 Markus Metzger + + * record-btrace.c (btrace_call_history_insn_range): Print + insn range as [begin, end]. + +2014-01-16 Markus Metzger + + * btrace.h (struct btrace_func_link): New. + (enum btrace_function_flag): New. + (struct btrace_inst): Rename to ... + (struct btrace_insn): ...this. Update all users. + (struct btrace_func) : Remove. + (struct btrace_func_link): New. + (struct btrace_func): Rename to ... + (struct btrace_function): ...this. Update all users. + (struct btrace_function) : New. + (struct btrace_insn_iterator): Rename to ... + (struct btrace_insn_history): ...this. + Update all users. + (struct btrace_insn_iterator, btrace_call_iterator): New. + (struct btrace_target_info) : Remove. + (struct btrace_target_info) + : New. + (btrace_insn_get, btrace_insn_number, btrace_insn_begin) + (btrace_insn_end, btrace_insn_prev, btrace_insn_next) + (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get) + (btrace_call_number, btrace_call_begin, btrace_call_end) + (btrace_call_prev, btrace_call_next, btrace_call_cmp) + (btrace_find_function_by_number, btrace_set_insn_history) + (btrace_set_call_history): New. + * btrace.c (btrace_init_insn_iterator) + (btrace_init_func_iterator, compute_itrace): Remove. + (ftrace_print_function_name, ftrace_print_filename) + (ftrace_skip_file): Change + parameter to const. + (ftrace_init_func): Remove. + (ftrace_debug): Use new btrace_function fields. + (ftrace_function_switched): Also consider gaining and + losing symbol information). + (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return) + (ftrace_new_switch, ftrace_find_caller, ftrace_new_function) + (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall): + New. + (ftrace_new_function): Move. Remove debug print. + (ftrace_update_lines, ftrace_update_insns): New. + (ftrace_update_function): Check for call, ret, and jump. + (compute_ftrace): Renamed to ... + (btrace_compute_ftrace): ...this. Rewritten to compute call + stack. + (btrace_fetch, btrace_clear): Updated. + (btrace_insn_get, btrace_insn_number, btrace_insn_begin) + (btrace_insn_end, btrace_insn_prev, btrace_insn_next) + (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get) + (btrace_call_number, btrace_call_begin, btrace_call_end) + (btrace_call_prev, btrace_call_next, btrace_call_cmp) + (btrace_find_function_by_number, btrace_set_insn_history) + (btrace_set_call_history): New. + * record-btrace.c (require_btrace): Use new btrace thread + info fields. + (record_btrace_info, btrace_insn_history) + (record_btrace_insn_history, record_btrace_insn_history_range): + Use new btrace thread info fields and new iterator. + (btrace_func_history_src_line): Rename to ... + (btrace_call_history_src_line): ...this. Use new btrace + thread info fields. + (btrace_func_history): Rename to ... + (btrace_call_history): ...this. Use new btrace thread info + fields and new iterator. + (record_btrace_call_history, record_btrace_call_history_range): + Use new btrace thread info fields and new iterator. + +2014-01-16 Markus Metzger + + * frame.h (frame_id_build_unavailable_stack_special): New. + * frame.c (frame_id_build_unavailable_stack_special): New. + +2014-01-16 Markus Metzger + + * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call) + (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New. + (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump + to gdbarch. + * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret) + (i386_insn_is_jump, i386_jmp_p): New. + (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and + insn_is_jump to gdbarch. + * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New. + * gdbarch.h: Regenerated. + * gdbarch.c: Regenerated. + * arch-utils.h (default_insn_is_call, default_insn_is_ret) + (default_insn_is_jump): New. + * arch-utils.c (default_insn_is_call, default_insn_is_ret) + (default_insn_is_jump): New. + +2014-01-16 Markus Metzger + + * common/btrace-common.h (btrace_read_type) : + Change to ... + (btrace_read_type) : ... this. Update users. + (btrace_read_type) : Change to ... + (btrace_read_type) : ... this. Update users. + 2014-01-16 Markus Metzger * common/linux-btrace.c (linux_read_btrace): Free trace from