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-17 14:48:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
457e786932a1099e4286045c0081649cd136d0f5
llvm
/
lldb
/
scripts
/
Python
History
Johnny Chen
457e786932
Fix typo in the docstring.
...
llvm-svn: 142996
2011-10-26 00:44:40 +00:00
..
interface
Fix typo in the docstring.
2011-10-26 00:44:40 +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
…
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
…
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