teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Tamas Berghammer 2e31ce1ea7 Remove a broken hack from Scalar::ULongLong and fix a test
Change Test-rdar-12481949.py to expect GetValueAsUnsigned() to return
0xffffffff if the variable is an int32_t (signed, 4 byte integer) with
value of -1. The previous expectation where we expected the value to be
0xffffffffffffffff doesn't make sense as nothing explains why we would
treat it as an 8 byte value.

This CL also removes a hack from Scalar::ULongLong what was most likely
added to get this test passing as it only worked in case the value of
the variable is -1 and didn't make any sense even in that case.

Differential revision: http://reviews.llvm.org/D14611

llvm-svn: 253027
2015-11-13 10:51:35 +00:00
..
breakpoint Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
class_members Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
debugger Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
default-constructor Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
disassemble-raw-data Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
event Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
exprpath_synthetic Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
findvalue_duplist Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
formatters Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
frame Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
function_symbol Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
hello_world Teach LLDB how to directly launch processes on the iOS simulator 2015-11-05 00:46:25 +00:00
interpreter Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
lldbutil Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
module_section Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
objc_type Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
process Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
rdar-12481949 Remove a broken hack from Scalar::ULongLong and fix a test 2015-11-13 10:51:35 +00:00
sbdata Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
sbtype_typeclass Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
sbvalue_const_addrof Tighten up sys.path, and use absolute imports everywhere. 2015-11-03 02:06:18 +00:00
sbvalue_persist Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
section Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
signals Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
symbol-context Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
target Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
thread Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
type Add SBType::IsAnonymousType() and relative plumbing in the debugger internals 2015-11-07 02:06:57 +00:00
value Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
value_var_update Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
watchpoint Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
.categories