[PATCH 3/4] gdb: change remote_debug to bool

Tom Tromey tom@tromey.com
Fri Jan 22 15:40:46 GMT 2021


>>>>> "Simon" == Simon Marchi via Gdb-patches <gdb-patches@sourceware.org> writes:

Simon> As far as I can see, there are no more spots looking for a remote_debug
Simon> other than true/false.  If we ever want to revert to an int, we can
Simon> always change it back later, but this makes things simpler for now.

Simon> gdb/ChangeLog:

Simon> 	* remote.h (remote_debug): Change to bool.
Simon> 	* remote.c (remote_debug): Change to bool.
Simon> 	(_initialize_remote): Adjust.

Seems reasonable to me.  Thanks.

Tom


More information about the Gdb-patches mailing list