2012-03-28 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 238679e7258cdbafee5d1ed6243671e923520559..8627aa9c4a7add8c45e1e221fdddb0686c59a7b9 100644 (file)
@@ -1,3 +1,62 @@
+2012-03-28  Pedro Alves  <palves@redhat.com>
+
+       * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
+       (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
+       (IA64_FR1_REGNUM): New defines.
+       (ia64_fetch_register): New.
+       (the_low_target): Install it.
+       * linux-low.h (struct linux_target_ops) <fetch_register>: New
+       field.
+       * linux-low.c (linux_fetch_registers): Try the
+       the_low_target.fetch_register hook first.
+
+       * linux-arm-low.c (the_low_target): Adjust.
+       * linux-bfin-low.c (the_low_target): Adjust.
+       * linux-cris-low.c (the_low_target): Adjust.
+       * linux-crisv32-low.c (the_low_target): Adjust.
+       * linux-m32r-low.c (the_low_target): Adjust.
+       * linux-m68k-low.c (the_low_target): Adjust.
+       * linux-mips-low.c (the_low_target): Adjust.
+       * linux-ppc-low.c (the_low_target): Adjust.
+       * linux-s390-low.c (the_low_target): Adjust.
+       * linux-sh-low.c (the_low_target): Adjust.
+       * linux-sparc-low.c (the_low_target): Adjust.
+       * linux-tic6x-low.c (the_low_target): Adjust.
+       * linux-x86-low.c (the_low_target): Adjust.
+       * linux-xtensa-low.c (the_low_target): Adjust.
+
+2012-03-26  Pedro Alves  <palves@redhat.com>
+
+       * server.c (handle_qxfer_libraries): Don't bail early if
+       the_target->qxfer_libraries_svr4 is not NULL.
+
+2012-03-26  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
+
+2012-03-23  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
+       "library-list-svr4" element's start tag when the the DSO list is
+       empty.
+
+2012-03-23  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (read_one_ptr): Read the inferior's pointer through
+       a variable whose type size is the same as the inferior's pointer
+       size.
+
+2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
+       struct siginfo.
+       * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
+       * linux-x86-low.c (x86_siginfo_fixup): Likewise.
+       * linux-low.h: Include <signal.h>.
+       (struct siginfo): Remove forward declaration.
+       (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
+       struct siginfo.
+
 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
 
        * .gitignore: Ignore more files.
This page took 0.025301 seconds and 4 git commands to generate.