[all-commits] [llvm/llvm-project] 0da043: Improve the detection of iOS/tvOS/watchOS simulato...

adrian-prantl via All-commits all-commits at lists.llvm.org
Tue Jun 30 11:22:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0da0437b2afbd8ebef6b11f114cca33b118e7639
      https://github.com/llvm/llvm-project/commit/0da0437b2afbd8ebef6b11f114cca33b118e7639
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm

  Log Message:
  -----------
  Improve the detection of iOS/tvOS/watchOS simulator binaries in
debugserver and lldb

This patch improves the heuristics for correctly identifying simulator binaries on Darwin and adds support for simulators running on Apple Silicon.

rdar://problem/64046344

Differential Revision: https://reviews.llvm.org/D82616




More information about the All-commits mailing list