On 05/09/2013 04:17 PM, Yao Qi wrote:
> 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
I read this patch above a little, and probably we need a patch
to do 's/m_actual_stop_info_sp/m_stop_info_sp',
diff --git a/source/Plugins/Process/POSIX/POSIXThread.cpp
b/source/Plugins/Process/POSIX/POSIXThread.cpp
index 45461c0..45762ec 100644
--- a/source/Plugins/Process/POSIX/POSIXThread.cpp
+++ b/source/Plugins/Process/POSIX/POSIXThread.cpp
@@ -141,7 +141,7 @@
POSIXThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame)
bool
POSIXThread::CalculateStopInfo()
{
- SetStopInfo (m_actual_stop_info_sp);
+ SetStopInfo (m_stop_info_sp);
return true;
}
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev