[Lldb-commits] [PATCH] D82394: [debugserver] Initial support for Apple Silicon.

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 23 11:15:50 PDT 2020


davide added a comment.

  commit 2276bb48be0175f96b1494ca67b7921f0d4e87d8 (HEAD -> master, origin/master, origin/HEAD)
  Author: Davide Italiano <ditaliano at apple.com>
  Date:   Tue Jun 23 10:18:54 2020 -0700
  
      [debugserver] Initial support for Apple Silicon.
      
      Set the correct os type in the arch triple when running macOS.
      Debugserver currently always assumes macOS == x86_64. This patch
      generalizes the support to make sure it works on a different
      architecture.
      
      Differential Revision:  https://reviews.llvm.org/D82394


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82394/new/

https://reviews.llvm.org/D82394





More information about the lldb-commits mailing list