/external/lldb/source/Plugins/Process/mach-core/ |
D | ThreadMachCore.cpp | 113 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/ |
D | ThreadMemory.cpp | 95 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/ |
D | ThreadKDP.cpp | 144 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/ |
D | ThreadElfCore.cpp | 53 Unwind *unwinder = GetUnwinder (); in ClearStackFrames() local 54 if (unwinder) in ClearStackFrames() 55 unwinder->Clear(); in ClearStackFrames()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ThreadGDBRemote.cpp | 185 Unwind *unwinder = GetUnwinder (); in CreateRegisterContextForFrame() local 186 if (unwinder) in CreateRegisterContextForFrame() 187 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame); in CreateRegisterContextForFrame()
|
/external/lldb/source/Target/ |
D | StackFrameList.cpp | 264 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()
|
D | Thread.cpp | 1623 Unwind *unwinder = GetUnwinder (); in ClearStackFrames() local 1624 if (unwinder) in ClearStackFrames() 1625 unwinder->Clear(); in ClearStackFrames()
|
/external/libunwind/doc/ |
D | NOTES | 83 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
|
D | unw_init_remote.tex | 37 unwinder itself is running. However, for local unwinding, it is
|
/external/libunwind/ |
D | NEWS | 99 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/ |
D | scalar.vgtest | 6 # which confuses the Valgrind stack unwinder.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 39 "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/ |
D | ExceptionHandling.rst | 217 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
|
D | Lexicon.rst | 143 generic unwinding mechanism. As the unwinder walks each frame, it calls
|
/external/libcxx/ |
D | CMakeLists.txt | 70 option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
|
/external/libcxxabi/ |
D | CMakeLists.txt | 117 option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
|
/external/libunwind/include/ |
D | libunwind-common.h.in | 92 and is used to track the frame state as the unwinder steps from
|
/external/ltrace/ |
D | configure.ac | 246 AC_DEFINE([HAVE_UNWINDER], [1], [we have an unwinder available])
|
/external/elfutils/backends/ |
D | ChangeLog | 318 unwinder: s390 and s390x 329 unwinder: ppc and ppc64
|
/external/elfutils/libebl/ |
D | ChangeLog | 97 unwinder: s390 and s390x 109 unwinder: ppc and ppc64
|
/external/compiler-rt/lib/builtins/ |
D | README.txt | 209 // __gcc_personality_v0() is normally only called by the system unwinder.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 319 Added unwinder with type Dwfl_Thread_Callbacks, opaque types 326 - stack: New utility that uses the new unwinder for processes and cores.
|
/external/elfutils/ |
D | NEWS | 116 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/ |
D | 3_2_BUGSTATUS.txt | 413 r6510 r6513 32 n-i-bz unwinder: DW_CFA_undefined
|
/external/elfutils/tests/ |
D | ChangeLog | 811 unwinder: s390 and s390x 831 unwinder: ppc
|