[Lldb-commits] [PATCH] D82491: [Apple Silicon] Initial support for Rosetta
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 24 12:28:38 PDT 2020
davide closed this revision.
davide added a comment.
commit fd19ddb8f2a2b082f492fc59f7f360adf3495701 (HEAD -> master, origin/master, origin/HEAD)
Author: Davide Italiano <ditaliano at apple.com>
Date: Wed Jun 24 12:18:29 2020 -0700
[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
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82491/new/
https://reviews.llvm.org/D82491
More information about the lldb-commits
mailing list