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 :-)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182953 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed