From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3880 invoked by alias); 1 Jun 2009 12:24:53 -0000 Received: (qmail 3868 invoked by uid 22791); 1 Jun 2009 12:24:52 -0000 X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Jun 2009 12:24:48 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MB6ZK-0005gT-UU for gdb@sourceware.org; Mon, 01 Jun 2009 05:24:46 -0700 Message-ID: <23814190.post@talk.nabble.com> Date: Mon, 01 Jun 2009 12:24:00 -0000 From: maybedoo To: gdb@sourceware.org Subject: Elf debugging MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/msg00002.txt.bz2 Hi, I want to debug an elf binary. Compiling with the debugging symbols works fine, but when I'm connected with gdb, after loading it, it can't find my source files. I've set the path to the src with "directory" but the same. How can I find out what files are loaded and how can I load my file I need for a breakpoint? Regards, May -- View this message in context: http://www.nabble.com/Elf-debugging-tp23814190p23814190.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.