From: Eli Zaretskii <eliz@gnu.org>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFC/Ada 1/2] Add command to list Ada exceptions
Date: Thu, 07 Nov 2013 16:11:00 -0000 [thread overview]
Message-ID: <83ppqc5h1l.fsf@gnu.org> (raw)
In-Reply-To: <1383836650-6104-2-git-send-email-brobecker@adacore.com>
> From: Joel Brobecker <brobecker@adacore.com>
> Date: Thu, 7 Nov 2013 19:04:09 +0400
>
> This patch adds a new command "info exceptions" whose purpose is to
> provide the list of exceptions currently defined in the inferior.
> The usage is:
>
> (gdb) info exceptions [REGEXP]
>
> Without argument, the command lists all exceptions. Otherwise,
> only those whose name match REGEXP are listed.
Hmm? A new command without documentation? Did I miss something?
> + add_info ("exceptions", info_exceptions_command,
> + _("\
> +List all Ada exception names. If a regexp is passed as an argument,\n\
You cannot have a period in the first line of a doc string, except at
the end of the line, because commands like 'apropos' stop at the first
period.
Thanks.
next prev parent reply other threads:[~2013-11-07 16:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-07 15:04 RFC new CLI + GDB/MI commands " Joel Brobecker
2013-11-07 15:05 ` [RFC/Ada 1/2] Add command " Joel Brobecker
2013-11-07 16:11 ` Eli Zaretskii [this message]
2013-11-07 16:34 ` Tom Tromey
2013-11-07 16:11 ` Tom Tromey
2013-11-07 15:10 ` [RFC/Ada 2/2] Implement GDB/MI equivalent of "info exceptions" CLI command Joel Brobecker
2013-11-07 16:12 ` Eli Zaretskii
2013-11-07 16:28 ` Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83ppqc5h1l.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox