diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-06-02 18:02:15 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-06-02 18:02:15 +0000 |
commit | b5964212f43261bd892d41ef7fbd097199de5f40 (patch) | |
tree | 0168b6f41e526f04c08d6f50f2c1aa2b3f818edc /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 922a62414453cb9dcb090c5422e4748f8a6e96ec (diff) | |
download | bcm5719-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.cpp | 1 |
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, |