From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24064 invoked by alias); 21 Nov 2003 16:36:17 -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 24057 invoked from network); 21 Nov 2003 16:36:17 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 21 Nov 2003 16:36:17 -0000 Received: from drow by nevyn.them.org with local (Exim 4.24 #1 (Debian)) id 1ANEGX-00075t-2A for ; Fri, 21 Nov 2003 11:36:17 -0500 Date: Fri, 21 Nov 2003 16:36:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: how to mimic redirection with gdb? Message-ID: <20031121163617.GB27120@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: <200311211412.JAA18330@bromo.msbb.uc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311211412.JAA18330@bromo.msbb.uc.edu> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-11/txt/msg00200.txt.bz2 On Fri, Nov 21, 2003 at 09:12:46AM -0500, Jack Howarth wrote: > Is there any way to do the following in gdb? I am debugging a > molecular dynamics program that executes the commands contained in > input script files. The program has just been rebuilt with IBM XL > Fortran which has exposed some pre-existing problems with the code. > However I am having trouble looking at the segfaults in gdb because > they only happen at the end of the execution of one of these input > scripts. > What I need to mimic in gdb is the following... > > xplor < sa-rama.inp > sa-rama.out & > > which is how it is normally used. Are there any tricks that will > do this so that the program can be debugged without rewriting the > code? It is unclear to me if there is any way to mimic this > shell redirection on the gdb command line when I issue additional > arguments after the 'run' command. Have you tried using run with these options (minus the &)? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer