From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11209 invoked by alias); 2 Jul 2002 15:47:19 -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 11193 invoked from network); 2 Jul 2002 15:47:13 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 2 Jul 2002 15:47:13 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id SAA13381; Tue, 2 Jul 2002 18:44:34 +0300 (IDT) Date: Tue, 02 Jul 2002 08:47:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: "G. Helffrich" cc: gdb-patches@sources.redhat.com Subject: Re: Proposed gdb patch In-Reply-To: <200207021130.MAA03568@xterm1.gly.bris.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-07/txt/msg00027.txt.bz2 On Tue, 2 Jul 2002, G. Helffrich wrote: > Here is a re-updated version of the proposed patch to gdb 5.1.1 that adds > functionality to the gdb command language. It implements the "edit" command > featured in the Sun and SGI dbx, which invokes your favorite file editor on > the active line of the program being debugged. Documentation included, as > per previous comments. The patch to gdb.texinfo is approved. Thanks.