GDB steping into STL Headers.
mweglicki8208
mweglicki@gmail.com
Wed Feb 10 17:38:00 GMT 2010
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.
More information about the Gdb
mailing list