[Lldb-commits] [PATCH] D12764: [lldb-mi] Remove MIUtilSystem*.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 10 08:14:50 PDT 2015


brucem created this revision.
brucem added reviewers: ki.stfu, domipheus, abidh.
brucem added a subscriber: lldb-commits.

This platform-specific code wasn't fully implemented and wasn't
actually needed. There was one call for the log file path and
that has been addressed.

http://reviews.llvm.org/D12764

Files:
  lldb.xcodeproj/project.pbxproj
  tools/lldb-mi/CMakeLists.txt
  tools/lldb-mi/MICmnLogMediumFile.cpp
  tools/lldb-mi/MIUtilSystemLinux.cpp
  tools/lldb-mi/MIUtilSystemLinux.h
  tools/lldb-mi/MIUtilSystemOsx.cpp
  tools/lldb-mi/MIUtilSystemOsx.h
  tools/lldb-mi/MIUtilSystemWindows.cpp
  tools/lldb-mi/MIUtilSystemWindows.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12764.34448.patch
Type: text/x-patch
Size: 25904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150910/5b3b93cd/attachment-0001.bin>


More information about the lldb-commits mailing list