From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12025 invoked by alias); 12 Aug 2012 17:35:31 -0000 Received: (qmail 11807 invoked by uid 22791); 12 Aug 2012 17:35:31 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 12 Aug 2012 17:35:16 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M8N00A00KQ0ZL00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sun, 12 Aug 2012 20:34:34 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8N00AK0KTLJ790@a-mtaout20.012.net.il>; Sun, 12 Aug 2012 20:34:34 +0300 (IDT) Date: Sun, 12 Aug 2012 17:35:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] gdb: improve usage strings In-reply-to: To: Doug Evans Cc: vapier@gentoo.org, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ipco6ml6.fsf@gnu.org> References: <1344704080-24677-1-git-send-email-vapier@gentoo.org> <83fw7tcpst.fsf@gnu.org> <201208111336.41052.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/msg00350.txt.bz2 > Date: Sat, 11 Aug 2012 22:06:16 -0700 > From: Doug Evans > Cc: Eli Zaretskii , gdb-patches@sourceware.org > > Given that, I like something along the lines of "Continue program by > sending it the specified signal." But that sounds like the signal is what causes the program to be resumed, which AFAIK is inaccurate, and prompted my comment in the first place.