[Lldb-commits] [lldb] r132470 - /lldb/trunk/source/Commands/CommandObjectThread.cpp

Johnny Chen johnny.chen at apple.com
Thu Jun 2 11:02:15 PDT 2011


Author: johnny
Date: Thu Jun  2 13:02:15 2011
New Revision: 132470

URL: http://llvm.org/viewvc/llvm-project?rev=132470&view=rev
Log:
Add comment about Thread::GetStatus(), which returns the number of frames shown.

Modified:
    lldb/trunk/source/Commands/CommandObjectThread.cpp

Modified: lldb/trunk/source/Commands/CommandObjectThread.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectThread.cpp?rev=132470&r1=132469&r2=132470&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectThread.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectThread.cpp Thu Jun  2 13:02:15 2011
@@ -165,6 +165,7 @@
             ExecutionContext exe_ctx(m_interpreter.GetExecutionContext());
             if (exe_ctx.thread)
             {
+                // Thread::GetStatus() returns the number of frames shown.
                 if (exe_ctx.thread->GetStatus (strm,
                                                m_options.m_start,
                                                m_options.m_count,





More information about the lldb-commits mailing list