This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: dwarflint: ranges of DIEs in hierarchy


06.10.2009 08:44, Roland McGrath wrote:
> These:
> 	inlined_subroutine
> 	lexical_block
> 	entry_point
> 	label
> 	with_stmt
> 	try_block
> 	catch_block
> can have PC's and those should be entirely inside the containing PC-ful
> entry.

Thanks.  I've implemented it like this, and found no violations so far. 
  It's hacked in as a simple switch statement, there's no fancy logic 
that would trigger the check just because the above condition holds for 
given DIE context.

PM

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