From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10507 invoked by alias); 14 Jul 2004 17:40:19 -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 10500 invoked from network); 14 Jul 2004 17:40:19 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sourceware.org with SMTP; 14 Jul 2004 17:40:19 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bknju-0002Hl-00; Wed, 14 Jul 2004 13:40:18 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 2C7024B104; Wed, 14 Jul 2004 13:40:18 -0400 (EDT) To: gdb@sources.redhat.com, mukeshgct@hotpop.com Subject: Re: (gdb) list Can't find a default source file Message-Id: <20040714174018.2C7024B104@berman.michael-chastain.com> Date: Wed, 14 Jul 2004 17:47:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00138.txt.bz2 You have to link your executable program with the same flags that you compiled it with, including the -g flag. Also, wdb is based on an old version of gdb. If your problem is not easily solved, you may have to contact HP for support rather than us. Michael C GDB QA Guy