From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19062 invoked by alias); 15 Dec 2008 08:39:18 -0000 Received: (qmail 19053 invoked by uid 22791); 15 Dec 2008 08:39:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail-bw0-f16.google.com (HELO mail-bw0-f16.google.com) (209.85.218.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Dec 2008 08:38:42 +0000 Received: by bwz9 with SMTP id 9so6808256bwz.0 for ; Mon, 15 Dec 2008 00:38:39 -0800 (PST) Received: by 10.223.109.20 with SMTP id h20mr6420702fap.41.1229330319099; Mon, 15 Dec 2008 00:38:39 -0800 (PST) Received: by 10.223.119.199 with HTTP; Mon, 15 Dec 2008 00:38:39 -0800 (PST) Message-ID: Date: Mon, 15 Dec 2008 08:39:00 -0000 From: "Victoria Muntean" To: gdb@sourceware.org Subject: current frame in 'where' MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-12/txt/msg00062.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 (gdb) where #0 ... #1 ... >#2 ... (current frame, we are here) #3 #4 Version gdb 6.8.50.20081028-cvs Thanks Viki