From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23632 invoked by alias); 3 Feb 2003 17:13:59 -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 23545 invoked from network); 3 Feb 2003 17:13:59 -0000 Received: from unknown (HELO exchange-il.il-prod.dspcorp.com) (194.90.134.203) by 172.16.49.205 with SMTP; 3 Feb 2003 17:13:59 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable Subject: DWARF2 reader X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Mon, 03 Feb 2003 17:13:00 -0000 Message-ID: <988BE481ACC95C429DCB909F74A3163A237865@exchange-il> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Elad Hollander" To: "Gdb (E-mail)" X-SW-Source: 2003-02/txt/msg00055.txt.bz2 Hi,=20 I develop a compiler that outputs dwarf debug info to the .asm file. What I seek is some utility to check the correctness of the debug info. I don't have an object file- just the .asm with the dwarf debug info. Can gdb be of any help? Can the mechanisms in dwarf2read.c be used? As much as I have looked I found no utility to do it. Can anyone help? Thanx in advance, Elad Hollander.