From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 434 invoked by alias); 14 Aug 2012 05:13:16 -0000 Received: (qmail 425 invoked by uid 22791); 14 Aug 2012 05:13:13 -0000 X-SWARE-Spam-Status: No, hits=-8.6 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 05:13:00 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0458D1B4019; Tue, 14 Aug 2012 05:12:59 +0000 (UTC) From: Mike Frysinger To: Doug Evans Subject: Re: [PATCH v2] gdb: improve usage strings Date: Tue, 14 Aug 2012 05:13:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.5.0; KDE/4.6.5; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <1344704080-24677-1-git-send-email-vapier@gentoo.org> <1344823549-24684-1-git-send-email-vapier@gentoo.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1543065.Ay3Li1Fyue"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201208140113.03177.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00379.txt.bz2 --nextPart1543065.Ay3Li1Fyue Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1057 On Monday 13 August 2012 16:28:42 Doug Evans wrote: > On Sun, Aug 12, 2012 at 7:05 PM, Mike Frysinger wrote: > > [...] > > --- a/gdb/infcmd.c > > +++ b/gdb/infcmd.c > >=20=20 > > c =3D add_com ("signal", class_run, signal_command, _("\ > > -Continue program giving it signal specified by the argument.\n\ > > -An argument of \"0\" means continue program without giving it a > > signal.")); > > +Continue program and simultaneously send it the specified signal.\n\ > > +Usage: signal SIGNAL\n\ > > +An argument of \"0\" means continue the program without sending it a > > signal.")); > >=20 > > set_cmd_completer (c, signal_completer); >=20 > That's ok I guess. How about "Continue program with the specified signal= ." i can live with that > An argument of "0" means continue the program without sending it a signal. > This is useful in cases where the program stopped because of a signal, > and you want to resume the program and discard the signal. s/discard/ignore/ ? although people might confuse that with SIG_IGN. -mike --nextPart1543065.Ay3Li1Fyue Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJQKd5fAAoJEEFjO5/oN/WBlGcP/j8+b4p2K4w9OVtTNG/pe/Pu anME79YDVvjg1ZoJow1R/d+FLg59hcA0Vd/9DMSGeyEiHL5IJJacNruwlI4NcPml rd2dn60skI4qSWQ3iKGBL/PONhUWdwa8/gt0RrfYzZWxELxYmmWtNxGW0Xuyh1i2 2BFhZWc+EXbZMsxcaJUE50ikANdIYZIXyqyvQaTxbHDWgyJJ9ekrmucbgAm+gfMs /rR9ensZuhPcOOEO3SEj1zxoNb3gWBEPHVPx+6pIen3tJmJTV/T9ITWiXvoZiiZW Me5yhwIvAn4kq0Lkq19RlI72960Q26eimLx7iV83UUiRKVzuIE7/Rw4K1vEB0eCD 02SLMvawqkWZKQGAAZ2+DmjFRoSo46iJGcxn02f5XUQ0QGR9OGfuArKxl11hGOA6 HAdWHsdqWVcBIhyKnqO2VCjw8dRDnHyBqLsQi2WU8udRxvHyp2TT03qaK0/MHb2Q tNIIOQ8qWkt5LENgsavRbaROjVIdEPdvg3nmb4wko8xi506YLhtX/chWvDNK2RnA R/Al3JtkCmkjMU4osgeRv/WJpRSvhoXKJA8Ooys8KBGQX3JZQPDY19sO7redPLQb 2RNkmrg+gfrfrNM8S4KTTNPXeVfWrVIRjZMi7YOoDL7EFtpvZ725GQAc4E38oh1Y R/WpZnzWEnQ+ZQtgVKbp =f7nb -----END PGP SIGNATURE----- --nextPart1543065.Ay3Li1Fyue--