[all-commits] [llvm/llvm-project] fd19dd: [Apple Silicon] Initial support for Rosetta
Davide Italiano via All-commits
all-commits at lists.llvm.org
Wed Jun 24 12:19:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd19ddb8f2a2b082f492fc59f7f360adf3495701
https://github.com/llvm/llvm-project/commit/fd19ddb8f2a2b082f492fc59f7f360adf3495701
Author: Davide Italiano <ditaliano at apple.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Log Message:
-----------
[Apple Silicon] Initial support for Rosetta
Translated processes talk with a different debugserver, shipped with
macOS 11. This patch detects whether a process is translated and
attaches to the correct debugserver implementation.
It's the first patch of a series. Tested on the lldb test suite.
Differential Revision: https://reviews.llvm.org/D82491
More information about the All-commits
mailing list