This is the mail archive of the gdb-patches@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: Add arm-symbianelf support.


On Thursday 25 February 2010 20:10:15, Daniel Jacobowitz wrote:
> On Thu, Feb 25, 2010 at 08:06:50PM +0000, Pedro Alves wrote:
> > This patch of Daniel's adds basic support for arm-symbianelf
> > to gdb.
> > 
> > Daniel, do you think the arm_symbian_osabi_sniffer is
> > still sufficiently tight to not cause problems in
> > --enable-target=all builds?  Otherwise, this looks
> > good to me.  :-)
> 
> Yes, I think this is still safe.  It's not obvious from the commands,
> but the key is ET_DYN with the program headers not mapped; ET_EXEC
> without mapped headers is common (bare metal applications are usually
> like this).

Thanks.  I've applied the patch then.

> I wish there were a better marker.  Maybe there is nowadays?

I don't see one, but I'll keep an eye out for it.

-- 
Pedro Alves


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