[COMMIT PATCH] Make "set/show debug coff_pe_read" a zuinteger instead of uinteger.

Pedro Alves palves@redhat.com
Wed Mar 27 11:52:00 GMT 2013


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



More information about the Gdb-patches mailing list