teak-llvm/lldb/scripts/Python
Enrico Granata def5391ae5 - Support for Python namespaces:
If you have a Python module foo, in order to use its contained objects in LLDB you do not need to use
  'from foo import *'. You can use 'import foo', and then refer to items in foo as 'foo.bar', and LLDB
  will know how to resolve bar as a member of foo.
  Accordingly, GNU libstdc++ formatters have been moved from the global namespace to gnu_libstdcpp and a few
  test cases are also updated to reflect the new convention. Python docs suggest using a plain 'import' en lieu of
  'from-import'.

llvm-svn: 138244
2011-08-22 17:34:47 +00:00
..
interface Changes to Python commands: 2011-08-16 23:24:13 +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 First round of code cleanups: 2011-08-17 22:13:59 +00:00
modify-python-lldb.py Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. 2011-08-11 01:19:46 +00:00
python-extensions.swig Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, 2011-04-25 20:23:05 +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 - Support for Python namespaces: 2011-08-22 17:34:47 +00:00