From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118141 invoked by alias); 22 Jun 2019 12:09:39 -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 118133 invoked by uid 89); 22 Jun 2019 12:09:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=Looks, Hmm X-HELO: mailsec105.isp.belgacom.be Received: from mailsec105.isp.belgacom.be (HELO mailsec105.isp.belgacom.be) (195.238.20.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Jun 2019 12:09:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1561205376; x=1592741376; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=j9o3KRgVbh1EgyxJegIu+jCdzqdJYU8BbZZIWZ5UU+c=; b=uR0JdNDy8//J0cLvOd8Y/crkC4VWCReyB1viL+J2Oaz/eD46hPCdAtoR rVkRCPA7ovm5UvHIyHki118npNUYtg==; Received: from 96.218-128-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.128.218.96]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 22 Jun 2019 14:09:34 +0200 Message-ID: <1561205374.1556.3.camel@skynet.be> Subject: Re: [PATCH v2.1] Introduce the "with" command From: Philippe Waroquiers To: Pedro Alves , Eli Zaretskii Cc: gdb-patches@sourceware.org Date: Sat, 22 Jun 2019 12:09:00 -0000 In-Reply-To: References: <20190618003902.19805-1-palves@redhat.com> <20190618003902.19805-5-palves@redhat.com> <83sgs6sv44.fsf@gnu.org> <3e69e8c9-9025-90ec-e6f6-73e04bd22360@redhat.com> <83lfxxqzy5.fsf@gnu.org> <918fb7a7-4c62-68cd-006a-8d213b26d571@redhat.com> <1561199437.1556.1.camel@skynet.be> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00455.txt.bz2 On Sat, 2019-06-22 at 12:48 +0100, Pedro Alves wrote: > Hmm, with.exp and settings.exp both pass for me. Could you try the > users/palves/cli-options branch? It contains the latest version, > including the change below. The branch works ok. > You can change multiple settings using nested with, and use > abbreviations for commands and/or values. E.g.: > w la p -- w p el u -- p obj > (gdb) > > WDYT? Looks nice(r) to me, thanks. Philippe