[Lldb-commits] [lldb] r221570 - LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166

Ismail Pazarbasi ismail.pazarbasi at gmail.com
Sat Nov 8 05:57:51 PST 2014


On Sat, Nov 8, 2014 at 2:41 AM, Shawn Best <sbest at blueshiftinc.com> wrote:
> Author: sbest
> Date: Fri Nov  7 19:41:49 2014
> New Revision: 221570
>
> URL: http://llvm.org/viewvc/llvm-project?rev=221570&view=rev
> Log:
> LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
>
> Modified:
>     lldb/trunk/CMakeLists.txt
>     lldb/trunk/include/lldb/Core/RegularExpression.h
>     lldb/trunk/include/lldb/Host/Config.h
>     lldb/trunk/include/lldb/Host/Editline.h
>     lldb/trunk/include/lldb/lldb-private.h
>     lldb/trunk/scripts/Python/modules/CMakeLists.txt
>     lldb/trunk/source/CMakeLists.txt
>     lldb/trunk/source/Core/ConnectionSharedMemory.cpp
>     lldb/trunk/source/DataFormatters/CXXFormatterFunctions.cpp
>     lldb/trunk/source/Host/CMakeLists.txt
>     lldb/trunk/source/Host/common/File.cpp
>     lldb/trunk/source/Host/common/Host.cpp
>     lldb/trunk/source/Host/common/Socket.cpp
>     lldb/trunk/source/Host/linux/Host.cpp
>     lldb/trunk/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
>     lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp
>     lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
>     lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.cpp
>     lldb/trunk/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
>     lldb/trunk/source/Utility/PseudoTerminal.cpp
>     lldb/trunk/tools/CMakeLists.txt
>     lldb/trunk/tools/driver/Driver.cpp
>     lldb/trunk/tools/driver/Platform.h
>     lldb/trunk/tools/lldb-gdbserver/CMakeLists.txt
>
[snip]
> +include(../cmake/LLDBDependencies.cmake)

Hi Shawn,

this file seems like missing from the commit. Reverting this commit
fixed build for me.

Ismail



More information about the lldb-commits mailing list