From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18010 invoked by alias); 15 Dec 2008 09:02:21 -0000 Received: (qmail 17999 invoked by uid 22791); 15 Dec 2008 09:02:21 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Dec 2008 09:01:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 36B582A961F; Mon, 15 Dec 2008 04:01:44 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vbiySZ2gorxB; Mon, 15 Dec 2008 04:01:44 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BC9D02A95F1; Mon, 15 Dec 2008 04:01:43 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id BE64EE7ACD; Mon, 15 Dec 2008 10:01:36 +0100 (CET) Date: Mon, 15 Dec 2008 09:02:00 -0000 From: Joel Brobecker To: Victoria Muntean Cc: gdb@sourceware.org Subject: Re: current frame in 'where' Message-ID: <20081215090136.GA7381@adacore.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2008-12/txt/msg00063.txt.bz2 > When I do 'up','up', 'down', 'down', 'where', I do not see any marker > that marks current frame. I sort of need to keep this in head ? It's > easy to get confused. Am I missing anything ? I'd expect something > like To know which frame you are in, try: (gdb) frame -- Joel