From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25671 invoked by alias); 13 Jun 2008 15:58:57 -0000 Received: (qmail 25662 invoked by uid 22791); 13 Jun 2008 15:58:56 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-masked.atl.sa.earthlink.net (HELO elasmtp-masked.atl.sa.earthlink.net) (209.86.89.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Jun 2008 15:58:37 +0000 Received: from [68.108.140.244] (helo=macbook-2.local) by elasmtp-masked.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1K7Bfc-0003vz-PE; Fri, 13 Jun 2008 11:58:32 -0400 Message-ID: <48529927.2060006@earthlink.net> Date: Fri, 13 Jun 2008 15:58:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Dean Tsai CC: Eli Zaretskii , msnyder@specifix.com, gdb@sourceware.org Subject: Re: "Junk at end of arguments." when setting breakpoint 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> In-Reply-To: <38276ca0806130601t7afafb47tb32e6746f4423a19@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940b160854f063b21f9b2be3db327b85b8b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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/msg00142.txt.bz2 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 :( > This is most likely a bug specific to Apple's GDB, since they've made changes in that area, although it seems that Apple's own GDBers are mystified by this one, and can't reproduce it with their own examples. I think you're going to need to send them your program; if the normal filename is still causing complaints, I'm thinking there is some kind of data corruption or some such, maybe nothing to do with the filename. In any case, Apple's GDB is so different from FSF GDB that you really need to work with the Apple folks to get a resolution on this one. Stan