This is the mail archive of the gdb@sources.redhat.com 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]

Re: About the Stack pointer and Return Pointer pair in the core file.


Hi ,

We have observed that the Stack pointer and Return Pointer pairs
in the core file is found at some location in the coredump file for x86 architecture.
I cannot find a similar pair in for IA-64 for coredump analysis, Could not figure it in gdb source easily.
could one please help in this, that would be great.

I suspect that you're fighting an uphill battle. The ia64 does not have a simple straightforward stack arangement. However, look at the unwind code in ia64-tdep.c.


Andrew



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