commit | c6f09f0591fd37d65aa08c1a9ea2a0f99d68e5c8 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Wed Jul 27 18:13:32 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Wed Jul 27 18:13:32 2011 +0000 |
tree | 7bdf399f7368214314569b9b80376ce766935904 | |
parent | 7b9eeac27076d9b8190b1e25ca08d6a3c3e74574 [diff] |
Add cross reference to SBThread from the SBFrame docstring. Also add a simple iteration example. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136227 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBFrame.i b/scripts/Python/interface/SBFrame.i index bf33b6f..28526ab 100644 --- a/scripts/Python/interface/SBFrame.i +++ b/scripts/Python/interface/SBFrame.i
@@ -37,7 +37,13 @@ args=get_args_as_string(frame, showFuncName=False) if not frame.IsInlined() else '()') ... -" + +And, + + for frame in thread: + print frame + +See also SBThread." ) SBFrame; class SBFrame {