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: Break at address on darwin


On Wednesday 03 August 2011 14:45:11, Ben L. Titzer wrote:

> Yes, 0x1000 is where the program loads its first text page, which is
> mapped to file offset 0. 0x01114 happens to be the entrypoint
> instruction. 0x01148 is the address of the first function it calls,
> which you can see from the assembly listing.

Okay.  I know close to nothing about Darwin.  Apple
have their own heavilly modified version of gdb, forked from
the FSF tree eons ago, so as Tristan said, you need to contact
them.  Or try current FSF gdb.

-- 
Pedro Alves


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