This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Finding Entry symbol


On Mon, Jan 29, 2007 at 07:20:56PM +0530, Rohit Arul Raj wrote:
> 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?

Search for bfd_get_start_address.  I highly recommend you not use that
old of a GDB version for any new work, though.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]