[Lldb-commits] [Diffusion] rL229371: Enable process launching on android from lldb-gdbserver

Tamas Berghammer tberghammer at google.com
Mon Feb 16 05:02:12 PST 2015


Thanks for the notice. Fixed with r229378.

Tamas

On Mon, Feb 16, 2015 at 12:49 PM, Ilia K <ki.stfu at gmail.com> wrote:

> Hello @tberghammer,
>
> It caused a build error on OS X:
>
>   [2037/2272] Building CXX object
> tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o
>   FAILED: /usr/bin/c++   -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D_DEBUG
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
> -std=c++11 -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wall -W
> -Wno-unused-parameter -Wwrite-strings -Wcast-qual
> -Wmissing-field-initializers -pedantic -Wno-long-long
> -Wcovered-switch-default -std=c++11 -fcolor-diagnostics
> -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-deprecated-register
> -fno-exceptions -fno-rtti -fPIC -g
> -Itools/lldb/source/Plugins/Platform/Linux
> -I../tools/lldb/source/Plugins/Platform/Linux -I../tools/lldb/include
> -Itools/lldb/include -Iinclude -I../include
> -I/System/Library/Frameworks/Python.framework/Headers
> -I../tools/lldb/../clang/include -Itools/lldb/../clang/include
> -I../tools/lldb/source/.    -fno-exceptions -fno-rtti -MMD -MT
> tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o
> -MF
> tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o.d
> -o
> tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o
> -c ../tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
>   ../tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp:875:13:
> error: use of undeclared identifier 'NativeProcessLinux'
>       error = NativeProcessLinux::LaunchProcess (
>               ^
>   ../tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp:893:12:
> error: use of undeclared identifier 'NativeProcessLinux'
>       return NativeProcessLinux::AttachToProcess (pid, native_delegate,
> process_sp);
>              ^
>   2 errors generated.
>
> Thanks,
> Ilia
>
>
> USERS
>   tberghammer (Author)
>
> http://reviews.llvm.org/rL229371
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150216/2eaee98f/attachment.html>


More information about the lldb-commits mailing list