History log of /external/libunwind/src/coredump/_UCD_access_reg_linux.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac6c0a6535975f1dc2da6e4e2766614baac2a14a 11-May-2013 Yvan Roux <yvan.roux@linaro.org> [PATCH] AArch64 port.
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
8d5b1aeeffb80515197fd7aeee0b3fbfac904ecd 16-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> SuperH port

Add support for the 32bit SuperH architecture running Linux.
Specifically, support is added for SH4, and support for earlier SH
versions and to the 64bit SH5 are left out. This was tested in qemu with
a little-endian SH4 debian image & GCC 4.7 cross compiler.
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
79c2c254a74ca850aefe2c49b973dea1fa2934c2 06-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> MIPS coredump support

Add MIPS support to the coredump library. Explicit support for the MIPS
program counter register is added so that we can start backtracing from
the program counter value we read from a core dump. The PC register
support was not strictly required for local backtracing, and we will in
fact just plug the return address to the PC register in getcontext().

I have only tested the 32bit "OABI" paths.
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
21ad2c19ea575b4485121e9f824609fe6e4f3be9 15-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Implement _UCD_access_reg() for ARM

Implement the Linux version of _UCD_access_reg() for ARM. We can
sidestep the register number remapping, as the libunwind register
numbers match one-to-one to the ELF core file register numbers.
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
7e5cab6dacfaead42c483ba9cb2dc202bde703b5 15-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Add missing newline to debug message in _UCD_access_reg_linux.c
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
e61c6f69c30d85584ece5250b8b82b03898384f5 15-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Fix function name duplication in Debug() output

Fix function name duplication in Debug() output that was caused by
manually prepending the debug message with the function name.
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
adbeb79155e703101eaf747f30e101788cfa7004 23-Mar-2012 Alexander Larsson <alexl@redhat.com> Fix build with --enable-debug

This just fixes a typo
/external/libunwind/src/coredump/_UCD_access_reg_linux.c
dc9be1a97a7712b36533a9c362ecc3e6492fbc9b 13-Mar-2012 Kostik Belousov <kostik@sirion> Implement register read for FreeBSD coredumps.
Rename _UCD_access_reg.c to _UCD_access_reg_linux.c, to have
per-OS coredump register reader.
/external/libunwind/src/coredump/_UCD_access_reg_linux.c