diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-06-18 23:06:30 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-06-18 23:06:30 +0000 |
commit | a61408f8aa07c0b9df31474eb4b1277fc63d34ff (patch) | |
tree | fb5a28e9b7889a87eb4f72c13c93d3a5daf3ea95 /gdb/doc | |
parent | 38bd8d09ffe9e298c29172609b358c34cfd7e11b (diff) | |
download | gdb-a61408f8aa07c0b9df31474eb4b1277fc63d34ff.zip gdb-a61408f8aa07c0b9df31474eb4b1277fc63d34ff.tar.gz gdb-a61408f8aa07c0b9df31474eb4b1277fc63d34ff.tar.bz2 |
2010-06-18 Stan Shebs <stan@codesourcery.com>
* osdata.c (get_osdata): Warn separately if target does not report
type list.
(info_osdata_command): Allow empty type, report error if target
does not return available types of OS data.
* linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
types if no annex supplied.
* gdb.texinfo (Operating System Auxiliary Information): Describe
"info os" when no arguments given.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e853346..b93e4c8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,8 @@ 2010-06-18 Stan Shebs <stan@codesourcery.com> + * gdb.texinfo (Operating System Auxiliary Information): Describe + "info os" when no arguments given. + * gdb.texinfo (Debugging Programs with Multiple Threads): Describe $_thread. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8c19696..f361451 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -8519,6 +8519,12 @@ this functionality depends on the remote stub's support of the @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}. @table @code +@kindex info os +@item info os +List the types of OS information available for the target. If the +target does not return a list of possible types, this command will +report an error. + @kindex info os processes @item info os processes Display the list of processes on the target. For each process, |