PR gdb/18021 - defend against "static virtual" methods
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 65a00514c25d5437e312f9bf6ff04e133b99dc23..6d41940989580e4cb410436e63765914b44712ea 100644 (file)
@@ -1,4 +1,157 @@
-2014-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2015-03-23  Keith Seitz  <keiths@redhat.com>
+
+       PR gdb/18021
+       * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
+       if we find a static method with DW_AT_vtable_elem_location.
+
+2015-03-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
+       before the second loop, to avoid undefined behavior.  Reported by
+       Anton Blanchard <anton@samba.org>.
+
+2015-03-20  Keven Boell  <keven.boell@intel.com>
+
+       * gdbtypes.c (resolve_dynamic_type_internal): Adapt
+       data_location usage to linked list.
+       (resolve_dynamic_type_internal): Adapt data_location to
+       linked list.
+       (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
+       (copy_type_recursive, copy_type): Add copy of linked list.
+       * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
+       (struct dynamic_prop_list): New struct.
+       * dwarf2read.c (set_die_type): Set data_location data.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
+       inner block and make it const.
+       * machoread.c (get_archive_prefix_len): Make "lparen" const.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
+       * breakpoint.h (set_breakpoint_condition): Update declaration.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
+       (nto_init_solib_absolute_prefix): Likewise.
+
+2015-03-20  Pedro Alves  <palves@redhat.com>
+
+       * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
+       * spu-tdep.c (spu_gdbarch_init): Make "name" const.
+
+2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * config/djgpp/README: Remove gdb.hp.
+
+2015-03-20  Yao Qi  <yao.qi@linaro.org>
+
+       * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
+       set_gdbarch_cannot_step_breakpoint.
+
+2015-03-19  Pedro Alves  <palves@redhat.com>
+
+       * 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  <palves@redhat.com>
+
+       * linux-nat.c (status_callback): Return early if the LWP has no
+       status pending.
+
+2015-03-19  Pedro Alves  <palves@redhat.com>
+
+       * linux-nat.c (select_event_lwp_callback): Update comment to no
+       longer mention SIGTRAP.
+
+2015-03-18  Tristan Gingold  <gingold@adacore.com>
+
+        * 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 <gbenson@redhat.com>
+
+       (remote_protocol_features): Remove the "vFile:fstat" feature.
+       (remote_hostio_fstat): Probe for "vFile:fstat" support.
+
+2015-03-11  Yao Qi  <yao.qi@linaro.org>
+
+       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  <yurij.grechishhev@gmail.com>
+
+       * ser-base.h (ser_base_setstopbits): Change second argument name
+       from "rate" to "num".
+
+2015-03-17  Gary Benson <gbenson@redhat.com>
+           Luke Allardyce <lukeallardyce@gmail.com>
+
+       PR gdb/18131
+       * common/common-remote-fileio.h (sys/stat.h): New include.
+       (stuct stat): Remove forward declaration.
+
+2015-03-16  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
+       before writing core register notes.
+
+2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * 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  <palves@redhat.com>
+           Yuanhui Zhang  <asmwarrior@gmail.com>
+
+       * stub-termcap.c (tputs): Change prototype.
+
+2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * 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  <jan.kratochvil@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * NEWS: New Removed targets and native configurations.
+
+2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Remove HPUX.
        * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
This page took 0.027917 seconds and 4 git commands to generate.