From 113a6f1ec903a7b627723d2c913d75c3a37e421c Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 29 Dec 2010 02:52:23 +0000 Subject: Add documentation for TARGET_OBJECT_OSDATA gdb/ChangeLog: * target.h (enum target_object): Expand the documentation of TARGET_OBJECT_OSDATA a bit. --- gdb/ChangeLog | 5 +++++ gdb/target.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fab7e82..717d883 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-12-29 Joel Brobecker + + * target.h (enum target_object): Expand the documentation of + TARGET_OBJECT_OSDATA a bit. + 2010-12-28 Michael Snyder * command.h: Comment clean-up. 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. */ -- cgit v1.1