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: PR 7536 - ``set input-radix 1'' changes radix


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> PR 7536 is about the fact that GDB lets the user set the input
Pedro> radix to 0 or 1, although claims it doesn't:

Pedro> Checked in, after making sure there were no regressions
Pedro> on x86_64-linux.

Thanks.

I also looked at this bug a little, and I was wondering whether we
should fix this generically, for all parameters, by saving the
parameter's value and then restoring it if the setter function raises
an error.  What do you think of that?

Tom


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