aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2010-06-18 23:06:30 +0000
committerStan Shebs <shebs@codesourcery.com>2010-06-18 23:06:30 +0000
commita61408f8aa07c0b9df31474eb4b1277fc63d34ff (patch)
treefb5a28e9b7889a87eb4f72c13c93d3a5daf3ea95 /gdb/ChangeLog
parent38bd8d09ffe9e298c29172609b358c34cfd7e11b (diff)
downloadgdb-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/ChangeLog7
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.