This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/20268] With optimization, generating incomplete debug information
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2005 16:31:23 -0000
- Subject: [Bug debug/20268] With optimization, generating incomplete debug information
- References: <20050301211050.20268.fnf@specifixinc.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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