[all-commits] [llvm/llvm-project] 22e975: Don't load kexts/kernels without dSYMs present

Jason Molenda via All-commits all-commits at lists.llvm.org
Fri Mar 12 17:21:02 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22e9753271b71e2c067aadd5b877eef8198cadd2
      https://github.com/llvm/llvm-project/commit/22e9753271b71e2c067aadd5b877eef8198cadd2
  Author: Jason Molenda <jason at molenda.com>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

  Log Message:
  -----------
  Don't load kexts/kernels without dSYMs present

One of the backup schemes I use for finding kexts and kernels
on the local filesystem is to load a solitary binary when I don't
find any with a dSYM.  This usually is a more confusing behavior
than helpful; people expect to get no binary loaded, or a binary
with debug information.  This change stops loading kexts and
kernels that do not have an associated dSYM.

rdar://74291888




More information about the All-commits mailing list