Problems debugging STL

2002-01-17 Thread Jose Luis Fernández Díaz
Hi, I have: [jdiaz@narcea /tmp]$ g++ --version egcs-2.91.66 [jdiaz@narcea /tmp]$ gdb --version GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under

Any problems debugging STL code?

2000-09-26 Thread Thom Harp
When compiling projects using STL code, GDB thinks all of the code in some of my files is located at line 518 in stl_alloc.h. Has anyone seen this before? I'm running SunOS 5.7 on a Sparc Ultra 10, compiling with G++ 2.95.2 using GDB 5.0. thanks...