]> git.efficios.com Git - deliverable/binutils-gdb.git/commitdiff
gdb/gdbserver/
authorYao Qi <yao@codesourcery.com>
Sun, 14 Aug 2011 16:06:59 +0000 (16:06 +0000)
committerYao Qi <yao@codesourcery.com>
Sun, 14 Aug 2011 16:06:59 +0000 (16:06 +0000)
* target.h (struct target_ops): Fix indent.
* win32-low.c (win32_target_ops): Fix comment.

gdb/gdbserver/ChangeLog
gdb/gdbserver/target.h
gdb/gdbserver/win32-low.c

index b77f6b892f98b85085dbd5ccb8bd23df3aca3068..c9a1375144a8c98749e558a5fba9762703381560 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index 3a823a146f999bc3b7fdd127f37c8299d71fb0df..442dc913a8a082abf36a49d70adb9a2e5e0a0b53 100644 (file)
@@ -313,7 +313,7 @@ struct target_ops
 
   /* Read loadmaps.  Read LEN bytes at OFFSET into a buffer at MYADDR.  */
   int (*read_loadmap) (const char *annex, CORE_ADDR offset,
-                            unsigned char *myaddr, unsigned int len);
+                      unsigned char *myaddr, unsigned int len);
 
   /* Target specific qSupported support.  */
   void (*process_qsupported) (const char *);
index 728af50a35a117ee8cc156e61d33ca7eb6652d02..bcf0e4d5f74c3abc529fec409fbfc8e59e6211a5 100644 (file)
@@ -1811,7 +1811,7 @@ static struct target_ops win32_target_ops = {
   NULL, /* supports_multi_process */
   NULL, /* handle_monitor_command */
   NULL, /* core_of_thread */
-  NULL, /* read_fdpic_loadmap */
+  NULL, /* read_loadmap */
   NULL, /* process_qsupported */
   NULL, /* supports_tracepoints */
   NULL, /* read_pc */
This page took 0.034063 seconds and 4 git commands to generate.