From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19043 invoked by alias); 11 Jun 2014 15:24:36 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19033 invoked by uid 89); 11 Jun 2014 15:24:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: QMTA11.westchester.pa.mail.comcast.net Received: from qmta11.westchester.pa.mail.comcast.net (HELO QMTA11.westchester.pa.mail.comcast.net) (76.96.59.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Jun 2014 15:24:34 +0000 Received: from omta04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA11.westchester.pa.mail.comcast.net with comcast id D2Ca1o0060ldTLk5B3QZmS; Wed, 11 Jun 2014 15:24:33 +0000 Received: from [192.168.10.22] ([76.20.255.68]) by omta04.westchester.pa.mail.comcast.net with comcast id D3QY1o00o1VK6Yk013QYTb; Wed, 11 Jun 2014 15:24:33 +0000 Message-ID: <539874B0.80009@mathcs.emory.edu> Date: Wed, 11 Jun 2014 15:24:00 -0000 From: Ken Mandelberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Remote Debugging with NEXT Command References: <53977260.9080700@mathcs.emory.edu> <2133A63B-319A-4185-BC0F-C9C9CEDBD575@dell.com> <539776CD.50104@mathcs.emory.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00037.txt.bz2 Thanks all! We had missed taking advantage of range stepping in the stub, and not used the vCont packet. It's made all the difference for NEXT.