[Lldb-commits] [PATCH] D54272: Extract construction of	DataBufferLLVM into FileSystem
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Nov  8 13:28:13 PST 2018
    
    
  
JDevlieghere created this revision.
JDevlieghere added reviewers: labath, zturner, davide.
JDevlieghere added a project: LLDB.
This moves construction of data buffers into the FileSystem class. Like some of the previous refactorings we don't translate the path yet because the functionality hasn't been landed in LLVM yet.
Repository:
  rLLDB LLDB
https://reviews.llvm.org/D54272
Files:
  include/lldb/Host/FileSystem.h
  include/lldb/Utility/DataBufferLLVM.h
  source/API/SBSection.cpp
  source/Commands/CommandObjectMemory.cpp
  source/Core/SourceManager.cpp
  source/Host/common/FileSystem.cpp
  source/Host/common/Host.cpp
  source/Host/linux/Host.cpp
  source/Interpreter/OptionValueFileSpec.cpp
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  source/Plugins/Process/elf-core/ProcessElfCore.cpp
  source/Plugins/Process/mach-core/ProcessMachCore.cpp
  source/Plugins/Process/minidump/ProcessMinidump.cpp
  source/Symbol/ObjectFile.cpp
  source/Utility/DataBufferLLVM.cpp
  unittests/Process/minidump/MinidumpParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54272.173216.patch
Type: text/x-patch
Size: 21017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181108/4eb74f82/attachment-0001.bin>
    
    
More information about the lldb-commits
mailing list