From b5964212f43261bd892d41ef7fbd097199de5f40 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 2 Jun 2011 18:02:15 +0000 Subject: Add comment about Thread::GetStatus(), which returns the number of frames shown. llvm-svn: 132470 --- lldb/source/Commands/CommandObjectThread.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Commands/CommandObjectThread.cpp') diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index dfcf75023d5..806861976bf 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -165,6 +165,7 @@ public: 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, -- cgit v1.2.3