This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Allow user-defined as a category for python gdb macros (resend)
On Mon, Feb 13, 2012 at 11:57 PM, Scott Goldman <scottjg@vmware.com> wrote:
> My only real goal is to be able to have all the user-defined commands listed in one place.
Define "all". :-)
"user-defined" formerly had a very specific meaning, and now it doesn't.
Still, IWBN to be able to put a python-implemented command in
class_user, and list them all.
The documentation needs to make clear that "user" means "those
commands defined in class_user" and not any command defined by the
user.