This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3cbcc36 add stop column highlighting support new 1c5dad9 [CMake] Initial support for LLDB.framework new aa2a0b4 Fix -Wcovered-switch-default warning in StackFrame.cpp
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: CMakeLists.txt | 18 +++++++++++++- cmake/LLDBDependencies.cmake | 2 -- cmake/modules/AddLLDB.cmake | 30 +++++++++++++++++++---- cmake/modules/LLDBConfig.cmake | 5 ++++ scripts/CMakeLists.txt | 33 +++++++++++++++++++------- scripts/Python/finishSwigPythonLLDB.py | 8 +++---- source/API/CMakeLists.txt | 14 +++++++++++ source/Target/StackFrame.cpp | 2 -- tools/argdumper/CMakeLists.txt | 2 +- tools/darwin-debug/CMakeLists.txt | 2 +- tools/debugserver/source/MacOSX/CMakeLists.txt | 27 +++++++-------------- tools/lldb-server/CMakeLists.txt | 2 +- 12 files changed, 103 insertions(+), 42 deletions(-)