This is the mail archive of the gdb-patches@sources.redhat.com 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] |
I knew. Unfortunately, it's often proven inadequate, hence there are separate queries for threads etc.
Maybe if to_query had been designed as an iterator in the first place...
Its interface is wholly vague, so a given query could encode any kind of interface you want. Iteration is easily expressed in such an interface either just by specifying that's what a query means (different answer each time) or by including a "next pointer" in queries and replies.
I'll draft something, Andrew
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |