From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27711 invoked by alias); 2 Jun 2009 19:23:59 -0000 Received: (qmail 27702 invoked by uid 22791); 2 Jun 2009 19:23:58 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Jun 2009 19:23:53 +0000 Received: from spaceape14.eur.corp.google.com (spaceape14.eur.corp.google.com [172.28.16.148]) by smtp-out.google.com with ESMTP id n52JNoNl030391 for ; Tue, 2 Jun 2009 20:23:50 +0100 Received: from pzk3 (pzk3.prod.google.com [10.243.19.131]) by spaceape14.eur.corp.google.com with ESMTP id n52JN7x0006733 for ; Tue, 2 Jun 2009 12:23:49 -0700 Received: by pzk3 with SMTP id 3so6505407pzk.2 for ; Tue, 02 Jun 2009 12:23:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.177.5 with SMTP id z5mr47904wfe.32.1243970627721; Tue, 02 Jun 2009 12:23:47 -0700 (PDT) In-Reply-To: <23836680.post@talk.nabble.com> References: <23814190.post@talk.nabble.com> <4A242D62.1020604@vmware.com> <23836680.post@talk.nabble.com> Date: Tue, 02 Jun 2009 19:23:00 -0000 Message-ID: <8ac60eac0906021223k613c59d4p4b409686ce785404@mail.gmail.com> Subject: Re: Elf debugging From: Paul Pluzhnikov To: maybedoo Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00016.txt.bz2 On Tue, Jun 2, 2009 at 10:15 AM, maybedoo wrote: > > I'm using GCC 4, that's why I'm wondering that it isn't working. You have supplied so little relevant info, it's a wonder anyone responded to you at all. What are your host and target? What does 'gcc --version' say? What command line did you use to compile and link your executable? What does 'readelf -w exename' say? What commands did you execute to debug it? What version of GDB did use? How was that GDB built? Please provide log of your entire GDB interaction, and someone may be able to help you. Cheers, -- Paul Pluzhnikov