This revision was automatically updated to reflect the committed changes.
vsk marked an inline comment as done.
Closed by commit rG4805c817c3fa: StopInfo/Mach: Delete PPC support (authored by
vsk).
Herald added a project: LLDB.
Changed prior to commit:
https://reviews.llvm.org/D68661?vs=223924&
jingham added a comment.
Yes, I don't think we need to support this anymore.
Comment at: lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp:387
case 1: // EXC_BAD_ACCESS
break;
Might as well remove this break too.
CHANGES SINCE LAST ACTIO
vsk created this revision.
vsk added reviewers: jingham, jasonmolenda, JDevlieghere.
LLDB appears to have at least partial support for PPC, but PPC on Mach isn't a
thing AFAIK.
https://reviews.llvm.org/D68661
Files:
lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
Index: lldb/s