From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13792 invoked by alias); 18 Jan 2018 15:18:35 -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 12144 invoked by uid 89); 18 Jan 2018 15:18:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:550, H*r:sk:static., wish X-HELO: mail-wr0-f175.google.com Received: from mail-wr0-f175.google.com (HELO mail-wr0-f175.google.com) (209.85.128.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Jan 2018 15:18:33 +0000 Received: by mail-wr0-f175.google.com with SMTP id z48so22933542wrz.6 for ; Thu, 18 Jan 2018 07:18:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=McCwHTUUoviJoFlx+v1mkxGZzXl+e529pS0Y3efL6R8=; b=tiM7UIELcsvFjz/BpdP+VNgx+nn4+odnbyTgMCPfRPoKMBcEx/oBAlkajuZN3ZBpQW p3b9BqbAb9VTBQ2MPWCOElAxqFsNBWAyTHG6sbmTG8/rVvicpsJzxtteqYIudl/5yXRT F9yHAgpIZ/tmmc6ocwqm9ubNrJaG6sJikk76HkGcJNkBgahnF1hyM1rNbREGBMRi1G73 65WQx4noxFhjdHVspzhIAEJCY8LbOoWQlfBnb/zcLZ6TL7UL5jRFuoSapl+X//sePHIA FW6Ms1GiTkcYmbWoNM8wA5K6F8toW+QOykB1LcRpabaCVWCyBpdNInzbWK/iM1juEVMX wegA== X-Gm-Message-State: AKwxytf/J/0T3ckezGi8TSsSE27BjJPYzFMpBViJ4jm8tTPfWMEKaUSU yopaGAuq1d2M8FyRlZyBcV3A8Q== X-Google-Smtp-Source: ACJfBourhwpHEHOE9YGxtj3NTIjAaQuvZTKRyRlshLxonn2VHoUvdI3Z39qzIsLW0vv3OtDAjlz8Dw== X-Received: by 10.223.150.50 with SMTP id b47mr6986720wra.240.1516288710841; Thu, 18 Jan 2018 07:18:30 -0800 (PST) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id 2sm5212471wrg.13.2018.01.18.07.18.29 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 18 Jan 2018 07:18:30 -0800 (PST) From: Yao Qi To: Ruslan Kabatsayev Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Make tests expect [ \t]+ pattern instead of \t for "info reg" command References: <1515363510-18374-1-git-send-email-b7.10110111@gmail.com> Date: Thu, 18 Jan 2018 15:18:00 -0000 In-Reply-To: <1515363510-18374-1-git-send-email-b7.10110111@gmail.com> (Ruslan Kabatsayev's message of "Mon, 8 Jan 2018 01:18:30 +0300") Message-ID: <863733fb5p.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00367.txt.bz2 Ruslan Kabatsayev writes: > This will allow to format output of "info reg" command as we wish, What output format do you wish? > without breaking the tests. In particular, it'll let us correctly align > raw and natural values of the registers using spaces instead of current > badly-working approach with tabs. Why alignment with tabs is "badly-working"? Do you have some other patches to change the output of "info reg"? --=20 Yao (=E9=BD=90=E5=B0=A7)