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: Python: fetch value when building gdb.Value object


>>>>> "Paul" == Paul Koning <paulkoning@comcast.net> writes:

Paul> I can make that part of the change.

Paul> How about an attribute "is_lazy", which reads as True or False, and
Paul> can be set to False (but not to other values)?

I think for un-lazying it would be better to have an explicit method.
Setting an attribute to False and then having a side-effect seems too
obscure to me.

Tom


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