Bug#540640: libstdc++6-4.3-dbg is not useful

2010-06-02 Thread Philip Ashmore
Two points: 1. The libstdc++6-4.3-dbg library was installed - see the Listing installed packages matching libstdc++6*. Have you tried running the script? 2. I thought that the idea of a -dbg library was to supply the source code at a fixed, known location and the stripped debugging information

Bug#540640: libstdc++6-4.3-dbg is not useful

2009-09-19 Thread Philip Ashmore
I wrote a bash script to reproduce this bug - please find it attached. I snipped the i_chunk_stream classes from my SourceForge project http://sourceforge.net/projects/v3c. For some reason gdb insists on a final ENTER from the keyboard before it quits even though it's run from a script. To

Bug#540640: libstdc++6-4.3-dbg is not useful

2009-08-09 Thread Philip Ashmore
Package: libstdc++6-4.3-dbg Version: 4.3.2-1.1 Severity: important I'm writing classes that derive from istream and streambuf so I need to see how they're called. To do this I installed libstdc++6-4.3-dbg and fired up kdbg. libstdc++6-4.3-dbg seems to make no difference - I still can't step into