Add documentation for TARGET_OBJECT_OSDATA
[deliverable/binutils-gdb.git] / gdb / target.h
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.024302 seconds and 4 git commands to generate.