From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23459 invoked by alias); 19 Nov 2007 14:13:59 -0000 Received: (qmail 23451 invoked by uid 22791); 19 Nov 2007 14:13:58 -0000 X-Spam-Check-By: sourceware.org Received: from ks30928.kimsufi.com (HELO mailhost.tni-software.com) (213.186.41.72) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Nov 2007 14:13:50 +0000 Received: (qmail 7365 invoked by uid 89); 19 Nov 2007 14:13:47 -0000 Received: from unknown (HELO ?192.168.1.120?) (g.menant@ayrtontechnology.com@212.99.37.34) by ks30928.kimsufi.com with ESMTPA; 19 Nov 2007 14:13:47 -0000 Message-ID: <47419A1B.50605@geensys.com> Date: Mon, 19 Nov 2007 14:13:00 -0000 From: Guillaume MENANT User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Andreas Schwab CC: gdb@sourceware.org Subject: Re: Single Step command References: <474195FA.1000605@geensys.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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-11/txt/msg00186.txt.bz2 Yes, i read it too but i'm not sure i've well understand these sentences (i'm french). Guillaume MENANT Andreas Schwab a écrit : > Guillaume MENANT writes: > > >> Hello, >> 1 - The "s" (Single Step) command has an optionnal address value. How does >> it works ? It's like a "run until" this address ? >> > > >From the gdb documentation: > > `s [ADDR]' > Single step. ADDR is the address at which to resume. If ADDR is > omitted, resume at same address. > > Andreas. > >