From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6190 invoked by alias); 27 Mar 2009 21:40:11 -0000 Received: (qmail 6019 invoked by uid 22791); 27 Mar 2009 21:40:10 -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.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 21:40:05 +0000 Received: from spaceape8.eur.corp.google.com (spaceape8.eur.corp.google.com [172.28.16.142]) by smtp-out.google.com with ESMTP id n2RLe2Bg023140 for ; Fri, 27 Mar 2009 14:40:03 -0700 Received: from wf-out-1314.google.com (wfg24.prod.google.com [10.142.7.24]) by spaceape8.eur.corp.google.com with ESMTP id n2RLe04i008431 for ; Fri, 27 Mar 2009 14:40:00 -0700 Received: by wf-out-1314.google.com with SMTP id 24so1448701wfg.23 for ; Fri, 27 Mar 2009 14:39:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.155.9 with SMTP id c9mr1078064wfe.70.1238189999785; Fri, 27 Mar 2009 14:39:59 -0700 (PDT) In-Reply-To: <8ac60eac0903270833u7b38c03o2aee62a8c5365090@mail.gmail.com> References: <22737823.post@talk.nabble.com> <8ac60eac0903270833u7b38c03o2aee62a8c5365090@mail.gmail.com> Date: Fri, 27 Mar 2009 21:40:00 -0000 Message-ID: <8ac60eac0903271439y4d8648abv2db4ae926780a60c@mail.gmail.com> Subject: Re: Help with Code in Multiple Directories From: Paul Pluzhnikov To: Nirf 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-03/txt/msg00185.txt.bz2 Summary for the list: On Fri, Mar 27, 2009 at 8:33 AM, Paul Pluzhnikov wrote: > Did you build your program with debugging info (the '-g' GCC option) ? We discovered that this indeed was the cause: Nir added '-g' to CFLAGS, but neglected to do 'make clean' and only relinked his binary. -- Paul Pluzhnikov