This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 49e9ef6 Resubmit r298334 after fixing OSX build errors. new 65f50a5 Remove ProcFileReader new fb52667 Replace std::ofstream with llvm::raw_fd_ostream
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: source/Plugins/Platform/Android/AdbClient.cpp | 15 ++- source/Plugins/Process/Linux/CMakeLists.txt | 1 - .../Plugins/Process/Linux/NativeProcessLinux.cpp | 51 +++++----- source/Plugins/Process/Linux/ProcFileReader.cpp | 103 --------------------- source/Plugins/Process/Linux/ProcFileReader.h | 37 -------- source/Target/Platform.cpp | 5 +- tools/lldb-server/lldb-platform.cpp | 16 ++-- 7 files changed, 47 insertions(+), 181 deletions(-) delete mode 100644 source/Plugins/Process/Linux/ProcFileReader.cpp delete mode 100644 source/Plugins/Process/Linux/ProcFileReader.h