[all-commits] [llvm/llvm-project] 315fab: [lldb] Remove unused argument to expectedFailure

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Dec 4 20:42:22 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 315fab428d6084b09f82468740df5697ab3bb93b
      https://github.com/llvm/llvm-project/commit/315fab428d6084b09f82468740df5697ab3bb93b
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/decorators.py

  Log Message:
  -----------
  [lldb] Remove unused argument to expectedFailure


  Commit: 0db37576c1dddbec1021b50320ae84a9d838742c
      https://github.com/llvm/llvm-project/commit/0db37576c1dddbec1021b50320ae84a9d838742c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/DNBArch.cpp
    M lldb/tools/debugserver/source/DNBArch.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm

  Log Message:
  -----------
  [debugserver] Honor the cpu sub type if specified

Use the newly added spawnattr API, posix_spawnattr_setarchpref_np, to
select a slice preferences per cpu and subcpu types, instead of just cpu
with posix_spawnattr_setarchpref_np.

rdar://16094957

Differential revision: https://reviews.llvm.org/D92712


Compare: https://github.com/llvm/llvm-project/compare/f2bbbad1413b...0db37576c1dd


More information about the All-commits mailing list