This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-27 06:06:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be2978b2e4326b60351aa6bc5a6cfbe679d9ce26
llvm
/
lldb
/
scripts
History
Enrico Granata
eff81a471a
Second attempt at getting the PyCallable changes in trunk
...
Thanks to Daniel Malea for helping test this patch for Linux happiness! llvm-svn: 185965
2013-07-09 20:14:26 +00:00
..
Python
Second attempt at getting the PyCallable changes in trunk
2013-07-09 20:14:26 +00:00
build-lldb-llvm-clang
…
build-llvm.pl
Fixing a linking issue when building LLDB with ToT LLVM
2013-06-17 21:42:39 +00:00
build-swig-wrapper-classes.sh
…
buildbot.py
…
checkpoint-llvm.pl
…
CMakeLists.txt
…
disasm-gdb-remote.pl
…
finish-swig-wrapper-classes.sh
…
generate-vers.pl
…
install-lldb.sh
…
lldb_python_module.cmake
…
lldb.swig
Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files).
2013-07-08 22:22:41 +00:00
sed-sources
…
verify_api.py
…