[all-commits] [llvm/llvm-project] 3f1611: [lldb] Fix method name to match LLDB code style (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jul 20 11:54:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f16114ddb7896a91311c40f7070eb7f828c20cf
      https://github.com/llvm/llvm-project/commit/3f16114ddb7896a91311c40f7070eb7f828c20cf
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-07-20 (Mon, 20 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

  Log Message:
  -----------
  [lldb] Fix method name to match LLDB code style (NFC)

recordInterestingDirectory -> RecordInterestingDirectory


  Commit: f8df2e1a19913e997d8d6dbe573de977406e736e
      https://github.com/llvm/llvm-project/commit/f8df2e1a19913e997d8d6dbe573de977406e736e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/test/Shell/Reproducer/TestWorkingDir.test

  Log Message:
  -----------
  [lldb/Reproducers] Always record the current working directory

Setting the current working directory in the VFS will fail if the given
path doesn't exist in the YAML mapping or on disk.


Compare: https://github.com/llvm/llvm-project/compare/e64afefdf88d...f8df2e1a1991


More information about the All-commits mailing list