[Lldb-commits] [PATCH] D68661: StopInfo/Mach: Delete PPC support
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 13:14:59 PDT 2019
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 ACTION
https://reviews.llvm.org/D68661/new/
https://reviews.llvm.org/D68661
More information about the lldb-commits
mailing list