This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: dw2 stack info does not exactly following spec




On 8 May 2001, Jason Merrill wrote:

> >>>>> "Daniel" == Daniel Berlin <dan@cgsoftware.com> writes:
>
> > (I patched my gcc to make it always generate debug_frame, instead of
> > just doing it on MIPS).
>
> Why not just teach gdb to read .eh_frame as well?
>
> Jason
>

Because I want to use the call frame info instead of prologue scanning and
whatnot (and for optimized code deubgging purposes, etc)
.eh_frame is only generated for functions with exceptions, no?
--Dan


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