From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25031 invoked by alias); 13 Apr 2019 19:00: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 25001 invoked by uid 89); 13 Apr 2019 19:00:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:360, HContent-Transfer-Encoding:8bit X-HELO: mailsec106.isp.belgacom.be Received: from mailsec106.isp.belgacom.be (HELO mailsec106.isp.belgacom.be) (195.238.20.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 13 Apr 2019 19:00:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1555182036; x=1586718036; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=2Gl68fhLOPyIZSkkA9ieLqOeFIzDHPCCSkKR42d0YBI=; b=mNpeHctdAqmPn22tSFA+3oxgLRgNGqJp2e4Mlik4s14JH9yGlGMaAmi7 nTyITCFyvcY5UGuO7XzAfvInXyf/2g==; Received: from 212.135-131-109.adsl-dyn.isp.belgacom.be (HELO md.home) ([109.131.135.212]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 13 Apr 2019 21:00:34 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: [RFA 0/3] / command : fast way to change setting(s) to run a command Date: Sat, 13 Apr 2019 19:00:00 -0000 Message-Id: <20190413190016.11970-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00242.txt.bz2 Changes compared to the RFC of the 8 April (if ever someone read the RFC :) : * Used the word 'setting' instead of 'option'. * Numeric syntax is now /100e instead of /e100. * Boolean disable syntax is now /!a instead of /a!. * Various small code changes. * NEWS, ChangeLog, tests are done.