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 2/3] var_integer -> var_zuinteger_unlimited


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> With previous patch applied, var_integer are still used in two palces,
Yao> 'listsize' and 'remotetimeout'.  They are similar, 0 is allowed, and -1
Yao> means unlimited.  Existing 'enum var_types' don't cover this kind of
Yao> command, so I create a new one 'var_zuinteger_unlimited'.

This look good to me.  Ok.

Tom


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