X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=ad074c36763a75bdb1993840f336ad5a84d113b1;hb=e8ffc436d9d849eed52af64568d9f37aeaddbd9e;hp=a3ba5dd617102e8a20efd8d08be260499ebd7daa;hpb=10304ef3e85c6163f882757f58eb18f5178249ce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a3ba5dd617..ad074c3676 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,163 @@ +2015-03-20 Yao Qi + + * aarch64-tdep.c (aarch64_gdbarch_init): Don't call + set_gdbarch_cannot_step_breakpoint. + +2015-03-19 Pedro Alves + + * linux-nat.c (linux_resume_one_lwp): Rename to ... + (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here, + instead call perror_with_name. + (check_ptrace_stopped_lwp_gone): New function. + (linux_resume_one_lwp): Reimplement as wrapper around + linux_resume_one_lwp_throw that swallows errors if the LWP is + gone. + (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and + swallows errors if the LWP is gone. Use + linux_resume_one_lwp_throw instead of linux_resume_one_lwp. + +2015-03-19 Pedro Alves + + * linux-nat.c (status_callback): Return early if the LWP has no + status pending. + +2015-03-19 Pedro Alves + + * linux-nat.c (select_event_lwp_callback): Update comment to no + longer mention SIGTRAP. + +2015-03-18 Tristan Gingold + + * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move + redirection code to ... + (amd64_windows_frame_decode_insns): ... Here. Fix in prologue + checks. Fix SAVE_NONVOL operations. Add debug code and comments. + +2015-03-18 Gary Benson + + (remote_protocol_features): Remove the "vFile:fstat" feature. + (remote_hostio_fstat): Probe for "vFile:fstat" support. + +2015-03-11 Yao Qi + + PR tdep/18107 + * aarch64-linux-tdep.c: Include xml-syscall.h + (aarch64_linux_get_syscall_number): New function. + (aarch64_linux_init_abi): Call + set_gdbarch_get_syscall_number. + * syscalls/aarch64-linux.xml: New file. + +2015-03-17 Yurij Grechishhev + + * ser-base.h (ser_base_setstopbits): Change second argument name + from "rate" to "num". + +2015-03-17 Gary Benson + Luke Allardyce + + PR gdb/18131 + * common/common-remote-fileio.h (sys/stat.h): New include. + (stuct stat): Remove forward declaration. + +2015-03-16 John Baldwin + + * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers + before writing core register notes. + +2015-03-16 Yuanhui Zhang + Pedro Alves + + * gdb_curses.h (tgetnum): Mark with EXTERN_C. + * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs) + (tgoto): Wrap with extern "C". + +2015-03-16 Pedro Alves + Yuanhui Zhang + + * stub-termcap.c (tputs): Change prototype. + +2015-03-16 Yuanhui Zhang + Pedro Alves + + * windows-nat.c (struct thread_info_struct): Rename to ... + (struct windows_thread_info_struct): ... this. + (thread_info): Rename to ... + (windows_thread_info): ... this. + All users updated. + +2015-03-14 Jan Kratochvil + Pedro Alves + + * NEWS: New Removed targets and native configurations. + +2015-03-13 Jan Kratochvil + + Remove HPUX. + * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o. + (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o. + (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and + ia64-hpux-tdep.h, solib-ia64-hpux.h. + (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c, + ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c. + * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and + hppa-hpux-tdep.c. + * config/ia64/hpux.mh: Remove file. + * config/pa/hpux.mh: Remove file. + * configure: Rebuilt. + * configure.ac (dlgetmodinfo, somread.o): Remove. + * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. + (ia64-*-hpux*): Remove its float format exception. + * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. + * hppa-hpux-nat.c: Remove file. + * hppa-hpux-tdep.c: Remove file. + * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private): + Move them here from hppa-tdep.h + (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static. + (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception. + * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private): + Move them to hppa-tdep.c. + (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove + declarations. + * ia64-hpux-nat.c: Remove file. + * ia64-hpux-tdep.c: Remove file. + * ia64-hpux-tdep.h: Remove file. + * inf-ttrace.c: Remove file. + * inf-ttrace.h: Remove file. + * solib-ia64-hpux.c: Remove file. + * solib-ia64-hpux.h: Remove file. + * solib-pa64.c: Remove file. + * solib-pa64.h: Remove file. + * solib-som.c: Remove file. + * solib-som.h: Remove file. + * somread.c: Remove file. + +2015-03-13 John Baldwin + + * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util). + * config.in: Regenerate. + * configure: Regenerate. + * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't + define. + (fbsd_find_memory_regions): Use kinfo_getvmmap to + enumerate memory regions if present. + +2015-03-13 John Baldwin + + * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes. + * i386fbsd-tdep.c: Fix style in various gdb_static_assert + expressions. + (i386fbsd_sigtramp_p): Likewise. + +2015-03-12 John Baldwin + + * MAINTAINERS (Write After Approval): Add John Baldwin. + +2015-03-12 Gary Benson + + * solib.c (_initialize_solib): Make "set/show sysroot" use + add_setshow_optional_filename_cmd so it can be restored to + empty after being set. + 2015-03-11 Sergio Durigan Junior * Makefile.in (SFILES): New source break-catch-syscall.c.