[Lldb-commits] [PATCH] D82491: [Apple Silicon] Initial support for	Rosetta
    Jason Molenda via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jun 24 12:28:36 PDT 2020
    
    
  
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
LGTM.  With p_flag, we only need to evaluate (processInfo.kp_proc.p_flag & P_TRANSLATED) as a boolean, but that's a style pref as much as anything.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82491/new/
https://reviews.llvm.org/D82491
    
    
More information about the lldb-commits
mailing list