This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Issue with GDB 7.0 on MIPS(gcc 4.4.1)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]