This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
1738fad337606a9ad80662fa1fd170450926d6b2
llvm-project
/
lldb
/
scripts
/
Python
History
Johnny Chen
1738fad337
Add a missing ')' in the comment.
...
llvm-svn: 144145
2011-11-08 23:08:03 +00:00
..
interface
Fix typo in the docstring.
2011-10-26 00:44:40 +00:00
build-swig-Python.sh
Fixed the Xcode project building of LLVM to be a bit more user friendly:
2011-11-04 03:34:56 +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
Fixed the Xcode project building of LLVM to be a bit more user friendly:
2011-11-04 03:34:56 +00:00
modify-python-lldb.py
Add a missing ')' in the comment.
2011-11-08 23:08:03 +00:00
python-extensions.swig
Cleaned up the SBWatchpoint public API.
2011-10-13 18:08:26 +00:00
python-typemaps.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
python-wrapper.swig
this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb
2011-10-17 21:45:27 +00:00