teak-llvm/lldb/scripts/Python
Greg Clayton d9dc52dc4c Added the ability to get all section contents, or the section
contents starting at an offset (2 separate methods). This helps
the scripting interface stay more natural by allowing both from
Python.

Added the ability to dump data with address annotations when
call SBData::GetDescription().

Hooked up the SBSection to the __repr__ so you can print section
objects from within python.

Improved the dumping of symbols from python.

Fixed the .i interface references which were set to "Relative to this Group"
which somehow included Jim's "lldb-clean" root directory in the path. The
interfaces are now in a folder called "interfaces" withing the Xcode API
subfolder.

llvm-svn: 140451
2011-09-24 05:04:40 +00:00
..
interface Added the ability to get all section contents, or the section 2011-09-24 05:04:40 +00:00
build-swig-Python.sh Fixed the error message: 2011-09-09 17:37:06 +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 SBSection supports iteration through its subsections, represented as SBSection as well. 2011-09-24 04:51:43 +00:00
python-extensions.swig Added the ability to get all section contents, or the section 2011-09-24 05:04:40 +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 Redesign of the interaction between Python and frozen objects: 2011-09-06 19:20:51 +00:00