reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
   58   return m_unwinder_up->CreateRegisterContextForFrame(frame);
tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
   68       reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame);
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  234       reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame);
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  315       reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame);
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
   88       reg_ctx_sp = unwinder->CreateRegisterContextForFrame(frame);
tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
  112     reg_ctx_sp = m_unwinder_up->CreateRegisterContextForFrame(frame);