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: [RFAv2 5/6] Announce changes in NEWS to info [args|functions|locals|variables]


> From: Philippe Waroquiers <philippe.waroquiers@skynet.be>
> Cc: gdb-patches@sourceware.org
> Date: Mon, 27 Aug 2018 06:39:20 +0200
> 
> > > +  disables printing headers or informations messages.
> > 
> > "informative messages", I guess?
> These are the messages explaining why no entity was printed, e.g
>   (gdb) info arg -t xxxx yyyy
>   No matching arguments.
>   (gdb) info arg -q -t xxxx yyyy
>   (gdb) 
> 
>   (gdb) info arg -t xxxx yyyy   
>   No symbol table info available.
>   (gdb) info arg -q -t xxxx yyyy
>   (gdb) 
> 
> So, what about (like in the texinfo doc):          The flag -q
>    disables printing headers or messages explaining why no entities
>    have been printed.
> ?

Fine with me, thanks.


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