teak-llvm/lldb/scripts/Python
Enrico Granata c482a19294 First round of code cleanups:
- all instances of "vobj" have been renamed to "valobj"
 - class Debugger::Formatting has been renamed to DataVisualization (defined in FormatManager.h/cpp)
   The interface to this class has not changed
 - FormatCategory now uses ConstString's as keys to the navigators instead of repeatedly casting
   from ConstString to const char* and back all the time
   Next step is making the same happen for categories themselves
 - category gnu-libstdc++ is defined in the constructor for a FormatManager
   The source code for it is defined in gnu_libstdcpp.py, drawn from examples/synthetic at compile time
   All references to previous 'osxcpp' name have been removed from both code and file names
Functional changes:
 - the name of the option to use a summary string for 'type summary add' has changed from the previous --format-string
   to the new --summary-string. It is expected that the short option will change from -f to -s, and -s for --python-script
   will become -o

llvm-svn: 137886
2011-08-17 22:13:59 +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 Changes to Python commands: 2011-08-16 23:24:13 +00:00