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/init.h
|
9e98f15e9aee12e67cd5956d06ccb559f6a06213 |
|
19-Mar-2011 |
Lassi Tuura <lat@iki.fi> |
Fast back-trace for x86_64 for only collecting the call stack. Adds new function to perform a pure stack walk without unwinding, functionally similar to backtrace() but accelerated by an address attribute cache the caller maintains across calls.
/external/libunwind/src/x86/init.h
|
a9dce3c06e6ffcb83957e734d960505415118f00 |
|
25-Apr-2010 |
Lassi Tuura <lat@cern.ch> |
During the stack unwinding process, the return address points to the instruction after the call for a normal frame. libunwind uses IP-1 to lookup unwind information. However, this is not necessary for interrupted frames such as signal frames (or interrupt frames) in the kernel context. This patch handles both cases correctly. Based on work by Mark Wielaard <mwielaard@redhat.com>
/external/libunwind/src/x86/init.h
|
05c8284b438f1c123758057e029d13b61d404b40 |
|
15-Oct-2007 |
Andrew Cagney <cagney@redhat.com> |
[X86] 2007-10-10 Andrew Cagney <cagney@redhat.com> * src/x86/init.h (common_init): Fix typo: use UNW_X86_ESI for dwarf.loc[ESI]. Acked-by: Arun Sharma <aruns@google.com>
/external/libunwind/src/x86/init.h
|
cdb96f333c9528307afeeb02d7e37c9a72114f91 |
|
27-Jul-2006 |
Arun Sharma <aruns@sharma.corp.google.com> |
[x86] (common_init): Fix spurious errors caused by uninitialized members. Signed-off-by: Richard Henderson <rth@redhat.com> Signed-off-by: Arun Sharma <arun.sharma@google.com>
/external/libunwind/src/x86/init.h
|
bbe87ea403bb69ffbe721bfb59ca433b662bc8ba |
|
03-May-2005 |
mostang.com!davidm <mostang.com!davidm> |
(common_init): Don't forget to clear c->dwarf members args_size, ret_addr_column, pi_valid, and pi_is_dynamic. (Logical change 1.290)
/external/libunwind/src/x86/init.h
|
f226ffec686601e672bcc551b4fd8baef07816c3 |
|
09-Sep-2004 |
mostang.com!davidm <mostang.com!davidm> |
(common_init): Don't forget to initialize cursors sigcontext_format and sigcontext_addr members. (Logical change 1.263)
/external/libunwind/src/x86/init.h
|
468aaccf17a145c7275b469ddc2617c644619c21 |
|
20-Dec-2003 |
hp.com!davidm <hp.com!davidm> |
Switch over to DWARF-based unwinder. (Logical change 1.146)
/external/libunwind/src/x86/init.h
|
9f32da41c322bb8943ae37e3adb9547a3520b87f |
|
19-Dec-2002 |
mostang.com!davidm <mostang.com!davidm> |
Initial revision
/external/libunwind/src/x86/init.h
|
a85267d16bbb01ee8d6c5b23bde75ac4c23bf116 |
|
19-Dec-2002 |
mostang.com!davidm <mostang.com!davidm> |
(Logical change 1.32)
/external/libunwind/src/x86/init.h
|