Author: labath
Date: Thu Jun 18 12:56:45 2015
New Revision: 240032

URL: http://llvm.org/viewvc/llvm-project?rev=240032&view=rev
Log:
Fix misplaced comment

Modified:
    lldb/trunk/include/lldb/Target/Thread.h

Modified: lldb/trunk/include/lldb/Target/Thread.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Thread.h?rev=240032&r1=240031&r2=240032&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Thread.h (original)
+++ lldb/trunk/include/lldb/Target/Thread.h Thu Jun 18 12:56:45 2015
@@ -1331,8 +1331,8 @@ protected:
     lldb::ProcessWP     m_process_wp;           ///< The process that owns 
this thread.
     lldb::StopInfoSP    m_stop_info_sp;         ///< The private stop reason 
for this thread
     uint32_t            m_stop_info_stop_id;    // This is the stop id for 
which the StopInfo is valid.  Can use this so you know that
-    uint32_t            m_stop_info_override_stop_id;    // The stop ID 
containing the last time the stop info was checked against the stop info 
override
     // the thread's m_stop_info_sp is current and you don't have to fetch it 
again
+    uint32_t            m_stop_info_override_stop_id;    // The stop ID 
containing the last time the stop info was checked against the stop info 
override
     const uint32_t      m_index_id;             ///< A unique 1 based index 
assigned to each thread for easy UI/command line access.
     lldb::RegisterContextSP m_reg_context_sp;   ///< The register context for 
this thread's current register state.
     lldb::StateType     m_state;                ///< The state of our process.


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to