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
Johnny Chen
d80e5e9dd8
Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from
...
the C++ API due to swig typemapping. llvm-svn: 145260
2011-11-28 19:12:25 +00:00
..
interface
Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from
2011-11-28 19:12:25 +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
<rdar://problem/10126482>
2011-11-13 06:57:31 +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