From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24776 invoked by alias); 12 Feb 2008 19:45:38 -0000 Received: (qmail 24766 invoked by uid 22791); 12 Feb 2008 19:45:38 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Feb 2008 19:45:21 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 212723C2D7; Tue, 12 Feb 2008 11:45:19 -0800 (PST) Subject: Re: Binding F10 key to 'next' From: Michael Snyder To: Chris Stankevitz Cc: gdb@sourceware.org In-Reply-To: <47B11209.9090803@toyon.com> References: <47B11209.9090803@toyon.com> Content-Type: text/plain Date: Tue, 12 Feb 2008 19:45:00 -0000 Message-Id: <1202845518.19253.99.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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-02/txt/msg00076.txt.bz2 On Mon, 2008-02-11 at 19:27 -0800, Chris Stankevitz wrote: > Hello, > > Is it possible to bind the F10 key to the "next" operation? The > following did not work: > > (gdb) define F10 > Type commands for definition of "f10". > End with a line saying just "end". > >n > >end > > Thank you, > > Chris If it is possible (which is likely), it would have to be supported by your terminal or window manager, not by gdb. Gdb doesn't know anything about function keys.