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: Unwinding dummy frames on the i386



For now I've worked around this by having my own do-nothing
i386_save_dummy_frame_tos(), and having i386_unwind_dummy_id() return
contents of the (saved) frame pointer register for the frame's base.
Is there a better way to solve this?

Can i386_save_dummy_frame_tos() save the `frame pointer register' that the unwind_dummy_id() method later returns?


While the TOS in save_dummy_frame_tos() might have once stood for top-of-stack, there isn't anything saying that it has to be the stack top. A better name for tha functioin's successor would be save_dummy_frame_id()

Andrew



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