From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23329 invoked by alias); 1 May 2004 08:39:07 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23318 invoked from network); 1 May 2004 08:39:05 -0000 Received: from unknown (HELO mailfe08.swip.net) (212.247.154.225) by sources.redhat.com with SMTP; 1 May 2004 08:39:05 -0000 X-T2-Posting-ID: u9rnRZgUmqp9JKZhS2u1flu8WzprZwi8JlbrGWWjocs= Received: from TesterTop.tester.ca ([213.101.254.233] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 4.2b3a) with ESMTP id 25860618 for gdb@sources.redhat.com; Sat, 01 May 2004 10:39:04 +0200 Received: by TesterTop.tester.ca (Postfix, from userid 1000) id 74FFE104F38; Sat, 1 May 2004 10:39:02 +0200 (CEST) Subject: Wierd problem with gdb 6.x and separate debug info From: Olivier Crete To: gdb@sources.redhat.com Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qGpQBrhIoYVeCfOT3V4T" Message-Id: <1083400741.8129.25.camel@TesterTop.tester.ca> Mime-Version: 1.0 Date: Sat, 01 May 2004 08:39:00 -0000 X-SW-Source: 2004-05/txt/msg00000.txt.bz2 --=-qGpQBrhIoYVeCfOT3V4T Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Content-length: 1978 Hi, When I use separate debug infos made with "objcopy --only-keep-debug" (I havent tested with eu-strip, but they should have the same behavior now, right?) I get messages such as the following for every loaded .so file that has separate debug info. Am I doing something wrong? warning: no loadable sections found in added symbol-file /lib/.debug/libm-2.3.2.so.dbg warning: section .note.ABI-tag not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .hash not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .dynsym not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .dynstr not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .gnu.version not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .gnu.version_d not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .gnu.version_r not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .rel.dyn not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .rel.plt not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .init not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .plt not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .text not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .fini not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .rodata not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .interp not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .eh_frame not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .data not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .dynamic not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .ctors not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .dtors not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .jcr not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .got not found in /lib/.debug/libm-2.3.2.so.dbg warning: section .bss not found in /lib/.debug/libm-2.3.2.so.dbg --=20 Olivier Cr=EAte tester@tester.ca --=-qGpQBrhIoYVeCfOT3V4T Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBAk2IlHTiOWk7ZorsRArLjAJ9zKjNXhkjrNi0LOE+eqzZLYrOC9wCeIaXR 9pnL4O5G11YyxL8fh2wpcx4= =iGCO -----END PGP SIGNATURE----- --=-qGpQBrhIoYVeCfOT3V4T--