This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
scripts
/
Python
History
Enrico Granata
5b4ab4c848
Ensure that lldb/runtime is not a dead point in the Python package hierarchy - This is a first preliminary step in fixing data formatters after Greg's changes to the Python resources on-disk layout
...
llvm-svn: 155525
2012-04-25 01:26:37 +00:00
..
interface
Added the ability to specify the symbol file for a module when adding it to a target.
2012-04-23 20:23:39 +00:00
build-swig-Python.sh
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
2012-02-21 05:33:55 +00:00
edit-swig-python-wrapper-file.py
Fix remaining Python issues leftover from my previous patch.
2011-06-01 02:33:12 +00:00
finish-swig-Python-LLDB.sh
Ensure that lldb/runtime is not a dead point in the Python package hierarchy - This is a first preliminary step in fixing data formatters after Greg's changes to the Python resources on-disk layout
2012-04-25 01:26:37 +00:00
modify-python-lldb.py
Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API.
2012-03-16 21:55:42 +00:00
python-extensions.swig
<rdar://problem/10062621>
2012-02-15 02:34:21 +00:00
python-typemaps.swig
typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory management is taken care of automatically so that Python users can simply say my_list = my_module.GetVersion() and receive a new list with the version numbers, if any, inside.
2012-02-23 18:39:44 +00:00
python-wrapper.swig
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
2012-03-19 22:58:49 +00:00