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]

[committed]: [PATCH 2/3] var_integer -> var_zuinteger_unlimited


On 09/15/2012 02:12 AM, Tom Tromey wrote:
"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


Tom, thanks for the review. Committed.


--
Yao


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