summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-02 18:02:15 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-02 18:02:15 +0000
commitb5964212f43261bd892d41ef7fbd097199de5f40 (patch)
tree0168b6f41e526f04c08d6f50f2c1aa2b3f818edc /lldb/source/Commands/CommandObjectThread.cpp
parent922a62414453cb9dcb090c5422e4748f8a6e96ec (diff)
downloadbcm5719-llvm-b5964212f43261bd892d41ef7fbd097199de5f40.tar.gz
bcm5719-llvm-b5964212f43261bd892d41ef7fbd097199de5f40.zip
Add comment about Thread::GetStatus(), which returns the number of frames shown.
llvm-svn: 132470
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectThread.cpp1
1 files changed, 1 insertions, 0 deletions
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,
OpenPOWER on IntegriCloud