Skip to content
  1. Jul 02, 2011
    • Enrico Granata's avatar
      several improvements to "type summary": · 0a3958e0
      Enrico Granata authored
       - type names can now be regular expressions (exact matching is done first, and is faster)
       - integral (and floating) types can be printed as bitfields, i.e. ${var[low-high]} will extract bits low thru high of the value and print them
       - array subscripts are supported, both for arrays and for pointers. the syntax is ${*var[low-high]}, or ${*var[]} to print the whole array (the latter only works for statically sized arrays)
       - summary is now printed by default when a summary string references a variable. if that variable's type has no summary, value is printed instead. to force value, you can use %V as a format specifier
       - basic support for ObjectiveC:
        - ObjectiveC inheritance chains are now walked through
        - %@ can be specified as a summary format, to print the ObjectiveC runtime description for an object
       - some bug fixes
      
      llvm-svn: 134293
      0a3958e0
    • Johnny Chen's avatar
      SWIG doesn't need two methods of the same name 'GetDescription' but differ in · 4bbbecfb
      Johnny Chen authored
      the presence of 'const'.  Ifndef the non-const one out.
      
      llvm-svn: 134284
      4bbbecfb
    • Johnny Chen's avatar
      Add some documentation blocks to SBTarget.h and use swig docstring feature to · b9a2c322
      Johnny Chen authored
      take advantage of them.  Update modify-python-lldb.py to remove some 'residues'
      resulting from swigification.
      
      llvm-svn: 134269
      b9a2c322
  2. Jul 01, 2011
  3. Jun 30, 2011
  4. Jun 29, 2011
  5. Jun 28, 2011
  6. Jun 27, 2011
Loading