This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: Try to include libunwind-ia64.h in libunwind-frame.h
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