Home
last modified time | relevance | path

Searched refs:unwinder (Results 1 – 25 of 26) sorted by relevance

12

/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp113 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame() local
114 if (unwinder) in CreateRegisterContextForFrame()
115 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp95 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame() local
96 if (unwinder) in CreateRegisterContextForFrame()
97 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp144 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame() local
145 if (unwinder) in CreateRegisterContextForFrame()
146 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
/external/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp53 Unwind *unwinder = GetUnwinder (); in ClearStackFrames() local
54 if (unwinder) in ClearStackFrames()
55 unwinder->Clear(); in ClearStackFrames()
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp185 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame() local
186 if (unwinder) in CreateRegisterContextForFrame()
187 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
/external/lldb/source/Target/
DStackFrameList.cpp264 Unwind *unwinder = m_thread.GetUnwinder (); in GetFramesUpTo() local
304 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc); in GetFramesUpTo()
332 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc); in GetFramesUpTo()
452 uint32_t num_frames = unwinder->GetFramesUpTo(end_idx); in GetFramesUpTo()
531 Unwind *unwinder = m_thread.GetUnwinder (); in GetFrameAtIndex() local
532 if (unwinder) in GetFrameAtIndex()
535 if (unwinder->GetFrameInfoAtIndex(idx, cfa, pc)) in GetFrameAtIndex()
DThread.cpp1623 Unwind *unwinder = GetUnwinder (); in ClearStackFrames() local
1624 if (unwinder) in ClearStackFrames()
1625 unwinder->Clear(); in ClearStackFrames()
/external/libunwind/doc/
DNOTES83 if the application needs to use the unwinder of the host. An
84 application wanting to use the unwinder for a different target (e.g.,
105 Note 2: The assumption is that a cross-unwinder can handle all
106 interesting flavors of a target. For example, the unwinder for the
Dunw_init_remote.tex37 unwinder itself is running. However, for local unwinding, it is
/external/libunwind/
DNEWS99 Along with this came a bunch of DWARF2 unwinder fixes.
166 ** Initial DWARF-based unwinder for x86.
168 There is a beginning for a DWARF-based unwinder for x86. Work for
169 x86-64-support based on this DWARF unwinder is currently underway
192 ** Bug-fix release. IA-64 unwinder can now be built with Intel compiler (ECC).
/external/valgrind/memcheck/tests/solaris/
Dscalar.vgtest6 # which confuses the Valgrind stack unwinder.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc39 "If available, use the fast frame-pointer-based unwinder on "
42 "If available, use the fast frame-pointer-based unwinder on fatal "
45 "If available, use the fast frame-pointer-based unwinder on "
/external/llvm/docs/
DExceptionHandling.rst217 C++ unwinder does not call object destructors when an unhandled exception
262 a *cleanup* clause. Otherwise, the unwinder will not stop at the landing pad if
268 cleanup. This can corrupt the internal state of the unwinder. Different
300 The unwinder delegates the decision of whether to stop in a call frame to that
302 that they will stop to perform cleanups. For example, the GNU C++ unwinder
DLexicon.rst143 generic unwinding mechanism. As the unwinder walks each frame, it calls
/external/libcxx/
DCMakeLists.txt70 option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
/external/libcxxabi/
DCMakeLists.txt117 option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
/external/libunwind/include/
Dlibunwind-common.h.in92 and is used to track the frame state as the unwinder steps from
/external/ltrace/
Dconfigure.ac246 AC_DEFINE([HAVE_UNWINDER], [1], [we have an unwinder available])
/external/elfutils/backends/
DChangeLog318 unwinder: s390 and s390x
329 unwinder: ppc and ppc64
/external/elfutils/libebl/
DChangeLog97 unwinder: s390 and s390x
109 unwinder: ppc and ppc64
/external/compiler-rt/lib/builtins/
DREADME.txt209 // __gcc_personality_v0() is normally only called by the system unwinder.
/external/elfutils/config/
Delfutils.spec.in319 Added unwinder with type Dwfl_Thread_Callbacks, opaque types
326 - stack: New utility that uses the new unwinder for processes and cores.
/external/elfutils/
DNEWS116 Added unwinder with type Dwfl_Thread_Callbacks, opaque types
125 stack: New utility that uses the new unwinder for processes and cores.
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt413 r6510 r6513 32 n-i-bz unwinder: DW_CFA_undefined
/external/elfutils/tests/
DChangeLog811 unwinder: s390 and s390x
831 unwinder: ppc

12