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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fd43553..b8cd0f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 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. + * thread.c (thread_id_make_value): Make a value representing the current thread. (_initialize_thread): Create $_thread. |