From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27889 invoked by alias); 14 Jul 2004 11:27:42 -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 27882 invoked from network); 14 Jul 2004 11:27:41 -0000 Received: from unknown (HELO snickers.hotpop.com) (38.113.3.51) by sourceware.org with SMTP; 14 Jul 2004 11:27:41 -0000 Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by snickers.hotpop.com (Postfix) with SMTP id 0DEA071A4C for ; Wed, 14 Jul 2004 10:18:41 +0000 (UTC) Received: from munco (unknown [203.193.157.82]) by smtp-1.hotpop.com (Postfix) with SMTP id 3E5F51A01BB for ; Wed, 14 Jul 2004 10:18:37 +0000 (UTC) Message-ID: <0c5001c46995$7a075140$2b0110ac@munco> From: "murugesan" To: References: <20040714090214.49090.qmail@web90108.mail.scd.yahoo.com> Subject: (gdb) list Can't find a default source file Date: Wed, 14 Jul 2004 12:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- X-SW-Source: 2004-07/txt/msg00133.txt.bz2 Hello all, I am using HP-UX 11.23 PA-RISC ( wdb 4.5 ) when I execute #gdb sample-client (gdb) b main Breakpoint 1 at 0x4000000000004680 (gdb) n Single stepping until exit from function main, which has no line number information. 0x4000000000004720 in main+0xb8 () (gdb) list Can't find a default source file I have compiled the program sample-client.c with -g option . The source file and the object file are in the current directory How can I resolve this issue ? Thanks in advance, Murugesan