Skip to main content

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

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

-- 
Anthony Green <green@xxxxxxxxxx>
Red Hat, Inc.



Back to the top