From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30494 invoked by alias); 1 Aug 2007 01:26:43 -0000 Received: (qmail 30486 invoked by uid 22791); 1 Aug 2007 01:26:43 -0000 X-Spam-Check-By: sourceware.org Received: from ag-out-0708.google.com (HELO ag-out-0708.google.com) (72.14.246.241) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Aug 2007 01:26:40 +0000 Received: by ag-out-0708.google.com with SMTP id 35so63053aga for ; Tue, 31 Jul 2007 18:26:38 -0700 (PDT) Received: by 10.114.95.1 with SMTP id s1mr174069wab.1185931598338; Tue, 31 Jul 2007 18:26:38 -0700 (PDT) Received: by 10.115.79.20 with HTTP; Tue, 31 Jul 2007 18:26:38 -0700 (PDT) Message-ID: <4414a3a80707311826s686e8c36rd6a7d22e1007827a@mail.gmail.com> Date: Wed, 01 Aug 2007 01:26:00 -0000 From: congli To: gdb@sourceware.org Subject: Re: Why does gdb implement 'next' command with a series of "vCont;s"? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-08/txt/msg00001.txt.bz2 I got it. Thanks! > GDB does not know what the instructions between here and there do. > One of them might be a branch or a function call. > > -- > Daniel Jacobowitz > CodeSourcery