Your message dated Sat, 19 Sep 2009 11:51:53 +0200
with message-id <4ab4a9b9.4030...@debian.org>
and subject line Re: Bug#540640: libstdc++6-4.3-dbg is not useful
has caused the Debian Bug report #540640,
regarding libstdc++6-4.3-dbg is not useful
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
540640: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540640
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 the
libstdc++6-4.3
sources/headers, in fact the kdbg stack trace doesn't even mention line numbers.
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libstdc++6-4.3-dbg depends on:
ii gcc-4.3-base 4.3.2-1.1 The GNU Compiler Collection (base
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libgcc1-dbg 1:4.3.2-1.1 GCC support library (debug symbols
ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
Versions of packages libstdc++6-4.3-dbg recommends:
ii libstdc++6-4.3-dev 4.3.2-1.1 The GNU Standard C++ Library v3 (d
libstdc++6-4.3-dbg suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On 09.08.2009 12:49, Philip Ashmore wrote:
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 the
libstdc++6-4.3
sources/headers, in fact the kdbg stack trace doesn't even mention line numbers.
you have to look at the version of libstdc++6. if it's built from gcc-4.3, then
you'll find the debug symbols in libstdc++6-4.3-dbg, if it's built from gcc-4.4
(as in current testing/unstable), you'll find the debug symbols in
libstdc++6-4.4-dbg. In addition both packages do contain builds enabled via
--enable-libstdcxx-debug. See the docs how to use these builds.
--- End Message ---