[all-commits] [llvm/llvm-project] 9f8d48: [lldb/Reproducers] Don't recursively record everyt...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jul 21 09:02:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f8d481d6816d620fc0a1f1c510f662c01fdacec
      https://github.com/llvm/llvm-project/commit/9f8d481d6816d620fc0a1f1c510f662c01fdacec
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/test/Shell/Reproducer/TestWorkingDir.test

  Log Message:
  -----------
  [lldb/Reproducers] Don't recursively record everything in the CWD

RecordInterestingDirectory was added to collect dSYM bundles and their
content. For the current working directory we only want the directory to
be part of the VFS, not necessarily its contents. This patch renames the
current method to RecordInterestingDirectoryRecursively and adds a new
one that's not recursive.




More information about the All-commits mailing list