This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/18979] Debugging inlined code is *bad*
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2004 13:21:51 -0000
- Subject: [Bug debug/18979] Debugging inlined code is *bad*
- References: <20041214122623.18979.smurf@smurf.noris.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-14 13:21 -------
Debugging any optimized code is hard.
If you were debugging non optimized code the behavior which you are seeing will not happen.
One more thing we give all the information about inline function already we have include what
functions are inlined where so this is debugger issue and you should report it to them.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18979