From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17270 invoked by alias); 13 Jun 2008 19:33:42 -0000 Received: (qmail 17262 invoked by uid 22791); 13 Jun 2008 19:33:41 -0000 X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Jun 2008 19:33:24 +0000 Received: by wf-out-1314.google.com with SMTP id 28so4343769wfc.24 for ; Fri, 13 Jun 2008 12:33:23 -0700 (PDT) Received: by 10.142.125.9 with SMTP id x9mr1220094wfc.123.1213385603030; Fri, 13 Jun 2008 12:33:23 -0700 (PDT) Received: by 10.143.45.15 with HTTP; Fri, 13 Jun 2008 12:33:23 -0700 (PDT) Message-ID: <38276ca0806131233h7ec0c39cvf5a804b7ae6642c4@mail.gmail.com> Date: Fri, 13 Jun 2008 19:33:00 -0000 From: "Dean Tsai" To: "Michael Snyder" Subject: Re: "Junk at end of arguments." when setting breakpoint Cc: gdb@sourceware.org In-Reply-To: <1213383317.3601.758.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <38276ca0806121343w5f651869o94109be405e9f7a4@mail.gmail.com> <1213304219.3601.709.camel@localhost.localdomain> <38276ca0806121404u78184960o53a786548b885743@mail.gmail.com> <1213304802.3601.720.camel@localhost.localdomain> <38276ca0806121422i2a538c0v64634c47016d2dda@mail.gmail.com> <38276ca0806130601t7afafb47tb32e6746f4423a19@mail.gmail.com> <1213383317.3601.758.camel@localhost.localdomain> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00146.txt.bz2 Hi Mike, Nope, no such luck :( People on the apple list stop responding too... This is a sad day. -Dean (gdb) break FTinit:19 No source file named FTinit. Make breakpoint pending on future shared library load? (y or [n]) (gdb) break FTinit.c:19 Junk at end of arguments. (gdb) On Fri, Jun 13, 2008 at 2:55 PM, Michael Snyder wrote: > On Fri, 2008-06-13 at 09:01 -0400, Dean Tsai wrote: >> Hi Eli and others, >> >> No, quotation marks don't help either. I dont know what it is telling >> me that the file cannot be found?! >> Here are a series of cases I tried. Notice 1) I have changed 42init.c >> to FTinit.c and 2) b filename:functionname works so I know the file >> exist in my program... please help :( > > OK, I have one more idea, but it's a crazy one. > Would you try this please? > > break FTinit:19 > > > >