From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12397 invoked by alias); 1 Dec 2016 15:21:30 -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 12386 invoked by uid 89); 1 Dec 2016 15:21:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wj0-f195.google.com Received: from mail-wj0-f195.google.com (HELO mail-wj0-f195.google.com) (209.85.210.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Dec 2016 15:21:29 +0000 Received: by mail-wj0-f195.google.com with SMTP id kp2so26780712wjc.0 for ; Thu, 01 Dec 2016 07:21:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=76fXYwMy3pEaQWIgJswCJk++FyGRnvFQIu2ro/g2RFE=; b=OJxwKuhiw9x1Nr6PvmnvyG71HYHNPk/0RpMr6fDTO2Rnbv/lc+dsVUiPh4Aktf3ttl bHc+pBJ4w1hvBImKraZl/LwdM618o7WS80bSNFNitg+yp0tCfzSMzle3PtvMgwiQmAZ6 l75e6sK56/FinMZTD6EUUww08KEAgSYFhciOHTLAJp0ijIlZFofbvALg2gibLaM9JPPJ gnbW8AGz0x8RZJ9vFd8VMa4s2CFahrGvXQU/RnmG15a2bqQWwWoIwc8qThidvO7vAXZg ngmFAPWpY8bxAAEDoj7FalYujAn2yhT/coruzzRY43OtnKZYw8lkPsBcXP1YmwsdP6l7 rWZw== X-Gm-Message-State: AKaTC01EM0f3nkmJmCiHno3c491k51w+NxpryHWxNiHw8CwhQOHUZLdcW0yoNQBMr+mrnQ== X-Received: by 10.194.14.196 with SMTP id r4mr8104154wjc.54.1480605687054; Thu, 01 Dec 2016 07:21:27 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id 81sm1419801wmw.7.2016.12.01.07.21.24 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 01 Dec 2016 07:21:26 -0800 (PST) Date: Thu, 01 Dec 2016 15:21:00 -0000 From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/2 v2] Add unit test to aarch64 prologue analyzer Message-ID: <20161201152115.GB19289@E107787-LIN> References: <1480428758-2481-1-git-send-email-yao.qi@linaro.org> <1480591000-19457-1-git-send-email-yao.qi@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00038.txt.bz2 On Thu, Dec 01, 2016 at 12:57:45PM +0000, Pedro Alves wrote: > On 12/01/2016 11:16 AM, Yao Qi wrote: > > > +#if GDB_SELF_TEST > > + > > +namespace selftests > > +{ > > + > > + /* Instruction reader from manually cooked instruction sequences. */ > > + > > + class instruction_reader_test : public abstract_instruction_reader > > + { > > This whole class should be indented at column 0. > Hi Pedro, That is how emacs indents my code (at column 2). Even I start emacs with -q, it still indents that way. -- Yao (齐尧)