Debugger and inlined functions

Andreas Pakulat apaku at gmx.de
Thu Nov 16 16:44:41 UTC 2006


On 16.11.06 12:33:09, Andreas Pakulat wrote:
> On 16.11.06 11:16:11, Andras Mantia wrote:
> > On Thursday 16 November 2006 10:50, Vladimir Prus wrote:
> > > I'm afraid this might require making gcc always emit non-inlined copy
> > > :-(
> > 
> > --enable-debug=full or --enable-debug alone adds -fno-inline in case of 
> > KDE applications if this is what you mean.
> 
> Seems I was a bit wrong. unsermake also adds -fno-inline, but it doesn't
> add -O0. I'll check wether the build with normal make can run
> QMap::size() later.

I just checked. Using make as buildtool the QMap::size() is not inlined
(or there's an out-of-line copy). 

Andreas

-- 
Stay the curse.




More information about the KDevelop-devel mailing list