[Lldb-commits] [PATCH] D50155: Delete MacOSXFrameBackchain unwind logic (NFC)

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 1 12:56:05 PDT 2018


vsk created this revision.
vsk added reviewers: aprantl, jasonmolenda.
Herald added subscribers: chrib, krytarowski, mgorny, srhines.

This code looks like a good reference for building a new unwinder, but
is currently unused, so there's no need to keep it.


https://reviews.llvm.org/D50155

Files:
  lldb/lldb.xcodeproj/project.pbxproj
  lldb/source/Plugins/Process/Utility/CMakeLists.txt
  lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
  lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
  lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
  lldb/source/Target/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50155.158607.patch
Type: text/x-patch
Size: 29266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180801/a8928b95/attachment-0001.bin>


More information about the lldb-commits mailing list