From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26670 invoked by alias); 18 Jun 2004 18:36:11 -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 26662 invoked from network); 18 Jun 2004 18:36:10 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 18 Jun 2004 18:36:10 -0000 Received: from zaretski ([80.230.153.85]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DFW68901; Fri, 18 Jun 2004 21:36:06 +0300 (IDT) Date: Fri, 18 Jun 2004 18:36:00 -0000 From: "Eli Zaretskii" To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Message-Id: <2719-Fri18Jun2004213221+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <20040617205252.AC4A04B104@berman.michael-chastain.com> (mec.gnu@mindspring.com) Subject: Re: [rfc/doco] bug reporting: mention 'script' command Reply-to: Eli Zaretskii References: <20040617205252.AC4A04B104@berman.michael-chastain.com> X-SW-Source: 2004-06/txt/msg00436.txt.bz2 > Date: Thu, 17 Jun 2004 16:52:52 -0400 (EDT) > From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) > > Comments on the syntax? None. > Comments on the content? Only one: I think it might be a good idea to add a "@pindex script" entry before the new paragraph you added. Btw, another way to record the GDB session is to run it inside Emacs and then save the GUD (or shell) buffer to a file. On some systems, such as Windows, it might even be superior to `script', since the latteer, even if you find a Windows port and install it, might not be able to cope with all the wird types of console output GDB and inferior programs use on Windows, so part of the session might end up unrecorded. Thanks.