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]
Other format: [Raw text]

Re: [patch] use correct column info for function definitions


Hi -

On Mon, Sep 08, 2008 at 11:12:11PM -0400, Daniel Jacobowitz wrote:
> > By the way, in systemtap land we've been finding that the location
> > list data emitted at the pc entry address tends to be good enough that
> > we don't bother look for fuzzy prologue-ends just to get at function
> > parameters.
> 
> With what compilers/platforms?  I've never found this to be true yet.

It's been working well enough for us on linux w/ gcc 4.1+ on a variety
of architectures.  Does gdb have a flag to try it?

GDB may have valid reasons to try to skip past prologues anyway, such
as to skip the initialization of locals

- FChE


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