[arm] Fix fails in gdb.base/disp-step-syscall.exp
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 73f8610fef710b65f7618ab704d6a2b48602b624..a97e720203ddb35f0ea6cbac94a47c1c1077dee8 100644 (file)
@@ -1,3 +1,101 @@
+2015-04-15  Yao Qi  <yao.qi@linaro.org>
+
+       * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
+       dsc->insn_size instead of 4.
+
+2015-04-14  Gary Benson <gbenson@redhat.com>
+
+       * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
+       * minidebug.c (lzma_stat): Likewise.
+       * solib-spu.c (spu_bfd_iovec_stat): Likewise.
+       * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
+
+2015-04-13  Stan Shebs  <stanshebs@google.com>
+
+       * MAINTAINERS: Update my email address.
+
+2015-04-13  John Baldwin  <jhb@FreeBSD.org>
+
+       * amd64-tdep.c (amd64_target_description): New function.
+       * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
+       * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
+       (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
+       x86 extended save area.
+       (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
+       * amd64bsd-nat.h: Export amd64bsd_xsave_len.
+       * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
+       (_initialize_amd64fbsd_nat): Set "to_read_description" to
+       "amd64fbsd_read_description".
+       * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
+       (amd64fbsd_supply_xstateregset): New function.
+       (amd64fbsd_collect_xstateregset): New function.
+       Add "amd64fbsd_xstateregset".
+       (amd64fbsd_iterate_over_regset_sections): New function.
+       (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
+       "I386_FBSD_XSAVE_XCR0_OFFSET".
+       Add "iterate_over_regset_sections" gdbarch method.
+       Add "core_read_description" gdbarch method.
+       * i386-tdep.c (i386_target_description): New function.
+       * i386-tdep.h: Export i386_target_description and tdesc_i386.
+       * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
+       (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
+       x86 extended save area.
+       (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
+       * i386bsd-nat.h: Export i386bsd_xsave_len.
+       * i386fbsd-nat.c (i386fbsd_read_description): New function.
+       (_initialize_i386fbsd_nat): Set "to_read_description" to
+       "i386fbsd_read_description".
+       * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
+       (i386fbsd_core_read_description): New function.
+       (i386fbsd_supply_xstateregset): New function.
+       (i386fbsd_collect_xstateregset): New function.
+       Add "i386fbsd_xstateregset".
+       (i386fbsd_iterate_over_regset_sections): New function.
+       (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
+       "I386_FBSD_XSAVE_XCR0_OFFSET".
+       Add "iterate_over_regset_sections" gdbarch method.
+       Add "core_read_description" gdbarch method.
+       * i386fbsd-tdep.h: New file.
+
+2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * NEWS (Changes since GDB 7.9): Add removed -xdb.
+       * breakpoint.c (command_line_is_silent): Remove xdb_commands
+       conditional.
+       (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
+       and lb.
+       * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
+       va.
+       * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
+       conditional.
+       * defs.h (xdb_commands): Remove declaration.
+       * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
+       * guile/scm-cmd.c (command_classes): Remove xdb from comment.
+       * infcmd.c (run_no_args_command, go_command): Remove.
+       (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
+       * infrun.c (xdb_handle_command): Remove.
+       (_initialize_infrun): Remove xdb_commands for lz and z.
+       * main.c (xdb_commands): Remove variable.
+       (captured_main): Remove "xdb" from long_options.
+       (print_gdb_help): Remove --xdb from help.
+       * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
+       * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
+       * stack.c (backtrace_full_command, args_plus_locals_info)
+       (current_frame_command): Remove.
+       (_initialize_stack): Remove xdb_commands for t, T and l.
+       * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
+       * thread.c (_initialize_thread): Remove xdb_commands condition.
+       * tui/tui-layout.c (tui_toggle_layout_command)
+       (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
+       (_initialize_tui_layout): Remove xdb_commands for td and ts.
+       * tui/tui-regs.c (tui_scroll_regs_forward_command)
+       (tui_scroll_regs_backward_command): Remove.
+       (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
+       * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
+       (_initialize_tui_win): Remove xdb_commands for U and w.
+       * utils.c (pagination_on_command, pagination_off_command): Remove.
+       (initialize_utils): Remove xdb_commands for am and sm.
+
 2015-04-10  Pedro Alves  <palves@redhat.com>
 
        * infrun.c (displaced_step_fixup): Switch to the event ptid
This page took 0.025778 seconds and 4 git commands to generate.