llvm-project/lldb/scripts
Johnny Chen 112f5696fb Add truth value testing to those lldb Python objects with the IsValid() method definitions.
object.__nonzero__(self) is called to implement truth value testing and the built-in operation bool(),
via a simple delegation to self.IsValid().

Change tests under python_api/lldbutil to utilize this mechanism.

llvm-svn: 131494
2011-05-17 22:14:39 +00:00
..
Python Add truth value testing to those lldb Python objects with the IsValid() method definitions. 2011-05-17 22:14:39 +00:00
build-llvm.pl Updated to use the latest LLVM/Clang, to pick up JIT 2011-05-15 22:34:38 +00:00
build-swig-wrapper-classes.sh Look for swig in /usr/bin and /usr/local/bin. 2011-03-01 01:39:04 +00:00
checkpoint-llvm.pl Updated LLDB to use a recent LLVM/Clang, pulling 2011-03-26 00:52:28 +00:00
finish-swig-wrapper-classes.sh Parameterize the shell scripts for creating and copying the python and 2010-06-16 19:26:52 +00:00
generate-vers.pl Update autogen'd LLDB_vers.c. 2011-03-23 02:07:56 +00:00
install-lldb.sh Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
lldb.swig Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
sed-sources Switched over to using the new lldb::SharingPtr from Howard Hinnant. 2010-06-12 17:45:57 +00:00