/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/chromium_org/tools/lsan/ |
D | suppressions.txt | 29 # The NSS suppressions above will not fire when the fast stack unwinder is used,
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 209 C++ unwinder does not call object destructors when an unhandled exception 254 a *cleanup* clause. Otherwise, the unwinder will not stop at the landing pad if 260 cleanup. This can corrupt the internal state of the unwinder. Different 292 The unwinder delegates the decision of whether to stop in a call frame to that 294 that they will stop to perform cleanups. For example, the GNU C++ unwinder
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | INSTALL | 13 The glibc built-in stack-unwinder on 64-bit systems has some problems 16 they invoke the stack unwinder. The built-in stack unwinder may call 54 to use the built-in stack unwinder. The built-in stack unwinder 62 built-in perftools stack unwinder by passing the
|
D | ChangeLog | 557 * Make libunwind the default stack unwinder for x86-64 (aruns)
|
/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/compiler-rt/lib/builtins/ |
D | README.txt | 209 // __gcc_personality_v0() is normally only called by the system unwinder.
|
/external/valgrind/main/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 413 r6510 r6513 32 n-i-bz unwinder: DW_CFA_undefined
|