Add documentation for TARGET_OBJECT_OSDATA
authorJoel Brobecker <brobecker@gnat.com>
Wed, 29 Dec 2010 02:52:23 +0000 (02:52 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 29 Dec 2010 02:52:23 +0000 (02:52 +0000)
gdb/ChangeLog:

        * target.h (enum target_object): Expand the documentation of
        TARGET_OBJECT_OSDATA a bit.

gdb/ChangeLog
gdb/target.h

index fab7e82f41d6198aaac6109f2ab41a0d119ef7cd..717d8834f32b573d85a7bb6e57b7f6e36589719b 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * target.h (enum target_object): Expand the documentation of
+       TARGET_OBJECT_OSDATA a bit.
+
 2010-12-28  Michael Snyder  <msnyder@vmware.com>
 
        * command.h: Comment clean-up.
index ea27b2ce31049b9219f5be3abe34b3603af2efbb..6a1ec926ff7adfa709d4557af24b5b6bd550089f 100644 (file)
@@ -256,7 +256,8 @@ enum target_object
   /* Currently loaded libraries, in XML format.  */
   TARGET_OBJECT_LIBRARIES,
   /* Get OS specific data.  The ANNEX specifies the type (running
-     processes, etc.).  */
+     processes, etc.).  The data being transfered is expected to follow
+     the DTD specified in features/osdata.dtd.  */
   TARGET_OBJECT_OSDATA,
   /* Extra signal info.  Usually the contents of `siginfo_t' on unix
      platforms.  */
This page took 0.045005 seconds and 4 git commands to generate.