From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20265 invoked by alias); 29 Jan 2007 13:51:07 -0000 Received: (qmail 20252 invoked by uid 22791); 29 Jan 2007 13:51:05 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.189) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Jan 2007 13:50:59 +0000 Received: by nf-out-0910.google.com with SMTP id n28so1869371nfc for ; Mon, 29 Jan 2007 05:50:57 -0800 (PST) Received: by 10.48.217.11 with SMTP id p11mr9102473nfg.1170078656780; Mon, 29 Jan 2007 05:50:56 -0800 (PST) Received: by 10.49.69.8 with HTTP; Mon, 29 Jan 2007 05:50:56 -0800 (PST) Message-ID: Date: Mon, 29 Jan 2007 13:51:00 -0000 From: "Rohit Arul Raj" To: gdb@sourceware.org Subject: Finding Entry symbol MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2007-01/txt/msg00344.txt.bz2 Hi all, I am working with GCC 4.1.1 and GDB Version 5.2.1 for a private target. I need to find the root entry point from the given binary file (elf format). Any help regarding this? Regards, Rohit