From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26230 invoked by alias); 26 Aug 2002 05:28:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26223 invoked from network); 26 Aug 2002 05:28:08 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 26 Aug 2002 05:28:08 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA24215; Mon, 26 Aug 2002 08:25:26 +0300 (IDT) Date: Mon, 26 Aug 2002 08:55:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Stephane Carrez cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Provide TUI fast key action with specific readline keymap In-Reply-To: <3D69749F.6070101@nerim.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00847.txt.bz2 On Mon, 26 Aug 2002, Stephane Carrez wrote: > This patch improves the TUI mode by creating a specific readline keymap > that can be installed to bind a single key to a gdb command. The fast key > mode is entered when CTRL-X CTRL-O is entered. Then, the keys are bound > as follows: > > c continue > d down > f finish > n next > r run > s step > u up > v info locals > w where > x exit the fast key mode, go back to normal readline+gdb prompt > > Hitting a single key will execute the gdb command. > Other keys temporarily switch the keymap to use the readline+gdb prompt > so that a full gdb command can be entered. Once the command is entered (\n) > the fast key mode is restored. Please add something to gdb.texinfo to describe this feature. TIA