diff options
author | Greg Clayton <gclayton@apple.com> | 2012-02-01 02:30:27 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-02-01 02:30:27 +0000 |
commit | 2415586faacce72742020c4221719cb87f2081b6 (patch) | |
tree | 0d95fc9813fc94d0cc0950a040c95748f64a07d1 /llvm/include/llvm-c/ExecutionEngine.h | |
parent | fdc80a5cf7a4f62e32c42641a48ae2e249e4572e (diff) | |
download | bcm5719-llvm-2415586faacce72742020c4221719cb87f2081b6.tar.gz bcm5719-llvm-2415586faacce72742020c4221719cb87f2081b6.zip |
Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects:
(lldb) script
>>> frames = lldb.thread.frames
>>> for frame in frames:
... print frame
Also changed all of the "__repr__" methods to strip any trailing newline characters so we don't end up with entra newlines.
llvm-svn: 149466
Diffstat (limited to 'llvm/include/llvm-c/ExecutionEngine.h')
0 files changed, 0 insertions, 0 deletions