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: [PATCH] Add support for `user-defined` python commands


>>>>> "Scott" == Scott J Goldman <scottjg@vmware.com> writes:

Scott> For codebases with a large pre-existing set of legacy gdb macros, it's
Scott> nice to be able to use `help user-defined`, to refresh your memory wrt
Scott> to existing macros. Currently, python gdb commands can't put themselves
Scott> under the `user-defined` category. This patch aims to rectify that.

Thanks.

The code bits look ok.  I could not tell from the ensuing thread whether
Doug objected to this patch or not.  So, my approval is conditional on
him not objecting.

Do you have a copyright assignment in place?  This patch probably
requires one.  If not, let me know, and I can get you started on that.

This needs a doc review.

Tom


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