This is the mail archive of the gdb-patches@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: [PATCH] Make mips-linux signal frame unwinding more robust.


> This patch makes gdb follow suit and find the sigcontext_base using
> the signal frame's SP rather than an offset from the trampoline.

Is there a document that explains that the sigcontext structure is
always going to be at the frame's SP?

I don't know mips-linux, but something looked funny to me: You avoid
the use of SIGFRAME_CODE_OFFSET to compute the address where the sigcontext
structure is located, but you still use it to compute the frame base
address (used when building the frame ID).  Is the frame base address
still a constant offset from FUNC, or does the frame ID base address
also needs to be changed.

I believe that Daniel J has a good knowledge of mips-linux, and would be
an ideal reviewer.  If he doesn't have time, though, I'm OK with approving
a patch for the HEAD branch.  For the 7.1 branch, though, I'd rather have
a more knowledgeable opinion.

-- 
Joel


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