[Lldb-commits] [PATCH] D75680: [lldb] Delete UnwindMacOSXFrameBackchain

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 5 06:35:43 PST 2020


labath created this revision.
labath added reviewers: jasonmolenda, JDevlieghere, xiaobai.
Herald added subscribers: fedor.sergeev, krytarowski, mgorny, jyknight.
Herald added a project: LLDB.

It isn't used anywhere (except on imaginary triples like
sparc-apple-ios) and it also violates plugin separation.

This patch deletes it and declares UnwindLLDB to be _the_ lldb unwinder.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75680

Files:
  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: D75680.248462.patch
Type: text/x-patch
Size: 20840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200305/038df614/attachment-0001.bin>


More information about the lldb-commits mailing list