diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-12-29 02:52:23 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-12-29 02:52:23 +0000 |
commit | 113a6f1ec903a7b627723d2c913d75c3a37e421c (patch) | |
tree | 93a7d677da9581c7004b59fcb99ed22711f7876e /gdb/target.h | |
parent | e71b81d85f8873267aa65486d34ef7c86b55821d (diff) | |
download | gdb-113a6f1ec903a7b627723d2c913d75c3a37e421c.zip gdb-113a6f1ec903a7b627723d2c913d75c3a37e421c.tar.gz gdb-113a6f1ec903a7b627723d2c913d75c3a37e421c.tar.bz2 |
Add documentation for TARGET_OBJECT_OSDATA
gdb/ChangeLog:
* target.h (enum target_object): Expand the documentation of
TARGET_OBJECT_OSDATA a bit.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index ea27b2c..6a1ec92 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -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. */ |