struct siginfo vs. siginfo_t
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 61607a651ff50e88dd8995744fb995054ed5e8d6..155dbb18e99eab8339877a3e73b8261883708ab7 100644 (file)
@@ -1,3 +1,26 @@
+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.
+
+2012-03-19  Pedro Alves  <palves@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * server.c (cont_thread, general_thread): Add describing comments.
+       (start_inferior): Clear `cont_thread'.
+       (handle_v_cont): Don't set `cont_thread' if resuming all threads
+       of a process.
+
 2012-03-15  Yao Qi  <yao@codesourcery.com>
 
        * tracepoint.c (install_tracepoint): Move duplicated tracepoint
This page took 0.024247 seconds and 4 git commands to generate.