From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12389 invoked by alias); 1 Nov 2011 19:23:39 -0000 Received: (qmail 12381 invoked by uid 22791); 1 Nov 2011 19:23:38 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Nov 2011 19:23:24 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LTZ00E00XPNGL00@a-mtaout23.012.net.il> for gdb@sourceware.org; Tue, 01 Nov 2011 21:23:15 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.128.216]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LTZ00E2RXUM8GC0@a-mtaout23.012.net.il>; Tue, 01 Nov 2011 21:23:11 +0200 (IST) Date: Tue, 01 Nov 2011 19:23:00 -0000 From: Eli Zaretskii Subject: Re: Specify frame by address In-reply-to: To: Tom Tromey Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83lirzmyu6.fsf@gnu.org> References: <83k47n90xn.fsf@gnu.org> 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: 2011-11/txt/msg00007.txt.bz2 > From: Tom Tromey > Cc: gdb@sourceware.org > Date: Tue, 01 Nov 2011 12:58:28 -0600 > > If you use "gdb --dbx" then the "func" command will select a frame given > the name of the function. > > I wouldn't be averse to giving this command a different name and making > it always available. Yes, it sounds like a useful feature in general. Thanks.