2013-09-30 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5822149fb8c191a0c4739cac1c8b579ba2e0ab2f..bcf01692decb40408eaad849220177685cde4c18 100644 (file)
@@ -1,5 +1,86 @@
+2013-09-30  Tristan Gingold  <gingold@adacore.com>
+
+       * i386-darwin-nat.c (darwin_complete_target): Install methods for
+       hardware watchpoint.
+       (i386_darwin_dr_set): Support 32 and 64 bit states.
+       (i386_darwin_dr_get): Likewise.
+       (i386_darwin_dr_set_control): Make static.
+       (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
+       (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
+
+2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
+
+       * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
+       Replace TIDGET with ptid_get_lwp.
+       Replace GET_LWP with ptid_get_lwp.
+       * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
+       Replace BUILD_THREAD with ptid_build.
+       Replace BUILD_LWP with ptid_build.
+       Replace PIDGET with ptid_get_pid.
+       Replace TIDGET with ptid_get_lwp.
+       * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
+       * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
+       Replace TIDGET with ptid_get_lwp.
+       * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
+       * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
+       Replace TIDGET with ptid_get_lwp.
+       Replace GET_LWP with ptid_get_lwp.
+       * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
+       * auxv.c: Likewise.
+       * breakpoint.c: Likewise.
+       * common/ptid.c (ptid_is_pid): Condense check for
+       null_ptid and minus_one_ptid.
+       (ptid_lwp_p): New function.
+       (ptid_tid_p): New function.
+       * common/ptid.h: Update comments for accessors.
+       (ptid_lwp_p): New prototype.
+       (ptid_tid_p): New prototype.
+       * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
+       * gcore.c: Replace PIDGET with ptid_get_pid.
+       * gdbthread.h: Likewise.
+       * gnu-nat.c: Likewise.
+       * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
+       Replace TIDGET with ptid_get_lwp.
+       * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
+       * hppanbsd-nat.c: Likewise.
+       * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
+       Replace TIDGET with ptid_get_lwp.
+       * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
+       * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
+       * infcmd.c: Likewise.
+       * inferior.h: Likewise.
+       * inflow.c: Likewise.
+       * infrun.c: Likewise.
+       * linux-fork.c: Likewise.
+       * linux-nat.c: Replace PIDGET with ptid_get_pid.
+       Replace GET_PID with ptid_get_pid.
+       Replace is_lwp with ptid_lwp_p.
+       Replace GET_LWP with ptid_get_lwp.
+       Replace BUILD_LWP with ptid_build.
+
+2013-09-28  Mike Frysinger  <vapier@gentoo.org>
+
+       * common/linux-btrace.c: Move sys/syscall.h out of the
+       HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
+       Also check for SYS_perf_event_open before attempting to buid.
+
 2013-09-27  Doug Evans  <dje@google.com>
 
+       * dwarf2read.c (dwarf2_section_info): Add comment.
+       (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
+       All uses updated.
+       (dwarf2_section_empty_p): Rename arg from "info" to "section".
+       (dwarf2_read_section): Delete unused local "header".  Add section
+       name to error message.
+       (create_dwo_in_dwp): Tweak comment.
+       (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
+
+       * dwarf2read.c (die_reader_specs): Tweak comment.
+       (get_section_bfd_owner, get_section_bfd_section): New functions.
+       (get_section_name, get_section_file_name): New functions.
+       (get_section_id, get_section_flags): New functions.
+       (*): Use new functions to access section fields.
+
        * dwarf2read.c (struct dwo_file): Add/tweak comments.
        (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
        arg "htab".  All callers updated.
This page took 0.027043 seconds and 4 git commands to generate.