On 12/11/2013 8:06 PM, Brian wrote:
> Likewise. Most of our Android app build servers are Macs, so we'd
> like to run a Mac version of dump_syms that would generate sym files
> as part of the build output.
>
> If this cannot be provided in the source repository, what would we
> need to do to enable on our own branch?
This isn't something anyone at Google or Mozilla is likely to fix, since
we don't have a need for it. It's probably not a really hard problem,
you may be able to coerce things to try to build by configuring with
--enable-tools on a Mac. Things are likely to blow up, but you only
really have to fix the compilation of dump_syms. I don't believe it does
anything too fancy, most of the DWARF-parsing code is built for Mac as well.
If you get it working we'd take a patch.
-Ted