[all-commits] [llvm/llvm-project] 921c1b: [lldb] Provide GetHomeDirectory wrapper in Host::F...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Aug 20 14:07:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 921c1b7df37d6f5353ed5fdffa117dcda0c941ba
      https://github.com/llvm/llvm-project/commit/921c1b7df37d6f5353ed5fdffa117dcda0c941ba
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Target/Platform.cpp

  Log Message:
  -----------
  [lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC)

Provider a wrapper around llvm::sys::path::home_directory in the
FileSystem class. This will make it possible for the reproducers to
intercept the call in a central place.




More information about the All-commits mailing list