From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17403 invoked by alias); 13 Apr 2012 20:46:39 -0000 Received: (qmail 17369 invoked by uid 22791); 13 Apr 2012 20:46:29 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Apr 2012 20:46:16 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SInNn-0001Th-D4 from Luis_Gustavo@mentor.com ; Fri, 13 Apr 2012 13:46:15 -0700 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by svr-orw-fem-01.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 13 Apr 2012 13:46:15 -0700 Received: from [0.0.0.0] ([172.16.63.104]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 13 Apr 2012 13:46:14 -0700 Message-ID: <4F8890A2.3040904@mentor.com> Date: Fri, 13 Apr 2012 21:26:00 -0000 From: Luis Gustavo Reply-To: "Gustavo, Luis" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 Thunderbird/3.1.19 MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix displaced stepping for remote targets References: <4F67E54C.1010904@mentor.com> <4F8861C0.3050805@redhat.com> <4F888270.20209@mentor.com> <4F888597.7080605@redhat.com> In-Reply-To: <4F888597.7080605@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-04/txt/msg00387.txt.bz2 On 04/13/2012 04:59 PM, Pedro Alves wrote: > On 04/13/2012 08:45 PM, Luis Gustavo wrote: > >>> >> >> Doh! Of course... This block looked more functional than a simple debug output block. No surprise it works while debugging a displaced stepping issue. :-) >> >> Thanks for spotting that. >> >> How about the attached one? > > > This one's okay. Thanks. > >> 2012-04-13 Luis Machado >> >> * infrun.c (resume): Update PC address to the real PC after >> preparing to do displaced stepping. > > > Thanks, i've checked it in now. Luis