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: [RFA 5/5] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.


> From: Philippe Waroquiers <philippe.waroquiers@skynet.be>
> Cc: Philippe Waroquiers <philippe.waroquiers@skynet.be>
> Date: Sun, 28 Oct 2018 15:46:14 +0100
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 7fe588dabb..5bc9749369 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -95,6 +95,15 @@ info variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]
>    on the entity names or entity types.  The flag -q disables
>    printing headers or informations messages.
>  
> +info functions
> +info types
> +info variables
> +rbreak
> +  These commands now uses the language choice specified using `set language'
> +  to choose the syntax to print the results.  In particular,

I'd suggest a slight rewording of the first sentence:

  These commands now determine the syntax for the shown entities
  according to the language chosen by `set language'.

Thanks.


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