Skip to content
  1. Feb 01, 2011
  2. Jan 26, 2011
  3. Jan 15, 2011
  4. Jan 05, 2011
  5. Oct 05, 2010
    • Greg Clayton's avatar
      Added a new ValueObject type that will be used to freeze dry expression · 1d3afba3
      Greg Clayton authored
      results. The clang opaque type for the expression result will be added to the
      Target's ASTContext, and the bytes will be stored in a DataBuffer inside
      the new object. The class is named: ValueObjectConstResult
      
      Now after an expression is evaluated, we can get a ValueObjectSP back that
      contains a ValueObjectConstResult object.
      
      Relocated the value object dumping code into a static function within
      the ValueObject class instead of being in the CommandObjectFrame.cpp file
      which is what contained the code to dump variables ("frame variables").
      
      llvm-svn: 115578
      1d3afba3
  6. Sep 18, 2010
    • Greg Clayton's avatar
      General command line help cleanup: · ed8a705c
      Greg Clayton authored
      - All single character options will now be printed together
      - Changed all options that contains underscores to contain '-' instead
      - Made the help come out a little flatter by showing the long and short
        option on the same line.
      - Modified the short character for "--ignore-count" options to "-i"
      
      llvm-svn: 114265
      ed8a705c
  7. Sep 15, 2010
  8. Sep 14, 2010
  9. Jul 21, 2010
  10. Jul 10, 2010
  11. Jul 09, 2010
  12. Jul 07, 2010
  13. Jul 06, 2010
  14. Jun 12, 2010
  15. Jun 11, 2010
  16. Jun 08, 2010
Loading