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

Ilia K ki.stfu at gmail.com
Mon Feb 16 04:49:59 PST 2015


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/






More information about the lldb-commits mailing list