This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cli/1709: gdb --args no longer works


The following reply was made to PR cli/1709; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: tromey@redhat.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: cli/1709: gdb --args no longer works
Date: Fri, 16 Jul 2004 18:44:13 -0400

 On Thu, Jul 15, 2004 at 05:03:16PM -0000, tromey@redhat.com wrote:
 > gdb --args no longer works as I believe it once did.
 > 
 > fleche. gdb -nw --args gdb a b c
 > GNU gdb 2004-07-15-cvs
 > Copyright 2004 Free Software Foundation, Inc.
 > GDB is free software, covered by the GNU General Public License, and you are
 > welcome to change it and/or distribute copies of it under certain conditions.
 > Type "show copying" to see the conditions.
 > There is absolutely no warranty for GDB.  Type "show warranty" for details.
 > This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".
 >                                                                                 
 > (gdb) show args
 > Argument list to give program being debugged when it is started is "".
 
 But run should still work and pass the correct arguments.  Does it?
 
 I agree it would be nice if args was set as normal.
 
 -- 
 Daniel Jacobowitz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]