[all-commits] [llvm/llvm-project] e3227e: lldb PlatformDarwinKernel make local filesystem sc...

Jason Molenda via All-commits all-commits at lists.llvm.org
Tue May 16 18:18:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3227e74e3bfab7c5aed07c20b515202275ce7c4
      https://github.com/llvm/llvm-project/commit/e3227e74e3bfab7c5aed07c20b515202275ce7c4
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

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

  Log Message:
  -----------
  lldb PlatformDarwinKernel make local filesystem scan lazy

Instead of doing the local filesystem scan for kexts and kernels
when the PlatformDarwinKernel is constructed, delay doing it until
the scan is needed.

Differential Revision: https://reviews.llvm.org/D150621
rdar://109186357




More information about the All-commits mailing list