[Lldb-commits] [PATCH] D115001: Simplify logic to identify dyld_sim in Simulator debugging on macos
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 2 17:40:43 PST 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
We will have gotten the full triple from debugserver by the time we get here, so we'll know the Simulator bit, and we get the os_type for dyld_sim from the mach-o header, which has to be right for other (swift) reasons. So this seems like a solid way to determine which dyld we should use.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115001/new/
https://reviews.llvm.org/D115001
More information about the lldb-commits
mailing list