This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] Add cpu information to the info os command on linux.


On 03/27/2015 01:41 PM, Antoine Tremblay wrote:
> /* Not part of the commit 
> In this patch v2 :
> 
>  - NEWs section update
>  - GDB manual update and reorder of the entries
>  - ChangeLog fix
>  - Various styles problems in .c fixes sorry about that
> seems like it takes time to get this style in my head..
> */

Thanks!

> 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:
> 	* gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
> 	(struct osdata_type): Add cpus entry, reorder the entries in
>         alphabethical order.

This is OK.  Typo "alphabethical".  Seems like there's a spaces/tabs
mixup in that line too.  Please also recall to mention the NEWS and
gdb.texinfo changes in the corresponding ChangeLogs.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]