krytarowski updated this revision to Diff 39639.
krytarowski added a comment.
Rebase to head
Repository:
rL LLVM
http://reviews.llvm.org/D14042
Files:
cmake/LLDBDependencies.cmake
cmake/modules/LLDBConfig.cmake
source/Initialization/SystemInitializerCommon.cpp
source/lldb.cpp
tools
Author: brucem
Date: Sat Nov 7 09:31:54 2015
New Revision: 252403
URL: http://llvm.org/viewvc/llvm-project?rev=252403&view=rev
Log:
Add more NetBSD platform glue for lldb
Summary:
These changes are still incomplete, but we are almost there.
Changes:
- CMake and gmake code
- SWIG code
- minor c
This revision was automatically updated to reflect the committed changes.
Closed by commit rL252403: Add more NetBSD platform glue for lldb (authored by
brucem).
Changed prior to commit:
http://reviews.llvm.org/D14042?vs=39639&id=39640#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14042
Author: davide
Date: Sat Nov 7 12:15:05 2015
New Revision: 252409
URL: http://llvm.org/viewvc/llvm-project?rev=252409&view=rev
Log:
Fix pessimizing moves. Found by clang.
Modified:
lldb/trunk/source/Host/common/Editline.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
Mo