[all-commits] [llvm/llvm-project] 58c506: Correctly identify iOS simulator processes in debu...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri Mar 6 10:01:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58c506d8e8d9d55d3fb1f4ae508eb53231557f8c
https://github.com/llvm/llvm-project/commit/58c506d8e8d9d55d3fb1f4ae508eb53231557f8c
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.
(Patch re-applied without modifications, the bot failure was unrelated).
This is part of https://bugs.swift.org/browse/SR-11971
rdar://problem/58438125
Differential Revision: https://reviews.llvm.org/D75696
Commit: 3ed02340eaaf48cc0fe14b0e40e6cd3d9815de78
https://github.com/llvm/llvm-project/commit/3ed02340eaaf48cc0fe14b0e40e6cd3d9815de78
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbutil.py
M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
Log Message:
-----------
Increase default timeout in lldbutil.expect_state_changes()
Compare: https://github.com/llvm/llvm-project/compare/66a6fa631eb3...3ed02340eaaf
More information about the All-commits
mailing list