[Lldb-commits] [lldb] r181511 - Fixed a build failure introduced by r181501.

Ashok Thirumurthi ashok.thirumurthi at intel.com
Thu May 9 06:58:54 PDT 2013


Author: athirumu
Date: Thu May  9 08:58:54 2013
New Revision: 181511

URL: http://llvm.org/viewvc/llvm-project?rev=181511&view=rev
Log:
Fixed a build failure introduced by r181501.

Patch by Yao Qi.

Modified:
    lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp

Modified: lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp?rev=181511&r1=181510&r2=181511&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp (original)
+++ lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp Thu May  9 08:58:54 2013
@@ -141,7 +141,7 @@ POSIXThread::CreateRegisterContextForFra
 bool
 POSIXThread::CalculateStopInfo()
 {
-    SetStopInfo (m_actual_stop_info_sp);
+    SetStopInfo (m_stop_info_sp);
     return true;
 }
 





More information about the lldb-commits mailing list