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: [RFC][python] Add support for commands implemented in Python


>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:

>> Thanks.  My only comment to the new text is that perhaps the COMMAND_*
>> constants should have followed the respective GDB command classes more
>> closely.  For example, COMMAND_RUNNING instead of COMMAND_RUN,
>> COMMAND_DATA instead of COMMAND_VARS, etc.  But that's a minor
>> concern, especially if you had a good reason to deviate from the GDB
>> interactive nomenclature.

Thiago> I like your idea, I'm not sure if there was good reason for the
Thiago> deviation other than that it was already present in the GDB source code
Thiago> already. Tom, what do you think?

It would be fine by me.  I chose these names to mostly follow the
internals, but following the help categories would also be ok.

Tom


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