Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Yakov Lerner" <iler.ml@gmail.com>
Cc: gdb-patches@sourceware.org
Subject: Re: 'eval' command with printf-like args, take 2
Date: Mon, 25 Feb 2008 09:05:00 -0000	[thread overview]
Message-ID: <u4pbym86e.fsf@gnu.org> (raw)
In-Reply-To: <f36b08ee0802240738p70696235ue9324d3c13acaf70@mail.gmail.com> 	(iler.ml@gmail.com)

> Date: Sun, 24 Feb 2008 17:38:55 +0200
> From: "Yakov Lerner" <iler.ml@gmail.com>
> 
>  +  add_cmd ("eval", class_support, eval_command, _("\
> +eval \"printf-like format string\", arg1, arg2, arg3, ..., argn\n\
> +Execute gdb command from a string generated by printf-like format and\n\
>  +arguments."),

The first line of the doc string cannot have commas and periods,
because GDB will stop at the first such character when it displays the
short one-line version of help for a command.

I suggest to modify this as follows:

  +  add_cmd ("eval", class_support, eval_command, _("\
  +Execute command generated by printf-like format and arguments.\n\
  +Usage: eval \"format string\", arg1, arg2, arg3, ..., argn\n\


      reply	other threads:[~2008-02-24 20:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f36b08ee0802240736y2ec3b356m23ec55d59ead50c2@mail.gmail.com>
2008-02-24 19:54 ` Yakov Lerner
2008-02-25  9:05   ` Eli Zaretskii [this message]

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=u4pbym86e.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=iler.ml@gmail.com \
    /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