public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Issue with GDB 7.0 on MIPS(gcc 4.4.1)
@ 2011-11-11 14:51 naveen yadav
  2011-11-11 15:37 ` naveen yadav
  2011-11-12 19:46 ` Ian Lance Taylor
  0 siblings, 2 replies; 7+ messages in thread
From: naveen yadav @ 2011-11-11 14:51 UTC (permalink / raw)
  To: gcc-help, gcc-help, gdb

Hi All,

I am running one application and it generate core dump. When I run bt .
(gdb) bt
#0  wepp (gn=0x5d5f58, ef=0x5c43000, Bytes=429496729, gcOs=0x5c3408f)
#1  CompactCollect (gn=0x5d5f58, ef=0x5c43000, Bytes=429496729, gcOs=0x5c3408f)
...

In above case
we got crash in wepp().
CompactCollect () is main function and wepp() is another function
which got called from CompactCollect ().

When I check the assembly wepp() become inline.
So i got bit surprise when i check that function parameter;s for both
wepp() and CompactCollect () are same.

So is it correct behaviour ? that calling and calle have same parameter

Thanks.

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

end of thread, other threads:[~2011-11-14 18:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-11 14:51 Issue with GDB 7.0 on MIPS(gcc 4.4.1) naveen yadav
2011-11-11 15:37 ` naveen yadav
2011-11-12 19:46 ` Ian Lance Taylor
2011-11-14  7:19   ` naveen yadav
2011-11-14 10:40     ` Ian Lance Taylor
2011-11-14 11:03       ` naveen yadav
2011-11-14 20:01         ` Ian Lance Taylor

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).