[all-commits] [llvm/llvm-project] 58d84e: debugserver: Support ios simulator load command di...

adrian-prantl via All-commits all-commits at lists.llvm.org
Fri Jul 24 09:52:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 58d84eb534252747115b358c890a1b79c65d4ad4
      https://github.com/llvm/llvm-project/commit/58d84eb534252747115b358c890a1b79c65d4ad4
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    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:
  -----------
  debugserver: Support ios simulator load command disambiguation in qProcessInfo

This patch basically moves the disambiguation code from a place where
it was complicated to implement straight to where the load command is
parsed, which has the neat side affect of actually supporting all call
sites!

rdar://problem/66011909

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




More information about the All-commits mailing list