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]

Re: Custom call frame description


Hi!

OK. I figured it out. Canonical frame address is top of the frame. So
where fp register is pointing in my case. I just forgot to describe in
DWARF that I save and where I save previous frame fp so this is the
reason why gdb could not unwind all frames on the stack.

> How can I specify where are function arguments? And locals?

I see that his is not stored in frame section but in subprogram entries.


Mitar


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