This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] add @kindex for catchpoints
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org, tromey at redhat dot com
- Date: Tue, 03 Dec 2013 22:39:06 +0200
- Subject: Re: [PATCH] add @kindex for catchpoints
- Authentication-results: sourceware.org; auth=none
- References: <1386101307-17383-1-git-send-email-tromey at redhat dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Tom Tromey <tromey@redhat.com>
> Cc: Tom Tromey <tromey@redhat.com>
> Date: Tue, 3 Dec 2013 13:08:27 -0700
>
> I wanted to find the docs for "catch load" the other day, and I found
> out that this isn't in the index. It seems to me that each command
> ought to be in the index for quick reference like this, so this patch
> adds an @kindex (chosen because it seems to be what the rest of the
> manual does) for each "catch" subcommand.
Thanks. Yes, each command should have an index entry.
Please commit this.