public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* some gdb problem.
@ 2005-05-19  9:34 zouq
  2005-05-19 11:46 ` Eljay Love-Jensen
  0 siblings, 1 reply; 3+ messages in thread
From: zouq @ 2005-05-19  9:34 UTC (permalink / raw)
  To: gcc-help

i write a simple front-end, i try to gdb it

gdb ./mycc1
run test.try

and the following messages come:
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.
During symbol reading, Incomplete CFI data; unspecified registers at
0x0804a435.


who can tell me the reason?
thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: some gdb problem.
  2005-05-19  9:34 some gdb problem zouq
@ 2005-05-19 11:46 ` Eljay Love-Jensen
  2005-05-19 15:40   ` Daniel Berlin
  0 siblings, 1 reply; 3+ messages in thread
From: Eljay Love-Jensen @ 2005-05-19 11:46 UTC (permalink / raw)
  To: zouq, gcc-help

Hi zouq,

>who can tell me the reason?

Do this command:
gdb --version

If it doesn't say 6.3, then go here, download, compile, and use gdb-6.3:
http://directory.fsf.org/GNU/gdb.html

If it does say 6.3, then I'm not sure.  Are you compiling using "-g", "-g3", "-ggdb", "-ggdb3", or something else?

Check out "man gcc", and go to the "Options for Debugging Your Program or GCC" section.

HTH,
--Eljay

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: some gdb problem.
  2005-05-19 11:46 ` Eljay Love-Jensen
@ 2005-05-19 15:40   ` Daniel Berlin
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Berlin @ 2005-05-19 15:40 UTC (permalink / raw)
  To: Eljay Love-Jensen; +Cc: zouq, gcc-help

On Thu, 2005-05-19 at 06:47 -0500, Eljay Love-Jensen wrote:
> Hi zouq,
> 
> >who can tell me the reason?
> 
> Do this command:
> gdb --version
> 
> If it doesn't say 6.3, then go here, download, compile, and use gdb-6.3:
> http://directory.fsf.org/GNU/gdb.html
> 
> If it does say 6.3, then I'm not sure.  Are you compiling using "-g", "-g3", "-ggdb", "-ggdb3", or something else?

Actually, the warnings are completely harmless.
It's just because we have set complaints on in the .gdbinit file for gcc


> 
> Check out "man gcc", and go to the "Options for Debugging Your Program or GCC" section.
> 
> HTH,
> --Eljay
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-19 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-19  9:34 some gdb problem zouq
2005-05-19 11:46 ` Eljay Love-Jensen
2005-05-19 15:40   ` Daniel Berlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).