Add comment about Thread::GetStatus(), which returns the number of frames shown.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132470 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectThread.cpp b/source/Commands/CommandObjectThread.cpp
index dfcf750..8068619 100644
--- a/source/Commands/CommandObjectThread.cpp
+++ b/source/Commands/CommandObjectThread.cpp
@@ -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,