Re: libdwarf available?

2006-07-11 Thread Brian Ford
to examine the Dwarf from ewxecutable formats that support it. These are UNIX ELF binaries. I've not done this in this way for cross debugging. What exact functionality and licensing do you need here. Can gdb and binutils be used? Is there a precompiled package for libelf and libdwarf available

Re: libdwarf available?

2006-07-11 Thread David Greene
Dave Korn wrote: What kind of UNIX ELF binaries? Have you tried binutils? I'm not sure what you mean. Standard ELF executables with Dwarf information. binutils won't work for me because this code is integrated into larger tools that need the information.

Re: libdwarf available?

2006-07-11 Thread David Greene
Brian Ford wrote: I've not done this in this way for cross debugging. What exact functionality and licensing do you need here. Can gdb and binutils be used? No, that won't work for us. The code is part of a larger set of tools to do, for example, execution tracing in a simulation

libdwarf available?

2006-07-10 Thread David Greene
from ewxecutable formats that support it. These are UNIX ELF binaries. Is there a precompiled package for libelf and libdwarf available? If not, does anyone have any experience building these for cygwin? Thanks. -Dave -- Unsubscribe info: http://cygwin.com/ml

RE: libdwarf available?

2006-07-10 Thread Dave Korn
On 10 July 2006 23:24, David Greene wrote: I'd like to use these libraries to examine executables produced for non-Windows systems. That is, I need to create a tool to examine the Dwarf from ewxecutable formats that support it. These are UNIX ELF binaries. What kind of UNIX ELF binaries?