Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] objdump/addr2line problems

The Bugzilla entry for this is at:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=27936

 Cheers //Johan

Anthony Green wrote:
Hello,

EditorUtility.getStorage(IBinary) currently uses "objdump" to extract
info from a binary image.  This is really only guaranteed to work for
native binaries.  Many people using cross tools prefix the binutils
names with something related to their target (for instance,
mips-elf-objdump).  There's a similar problem for addr2line, and perhaps
elsewhere.

Is anybody working on this problem?

AG




Back to the top