teak-llvm/lldb/scripts/Python
Enrico Granata 0f6a057147 This checkin enables Python summaries to return any string-convertible object
Upon encountering an object not of type string, LLDB will get the string representation of it (akin to calling str(X) in Python code) and use that as the summary to display

Feedback is welcome as to whether repr() should be used instead (but the argument for repr() better be highly persuasive :-)

llvm-svn: 182953
2013-05-30 18:56:47 +00:00
..
interface <rdar://problem/11742979> 2013-05-03 01:29:27 +00:00
build-swig-Python.sh Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). 2012-11-01 18:55:16 +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 Rename unwind_diagnose.py to diagnose_unwind.py. Change 2013-04-30 03:03:06 +00:00
modify-python-lldb.py Make sure that the lldb globals: 2012-12-10 19:18:23 +00:00
python-extensions.swig <rdar://problem/11742979> 2013-05-03 01:29:27 +00:00
python-typemaps.swig <rdar://problem/13499317> 2013-05-02 17:29:04 +00:00
python-wrapper.swig This checkin enables Python summaries to return any string-convertible object 2013-05-30 18:56:47 +00:00