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
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to