diff options
author | Stan Shebs <shebs@codesourcery.com> | 2012-06-28 23:44:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2012-06-28 23:44:26 +0000 |
commit | 71caed8383ce5ad0277bf0c1feaec40911fc040c (patch) | |
tree | bf5f59fd18c8feb9ecba020d7941445e6577c43f /gdb/doc/ChangeLog | |
parent | 37ce89ebb295e6ed0fc0bf5a4eb2e718ed0fb2ee (diff) | |
download | gdb-71caed8383ce5ad0277bf0c1feaec40911fc040c.zip gdb-71caed8383ce5ad0277bf0c1feaec40911fc040c.tar.gz gdb-71caed8383ce5ad0277bf0c1feaec40911fc040c.tar.bz2 |
* osdata.c (info_osdata_command): Filter out "Title" columns
from non-MI uses.
* common/linux-osdata.c (struct osdata_type): Add title field.
(osdata_table): Add titles to each entry.
(linux_command_xfer_osdata): Add a column for title data.
* gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
example, add note about title column.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b1ebf98..10bc9e8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-06-28 Stan Shebs <stan@codesourcery.com> + + * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os + example, add note about title column. + 2012-06-26 Siva Chandra Reddy <sivachandra@google.com> * gdb.texinfo (Symbol Tables In Python): Add description about |