Move common linux procfs code to common/
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index d0a914faacafb364be4233b8294a9750f8683154..7176e8b35b8194233b6fa6f4175ac058195be48c 100644 (file)
@@ -1,3 +1,50 @@
+2011-08-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * configure.srv: Add linux-procfs.o dependencies.
+
+2011-08-14  Yao Qi  <yao@codesourcery.com>
+
+       * target.h (struct target_ops): Fix indent.
+       * win32-low.c (win32_target_ops): Fix comment.
+
+2011-08-14  Andrew Jenner  <andrew@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (clean): Remove tic6x-*.c files.
+       (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
+       (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
+       (tic6x-c64xp-linux.c): Likewise.
+       * configure.srv: Add support for tic6x-*-uclinux.
+       * linux-tic6x-low.c: New.
+       * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
+
+2011-08-14  Andrew Stubbs <ams@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * target.h (struct target_ops): Add read_loadmap.
+       * linux-low.c (struct target_loadseg): New type.
+       (struct target_loadmap): New type.
+       (linux_read_loadmap): New function.
+       (linux_target_ops): Add linux_read_loadmap.
+       * server.c (handle_query): Support qXfer:fdpic:read packet.
+       * win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
+
+2011-08-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * win32-low.c: Include <stdint.h>.
+
+2011-07-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
+       to the inferior here.
+       (i386_remove_aligned_watchpoint): Ditto.
+       (i386_handle_nonaligned_watchpoint): Return immediate on fail to
+       fit part of the watchpoint in the debug registers.
+       (i386_update_inferior_debug_regs): New.
+       (i386_low_insert_watchpoint): Work on a local mirror of the debug
+       registers, and only update the inferior on success.
+       (i386_low_remove_watchpoint): Ditto.
+
 2011-07-22  Kwok Cheung Yeung  <kcy@codesourcery.com>
 
        * linux-low.c (compare_ints, unique, list_threads, show_process,
This page took 0.025425 seconds and 4 git commands to generate.