[lldb-dev] Failed to build lldb on linux: ‘m_actual_stop_info_sp’ was not declared
Yao Qi
qiyaoltc at gmail.com
Thu May 9 01:17:17 PDT 2013
Hello,
I build llvm and lldb svn trunk today on Linux, and get the follow error:
/home/yao/Source/llvm/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp:
In member function ‘virtual bool POSIXThread::CalculateStopInfo()’:
/home/yao/Source/llvm/llvm/tools/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp:144:18:
error: ‘m_actual_stop_info_sp’ was not declared in this scope
make[2]: ***
[tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/POSIXThread.cpp.o]
Error 1
make[1]: ***
[tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/all]
Error 2
I grep'ed 'm_actual_stop_info_sp' and don't see it is used somewhere
else. Looks like it may be related to this commit:
r181501 - Changed the formerly pure virtual function:
http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20130506/008386.html
More information about the lldb-dev
mailing list