/external/libunwind/tests/ |
H A D | run-coredump-unwind-mdi | 8 ./run-coredump-unwind -minidebuginfo
|
H A D | run-coredump-unwind | 53 ./test-coredump-unwind $COREFILE -testcase `cat $TEMPDIR/backing_files`
|
/external/elfutils/libebl/ |
H A D | eblunwind.c | 41 if (ebl->unwind == NULL) 43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
|
/external/libunwind/src/ia64/ |
H A D | dyn_info_list.S | 4 * Create a special unwind-table entry which makes it easy for an 7 * the first in the unwind-table. 19 .section .IA_64.unwind, "a", "progbits"
|
/external/llvm/test/MC/COFF/ |
H A D | seh-align3.s | 1 // This test checks the alignment and padding of the unwind info. 65 // Generates two unwind codes. 66 // Requires no padding of the unwind code array. 74 .seh_handler __C_specific_handler, @except, @unwind
|
/external/libunwind_llvm/test/ |
H A D | libunwind_02.pass.cpp | 3 #include <unwind.h>
|
/external/libunwind/ |
H A D | Android.mk | 267 src/unwind/BacktraceWrapper.c \ 268 src/unwind/DeleteException.c \ 269 src/unwind/FindEnclosingFunction.c \ 270 src/unwind/ForcedUnwind.c \ 271 src/unwind/GetBSP.c \ 272 src/unwind/GetCFA.c \ 273 src/unwind/GetDataRelBase.c \ 274 src/unwind/GetGR.c \ 275 src/unwind/GetIP.c \ 276 src/unwind/GetIPInf [all...] |
/external/libunwind_llvm/src/ |
H A D | Unwind-EHABI.h | 19 #include <unwind.h> 21 // Unable to unwind in the ARM index table (section 5 EHABI).
|
H A D | libunwind_ext.h | 18 #include <unwind.h>
|
/external/llvm/test/MC/ELF/ |
H A D | section.s | 106 .section .eh_frame,"a",@unwind
|
/external/lldb/source/API/ |
H A D | SBExpressionOptions.cpp | 63 SBExpressionOptions::SetUnwindOnError (bool unwind) argument 65 m_opaque_ap->SetUnwindOnError (unwind);
|
/external/llvm/test/MC/X86/ |
H A D | compact-unwind.s | 1 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -unwind-info - | FileCheck %s 6 # Check that we emit compact-unwind info with UNWIND_X86_MODE_STACK_IND encoding 37 # Check that we emit compact-unwind info with UNWIND_X86_MODE_STACK_IMMD encoding
|
/external/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 28 (e.g., due to lack of unwind information), the \Var{start\_ip} 32 cannot be determined (e.g., due to lack of unwind information), 52 \item[\Type{int} \Var{format}] The format of the unwind-info for this 53 procedure. If the unwind-info consists of dynamic procedure info, 55 unwind-info consists of a (target-specific) unwind table, it is 62 \item[\Type{int} \Var{unwind\_info\_size}] The size of the unwind-info 68 \item[\Type{void~*}\Var{unwind\_info}] The pointer to the unwind [all...] |
H A D | _U_dyn_cancel.tex | 8 \begin{Name}{3}{\_U\_dyn\_cancel}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_cancel}\_U\_dyn\_cancel -- cancel unwind-info for dynamically generated code 20 unwind-info for a dynamically generated procedure. Argument \Var{di} 22 describes the procedure's unwind-info.
|
H A D | _U_dyn_register.tex | 8 \begin{Name}{3}{\_U\_dyn\_register}{David Mosberger-Tang}{Programming Library}{\_U\_dyn\_register}\_U\_dyn\_register -- register unwind-info for dynamically generated code 19 The \Func{\_U\_dyn\_register}() routine registers unwind-info for a 20 dynamically generated procedure. The procedure's unwind-info is
|
H A D | libunwind-setjmp.tex | 25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based 28 the same name. The main advantage of using the \Prog{unwind-setjmp} 39 \Prog{unwind-setjmp} library is beneficial primarily in applications 47 correct unwind information. On newer platforms, this is rarely an 50 unwound during a \Func{longjmp}() have correct unwind information 52 \Opt{-funwind-tables}, to request the generation of unwind 66 \item[\Opt{-l}\File{unwind-setjmp}] The library an application should
|
H A D | libunwind.tex | 8 \begin{Name}{3}{libunwind}{David Mosberger-Tang}{Programming Library}{Introduction to libunwind}libunwind -- a (mostly) platform-independent unwind API 68 you want to unwind the stack while executing in some function 71 initialize an \emph{unwind~cursor} based on this snapshot. This is 74 current activation of function \Func{F}(). The unwind cursor can then 83 While it is not possible to directly move the unwind cursor in the 85 achieved by making copies of an unwind cursor. For example, a program 97 Given an unwind cursor, it is possible to read and write the CPU 105 during an unwind operation. Normally, this state consists of the 118 Besides just moving the unwind cursor and reading/writing saved 139 the program (normally \Opt{-l}\File{unwind}) [all...] |
H A D | unw_step.tex | 19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to 39 unwind-info needed to complete the operation. 40 \item[\Const{UNW\_EBADVERSION}] The unwind-info needed to complete the
|
H A D | libunwind-dynamic.tex | 8 \begin{Name}{3}{libunwind-dynamic}{David Mosberger-Tang}{Programming Library}{Introduction to dynamic unwind-info}libunwind-dynamic -- libunwind-support for runtime-generated code 23 emitting \emph{unwind-info} which provides the minimum amount of 26 generator must use the dynamic unwind-info interface provided by 38 into code for which the default unwind-conventions apply and for such 39 code, it is not strictly necessary to register dynamic unwind-info. 58 reason, the dynamic unwind-info interface of \Prog{libunwind} makes no 62 by the dynamic unwind-info is the point at which the stack-pointer 86 A runtime code-generator registers the dynamic unwind-info of a 107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info. 112 structure for every possible unwind [all...] |
/external/elfutils/backends/ |
H A D | s390_init.c | 72 HOOK (eh, unwind);
|
/external/libcxxabi/test/ |
H A D | backtrace_test.pass.cpp | 11 #include <unwind.h> 57 // Different platforms (and different runtimes) will unwind a different number 60 assert(throw_ntraced == nothrow_ntraced); // Make sure we unwind through catch
|
/external/lldb/include/lldb/API/ |
H A D | SBExpressionOptions.h | 42 SetUnwindOnError (bool unwind = true);
|
/external/lldb/scripts/Python/interface/ |
H A D | SBExpressionOptions.i | 39 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError; 42 SetUnwindOnError (bool unwind = true);
|
/external/clang/lib/Headers/ |
H A D | unwind.h | 1 /*===---- unwind.h - Stack unwinding ----------------------------------------=== 29 #if defined(__APPLE__) && __has_include_next(<unwind.h>) 30 /* Darwin (from 11.x on) provide an unwind.h. If that's available, 37 // libunwind's unwind.h reflects the current visibility. However, Mozilla 38 // builds with -fvisibility=hidden and relies on gcc's unwind.h to reset the 44 # include_next <unwind.h> 47 # include_next <unwind.h>
|
/external/llvm/test/MC/ARM/ |
H A D | eh-directive-save.s | 7 @ stack. There are 4 different unwind opcodes: 90 @ The assembler should emit 0xB000 unwind opcode. 147 @ The assembler should emit 0xA0 unwind opcode. 203 @ The assembler should emit 0xA8 unwind opcode. 289 @ The assembler should emit 0x8000 unwind opcode. 333 @ Check the order of unwind opcode to pop registers.
|