llvm-project/lldb/scripts/Python
Greg Clayton 2415586faa 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
2012-02-01 02:30:27 +00:00
..
interface Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: 2012-02-01 02:30:27 +00:00
build-swig-Python.sh Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
edit-swig-python-wrapper-file.py Fix remaining Python issues leftover from my previous patch. 2011-06-01 02:33:12 +00:00
finish-swig-Python-LLDB.sh This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here 2012-01-31 17:01:51 +00:00
modify-python-lldb.py Add a missing ')' in the comment. 2011-11-08 23:08:03 +00:00
python-extensions.swig Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: 2012-02-01 02:30:27 +00:00
python-typemaps.swig http://llvm.org/bugs/show_bug.cgi?id=11619 2012-01-06 00:46:12 +00:00
python-wrapper.swig Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before 2011-12-14 23:27:53 +00:00