]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/doc/ChangeLog
Add cpu information to the info os command on linux.
authorAntoine Tremblay <antoine.tremblay@ericsson.com>
Wed, 25 Mar 2015 15:49:05 +0000 (11:49 -0400)
committerAntoine Tremblay <antoine.tremblay@ericsson.com>
Tue, 31 Mar 2015 13:31:52 +0000 (09:31 -0400)
commitd33279b3bb1c89550b26e7b07e3610ab7f87e211
tree6e8a2915811e9b99e8cf281c2e467011881cc66b
parent71b30f27af091a16e6277e18ef574e0d2c0c55ef
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.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/nat/linux-osdata.c