From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9891 invoked by alias); 1 Sep 2004 05:05:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9877 invoked from network); 1 Sep 2004 05:05:09 -0000 Received: from unknown (HELO saturn.billgatliff.com) (209.251.101.200) by sourceware.org with SMTP; 1 Sep 2004 05:05:09 -0000 Received: from [192.168.2.108] (metarb1-1-adsl-12.mtco.com [207.179.223.13]) by saturn.billgatliff.com (Postfix) with ESMTP id 485774E00B5 for ; Wed, 1 Sep 2004 00:05:04 -0500 (CDT) Message-ID: <4135587F.6060100@billgatliff.com> Date: Wed, 01 Sep 2004 05:05:00 -0000 From: Bill Gatliff User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Command echo from script files Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00000.txt.bz2 Guys: I'm invoking arm-elf-gdb with a script file, and capturing the results: $ arm-elf-gdb -x script progname 2>&1 | tee logfile I would love for the logfile to show the commands actually given to gdb, but it only shows the results of those commands. Is there a way to make the commands given to gdb from a script file show up on the console? Thanks! b.g. -- Bill Gatliff So what part of make clean all install do you not understand? bgat@billgatliff.com