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, 2007-01-29 at 09:11 -0500, Daniel Jacobowitz wrote:
> 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.

Especially with GCC 4.1.1 -- aren't there conflicts over dwarf entries?



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