This is the mail archive of the gcc-bugs@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]

[Bug debug/20268] With optimization, generating incomplete debug information


------- Additional Comments From drow at gcc dot gnu dot org  2005-03-21 16:31 -------
Nice patch!  GDB should be fine with this; it either treats inlined subroutines
the same as lexical blocks at the moment, or ignores them entirely.  It does
not really support DW_AT_ranges, but it will synthesize vaguely appropriate
high/low PC ranges for them.  Real range support isn't likely to be implemented
until something - like this - makes it necessary...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20268


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