DragonFly BSD
DragonFly users List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Question about GDB under BSD


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Fri, 25 Feb 2005 15:23:02 +0100
Mail-followup-to: users@crater.dragonflybsd.org

On Thu, Feb 24, 2005 at 09:38:47PM +0000, Jonathon McKitrick wrote:
> 
> Sorry this isn't DFly specific, but some _other_ lists are considerably less
> helpful.
> 
> I love stl::string(s).  They work very well for many application-level
> projects.  But I hate how GDB steps into their code during  next
> stepping.  Is there a way I can skip this inline code that is part of stl
> strings?  Unfortunately, 'next' doesn't help, since much of the stl code is
> 'inline.'

I don't think so. The problem is how GDB (or any other debugger for that
matter) should now which functions are to be treated as "real" inline and
which are to be treated as "it's just a big macro, step over it".

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]