teak-llvm/lldb/packages/Python/lldbsuite/test/python_api/value
Enrico Granata 14086ed75d Change lldb.value.__int__() so that it takes into account the signedness of the value being cast to return a Python number with the proper value
The explicit APIs on SBValue obviously remain if one wants to be explicit in intent, or override this guess, but since __int__() has to pick one, an educated guess is definitely better than than always going to signed regardless

Fixes rdar://24556976

llvm-svn: 260349
2016-02-10 02:12:42 +00:00
..
change_values Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
linked_list Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
main.c Change lldb.value.__int__() so that it takes into account the signedness of the value being cast to return a Python number with the proper value 2016-02-10 02:12:42 +00:00
Makefile
TestValueAPI.py Change lldb.value.__int__() so that it takes into account the signedness of the value being cast to return a Python number with the proper value 2016-02-10 02:12:42 +00:00