Add documentation for TARGET_OBJECT_OSDATA
gdb/ChangeLog: * target.h (enum target_object): Expand the documentation of TARGET_OBJECT_OSDATA a bit.
This commit is contained in:
parent
e71b81d85f
commit
113a6f1ec9
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2010-12-28 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
* command.h: Comment clean-up.
|
* command.h: Comment clean-up.
|
||||||
|
|
|
@ -256,7 +256,8 @@ enum target_object
|
||||||
/* Currently loaded libraries, in XML format. */
|
/* Currently loaded libraries, in XML format. */
|
||||||
TARGET_OBJECT_LIBRARIES,
|
TARGET_OBJECT_LIBRARIES,
|
||||||
/* Get OS specific data. The ANNEX specifies the type (running
|
/* 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,
|
TARGET_OBJECT_OSDATA,
|
||||||
/* Extra signal info. Usually the contents of `siginfo_t' on unix
|
/* Extra signal info. Usually the contents of `siginfo_t' on unix
|
||||||
platforms. */
|
platforms. */
|
||||||
|
|
Loading…
Reference in a new issue