From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31786 invoked by alias); 29 Apr 2014 12:35:44 -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 31671 invoked by uid 89); 29 Apr 2014 12:35:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 29 Apr 2014 12:35:42 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3TCZdde029919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 29 Apr 2014 08:35:39 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s3TCZboZ011528; Tue, 29 Apr 2014 08:35:38 -0400 Message-ID: <535F9C99.4070404@redhat.com> Date: Tue, 29 Apr 2014 12:35:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Alan Lawrence CC: "gdb-patches@sourceware.org" Subject: Re: [PATCH 5/6] Handle multiple step-overs References: <53330643.4040402@arm.com> <5356B823.3090409@redhat.com> <535F86AE.5000406@arm.com> In-Reply-To: <535F86AE.5000406@arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-04/txt/msg00610.txt.bz2 On 04/29/2014 12:02 PM, Alan Lawrence wrote: > Hi Pedro, > > Sorry for the delay in replying, I've been away a few days lately. I can confirm > this does indeed appear to be fixed now. Thanks! :) Great, thanks for confirming! -- Pedro Alves