From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123310 invoked by alias); 9 Apr 2015 15:56:51 -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 123299 invoked by uid 89); 9 Apr 2015 15:56:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 09 Apr 2015 15:56:50 +0000 Received: by paboj16 with SMTP id oj16so153937219pab.0 for ; Thu, 09 Apr 2015 08:56:48 -0700 (PDT) X-Received: by 10.68.180.3 with SMTP id dk3mr56612300pbc.103.1428595008627; Thu, 09 Apr 2015 08:56:48 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id n5sm14983371pdh.27.2015.04.09.08.56.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Apr 2015 08:56:48 -0700 (PDT) Message-ID: <5526A13B.5020002@gmail.com> Date: Thu, 09 Apr 2015 15:56:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Pedro Alves , GDB Patches Subject: Re: [PATCH][AT_ENTRY version] PR13858 - Can't do displaced stepping with no symbols References: <55269DCB.7040100@redhat.com> In-Reply-To: <55269DCB.7040100@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00342.txt.bz2 On 09/04/15 16:42, Pedro Alves wrote: > Yao, could you give this a quick try on ARM? ARM is the only > touched port that I can't easily test. I pushed it to > the users/palves/disp-step-no-symbols branch. Just testing the > new gdb.base/step-over-no-symbols.exp test should be sufficient. Hi Pedro, I tested it on arm, and they all pass. -- Yao (齐尧)