[all-commits] [llvm/llvm-project] 59d816: Correctly identify iOS simulator processes in debu...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri Mar 6 09:43:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 59d816d88464e93a89e0d9c80c8855ab1f453541
https://github.com/llvm/llvm-project/commit/59d816d88464e93a89e0d9c80c8855ab1f453541
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
A lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
M lldb/test/API/functionalities/gdb_remote_client/TestWasm.py
M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
Log Message:
-----------
Correctly identify iOS simulator processes in debugserver.
Starting with iOS 13 simulator binaries are identified with an
explicit platform in the new LC_BUILD_VERSION load command.
On older deployment targets using the LC_VERSION_MIN load commands,
this patch detects when an ios process runs on a macOS host and
updates the target triple with the "simulator" environment
accordingly.
This is part of https://bugs.swift.org/browse/SR-11971
rdar://problem/58438125
Differential Revision: https://reviews.llvm.org/D75696
More information about the All-commits
mailing list