From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11831 invoked by alias); 28 Aug 2003 11:00:33 -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 11824 invoked from network); 28 Aug 2003 11:00:32 -0000 Received: from unknown (HELO motgate6.mot.com) (144.189.100.106) by sources.redhat.com with SMTP; 28 Aug 2003 11:00:32 -0000 Received: from az33exr02.mot.com (az33exr02.mot.com [10.64.251.232]) by motgate6.mot.com (Motorola/Motgate6) with ESMTP id h7SB0V5v022895 for ; Thu, 28 Aug 2003 04:00:31 -0700 (MST) Received: from zch07exm05.corp.mot.com (ZCH07EXM05.corp.mot.com [200.3.1.211]) by az33exr02.mot.com (Motorola/az33exr02) with ESMTP id h7SB0USt027098 for ; Thu, 28 Aug 2003 06:00:31 -0500 Received: by ZCH07EXM05.corp.mot.com with Internet Mail Service (5.5.2657.2) id ; Thu, 28 Aug 2003 19:00:30 +0800 Message-ID: <89DEFCC5DB33D411A27F00508BCF8A820FE1CC91@ZCH07EXM05.corp.mot.com> From: Niu Liang-yong-A16450 To: gdb@sources.redhat.com Subject: RE: Problem using gdbserver Date: Thu, 28 Aug 2003 11:00:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003-08/txt/msg00310.txt.bz2 When I want to debug a file, but things happen: GNU gdb 5.0 Copyright 2000 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 "sparc-sun-solaris2.7". (gdb) file filegen Reading symbols from filegen...done. (gdb) run Starting program: /home/a16450/filegen/filegen chdir: Too many arguments. Program exited with code 01. You can't do that without a process to debug. I need your help BR NiuEric