History log of /external/libunwind/src/x86/Gos-linux.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a188fbc855f1c7b8dde0513d440c4108a736102 30-Jan-2014 Elliott Hughes <enh@google.com> Switch x86 libunwind over to <sys/ucontext.h>.

Change-Id: I1f13e56b13bc912a2401015ea40091aafeac70a6
/external/libunwind/src/x86/Gos-linux.c
1c82a52129ceced9f271dd782057351275c38a41 01-Oct-2013 Christopher Ferris <cferris@google.com> Update external/libunwind to build in android.

Bug: 8410085

(cherry picked from commit efb75a0b84fed700173700a2e4fee153ba491b32)

Change-Id: I625f9e28a1c794cb066908e79f6c3a6a0ef759ec
/external/libunwind/src/x86/Gos-linux.c
8028a537dd936d02204605065eaabf52be148294 07-Mar-2013 dave lerner <dlerner@windriver.com> unw_is_signal_frame should return false/0 for bad addresses

access_mem() could fail and return a non-zero value, which callers
interpret as boolean true.

Signed-off-by: Dave Lerner <dave.lerner@windriver.com>
/external/libunwind/src/x86/Gos-linux.c
5a70fab4513e7215cc0a94b40905d5a2279be9bb 15-Apr-2010 Arun Sharma <aruns@google.com> Fix compiler warnings on x86 Linux
/external/libunwind/src/x86/Gos-linux.c
eb8857a324ba9d2c721351ab57e62e47d153909f 12-Apr-2010 Giuseppe Scrivano <gscrivano@gnu.org> Silence a compiler warning
/external/libunwind/src/x86/Gos-linux.c
d1676f192e687ba220c655789f3a53bcbd20c52e 08-Apr-2010 Arun Sharma <aruns@google.com> Fix warnings on 32 bit x86
/external/libunwind/src/x86/Gos-linux.c
caa6095aec43541bdbca1ad58d6f65b3de53a1ef 08-Apr-2010 Arun Sharma <aruns@google.com> Fix compile errors on Linux
/external/libunwind/src/x86/Gos-linux.c
979af4502fe19b0d98459633731d004a4a010a0e 05-Apr-2010 Konstantin Belousov <kostik@pooma.home> Move local_resume to os-specific file.
/external/libunwind/src/x86/Gos-linux.c
0dbeeeb08dc9a7e46281954e9225a84d4629a3db 05-Apr-2010 Konstantin Belousov <kostik@pooma.home> Move uc_addr to os-specific file
/external/libunwind/src/x86/Gos-linux.c
79d012348df333f191fcb10789dad12b655f2baa 05-Apr-2010 Konstantin Belousov <kostik@pooma.home> Move get_scratch_loc() to os-specific file.
/external/libunwind/src/x86/Gos-linux.c
8e53e62db913470952b8eb541834b876f7a6882c 05-Apr-2010 Arun Sharma <aruns@google.com> Refactor os specific code for x86 (both 32 and 64 bit).

Move Linux specific code into ${arch}/Gos-linux.c
/external/libunwind/src/x86/Gos-linux.c