History log of /external/libunwind/src/x86/Gstep.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a5223fc1f073d7738bbccb843297f128f444dd8 12-Mar-2014 Christopher Ferris <cferris@google.com> Modify the x86 step cut off.

The current cut off stops if the ip of the current step matches the
previous step. This cuts off recursive functions improperly, so change
it to stop when cfa and ip are the same as the previous frame.

Change-Id: I0be6ed8694d7d4aabc2087bd700310c907f5c047
/external/libunwind/src/x86/Gstep.c
9dee3d2dd2d6913aeefe8c3417a494ab1dcfdaf5 07-Jan-2014 Christopher Ferris <cferris@google.com> Stop unwinding when seeing a repeated ip on x86.

Change-Id: I4141bd57eb8240d8ad5db4b77496f096666439ae
/external/libunwind/src/x86/Gstep.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/Gstep.c
f10f8519164c472ee9392f7f037cfd56ba821d53 11-Apr-2010 Konstantin Belousov <kostik@pooma.home> Add slightly more debug output
/external/libunwind/src/x86/Gstep.c
aeee03dd7429ebfe8ff5a5b16abe646cef52534d 05-Apr-2010 Konstantin Belousov <kostik@pooma.home> Reduce diffs to master
/external/libunwind/src/x86/Gstep.c
fd88f418184b82ea5dc191e16ae9f3705c865f68 05-Apr-2010 Konstantin Belousov <kostik@pooma.home> Merge remote branch 'origin/master' into freebsd

Conflicts:
src/x86/Gis_signal_frame.c
src/x86/Gstep.c
src/x86_64/Gis_signal_frame.c
src/x86_64/Gstep.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/Gstep.c
e51429280bd0238b1486a391eaca838944391ac7 13-Mar-2010 Konstantin Belousov <kostik@pooma.home> Handle error return from is_signal_frame
/external/libunwind/src/x86/Gstep.c
e9cd30040e2794ee586ff853b360b47881824fda 13-Mar-2010 Konstantin Belousov <kostik@pooma.home> Move x86 porting further.
/external/libunwind/src/x86/Gstep.c
ff0ae70cc3c3c1498724deed519cd18dde6c1e80 16-Mar-2009 Arun Sharma <aruns@google.com> Bad pointer validation for 32 bit x86.

This corresponds to commit 649f1fb3449a65dd0626a709432d8b02a7c56bbc.

Signed-off-by: Paul Pluzhnikov <ppluzhnikov@google.com>
/external/libunwind/src/x86/Gstep.c
fa0828ac7d77fd2c4ba3c94c42d66565f379512a 03-May-2005 mostang.com!davidm <mostang.com!davidm> (unw_step): Also print IP as part of the function-trace.

2004/11/23 12:49:54-08:00 mostang.com!davidm
(unw_step): If dwarf_step() fails on a signal-frame, fill in the
save-locations for everything that gets saved in the
sigcontext structure.

2004/10/25 17:43:57+02:00 homeip.net!davidm
Add Debug statement for return-value.

(Logical change 1.290)
/external/libunwind/src/x86/Gstep.c
f576cce7480d6acee537cecfeb5530187e50f785 26-Aug-2004 hp.com!davidm <hp.com!davidm> Drop debug-level for function-trace to 1.

(Logical change 1.257)
/external/libunwind/src/x86/Gstep.c
5742642c24b1e84aeed7d4dee7375928d7909591 19-Aug-2004 homeip.net!davidm <homeip.net!davidm> (unw_step): Drop extra 'x' from Debug statement.

(Logical change 1.248)
/external/libunwind/src/x86/Gstep.c
3dab98edbc97479f913275ca3ff00c66726401fa 17-Aug-2004 homeip.net!davidm <homeip.net!davidm> Rename: src/x86/Gstep-x86.c -> src/x86/Gstep.c

(Logical change 1.241)
/external/libunwind/src/x86/Gstep.c
3f9d2e9c5c1cfde324c08204259b65f74b2746a1 17-Aug-2004 homeip.net!davidm <homeip.net!davidm> Initial revision
/external/libunwind/src/x86/Gstep.c