diff options
author | Antoine Tremblay <antoine.tremblay@ericsson.com> | 2015-03-25 11:49:05 -0400 |
---|---|---|
committer | Antoine Tremblay <antoine.tremblay@ericsson.com> | 2015-03-31 09:31:52 -0400 |
commit | d33279b3bb1c89550b26e7b07e3610ab7f87e211 (patch) | |
tree | 6e8a2915811e9b99e8cf281c2e467011881cc66b /gdb/doc/ChangeLog | |
parent | 71b30f27af091a16e6277e18ef574e0d2c0c55ef (diff) | |
download | gdb-d33279b3bb1c89550b26e7b07e3610ab7f87e211.zip gdb-d33279b3bb1c89550b26e7b07e3610ab7f87e211.tar.gz gdb-d33279b3bb1c89550b26e7b07e3610ab7f87e211.tar.bz2 |
Add cpu information to the info os command on linux.
This patch adds cpu information on linux based on /proc/cpuinfo as :
cpus Listing of all cpus/cores on the system
This patch also reorders the info os commands so that they are listed
in alphabetical order.
gdb/ChangeLog:
* NEWS: Mention info os cpus support.
* gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
(struct osdata_type): Add cpus entry, reorder the entries in
alphabetical order.
gdb/doc/ChangeLog:
* gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
documentation, reorder the info os entries in alphabetical order.
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 ea35e62..ffeb294 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com> + + * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus + documentation, reorder the info os entries in alphabetical order. + 2015-03-26 Simon Marchi <simon.marchi@ericsson.com> * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in |