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: [COMMIT PATCH] Make "set/show debug coff_pe_read" a zuinteger instead of uinteger.


On 03/26/2013 06:41 PM, Pedro Alves wrote:
> Being a uinteger means you can't disable debug output after enabling it...
> 
>   (gdb) show debug coff_pe_read
>   Coff PE read debugging is 0.
>   (gdb) set debug coff_pe_read 0
>   (gdb) show debug coff_pe_read
>   Coff PE read debugging is unlimited.
>   (gdb)
> 
> gdb/
> 2013-03-26  Pedro Alves  <palves@redhat.com>
> 
> 	* coff-pe-read.c (_initialize_coff_pe_read): Make the command
> 	zuinteger instead of uinteger.

I've put this in 7.6 as well.

-- 
Pedro Alves


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