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
85ced807f532fb5a315886de0f5ccfb53eaaadf0
llvm-project
/
lldb
/
scripts
/
Python
History
Johnny Chen
85ced807f5
Add docstrings for SetCondition() and GetCondition() APIs.
...
llvm-svn: 142396
2011-10-18 19:13:06 +00:00
..
interface
Add docstrings for SetCondition() and GetCondition() APIs.
2011-10-18 19:13:06 +00:00
build-swig-Python.sh
Cleaned up the SBWatchpoint public API.
2011-10-13 18:08:26 +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
First round of code cleanups:
2011-08-17 22:13:59 +00:00
modify-python-lldb.py
SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating
2011-10-14 00:42:25 +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