On Wed, Apr 24, 2013 at 4:06 PM, Vamshi Krishna Ramaka < [email protected]> wrote:
> Hi Everyone, > > I am trying to build the library, so that it will run on a mips-linux > system and will try to unwind for a remote x86_64-freebsd target. I am > getting the following error : Don't think anyone has done cross OS unwinding. You'll need to implement your own tdep_get_elf_image() that perhaps trawls through the remote address space via unw_addr_space_t. Parts of these patches may be relevant: http://lists.gnu.org/archive/html/libunwind-devel/2008-01/msg00024.html -Arun
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
