[Lldb-commits] [PATCH] D92452: [lldb] Treat remote macOS debugging like any other remote darwin platform
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 1 20:22:46 PST 2020
jasonmolenda added a comment.
Looks good overall, nice test.
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp:152
+ } else if (idx == m_num_arm_arches + 3) {
+ arch.SetTriple("arm64e-apple-ios");
+ return true;
----------------
wouldn't these be a `remote-ios` platform? Is this to handle iOS apps running on an Apple Silicon macOS system?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92452/new/
https://reviews.llvm.org/D92452
More information about the lldb-commits
mailing list