hanchenye-llvm-project/lldb/test/expression_command
Greg Clayton 81e871ed76 Convert all python objects in our API to use overload the __str__ method
instead of the __repr__. __repr__ is a function that should return an
expression that can be used to recreate an python object and we were using
it to just return a human readable string.

Fixed a crasher when using the new implementation of SBValue::Cast(SBType).

Thread hardened lldb::SBValue and lldb::SBWatchpoint and did other general
improvements to the API.

Fixed a crasher in lldb::SBValue::GetChildMemberWithName() where we didn't
correctly handle not having a target.

llvm-svn: 149743
2012-02-04 02:27:34 +00:00
..
call-function Removed the @expectedFailure decorators from test cases. They have been fixed with the r142717 check-in. 2011-10-24 18:11:16 +00:00
formatters Fix the last testsuite regression from the apple-names stuff. 2011-10-08 01:11:42 +00:00
issue_11588 http://llvm.org/bugs/show_bug.cgi?id=11618 2012-01-06 00:35:38 +00:00
persistent_types Added support for persistent types to the 2011-08-23 21:20:51 +00:00
persistent_variables Change the golden output so that merely evaluating an existing persistent variable 2010-12-14 17:48:26 +00:00
radar_8638051 Remove @skip decorators for fixed crashes. 2010-11-30 22:34:19 +00:00
radar_9531204 Fix compile warning. 2011-08-24 19:35:24 +00:00
radar_9673664 Remove the @expectedFailure decorator since the bug has been fixed. 2011-08-01 18:26:32 +00:00
test Convert all python objects in our API to use overload the __str__ method 2012-02-04 02:27:34 +00:00
two-files Fix objc runtime warnings from the inferior program. 2011-11-15 22:42:53 +00:00