From d33279b3bb1c89550b26e7b07e3610ab7f87e211 Mon Sep 17 00:00:00 2001 From: Antoine Tremblay Date: Wed, 25 Mar 2015 11:49:05 -0400 Subject: 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0dcb3a3..757ffd2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2015-03-31 Antoine Tremblay + + * 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. + 2015-03-31 Matthias Klose * compile/compile.c (compile_to_object): Allow triplets with or -- cgit v1.1