Skip to content

Commit

Permalink
[lldb] Delete UnwindMacOSXFrameBackchain
Browse files Browse the repository at this point in the history
Summary:
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.

Reviewers: jasonmolenda, JDevlieghere, xiaobai

Subscribers: jyknight, mgorny, krytarowski, fedor.sergeev, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D75680
  • Loading branch information
labath committed Mar 6, 2020
1 parent 45e2c6d commit 71c1c18
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 549 deletions.
2 changes: 0 additions & 2 deletions lldb/source/Plugins/Process/Utility/CMakeLists.txt
Expand Up @@ -27,7 +27,6 @@ add_lldb_library(lldbPluginProcessUtility
RegisterContextLinux_mips.cpp
RegisterContextLinux_s390x.cpp
RegisterContextLLDB.cpp
RegisterContextMacOSXFrameBackchain.cpp
RegisterContextMach_arm.cpp
RegisterContextMach_i386.cpp
RegisterContextMach_x86_64.cpp
Expand All @@ -52,7 +51,6 @@ add_lldb_library(lldbPluginProcessUtility
StopInfoMachException.cpp
ThreadMemory.cpp
UnwindLLDB.cpp
UnwindMacOSXFrameBackchain.cpp

LINK_LIBS
lldbBreakpoint
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 71c1c18

Please sign in to comment.