From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17491 invoked by alias); 12 Feb 2007 21:41:03 -0000 Received: (qmail 17482 invoked by uid 22791); 12 Feb 2007 21:41:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 12 Feb 2007 21:40:45 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HGiuh-0001Oh-0x; Mon, 12 Feb 2007 16:40:43 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HGiue-0005M4-VP; Mon, 12 Feb 2007 16:40:41 -0500 Date: Mon, 12 Feb 2007 21:50:00 -0000 From: Daniel Jacobowitz To: Kishore Paul Cc: gdb@sourceware.org Subject: Re: vCont packets for next and step Message-ID: <20070212214040.GA23093@caradoc.them.org> Mail-Followup-To: Kishore Paul , gdb@sourceware.org References: <45D0DDDA.301@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45D0DDDA.301@freescale.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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 X-SW-Source: 2007-02/txt/msg00089.txt.bz2 On Mon, Feb 12, 2007 at 03:36:26PM -0600, Kishore Paul wrote: > Hi All, > > How does the gdb next and step work? I am seeing a problem where next > only sends one vCont packet, similar to stepi though I was expecting a > set of vCont packets to be sent similar to a step. That means that, after the single stepi, the "next" thinks it has reached a different source line. So it stops. -- Daniel Jacobowitz CodeSourcery