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: [RFA] Add basic Python API for convenience variables


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> This adds a basic Python API for accessing convenience variables.
Tom> With this, convenience variables can be read and set from Python.
Tom> Although gdb supports convenience variables whose value changes at
Tom> each call, this is not exposed to Python; it could be, but I think
Tom> it's just as good to write a convenience function in this situation.

Tom> This is PR python/23080.

Ping.

Tom


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