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: [PATCH 1/2] use zuinteger_unlimited for some remote commands


I think we need to take the set of var_foo options, and choose
something that works on the whole.

var_uinteger has values [1,UINT_MAX-1] plus 0 mapping to UINT_MAX.
var_zuinteger has values [0,UINT_MAX].
And I don't see a plan to change those to int.

Fortunately, I don't see var_zuinteger_unlimited in py-param.c.
What if we rename it to var_zpinteger_unlimited or some such.
[p for positive]
[I'd still keep it out of the python API until there's a compelling
need for it.]


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