HomeSort by relevance Sort by last modified time
    Searched refs:unwinder (Results 1 - 10 of 10) sorted by null

  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.cpp 113 Unwind *unwinder = GetUnwinder (); local
114 if (unwinder)
115 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.cpp 95 Unwind *unwinder = GetUnwinder (); local
96 if (unwinder)
97 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp 144 Unwind *unwinder = GetUnwinder (); local
145 if (unwinder)
146 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
  /external/lldb/source/Plugins/Process/elf-core/
ThreadElfCore.cpp 53 Unwind *unwinder = GetUnwinder (); local
54 if (unwinder)
55 unwinder->Clear();
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 185 Unwind *unwinder = GetUnwinder (); local
186 if (unwinder)
187 reg_ctx_sp = unwinder->CreateRegisterContextForFrame (frame);
  /bionic/libc/arch-arm/bionic/
__bionic_clone.S 63 # Setting lr to 0 will make the unwinder stop at __start_thread
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 10 # __cxa_type_match needed by unwinder in libgcc.a. Unfortunately both are built
  /external/lldb/source/Target/
StackFrameList.cpp 264 Unwind *unwinder = m_thread.GetUnwinder ();
304 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc);
306 // But if the unwinder can't make one, lets make one by hand with the
332 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc);
452 uint32_t num_frames = unwinder->GetFramesUpTo(end_idx);
531 Unwind *unwinder = m_thread.GetUnwinder (); local
532 if (unwinder)
535 if (unwinder->GetFrameInfoAtIndex(idx, cfa, pc))
    [all...]
Thread.cpp 1623 Unwind *unwinder = GetUnwinder (); local
    [all...]
  /external/libunwind/doc/
unw_init_remote.tex 37 unwinder itself is running. However, for local unwinding, it is

Completed in 178 milliseconds