RFA: Try to include libunwind-ia64.h in libunwind-frame.h

Jan Kratochvil jan.kratochvil@redhat.com
Wed Feb 22 14:52:00 GMT 2012


On Wed, 22 Feb 2012 08:44:18 +0100, Tristan Gingold wrote:
> From what I understand, libunwind doesn't handle endianness, so I think the
> cross support is somewhat weak.

gdb/ia64-tdep.c
ia64_access_mem (unw_addr_space_t as,
                 unw_word_t addr, unw_word_t *val,
                 int write, void *arg)
  /* XXX do we need to normalize byte-order here?  */

I think so, it is always called for one unw_word_t.  But I do not know more
about it.


Regards,
Jan



More information about the Gdb-patches mailing list