hanchenye-llvm-project/lldb/scripts
Peter Collingbourne 059640b521 Generalise pattern for matching IsValid signature
Previously the IsValid pattern matched only function signatures of
the form:
    def IsValid(*args): ...

However under SWIG 1.3.40 on Linux the signature reads:
    def IsValid(self): ...

The new pattern matches both signature types by matching only up to
the left paren.

llvm-svn: 132968
2011-06-14 03:55:41 +00:00
..
Python Generalise pattern for matching IsValid signature 2011-06-14 03:55:41 +00:00
build-llvm.pl This commit integrates support for the LLVM MCJIT 2011-05-23 21:40:23 +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 This commit integrates support for the LLVM MCJIT 2011-05-23 21:40:23 +00:00
disasm-gdb-remote.pl Update the handle many of the packets that our current LLDB debugserver 2011-06-02 22:21:38 +00:00
finish-swig-wrapper-classes.sh
generate-vers.pl Update autogen'd LLDB_vers.c. 2011-03-23 02:07:56 +00:00
install-lldb.sh
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