From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44680 invoked by alias); 20 Apr 2019 21:22:06 -0000 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 Received: (qmail 44672 invoked by uid 89); 20 Apr 2019 21:22:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:370, pipe, H*MI:philippe, HX-Envelope-From:sk:philipp X-HELO: mailsec111.isp.belgacom.be Received: from mailsec111.isp.belgacom.be (HELO mailsec111.isp.belgacom.be) (195.238.20.107) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 20 Apr 2019 21:22:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1555795322; x=1587331322; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=jRLicKJktwkQTOGP+5kWrGW/NMqI7lTtDMYMd9UoR6k=; b=JSuSlrDngM404yCEsu8Xr/ze7fdQAK++NWlwJW7rwKO5vT0BIIYqYTCQ 2n+NwM3MgkjC7tBrBOPBaJ23TMeptQ==; Received: from unknown (HELO md.home) ([109.131.123.45]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 20 Apr 2019 23:21:59 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: [RFA 0/4] Implement | (pipe) command. Date: Sat, 20 Apr 2019 21:22:00 -0000 Message-Id: <20190420212153.30934-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00396.txt.bz2 This patch series adds the pipe command, that allows to send the output of a GDB command to a shell command. The first patch allows a command to repeat a previous command. Currently only used by the pipe command added in this series, but the idea is that the slash command will also use this feature to repeat a previous command.