This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

Re: GDB steping into STL Headers.


Try next?

On Thu, Feb 11, 2010 at 01:38, mweglicki8208 <mweglicki@gmail.com> wrote:
>
> Hello,
>
> Is there a way to disable stepping into a STL headers? This is what is
> happening:
>
> std::string test = "New string";
>
>
> And i have a lot of calls from stl headers like:
> (gdb) step
> 671
> /opt/gcc/linux64/ix86/gcc_3.4.5-2p2/lib/gcc/x86_64-redhat-linux/3.4.5/../../../../include/c++/3.4.5/bits/stl_list.h:
> No
> ? ? ? ?in
> /opt/gcc/linux64/ix86/gcc_3.4.5-2p2/lib/gcc/x86_64-redhat-linux/3.4.5/../../../../include/c++/3.4.5/bits/stl_list.h
>
>
> Is it possible to void it? So for example next will allways step into next
> line of code that i wish to debug?
> --
> View this message in context: http://old.nabble.com/GDB-steping-into-STL-Headers.-tp27535106p27535106.html
> Sent from the Sourceware - gdb list mailing list archive at Nabble.com.
>
>


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