From: "Dean Tsai" <dctsai.work@gmail.com>
To: "Eli Zaretskii" <eliz@gnu.org>
Cc: msnyder@specifix.com, gdb@sourceware.org
Subject: Re: "Junk at end of arguments." when setting breakpoint
Date: Fri, 13 Jun 2008 13:01:00 -0000 [thread overview]
Message-ID: <38276ca0806130601t7afafb47tb32e6746f4423a19@mail.gmail.com> (raw)
In-Reply-To: <uskvhj0rz.fsf@gnu.org>
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 :(
I have a similar post on mac xcode mailling list. I will share any
findings there.
Thanks!
-Dean
LM220008151:42_SDP_tmp dtsai$ gdb 42
GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:07:49 UTC 2007)
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 "i386-apple-darwin"...Reading symbols for
shared libraries ...... done
(gdb) b FTinit.c:InitSim
Breakpoint 1 at 0x10b90: file FTinit.c, line 19.
(gdb) b FTinit.c:19
Junk at end of arguments.
(gdb) b 'FTinit.c:19'
Function "19'" not defined in file FTinit.c.
Make breakpoint pending on future shared library load? (y or [n])
(gdb) b "FTinit.c:19"
Junk at end of arguments.
(gdb) b '"FTinit.c":19'
No source file named "FTinit.c".
Make breakpoint pending on future shared library load? (y or [n])
(gdb) b "'FTinit.c':19"
No source file named 'FTinit.c'.
Make breakpoint pending on future shared library load? (y or [n])
(gdb)
On Fri, Jun 13, 2008 at 2:40 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Thu, 12 Jun 2008 17:22:03 -0400
>> From: "Dean Tsai" <dctsai.work@gmail.com>
>> Cc: gdb@sourceware.org
>>
>> Unfortunately Michael, changing the leading filename to string didn't
>> help. I have changed 42init.c to tmp42init.c, changed my Makefile,
>> make clean, make...etc. The same problem persists.
>>
>> Would the following offer you additional insights? b
>> filename:functionname works!!
>>
>> (gdb) b 42init.c:InitSim
>> Breakpoint 1 at 0x10b90: file 42init.c, line 19.
>> (gdb) b 42init.c:19
>> Junk at end of arguments.
>> (gdb)
>>
>> Any other ideas?! Thanks again!
>
> Does the below work as well?
>
> (gdb) b '42init.c:19'
>
next prev parent reply other threads:[~2008-06-13 13:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-12 20:43 Dean Tsai
2008-06-12 20:57 ` Michael Snyder
2008-06-12 21:04 ` Dean Tsai
2008-06-12 21:07 ` Michael Snyder
2008-06-12 21:22 ` Dean Tsai
2008-06-12 21:42 ` Nick Roberts
2008-06-13 6:42 ` Eli Zaretskii
2008-06-13 13:01 ` Dean Tsai [this message]
2008-06-13 15:04 ` Eli Zaretskii
2008-06-13 15:58 ` Stan Shebs
2008-06-13 18:55 ` Michael Snyder
2008-06-13 19:33 ` Dean Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=38276ca0806130601t7afafb47tb32e6746f4423a19@mail.gmail.com \
--to=dctsai.work@gmail.com \
--cc=eliz@gnu.org \
--cc=gdb@sourceware.org \
--cc=msnyder@specifix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox