llvm-project/lldb/scripts/Python
Johnny Chen fa181f4fdb Add some more docstrings (includng example usages) to SBTarget.h.
Add logic to modify-python-lldb to correct swig's transformation of 'char **argv' and 'char **envp'
to 'char argv' and 'char envp' by morphing them into the 'list argv' and 'list envp' (as a list of
Python strings).

llvm-svn: 135114
2011-07-14 00:17:49 +00:00
..
build-swig-Python.sh Update comments. 2011-04-29 19:22:24 +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 Parameterize the shell scripts for creating and copying the python and 2010-06-16 19:26:52 +00:00
modify-python-lldb.py Add some more docstrings (includng example usages) to SBTarget.h. 2011-07-14 00:17:49 +00:00
python-extensions.swig Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, 2011-04-25 20:23:05 +00:00