hanchenye-llvm-project/lldb/scripts
Sean Callanan 793d6330cd Updated LLVM/Clang to to pick up fixes for a
problem in which the following cast:
–
expr (int (*)(const char*, ...))printf
-
caused a crash.  This had several causes:

  - First, Clang did not support implicit
    casts of a function of unknown type to
    a function pointer.

  - Second, after this was fixed, the
    Clang AST importer did not support
    importing function pointer types
    produced by resolving these casts.

These two problems are now resolved, and
I have added a test case to verify that
they work.  I also did a little bit of
build-system cleanup because we now use
libEnhancedDisassembly.a instead of the
.dylib.

llvm-svn: 137338
2011-08-11 20:11:18 +00:00
..
Python Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional 2011-08-11 19:20:44 +00:00
build-llvm.pl Updated LLVM/Clang to to pick up fixes for a 2011-08-11 20:11:18 +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 LLVM/Clang to to pick up fixes for a 2011-08-11 20:11:18 +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 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
lldb.swig lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files 2011-07-26 19:09:03 +00:00
sed-sources Switched over to using the new lldb::SharingPtr from Howard Hinnant. 2010-06-12 17:45:57 +00:00